public interface ListRowsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| 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 empty, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Row |
|
getRowsCount()
public abstract int getRowsCount()The rows from the specified table.
repeated .google.area120.tables.v1alpha1.Row rows = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getRowsList()
public abstract List<Row> getRowsList()The rows from the specified table.
repeated .google.area120.tables.v1alpha1.Row rows = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
RowOrBuilder |
|
getRowsOrBuilderList()
public abstract List<? extends RowOrBuilder> getRowsOrBuilderList()The rows from the specified table.
repeated .google.area120.tables.v1alpha1.Row rows = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.area120.tables.v1alpha1.RowOrBuilder> |
|