Class DeleteAzureClientRequest.Builder (0.84.0)

public static final class DeleteAzureClientRequest.Builder extends GeneratedMessage.Builder<DeleteAzureClientRequest.Builder> implements DeleteAzureClientRequestOrBuilder

Request message for AzureClusters.DeleteAzureClient method.

Protobuf type google.cloud.gkemulticloud.v1.DeleteAzureClientRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public DeleteAzureClientRequest build()
Returns
Type Description
DeleteAzureClientRequest

buildPartial()

public DeleteAzureClientRequest buildPartial()
Returns
Type Description
DeleteAzureClientRequest

clear()

public DeleteAzureClientRequest.Builder clear()
Returns
Type Description
DeleteAzureClientRequest.Builder
Overrides

clearAllowMissing()

public DeleteAzureClientRequest.Builder clearAllowMissing()

If set to true, and the AzureClient 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
Type Description
DeleteAzureClientRequest.Builder

This builder for chaining.

clearName()

public DeleteAzureClientRequest.Builder clearName()

Required. The resource name the AzureClient to delete.

AzureClient names are formatted as projects/<project-id>/locations/<region>/azureClients/<client-id>.

See Resource Names for more details on Google Cloud resource names.

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

Returns
Type Description
DeleteAzureClientRequest.Builder

This builder for chaining.

clearValidateOnly()

public DeleteAzureClientRequest.Builder clearValidateOnly()

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

bool validate_only = 3;

Returns
Type Description
DeleteAzureClientRequest.Builder

This builder for chaining.

getAllowMissing()

public boolean getAllowMissing()

If set to true, and the AzureClient 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
Type Description
boolean

The allowMissing.

getDefaultInstanceForType()

public DeleteAzureClientRequest getDefaultInstanceForType()
Returns
Type Description
DeleteAzureClientRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

Required. The resource name the AzureClient to delete.

AzureClient names are formatted as projects/<project-id>/locations/<region>/azureClients/<client-id>.

See Resource Names for more details on Google Cloud resource names.

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The resource name the AzureClient to delete.

AzureClient names are formatted as projects/<project-id>/locations/<region>/azureClients/<client-id>.

See Resource Names for more details on Google Cloud resource names.

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

Returns
Type Description
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
Type Description
boolean

The validateOnly.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DeleteAzureClientRequest other)

public DeleteAzureClientRequest.Builder mergeFrom(DeleteAzureClientRequest other)
Parameter
Name Description
other DeleteAzureClientRequest
Returns
Type Description
DeleteAzureClientRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DeleteAzureClientRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeleteAzureClientRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public DeleteAzureClientRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
DeleteAzureClientRequest.Builder
Overrides

setAllowMissing(boolean value)

public DeleteAzureClientRequest.Builder setAllowMissing(boolean value)

If set to true, and the AzureClient 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
Name Description
value boolean

The allowMissing to set.

Returns
Type Description
DeleteAzureClientRequest.Builder

This builder for chaining.

setName(String value)

public DeleteAzureClientRequest.Builder setName(String value)

Required. The resource name the AzureClient to delete.

AzureClient names are formatted as projects/<project-id>/locations/<region>/azureClients/<client-id>.

See Resource Names for more details on Google Cloud resource names.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DeleteAzureClientRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteAzureClientRequest.Builder setNameBytes(ByteString value)

Required. The resource name the AzureClient to delete.

AzureClient names are formatted as projects/<project-id>/locations/<region>/azureClients/<client-id>.

See Resource Names for more details on Google Cloud resource names.

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

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
DeleteAzureClientRequest.Builder

This builder for chaining.

setValidateOnly(boolean value)

public DeleteAzureClientRequest.Builder setValidateOnly(boolean value)

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

bool validate_only = 3;

Parameter
Name Description
value boolean

The validateOnly to set.

Returns
Type Description
DeleteAzureClientRequest.Builder

This builder for chaining.