public interface ListTablesResponseOrBuilder 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. |
getTables(int index)
public abstract Table getTables(int index)The list of tables.
repeated .google.area120.tables.v1alpha1.Table tables = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Table |
|
getTablesCount()
public abstract int getTablesCount()The list of tables.
repeated .google.area120.tables.v1alpha1.Table tables = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getTablesList()
public abstract List<Table> getTablesList()The list of tables.
repeated .google.area120.tables.v1alpha1.Table tables = 1;
| Returns | |
|---|---|
| Type | Description |
List<Table> |
|
getTablesOrBuilder(int index)
public abstract TableOrBuilder getTablesOrBuilder(int index)The list of tables.
repeated .google.area120.tables.v1alpha1.Table tables = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TableOrBuilder |
|
getTablesOrBuilderList()
public abstract List<? extends TableOrBuilder> getTablesOrBuilderList()The list of tables.
repeated .google.area120.tables.v1alpha1.Table tables = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.area120.tables.v1alpha1.TableOrBuilder> |
|