Dataplex V1 API - Class Google::Cloud::Dataplex::V1::EntryLink (v2.6.0)

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

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#entry_link_type

def entry_link_type() -> ::String
Returns
  • (::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_type=

def entry_link_type=(value) -> ::String
Parameter
  • 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
Returns
  • (::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_references

def entry_references() -> ::Array<::Google::Cloud::Dataplex::V1::EntryLink::EntryReference>
Returns

#entry_references=

def entry_references=(value) -> ::Array<::Google::Cloud::Dataplex::V1::EntryLink::EntryReference>
Parameter
Returns
def name() -> ::String
Returns
  • (::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}
def update_time() -> ::Google::Protobuf::Timestamp
Returns