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
#dependency_info
def dependency_info() -> ::Google::Cloud::DataCatalog::Lineage::V1::DependencyInfo
Returns
- (::Google::Cloud::DataCatalog::Lineage::V1::DependencyInfo) — Optional. Describes how the target depends on the source.
#dependency_info=
def dependency_info=(value) -> ::Google::Cloud::DataCatalog::Lineage::V1::DependencyInfo
Parameter
- value (::Google::Cloud::DataCatalog::Lineage::V1::DependencyInfo) — Optional. Describes how the target depends on the source.
Returns
- (::Google::Cloud::DataCatalog::Lineage::V1::DependencyInfo) — Optional. Describes how the target depends on the source.
#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