Class: Google::Cloud::DataCatalog::Lineage::V1::EntityReference
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::Lineage::V1::EntityReference
- 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
-
#fully_qualified_name ⇒ ::String
Required.
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_idbigquery:table.project_id.dataset_id.table_idpubsub:project_id.topic_iddataproc_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 |