Generated from protobuf message google.cloud.datacatalog.lineage.v1.BatchSearchLinkProcessesRequest
Namespace
Google \ Cloud \ DataCatalog \ Lineage \ V1
Methods
__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 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 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}.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Google Cloud Data Catalog Lineage V1 Client - Class BatchSearchLinkProcessesRequest (1.1.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.1 (latest)](/php/docs/reference/cloud-datacatalog-lineage/latest/V1.BatchSearchLinkProcessesRequest)\n- [1.1.0](/php/docs/reference/cloud-datacatalog-lineage/1.1.0/V1.BatchSearchLinkProcessesRequest)\n- [1.0.3](/php/docs/reference/cloud-datacatalog-lineage/1.0.3/V1.BatchSearchLinkProcessesRequest)\n- [0.5.5](/php/docs/reference/cloud-datacatalog-lineage/0.5.5/V1.BatchSearchLinkProcessesRequest)\n- [0.4.0](/php/docs/reference/cloud-datacatalog-lineage/0.4.0/V1.BatchSearchLinkProcessesRequest)\n- [0.3.1](/php/docs/reference/cloud-datacatalog-lineage/0.3.1/V1.BatchSearchLinkProcessesRequest)\n- [0.2.1](/php/docs/reference/cloud-datacatalog-lineage/0.2.1/V1.BatchSearchLinkProcessesRequest)\n- [0.1.3](/php/docs/reference/cloud-datacatalog-lineage/0.1.3/V1.BatchSearchLinkProcessesRequest) \nReference documentation and code samples for the Google Cloud Data Catalog Lineage V1 Client class BatchSearchLinkProcessesRequest.\n\nRequest message for\n[BatchSearchLinkProcesses](/php/docs/reference/cloud-datacatalog-lineage/latest/V1.Client.LineageClient#_Google_Cloud_DataCatalog_Lineage_V1_Client_LineageClient__batchSearchLinkProcesses__).\n\nGenerated from protobuf message `google.cloud.datacatalog.lineage.v1.BatchSearchLinkProcessesRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ DataCatalog \\\\ Lineage \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The project and location where you want to search.\n\n### setParent\n\nRequired. The project and location where you want to search.\n\n### getLinks\n\nRequired. An array of links to check for their associated LineageProcesses.\n\nThe maximum number of items in this array is 100.\nIf the request contains more than 100 links, it returns the\n`INVALID_ARGUMENT` error.\nFormat: `projects/{project}/locations/{location}/links/{link}`.\n\n### setLinks\n\nRequired. An array of links to check for their associated LineageProcesses.\n\nThe maximum number of items in this array is 100.\nIf the request contains more than 100 links, it returns the\n`INVALID_ARGUMENT` error.\nFormat: `projects/{project}/locations/{location}/links/{link}`.\n\n### getPageSize\n\nThe maximum number of processes to return in a single page of the response.\n\nA page may contain fewer results than this value.\n\n### setPageSize\n\nThe maximum number of processes to return in a single page of the response.\n\nA page may contain fewer results than this value.\n\n### getPageToken\n\nThe page token received from a previous `BatchSearchLinkProcesses` call.\n\nUse it to get the next page.\nWhen requesting subsequent pages of a response, remember that\nall parameters must match the values you provided\nin the original request.\n\n### setPageToken\n\nThe page token received from a previous `BatchSearchLinkProcesses` call.\n\nUse it to get the next page.\nWhen requesting subsequent pages of a response, remember that\nall parameters must match the values you provided\nin the original request."]]