@Generated
public interface ListSchemaBundlesResponseOrBuilder
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.
|
SchemaBundle |
getSchemaBundles(int index)
The schema bundles from the specified table.
|
int |
getSchemaBundlesCount()
The schema bundles from the specified table.
|
List<SchemaBundle> |
getSchemaBundlesList()
The schema bundles from the specified table.
|
SchemaBundleOrBuilder |
getSchemaBundlesOrBuilder(int index)
The schema bundles from the specified table.
|
List<? extends SchemaBundleOrBuilder> |
getSchemaBundlesOrBuilderList()
The schema bundles from the specified table.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<SchemaBundle> getSchemaBundlesList()
The schema bundles from the specified table.
repeated .google.bigtable.admin.v2.SchemaBundle schema_bundles = 1;SchemaBundle getSchemaBundles(int index)
The schema bundles from the specified table.
repeated .google.bigtable.admin.v2.SchemaBundle schema_bundles = 1;int getSchemaBundlesCount()
The schema bundles from the specified table.
repeated .google.bigtable.admin.v2.SchemaBundle schema_bundles = 1;List<? extends SchemaBundleOrBuilder> getSchemaBundlesOrBuilderList()
The schema bundles from the specified table.
repeated .google.bigtable.admin.v2.SchemaBundle schema_bundles = 1;SchemaBundleOrBuilder getSchemaBundlesOrBuilder(int index)
The schema bundles from the specified table.
repeated .google.bigtable.admin.v2.SchemaBundle schema_bundles = 1;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;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;Copyright © 2026 Google LLC. All rights reserved.