Google Cloud Dataflow V1beta3 Client - Class ListJobsResponse (0.8.2)

Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class ListJobsResponse.

Response to a request to list Cloud Dataflow jobs in a project. This might be a partial response, depending on the page size in the ListJobsRequest.

However, if the project does not have any jobs, an instance of ListJobsResponse is not returned and the requests's response body is empty }.

Generated from protobuf message google.dataflow.v1beta3.ListJobsResponse

Namespace

Google \ Cloud \ Dataflow \ V1beta3

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ jobs
array< Job >

A subset of the requested job information.

↳ next_page_token
string

Set if there may be more results than fit in this response.

↳ failed_location
array< FailedLocation >

Zero or more messages describing the regional endpoints that failed to respond.

getJobs

A subset of the requested job information.

Returns
Type
Description

setJobs

A subset of the requested job information.

Parameter
Name
Description
var
array< Job >
Returns
Type
Description
$this

getNextPageToken

Set if there may be more results than fit in this response.

Returns
Type
Description
string

setNextPageToken

Set if there may be more results than fit in this response.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getFailedLocation

Zero or more messages describing the regional endpoints that failed to respond.

Returns
Type
Description

setFailedLocation

Zero or more messages describing the regional endpoints that failed to respond.

Parameter
Name
Description
var
array< FailedLocation >
Returns
Type
Description
$this
Create a Mobile Website
View Site in Mobile | Classic
Share by: