- 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 static final class Operation.Builder extends GeneratedMessageV3.Builder<Operation.Builder> implements OperationOrBuilderThis operation resource represents operations that may have happened or are happening on the cluster. All fields are output only.
 Protobuf type google.container.v1.Operation
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Operation.BuilderImplements
OperationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addAllClusterConditions(Iterable<? extends StatusCondition> values) (deprecated)
public Operation.Builder addAllClusterConditions(Iterable<? extends StatusCondition> values)Which conditions caused the current cluster state. Deprecated. Use field error instead.
 
 repeated .google.container.v1.StatusCondition cluster_conditions = 13 [deprecated = true];
 
| Parameter | |
|---|---|
| Name | Description | 
values | 
        Iterable<? extends com.google.container.v1.StatusCondition> | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
addAllNodepoolConditions(Iterable<? extends StatusCondition> values) (deprecated)
public Operation.Builder addAllNodepoolConditions(Iterable<? extends StatusCondition> values)Which conditions caused the current node pool state. Deprecated. Use field error instead.
 
 repeated .google.container.v1.StatusCondition nodepool_conditions = 14 [deprecated = true];
 
| Parameter | |
|---|---|
| Name | Description | 
values | 
        Iterable<? extends com.google.container.v1.StatusCondition> | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
addClusterConditions(StatusCondition value) (deprecated)
public Operation.Builder addClusterConditions(StatusCondition value)Which conditions caused the current cluster state. Deprecated. Use field error instead.
 
 repeated .google.container.v1.StatusCondition cluster_conditions = 13 [deprecated = true];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StatusCondition | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
addClusterConditions(StatusCondition.Builder builderForValue) (deprecated)
public Operation.Builder addClusterConditions(StatusCondition.Builder builderForValue)Which conditions caused the current cluster state. Deprecated. Use field error instead.
 
 repeated .google.container.v1.StatusCondition cluster_conditions = 13 [deprecated = true];
 
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        StatusCondition.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
addClusterConditions(int index, StatusCondition value) (deprecated)
public Operation.Builder addClusterConditions(int index, StatusCondition value)Which conditions caused the current cluster state. Deprecated. Use field error instead.
 
 repeated .google.container.v1.StatusCondition cluster_conditions = 13 [deprecated = true];
 
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
value | 
        StatusCondition | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
addClusterConditions(int index, StatusCondition.Builder builderForValue) (deprecated)
public Operation.Builder addClusterConditions(int index, StatusCondition.Builder builderForValue)Which conditions caused the current cluster state. Deprecated. Use field error instead.
 
 repeated .google.container.v1.StatusCondition cluster_conditions = 13 [deprecated = true];
 
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
builderForValue | 
        StatusCondition.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
addClusterConditionsBuilder() (deprecated)
public StatusCondition.Builder addClusterConditionsBuilder()Which conditions caused the current cluster state. Deprecated. Use field error instead.
 
 repeated .google.container.v1.StatusCondition cluster_conditions = 13 [deprecated = true];
 
| Returns | |
|---|---|
| Type | Description | 
StatusCondition.Builder | 
        |
addClusterConditionsBuilder(int index) (deprecated)
public StatusCondition.Builder addClusterConditionsBuilder(int index)Which conditions caused the current cluster state. Deprecated. Use field error instead.
 
 repeated .google.container.v1.StatusCondition cluster_conditions = 13 [deprecated = true];
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
StatusCondition.Builder | 
        |
addNodepoolConditions(StatusCondition value) (deprecated)
public Operation.Builder addNodepoolConditions(StatusCondition value)Which conditions caused the current node pool state. Deprecated. Use field error instead.
 
 repeated .google.container.v1.StatusCondition nodepool_conditions = 14 [deprecated = true];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StatusCondition | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
addNodepoolConditions(StatusCondition.Builder builderForValue) (deprecated)
public Operation.Builder addNodepoolConditions(StatusCondition.Builder builderForValue)Which conditions caused the current node pool state. Deprecated. Use field error instead.
 
 repeated .google.container.v1.StatusCondition nodepool_conditions = 14 [deprecated = true];
 
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        StatusCondition.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
addNodepoolConditions(int index, StatusCondition value) (deprecated)
public Operation.Builder addNodepoolConditions(int index, StatusCondition value)Which conditions caused the current node pool state. Deprecated. Use field error instead.
 
 repeated .google.container.v1.StatusCondition nodepool_conditions = 14 [deprecated = true];
 
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
value | 
        StatusCondition | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
addNodepoolConditions(int index, StatusCondition.Builder builderForValue) (deprecated)
public Operation.Builder addNodepoolConditions(int index, StatusCondition.Builder builderForValue)Which conditions caused the current node pool state. Deprecated. Use field error instead.
 
 repeated .google.container.v1.StatusCondition nodepool_conditions = 14 [deprecated = true];
 
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
builderForValue | 
        StatusCondition.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
addNodepoolConditionsBuilder() (deprecated)
public StatusCondition.Builder addNodepoolConditionsBuilder()Which conditions caused the current node pool state. Deprecated. Use field error instead.
 
 repeated .google.container.v1.StatusCondition nodepool_conditions = 14 [deprecated = true];
 
| Returns | |
|---|---|
| Type | Description | 
StatusCondition.Builder | 
        |
addNodepoolConditionsBuilder(int index) (deprecated)
public StatusCondition.Builder addNodepoolConditionsBuilder(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];
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
StatusCondition.Builder | 
        |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Operation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
build()
public Operation build()| Returns | |
|---|---|
| Type | Description | 
Operation | 
        |
buildPartial()
public Operation buildPartial()| Returns | |
|---|---|
| Type | Description | 
Operation | 
        |
clear()
public Operation.Builder clear()| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
clearClusterConditions() (deprecated)
public Operation.Builder clearClusterConditions()Which conditions caused the current cluster state. Deprecated. Use field error instead.
 
 repeated .google.container.v1.StatusCondition cluster_conditions = 13 [deprecated = true];
 
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
clearDetail()
public Operation.Builder clearDetail()Output only. Detailed operation progress, if available.
 string detail = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        This builder for chaining.  | 
      
clearEndTime()
public Operation.Builder clearEndTime()Output only. The time the operation completed, in RFC3339 text format.
 string end_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        This builder for chaining.  | 
      
clearError()
public Operation.Builder clearError()The error result of the operation in case of failure.
 .google.rpc.Status error = 15;
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
clearField(Descriptors.FieldDescriptor field)
public Operation.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
clearLocation()
public Operation.Builder clearLocation()Output only. The name of the Google Compute Engine zone or region in which the cluster resides.
 string location = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        This builder for chaining.  | 
      
clearName()
public Operation.Builder clearName()Output only. The server-assigned ID for the operation.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        This builder for chaining.  | 
      
clearNodepoolConditions() (deprecated)
public Operation.Builder clearNodepoolConditions()Which conditions caused the current node pool state. Deprecated. Use field error instead.
 
 repeated .google.container.v1.StatusCondition nodepool_conditions = 14 [deprecated = true];
 
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
clearOneof(Descriptors.OneofDescriptor oneof)
public Operation.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
clearOperationType()
public Operation.Builder clearOperationType()Output only. The operation type.
 
 .google.container.v1.Operation.Type operation_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        This builder for chaining.  | 
      
clearProgress()
public Operation.Builder clearProgress()Output only. Progress information for an operation.
 
 .google.container.v1.OperationProgress progress = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
clearSelfLink()
public Operation.Builder clearSelfLink() Output only. Server-defined URI for the operation. Example:
 https://container.googleapis.com/v1alpha1/projects/123/locations/us-central1/operations/operation-123.
 string self_link = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        This builder for chaining.  | 
      
clearStartTime()
public Operation.Builder clearStartTime()Output only. The time the operation started, in RFC3339 text format.
 string start_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        This builder for chaining.  | 
      
clearStatus()
public Operation.Builder clearStatus()Output only. The current status of the operation.
 
 .google.container.v1.Operation.Status status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        This builder for chaining.  | 
      
clearStatusMessage() (deprecated)
public Operation.Builder clearStatusMessage()Deprecated. google.container.v1.Operation.status_message is deprecated. See google/container/v1/cluster_service.proto;l=3509
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];
 
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        This builder for chaining.  | 
      
clearTargetLink()
public Operation.Builder clearTargetLink()Output only. Server-defined URI for the target of the operation. The format of this is a URI to the resource being modified (such as a cluster, node pool, or node). For node pool repairs, there may be multiple nodes being repaired, but only one will be the target.
Examples:
-
#
 https://container.googleapis.com/v1/projects/123/locations/us-central1/clusters/my-cluster
#
 string target_link = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        This builder for chaining.  | 
      
clearZone() (deprecated)
public Operation.Builder clearZone()Deprecated. google.container.v1.Operation.zone is deprecated. See google/container/v1/cluster_service.proto;l=3495
Output only. 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, (.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        This builder for chaining.  | 
      
clone()
public Operation.Builder clone()| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
getClusterConditions(int index) (deprecated)
public 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];
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
StatusCondition | 
        |
getClusterConditionsBuilder(int index) (deprecated)
public StatusCondition.Builder getClusterConditionsBuilder(int index)Which conditions caused the current cluster state. Deprecated. Use field error instead.
 
 repeated .google.container.v1.StatusCondition cluster_conditions = 13 [deprecated = true];
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
StatusCondition.Builder | 
        |
getClusterConditionsBuilderList() (deprecated)
public List<StatusCondition.Builder> getClusterConditionsBuilderList()Which conditions caused the current cluster state. Deprecated. Use field error instead.
 
 repeated .google.container.v1.StatusCondition cluster_conditions = 13 [deprecated = true];
 
| Returns | |
|---|---|
| Type | Description | 
List<Builder> | 
        |
getClusterConditionsCount() (deprecated)
public int getClusterConditionsCount()Which conditions caused the current cluster state. Deprecated. Use field error instead.
 
 repeated .google.container.v1.StatusCondition cluster_conditions = 13 [deprecated = true];
 
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getClusterConditionsList() (deprecated)
public 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];
 
| Returns | |
|---|---|
| Type | Description | 
List<StatusCondition> | 
        |
getClusterConditionsOrBuilder(int index) (deprecated)
public 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];
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
StatusConditionOrBuilder | 
        |
getClusterConditionsOrBuilderList() (deprecated)
public 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];
 
| Returns | |
|---|---|
| Type | Description | 
List<? extends com.google.container.v1.StatusConditionOrBuilder> | 
        |
getDefaultInstanceForType()
public Operation getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
Operation | 
        |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getDetail()
public String getDetail()Output only. Detailed operation progress, if available.
 string detail = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The detail.  | 
      
getDetailBytes()
public ByteString getDetailBytes()Output only. Detailed operation progress, if available.
 string detail = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for detail.  | 
      
getEndTime()
public String getEndTime()Output only. The time the operation completed, in RFC3339 text format.
 string end_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The endTime.  | 
      
getEndTimeBytes()
public ByteString getEndTimeBytes()Output only. The time the operation completed, in RFC3339 text format.
 string end_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for endTime.  | 
      
getError()
public Status getError()The error result of the operation in case of failure.
 .google.rpc.Status error = 15;
| Returns | |
|---|---|
| Type | Description | 
com.google.rpc.Status | 
        The error.  | 
      
getErrorBuilder()
public Status.Builder getErrorBuilder()The error result of the operation in case of failure.
 .google.rpc.Status error = 15;
| Returns | |
|---|---|
| Type | Description | 
com.google.rpc.Status.Builder | 
        |
getErrorOrBuilder()
public StatusOrBuilder getErrorOrBuilder()The error result of the operation in case of failure.
 .google.rpc.Status error = 15;
| Returns | |
|---|---|
| Type | Description | 
com.google.rpc.StatusOrBuilder | 
        |
getLocation()
public String getLocation()Output only. The name of the Google Compute Engine zone or region in which the cluster resides.
 string location = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The location.  | 
      
getLocationBytes()
public ByteString getLocationBytes()Output only. The name of the Google Compute Engine zone or region in which the cluster resides.
 string location = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for location.  | 
      
getName()
public String getName()Output only. The server-assigned ID for the operation.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The name.  | 
      
getNameBytes()
public ByteString getNameBytes()Output only. The server-assigned ID for the operation.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for name.  | 
      
getNodepoolConditions(int index) (deprecated)
public 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];
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
StatusCondition | 
        |
getNodepoolConditionsBuilder(int index) (deprecated)
public StatusCondition.Builder getNodepoolConditionsBuilder(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];
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
StatusCondition.Builder | 
        |
getNodepoolConditionsBuilderList() (deprecated)
public List<StatusCondition.Builder> getNodepoolConditionsBuilderList()Which conditions caused the current node pool state. Deprecated. Use field error instead.
 
 repeated .google.container.v1.StatusCondition nodepool_conditions = 14 [deprecated = true];
 
| Returns | |
|---|---|
| Type | Description | 
List<Builder> | 
        |
getNodepoolConditionsCount() (deprecated)
public 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];
 
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getNodepoolConditionsList() (deprecated)
public 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];
 
| Returns | |
|---|---|
| Type | Description | 
List<StatusCondition> | 
        |
getNodepoolConditionsOrBuilder(int index) (deprecated)
public 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];
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
StatusConditionOrBuilder | 
        |
getNodepoolConditionsOrBuilderList() (deprecated)
public 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];
 
| Returns | |
|---|---|
| Type | Description | 
List<? extends com.google.container.v1.StatusConditionOrBuilder> | 
        |
getOperationType()
public Operation.Type getOperationType()Output only. The operation type.
 
 .google.container.v1.Operation.Type operation_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Operation.Type | 
        The operationType.  | 
      
getOperationTypeValue()
public int getOperationTypeValue()Output only. The operation type.
 
 .google.container.v1.Operation.Type operation_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
int | 
        The enum numeric value on the wire for operationType.  | 
      
getProgress()
public OperationProgress getProgress()Output only. Progress information for an operation.
 
 .google.container.v1.OperationProgress progress = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
OperationProgress | 
        The progress.  | 
      
getProgressBuilder()
public OperationProgress.Builder getProgressBuilder()Output only. Progress information for an operation.
 
 .google.container.v1.OperationProgress progress = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
OperationProgress.Builder | 
        |
getProgressOrBuilder()
public OperationProgressOrBuilder getProgressOrBuilder()Output only. Progress information for an operation.
 
 .google.container.v1.OperationProgress progress = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
OperationProgressOrBuilder | 
        |
getSelfLink()
public String getSelfLink() Output only. Server-defined URI for the operation. Example:
 https://container.googleapis.com/v1alpha1/projects/123/locations/us-central1/operations/operation-123.
 string self_link = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The selfLink.  | 
      
getSelfLinkBytes()
public ByteString getSelfLinkBytes() Output only. Server-defined URI for the operation. Example:
 https://container.googleapis.com/v1alpha1/projects/123/locations/us-central1/operations/operation-123.
 string self_link = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for selfLink.  | 
      
getStartTime()
public String getStartTime()Output only. The time the operation started, in RFC3339 text format.
 string start_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The startTime.  | 
      
getStartTimeBytes()
public ByteString getStartTimeBytes()Output only. The time the operation started, in RFC3339 text format.
 string start_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for startTime.  | 
      
getStatus()
public Operation.Status getStatus()Output only. The current status of the operation.
 
 .google.container.v1.Operation.Status status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Operation.Status | 
        The status.  | 
      
getStatusMessage() (deprecated)
public String getStatusMessage()Deprecated. google.container.v1.Operation.status_message is deprecated. See google/container/v1/cluster_service.proto;l=3509
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];
 
| Returns | |
|---|---|
| Type | Description | 
String | 
        The statusMessage.  | 
      
getStatusMessageBytes() (deprecated)
public ByteString getStatusMessageBytes()Deprecated. google.container.v1.Operation.status_message is deprecated. See google/container/v1/cluster_service.proto;l=3509
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];
 
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for statusMessage.  | 
      
getStatusValue()
public int getStatusValue()Output only. The current status of the operation.
 
 .google.container.v1.Operation.Status status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
int | 
        The enum numeric value on the wire for status.  | 
      
getTargetLink()
public String getTargetLink()Output only. Server-defined URI for the target of the operation. The format of this is a URI to the resource being modified (such as a cluster, node pool, or node). For node pool repairs, there may be multiple nodes being repaired, but only one will be the target.
Examples:
-
#
 https://container.googleapis.com/v1/projects/123/locations/us-central1/clusters/my-cluster
#
 string target_link = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The targetLink.  | 
      
getTargetLinkBytes()
public ByteString getTargetLinkBytes()Output only. Server-defined URI for the target of the operation. The format of this is a URI to the resource being modified (such as a cluster, node pool, or node). For node pool repairs, there may be multiple nodes being repaired, but only one will be the target.
Examples:
-
#
 https://container.googleapis.com/v1/projects/123/locations/us-central1/clusters/my-cluster
#
 string target_link = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for targetLink.  | 
      
getZone() (deprecated)
public String getZone()Deprecated. google.container.v1.Operation.zone is deprecated. See google/container/v1/cluster_service.proto;l=3495
Output only. 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, (.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The zone.  | 
      
getZoneBytes() (deprecated)
public ByteString getZoneBytes()Deprecated. google.container.v1.Operation.zone is deprecated. See google/container/v1/cluster_service.proto;l=3495
Output only. 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, (.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for zone.  | 
      
hasError()
public boolean hasError()The error result of the operation in case of failure.
 .google.rpc.Status error = 15;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the error field is set.  | 
      
hasProgress()
public boolean hasProgress()Output only. Progress information for an operation.
 
 .google.container.v1.OperationProgress progress = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the progress field is set.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeError(Status value)
public Operation.Builder mergeError(Status value)The error result of the operation in case of failure.
 .google.rpc.Status error = 15;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        com.google.rpc.Status | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
mergeFrom(Operation other)
public Operation.Builder mergeFrom(Operation other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Operation | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Operation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public Operation.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
mergeProgress(OperationProgress value)
public Operation.Builder mergeProgress(OperationProgress value)Output only. Progress information for an operation.
 
 .google.container.v1.OperationProgress progress = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        OperationProgress | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Operation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
removeClusterConditions(int index) (deprecated)
public Operation.Builder removeClusterConditions(int index)Which conditions caused the current cluster state. Deprecated. Use field error instead.
 
 repeated .google.container.v1.StatusCondition cluster_conditions = 13 [deprecated = true];
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
removeNodepoolConditions(int index) (deprecated)
public Operation.Builder removeNodepoolConditions(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];
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
setClusterConditions(int index, StatusCondition value) (deprecated)
public Operation.Builder setClusterConditions(int index, StatusCondition value)Which conditions caused the current cluster state. Deprecated. Use field error instead.
 
 repeated .google.container.v1.StatusCondition cluster_conditions = 13 [deprecated = true];
 
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
value | 
        StatusCondition | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
setClusterConditions(int index, StatusCondition.Builder builderForValue) (deprecated)
public Operation.Builder setClusterConditions(int index, StatusCondition.Builder builderForValue)Which conditions caused the current cluster state. Deprecated. Use field error instead.
 
 repeated .google.container.v1.StatusCondition cluster_conditions = 13 [deprecated = true];
 
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
builderForValue | 
        StatusCondition.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
setDetail(String value)
public Operation.Builder setDetail(String value)Output only. Detailed operation progress, if available.
 string detail = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe detail to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        This builder for chaining.  | 
      
setDetailBytes(ByteString value)
public Operation.Builder setDetailBytes(ByteString value)Output only. Detailed operation progress, if available.
 string detail = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for detail to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        This builder for chaining.  | 
      
setEndTime(String value)
public Operation.Builder setEndTime(String value)Output only. The time the operation completed, in RFC3339 text format.
 string end_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe endTime to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        This builder for chaining.  | 
      
setEndTimeBytes(ByteString value)
public Operation.Builder setEndTimeBytes(ByteString value)Output only. The time the operation completed, in RFC3339 text format.
 string end_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for endTime to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        This builder for chaining.  | 
      
setError(Status value)
public Operation.Builder setError(Status value)The error result of the operation in case of failure.
 .google.rpc.Status error = 15;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        com.google.rpc.Status | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
setError(Status.Builder builderForValue)
public Operation.Builder setError(Status.Builder builderForValue)The error result of the operation in case of failure.
 .google.rpc.Status error = 15;
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        com.google.rpc.Status.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
setField(Descriptors.FieldDescriptor field, Object value)
public Operation.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
setLocation(String value)
public Operation.Builder setLocation(String value)Output only. The name of the Google Compute Engine zone or region in which the cluster resides.
 string location = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe location to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        This builder for chaining.  | 
      
setLocationBytes(ByteString value)
public Operation.Builder setLocationBytes(ByteString value)Output only. The name of the Google Compute Engine zone or region in which the cluster resides.
 string location = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for location to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        This builder for chaining.  | 
      
setName(String value)
public Operation.Builder setName(String value)Output only. The server-assigned ID for the operation.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe name to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        This builder for chaining.  | 
      
setNameBytes(ByteString value)
public Operation.Builder setNameBytes(ByteString value)Output only. The server-assigned ID for the operation.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for name to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        This builder for chaining.  | 
      
setNodepoolConditions(int index, StatusCondition value) (deprecated)
public Operation.Builder setNodepoolConditions(int index, StatusCondition value)Which conditions caused the current node pool state. Deprecated. Use field error instead.
 
 repeated .google.container.v1.StatusCondition nodepool_conditions = 14 [deprecated = true];
 
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
value | 
        StatusCondition | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
setNodepoolConditions(int index, StatusCondition.Builder builderForValue) (deprecated)
public Operation.Builder setNodepoolConditions(int index, StatusCondition.Builder builderForValue)Which conditions caused the current node pool state. Deprecated. Use field error instead.
 
 repeated .google.container.v1.StatusCondition nodepool_conditions = 14 [deprecated = true];
 
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
builderForValue | 
        StatusCondition.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
setOperationType(Operation.Type value)
public Operation.Builder setOperationType(Operation.Type value)Output only. The operation type.
 
 .google.container.v1.Operation.Type operation_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Operation.TypeThe operationType to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        This builder for chaining.  | 
      
setOperationTypeValue(int value)
public Operation.Builder setOperationTypeValue(int value)Output only. The operation type.
 
 .google.container.v1.Operation.Type operation_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        intThe enum numeric value on the wire for operationType to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        This builder for chaining.  | 
      
setProgress(OperationProgress value)
public Operation.Builder setProgress(OperationProgress value)Output only. Progress information for an operation.
 
 .google.container.v1.OperationProgress progress = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        OperationProgress | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
setProgress(OperationProgress.Builder builderForValue)
public Operation.Builder setProgress(OperationProgress.Builder builderForValue)Output only. Progress information for an operation.
 
 .google.container.v1.OperationProgress progress = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        OperationProgress.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Operation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
setSelfLink(String value)
public Operation.Builder setSelfLink(String value) Output only. Server-defined URI for the operation. Example:
 https://container.googleapis.com/v1alpha1/projects/123/locations/us-central1/operations/operation-123.
 string self_link = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe selfLink to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        This builder for chaining.  | 
      
setSelfLinkBytes(ByteString value)
public Operation.Builder setSelfLinkBytes(ByteString value) Output only. Server-defined URI for the operation. Example:
 https://container.googleapis.com/v1alpha1/projects/123/locations/us-central1/operations/operation-123.
 string self_link = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for selfLink to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        This builder for chaining.  | 
      
setStartTime(String value)
public Operation.Builder setStartTime(String value)Output only. The time the operation started, in RFC3339 text format.
 string start_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe startTime to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        This builder for chaining.  | 
      
setStartTimeBytes(ByteString value)
public Operation.Builder setStartTimeBytes(ByteString value)Output only. The time the operation started, in RFC3339 text format.
 string start_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for startTime to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        This builder for chaining.  | 
      
setStatus(Operation.Status value)
public Operation.Builder setStatus(Operation.Status value)Output only. The current status of the operation.
 
 .google.container.v1.Operation.Status status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Operation.StatusThe status to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        This builder for chaining.  | 
      
setStatusMessage(String value) (deprecated)
public Operation.Builder setStatusMessage(String value)Deprecated. google.container.v1.Operation.status_message is deprecated. See google/container/v1/cluster_service.proto;l=3509
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];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe statusMessage to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        This builder for chaining.  | 
      
setStatusMessageBytes(ByteString value) (deprecated)
public Operation.Builder setStatusMessageBytes(ByteString value)Deprecated. google.container.v1.Operation.status_message is deprecated. See google/container/v1/cluster_service.proto;l=3509
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];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for statusMessage to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        This builder for chaining.  | 
      
setStatusValue(int value)
public Operation.Builder setStatusValue(int value)Output only. The current status of the operation.
 
 .google.container.v1.Operation.Status status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        intThe enum numeric value on the wire for status to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        This builder for chaining.  | 
      
setTargetLink(String value)
public Operation.Builder setTargetLink(String value)Output only. Server-defined URI for the target of the operation. The format of this is a URI to the resource being modified (such as a cluster, node pool, or node). For node pool repairs, there may be multiple nodes being repaired, but only one will be the target.
Examples:
-
#
 https://container.googleapis.com/v1/projects/123/locations/us-central1/clusters/my-cluster
#
 string target_link = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe targetLink to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        This builder for chaining.  | 
      
setTargetLinkBytes(ByteString value)
public Operation.Builder setTargetLinkBytes(ByteString value)Output only. Server-defined URI for the target of the operation. The format of this is a URI to the resource being modified (such as a cluster, node pool, or node). For node pool repairs, there may be multiple nodes being repaired, but only one will be the target.
Examples:
-
#
 https://container.googleapis.com/v1/projects/123/locations/us-central1/clusters/my-cluster
#
 string target_link = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for targetLink to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        This builder for chaining.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final Operation.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        |
setZone(String value) (deprecated)
public Operation.Builder setZone(String value)Deprecated. google.container.v1.Operation.zone is deprecated. See google/container/v1/cluster_service.proto;l=3495
Output only. 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, (.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe zone to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        This builder for chaining.  | 
      
setZoneBytes(ByteString value) (deprecated)
public Operation.Builder setZoneBytes(ByteString value)Deprecated. google.container.v1.Operation.zone is deprecated. See google/container/v1/cluster_service.proto;l=3495
Output only. 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, (.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for zone to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation.Builder | 
        This builder for chaining.  |