Package com.google.firestore.v1
Class FirestoreGrpc
java.lang.Object
com.google.firestore.v1.FirestoreGrpc
@Generated(value="by gRPC proto compiler",
comments="Source: google/firestore/v1/firestore.proto")
public final class FirestoreGrpc
extends Object
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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceThe Cloud Firestore service.static final classA stub to allow clients to do synchronous rpc calls to service Firestore.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service Firestore.static classBase class for the server implementation of the service Firestore.static final classA stub to allow clients to do asynchronous rpc calls to service Firestore. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionbindService(FirestoreGrpc.AsyncService service) static io.grpc.MethodDescriptor<BatchGetDocumentsRequest,BatchGetDocumentsResponse> static io.grpc.MethodDescriptor<BatchWriteRequest,BatchWriteResponse> static io.grpc.MethodDescriptor<BeginTransactionRequest,BeginTransactionResponse> static io.grpc.MethodDescriptor<CommitRequest,CommitResponse> static io.grpc.MethodDescriptor<CreateDocumentRequest,Document> static io.grpc.MethodDescriptor<DeleteDocumentRequest,com.google.protobuf.Empty> static io.grpc.MethodDescriptor<GetDocumentRequest,Document> static io.grpc.MethodDescriptor<ListCollectionIdsRequest,ListCollectionIdsResponse> static io.grpc.MethodDescriptor<ListDocumentsRequest,ListDocumentsResponse> static io.grpc.MethodDescriptor<ListenRequest,ListenResponse> static io.grpc.MethodDescriptor<PartitionQueryRequest,PartitionQueryResponse> static io.grpc.MethodDescriptor<RollbackRequest,com.google.protobuf.Empty> static io.grpc.MethodDescriptor<RunAggregationQueryRequest,RunAggregationQueryResponse> static io.grpc.MethodDescriptor<RunQueryRequest,RunQueryResponse> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<UpdateDocumentRequest,Document> static io.grpc.MethodDescriptor<WriteRequest,WriteResponse> newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic FirestoreGrpc.FirestoreStubnewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getGetDocumentMethod
-
getListDocumentsMethod
public static io.grpc.MethodDescriptor<ListDocumentsRequest,ListDocumentsResponse> getListDocumentsMethod() -
getUpdateDocumentMethod
-
getDeleteDocumentMethod
public static io.grpc.MethodDescriptor<DeleteDocumentRequest,com.google.protobuf.Empty> getDeleteDocumentMethod() -
getBatchGetDocumentsMethod
public static io.grpc.MethodDescriptor<BatchGetDocumentsRequest,BatchGetDocumentsResponse> getBatchGetDocumentsMethod() -
getBeginTransactionMethod
public static io.grpc.MethodDescriptor<BeginTransactionRequest,BeginTransactionResponse> getBeginTransactionMethod() -
getCommitMethod
-
getRollbackMethod
public static io.grpc.MethodDescriptor<RollbackRequest,com.google.protobuf.Empty> getRollbackMethod() -
getRunQueryMethod
-
getRunAggregationQueryMethod
public static io.grpc.MethodDescriptor<RunAggregationQueryRequest,RunAggregationQueryResponse> getRunAggregationQueryMethod() -
getPartitionQueryMethod
public static io.grpc.MethodDescriptor<PartitionQueryRequest,PartitionQueryResponse> getPartitionQueryMethod() -
getWriteMethod
-
getListenMethod
-
getListCollectionIdsMethod
public static io.grpc.MethodDescriptor<ListCollectionIdsRequest,ListCollectionIdsResponse> getListCollectionIdsMethod() -
getBatchWriteMethod
-
getCreateDocumentMethod
-
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-