Interface CreateEntryGroupRequestOrBuilder

public interface CreateEntryGroupRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEntryGroup()

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

.google.cloud.datacatalog.v1.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 contain only letters (a-z, A-Z), numbers (0-9),
 underscores (_), and must start with a letter or underscore.
 The maximum size is 64 bytes when encoded in UTF-8.

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 contain only letters (a-z, A-Z), numbers (0-9),
 underscores (_), and must start with a letter or underscore.
 The maximum size is 64 bytes when encoded in UTF-8.

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 empty.

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

Returns
TypeDescription
EntryGroupOrBuilder

getParent()

public abstract String getParent()
Required. The names of the project and location that the new entry group belongs to.
 Note: The entry group itself and its child resources might not be
 stored in the location specified in its 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 names of the project and location that the new entry group belongs to.
 Note: The entry group itself and its child resources might not be
 stored in the location specified in its 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 empty.

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

Returns
TypeDescription
boolean

Whether the entryGroup field is set.