Interface ListIndexesResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListIndexesResponse, ListIndexesResponse.Builder

public interface ListIndexesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getIndexes(int index)
    The indexes.
    int
    The indexes.
    The indexes.
    The indexes.
    List<? extends IndexOrBuilder>
    The indexes.
    The standard List next-page token.
    com.google.protobuf.ByteString
    The standard List next-page token.

    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

    • getIndexesList

      List<Index> getIndexesList()
       The indexes.
       
      repeated .google.datastore.admin.v1.Index indexes = 1;
    • getIndexes

      Index getIndexes(int index)
       The indexes.
       
      repeated .google.datastore.admin.v1.Index indexes = 1;
    • getIndexesCount

      int getIndexesCount()
       The indexes.
       
      repeated .google.datastore.admin.v1.Index indexes = 1;
    • getIndexesOrBuilderList

      List<? extends IndexOrBuilder> getIndexesOrBuilderList()
       The indexes.
       
      repeated .google.datastore.admin.v1.Index indexes = 1;
    • getIndexesOrBuilder

      IndexOrBuilder getIndexesOrBuilder(int index)
       The indexes.
       
      repeated .google.datastore.admin.v1.Index indexes = 1;
    • getNextPageToken

      String getNextPageToken()
       The standard List next-page token.
       
      string next_page_token = 2;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       The standard List next-page token.
       
      string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.