Class EntryLink (2.19.0)

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

EntryLink represents a link between two Entries.

Attributes

Name Description
name str
Output only. Immutable. Identifier. The relative resource name of the Entry Link, of the form: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entryLinks/{entry_link_id}
entry_link_type str
Required. Immutable. Relative resource name of the Entry Link Type used to create this Entry Link. For example: - Entry link between synonym terms in a glossary: projects/dataplex-types/locations/global/entryLinkTypes/synonym - Entry link between related terms in a glossary: projects/dataplex-types/locations/global/entryLinkTypes/related - Entry link between glossary terms and data assets: projects/dataplex-types/locations/global/entryLinkTypes/definition
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the Entry Link was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the Entry Link was last updated.
aspects MutableMapping[str, google.cloud.dataplex_v1.types.Aspect]
Optional. The aspects that are attached to the entry link. The format of the aspect key has to be the following: {project_id_or_number}.{location_id}.{aspect_type_id} Currently, only a single aspect of a Dataplex-owned Aspect Type is allowed.
entry_references MutableSequence[google.cloud.dataplex_v1.types.EntryLink.EntryReference]
Required. Immutable. Specifies the Entries referenced in the Entry Link. There should be exactly two entry references.

Classes

AspectsEntry(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.

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

Reference to the Entry that is linked through the Entry Link.