public class HttpJsonFirestoreStub extends FirestoreStub
REST 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 HttpJsonFirestoreStub create(ClientContext clientContext)
Parameter
Returns
Exceptions
create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
public static final HttpJsonFirestoreStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
Returns
Exceptions
create(FirestoreStubSettings settings)
public static final HttpJsonFirestoreStub create(FirestoreStubSettings settings)
Parameter
Returns
Exceptions
getMethodDescriptors()
public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
Constructors
HttpJsonFirestoreStub(FirestoreStubSettings settings, ClientContext clientContext)
protected HttpJsonFirestoreStub(FirestoreStubSettings settings, ClientContext clientContext)
Constructs an instance of HttpJsonFirestoreStub, 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
HttpJsonFirestoreStub(FirestoreStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
protected HttpJsonFirestoreStub(FirestoreStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonFirestoreStub, 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
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
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