Interface CreateTagRequestOrBuilder

public interface CreateTagRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String 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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract 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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getTag()

public abstract Tag getTag()
Required. The tag to create.

.google.cloud.datacatalog.v1beta1.Tag tag = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Tag

The tag.

getTagOrBuilder()

public abstract TagOrBuilder getTagOrBuilder()
Required. The tag to create.

.google.cloud.datacatalog.v1beta1.Tag tag = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
TagOrBuilder

hasTag()

public abstract boolean hasTag()
Required. The tag to create.

.google.cloud.datacatalog.v1beta1.Tag tag = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the tag field is set.