Data Lineage V1 API - Class Google::Cloud::DataCatalog::Lineage::V1::Link (v0.7.0)

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

Links represent the data flow between source (upstream) and target (downstream) assets in transformation pipelines.

Links are created when LineageEvents record data transformation between related assets.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

def end_time() -> ::Google::Protobuf::Timestamp
Returns
def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns
def name() -> ::String
Returns
  • (::String) — Output only. Immutable. The name of the link. Format: projects/{project}/locations/{location}/links/{link}.
def source() -> ::Google::Cloud::DataCatalog::Lineage::V1::EntityReference
Returns
def source=(value) -> ::Google::Cloud::DataCatalog::Lineage::V1::EntityReference
Parameter
Returns
def start_time() -> ::Google::Protobuf::Timestamp
Returns
def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns
def target() -> ::Google::Cloud::DataCatalog::Lineage::V1::EntityReference
Returns
def target=(value) -> ::Google::Cloud::DataCatalog::Lineage::V1::EntityReference
Parameter
Returns