Interface ListDocumentsResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getDocuments(int index)
    The Documents found.
    int
    The Documents found.
    The Documents found.
    The Documents found.
    The Documents found.
    A token to retrieve the next page of documents.
    com.google.protobuf.ByteString
    A token to retrieve the next page of documents.

    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

    • getDocumentsList

      List<Document> getDocumentsList()
       The Documents found.
       
      repeated .google.firestore.v1.Document documents = 1;
    • getDocuments

      Document getDocuments(int index)
       The Documents found.
       
      repeated .google.firestore.v1.Document documents = 1;
    • getDocumentsCount

      int getDocumentsCount()
       The Documents found.
       
      repeated .google.firestore.v1.Document documents = 1;
    • getDocumentsOrBuilderList

      List<? extends DocumentOrBuilder> getDocumentsOrBuilderList()
       The Documents found.
       
      repeated .google.firestore.v1.Document documents = 1;
    • getDocumentsOrBuilder

      DocumentOrBuilder getDocumentsOrBuilder(int index)
       The Documents found.
       
      repeated .google.firestore.v1.Document documents = 1;
    • getNextPageToken

      String getNextPageToken()
       A token to retrieve the next page of documents.
      
       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 to retrieve the next page of documents.
      
       If this field is omitted, there are no subsequent pages.
       
      string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.