Interface ListRowsResponseOrBuilder (0.24.0)

public interface ListRowsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is empty, 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 empty, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getRows(int index)

public abstract Row getRows(int index)

The rows from the specified table.

repeated .google.area120.tables.v1alpha1.Row rows = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Row

getRowsCount()

public abstract int getRowsCount()

The rows from the specified table.

repeated .google.area120.tables.v1alpha1.Row rows = 1;

Returns
TypeDescription
int

getRowsList()

public abstract List<Row> getRowsList()

The rows from the specified table.

repeated .google.area120.tables.v1alpha1.Row rows = 1;

Returns
TypeDescription
List<Row>

getRowsOrBuilder(int index)

public abstract RowOrBuilder getRowsOrBuilder(int index)

The rows from the specified table.

repeated .google.area120.tables.v1alpha1.Row rows = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
RowOrBuilder

getRowsOrBuilderList()

public abstract List<? extends RowOrBuilder> getRowsOrBuilderList()

The rows from the specified table.

repeated .google.area120.tables.v1alpha1.Row rows = 1;

Returns
TypeDescription
List<? extends com.google.area120.tables.v1alpha1.RowOrBuilder>