Reference documentation and code samples for the Google Cloud Data Catalog Lineage V1 Client class BatchSearchLinkProcessesRequest.
Request message for BatchSearchLinkProcesses.
Generated from protobuf message google.cloud.datacatalog.lineage.v1.BatchSearchLinkProcessesRequest
Namespace
Google \ Cloud \ DataCatalog \ Lineage \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The project and location where you want to search. |
↳ links |
array
Required. An array of links to check for their associated LineageProcesses. The maximum number of items in this array is 100. If the request contains more than 100 links, it returns the |
↳ page_size |
int
The maximum number of processes to return in a single page of the response. A page may contain fewer results than this value. |
↳ page_token |
string
The page token received from a previous |
getParent
Required. The project and location where you want to search.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The project and location where you want to search.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getLinks
Required. An array of links to check for their associated LineageProcesses.
The maximum number of items in this array is 100.
If the request contains more than 100 links, it returns the
INVALID_ARGUMENT
error.
Format: projects/{project}/locations/{location}/links/{link}
.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setLinks
Required. An array of links to check for their associated LineageProcesses.
The maximum number of items in this array is 100.
If the request contains more than 100 links, it returns the
INVALID_ARGUMENT
error.
Format: projects/{project}/locations/{location}/links/{link}
.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
The maximum number of processes to return in a single page of the response.
A page may contain fewer results than this value.
Returns | |
---|---|
Type | Description |
int |
setPageSize
The maximum number of processes to return in a single page of the response.
A page may contain fewer results than this value.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageToken
The page token received from a previous BatchSearchLinkProcesses
call.
Use it to get the next page. When requesting subsequent pages of a response, remember that all parameters must match the values you provided in the original request.
Returns | |
---|---|
Type | Description |
string |
setPageToken
The page token received from a previous BatchSearchLinkProcesses
call.
Use it to get the next page. When requesting subsequent pages of a response, remember that all parameters must match the values you provided in the original request.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |