public interface ListDocumentsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDocuments(int index)
public abstract Document getDocuments(int index)
The Documents found.
repeated .google.firestore.v1.Document documents = 1;
Name | Description |
index | int |
Type | Description |
Document |
getDocumentsCount()
public abstract int getDocumentsCount()
The Documents found.
repeated .google.firestore.v1.Document documents = 1;
Type | Description |
int |
getDocumentsList()
public abstract List<Document> getDocumentsList()
The Documents found.
repeated .google.firestore.v1.Document documents = 1;
Type | Description |
List<Document> |
getDocumentsOrBuilder(int index)
public abstract DocumentOrBuilder getDocumentsOrBuilder(int index)
The Documents found.
repeated .google.firestore.v1.Document documents = 1;
Name | Description |
index | int |
Type | Description |
DocumentOrBuilder |
getDocumentsOrBuilderList()
public abstract List<? extends DocumentOrBuilder> getDocumentsOrBuilderList()
The Documents found.
repeated .google.firestore.v1.Document documents = 1;
Type | Description |
List<? extends com.google.firestore.v1.DocumentOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()
The next page token.
string next_page_token = 2;
Type | Description |
String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
The next page token.
string next_page_token = 2;
Type | Description |
ByteString | The bytes for nextPageToken. |