Class DeleteTagTemplateRequest.Builder (1.89.0)

public static final class DeleteTagTemplateRequest.Builder extends GeneratedMessage.Builder<DeleteTagTemplateRequest.Builder> implements DeleteTagTemplateRequestOrBuilder

Request message for DeleteTagTemplate.

Protobuf type google.cloud.datacatalog.v1beta1.DeleteTagTemplateRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeleteTagTemplateRequest build()
Returns
Type Description
DeleteTagTemplateRequest

buildPartial()

public DeleteTagTemplateRequest buildPartial()
Returns
Type Description
DeleteTagTemplateRequest

clear()

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

clearForce()

public DeleteTagTemplateRequest.Builder clearForce()

Required. Currently, this field must always be set to true. This confirms the deletion of any possible tags using this template. force = false will be supported in the future.

bool force = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DeleteTagTemplateRequest.Builder

This builder for chaining.

clearName()

public DeleteTagTemplateRequest.Builder clearName()

Required. The name of the tag template to delete. Example:

  • projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}

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

Returns
Type Description
DeleteTagTemplateRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteTagTemplateRequest getDefaultInstanceForType()
Returns
Type Description
DeleteTagTemplateRequest

getDescriptorForType()

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

getForce()

public boolean getForce()

Required. Currently, this field must always be set to true. This confirms the deletion of any possible tags using this template. force = false will be supported in the future.

bool force = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

The force.

getName()

public String getName()

Required. The name of the tag template to delete. Example:

  • projects/{project_id}/locations/{location}/tagTemplates/{tag_template_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 name of the tag template to delete. Example:

  • projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}

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

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DeleteTagTemplateRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setForce(boolean value)

public DeleteTagTemplateRequest.Builder setForce(boolean value)

Required. Currently, this field must always be set to true. This confirms the deletion of any possible tags using this template. force = false will be supported in the future.

bool force = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value boolean

The force to set.

Returns
Type Description
DeleteTagTemplateRequest.Builder

This builder for chaining.

setName(String value)

public DeleteTagTemplateRequest.Builder setName(String value)

Required. The name of the tag template to delete. Example:

  • projects/{project_id}/locations/{location}/tagTemplates/{tag_template_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
DeleteTagTemplateRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteTagTemplateRequest.Builder setNameBytes(ByteString value)

Required. The name of the tag template to delete. Example:

  • projects/{project_id}/locations/{location}/tagTemplates/{tag_template_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
DeleteTagTemplateRequest.Builder

This builder for chaining.