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

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

Response message for [ProcessOpenLineageRunEvent][google.cloud.datacatalog.lineage.v1.ProcessOpenLineageRunEvent].

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#lineage_events

def lineage_events() -> ::Array<::String>
Returns
  • (::Array<::String>) — Created lineage event names. Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}/lineageEvents/{lineage_event}.

#lineage_events=

def lineage_events=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Created lineage event names. Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}/lineageEvents/{lineage_event}.
Returns
  • (::Array<::String>) — Created lineage event names. Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}/lineageEvents/{lineage_event}.

#process

def process() -> ::String
Returns
  • (::String) — Created process name. Format: projects/{project}/locations/{location}/processes/{process}.

#process=

def process=(value) -> ::String
Parameter
  • value (::String) — Created process name. Format: projects/{project}/locations/{location}/processes/{process}.
Returns
  • (::String) — Created process name. Format: projects/{project}/locations/{location}/processes/{process}.

#run

def run() -> ::String
Returns
  • (::String) — Created run name. Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}.

#run=

def run=(value) -> ::String
Parameter
  • value (::String) — Created run name. Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}.
Returns
  • (::String) — Created run name. Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}.