Interface RenameTagTemplateFieldRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RenameTagTemplateFieldRequest,RenameTagTemplateFieldRequest.Builder
@Generated
public interface RenameTagTemplateFieldRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()Required.com.google.protobuf.ByteStringRequired.Required.com.google.protobuf.ByteStringRequired.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
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:
- The name.
-
getNameBytes
com.google.protobuf.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:
- The bytes for name.
-
getNewTagTemplateFieldId
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:
- The newTagTemplateFieldId.
-
getNewTagTemplateFieldIdBytes
com.google.protobuf.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:
- The bytes for newTagTemplateFieldId.
-