public class GrpcFirestoreStub extends FirestoreStub
gRPC stub implementation for the Firestore service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final GrpcFirestoreStub create(ClientContext clientContext)
Parameter
Returns
Exceptions
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcFirestoreStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters
Returns
Exceptions
create(FirestoreStubSettings settings)
public static final GrpcFirestoreStub create(FirestoreStubSettings settings)
Parameter
Returns
Exceptions
Constructors
GrpcFirestoreStub(FirestoreStubSettings settings, ClientContext clientContext)
protected GrpcFirestoreStub(FirestoreStubSettings settings, ClientContext clientContext)
Constructs an instance of GrpcFirestoreStub, using the given settings. This is protected so
that it is easy to make a subclass, but otherwise, the static factory methods should be
preferred.
Parameters
GrpcFirestoreStub(FirestoreStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcFirestoreStub(FirestoreStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcFirestoreStub, using the given settings. This is protected so
that it is easy to make a subclass, but otherwise, the static factory methods should be
preferred.
Parameters
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Returns
Exceptions
batchGetDocumentsCallable()
public ServerStreamingCallable<BatchGetDocumentsRequest,BatchGetDocumentsResponse> batchGetDocumentsCallable()
Returns
Overrides
batchWriteCallable()
public UnaryCallable<BatchWriteRequest,BatchWriteResponse> batchWriteCallable()
Returns
Overrides
beginTransactionCallable()
public UnaryCallable<BeginTransactionRequest,BeginTransactionResponse> beginTransactionCallable()
Returns
Overrides
close()
public final void close()
Overrides
commitCallable()
public UnaryCallable<CommitRequest,CommitResponse> commitCallable()
Returns
Overrides
createDocumentCallable()
public UnaryCallable<CreateDocumentRequest,Document> createDocumentCallable()
Returns
Overrides
deleteDocumentCallable()
public UnaryCallable<DeleteDocumentRequest,Empty> deleteDocumentCallable()
Returns
Overrides
getDocumentCallable()
public UnaryCallable<GetDocumentRequest,Document> getDocumentCallable()
Returns
Overrides
getOperationsStub()
public GrpcOperationsStub getOperationsStub()
Returns
isShutdown()
public boolean isShutdown()
Returns
isTerminated()
public boolean isTerminated()
Returns
listCollectionIdsCallable()
public UnaryCallable<ListCollectionIdsRequest,ListCollectionIdsResponse> listCollectionIdsCallable()
Returns
Overrides
listCollectionIdsPagedCallable()
public UnaryCallable<ListCollectionIdsRequest,FirestoreClient.ListCollectionIdsPagedResponse> listCollectionIdsPagedCallable()
Returns
Overrides
listDocumentsCallable()
public UnaryCallable<ListDocumentsRequest,ListDocumentsResponse> listDocumentsCallable()
Returns
Overrides
listDocumentsPagedCallable()
public UnaryCallable<ListDocumentsRequest,FirestoreClient.ListDocumentsPagedResponse> listDocumentsPagedCallable()
Returns
Overrides
listenCallable()
public BidiStreamingCallable<ListenRequest,ListenResponse> listenCallable()
Returns
Overrides
partitionQueryCallable()
public UnaryCallable<PartitionQueryRequest,PartitionQueryResponse> partitionQueryCallable()
Returns
Overrides
partitionQueryPagedCallable()
public UnaryCallable<PartitionQueryRequest,FirestoreClient.PartitionQueryPagedResponse> partitionQueryPagedCallable()
Returns
Overrides
rollbackCallable()
public UnaryCallable<RollbackRequest,Empty> rollbackCallable()
Returns
Overrides
runAggregationQueryCallable()
public ServerStreamingCallable<RunAggregationQueryRequest,RunAggregationQueryResponse> runAggregationQueryCallable()
Returns
Overrides
runQueryCallable()
public ServerStreamingCallable<RunQueryRequest,RunQueryResponse> runQueryCallable()
Returns
Overrides
shutdown()
shutdownNow()
public void shutdownNow()
updateDocumentCallable()
public UnaryCallable<UpdateDocumentRequest,Document> updateDocumentCallable()
Returns
Overrides
writeCallable()
public BidiStreamingCallable<WriteRequest,WriteResponse> writeCallable()
Returns
Overrides