Class DeleteAzureClientRequest.Builder (0.40.0)

public static final class DeleteAzureClientRequest.Builder extends GeneratedMessageV3.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public DeleteAzureClientRequest build()
Returns
TypeDescription
DeleteAzureClientRequest

buildPartial()

public DeleteAzureClientRequest buildPartial()
Returns
TypeDescription
DeleteAzureClientRequest

clear()

public DeleteAzureClientRequest.Builder clear()
Returns
TypeDescription
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
TypeDescription
DeleteAzureClientRequest.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

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

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
TypeDescription
DeleteAzureClientRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearValidateOnly()

public DeleteAzureClientRequest.Builder clearValidateOnly()

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

bool validate_only = 3;

Returns
TypeDescription
DeleteAzureClientRequest.Builder

This builder for chaining.

clone()

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

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
TypeDescription
boolean

The allowMissing.

getDefaultInstanceForType()

public DeleteAzureClientRequest getDefaultInstanceForType()
Returns
TypeDescription
DeleteAzureClientRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
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(DeleteAzureClientRequest other)

public DeleteAzureClientRequest.Builder mergeFrom(DeleteAzureClientRequest other)
Parameter
NameDescription
otherDeleteAzureClientRequest
Returns
TypeDescription
DeleteAzureClientRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final DeleteAzureClientRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueboolean

The allowMissing to set.

Returns
TypeDescription
DeleteAzureClientRequest.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

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
NameDescription
valueString

The name to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
DeleteAzureClientRequest.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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

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
NameDescription
valueboolean

The validateOnly to set.

Returns
TypeDescription
DeleteAzureClientRequest.Builder

This builder for chaining.