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()
A token to retrieve the next page of documents.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token to retrieve the next page of documents.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<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()
A token to retrieve the next page of documents. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
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;
Copyright © 2023 Google LLC. All rights reserved.