Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class ListJobsRequest.
Request to list Cloud Dataflow jobs.
Generated from protobuf messagegoogle.dataflow.v1beta3.ListJobsRequest
Namespace
Google \ Cloud \ Dataflow \ V1beta3
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ filter
int
The kind of filter to use.
↳ project_id
string
The project which owns the jobs.
↳ view
int
Deprecated. ListJobs always returns summaries now. Use GetJob for other JobViews.
↳ page_size
int
If there are many jobs, limit response to at most this many. The actual number of jobs returned will be the lesser of max_responses and an unspecified server-defined limit.
↳ page_token
string
Set this to the 'next_page_token' field of a previous response to request additional results in a long list.
[[["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 Dataflow V1beta3 Client - Class ListJobsRequest (0.8.2)\n\nVersion latestkeyboard_arrow_down\n\n- [0.8.2 (latest)](/php/docs/reference/cloud-dataflow/latest/V1beta3.ListJobsRequest)\n- [0.8.1](/php/docs/reference/cloud-dataflow/0.8.1/V1beta3.ListJobsRequest)\n- [0.7.1](/php/docs/reference/cloud-dataflow/0.7.1/V1beta3.ListJobsRequest)\n- [0.6.6](/php/docs/reference/cloud-dataflow/0.6.6/V1beta3.ListJobsRequest)\n- [0.5.1](/php/docs/reference/cloud-dataflow/0.5.1/V1beta3.ListJobsRequest)\n- [0.4.1](/php/docs/reference/cloud-dataflow/0.4.1/V1beta3.ListJobsRequest)\n- [0.3.10](/php/docs/reference/cloud-dataflow/0.3.10/V1beta3.ListJobsRequest) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \nReference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class ListJobsRequest.\n\nRequest to list Cloud Dataflow jobs.\n\nGenerated from protobuf message `google.dataflow.v1beta3.ListJobsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Dataflow \\\\ V1beta3\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getFilter\n\nThe kind of filter to use.\n\n### setFilter\n\nThe kind of filter to use.\n\n### getProjectId\n\nThe project which owns the jobs.\n\n### setProjectId\n\nThe project which owns the jobs.\n\n### getView\n\nDeprecated. ListJobs always returns summaries now.\n\nUse GetJob for other JobViews.\n\n### setView\n\nDeprecated. ListJobs always returns summaries now.\n\nUse GetJob for other JobViews.\n\n### getPageSize\n\nIf there are many jobs, limit response to at most this many.\n\nThe actual number of jobs returned will be the lesser of max_responses\nand an unspecified server-defined limit.\n\n### setPageSize\n\nIf there are many jobs, limit response to at most this many.\n\nThe actual number of jobs returned will be the lesser of max_responses\nand an unspecified server-defined limit.\n\n### getPageToken\n\nSet this to the 'next_page_token' field of a previous response\nto request additional results in a long list.\n\n### setPageToken\n\nSet this to the 'next_page_token' field of a previous response\nto request additional results in a long list.\n\n### getLocation\n\nThe [regional endpoint](https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that\ncontains this job.\n\n### setLocation\n\nThe [regional endpoint](https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that\ncontains this job.\n\n### getName\n\nOptional. The job name.\n\n### hasName\n\n### clearName\n\n### setName\n\nOptional. The job name."]]