Interface CreateEntryGroupRequestOrBuilder

public interface CreateEntryGroupRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEntryGroup()

public abstract EntryGroup getEntryGroup()
The entry group to create. Defaults to an empty entry group.

.google.cloud.datacatalog.v1beta1.EntryGroup entry_group = 2;

Returns
TypeDescription
EntryGroup

The entryGroup.

getEntryGroupId()

public abstract String getEntryGroupId()
Required. The id of the entry group to create.
 The id must begin with a letter or underscore, contain only English
 letters, numbers and underscores, and be at most 64 characters.

string entry_group_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The entryGroupId.

getEntryGroupIdBytes()

public abstract ByteString getEntryGroupIdBytes()
Required. The id of the entry group to create.
 The id must begin with a letter or underscore, contain only English
 letters, numbers and underscores, and be at most 64 characters.

string entry_group_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for entryGroupId.

getEntryGroupOrBuilder()

public abstract EntryGroupOrBuilder getEntryGroupOrBuilder()
The entry group to create. Defaults to an empty entry group.

.google.cloud.datacatalog.v1beta1.EntryGroup entry_group = 2;

Returns
TypeDescription
EntryGroupOrBuilder

getParent()

public abstract String getParent()
Required. The name of the project this entry group is in. Example:
 * projects/{project_id}/locations/{location}
 Note that this EntryGroup 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 project this entry group is in. Example:
 * projects/{project_id}/locations/{location}
 Note that this EntryGroup 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.

hasEntryGroup()

public abstract boolean hasEntryGroup()
The entry group to create. Defaults to an empty entry group.

.google.cloud.datacatalog.v1beta1.EntryGroup entry_group = 2;

Returns
TypeDescription
boolean

Whether the entryGroup field is set.