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 \ V1beta3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setJobs
A subset of the requested job information.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dataflow\V1beta3\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 |
Google\Protobuf\Internal\RepeatedField |
setFailedLocation
Zero or more messages describing the regional endpoints that failed to respond.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dataflow\V1beta3\FailedLocation>
|
Returns | |
---|---|
Type | Description |
$this |