Class CompleteIPRotationRequest.Builder (2.4.1)

public static final class CompleteIPRotationRequest.Builder extends GeneratedMessageV3.Builder<CompleteIPRotationRequest.Builder> implements CompleteIPRotationRequestOrBuilder

CompleteIPRotationRequest moves the cluster master back into single-IP mode.

Protobuf type google.container.v1beta1.CompleteIPRotationRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public CompleteIPRotationRequest build()
Returns
TypeDescription
CompleteIPRotationRequest

buildPartial()

public CompleteIPRotationRequest buildPartial()
Returns
TypeDescription
CompleteIPRotationRequest

clear()

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

clearClusterId()

public CompleteIPRotationRequest.Builder clearClusterId()

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

string cluster_id = 3 [deprecated = true, (.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CompleteIPRotationRequest.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

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

clearName()

public CompleteIPRotationRequest.Builder clearName()

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

string name = 7;

Returns
TypeDescription
CompleteIPRotationRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearProjectId()

public CompleteIPRotationRequest.Builder clearProjectId()

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

This builder for chaining.

clearZone()

public CompleteIPRotationRequest.Builder clearZone()

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

This builder for chaining.

clone()

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

getClusterId()

public String getClusterId()

Required. Deprecated. The name of the cluster. 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()

public ByteString getClusterIdBytes()

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

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getName()

public String getName()

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

string name = 7;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

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

string name = 7;

Returns
TypeDescription
ByteString

The bytes for name.

getProjectId()

public String getProjectId()

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

public ByteString getProjectIdBytes()

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

public String getZone()

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

public ByteString getZoneBytes()

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

public CompleteIPRotationRequest.Builder mergeFrom(CompleteIPRotationRequest other)
Parameter
NameDescription
otherCompleteIPRotationRequest
Returns
TypeDescription
CompleteIPRotationRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setClusterId(String value)

public CompleteIPRotationRequest.Builder setClusterId(String value)

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

string cluster_id = 3 [deprecated = true, (.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueString

The clusterId to set.

Returns
TypeDescription
CompleteIPRotationRequest.Builder

This builder for chaining.

setClusterIdBytes(ByteString value)

public CompleteIPRotationRequest.Builder setClusterIdBytes(ByteString value)

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

string cluster_id = 3 [deprecated = true, (.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueByteString

The bytes for clusterId to set.

Returns
TypeDescription
CompleteIPRotationRequest.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

setName(String value)

public CompleteIPRotationRequest.Builder setName(String value)

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

string name = 7;

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
CompleteIPRotationRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public CompleteIPRotationRequest.Builder setNameBytes(ByteString value)

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

string name = 7;

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
CompleteIPRotationRequest.Builder

This builder for chaining.

setProjectId(String value)

public CompleteIPRotationRequest.Builder setProjectId(String value)

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

Parameter
NameDescription
valueString

The projectId to set.

Returns
TypeDescription
CompleteIPRotationRequest.Builder

This builder for chaining.

setProjectIdBytes(ByteString value)

public CompleteIPRotationRequest.Builder setProjectIdBytes(ByteString value)

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

Parameter
NameDescription
valueByteString

The bytes for projectId to set.

Returns
TypeDescription
CompleteIPRotationRequest.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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

setZone(String value)

public CompleteIPRotationRequest.Builder setZone(String value)

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

Parameter
NameDescription
valueString

The zone to set.

Returns
TypeDescription
CompleteIPRotationRequest.Builder

This builder for chaining.

setZoneBytes(ByteString value)

public CompleteIPRotationRequest.Builder setZoneBytes(ByteString value)

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

Parameter
NameDescription
valueByteString

The bytes for zone to set.

Returns
TypeDescription
CompleteIPRotationRequest.Builder

This builder for chaining.