Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class ListJobsRequest.
Request to list Cloud Dataflow jobs.
Generated from protobuf message google.dataflow.v1beta3.ListJobsRequest
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
__construct
Constructor.
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.
↳ location
getFilter
The kind of filter to use.
int
setFilter
The kind of filter to use.
var
int
$this
getProjectId
The project which owns the jobs.
string
setProjectId
The project which owns the jobs.
var
string
$this
getView
Deprecated. ListJobs always returns summaries now.
Use GetJob for other JobViews.
int
setView
Deprecated. ListJobs always returns summaries now.
Use GetJob for other JobViews.
var
int
$this
getPageSize
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.
int
setPageSize
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.
var
int
$this
getPageToken
Set this to the 'next_page_token' field of a previous response to request additional results in a long list.
string
setPageToken
Set this to the 'next_page_token' field of a previous response to request additional results in a long list.
var
string
$this
getLocation
The regional endpoint that contains this job.
string
setLocation
The regional endpoint that contains this job.
var
string
$this