Commits


Konstantin Varlamov authored and GitHub committed 0a6f29a7840
gRPC: implement `Datastore::CommitMutations` (#1899) Implements the last missing gRPC call, `Datastore::CommitMutations`. This is not a streaming call, so a new gRPC wrapper, `GrpcUnaryCall`, is added, wrapping `grpc::GenericClientAsyncResponseReader`.