public interface CreateTagTemplateFieldRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
TagTemplateField |
getTagTemplateField()
Required.
|
String |
getTagTemplateFieldId()
Required.
|
com.google.protobuf.ByteString |
getTagTemplateFieldIdBytes()
Required.
|
TagTemplateFieldOrBuilder |
getTagTemplateFieldOrBuilder()
Required.
|
boolean |
hasTagTemplateField()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The name of the project this template is in. Example:
"projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}".
Note that this TagTemplateField may not actually be stored in the location
in this name.
string parent = 1;com.google.protobuf.ByteString getParentBytes()
Required. The name of the project this template is in. Example:
"projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}".
Note that this TagTemplateField may not actually be stored in the location
in this name.
string parent = 1;String getTagTemplateFieldId()
Required. The id of the tag template field to create. Field ids can contain letters (both uppercase and lowercase), numbers (0-9), underscores (_) and dashes (-). Field ids must be at least 1 character long and at most 128 characters long. Field ids must also be unique to their template.
string tag_template_field_id = 2;com.google.protobuf.ByteString getTagTemplateFieldIdBytes()
Required. The id of the tag template field to create. Field ids can contain letters (both uppercase and lowercase), numbers (0-9), underscores (_) and dashes (-). Field ids must be at least 1 character long and at most 128 characters long. Field ids must also be unique to their template.
string tag_template_field_id = 2;boolean hasTagTemplateField()
Required. The tag template field to create.
.google.cloud.datacatalog.v1beta1.TagTemplateField tag_template_field = 3;TagTemplateField getTagTemplateField()
Required. The tag template field to create.
.google.cloud.datacatalog.v1beta1.TagTemplateField tag_template_field = 3;TagTemplateFieldOrBuilder getTagTemplateFieldOrBuilder()
Required. The tag template field to create.
.google.cloud.datacatalog.v1beta1.TagTemplateField tag_template_field = 3;Copyright © 2019 Google LLC. All rights reserved.