Google Cloud Dataproc V1 Client - Class ListJobsResponse (3.2.2)

Reference documentation and code samples for the Google Cloud Dataproc V1 Client class ListJobsResponse.

A list of jobs in a project.

Generated from protobuf message google.cloud.dataproc.v1.ListJobsResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ jobs array<Google\Cloud\Dataproc\V1\Job>

Output only. Jobs list.

↳ next_page_token string

Optional. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent ListJobsRequest.

getJobs

Output only. Jobs list.

Generated from protobuf field repeated .google.cloud.dataproc.v1.Job jobs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setJobs

Output only. Jobs list.

Generated from protobuf field repeated .google.cloud.dataproc.v1.Job jobs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
var array<Google\Cloud\Dataproc\V1\Job>
Returns
TypeDescription
$this

getNextPageToken

Optional. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent ListJobsRequest.

Generated from protobuf field string next_page_token = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
string

setNextPageToken

Optional. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent ListJobsRequest.

Generated from protobuf field string next_page_token = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
var string
Returns
TypeDescription
$this