Reference documentation and code samples for the Data Lineage V1 API class Google::Cloud::DataCatalog::Lineage::V1::EventLink.
A lineage between source and target entities.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#source
def source() -> ::Google::Cloud::DataCatalog::Lineage::V1::EntityReference
Returns
- (::Google::Cloud::DataCatalog::Lineage::V1::EntityReference) — Required. Reference to the source entity
#source=
def source=(value) -> ::Google::Cloud::DataCatalog::Lineage::V1::EntityReference
Parameter
- value (::Google::Cloud::DataCatalog::Lineage::V1::EntityReference) — Required. Reference to the source entity
Returns
- (::Google::Cloud::DataCatalog::Lineage::V1::EntityReference) — Required. Reference to the source entity
#target
def target() -> ::Google::Cloud::DataCatalog::Lineage::V1::EntityReference
Returns
- (::Google::Cloud::DataCatalog::Lineage::V1::EntityReference) — Required. Reference to the target entity
#target=
def target=(value) -> ::Google::Cloud::DataCatalog::Lineage::V1::EntityReference
Parameter
- value (::Google::Cloud::DataCatalog::Lineage::V1::EntityReference) — Required. Reference to the target entity
Returns
- (::Google::Cloud::DataCatalog::Lineage::V1::EntityReference) — Required. Reference to the target entity