public interface RenameTagTemplateFieldEnumValueRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()Required. The name of the enum field value.
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 enum field value.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for name. |
getNewEnumValueDisplayName()
public abstract String getNewEnumValueDisplayName() Required. The new display name of the enum value. For example, my_new_enum_value.
string new_enum_value_display_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The newEnumValueDisplayName. |
getNewEnumValueDisplayNameBytes()
public abstract ByteString getNewEnumValueDisplayNameBytes() Required. The new display name of the enum value. For example, my_new_enum_value.
string new_enum_value_display_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for newEnumValueDisplayName. |