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

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

Request message for CreateLineageEvent.

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

Namespace

Google \ Cloud \ DataCatalog \ Lineage \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The name of the run that should own the lineage event.

↳ lineage_event Google\Cloud\DataCatalog\Lineage\V1\LineageEvent

Required. The lineage event to create.

↳ 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 request_id is provided.

getParent

Required. The name of the run that should own the lineage event.

Returns
TypeDescription
string

setParent

Required. The name of the run that should own the lineage event.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getLineageEvent

Required. The lineage event to create.

Returns
TypeDescription
Google\Cloud\DataCatalog\Lineage\V1\LineageEvent|null

hasLineageEvent

clearLineageEvent

setLineageEvent

Required. The lineage event to create.

Parameter
NameDescription
var Google\Cloud\DataCatalog\Lineage\V1\LineageEvent
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
parent string

Required. The name of the run that should own the lineage event. Please see Google\Cloud\DataCatalog\Lineage\V1\LineageClient::runName() for help formatting this field.

lineageEvent Google\Cloud\DataCatalog\Lineage\V1\LineageEvent

Required. The lineage event to create.

Returns
TypeDescription
Google\Cloud\DataCatalog\Lineage\V1\CreateLineageEventRequest