- 2.81.0 (latest)
- 2.79.0
- 2.78.0
- 2.77.0
- 2.76.0
- 2.75.0
- 2.73.0
- 2.71.0
- 2.70.0
- 2.67.0
- 2.66.0
- 2.65.0
- 2.63.0
- 2.62.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.52.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.2
- 2.4.1
- 2.3.8
public interface OperationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getClusterConditions(int index)
public abstract StatusCondition getClusterConditions(int index)Which conditions caused the current cluster state. Deprecated. Use field error instead.
 
 repeated .google.container.v1.StatusCondition cluster_conditions = 13 [deprecated = true];
 
| Name | Description | 
| index | int | 
| Type | Description | 
| StatusCondition | 
getClusterConditionsCount()
public abstract int getClusterConditionsCount()Which conditions caused the current cluster state. Deprecated. Use field error instead.
 
 repeated .google.container.v1.StatusCondition cluster_conditions = 13 [deprecated = true];
 
| Type | Description | 
| int | 
getClusterConditionsList()
public abstract List<StatusCondition> getClusterConditionsList()Which conditions caused the current cluster state. Deprecated. Use field error instead.
 
 repeated .google.container.v1.StatusCondition cluster_conditions = 13 [deprecated = true];
 
| Type | Description | 
| List<StatusCondition> | 
getClusterConditionsOrBuilder(int index)
public abstract StatusConditionOrBuilder getClusterConditionsOrBuilder(int index)Which conditions caused the current cluster state. Deprecated. Use field error instead.
 
 repeated .google.container.v1.StatusCondition cluster_conditions = 13 [deprecated = true];
 
| Name | Description | 
| index | int | 
| Type | Description | 
| StatusConditionOrBuilder | 
getClusterConditionsOrBuilderList()
public abstract List<? extends StatusConditionOrBuilder> getClusterConditionsOrBuilderList()Which conditions caused the current cluster state. Deprecated. Use field error instead.
 
 repeated .google.container.v1.StatusCondition cluster_conditions = 13 [deprecated = true];
 
| Type | Description | 
| List<? extends com.google.container.v1.StatusConditionOrBuilder> | 
getDetail()
public abstract String getDetail()Detailed operation progress, if available.
 string detail = 8;
| Type | Description | 
| String | The detail. | 
getDetailBytes()
public abstract ByteString getDetailBytes()Detailed operation progress, if available.
 string detail = 8;
| Type | Description | 
| ByteString | The bytes for detail. | 
getEndTime()
public abstract String getEndTime()[Output only] The time the operation completed, in RFC3339 text format.
 string end_time = 11;
| Type | Description | 
| String | The endTime. | 
getEndTimeBytes()
public abstract ByteString getEndTimeBytes()[Output only] The time the operation completed, in RFC3339 text format.
 string end_time = 11;
| Type | Description | 
| ByteString | The bytes for endTime. | 
getError()
public abstract Status getError()The error result of the operation in case of failure.
 .google.rpc.Status error = 15;
| Type | Description | 
| com.google.rpc.Status | The error. | 
getErrorOrBuilder()
public abstract StatusOrBuilder getErrorOrBuilder()The error result of the operation in case of failure.
 .google.rpc.Status error = 15;
| Type | Description | 
| com.google.rpc.StatusOrBuilder | 
getLocation()
public abstract String getLocation()[Output only] The name of the Google Compute Engine zone or region in which the cluster resides.
 string location = 9;
| Type | Description | 
| String | The location. | 
getLocationBytes()
public abstract ByteString getLocationBytes()[Output only] The name of the Google Compute Engine zone or region in which the cluster resides.
 string location = 9;
| Type | Description | 
| ByteString | The bytes for location. | 
getName()
public abstract String getName()The server-assigned ID for the operation.
 string name = 1;
| Type | Description | 
| String | The name. | 
getNameBytes()
public abstract ByteString getNameBytes()The server-assigned ID for the operation.
 string name = 1;
| Type | Description | 
| ByteString | The bytes for name. | 
getNodepoolConditions(int index)
public abstract StatusCondition getNodepoolConditions(int index)Which conditions caused the current node pool state. Deprecated. Use field error instead.
 
 repeated .google.container.v1.StatusCondition nodepool_conditions = 14 [deprecated = true];
 
| Name | Description | 
| index | int | 
| Type | Description | 
| StatusCondition | 
getNodepoolConditionsCount()
public abstract int getNodepoolConditionsCount()Which conditions caused the current node pool state. Deprecated. Use field error instead.
 
 repeated .google.container.v1.StatusCondition nodepool_conditions = 14 [deprecated = true];
 
| Type | Description | 
| int | 
getNodepoolConditionsList()
public abstract List<StatusCondition> getNodepoolConditionsList()Which conditions caused the current node pool state. Deprecated. Use field error instead.
 
 repeated .google.container.v1.StatusCondition nodepool_conditions = 14 [deprecated = true];
 
| Type | Description | 
| List<StatusCondition> | 
getNodepoolConditionsOrBuilder(int index)
public abstract StatusConditionOrBuilder getNodepoolConditionsOrBuilder(int index)Which conditions caused the current node pool state. Deprecated. Use field error instead.
 
 repeated .google.container.v1.StatusCondition nodepool_conditions = 14 [deprecated = true];
 
| Name | Description | 
| index | int | 
| Type | Description | 
| StatusConditionOrBuilder | 
getNodepoolConditionsOrBuilderList()
public abstract List<? extends StatusConditionOrBuilder> getNodepoolConditionsOrBuilderList()Which conditions caused the current node pool state. Deprecated. Use field error instead.
 
 repeated .google.container.v1.StatusCondition nodepool_conditions = 14 [deprecated = true];
 
| Type | Description | 
| List<? extends com.google.container.v1.StatusConditionOrBuilder> | 
getOperationType()
public abstract Operation.Type getOperationType()The operation type.
 .google.container.v1.Operation.Type operation_type = 3;
| Type | Description | 
| Operation.Type | The operationType. | 
getOperationTypeValue()
public abstract int getOperationTypeValue()The operation type.
 .google.container.v1.Operation.Type operation_type = 3;
| Type | Description | 
| int | The enum numeric value on the wire for operationType. | 
getProgress()
public abstract OperationProgress getProgress()Output only. [Output only] Progress information for an operation.
 
 .google.container.v1.OperationProgress progress = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| OperationProgress | The progress. | 
getProgressOrBuilder()
public abstract OperationProgressOrBuilder getProgressOrBuilder()Output only. [Output only] Progress information for an operation.
 
 .google.container.v1.OperationProgress progress = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| OperationProgressOrBuilder | 
getSelfLink()
public abstract String getSelfLink()Server-defined URL for the resource.
 string self_link = 6;
| Type | Description | 
| String | The selfLink. | 
getSelfLinkBytes()
public abstract ByteString getSelfLinkBytes()Server-defined URL for the resource.
 string self_link = 6;
| Type | Description | 
| ByteString | The bytes for selfLink. | 
getStartTime()
public abstract String getStartTime()[Output only] The time the operation started, in RFC3339 text format.
 string start_time = 10;
| Type | Description | 
| String | The startTime. | 
getStartTimeBytes()
public abstract ByteString getStartTimeBytes()[Output only] The time the operation started, in RFC3339 text format.
 string start_time = 10;
| Type | Description | 
| ByteString | The bytes for startTime. | 
getStatus()
public abstract Operation.Status getStatus()The current status of the operation.
 .google.container.v1.Operation.Status status = 4;
| Type | Description | 
| Operation.Status | The status. | 
getStatusMessage() (deprecated)
public abstract String getStatusMessage()Deprecated. google.container.v1.Operation.status_message is deprecated. See google/container/v1/cluster_service.proto;l=2000
Output only. If an error has occurred, a textual description of the error. Deprecated. Use the field error instead.
 
 string status_message = 5 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| String | The statusMessage. | 
getStatusMessageBytes() (deprecated)
public abstract ByteString getStatusMessageBytes()Deprecated. google.container.v1.Operation.status_message is deprecated. See google/container/v1/cluster_service.proto;l=2000
Output only. If an error has occurred, a textual description of the error. Deprecated. Use the field error instead.
 
 string status_message = 5 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| ByteString | The bytes for statusMessage. | 
getStatusValue()
public abstract int getStatusValue()The current status of the operation.
 .google.container.v1.Operation.Status status = 4;
| Type | Description | 
| int | The enum numeric value on the wire for status. | 
getTargetLink()
public abstract String getTargetLink()Server-defined URL for the target of the operation.
 string target_link = 7;
| Type | Description | 
| String | The targetLink. | 
getTargetLinkBytes()
public abstract ByteString getTargetLinkBytes()Server-defined URL for the target of the operation.
 string target_link = 7;
| Type | Description | 
| ByteString | The bytes for targetLink. | 
getZone() (deprecated)
public abstract String getZone()Deprecated. google.container.v1.Operation.zone is deprecated. See google/container/v1/cluster_service.proto;l=1987
The name of the Google Compute Engine zone in which the operation is taking place. This field is deprecated, use location instead.
 string zone = 2 [deprecated = true];
| Type | Description | 
| String | The zone. | 
getZoneBytes() (deprecated)
public abstract ByteString getZoneBytes()Deprecated. google.container.v1.Operation.zone is deprecated. See google/container/v1/cluster_service.proto;l=1987
The name of the Google Compute Engine zone in which the operation is taking place. This field is deprecated, use location instead.
 string zone = 2 [deprecated = true];
| Type | Description | 
| ByteString | The bytes for zone. | 
hasError()
public abstract boolean hasError()The error result of the operation in case of failure.
 .google.rpc.Status error = 15;
| Type | Description | 
| boolean | Whether the error field is set. | 
hasProgress()
public abstract boolean hasProgress()Output only. [Output only] Progress information for an operation.
 
 .google.container.v1.OperationProgress progress = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| boolean | Whether the progress field is set. |