Class CreateEntryGroupRequest (3.11.0)

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

Request message for CreateEntryGroup.

Attributes

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