public interface InternalUpdateGraphOperationRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDatabase()
public abstract 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 abstract 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. |
getOperationId()
public abstract 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 abstract 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. |
getProgress()
public abstract double getProgress()
Internal field, do not use directly.
double progress = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
double |
The progress. |
getStatus()
public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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. |