Interface InternalUpdateGraphOperationRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InternalUpdateGraphOperationRequest,InternalUpdateGraphOperationRequest.Builder
public interface InternalUpdateGraphOperationRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionInternal field, do not use directly.com.google.protobuf.ByteStringInternal field, do not use directly.Internal field, do not use directly.com.google.protobuf.ByteStringInternal field, do not use directly.doubleInternal field, do not use directly.com.google.rpc.StatusInternal field, do not use directly.com.google.rpc.StatusOrBuilderInternal field, do not use directly.Internal field, do not use directly.com.google.protobuf.ByteStringInternal field, do not use directly.booleanInternal field, do not use directly.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDatabase
String getDatabase()Internal field, do not use directly.
string database = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The database.
-
getDatabaseBytes
com.google.protobuf.ByteString getDatabaseBytes()Internal field, do not use directly.
string database = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for database.
-
getOperationId
String getOperationId()Internal field, do not use directly.
string operation_id = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The operationId.
-
getOperationIdBytes
com.google.protobuf.ByteString getOperationIdBytes()Internal field, do not use directly.
string operation_id = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for operationId.
-
getVmIdentityToken
String getVmIdentityToken()Internal field, do not use directly.
string vm_identity_token = 5 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The vmIdentityToken.
-
getVmIdentityTokenBytes
com.google.protobuf.ByteString getVmIdentityTokenBytes()Internal field, do not use directly.
string vm_identity_token = 5 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for vmIdentityToken.
-
getProgress
double getProgress()Internal field, do not use directly.
double progress = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The progress.
-
hasStatus
boolean hasStatus()Internal field, do not use directly.
.google.rpc.Status status = 6 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the status field is set.
-
getStatus
com.google.rpc.Status getStatus()Internal field, do not use directly.
.google.rpc.Status status = 6 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The status.
-
getStatusOrBuilder
com.google.rpc.StatusOrBuilder getStatusOrBuilder()Internal field, do not use directly.
.google.rpc.Status status = 6 [(.google.api.field_behavior) = OPTIONAL];
-