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
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The end of the last event establishing this link.
#end_time=
def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The end of the last event establishing this link.
Returns
- (::Google::Protobuf::Timestamp) — The end of the last event establishing this link.
#name
def name() -> ::String
Returns
-
(::String) — Output only. Immutable. The name of the link. Format:
projects/{project}/locations/{location}/links/{link}
.
#source
def source() -> ::Google::Cloud::DataCatalog::Lineage::V1::EntityReference
Returns
- (::Google::Cloud::DataCatalog::Lineage::V1::EntityReference) — The pointer to the entity that is the source of this link.
#source=
def source=(value) -> ::Google::Cloud::DataCatalog::Lineage::V1::EntityReference
Parameter
- value (::Google::Cloud::DataCatalog::Lineage::V1::EntityReference) — The pointer to the entity that is the source of this link.
Returns
- (::Google::Cloud::DataCatalog::Lineage::V1::EntityReference) — The pointer to the entity that is the source of this link.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The start of the first event establishing this link.
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The start of the first event establishing this link.
Returns
- (::Google::Protobuf::Timestamp) — The start of the first event establishing this link.
#target
def target() -> ::Google::Cloud::DataCatalog::Lineage::V1::EntityReference
Returns
- (::Google::Cloud::DataCatalog::Lineage::V1::EntityReference) — The pointer to the entity that is the target of this link.
#target=
def target=(value) -> ::Google::Cloud::DataCatalog::Lineage::V1::EntityReference
Parameter
- value (::Google::Cloud::DataCatalog::Lineage::V1::EntityReference) — The pointer to the entity that is the target of this link.
Returns
- (::Google::Cloud::DataCatalog::Lineage::V1::EntityReference) — The pointer to the entity that is the target of this link.