Class InternalUpdateGraphOperationRequest (6.102.0)
public final class InternalUpdateGraphOperationRequest extends GeneratedMessageV3 implements InternalUpdateGraphOperationRequestOrBuilder
Internal request proto, do not use directly.
Protobuf type google.spanner.admin.database.v1.InternalUpdateGraphOperationRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
DATABASE_FIELD_NUMBER
public static final int DATABASE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
OPERATION_ID_FIELD_NUMBER
public static final int OPERATION_ID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PROGRESS_FIELD_NUMBER
public static final int PROGRESS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
STATUS_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
VM_IDENTITY_TOKEN_FIELD_NUMBER
public static final int VM_IDENTITY_TOKEN_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static InternalUpdateGraphOperationRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static InternalUpdateGraphOperationRequest.Builder newBuilder()
newBuilder(InternalUpdateGraphOperationRequest prototype)
public static InternalUpdateGraphOperationRequest.Builder newBuilder(InternalUpdateGraphOperationRequest prototype)
public static InternalUpdateGraphOperationRequest parseDelimitedFrom(InputStream input)
public static InternalUpdateGraphOperationRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static InternalUpdateGraphOperationRequest parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static InternalUpdateGraphOperationRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static InternalUpdateGraphOperationRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static InternalUpdateGraphOperationRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static InternalUpdateGraphOperationRequest parseFrom(CodedInputStream input)
public static InternalUpdateGraphOperationRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static InternalUpdateGraphOperationRequest parseFrom(InputStream input)
public static InternalUpdateGraphOperationRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static InternalUpdateGraphOperationRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static InternalUpdateGraphOperationRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<InternalUpdateGraphOperationRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDatabase()
public String getDatabase()
Internal field, do not use directly.
string database = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The database.
|
getDatabaseBytes()
public ByteString getDatabaseBytes()
Internal field, do not use directly.
string database = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for database.
|
getDefaultInstanceForType()
public InternalUpdateGraphOperationRequest getDefaultInstanceForType()
getOperationId()
public String getOperationId()
Internal field, do not use directly.
string operation_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
String |
The operationId.
|
getOperationIdBytes()
public ByteString getOperationIdBytes()
Internal field, do not use directly.
string operation_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
ByteString |
The bytes for operationId.
|
getParserForType()
public Parser<InternalUpdateGraphOperationRequest> getParserForType()
Overrides
getProgress()
public double getProgress()
Internal field, do not use directly.
double progress = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
double |
The progress.
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getStatus()
public Status getStatus()
Internal field, do not use directly.
.google.rpc.Status status = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
com.google.rpc.Status |
The status.
|
getStatusOrBuilder()
public StatusOrBuilder getStatusOrBuilder()
Internal field, do not use directly.
.google.rpc.Status status = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
com.google.rpc.StatusOrBuilder |
|
getVmIdentityToken()
public String getVmIdentityToken()
Internal field, do not use directly.
string vm_identity_token = 5 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
String |
The vmIdentityToken.
|
getVmIdentityTokenBytes()
public ByteString getVmIdentityTokenBytes()
Internal field, do not use directly.
string vm_identity_token = 5 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
ByteString |
The bytes for vmIdentityToken.
|
hasStatus()
public boolean hasStatus()
Internal field, do not use directly.
.google.rpc.Status status = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
Whether the status field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public InternalUpdateGraphOperationRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected InternalUpdateGraphOperationRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public InternalUpdateGraphOperationRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-11 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-11 UTC."],[],[]]