Class EntryGroup (2.4.0)

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

An Entry Group represents a logical grouping of one or more Entries.

Attributes

Name Description
name str
Output only. The relative resource name of the EntryGroup, in the format projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}.
uid str
Output only. System generated globally unique ID for the EntryGroup. If you delete and recreate the EntryGroup with the same name, this ID will be different.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the EntryGroup was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the EntryGroup was last updated.
description str
Optional. Description of the EntryGroup.
display_name str
Optional. User friendly display name.
labels MutableMapping[str, str]
Optional. User-defined labels for the EntryGroup.
etag str
This checksum is computed by the service, and might be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
transfer_status google.cloud.dataplex_v1.types.TransferStatus
Output only. Denotes the transfer status of the Entry Group. It is unspecified for Entry Group created from Dataplex API.

Classes

LabelsEntry

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

The abstract base class for a message.

Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.