Interface RenameTagTemplateFieldRequestOrBuilder

public interface RenameTagTemplateFieldRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()
Required. The name of the tag template. 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
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()
Required. The name of the tag template. 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
TypeDescription
ByteString

The bytes for name.

getNewTagTemplateFieldId()

public abstract String getNewTagTemplateFieldId()
Required. The new ID of this tag template field. For example, `my_new_field`.

string new_tag_template_field_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The newTagTemplateFieldId.

getNewTagTemplateFieldIdBytes()

public abstract ByteString getNewTagTemplateFieldIdBytes()
Required. The new ID of this tag template field. For example, `my_new_field`.

string new_tag_template_field_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for newTagTemplateFieldId.