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
-
#dependency_info ⇒ ::Google::Cloud::DataCatalog::Lineage::V1::DependencyInfo
Optional.
-
#source ⇒ ::Google::Cloud::DataCatalog::Lineage::V1::EntityReference
Required.
-
#target ⇒ ::Google::Cloud::DataCatalog::Lineage::V1::EntityReference
Required.
Instance Attribute Details
#dependency_info ⇒ ::Google::Cloud::DataCatalog::Lineage::V1::DependencyInfo
Returns Optional. Describes how the target depends on the source.
162 163 164 165 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 162 class EventLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source ⇒ ::Google::Cloud::DataCatalog::Lineage::V1::EntityReference
Returns Required. Reference to the source entity.
162 163 164 165 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 162 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.
162 163 164 165 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 162 class EventLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |