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 Type
    Method
    Description
    A token, which can be sent as `page_token` to retrieve the next page.
    com.google.protobuf.ByteString
    A token, which can be sent as `page_token` to retrieve the next page.
    getSchemaBundles(int index)
    The schema bundles from the specified table.
    int
    The schema bundles from the specified table.
    The schema bundles from the specified table.
    The schema bundles from the specified table.
    The schema bundles from the specified table.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      SchemaBundle getSchemaBundles(int index)
       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

      SchemaBundleOrBuilder getSchemaBundlesOrBuilder(int index)
       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.