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.
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. |
↳ location |
string
The regional endpoint that contains this job. |
getFilter
The kind of filter to use.
Returns | |
---|---|
Type | Description |
int |
setFilter
The kind of filter to use.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getProjectId
The project which owns the jobs.
Returns | |
---|---|
Type | Description |
string |
setProjectId
The project which owns the jobs.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getView
Deprecated. ListJobs always returns summaries now.
Use GetJob for other JobViews.
Returns | |
---|---|
Type | Description |
int |
setView
Deprecated. ListJobs always returns summaries now.
Use GetJob for other JobViews.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$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.
Returns | |
---|---|
Type | Description |
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.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageToken
Set this to the 'next_page_token' field of a previous response to request additional results in a long list.
Returns | |
---|---|
Type | Description |
string |
setPageToken
Set this to the 'next_page_token' field of a previous response to request additional results in a long list.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getLocation
The regional endpoint that contains this job.
Returns | |
---|---|
Type | Description |
string |
setLocation
The regional endpoint that contains this job.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |