@Generated(value="by gRPC proto compiler (version 1.2.0)",
comments="Source: google/datastore/v1/datastore.proto")
public final class DatastoreGrpc
extends java.lang.Object
Each RPC normalizes the partition IDs of the keys in its input entities, and always returns entities with keys with normalized partition IDs. This applies to all keys and entities, including those in values, except keys with both an empty path and an empty or unset partition ID. Normalization of input keys sets the project ID (if not already set) to the project ID from the request.
Modifier and Type | Class and Description |
---|---|
static class |
DatastoreGrpc.DatastoreBlockingStub
Each RPC normalizes the partition IDs of the keys in its input entities,
and always returns entities with keys with normalized partition IDs.
|
static class |
DatastoreGrpc.DatastoreFutureStub
Each RPC normalizes the partition IDs of the keys in its input entities,
and always returns entities with keys with normalized partition IDs.
|
static class |
DatastoreGrpc.DatastoreImplBase
Each RPC normalizes the partition IDs of the keys in its input entities,
and always returns entities with keys with normalized partition IDs.
|
static class |
DatastoreGrpc.DatastoreStub
Each RPC normalizes the partition IDs of the keys in its input entities,
and always returns entities with keys with normalized partition IDs.
|
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<AllocateIdsRequest,AllocateIdsResponse> |
METHOD_ALLOCATE_IDS |
static io.grpc.MethodDescriptor<BeginTransactionRequest,BeginTransactionResponse> |
METHOD_BEGIN_TRANSACTION |
static io.grpc.MethodDescriptor<CommitRequest,CommitResponse> |
METHOD_COMMIT |
static io.grpc.MethodDescriptor<LookupRequest,LookupResponse> |
METHOD_LOOKUP |
static io.grpc.MethodDescriptor<ReserveIdsRequest,ReserveIdsResponse> |
METHOD_RESERVE_IDS |
static io.grpc.MethodDescriptor<RollbackRequest,RollbackResponse> |
METHOD_ROLLBACK |
static io.grpc.MethodDescriptor<RunQueryRequest,RunQueryResponse> |
METHOD_RUN_QUERY |
static java.lang.String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static DatastoreGrpc.DatastoreBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static DatastoreGrpc.DatastoreFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
|
static DatastoreGrpc.DatastoreStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final java.lang.String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<LookupRequest,LookupResponse> METHOD_LOOKUP
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<RunQueryRequest,RunQueryResponse> METHOD_RUN_QUERY
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<BeginTransactionRequest,BeginTransactionResponse> METHOD_BEGIN_TRANSACTION
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<CommitRequest,CommitResponse> METHOD_COMMIT
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<RollbackRequest,RollbackResponse> METHOD_ROLLBACK
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<AllocateIdsRequest,AllocateIdsResponse> METHOD_ALLOCATE_IDS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ReserveIdsRequest,ReserveIdsResponse> METHOD_RESERVE_IDS
public static DatastoreGrpc.DatastoreStub newStub(io.grpc.Channel channel)
public static DatastoreGrpc.DatastoreBlockingStub newBlockingStub(io.grpc.Channel channel)
public static DatastoreGrpc.DatastoreFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()