CreateEntryGroupRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for CreateEntryGroup.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. The name of the project this entry group belongs to. Example: projects/{project_id}/locations/{location}
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 an empty entry group. |