Class: Google::Cloud::DataCatalog::Lineage::V1::EntityReference

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#fully_qualified_name::String

Returns 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


172
173
174
175
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 172

class EntityReference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end