public interface CreateTagRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
Tag |
getTag()
Required.
|
TagOrBuilder |
getTagOrBuilder()
Required.
|
boolean |
hasTag()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required.
The name of the resource to attach this tag to. Tags can be attached to
Entries. (example:
"projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}").
Note that this Tag 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 resource to attach this tag to. Tags can be attached to
Entries. (example:
"projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}").
Note that this Tag and its child resources may not actually be stored in
the location in this name.
string parent = 1;boolean hasTag()
Required. The tag to create.
.google.cloud.datacatalog.v1beta1.Tag tag = 2;Tag getTag()
Required. The tag to create.
.google.cloud.datacatalog.v1beta1.Tag tag = 2;TagOrBuilder getTagOrBuilder()
Required. The tag to create.
.google.cloud.datacatalog.v1beta1.Tag tag = 2;Copyright © 2019 Google LLC. All rights reserved.