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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.StatusCondition cluster_conditions = 13 [deprecated = true];
| Type | Description |
List<? extends com.google.container.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.StatusCondition nodepool_conditions = 14 [deprecated = true];
| Type | Description |
List<? extends com.google.container.v1beta1.StatusConditionOrBuilder> |
getOperationType()
public abstract Operation.Type getOperationType()The operation type.
.google.container.v1beta1.Operation.Type operation_type = 3;
| Type | Description |
Operation.Type |
The operationType. |
getOperationTypeValue()
public abstract int getOperationTypeValue()The operation type.
.google.container.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.Operation.Status status = 4;
| Type | Description |
Operation.Status |
The status. |
getStatusMessage() (deprecated)
public abstract String getStatusMessage()Deprecated. google.container.v1beta1.Operation.status_message is deprecated. See google/container/v1beta1/cluster_service.proto;l=2372
Output only. If an error has occurred, a textual description of the error. Deprecated. Use 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.v1beta1.Operation.status_message is deprecated. See google/container/v1beta1/cluster_service.proto;l=2372
Output only. If an error has occurred, a textual description of the error. Deprecated. Use 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.v1beta1.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.v1beta1.Operation.zone is deprecated. See google/container/v1beta1/cluster_service.proto;l=2359
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.v1beta1.Operation.zone is deprecated. See google/container/v1beta1/cluster_service.proto;l=2359
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.v1beta1.OperationProgress progress = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
boolean |
Whether the progress field is set. |