public interface ListDocumentsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Document |
getDocuments(int index)
The Documents found.
|
int |
getDocumentsCount()
The Documents found.
|
java.util.List<Document> |
getDocumentsList()
The Documents found.
|
DocumentOrBuilder |
getDocumentsOrBuilder(int index)
The Documents found.
|
java.util.List<? extends DocumentOrBuilder> |
getDocumentsOrBuilderList()
The Documents found.
|
java.lang.String |
getNextPageToken()
The next page token.
|
ByteString |
getNextPageTokenBytes()
The next page token.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<Document> getDocumentsList()
The Documents found.
repeated .google.firestore.v1beta1.Document documents = 1;
Document getDocuments(int index)
The Documents found.
repeated .google.firestore.v1beta1.Document documents = 1;
int getDocumentsCount()
The Documents found.
repeated .google.firestore.v1beta1.Document documents = 1;
java.util.List<? extends DocumentOrBuilder> getDocumentsOrBuilderList()
The Documents found.
repeated .google.firestore.v1beta1.Document documents = 1;
DocumentOrBuilder getDocumentsOrBuilder(int index)
The Documents found.
repeated .google.firestore.v1beta1.Document documents = 1;
java.lang.String getNextPageToken()
The next page token.
string next_page_token = 2;
ByteString getNextPageTokenBytes()
The next page token.
string next_page_token = 2;