Class DeleteTagTemplateFieldRequest.Builder (1.89.0)

public static final class DeleteTagTemplateFieldRequest.Builder extends GeneratedMessage.Builder<DeleteTagTemplateFieldRequest.Builder> implements DeleteTagTemplateFieldRequestOrBuilder

Request message for DeleteTagTemplateField.

Protobuf type google.cloud.datacatalog.v1beta1.DeleteTagTemplateFieldRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeleteTagTemplateFieldRequest build()
Returns
Type Description
DeleteTagTemplateFieldRequest

buildPartial()

public DeleteTagTemplateFieldRequest buildPartial()
Returns
Type Description
DeleteTagTemplateFieldRequest

clear()

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

clearForce()

public DeleteTagTemplateFieldRequest.Builder clearForce()

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

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

Returns
Type Description
DeleteTagTemplateFieldRequest.Builder

This builder for chaining.

clearName()

public DeleteTagTemplateFieldRequest.Builder clearName()

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

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

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

Returns
Type Description
DeleteTagTemplateFieldRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteTagTemplateFieldRequest getDefaultInstanceForType()
Returns
Type Description
DeleteTagTemplateFieldRequest

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 this field from any tags using this field. 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 field to delete. Example:

  • projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}/fields/{tag_template_field_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 field to delete. Example:

  • projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}/fields/{tag_template_field_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(DeleteTagTemplateFieldRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setForce(boolean value)

public DeleteTagTemplateFieldRequest.Builder setForce(boolean value)

Required. Currently, this field must always be set to true. This confirms the deletion of this field from any tags using this field. 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
DeleteTagTemplateFieldRequest.Builder

This builder for chaining.

setName(String value)

public DeleteTagTemplateFieldRequest.Builder setName(String value)

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

  • projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}/fields/{tag_template_field_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
DeleteTagTemplateFieldRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteTagTemplateFieldRequest.Builder setNameBytes(ByteString value)

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

  • projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}/fields/{tag_template_field_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
DeleteTagTemplateFieldRequest.Builder

This builder for chaining.