Class DeleteClusterRequest.Builder (2.3.6)

public static final class DeleteClusterRequest.Builder extends GeneratedMessageV3.Builder<DeleteClusterRequest.Builder> implements DeleteClusterRequestOrBuilder

DeleteClusterRequest deletes a cluster.

Protobuf type google.container.v1.DeleteClusterRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public DeleteClusterRequest build()
Returns
TypeDescription
DeleteClusterRequest

buildPartial()

public DeleteClusterRequest buildPartial()
Returns
TypeDescription
DeleteClusterRequest

clear()

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

clearClusterId()

public DeleteClusterRequest.Builder clearClusterId()

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

string cluster_id = 3 [deprecated = true];

Returns
TypeDescription
DeleteClusterRequest.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

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

clearName()

public DeleteClusterRequest.Builder clearName()

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

string name = 4;

Returns
TypeDescription
DeleteClusterRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearProjectId()

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

This builder for chaining.

clearZone()

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

This builder for chaining.

clone()

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

getClusterId()

public String getClusterId()

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

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getName()

public String getName()

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

string name = 4;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

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

string name = 4;

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

public DeleteClusterRequest.Builder mergeFrom(DeleteClusterRequest other)
Parameter
NameDescription
otherDeleteClusterRequest
Returns
TypeDescription
DeleteClusterRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setClusterId(String value)

public DeleteClusterRequest.Builder setClusterId(String value)

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

This builder for chaining.

setClusterIdBytes(ByteString value)

public DeleteClusterRequest.Builder setClusterIdBytes(ByteString value)

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

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

setName(String value)

public DeleteClusterRequest.Builder setName(String value)

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

string name = 4;

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
DeleteClusterRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteClusterRequest.Builder setNameBytes(ByteString value)

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

string name = 4;

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
DeleteClusterRequest.Builder

This builder for chaining.

setProjectId(String value)

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

This builder for chaining.

setProjectIdBytes(ByteString value)

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

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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

setZone(String value)

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

This builder for chaining.

setZoneBytes(ByteString value)

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

This builder for chaining.