Reference documentation and code samples for the Google Cloud Data Catalog Lineage V1 Client class ListProcessesRequest.
Request message forListProcesses.
Generated from protobuf messagegoogle.cloud.datacatalog.lineage.v1.ListProcessesRequest
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 name of the project and its location that owns this collection of processes.
↳ page_size
int
The maximum number of processes to return. The service may return fewer than this value. If unspecified, at most 50 processes are returned. The maximum value is 100; values greater than 100 are cut to 100.
↳ page_token
string
The page token received from a previousListProcessescall. Specify it to get the next page. When paginating, all other parameters specified in this call must match the parameters of the call that provided the page token.
getParent
Required. The name of the project and its location that owns this
collection of processes.
Returns
Type
Description
string
setParent
Required. The name of the project and its location that owns this
collection of processes.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPageSize
The maximum number of processes to return. The service may return
fewer than this value. If unspecified, at most 50 processes are
returned. The maximum value is 100; values greater than 100 are cut to
100.
Returns
Type
Description
int
setPageSize
The maximum number of processes to return. The service may return
fewer than this value. If unspecified, at most 50 processes are
returned. The maximum value is 100; values greater than 100 are cut to
100.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getPageToken
The page token received from a previousListProcessescall. Specify
it to get the next page.
When paginating, all other parameters specified in this call must
match the parameters of the call that provided the page token.
Returns
Type
Description
string
setPageToken
The page token received from a previousListProcessescall. Specify
it to get the next page.
When paginating, all other parameters specified in this call must
match the parameters of the call that provided the page token.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
static::build
Parameter
Name
Description
parent
string
Required. The name of the project and its location that owns this
collection of processes. Please seeLineageClient::locationName()for help formatting this field.
[[["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-04 UTC."],[],[],null,["# Google Cloud Data Catalog Lineage V1 Client - Class ListProcessesRequest (1.1.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.1 (latest)](/php/docs/reference/cloud-datacatalog-lineage/latest/V1.ListProcessesRequest)\n- [1.1.0](/php/docs/reference/cloud-datacatalog-lineage/1.1.0/V1.ListProcessesRequest)\n- [1.0.3](/php/docs/reference/cloud-datacatalog-lineage/1.0.3/V1.ListProcessesRequest)\n- [0.5.5](/php/docs/reference/cloud-datacatalog-lineage/0.5.5/V1.ListProcessesRequest)\n- [0.4.0](/php/docs/reference/cloud-datacatalog-lineage/0.4.0/V1.ListProcessesRequest)\n- [0.3.1](/php/docs/reference/cloud-datacatalog-lineage/0.3.1/V1.ListProcessesRequest)\n- [0.2.1](/php/docs/reference/cloud-datacatalog-lineage/0.2.1/V1.ListProcessesRequest)\n- [0.1.3](/php/docs/reference/cloud-datacatalog-lineage/0.1.3/V1.ListProcessesRequest) \nReference documentation and code samples for the Google Cloud Data Catalog Lineage V1 Client class ListProcessesRequest.\n\nRequest message for\nListProcesses.\n\nGenerated from protobuf message `google.cloud.datacatalog.lineage.v1.ListProcessesRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ DataCatalog \\\\ Lineage \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The name of the project and its location that owns this\ncollection of processes.\n\n### setParent\n\nRequired. The name of the project and its location that owns this\ncollection of processes.\n\n### getPageSize\n\nThe maximum number of processes to return. The service may return\nfewer than this value. If unspecified, at most 50 processes are\nreturned. The maximum value is 100; values greater than 100 are cut to\n100.\n\n### setPageSize\n\nThe maximum number of processes to return. The service may return\nfewer than this value. If unspecified, at most 50 processes are\nreturned. The maximum value is 100; values greater than 100 are cut to\n100.\n\n### getPageToken\n\nThe page token received from a previous `ListProcesses` call. Specify\nit to get the next page.\n\nWhen paginating, all other parameters specified in this call must\nmatch the parameters of the call that provided the page token.\n\n### setPageToken\n\nThe page token received from a previous `ListProcesses` call. Specify\nit to get the next page.\n\nWhen paginating, all other parameters specified in this call must\nmatch the parameters of the call that provided the page token.\n\n### static::build"]]