Reference documentation and code samples for the Google Cloud Data Catalog Lineage V1 Client class GetRunRequest.
Request message for GetRun.
Generated from protobuf message google.cloud.datacatalog.lineage.v1.GetRunRequest
Namespace
Google \ Cloud \ DataCatalog \ Lineage \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the run to get. |
getName
Required. The name of the run to get.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The name of the run to get.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The name of the run to get. Please see LineageClient::runName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
GetRunRequest |
|