Class DeleteTagHoldRequest.Builder (1.85.0)

public static final class DeleteTagHoldRequest.Builder extends GeneratedMessage.Builder<DeleteTagHoldRequest.Builder> implements DeleteTagHoldRequestOrBuilder

The request message to delete a TagHold.

Protobuf type google.cloud.resourcemanager.v3.DeleteTagHoldRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeleteTagHoldRequest build()
Returns
Type Description
DeleteTagHoldRequest

buildPartial()

public DeleteTagHoldRequest buildPartial()
Returns
Type Description
DeleteTagHoldRequest

clear()

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

clearName()

public DeleteTagHoldRequest.Builder clearName()

Required. The resource name of the TagHold to delete. Must be of the form: tagValues/{tag-value-id}/tagHolds/{tag-hold-id}.

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

Returns
Type Description
DeleteTagHoldRequest.Builder

This builder for chaining.

clearValidateOnly()

public DeleteTagHoldRequest.Builder clearValidateOnly()

Optional. Set to true to perform the validations necessary for deleting the resource, but not actually perform the action.

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

Returns
Type Description
DeleteTagHoldRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteTagHoldRequest getDefaultInstanceForType()
Returns
Type Description
DeleteTagHoldRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The resource name of the TagHold to delete. Must be of the form: tagValues/{tag-value-id}/tagHolds/{tag-hold-id}.

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 the TagHold to delete. Must be of the form: tagValues/{tag-value-id}/tagHolds/{tag-hold-id}.

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 to true to perform the validations necessary for deleting the resource, 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(DeleteTagHoldRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public DeleteTagHoldRequest.Builder setName(String value)

Required. The resource name of the TagHold to delete. Must be of the form: tagValues/{tag-value-id}/tagHolds/{tag-hold-id}.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DeleteTagHoldRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteTagHoldRequest.Builder setNameBytes(ByteString value)

Required. The resource name of the TagHold to delete. Must be of the form: tagValues/{tag-value-id}/tagHolds/{tag-hold-id}.

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

This builder for chaining.

setValidateOnly(boolean value)

public DeleteTagHoldRequest.Builder setValidateOnly(boolean value)

Optional. Set to true to perform the validations necessary for deleting the resource, 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
DeleteTagHoldRequest.Builder

This builder for chaining.