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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Batch |
|
getBatchesCount()
public abstract int getBatchesCount()The batches from the specified collection.
repeated .google.cloud.dataproc.v1.Batch batches = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getBatchesList()
public abstract List<Batch> getBatchesList()The batches from the specified collection.
repeated .google.cloud.dataproc.v1.Batch batches = 1;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
BatchOrBuilder |
|
getBatchesOrBuilderList()
public abstract List<? extends BatchOrBuilder> getBatchesOrBuilderList()The batches from the specified collection.
repeated .google.cloud.dataproc.v1.Batch batches = 1;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |