@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.
Modifier and Type | Class and Description |
---|---|
static interface |
FirestoreGrpc.AsyncService
The Cloud Firestore service.
|
static class |
FirestoreGrpc.FirestoreBlockingStub
A stub to allow clients to do synchronous rpc calls to service Firestore.
|
static class |
FirestoreGrpc.FirestoreFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Firestore.
|
static class |
FirestoreGrpc.FirestoreImplBase
Base class for the server implementation of the service Firestore.
|
static class |
FirestoreGrpc.FirestoreStub
A stub to allow clients to do asynchronous rpc calls to service Firestore.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.ServerServiceDefinition |
bindService(FirestoreGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<BatchGetDocumentsRequest,BatchGetDocumentsResponse> |
getBatchGetDocumentsMethod() |
static io.grpc.MethodDescriptor<BatchWriteRequest,BatchWriteResponse> |
getBatchWriteMethod() |
static io.grpc.MethodDescriptor<BeginTransactionRequest,BeginTransactionResponse> |
getBeginTransactionMethod() |
static io.grpc.MethodDescriptor<CommitRequest,CommitResponse> |
getCommitMethod() |
static io.grpc.MethodDescriptor<CreateDocumentRequest,Document> |
getCreateDocumentMethod() |
static io.grpc.MethodDescriptor<DeleteDocumentRequest,com.google.protobuf.Empty> |
getDeleteDocumentMethod() |
static io.grpc.MethodDescriptor<GetDocumentRequest,Document> |
getGetDocumentMethod() |
static io.grpc.MethodDescriptor<ListCollectionIdsRequest,ListCollectionIdsResponse> |
getListCollectionIdsMethod() |
static io.grpc.MethodDescriptor<ListDocumentsRequest,ListDocumentsResponse> |
getListDocumentsMethod() |
static io.grpc.MethodDescriptor<ListenRequest,ListenResponse> |
getListenMethod() |
static io.grpc.MethodDescriptor<PartitionQueryRequest,PartitionQueryResponse> |
getPartitionQueryMethod() |
static io.grpc.MethodDescriptor<RollbackRequest,com.google.protobuf.Empty> |
getRollbackMethod() |
static io.grpc.MethodDescriptor<RunAggregationQueryRequest,RunAggregationQueryResponse> |
getRunAggregationQueryMethod() |
static io.grpc.MethodDescriptor<RunQueryRequest,RunQueryResponse> |
getRunQueryMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UpdateDocumentRequest,Document> |
getUpdateDocumentMethod() |
static io.grpc.MethodDescriptor<WriteRequest,WriteResponse> |
getWriteMethod() |
static FirestoreGrpc.FirestoreBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static FirestoreGrpc.FirestoreFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static FirestoreGrpc.FirestoreStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<GetDocumentRequest,Document> getGetDocumentMethod()
public static io.grpc.MethodDescriptor<ListDocumentsRequest,ListDocumentsResponse> getListDocumentsMethod()
public static io.grpc.MethodDescriptor<UpdateDocumentRequest,Document> getUpdateDocumentMethod()
public static io.grpc.MethodDescriptor<DeleteDocumentRequest,com.google.protobuf.Empty> getDeleteDocumentMethod()
public static io.grpc.MethodDescriptor<BatchGetDocumentsRequest,BatchGetDocumentsResponse> getBatchGetDocumentsMethod()
public static io.grpc.MethodDescriptor<BeginTransactionRequest,BeginTransactionResponse> getBeginTransactionMethod()
public static io.grpc.MethodDescriptor<CommitRequest,CommitResponse> getCommitMethod()
public static io.grpc.MethodDescriptor<RollbackRequest,com.google.protobuf.Empty> getRollbackMethod()
public static io.grpc.MethodDescriptor<RunQueryRequest,RunQueryResponse> getRunQueryMethod()
public static io.grpc.MethodDescriptor<RunAggregationQueryRequest,RunAggregationQueryResponse> getRunAggregationQueryMethod()
public static io.grpc.MethodDescriptor<PartitionQueryRequest,PartitionQueryResponse> getPartitionQueryMethod()
public static io.grpc.MethodDescriptor<WriteRequest,WriteResponse> getWriteMethod()
public static io.grpc.MethodDescriptor<ListenRequest,ListenResponse> getListenMethod()
public static io.grpc.MethodDescriptor<ListCollectionIdsRequest,ListCollectionIdsResponse> getListCollectionIdsMethod()
public static io.grpc.MethodDescriptor<BatchWriteRequest,BatchWriteResponse> getBatchWriteMethod()
public static io.grpc.MethodDescriptor<CreateDocumentRequest,Document> getCreateDocumentMethod()
public static FirestoreGrpc.FirestoreStub newStub(io.grpc.Channel channel)
public static FirestoreGrpc.FirestoreBlockingStub newBlockingStub(io.grpc.Channel channel)
public static FirestoreGrpc.FirestoreFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(FirestoreGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.