Reference documentation and code samples for the Google Cloud Dataproc V1 Client class ListBatchesResponse.
A list of batch workloads.
Generated from protobuf message google.cloud.dataproc.v1.ListBatchesResponse
Namespace
Google \ Cloud \ Dataproc \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ batches | array<Google\Cloud\Dataproc\V1\Batch>The batches from the specified collection. | 
| ↳ next_page_token | stringA token, which can be sent as  | 
getBatches
The batches from the specified collection.
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Internal\RepeatedField | |
setBatches
The batches from the specified collection.
| Parameter | |
|---|---|
| Name | Description | 
| var | array<Google\Cloud\Dataproc\V1\Batch> | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getNextPageToken
A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setNextPageToken
A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |