Reference documentation and code samples for the Data Lineage V1 API class Google::Cloud::DataCatalog::Lineage::V1::LineageEvent.
A lineage event represents an operation on assets. Within the operation, the data flows from the source to the target defined in the links field.
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) — Optional. The end of the transformation which resulted in this lineage event. For streaming scenarios, it should be the end of the period from which the lineage is being reported.
#end_time=
def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Optional. The end of the transformation which resulted in this lineage event. For streaming scenarios, it should be the end of the period from which the lineage is being reported.
Returns
- (::Google::Protobuf::Timestamp) — Optional. The end of the transformation which resulted in this lineage event. For streaming scenarios, it should be the end of the period from which the lineage is being reported.
#links
def links() -> ::Array<::Google::Cloud::DataCatalog::Lineage::V1::EventLink>
Returns
- (::Array<::Google::Cloud::DataCatalog::Lineage::V1::EventLink>) — Optional. List of source-target pairs. Can't contain more than 100 tuples.
#links=
def links=(value) -> ::Array<::Google::Cloud::DataCatalog::Lineage::V1::EventLink>
Parameter
- value (::Array<::Google::Cloud::DataCatalog::Lineage::V1::EventLink>) — Optional. List of source-target pairs. Can't contain more than 100 tuples.
Returns
- (::Array<::Google::Cloud::DataCatalog::Lineage::V1::EventLink>) — Optional. List of source-target pairs. Can't contain more than 100 tuples.
#name
def name() -> ::String
Returns
-
(::String) — Immutable. The resource name of the lineage event.
Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}/lineageEvents/{lineage_event}
. Can be specified or auto-assigned. {lineage_event} must be not longer than 200 characters and only contain characters in a set:a-zA-Z0-9_-:.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Immutable. The resource name of the lineage event.
Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}/lineageEvents/{lineage_event}
. Can be specified or auto-assigned. {lineage_event} must be not longer than 200 characters and only contain characters in a set:a-zA-Z0-9_-:.
Returns
-
(::String) — Immutable. The resource name of the lineage event.
Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}/lineageEvents/{lineage_event}
. Can be specified or auto-assigned. {lineage_event} must be not longer than 200 characters and only contain characters in a set:a-zA-Z0-9_-:.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Required. The beginning of the transformation which resulted in this lineage event. For streaming scenarios, it should be the beginning of the period from which the lineage is being reported.
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Required. The beginning of the transformation which resulted in this lineage event. For streaming scenarios, it should be the beginning of the period from which the lineage is being reported.
Returns
- (::Google::Protobuf::Timestamp) — Required. The beginning of the transformation which resulted in this lineage event. For streaming scenarios, it should be the beginning of the period from which the lineage is being reported.