Class DeleteAzureClusterRequest.Builder (0.13.0)

public static final class DeleteAzureClusterRequest.Builder extends GeneratedMessageV3.Builder<DeleteAzureClusterRequest.Builder> implements DeleteAzureClusterRequestOrBuilder

Request message for Clusters.DeleteAzureCluster method.

Protobuf type google.cloud.gkemulticloud.v1.DeleteAzureClusterRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public DeleteAzureClusterRequest build()
Returns
TypeDescription
DeleteAzureClusterRequest

buildPartial()

public DeleteAzureClusterRequest buildPartial()
Returns
TypeDescription
DeleteAzureClusterRequest

clear()

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

clearAllowMissing()

public DeleteAzureClusterRequest.Builder clearAllowMissing()

If set to true, and the AzureCluster resource is not found, the request will succeed but no action will be taken on the server and a completed Operation will be returned. Useful for idempotent deletion.

bool allow_missing = 2;

Returns
TypeDescription
DeleteAzureClusterRequest.Builder

This builder for chaining.

clearEtag()

public DeleteAzureClusterRequest.Builder clearEtag()

The current etag of the AzureCluster. Allows clients to perform deletions through optimistic concurrency control. If the provided etag does not match the current etag of the cluster, the request will fail and an ABORTED error will be returned.

string etag = 4;

Returns
TypeDescription
DeleteAzureClusterRequest.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

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

clearName()

public DeleteAzureClusterRequest.Builder clearName()

Required. The resource name the AzureCluster to delete. AzureCluster names are formatted as projects/<project-id>/locations/<region>/azureClusters/<cluster-id>. See Resource Names for more details on Google Cloud Platform resource names.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
DeleteAzureClusterRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearValidateOnly()

public DeleteAzureClusterRequest.Builder clearValidateOnly()

If set, only validate the request, but do not actually delete the resource.

bool validate_only = 3;

Returns
TypeDescription
DeleteAzureClusterRequest.Builder

This builder for chaining.

clone()

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

getAllowMissing()

public boolean getAllowMissing()

If set to true, and the AzureCluster resource is not found, the request will succeed but no action will be taken on the server and a completed Operation will be returned. Useful for idempotent deletion.

bool allow_missing = 2;

Returns
TypeDescription
boolean

The allowMissing.

getDefaultInstanceForType()

public DeleteAzureClusterRequest getDefaultInstanceForType()
Returns
TypeDescription
DeleteAzureClusterRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getEtag()

public String getEtag()

The current etag of the AzureCluster. Allows clients to perform deletions through optimistic concurrency control. If the provided etag does not match the current etag of the cluster, the request will fail and an ABORTED error will be returned.

string etag = 4;

Returns
TypeDescription
String

The etag.

getEtagBytes()

public ByteString getEtagBytes()

The current etag of the AzureCluster. Allows clients to perform deletions through optimistic concurrency control. If the provided etag does not match the current etag of the cluster, the request will fail and an ABORTED error will be returned.

string etag = 4;

Returns
TypeDescription
ByteString

The bytes for etag.

getName()

public String getName()

Required. The resource name the AzureCluster to delete. AzureCluster names are formatted as projects/<project-id>/locations/<region>/azureClusters/<cluster-id>. See Resource Names for more details on Google Cloud Platform resource names.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The resource name the AzureCluster to delete. AzureCluster names are formatted as projects/<project-id>/locations/<region>/azureClusters/<cluster-id>. See Resource Names for more details on Google Cloud Platform resource names.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.

getValidateOnly()

public boolean getValidateOnly()

If set, only validate the request, but do not actually delete the resource.

bool validate_only = 3;

Returns
TypeDescription
boolean

The validateOnly.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(DeleteAzureClusterRequest other)

public DeleteAzureClusterRequest.Builder mergeFrom(DeleteAzureClusterRequest other)
Parameter
NameDescription
otherDeleteAzureClusterRequest
Returns
TypeDescription
DeleteAzureClusterRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setAllowMissing(boolean value)

public DeleteAzureClusterRequest.Builder setAllowMissing(boolean value)

If set to true, and the AzureCluster resource is not found, the request will succeed but no action will be taken on the server and a completed Operation will be returned. Useful for idempotent deletion.

bool allow_missing = 2;

Parameter
NameDescription
valueboolean

The allowMissing to set.

Returns
TypeDescription
DeleteAzureClusterRequest.Builder

This builder for chaining.

setEtag(String value)

public DeleteAzureClusterRequest.Builder setEtag(String value)

The current etag of the AzureCluster. Allows clients to perform deletions through optimistic concurrency control. If the provided etag does not match the current etag of the cluster, the request will fail and an ABORTED error will be returned.

string etag = 4;

Parameter
NameDescription
valueString

The etag to set.

Returns
TypeDescription
DeleteAzureClusterRequest.Builder

This builder for chaining.

setEtagBytes(ByteString value)

public DeleteAzureClusterRequest.Builder setEtagBytes(ByteString value)

The current etag of the AzureCluster. Allows clients to perform deletions through optimistic concurrency control. If the provided etag does not match the current etag of the cluster, the request will fail and an ABORTED error will be returned.

string etag = 4;

Parameter
NameDescription
valueByteString

The bytes for etag to set.

Returns
TypeDescription
DeleteAzureClusterRequest.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

setName(String value)

public DeleteAzureClusterRequest.Builder setName(String value)

Required. The resource name the AzureCluster to delete. AzureCluster names are formatted as projects/<project-id>/locations/<region>/azureClusters/<cluster-id>. See Resource Names for more details on Google Cloud Platform resource names.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
DeleteAzureClusterRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteAzureClusterRequest.Builder setNameBytes(ByteString value)

Required. The resource name the AzureCluster to delete. AzureCluster names are formatted as projects/<project-id>/locations/<region>/azureClusters/<cluster-id>. See Resource Names for more details on Google Cloud Platform resource names.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
DeleteAzureClusterRequest.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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

setValidateOnly(boolean value)

public DeleteAzureClusterRequest.Builder setValidateOnly(boolean value)

If set, only validate the request, but do not actually delete the resource.

bool validate_only = 3;

Parameter
NameDescription
valueboolean

The validateOnly to set.

Returns
TypeDescription
DeleteAzureClusterRequest.Builder

This builder for chaining.