public interface ListTablesResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNextPageToken()
Set if not all tables could be returned in a single response.
|
ByteString |
getNextPageTokenBytes()
Set if not all tables could be returned in a single response.
|
Table |
getTables(int index)
The tables present in the requested instance.
|
int |
getTablesCount()
The tables present in the requested instance.
|
java.util.List<Table> |
getTablesList()
The tables present in the requested instance.
|
TableOrBuilder |
getTablesOrBuilder(int index)
The tables present in the requested instance.
|
java.util.List<? extends TableOrBuilder> |
getTablesOrBuilderList()
The tables present in the requested instance.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<Table> getTablesList()
The tables present in the requested instance.
repeated .google.bigtable.admin.v2.Table tables = 1;
Table getTables(int index)
The tables present in the requested instance.
repeated .google.bigtable.admin.v2.Table tables = 1;
int getTablesCount()
The tables present in the requested instance.
repeated .google.bigtable.admin.v2.Table tables = 1;
java.util.List<? extends TableOrBuilder> getTablesOrBuilderList()
The tables present in the requested instance.
repeated .google.bigtable.admin.v2.Table tables = 1;
TableOrBuilder getTablesOrBuilder(int index)
The tables present in the requested instance.
repeated .google.bigtable.admin.v2.Table tables = 1;
java.lang.String getNextPageToken()
Set if not all tables could be returned in a single response. Pass this value to `page_token` in another request to get the next page of results.
string next_page_token = 2;
ByteString getNextPageTokenBytes()
Set if not all tables could be returned in a single response. Pass this value to `page_token` in another request to get the next page of results.
string next_page_token = 2;