Class SetLocationsRequest.Builder (2.3.6)

public static final class SetLocationsRequest.Builder extends GeneratedMessageV3.Builder<SetLocationsRequest.Builder> implements SetLocationsRequestOrBuilder

SetLocationsRequest sets the locations of the cluster.

Protobuf type google.container.v1.SetLocationsRequest

Static Methods

getDescriptor()

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

Methods

addAllLocations(Iterable<String> values)

public SetLocationsRequest.Builder addAllLocations(Iterable<String> values)

Required. The desired list of Google Compute Engine zones in which the cluster's nodes should be located. Changing the locations a cluster is in will result in nodes being either created or removed from the cluster, depending on whether locations are being added or removed. This list must always include the cluster's primary zone.

repeated string locations = 4 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valuesIterable<String>

The locations to add.

Returns
TypeDescription
SetLocationsRequest.Builder

This builder for chaining.

addLocations(String value)

public SetLocationsRequest.Builder addLocations(String value)

Required. The desired list of Google Compute Engine zones in which the cluster's nodes should be located. Changing the locations a cluster is in will result in nodes being either created or removed from the cluster, depending on whether locations are being added or removed. This list must always include the cluster's primary zone.

repeated string locations = 4 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueString

The locations to add.

Returns
TypeDescription
SetLocationsRequest.Builder

This builder for chaining.

addLocationsBytes(ByteString value)

public SetLocationsRequest.Builder addLocationsBytes(ByteString value)

Required. The desired list of Google Compute Engine zones in which the cluster's nodes should be located. Changing the locations a cluster is in will result in nodes being either created or removed from the cluster, depending on whether locations are being added or removed. This list must always include the cluster's primary zone.

repeated string locations = 4 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueByteString

The bytes of the locations to add.

Returns
TypeDescription
SetLocationsRequest.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public SetLocationsRequest build()
Returns
TypeDescription
SetLocationsRequest

buildPartial()

public SetLocationsRequest buildPartial()
Returns
TypeDescription
SetLocationsRequest

clear()

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

clearClusterId()

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

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

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

clearLocations()

public SetLocationsRequest.Builder clearLocations()

Required. The desired list of Google Compute Engine zones in which the cluster's nodes should be located. Changing the locations a cluster is in will result in nodes being either created or removed from the cluster, depending on whether locations are being added or removed. This list must always include the cluster's primary zone.

repeated string locations = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
SetLocationsRequest.Builder

This builder for chaining.

clearName()

public SetLocationsRequest.Builder clearName()

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

string name = 6;

Returns
TypeDescription
SetLocationsRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearProjectId()

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

This builder for chaining.

clearZone()

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

This builder for chaining.

clone()

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

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 SetLocationsRequest getDefaultInstanceForType()
Returns
TypeDescription
SetLocationsRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getLocations(int index)

public String getLocations(int index)

Required. The desired list of Google Compute Engine zones in which the cluster's nodes should be located. Changing the locations a cluster is in will result in nodes being either created or removed from the cluster, depending on whether locations are being added or removed. This list must always include the cluster's primary zone.

repeated string locations = 4 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The locations at the given index.

getLocationsBytes(int index)

public ByteString getLocationsBytes(int index)

Required. The desired list of Google Compute Engine zones in which the cluster's nodes should be located. Changing the locations a cluster is in will result in nodes being either created or removed from the cluster, depending on whether locations are being added or removed. This list must always include the cluster's primary zone.

repeated string locations = 4 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the locations at the given index.

getLocationsCount()

public int getLocationsCount()

Required. The desired list of Google Compute Engine zones in which the cluster's nodes should be located. Changing the locations a cluster is in will result in nodes being either created or removed from the cluster, depending on whether locations are being added or removed. This list must always include the cluster's primary zone.

repeated string locations = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The count of locations.

getLocationsList()

public ProtocolStringList getLocationsList()

Required. The desired list of Google Compute Engine zones in which the cluster's nodes should be located. Changing the locations a cluster is in will result in nodes being either created or removed from the cluster, depending on whether locations are being added or removed. This list must always include the cluster's primary zone.

repeated string locations = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ProtocolStringList

A list containing the locations.

getName()

public String getName()

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

string name = 6;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

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

string name = 6;

Returns
TypeDescription
ByteString

The bytes for name.

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(SetLocationsRequest other)

public SetLocationsRequest.Builder mergeFrom(SetLocationsRequest other)
Parameter
NameDescription
otherSetLocationsRequest
Returns
TypeDescription
SetLocationsRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setClusterId(String value)

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

This builder for chaining.

setClusterIdBytes(ByteString value)

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

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

setLocations(int index, String value)

public SetLocationsRequest.Builder setLocations(int index, String value)

Required. The desired list of Google Compute Engine zones in which the cluster's nodes should be located. Changing the locations a cluster is in will result in nodes being either created or removed from the cluster, depending on whether locations are being added or removed. This list must always include the cluster's primary zone.

repeated string locations = 4 [(.google.api.field_behavior) = REQUIRED];

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The locations to set.

Returns
TypeDescription
SetLocationsRequest.Builder

This builder for chaining.

setName(String value)

public SetLocationsRequest.Builder setName(String value)

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

string name = 6;

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
SetLocationsRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public SetLocationsRequest.Builder setNameBytes(ByteString value)

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

string name = 6;

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
SetLocationsRequest.Builder

This builder for chaining.

setProjectId(String value)

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

This builder for chaining.

setProjectIdBytes(ByteString value)

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

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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

setZone(String value)

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

This builder for chaining.

setZoneBytes(ByteString value)

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

This builder for chaining.