Class EntryGroup (3.9.1)

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

EntryGroup Metadata. An EntryGroup resource represents a logical grouping of zero or more Data Catalog Entry resources.

Attributes

NameDescription
name str
The resource name of the entry group in URL format. Example: - projects/{project_id}/locations/{location}/entryGroups/{entry_group_id} Note that this EntryGroup and its child resources may not actually be stored in the location in this name.
display_name str
A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.
description str
Entry group description, which can consist of several sentences or paragraphs that describe entry group contents. Default value is an empty string.
data_catalog_timestamps google.cloud.datacatalog_v1beta1.types.SystemTimestamps
Output only. Timestamps about this EntryGroup. Default value is empty timestamps.

Inheritance

builtins.object > proto.message.Message > EntryGroup