Google Cloud Dataflow V1beta3 Client - Class ListJobsRequest (0.5.1)

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 \ V1beta3

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
int

setFilter

The kind of filter to use.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getProjectId

The project which owns the jobs.

Returns
TypeDescription
string

setProjectId

The project which owns the jobs.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getView

Deprecated. ListJobs always returns summaries now.

Use GetJob for other JobViews.

Returns
TypeDescription
int

setView

Deprecated. ListJobs always returns summaries now.

Use GetJob for other JobViews.

Parameter
NameDescription
var int
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

Set this to the 'next_page_token' field of a previous response to request additional results in a long list.

Returns
TypeDescription
string

setPageToken

Set this to the 'next_page_token' field of a previous response to request additional results in a long list.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getLocation

The regional endpoint that contains this job.

Returns
TypeDescription
string

setLocation

The regional endpoint that contains this job.

Parameter
NameDescription
var string
Returns
TypeDescription
$this