Class SetNodePoolSizeRequest.Builder (2.14.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.v1beta1.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() (deprecated)

public SetNodePoolSizeRequest.Builder clearClusterId()

Deprecated. google.container.v1beta1.SetNodePoolSizeRequest.cluster_id is deprecated. See google/container/v1beta1/cluster_service.proto;l=3710

Required. 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, (.google.api.field_behavior) = REQUIRED];

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() (deprecated)

public SetNodePoolSizeRequest.Builder clearNodePoolId()

Deprecated. google.container.v1beta1.SetNodePoolSizeRequest.node_pool_id is deprecated. See google/container/v1beta1/cluster_service.proto;l=3715

Required. 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, (.google.api.field_behavior) = REQUIRED];

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() (deprecated)

public SetNodePoolSizeRequest.Builder clearProjectId()

Deprecated. google.container.v1beta1.SetNodePoolSizeRequest.project_id is deprecated. See google/container/v1beta1/cluster_service.proto;l=3699

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
SetNodePoolSizeRequest.Builder

This builder for chaining.

clearZone() (deprecated)

public SetNodePoolSizeRequest.Builder clearZone()

Deprecated. google.container.v1beta1.SetNodePoolSizeRequest.zone is deprecated. See google/container/v1beta1/cluster_service.proto;l=3706

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
SetNodePoolSizeRequest.Builder

This builder for chaining.

clone()

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

getClusterId() (deprecated)

public String getClusterId()

Deprecated. google.container.v1beta1.SetNodePoolSizeRequest.cluster_id is deprecated. See google/container/v1beta1/cluster_service.proto;l=3710

Required. 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, (.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The clusterId.

getClusterIdBytes() (deprecated)

public ByteString getClusterIdBytes()

Deprecated. google.container.v1beta1.SetNodePoolSizeRequest.cluster_id is deprecated. See google/container/v1beta1/cluster_service.proto;l=3710

Required. 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, (.google.api.field_behavior) = REQUIRED];

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() (deprecated)

public String getNodePoolId()

Deprecated. google.container.v1beta1.SetNodePoolSizeRequest.node_pool_id is deprecated. See google/container/v1beta1/cluster_service.proto;l=3715

Required. 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, (.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The nodePoolId.

getNodePoolIdBytes() (deprecated)

public ByteString getNodePoolIdBytes()

Deprecated. google.container.v1beta1.SetNodePoolSizeRequest.node_pool_id is deprecated. See google/container/v1beta1/cluster_service.proto;l=3715

Required. 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, (.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for nodePoolId.

getProjectId() (deprecated)

public String getProjectId()

Deprecated. google.container.v1beta1.SetNodePoolSizeRequest.project_id is deprecated. See google/container/v1beta1/cluster_service.proto;l=3699

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() (deprecated)

public ByteString getProjectIdBytes()

Deprecated. google.container.v1beta1.SetNodePoolSizeRequest.project_id is deprecated. See google/container/v1beta1/cluster_service.proto;l=3699

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.

getZone() (deprecated)

public String getZone()

Deprecated. google.container.v1beta1.SetNodePoolSizeRequest.zone is deprecated. See google/container/v1beta1/cluster_service.proto;l=3706

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() (deprecated)

public ByteString getZoneBytes()

Deprecated. google.container.v1beta1.SetNodePoolSizeRequest.zone is deprecated. See google/container/v1beta1/cluster_service.proto;l=3706

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.

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