Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::EntryLink.
EntryLink represents a link between two Entries.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. The time when the Entry Link was created.
#entry_link_type
def entry_link_type() -> ::String
-
(::String) —
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
- Entry link between synonym terms in a glossary:
#entry_link_type=
def entry_link_type=(value) -> ::String
-
value (::String) —
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
- Entry link between synonym terms in a glossary:
-
(::String) —
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
- Entry link between synonym terms in a glossary:
#entry_references
def entry_references() -> ::Array<::Google::Cloud::Dataplex::V1::EntryLink::EntryReference>
- (::Array<::Google::Cloud::Dataplex::V1::EntryLink::EntryReference>) — Required. Specifies the Entries referenced in the Entry Link. There should be exactly two entry references.
#entry_references=
def entry_references=(value) -> ::Array<::Google::Cloud::Dataplex::V1::EntryLink::EntryReference>
- value (::Array<::Google::Cloud::Dataplex::V1::EntryLink::EntryReference>) — Required. Specifies the Entries referenced in the Entry Link. There should be exactly two entry references.
- (::Array<::Google::Cloud::Dataplex::V1::EntryLink::EntryReference>) — Required. Specifies the Entries referenced in the Entry Link. There should be exactly two entry references.
#name
def name() -> ::String
-
(::String) — 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}
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. The time when the Entry Link was last updated.