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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ process |
string
Created process name. Format: |
↳ run |
string
Created run name. Format: |
↳ lineage_events |
array
Created lineage event names. Format: |
getProcess
Created process name.
Format: projects/{project}/locations/{location}/processes/{process}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setProcess
Created process name.
Format: projects/{project}/locations/{location}/processes/{process}.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRun
Created run name.
Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setRun
Created run name.
Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLineageEvents
Created lineage event names.
Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}/lineageEvents/{lineage_event}.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setLineageEvents
Created lineage event names.
Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}/lineageEvents/{lineage_event}.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|