Class UpdateClusterRequest.Builder (2.4.0)

public static final class UpdateClusterRequest.Builder extends GeneratedMessageV3.Builder<UpdateClusterRequest.Builder> implements UpdateClusterRequestOrBuilder

UpdateClusterRequest updates the settings of a cluster.

Protobuf type google.container.v1beta1.UpdateClusterRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public UpdateClusterRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
UpdateClusterRequest.Builder
Overrides

build()

public UpdateClusterRequest build()
Returns
TypeDescription
UpdateClusterRequest

buildPartial()

public UpdateClusterRequest buildPartial()
Returns
TypeDescription
UpdateClusterRequest

clear()

public UpdateClusterRequest.Builder clear()
Returns
TypeDescription
UpdateClusterRequest.Builder
Overrides

clearClusterId()

public UpdateClusterRequest.Builder clearClusterId()

Required. Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.

string cluster_id = 3 [deprecated = true, (.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
UpdateClusterRequest.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public UpdateClusterRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
UpdateClusterRequest.Builder
Overrides

clearName()

public UpdateClusterRequest.Builder clearName()

The name (project, location, cluster) of the cluster to update. Specified in the format projects/*/locations/*/clusters/*.

string name = 5;

Returns
TypeDescription
UpdateClusterRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public UpdateClusterRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
UpdateClusterRequest.Builder
Overrides

clearProjectId()

public UpdateClusterRequest.Builder clearProjectId()

Required. Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.

string project_id = 1 [deprecated = true, (.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
UpdateClusterRequest.Builder

This builder for chaining.

clearUpdate()

public UpdateClusterRequest.Builder clearUpdate()

Required. A description of the update.

.google.container.v1beta1.ClusterUpdate update = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
UpdateClusterRequest.Builder

clearZone()

public UpdateClusterRequest.Builder clearZone()

Required. Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.

string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
UpdateClusterRequest.Builder

This builder for chaining.

clone()

public UpdateClusterRequest.Builder clone()
Returns
TypeDescription
UpdateClusterRequest.Builder
Overrides

getClusterId()

public String getClusterId()

Required. Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.

string cluster_id = 3 [deprecated = true, (.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The clusterId.

getClusterIdBytes()

public ByteString getClusterIdBytes()

Required. Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.

string cluster_id = 3 [deprecated = true, (.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for clusterId.

getDefaultInstanceForType()

public UpdateClusterRequest getDefaultInstanceForType()
Returns
TypeDescription
UpdateClusterRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getName()

public String getName()

The name (project, location, cluster) of the cluster to update. Specified in the format projects/*/locations/*/clusters/*.

string name = 5;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

The name (project, location, cluster) of the cluster to update. Specified in the format projects/*/locations/*/clusters/*.

string name = 5;

Returns
TypeDescription
ByteString

The bytes for name.

getProjectId()

public String getProjectId()

Required. Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.

string project_id = 1 [deprecated = true, (.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The projectId.

getProjectIdBytes()

public ByteString getProjectIdBytes()

Required. Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.

string project_id = 1 [deprecated = true, (.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for projectId.

getUpdate()

public ClusterUpdate getUpdate()

Required. A description of the update.

.google.container.v1beta1.ClusterUpdate update = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ClusterUpdate

The update.

getUpdateBuilder()

public ClusterUpdate.Builder getUpdateBuilder()

Required. A description of the update.

.google.container.v1beta1.ClusterUpdate update = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ClusterUpdate.Builder

getUpdateOrBuilder()

public ClusterUpdateOrBuilder getUpdateOrBuilder()

Required. A description of the update.

.google.container.v1beta1.ClusterUpdate update = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ClusterUpdateOrBuilder

getZone()

public String getZone()

Required. Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.

string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The zone.

getZoneBytes()

public ByteString getZoneBytes()

Required. Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.

string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for zone.

hasUpdate()

public boolean hasUpdate()

Required. A description of the update.

.google.container.v1beta1.ClusterUpdate update = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the update field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(UpdateClusterRequest other)

public UpdateClusterRequest.Builder mergeFrom(UpdateClusterRequest other)
Parameter
NameDescription
otherUpdateClusterRequest
Returns
TypeDescription
UpdateClusterRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public UpdateClusterRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
UpdateClusterRequest.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public UpdateClusterRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
UpdateClusterRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final UpdateClusterRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
UpdateClusterRequest.Builder
Overrides

mergeUpdate(ClusterUpdate value)

public UpdateClusterRequest.Builder mergeUpdate(ClusterUpdate value)

Required. A description of the update.

.google.container.v1beta1.ClusterUpdate update = 4 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueClusterUpdate
Returns
TypeDescription
UpdateClusterRequest.Builder

setClusterId(String value)

public UpdateClusterRequest.Builder setClusterId(String value)

Required. Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.

string cluster_id = 3 [deprecated = true, (.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueString

The clusterId to set.

Returns
TypeDescription
UpdateClusterRequest.Builder

This builder for chaining.

setClusterIdBytes(ByteString value)

public UpdateClusterRequest.Builder setClusterIdBytes(ByteString value)

Required. Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.

string cluster_id = 3 [deprecated = true, (.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueByteString

The bytes for clusterId to set.

Returns
TypeDescription
UpdateClusterRequest.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public UpdateClusterRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
UpdateClusterRequest.Builder
Overrides

setName(String value)

public UpdateClusterRequest.Builder setName(String value)

The name (project, location, cluster) of the cluster to update. Specified in the format projects/*/locations/*/clusters/*.

string name = 5;

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
UpdateClusterRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public UpdateClusterRequest.Builder setNameBytes(ByteString value)

The name (project, location, cluster) of the cluster to update. Specified in the format projects/*/locations/*/clusters/*.

string name = 5;

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
UpdateClusterRequest.Builder

This builder for chaining.

setProjectId(String value)

public UpdateClusterRequest.Builder setProjectId(String value)

Required. Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.

string project_id = 1 [deprecated = true, (.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueString

The projectId to set.

Returns
TypeDescription
UpdateClusterRequest.Builder

This builder for chaining.

setProjectIdBytes(ByteString value)

public UpdateClusterRequest.Builder setProjectIdBytes(ByteString value)

Required. Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.

string project_id = 1 [deprecated = true, (.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueByteString

The bytes for projectId to set.

Returns
TypeDescription
UpdateClusterRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public UpdateClusterRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
UpdateClusterRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final UpdateClusterRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
UpdateClusterRequest.Builder
Overrides

setUpdate(ClusterUpdate value)

public UpdateClusterRequest.Builder setUpdate(ClusterUpdate value)

Required. A description of the update.

.google.container.v1beta1.ClusterUpdate update = 4 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueClusterUpdate
Returns
TypeDescription
UpdateClusterRequest.Builder

setUpdate(ClusterUpdate.Builder builderForValue)

public UpdateClusterRequest.Builder setUpdate(ClusterUpdate.Builder builderForValue)

Required. A description of the update.

.google.container.v1beta1.ClusterUpdate update = 4 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValueClusterUpdate.Builder
Returns
TypeDescription
UpdateClusterRequest.Builder

setZone(String value)

public UpdateClusterRequest.Builder setZone(String value)

Required. Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.

string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueString

The zone to set.

Returns
TypeDescription
UpdateClusterRequest.Builder

This builder for chaining.

setZoneBytes(ByteString value)

public UpdateClusterRequest.Builder setZoneBytes(ByteString value)

Required. Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.

string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueByteString

The bytes for zone to set.

Returns
TypeDescription
UpdateClusterRequest.Builder

This builder for chaining.