public interface ListDocumentsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Document |
getDocuments(int index)
The Documents found.
|
int |
getDocumentsCount()
The Documents found.
|
List<Document> |
getDocumentsList()
The Documents found.
|
DocumentOrBuilder |
getDocumentsOrBuilder(int index)
The Documents found.
|
List<? extends DocumentOrBuilder> |
getDocumentsOrBuilderList()
The Documents found.
|
String |
getNextPageToken()
The next page token.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
The next page token.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Document> getDocumentsList()
The Documents found.
repeated .google.firestore.v1.Document documents = 1;Document getDocuments(int index)
The Documents found.
repeated .google.firestore.v1.Document documents = 1;int getDocumentsCount()
The Documents found.
repeated .google.firestore.v1.Document documents = 1;List<? extends DocumentOrBuilder> getDocumentsOrBuilderList()
The Documents found.
repeated .google.firestore.v1.Document documents = 1;DocumentOrBuilder getDocumentsOrBuilder(int index)
The Documents found.
repeated .google.firestore.v1.Document documents = 1;String getNextPageToken()
The next page token.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
The next page token.
string next_page_token = 2;Copyright © 2019 Google LLC. All rights reserved.