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. |
entry_references |
MutableSequence[google.cloud.dataplex_v1.types.EntryLink.EntryReference]
Required. Specifies the Entries referenced in the Entry Link. There should be exactly two entry references. |
Classes
EntryReference
EntryReference(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Reference to the Entry that is linked through the Entry Link.