public interface RenameTagTemplateFieldRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
String |
getNewTagTemplateFieldId()
Required.
|
com.google.protobuf.ByteString |
getNewTagTemplateFieldIdBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The name of the tag template. For example,
"projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}/fields/{tag_template_field_id}".
string name = 1;com.google.protobuf.ByteString getNameBytes()
Required. The name of the tag template. For example,
"projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}/fields/{tag_template_field_id}".
string name = 1;String getNewTagTemplateFieldId()
Required. The new ID of this tag template field. For example, "my_new_field".
string new_tag_template_field_id = 2;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;Copyright © 2019 Google LLC. All rights reserved.