public interface DeleteTagTemplateFieldRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getForce()
Required.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The name of the tag template field to delete. 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 field to delete. For example,
"projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}/fields/{tag_template_field_id}".
string name = 1;boolean getForce()
Required. Currently, this field must always be set to <code>true</code>. This confirms the deletion of this field from any tags using this field. <code>force = false</code> will be supported in the future.
bool force = 2;Copyright © 2019 Google LLC. All rights reserved.