Class DeleteTagValueRequest.Builder (1.85.0)

public static final class DeleteTagValueRequest.Builder extends GeneratedMessage.Builder<DeleteTagValueRequest.Builder> implements DeleteTagValueRequestOrBuilder

The request message for deleting a TagValue.

Protobuf type google.cloud.resourcemanager.v3.DeleteTagValueRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeleteTagValueRequest build()
Returns
Type Description
DeleteTagValueRequest

buildPartial()

public DeleteTagValueRequest buildPartial()
Returns
Type Description
DeleteTagValueRequest

clear()

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

clearEtag()

public DeleteTagValueRequest.Builder clearEtag()

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

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

Returns
Type Description
DeleteTagValueRequest.Builder

This builder for chaining.

clearName()

public DeleteTagValueRequest.Builder clearName()

Required. Resource name for TagValue to be deleted in the format tagValues/456.

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

Returns
Type Description
DeleteTagValueRequest.Builder

This builder for chaining.

clearValidateOnly()

public DeleteTagValueRequest.Builder clearValidateOnly()

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

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

Returns
Type Description
DeleteTagValueRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteTagValueRequest getDefaultInstanceForType()
Returns
Type Description
DeleteTagValueRequest

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 TagValue. 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 TagValue. 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. Resource name for TagValue to be deleted in the format tagValues/456.

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Resource name for TagValue to be deleted in the format tagValues/456.

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 the 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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DeleteTagValueRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setEtag(String value)

public DeleteTagValueRequest.Builder setEtag(String value)

Optional. The etag known to the client for the expected state of the TagValue. 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
DeleteTagValueRequest.Builder

This builder for chaining.

setEtagBytes(ByteString value)

public DeleteTagValueRequest.Builder setEtagBytes(ByteString value)

Optional. The etag known to the client for the expected state of the TagValue. 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
DeleteTagValueRequest.Builder

This builder for chaining.

setName(String value)

public DeleteTagValueRequest.Builder setName(String value)

Required. Resource name for TagValue to be deleted in the format tagValues/456.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DeleteTagValueRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteTagValueRequest.Builder setNameBytes(ByteString value)

Required. Resource name for TagValue to be deleted in the format tagValues/456.

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

This builder for chaining.

setValidateOnly(boolean value)

public DeleteTagValueRequest.Builder setValidateOnly(boolean value)

Optional. Set as true to perform the 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
DeleteTagValueRequest.Builder

This builder for chaining.