Class SetNodePoolSizeRequest.Builder (2.4.0)

public static final class SetNodePoolSizeRequest.Builder extends GeneratedMessageV3.Builder<SetNodePoolSizeRequest.Builder> implements SetNodePoolSizeRequestOrBuilder

SetNodePoolSizeRequest sets the size of a node pool.

Protobuf type google.container.v1.SetNodePoolSizeRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public SetNodePoolSizeRequest build()
Returns
TypeDescription
SetNodePoolSizeRequest

buildPartial()

public SetNodePoolSizeRequest buildPartial()
Returns
TypeDescription
SetNodePoolSizeRequest

clear()

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

clearClusterId()

public SetNodePoolSizeRequest.Builder clearClusterId()

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

string cluster_id = 3 [deprecated = true];

Returns
TypeDescription
SetNodePoolSizeRequest.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

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

clearName()

public SetNodePoolSizeRequest.Builder clearName()

The name (project, location, cluster, node pool id) of the node pool to set size. Specified in the format projects/*/locations/*/clusters/*/nodePools/*.

string name = 7;

Returns
TypeDescription
SetNodePoolSizeRequest.Builder

This builder for chaining.

clearNodeCount()

public SetNodePoolSizeRequest.Builder clearNodeCount()

Required. The desired node count for the pool.

int32 node_count = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
SetNodePoolSizeRequest.Builder

This builder for chaining.

clearNodePoolId()

public SetNodePoolSizeRequest.Builder clearNodePoolId()

Deprecated. The name of the node pool to update. This field has been deprecated and replaced by the name field.

string node_pool_id = 4 [deprecated = true];

Returns
TypeDescription
SetNodePoolSizeRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearProjectId()

public SetNodePoolSizeRequest.Builder clearProjectId()

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];

Returns
TypeDescription
SetNodePoolSizeRequest.Builder

This builder for chaining.

clearZone()

public SetNodePoolSizeRequest.Builder clearZone()

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];

Returns
TypeDescription
SetNodePoolSizeRequest.Builder

This builder for chaining.

clone()

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

getClusterId()

public String getClusterId()

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

string cluster_id = 3 [deprecated = true];

Returns
TypeDescription
String

The clusterId.

getClusterIdBytes()

public ByteString getClusterIdBytes()

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

string cluster_id = 3 [deprecated = true];

Returns
TypeDescription
ByteString

The bytes for clusterId.

getDefaultInstanceForType()

public SetNodePoolSizeRequest getDefaultInstanceForType()
Returns
TypeDescription
SetNodePoolSizeRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getName()

public String getName()

The name (project, location, cluster, node pool id) of the node pool to set size. Specified in the format projects/*/locations/*/clusters/*/nodePools/*.

string name = 7;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

The name (project, location, cluster, node pool id) of the node pool to set size. Specified in the format projects/*/locations/*/clusters/*/nodePools/*.

string name = 7;

Returns
TypeDescription
ByteString

The bytes for name.

getNodeCount()

public int getNodeCount()

Required. The desired node count for the pool.

int32 node_count = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The nodeCount.

getNodePoolId()

public String getNodePoolId()

Deprecated. The name of the node pool to update. This field has been deprecated and replaced by the name field.

string node_pool_id = 4 [deprecated = true];

Returns
TypeDescription
String

The nodePoolId.

getNodePoolIdBytes()

public ByteString getNodePoolIdBytes()

Deprecated. The name of the node pool to update. This field has been deprecated and replaced by the name field.

string node_pool_id = 4 [deprecated = true];

Returns
TypeDescription
ByteString

The bytes for nodePoolId.

getProjectId()

public String getProjectId()

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];

Returns
TypeDescription
String

The projectId.

getProjectIdBytes()

public ByteString getProjectIdBytes()

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];

Returns
TypeDescription
ByteString

The bytes for projectId.

getZone()

public String getZone()

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];

Returns
TypeDescription
String

The zone.

getZoneBytes()

public ByteString getZoneBytes()

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];

Returns
TypeDescription
ByteString

The bytes for zone.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(SetNodePoolSizeRequest other)

public SetNodePoolSizeRequest.Builder mergeFrom(SetNodePoolSizeRequest other)
Parameter
NameDescription
otherSetNodePoolSizeRequest
Returns
TypeDescription
SetNodePoolSizeRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setClusterId(String value)

public SetNodePoolSizeRequest.Builder setClusterId(String value)

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

string cluster_id = 3 [deprecated = true];

Parameter
NameDescription
valueString

The clusterId to set.

Returns
TypeDescription
SetNodePoolSizeRequest.Builder

This builder for chaining.

setClusterIdBytes(ByteString value)

public SetNodePoolSizeRequest.Builder setClusterIdBytes(ByteString value)

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

string cluster_id = 3 [deprecated = true];

Parameter
NameDescription
valueByteString

The bytes for clusterId to set.

Returns
TypeDescription
SetNodePoolSizeRequest.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

setName(String value)

public SetNodePoolSizeRequest.Builder setName(String value)

The name (project, location, cluster, node pool id) of the node pool to set size. Specified in the format projects/*/locations/*/clusters/*/nodePools/*.

string name = 7;

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
SetNodePoolSizeRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public SetNodePoolSizeRequest.Builder setNameBytes(ByteString value)

The name (project, location, cluster, node pool id) of the node pool to set size. Specified in the format projects/*/locations/*/clusters/*/nodePools/*.

string name = 7;

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
SetNodePoolSizeRequest.Builder

This builder for chaining.

setNodeCount(int value)

public SetNodePoolSizeRequest.Builder setNodeCount(int value)

Required. The desired node count for the pool.

int32 node_count = 5 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueint

The nodeCount to set.

Returns
TypeDescription
SetNodePoolSizeRequest.Builder

This builder for chaining.

setNodePoolId(String value)

public SetNodePoolSizeRequest.Builder setNodePoolId(String value)

Deprecated. The name of the node pool to update. This field has been deprecated and replaced by the name field.

string node_pool_id = 4 [deprecated = true];

Parameter
NameDescription
valueString

The nodePoolId to set.

Returns
TypeDescription
SetNodePoolSizeRequest.Builder

This builder for chaining.

setNodePoolIdBytes(ByteString value)

public SetNodePoolSizeRequest.Builder setNodePoolIdBytes(ByteString value)

Deprecated. The name of the node pool to update. This field has been deprecated and replaced by the name field.

string node_pool_id = 4 [deprecated = true];

Parameter
NameDescription
valueByteString

The bytes for nodePoolId to set.

Returns
TypeDescription
SetNodePoolSizeRequest.Builder

This builder for chaining.

setProjectId(String value)

public SetNodePoolSizeRequest.Builder setProjectId(String value)

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];

Parameter
NameDescription
valueString

The projectId to set.

Returns
TypeDescription
SetNodePoolSizeRequest.Builder

This builder for chaining.

setProjectIdBytes(ByteString value)

public SetNodePoolSizeRequest.Builder setProjectIdBytes(ByteString value)

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];

Parameter
NameDescription
valueByteString

The bytes for projectId to set.

Returns
TypeDescription
SetNodePoolSizeRequest.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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

setZone(String value)

public SetNodePoolSizeRequest.Builder setZone(String value)

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];

Parameter
NameDescription
valueString

The zone to set.

Returns
TypeDescription
SetNodePoolSizeRequest.Builder

This builder for chaining.

setZoneBytes(ByteString value)

public SetNodePoolSizeRequest.Builder setZoneBytes(ByteString value)

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];

Parameter
NameDescription
valueByteString

The bytes for zone to set.

Returns
TypeDescription
SetNodePoolSizeRequest.Builder

This builder for chaining.