Reference documentation and code samples for the Google Cloud Data Catalog Lineage V1 Client class ProcessOpenLineageRunEventRequest.
Request message for ProcessOpenLineageRunEvent.
Generated from protobuf message google.cloud.datacatalog.lineage.v1.ProcessOpenLineageRunEventRequest
Namespace
Google \ Cloud \ DataCatalog \ Lineage \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The name of the project and its location that should own the process, run, and lineage event. |
↳ open_lineage |
Google\Protobuf\Struct
Required. OpenLineage message following OpenLineage format: https://github.com/OpenLineage/OpenLineage/blob/main/spec/OpenLineage.json |
↳ request_id |
string
A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a |
getParent
Required. The name of the project and its location that should own the process, run, and lineage event.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The name of the project and its location that should own the process, run, and lineage event.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getOpenLineage
Required. OpenLineage message following OpenLineage format: https://github.com/OpenLineage/OpenLineage/blob/main/spec/OpenLineage.json
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Struct|null |
|
hasOpenLineage
clearOpenLineage
setOpenLineage
Required. OpenLineage message following OpenLineage format: https://github.com/OpenLineage/OpenLineage/blob/main/spec/OpenLineage.json
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Struct
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRequestId
A unique identifier for this request. Restricted to 36 ASCII characters.
A random UUID is recommended. This request is idempotent only if a
request_id is provided.
| Returns | |
|---|---|
| Type | Description |
string |
|
setRequestId
A unique identifier for this request. Restricted to 36 ASCII characters.
A random UUID is recommended. This request is idempotent only if a
request_id is provided.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
parent |
string
Required. The name of the project and its location that should own the process, run, and lineage event. |
openLineage |
Google\Protobuf\Struct
Required. OpenLineage message following OpenLineage format: https://github.com/OpenLineage/OpenLineage/blob/main/spec/OpenLineage.json |
| Returns | |
|---|---|
| Type | Description |
ProcessOpenLineageRunEventRequest |
|