Google Cloud Dataflow V1beta3 Client - Class ListJobsResponse (0.4.1)

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
NameDescription
data array

Optional. Data for populating the Message object.

↳ jobs array<Google\Cloud\Dataflow\V1beta3\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<Google\Cloud\Dataflow\V1beta3\FailedLocation>

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

getJobs

A subset of the requested job information.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setJobs

A subset of the requested job information.

Parameter
NameDescription
var array<Google\Cloud\Dataflow\V1beta3\Job>
Returns
TypeDescription
$this

getNextPageToken

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

Returns
TypeDescription
string

setNextPageToken

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFailedLocation

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

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setFailedLocation

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

Parameter
NameDescription
var array<Google\Cloud\Dataflow\V1beta3\FailedLocation>
Returns
TypeDescription
$this