public interface OperationOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDetail()
Detailed operation progress, if available.
|
ByteString |
getDetailBytes()
Detailed operation progress, if available.
|
java.lang.String |
getEndTime()
[Output only] The time the operation completed, in
[RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
|
ByteString |
getEndTimeBytes()
[Output only] The time the operation completed, in
[RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
|
java.lang.String |
getName()
The server-assigned ID for the operation.
|
ByteString |
getNameBytes()
The server-assigned ID for the operation.
|
Operation.Type |
getOperationType()
The operation type.
|
int |
getOperationTypeValue()
The operation type.
|
java.lang.String |
getSelfLink()
Server-defined URL for the resource.
|
ByteString |
getSelfLinkBytes()
Server-defined URL for the resource.
|
java.lang.String |
getStartTime()
[Output only] The time the operation started, in
[RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
|
ByteString |
getStartTimeBytes()
[Output only] The time the operation started, in
[RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
|
Operation.Status |
getStatus()
The current status of the operation.
|
java.lang.String |
getStatusMessage()
If an error has occurred, a textual description of the error.
|
ByteString |
getStatusMessageBytes()
If an error has occurred, a textual description of the error.
|
int |
getStatusValue()
The current status of the operation.
|
java.lang.String |
getTargetLink()
Server-defined URL for the target of the operation.
|
ByteString |
getTargetLinkBytes()
Server-defined URL for the target of the operation.
|
java.lang.String |
getZone()
The name of the Google Compute Engine
[zone](/compute/docs/zones#available) in which the operation
is taking place.
|
ByteString |
getZoneBytes()
The name of the Google Compute Engine
[zone](/compute/docs/zones#available) in which the operation
is taking place.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getName()
The server-assigned ID for the operation.
string name = 1;ByteString getNameBytes()
The server-assigned ID for the operation.
string name = 1;java.lang.String getZone()
The name of the Google Compute Engine [zone](/compute/docs/zones#available) in which the operation is taking place.
string zone = 2;ByteString getZoneBytes()
The name of the Google Compute Engine [zone](/compute/docs/zones#available) in which the operation is taking place.
string zone = 2;int getOperationTypeValue()
The operation type.
.google.container.v1.Operation.Type operation_type = 3;Operation.Type getOperationType()
The operation type.
.google.container.v1.Operation.Type operation_type = 3;int getStatusValue()
The current status of the operation.
.google.container.v1.Operation.Status status = 4;Operation.Status getStatus()
The current status of the operation.
.google.container.v1.Operation.Status status = 4;java.lang.String getDetail()
Detailed operation progress, if available.
string detail = 8;ByteString getDetailBytes()
Detailed operation progress, if available.
string detail = 8;java.lang.String getStatusMessage()
If an error has occurred, a textual description of the error.
string status_message = 5;ByteString getStatusMessageBytes()
If an error has occurred, a textual description of the error.
string status_message = 5;java.lang.String getSelfLink()
Server-defined URL for the resource.
string self_link = 6;ByteString getSelfLinkBytes()
Server-defined URL for the resource.
string self_link = 6;java.lang.String getTargetLink()
Server-defined URL for the target of the operation.
string target_link = 7;ByteString getTargetLinkBytes()
Server-defined URL for the target of the operation.
string target_link = 7;java.lang.String getStartTime()
[Output only] The time the operation started, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
string start_time = 10;ByteString getStartTimeBytes()
[Output only] The time the operation started, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
string start_time = 10;java.lang.String getEndTime()
[Output only] The time the operation completed, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
string end_time = 11;ByteString getEndTimeBytes()
[Output only] The time the operation completed, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
string end_time = 11;