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.
data
array
Optional. Data for populating the Message object.
↳ process
string
The process name in the format of projects/{project}/locations/{location}/processes/{process}
.
↳ 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}
.
string
setProcess
The process name in the format of projects/{project}/locations/{location}/processes/{process}
.
var
string
$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.
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.
$this