Class SetNodePoolAutoscalingRequest.Builder (2.3.6)

public static final class SetNodePoolAutoscalingRequest.Builder extends GeneratedMessageV3.Builder<SetNodePoolAutoscalingRequest.Builder> implements SetNodePoolAutoscalingRequestOrBuilder

SetNodePoolAutoscalingRequest sets the autoscaler settings of a node pool.

Protobuf type google.container.v1.SetNodePoolAutoscalingRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public SetNodePoolAutoscalingRequest build()
Returns
TypeDescription
SetNodePoolAutoscalingRequest

buildPartial()

public SetNodePoolAutoscalingRequest buildPartial()
Returns
TypeDescription
SetNodePoolAutoscalingRequest

clear()

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

clearAutoscaling()

public SetNodePoolAutoscalingRequest.Builder clearAutoscaling()

Required. Autoscaling configuration for the node pool.

.google.container.v1.NodePoolAutoscaling autoscaling = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
SetNodePoolAutoscalingRequest.Builder

clearClusterId()

public SetNodePoolAutoscalingRequest.Builder clearClusterId()

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

Returns
TypeDescription
SetNodePoolAutoscalingRequest.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

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

clearName()

public SetNodePoolAutoscalingRequest.Builder clearName()

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

string name = 6;

Returns
TypeDescription
SetNodePoolAutoscalingRequest.Builder

This builder for chaining.

clearNodePoolId()

public SetNodePoolAutoscalingRequest.Builder clearNodePoolId()

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

string node_pool_id = 4 [deprecated = true];

Returns
TypeDescription
SetNodePoolAutoscalingRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearProjectId()

public SetNodePoolAutoscalingRequest.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
SetNodePoolAutoscalingRequest.Builder

This builder for chaining.

clearZone()

public SetNodePoolAutoscalingRequest.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
SetNodePoolAutoscalingRequest.Builder

This builder for chaining.

clone()

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

getAutoscaling()

public NodePoolAutoscaling getAutoscaling()

Required. Autoscaling configuration for the node pool.

.google.container.v1.NodePoolAutoscaling autoscaling = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
NodePoolAutoscaling

The autoscaling.

getAutoscalingBuilder()

public NodePoolAutoscaling.Builder getAutoscalingBuilder()

Required. Autoscaling configuration for the node pool.

.google.container.v1.NodePoolAutoscaling autoscaling = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
NodePoolAutoscaling.Builder

getAutoscalingOrBuilder()

public NodePoolAutoscalingOrBuilder getAutoscalingOrBuilder()

Required. Autoscaling configuration for the node pool.

.google.container.v1.NodePoolAutoscaling autoscaling = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
NodePoolAutoscalingOrBuilder

getClusterId()

public String getClusterId()

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

Returns
TypeDescription
String

The clusterId.

getClusterIdBytes()

public ByteString getClusterIdBytes()

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

Returns
TypeDescription
ByteString

The bytes for clusterId.

getDefaultInstanceForType()

public SetNodePoolAutoscalingRequest getDefaultInstanceForType()
Returns
TypeDescription
SetNodePoolAutoscalingRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getName()

public String getName()

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

string name = 6;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

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

string name = 6;

Returns
TypeDescription
ByteString

The bytes for name.

getNodePoolId()

public String getNodePoolId()

Deprecated. The name of the node pool to upgrade. 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 upgrade. 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.

hasAutoscaling()

public boolean hasAutoscaling()

Required. Autoscaling configuration for the node pool.

.google.container.v1.NodePoolAutoscaling autoscaling = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the autoscaling field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeAutoscaling(NodePoolAutoscaling value)

public SetNodePoolAutoscalingRequest.Builder mergeAutoscaling(NodePoolAutoscaling value)

Required. Autoscaling configuration for the node pool.

.google.container.v1.NodePoolAutoscaling autoscaling = 5 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueNodePoolAutoscaling
Returns
TypeDescription
SetNodePoolAutoscalingRequest.Builder

mergeFrom(SetNodePoolAutoscalingRequest other)

public SetNodePoolAutoscalingRequest.Builder mergeFrom(SetNodePoolAutoscalingRequest other)
Parameter
NameDescription
otherSetNodePoolAutoscalingRequest
Returns
TypeDescription
SetNodePoolAutoscalingRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setAutoscaling(NodePoolAutoscaling value)

public SetNodePoolAutoscalingRequest.Builder setAutoscaling(NodePoolAutoscaling value)

Required. Autoscaling configuration for the node pool.

.google.container.v1.NodePoolAutoscaling autoscaling = 5 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueNodePoolAutoscaling
Returns
TypeDescription
SetNodePoolAutoscalingRequest.Builder

setAutoscaling(NodePoolAutoscaling.Builder builderForValue)

public SetNodePoolAutoscalingRequest.Builder setAutoscaling(NodePoolAutoscaling.Builder builderForValue)

Required. Autoscaling configuration for the node pool.

.google.container.v1.NodePoolAutoscaling autoscaling = 5 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValueNodePoolAutoscaling.Builder
Returns
TypeDescription
SetNodePoolAutoscalingRequest.Builder

setClusterId(String value)

public SetNodePoolAutoscalingRequest.Builder setClusterId(String value)

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

Parameter
NameDescription
valueString

The clusterId to set.

Returns
TypeDescription
SetNodePoolAutoscalingRequest.Builder

This builder for chaining.

setClusterIdBytes(ByteString value)

public SetNodePoolAutoscalingRequest.Builder setClusterIdBytes(ByteString value)

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

Parameter
NameDescription
valueByteString

The bytes for clusterId to set.

Returns
TypeDescription
SetNodePoolAutoscalingRequest.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

setName(String value)

public SetNodePoolAutoscalingRequest.Builder setName(String value)

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

string name = 6;

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
SetNodePoolAutoscalingRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public SetNodePoolAutoscalingRequest.Builder setNameBytes(ByteString value)

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

string name = 6;

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
SetNodePoolAutoscalingRequest.Builder

This builder for chaining.

setNodePoolId(String value)

public SetNodePoolAutoscalingRequest.Builder setNodePoolId(String value)

Deprecated. The name of the node pool to upgrade. 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
SetNodePoolAutoscalingRequest.Builder

This builder for chaining.

setNodePoolIdBytes(ByteString value)

public SetNodePoolAutoscalingRequest.Builder setNodePoolIdBytes(ByteString value)

Deprecated. The name of the node pool to upgrade. 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
SetNodePoolAutoscalingRequest.Builder

This builder for chaining.

setProjectId(String value)

public SetNodePoolAutoscalingRequest.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
SetNodePoolAutoscalingRequest.Builder

This builder for chaining.

setProjectIdBytes(ByteString value)

public SetNodePoolAutoscalingRequest.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
SetNodePoolAutoscalingRequest.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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

setZone(String value)

public SetNodePoolAutoscalingRequest.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
SetNodePoolAutoscalingRequest.Builder

This builder for chaining.

setZoneBytes(ByteString value)

public SetNodePoolAutoscalingRequest.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
SetNodePoolAutoscalingRequest.Builder

This builder for chaining.