Generated from protobuf message google.cloud.scheduler.v1.ListJobsRequest
Namespace
Google \ Cloud \ Scheduler \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The location name. For example: projects/PROJECT_ID/locations/LOCATION_ID.
↳ page_size
int
Requested page size. The maximum page size is 500. If unspecified, the page size will be the maximum. Fewer jobs than requested might be returned, even if more jobs exist; use next_page_token to determine if more jobs exist.
↳ page_token
string
A token identifying a page of results the server will return. To request the first page results, page_token must be empty. To request the next page of results, page_token must be the value of next_page_token returned from the previous call to ListJobs.
getParent
Required. The location name. For example:
projects/PROJECT_ID/locations/LOCATION_ID.
Returns
Type
Description
string
setParent
Required. The location name. For example:
projects/PROJECT_ID/locations/LOCATION_ID.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPageSize
Requested page size.
The maximum page size is 500. If unspecified, the page size will
be the maximum. Fewer jobs than requested might be returned,
even if more jobs exist; use next_page_token to determine if more
jobs exist.
Returns
Type
Description
int
setPageSize
Requested page size.
The maximum page size is 500. If unspecified, the page size will
be the maximum. Fewer jobs than requested might be returned,
even if more jobs exist; use next_page_token to determine if more
jobs exist.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getPageToken
A token identifying a page of results the server will return. To
request the first page results, page_token must be empty. To
request the next page of results, page_token must be the value of
next_page_token
returned from the previous call to
ListJobs.
Returns
Type
Description
string
setPageToken
A token identifying a page of results the server will return. To
request the first page results, page_token must be empty. To
request the next page of results, page_token must be the value of
next_page_token
returned from the previous call to
ListJobs.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
static::build
Parameter
Name
Description
parent
string
Required. The location name. For example:
projects/PROJECT_ID/locations/LOCATION_ID. Please see
CloudSchedulerClient::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,["# Cloud Scheduler V1 Client - Class ListJobsRequest (2.0.5)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.5 (latest)](/php/docs/reference/cloud-scheduler/latest/V1.ListJobsRequest)\n- [2.0.4](/php/docs/reference/cloud-scheduler/2.0.4/V1.ListJobsRequest)\n- [1.10.5](/php/docs/reference/cloud-scheduler/1.10.5/V1.ListJobsRequest)\n- [1.9.4](/php/docs/reference/cloud-scheduler/1.9.4/V1.ListJobsRequest)\n- [1.8.3](/php/docs/reference/cloud-scheduler/1.8.3/V1.ListJobsRequest)\n- [1.7.1](/php/docs/reference/cloud-scheduler/1.7.1/V1.ListJobsRequest)\n- [1.6.8](/php/docs/reference/cloud-scheduler/1.6.8/V1.ListJobsRequest) \nReference documentation and code samples for the Cloud Scheduler V1 Client class ListJobsRequest.\n\nRequest message for listing jobs using\n[ListJobs](/php/docs/reference/cloud-scheduler/latest/V1.Client.CloudSchedulerClient#_Google_Cloud_Scheduler_V1_Client_CloudSchedulerClient__listJobs__).\n\nGenerated from protobuf message `google.cloud.scheduler.v1.ListJobsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Scheduler \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The location name. For example:\n`projects/PROJECT_ID/locations/LOCATION_ID`.\n\n### setParent\n\nRequired. The location name. For example:\n`projects/PROJECT_ID/locations/LOCATION_ID`.\n\n### getPageSize\n\nRequested page size.\n\nThe maximum page size is 500. If unspecified, the page size will\nbe the maximum. Fewer jobs than requested might be returned,\neven if more jobs exist; use next_page_token to determine if more\njobs exist.\n\n### setPageSize\n\nRequested page size.\n\nThe maximum page size is 500. If unspecified, the page size will\nbe the maximum. Fewer jobs than requested might be returned,\neven if more jobs exist; use next_page_token to determine if more\njobs exist.\n\n### getPageToken\n\nA token identifying a page of results the server will return. To\nrequest the first page results, page_token must be empty. To\nrequest the next page of results, page_token must be the value of\n[next_page_token](/php/docs/reference/cloud-scheduler/latest/V1.ListJobsResponse#_Google_Cloud_Scheduler_V1_ListJobsResponse__getNextPageToken__)\nreturned from the previous call to\n[ListJobs](/php/docs/reference/cloud-scheduler/latest/V1.Client.CloudSchedulerClient#_Google_Cloud_Scheduler_V1_Client_CloudSchedulerClient__listJobs__).\n\n### setPageToken\n\nA token identifying a page of results the server will return. To\nrequest the first page results, page_token must be empty. To\nrequest the next page of results, page_token must be the value of\n[next_page_token](/php/docs/reference/cloud-scheduler/latest/V1.ListJobsResponse#_Google_Cloud_Scheduler_V1_ListJobsResponse__getNextPageToken__)\nreturned from the previous call to\n[ListJobs](/php/docs/reference/cloud-scheduler/latest/V1.Client.CloudSchedulerClient#_Google_Cloud_Scheduler_V1_Client_CloudSchedulerClient__listJobs__).\n\n### static::build"]]