public interface ListBatchesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBatches(int index)
public abstract Batch getBatches(int index)The batches from the specified collection.
repeated .google.cloud.dataproc.v1.Batch batches = 1;
| Name | Description |
| index | int |
| Type | Description |
| Batch |
getBatchesCount()
public abstract int getBatchesCount()The batches from the specified collection.
repeated .google.cloud.dataproc.v1.Batch batches = 1;
| Type | Description |
| int |
getBatchesList()
public abstract List<Batch> getBatchesList()The batches from the specified collection.
repeated .google.cloud.dataproc.v1.Batch batches = 1;
| Type | Description |
| List<Batch> |
getBatchesOrBuilder(int index)
public abstract BatchOrBuilder getBatchesOrBuilder(int index)The batches from the specified collection.
repeated .google.cloud.dataproc.v1.Batch batches = 1;
| Name | Description |
| index | int |
| Type | Description |
| BatchOrBuilder |
getBatchesOrBuilderList()
public abstract List<? extends BatchOrBuilder> getBatchesOrBuilderList()The batches from the specified collection.
repeated .google.cloud.dataproc.v1.Batch batches = 1;
| Type | Description |
| List<? extends com.google.cloud.dataproc.v1.BatchOrBuilder> |
getNextPageToken()
public abstract 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;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract 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;
| Type | Description |
| ByteString | The bytes for nextPageToken. |