Data Lineage V1 API - Class Google::Cloud::DataCatalog::Lineage::V1::LineageLink (v0.15.0)

Reference documentation and code samples for the Data Lineage V1 API class Google::Cloud::DataCatalog::Lineage::V1::LineageLink.

Lineage link between two entities.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

def dependency_info() -> ::Array<::Google::Cloud::DataCatalog::Lineage::V1::LineageLink::DependencyInfo>
Returns
def dependency_info=(value) -> ::Array<::Google::Cloud::DataCatalog::Lineage::V1::LineageLink::DependencyInfo>
Parameter
Returns
def depth() -> ::Integer
Returns
  • (::Integer) — Depth of the current link in the graph starting from 1.
def depth=(value) -> ::Integer
Parameter
  • value (::Integer) — Depth of the current link in the graph starting from 1.
Returns
  • (::Integer) — Depth of the current link in the graph starting from 1.
def location() -> ::String
Returns
  • (::String) — The location where the LineageEvent that created the link is stored.
def location=(value) -> ::String
Parameter
  • value (::String) — The location where the LineageEvent that created the link is stored.
Returns
  • (::String) — The location where the LineageEvent that created the link is stored.
def processes() -> ::Array<::Google::Cloud::DataCatalog::Lineage::V1::LineageLink::LineageProcess>
Returns
def processes=(value) -> ::Array<::Google::Cloud::DataCatalog::Lineage::V1::LineageLink::LineageProcess>
Parameter
Returns
def source() -> ::Google::Cloud::DataCatalog::Lineage::V1::EntityReference
Returns
def source=(value) -> ::Google::Cloud::DataCatalog::Lineage::V1::EntityReference
Parameter
Returns
def target() -> ::Google::Cloud::DataCatalog::Lineage::V1::EntityReference
Returns
def target=(value) -> ::Google::Cloud::DataCatalog::Lineage::V1::EntityReference
Parameter
Returns