public interface RenameTagTemplateFieldRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()Required. The name of the tag template field.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()Required. The name of the tag template field.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| ByteString | The bytes for newTagTemplateFieldId. |