Package com.google.bigtable.admin.v2
Interface ListSchemaBundlesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListSchemaBundlesResponse,ListSchemaBundlesResponse.Builder
public interface ListSchemaBundlesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA token, which can be sent as `page_token` to retrieve the next page.com.google.protobuf.ByteStringA token, which can be sent as `page_token` to retrieve the next page.getSchemaBundles(int index) The schema bundles from the specified table.intThe schema bundles from the specified table.The schema bundles from the specified table.getSchemaBundlesOrBuilder(int index) The schema bundles from the specified table.List<? extends SchemaBundleOrBuilder>The schema bundles from the specified table.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSchemaBundlesList
List<SchemaBundle> getSchemaBundlesList()The schema bundles from the specified table.
repeated .google.bigtable.admin.v2.SchemaBundle schema_bundles = 1; -
getSchemaBundles
The schema bundles from the specified table.
repeated .google.bigtable.admin.v2.SchemaBundle schema_bundles = 1; -
getSchemaBundlesCount
int getSchemaBundlesCount()The schema bundles from the specified table.
repeated .google.bigtable.admin.v2.SchemaBundle schema_bundles = 1; -
getSchemaBundlesOrBuilderList
List<? extends SchemaBundleOrBuilder> getSchemaBundlesOrBuilderList()The schema bundles from the specified table.
repeated .google.bigtable.admin.v2.SchemaBundle schema_bundles = 1; -
getSchemaBundlesOrBuilder
The schema bundles from the specified table.
repeated .google.bigtable.admin.v2.SchemaBundle schema_bundles = 1; -
getNextPageToken
String getNextPageToken()A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-