public interface CreateTagTemplateRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
TagTemplate |
getTagTemplate()
Required.
|
String |
getTagTemplateId()
Required.
|
com.google.protobuf.ByteString |
getTagTemplateIdBytes()
Required.
|
TagTemplateOrBuilder |
getTagTemplateOrBuilder()
Required.
|
boolean |
hasTagTemplate()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The name of the project and the location this template is in.
Example: "projects/{project_id}/locations/{location}". Note that this
TagTemplate and its child resources 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 and the location this template is in.
Example: "projects/{project_id}/locations/{location}". Note that this
TagTemplate and its child resources may not actually be stored in the
location in this name.
string parent = 1;String getTagTemplateId()
Required. The id of the tag template to create.
string tag_template_id = 3;com.google.protobuf.ByteString getTagTemplateIdBytes()
Required. The id of the tag template to create.
string tag_template_id = 3;boolean hasTagTemplate()
Required. The tag template to create.
.google.cloud.datacatalog.v1beta1.TagTemplate tag_template = 2;TagTemplate getTagTemplate()
Required. The tag template to create.
.google.cloud.datacatalog.v1beta1.TagTemplate tag_template = 2;TagTemplateOrBuilder getTagTemplateOrBuilder()
Required. The tag template to create.
.google.cloud.datacatalog.v1beta1.TagTemplate tag_template = 2;Copyright © 2019 Google LLC. All rights reserved.