public interface ListBatchesResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Batch |
getBatches(int index)
The batches from the specified collection.
|
int |
getBatchesCount()
The batches from the specified collection.
|
List<Batch> |
getBatchesList()
The batches from the specified collection.
|
BatchOrBuilder |
getBatchesOrBuilder(int index)
The batches from the specified collection.
|
List<? extends BatchOrBuilder> |
getBatchesOrBuilderList()
The batches from the specified collection.
|
String |
getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page.
|
ByteString |
getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<Batch> getBatchesList()
The batches from the specified collection.
repeated .google.cloud.dataproc.v1.Batch batches = 1;
Batch getBatches(int index)
The batches from the specified collection.
repeated .google.cloud.dataproc.v1.Batch batches = 1;
int getBatchesCount()
The batches from the specified collection.
repeated .google.cloud.dataproc.v1.Batch batches = 1;
List<? extends BatchOrBuilder> getBatchesOrBuilderList()
The batches from the specified collection.
repeated .google.cloud.dataproc.v1.Batch batches = 1;
BatchOrBuilder getBatchesOrBuilder(int index)
The batches from the specified collection.
repeated .google.cloud.dataproc.v1.Batch batches = 1;
String 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 next_page_token = 2;
ByteString getNextPageTokenBytes()
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 next_page_token = 2;
Copyright © 2022 Google LLC. All rights reserved.