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
Namespace
Google \ Cloud \ Dataproc \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 |
↳ unreachable |
array
Output only. List of jobs with kms_key-encrypted parameters that could not be decrypted. A response to a |
getJobs
Output only. Jobs list.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setJobs
Output only. Jobs list.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dataproc\V1\Job>
|
Returns | |
---|---|
Type | Description |
$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
.
Returns | |
---|---|
Type | Description |
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
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getUnreachable
Output only. List of jobs with
kms_key-encrypted
parameters that could not be decrypted. A response to a jobs.get
request
may indicate the reason for the decryption failure for a specific job.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setUnreachable
Output only. List of jobs with
kms_key-encrypted
parameters that could not be decrypted. A response to a jobs.get
request
may indicate the reason for the decryption failure for a specific job.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |