Class StartIPRotationRequest.Builder (2.4.1)

public static final class StartIPRotationRequest.Builder extends GeneratedMessageV3.Builder<StartIPRotationRequest.Builder> implements StartIPRotationRequestOrBuilder

StartIPRotationRequest creates a new IP for the cluster and then performs a node upgrade on each node pool to point to the new IP.

Protobuf type google.container.v1.StartIPRotationRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public StartIPRotationRequest build()
Returns
TypeDescription
StartIPRotationRequest

buildPartial()

public StartIPRotationRequest buildPartial()
Returns
TypeDescription
StartIPRotationRequest

clear()

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

clearClusterId()

public StartIPRotationRequest.Builder clearClusterId()

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

string cluster_id = 3 [deprecated = true];

Returns
TypeDescription
StartIPRotationRequest.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

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

clearName()

public StartIPRotationRequest.Builder clearName()

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

string name = 6;

Returns
TypeDescription
StartIPRotationRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearProjectId()

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

This builder for chaining.

clearRotateCredentials()

public StartIPRotationRequest.Builder clearRotateCredentials()

Whether to rotate credentials during IP rotation.

bool rotate_credentials = 7;

Returns
TypeDescription
StartIPRotationRequest.Builder

This builder for chaining.

clearZone()

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

This builder for chaining.

clone()

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

getClusterId()

public String getClusterId()

Deprecated. The name of the cluster. 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. 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 StartIPRotationRequest getDefaultInstanceForType()
Returns
TypeDescription
StartIPRotationRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getName()

public String getName()

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

string name = 6;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

The name (project, location, cluster id) of the cluster to start IP rotation. 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.

getRotateCredentials()

public boolean getRotateCredentials()

Whether to rotate credentials during IP rotation.

bool rotate_credentials = 7;

Returns
TypeDescription
boolean

The rotateCredentials.

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

public StartIPRotationRequest.Builder mergeFrom(StartIPRotationRequest other)
Parameter
NameDescription
otherStartIPRotationRequest
Returns
TypeDescription
StartIPRotationRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setClusterId(String value)

public StartIPRotationRequest.Builder setClusterId(String value)

Deprecated. The name of the cluster. 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
StartIPRotationRequest.Builder

This builder for chaining.

setClusterIdBytes(ByteString value)

public StartIPRotationRequest.Builder setClusterIdBytes(ByteString value)

Deprecated. The name of the cluster. 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
StartIPRotationRequest.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

setName(String value)

public StartIPRotationRequest.Builder setName(String value)

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

string name = 6;

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
StartIPRotationRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public StartIPRotationRequest.Builder setNameBytes(ByteString value)

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

string name = 6;

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
StartIPRotationRequest.Builder

This builder for chaining.

setProjectId(String value)

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

This builder for chaining.

setProjectIdBytes(ByteString value)

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

This builder for chaining.

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

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

setRotateCredentials(boolean value)

public StartIPRotationRequest.Builder setRotateCredentials(boolean value)

Whether to rotate credentials during IP rotation.

bool rotate_credentials = 7;

Parameter
NameDescription
valueboolean

The rotateCredentials to set.

Returns
TypeDescription
StartIPRotationRequest.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

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

setZone(String value)

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

This builder for chaining.

setZoneBytes(ByteString value)

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

This builder for chaining.