Reference documentation and code samples for the Google Cloud Data Catalog Lineage V1 Client class ProcessLinks.
Links associated with a specific process.
Generated from protobuf message google.cloud.datacatalog.lineage.v1.ProcessLinks
Namespace
Google \ Cloud \ DataCatalog \ Lineage \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ process |
string
The process name in the format of |
↳ links |
array<Google\Cloud\DataCatalog\Lineage\V1\ProcessLinkInfo>
An array containing link details objects of the links provided in the original request. A single process can result in creating multiple links. If any of the links you provide in the request are created by the same process, they all are included in this array. |
getProcess
The process name in the format of
projects/{project}/locations/{location}/processes/{process}
.
Returns | |
---|---|
Type | Description |
string |
setProcess
The process name in the format of
projects/{project}/locations/{location}/processes/{process}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getLinks
An array containing link details objects of the links provided in the original request.
A single process can result in creating multiple links. If any of the links you provide in the request are created by the same process, they all are included in this array.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setLinks
An array containing link details objects of the links provided in the original request.
A single process can result in creating multiple links. If any of the links you provide in the request are created by the same process, they all are included in this array.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\DataCatalog\Lineage\V1\ProcessLinkInfo>
|
Returns | |
---|---|
Type | Description |
$this |