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 (FQN) of the entity.
170 171 172 173 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 170 class EntityReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |