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.
data
array
Optional. Data for populating the Message object.
↳ batches
↳ next_page_token
string
A token, which can be sent as page_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.
↳ unreachable
array
Output only. List of Batches that could not be included in the response. Attempting to get one of these resources may indicate why it was not included in the list response.
getBatches
The batches from the specified collection.
setBatches
The batches from the specified collection.
$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.
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.
var
string
$this
getUnreachable
Output only. List of Batches that could not be included in the response.
Attempting to get one of these resources may indicate why it was not included in the list response.
setUnreachable
Output only. List of Batches that could not be included in the response.
Attempting to get one of these resources may indicate why it was not included in the list response.
var
string[]
$this