public interface ListTablesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page.
|
Table |
getTables(int index)
The list of tables.
|
int |
getTablesCount()
The list of tables.
|
List<Table> |
getTablesList()
The list of tables.
|
TableOrBuilder |
getTablesOrBuilder(int index)
The list of tables.
|
List<? extends TableOrBuilder> |
getTablesOrBuilderList()
The list of tables.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Table> getTablesList()
The list of tables.
repeated .google.area120.tables.v1alpha1.Table tables = 1;Table getTables(int index)
The list of tables.
repeated .google.area120.tables.v1alpha1.Table tables = 1;int getTablesCount()
The list of tables.
repeated .google.area120.tables.v1alpha1.Table tables = 1;List<? extends TableOrBuilder> getTablesOrBuilderList()
The list of tables.
repeated .google.area120.tables.v1alpha1.Table tables = 1;TableOrBuilder getTablesOrBuilder(int index)
The list of tables.
repeated .google.area120.tables.v1alpha1.Table tables = 1;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;com.google.protobuf.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;Copyright © 2024 Google LLC. All rights reserved.