Data Lineage V1 API - Class Google::Cloud::DataCatalog::Lineage::V1::EntityReference (v0.2.1)

Reference documentation and code samples for the Data Lineage V1 API class Google::Cloud::DataCatalog::Lineage::V1::EntityReference.

The soft reference to everything you can attach a lineage event to.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#fully_qualified_name

def fully_qualified_name() -> ::String
Returns
  • (::String) —

    Required. Fully Qualified Name of the entity. Useful for referencing entities that aren't represented as GCP resources, for example, tables in Dataproc Metastore API.

    Examples:

    • bigquery:dataset.project_id.dataset_id
    • bigquery:table.project_id.dataset_id.table_id
    • pubsub:project_id.topic_id
    • dataproc_metastore:projectId.locationId.instanceId.databaseId.tableId

#fully_qualified_name=

def fully_qualified_name=(value) -> ::String
Parameter
  • value (::String) —

    Required. Fully Qualified Name of the entity. Useful for referencing entities that aren't represented as GCP resources, for example, tables in Dataproc Metastore API.

    Examples:

    • bigquery:dataset.project_id.dataset_id
    • bigquery:table.project_id.dataset_id.table_id
    • pubsub:project_id.topic_id
    • dataproc_metastore:projectId.locationId.instanceId.databaseId.tableId
Returns
  • (::String) —

    Required. Fully Qualified Name of the entity. Useful for referencing entities that aren't represented as GCP resources, for example, tables in Dataproc Metastore API.

    Examples:

    • bigquery:dataset.project_id.dataset_id
    • bigquery:table.project_id.dataset_id.table_id
    • pubsub:project_id.topic_id
    • dataproc_metastore:projectId.locationId.instanceId.databaseId.tableId