Google Cloud Data Catalog Lineage V1 Client - Class ProcessOpenLineageRunEventResponse (0.4.0)

Reference documentation and code samples for the Google Cloud Data Catalog Lineage V1 Client class ProcessOpenLineageRunEventResponse.

Response message for ProcessOpenLineageRunEvent.

Generated from protobuf message google.cloud.datacatalog.lineage.v1.ProcessOpenLineageRunEventResponse

Namespace

Google \ Cloud \ DataCatalog \ Lineage \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ process string

Created process name. Format: projects/{project}/locations/{location}/processes/{process}.

↳ run string

Created run name. Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}.

↳ lineage_events array

Created lineage event names. Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}/lineageEvents/{lineage_event}.

getProcess

Created process name.

Format: projects/{project}/locations/{location}/processes/{process}.

Returns
TypeDescription
string

setProcess

Created process name.

Format: projects/{project}/locations/{location}/processes/{process}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRun

Created run name.

Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}.

Returns
TypeDescription
string

setRun

Created run name.

Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getLineageEvents

Created lineage event names.

Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}/lineageEvents/{lineage_event}.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setLineageEvents

Created lineage event names.

Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}/lineageEvents/{lineage_event}.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this