Reference documentation and code samples for the Google Cloud Data Catalog Lineage V1 Client class BatchSearchLinkProcessesResponse.
Response message for BatchSearchLinkProcesses.
Generated from protobuf message google.cloud.datacatalog.lineage.v1.BatchSearchLinkProcessesResponse
Namespace
Google \ Cloud \ DataCatalog \ Lineage \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ process_links |
array<ProcessLinks>
An array of processes associated with the specified links. |
↳ next_page_token |
string
The token to specify as |
getProcessLinks
An array of processes associated with the specified links.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setProcessLinks
An array of processes associated with the specified links.
| Parameter | |
|---|---|
| Name | Description |
var |
array<ProcessLinks>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
The token to specify as page_token in the subsequent call to get the next
page. Omitted if there are no more pages in the response.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
The token to specify as page_token in the subsequent call to get the next
page. Omitted if there are no more pages in the response.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|