Index
All Classes and Interfaces|All Packages|Constant Field Values
B
- batchGetDocuments(BatchGetDocumentsRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreBlockingStub
-
Gets multiple documents.
- batchGetDocuments(BatchGetDocumentsRequest, StreamObserver<BatchGetDocumentsResponse>) - Method in interface com.google.firestore.v1.FirestoreGrpc.AsyncService
-
Gets multiple documents.
- batchGetDocuments(BatchGetDocumentsRequest, StreamObserver<BatchGetDocumentsResponse>) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreStub
-
Gets multiple documents.
- batchWrite(BatchWriteRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreBlockingStub
-
Applies a batch of write operations.
- batchWrite(BatchWriteRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreFutureStub
-
Applies a batch of write operations.
- batchWrite(BatchWriteRequest, StreamObserver<BatchWriteResponse>) - Method in interface com.google.firestore.v1.FirestoreGrpc.AsyncService
-
Applies a batch of write operations.
- batchWrite(BatchWriteRequest, StreamObserver<BatchWriteResponse>) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreStub
-
Applies a batch of write operations.
- beginTransaction(BeginTransactionRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreBlockingStub
-
Starts a new transaction.
- beginTransaction(BeginTransactionRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreFutureStub
-
Starts a new transaction.
- beginTransaction(BeginTransactionRequest, StreamObserver<BeginTransactionResponse>) - Method in interface com.google.firestore.v1.FirestoreGrpc.AsyncService
-
Starts a new transaction.
- beginTransaction(BeginTransactionRequest, StreamObserver<BeginTransactionResponse>) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreStub
-
Starts a new transaction.
- bindService() - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreImplBase
- bindService(FirestoreGrpc.AsyncService) - Static method in class com.google.firestore.v1.FirestoreGrpc
- build(Channel, CallOptions) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreBlockingStub
- build(Channel, CallOptions) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreFutureStub
- build(Channel, CallOptions) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreStub
C
- com.google.firestore.v1 - package com.google.firestore.v1
- commit(CommitRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreBlockingStub
-
Commits a transaction, while optionally updating documents.
- commit(CommitRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreFutureStub
-
Commits a transaction, while optionally updating documents.
- commit(CommitRequest, StreamObserver<CommitResponse>) - Method in interface com.google.firestore.v1.FirestoreGrpc.AsyncService
-
Commits a transaction, while optionally updating documents.
- commit(CommitRequest, StreamObserver<CommitResponse>) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreStub
-
Commits a transaction, while optionally updating documents.
- createDocument(CreateDocumentRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreBlockingStub
-
Creates a new document.
- createDocument(CreateDocumentRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreFutureStub
-
Creates a new document.
- createDocument(CreateDocumentRequest, StreamObserver<Document>) - Method in interface com.google.firestore.v1.FirestoreGrpc.AsyncService
-
Creates a new document.
- createDocument(CreateDocumentRequest, StreamObserver<Document>) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreStub
-
Creates a new document.
D
- deleteDocument(DeleteDocumentRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreBlockingStub
-
Deletes a document.
- deleteDocument(DeleteDocumentRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreFutureStub
-
Deletes a document.
- deleteDocument(DeleteDocumentRequest, StreamObserver<Empty>) - Method in interface com.google.firestore.v1.FirestoreGrpc.AsyncService
-
Deletes a document.
- deleteDocument(DeleteDocumentRequest, StreamObserver<Empty>) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreStub
-
Deletes a document.
F
- FirestoreGrpc - Class in com.google.firestore.v1
-
The Cloud Firestore service.
- FirestoreGrpc.AsyncService - Interface in com.google.firestore.v1
-
The Cloud Firestore service.
- FirestoreGrpc.FirestoreBlockingStub - Class in com.google.firestore.v1
-
A stub to allow clients to do synchronous rpc calls to service Firestore.
- FirestoreGrpc.FirestoreFutureStub - Class in com.google.firestore.v1
-
A stub to allow clients to do ListenableFuture-style rpc calls to service Firestore.
- FirestoreGrpc.FirestoreImplBase - Class in com.google.firestore.v1
-
Base class for the server implementation of the service Firestore.
- FirestoreGrpc.FirestoreStub - Class in com.google.firestore.v1
-
A stub to allow clients to do asynchronous rpc calls to service Firestore.
- FirestoreImplBase() - Constructor for class com.google.firestore.v1.FirestoreGrpc.FirestoreImplBase
G
- getBatchGetDocumentsMethod() - Static method in class com.google.firestore.v1.FirestoreGrpc
- getBatchWriteMethod() - Static method in class com.google.firestore.v1.FirestoreGrpc
- getBeginTransactionMethod() - Static method in class com.google.firestore.v1.FirestoreGrpc
- getCommitMethod() - Static method in class com.google.firestore.v1.FirestoreGrpc
- getCreateDocumentMethod() - Static method in class com.google.firestore.v1.FirestoreGrpc
- getDeleteDocumentMethod() - Static method in class com.google.firestore.v1.FirestoreGrpc
- getDocument(GetDocumentRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreBlockingStub
-
Gets a single document.
- getDocument(GetDocumentRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreFutureStub
-
Gets a single document.
- getDocument(GetDocumentRequest, StreamObserver<Document>) - Method in interface com.google.firestore.v1.FirestoreGrpc.AsyncService
-
Gets a single document.
- getDocument(GetDocumentRequest, StreamObserver<Document>) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreStub
-
Gets a single document.
- getGetDocumentMethod() - Static method in class com.google.firestore.v1.FirestoreGrpc
- getListCollectionIdsMethod() - Static method in class com.google.firestore.v1.FirestoreGrpc
- getListDocumentsMethod() - Static method in class com.google.firestore.v1.FirestoreGrpc
- getListenMethod() - Static method in class com.google.firestore.v1.FirestoreGrpc
- getPartitionQueryMethod() - Static method in class com.google.firestore.v1.FirestoreGrpc
- getRollbackMethod() - Static method in class com.google.firestore.v1.FirestoreGrpc
- getRunAggregationQueryMethod() - Static method in class com.google.firestore.v1.FirestoreGrpc
- getRunQueryMethod() - Static method in class com.google.firestore.v1.FirestoreGrpc
- getServiceDescriptor() - Static method in class com.google.firestore.v1.FirestoreGrpc
- getUpdateDocumentMethod() - Static method in class com.google.firestore.v1.FirestoreGrpc
- getWriteMethod() - Static method in class com.google.firestore.v1.FirestoreGrpc
L
- listCollectionIds(ListCollectionIdsRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreBlockingStub
-
Lists all the collection IDs underneath a document.
- listCollectionIds(ListCollectionIdsRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreFutureStub
-
Lists all the collection IDs underneath a document.
- listCollectionIds(ListCollectionIdsRequest, StreamObserver<ListCollectionIdsResponse>) - Method in interface com.google.firestore.v1.FirestoreGrpc.AsyncService
-
Lists all the collection IDs underneath a document.
- listCollectionIds(ListCollectionIdsRequest, StreamObserver<ListCollectionIdsResponse>) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreStub
-
Lists all the collection IDs underneath a document.
- listDocuments(ListDocumentsRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreBlockingStub
-
Lists documents.
- listDocuments(ListDocumentsRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreFutureStub
-
Lists documents.
- listDocuments(ListDocumentsRequest, StreamObserver<ListDocumentsResponse>) - Method in interface com.google.firestore.v1.FirestoreGrpc.AsyncService
-
Lists documents.
- listDocuments(ListDocumentsRequest, StreamObserver<ListDocumentsResponse>) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreStub
-
Lists documents.
- listen(StreamObserver<ListenResponse>) - Method in interface com.google.firestore.v1.FirestoreGrpc.AsyncService
-
Listens to changes.
- listen(StreamObserver<ListenResponse>) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreStub
-
Listens to changes.
N
- newBlockingStub(Channel) - Static method in class com.google.firestore.v1.FirestoreGrpc
-
Creates a new blocking-style stub that supports unary and streaming output calls on the service
- newFutureStub(Channel) - Static method in class com.google.firestore.v1.FirestoreGrpc
-
Creates a new ListenableFuture-style stub that supports unary calls on the service
- newStub(Channel) - Static method in class com.google.firestore.v1.FirestoreGrpc
-
Creates a new async stub that supports all call types for the service
P
- partitionQuery(PartitionQueryRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreBlockingStub
-
Partitions a query by returning partition cursors that can be used to run the query in parallel.
- partitionQuery(PartitionQueryRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreFutureStub
-
Partitions a query by returning partition cursors that can be used to run the query in parallel.
- partitionQuery(PartitionQueryRequest, StreamObserver<PartitionQueryResponse>) - Method in interface com.google.firestore.v1.FirestoreGrpc.AsyncService
-
Partitions a query by returning partition cursors that can be used to run the query in parallel.
- partitionQuery(PartitionQueryRequest, StreamObserver<PartitionQueryResponse>) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreStub
-
Partitions a query by returning partition cursors that can be used to run the query in parallel.
R
- rollback(RollbackRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreBlockingStub
-
Rolls back a transaction.
- rollback(RollbackRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreFutureStub
-
Rolls back a transaction.
- rollback(RollbackRequest, StreamObserver<Empty>) - Method in interface com.google.firestore.v1.FirestoreGrpc.AsyncService
-
Rolls back a transaction.
- rollback(RollbackRequest, StreamObserver<Empty>) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreStub
-
Rolls back a transaction.
- runAggregationQuery(RunAggregationQueryRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreBlockingStub
-
Runs an aggregation query.
- runAggregationQuery(RunAggregationQueryRequest, StreamObserver<RunAggregationQueryResponse>) - Method in interface com.google.firestore.v1.FirestoreGrpc.AsyncService
-
Runs an aggregation query.
- runAggregationQuery(RunAggregationQueryRequest, StreamObserver<RunAggregationQueryResponse>) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreStub
-
Runs an aggregation query.
- runQuery(RunQueryRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreBlockingStub
-
Runs a query.
- runQuery(RunQueryRequest, StreamObserver<RunQueryResponse>) - Method in interface com.google.firestore.v1.FirestoreGrpc.AsyncService
-
Runs a query.
- runQuery(RunQueryRequest, StreamObserver<RunQueryResponse>) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreStub
-
Runs a query.
S
- SERVICE_NAME - Static variable in class com.google.firestore.v1.FirestoreGrpc
U
- updateDocument(UpdateDocumentRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreBlockingStub
-
Updates or inserts a document.
- updateDocument(UpdateDocumentRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreFutureStub
-
Updates or inserts a document.
- updateDocument(UpdateDocumentRequest, StreamObserver<Document>) - Method in interface com.google.firestore.v1.FirestoreGrpc.AsyncService
-
Updates or inserts a document.
- updateDocument(UpdateDocumentRequest, StreamObserver<Document>) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreStub
-
Updates or inserts a document.
W
- write(StreamObserver<WriteResponse>) - Method in interface com.google.firestore.v1.FirestoreGrpc.AsyncService
-
Streams batches of document updates and deletes, in order.
- write(StreamObserver<WriteResponse>) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreStub
-
Streams batches of document updates and deletes, in order.
All Classes and Interfaces|All Packages|Constant Field Values