Interface ListBatchesResponseOrBuilder (3.0.3)

public interface ListBatchesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBatches(int index)

public abstract Batch getBatches(int index)

The batches from the specified collection.

repeated .google.cloud.dataproc.v1.Batch batches = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Batch

getBatchesCount()

public abstract int getBatchesCount()

The batches from the specified collection.

repeated .google.cloud.dataproc.v1.Batch batches = 1;

Returns
TypeDescription
int

getBatchesList()

public abstract List<Batch> getBatchesList()

The batches from the specified collection.

repeated .google.cloud.dataproc.v1.Batch batches = 1;

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
BatchOrBuilder

getBatchesOrBuilderList()

public abstract List<? extends BatchOrBuilder> getBatchesOrBuilderList()

The batches from the specified collection.

repeated .google.cloud.dataproc.v1.Batch batches = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.