Google Cloud Data Catalog Lineage V1 Client - Class BatchSearchLinkProcessesRequest (0.1.3)

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The project and location you want search in the format projects/*/locations/*

↳ 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 INVALID_ARGUMENT error. Format: projects/{project}/locations/{location}/links/{link}.

↳ 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 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.

getParent

Required. The project and location you want search in the format projects/*/locations/*

Returns
TypeDescription
string

setParent

Required. The project and location you want search in the format projects/*/locations/*

Parameter
NameDescription
var string
Returns
TypeDescription
$this

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
TypeDescription
Google\Protobuf\Internal\RepeatedField

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
NameDescription
var string[]
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var int
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this