Class CreateEntryGroupRequest (3.10.0)

CreateEntryGroupRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for CreateEntryGroup.

Attributes

NameDescription
parent str
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.
entry_group_id str
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.
entry_group google.cloud.datacatalog_v1.types.EntryGroup
The entry group to create. Defaults to empty.