Class DeleteTagKeyRequest.Builder (1.46.0)

public static final class DeleteTagKeyRequest.Builder extends GeneratedMessageV3.Builder<DeleteTagKeyRequest.Builder> implements DeleteTagKeyRequestOrBuilder

The request message for deleting a TagKey.

Protobuf type google.cloud.resourcemanager.v3.DeleteTagKeyRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public DeleteTagKeyRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
DeleteTagKeyRequest.Builder
Overrides

build()

public DeleteTagKeyRequest build()
Returns
Type Description
DeleteTagKeyRequest

buildPartial()

public DeleteTagKeyRequest buildPartial()
Returns
Type Description
DeleteTagKeyRequest

clear()

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

clearEtag()

public DeleteTagKeyRequest.Builder clearEtag()

Optional. The etag known to the client for the expected state of the TagKey. This is to be used for optimistic concurrency.

string etag = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DeleteTagKeyRequest.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public DeleteTagKeyRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
DeleteTagKeyRequest.Builder
Overrides

clearName()

public DeleteTagKeyRequest.Builder clearName()

Required. The resource name of a TagKey to be deleted in the format tagKeys/123. The TagKey cannot be a parent of any existing TagValues or it will not be deleted successfully.

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

Returns
Type Description
DeleteTagKeyRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public DeleteTagKeyRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
DeleteTagKeyRequest.Builder
Overrides

clearValidateOnly()

public DeleteTagKeyRequest.Builder clearValidateOnly()

Optional. Set as true to perform validations necessary for deletion, but not actually perform the action.

bool validate_only = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DeleteTagKeyRequest.Builder

This builder for chaining.

clone()

public DeleteTagKeyRequest.Builder clone()
Returns
Type Description
DeleteTagKeyRequest.Builder
Overrides

getDefaultInstanceForType()

public DeleteTagKeyRequest getDefaultInstanceForType()
Returns
Type Description
DeleteTagKeyRequest

getDescriptorForType()

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

getEtag()

public String getEtag()

Optional. The etag known to the client for the expected state of the TagKey. This is to be used for optimistic concurrency.

string etag = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The etag.

getEtagBytes()

public ByteString getEtagBytes()

Optional. The etag known to the client for the expected state of the TagKey. This is to be used for optimistic concurrency.

string etag = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for etag.

getName()

public String getName()

Required. The resource name of a TagKey to be deleted in the format tagKeys/123. The TagKey cannot be a parent of any existing TagValues or it will not be deleted successfully.

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 of a TagKey to be deleted in the format tagKeys/123. The TagKey cannot be a parent of any existing TagValues or it will not be deleted successfully.

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

Returns
Type Description
ByteString

The bytes for name.

getValidateOnly()

public boolean getValidateOnly()

Optional. Set as true to perform validations necessary for deletion, but not actually perform the action.

bool validate_only = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The validateOnly.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DeleteTagKeyRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final DeleteTagKeyRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
DeleteTagKeyRequest.Builder
Overrides

setEtag(String value)

public DeleteTagKeyRequest.Builder setEtag(String value)

Optional. The etag known to the client for the expected state of the TagKey. This is to be used for optimistic concurrency.

string etag = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The etag to set.

Returns
Type Description
DeleteTagKeyRequest.Builder

This builder for chaining.

setEtagBytes(ByteString value)

public DeleteTagKeyRequest.Builder setEtagBytes(ByteString value)

Optional. The etag known to the client for the expected state of the TagKey. This is to be used for optimistic concurrency.

string etag = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for etag to set.

Returns
Type Description
DeleteTagKeyRequest.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public DeleteTagKeyRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
DeleteTagKeyRequest.Builder
Overrides

setName(String value)

public DeleteTagKeyRequest.Builder setName(String value)

Required. The resource name of a TagKey to be deleted in the format tagKeys/123. The TagKey cannot be a parent of any existing TagValues or it will not be deleted successfully.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DeleteTagKeyRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteTagKeyRequest.Builder setNameBytes(ByteString value)

Required. The resource name of a TagKey to be deleted in the format tagKeys/123. The TagKey cannot be a parent of any existing TagValues or it will not be deleted successfully.

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

This builder for chaining.

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

public DeleteTagKeyRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
DeleteTagKeyRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final DeleteTagKeyRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
DeleteTagKeyRequest.Builder
Overrides

setValidateOnly(boolean value)

public DeleteTagKeyRequest.Builder setValidateOnly(boolean value)

Optional. Set as true to perform validations necessary for deletion, but not actually perform the action.

bool validate_only = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value boolean

The validateOnly to set.

Returns
Type Description
DeleteTagKeyRequest.Builder

This builder for chaining.