Class: Google::Cloud::DataCatalog::Lineage::V1::EventLink
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::Lineage::V1::EventLink
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb
Overview
A lineage between source and target entities.
Instance Attribute Summary collapse
-
#source ⇒ ::Google::Cloud::DataCatalog::Lineage::V1::EntityReference
Required.
-
#target ⇒ ::Google::Cloud::DataCatalog::Lineage::V1::EntityReference
Required.
Instance Attribute Details
#source ⇒ ::Google::Cloud::DataCatalog::Lineage::V1::EntityReference
Returns Required. Reference to the source entity.
159 160 161 162 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 159 class EventLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target ⇒ ::Google::Cloud::DataCatalog::Lineage::V1::EntityReference
Returns Required. Reference to the target entity.
159 160 161 162 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 159 class EventLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |