Reference documentation and code samples for the Google Cloud Data Catalog Lineage V1 Client class CreateRunRequest.
Request message for CreateRun.
Generated from protobuf message google.cloud.datacatalog.lineage.v1.CreateRunRequest
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 process that should own the run. |
↳ run |
Google\Cloud\DataCatalog\Lineage\V1\Run
Required. The run 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 |
getParent
Required. The name of the process that should own the run.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The name of the process that should own the run.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getRun
Required. The run to create.
Returns | |
---|---|
Type | Description |
Google\Cloud\DataCatalog\Lineage\V1\Run|null |
hasRun
clearRun
setRun
Required. The run to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\DataCatalog\Lineage\V1\Run
|
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 process that should own the run. Please see Google\Cloud\DataCatalog\Lineage\V1\LineageClient::processName() for help formatting this field. |
run |
Google\Cloud\DataCatalog\Lineage\V1\Run
Required. The run to create. |
Returns | |
---|---|
Type | Description |
Google\Cloud\DataCatalog\Lineage\V1\CreateRunRequest |