Package com.google.firestore.v1
Class FirestoreGrpc.FirestoreImplBase
java.lang.Object
com.google.firestore.v1.FirestoreGrpc.FirestoreImplBase
- All Implemented Interfaces:
FirestoreGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- FirestoreGrpc
public abstract static class FirestoreGrpc.FirestoreImplBase
extends Object
implements io.grpc.BindableService, FirestoreGrpc.AsyncService
Base class for the server implementation of the service Firestore.
The Cloud Firestore service. Cloud Firestore is a fast, fully managed, serverless, cloud-native NoSQL document database that simplifies storing, syncing, and querying data for your mobile, web, and IoT apps at global scale. Its client libraries provide live synchronization and offline support, while its security features and integrations with Firebase and Google Cloud Platform accelerate building truly serverless apps.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.firestore.v1.FirestoreGrpc.AsyncService
batchGetDocuments, batchWrite, beginTransaction, commit, createDocument, deleteDocument, getDocument, listCollectionIds, listDocuments, listen, partitionQuery, rollback, runAggregationQuery, runQuery, updateDocument, write
-
Constructor Details
-
FirestoreImplBase
public FirestoreImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-