@Generated(value="by gRPC proto compiler (version 1.2.0)",
comments="Source: google/bigtable/v2/bigtable.proto")
public final class BigtableGrpc
extends java.lang.Object
Service for reading from and writing to existing Bigtable tables.
Modifier and Type | Class and Description |
---|---|
static class |
BigtableGrpc.BigtableBlockingStub
Service for reading from and writing to existing Bigtable tables.
|
static class |
BigtableGrpc.BigtableFutureStub
Service for reading from and writing to existing Bigtable tables.
|
static class |
BigtableGrpc.BigtableImplBase
Service for reading from and writing to existing Bigtable tables.
|
static class |
BigtableGrpc.BigtableStub
Service for reading from and writing to existing Bigtable tables.
|
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<CheckAndMutateRowRequest,CheckAndMutateRowResponse> |
METHOD_CHECK_AND_MUTATE_ROW |
static io.grpc.MethodDescriptor<MutateRowRequest,MutateRowResponse> |
METHOD_MUTATE_ROW |
static io.grpc.MethodDescriptor<MutateRowsRequest,MutateRowsResponse> |
METHOD_MUTATE_ROWS |
static io.grpc.MethodDescriptor<ReadModifyWriteRowRequest,ReadModifyWriteRowResponse> |
METHOD_READ_MODIFY_WRITE_ROW |
static io.grpc.MethodDescriptor<ReadRowsRequest,ReadRowsResponse> |
METHOD_READ_ROWS |
static io.grpc.MethodDescriptor<SampleRowKeysRequest,SampleRowKeysResponse> |
METHOD_SAMPLE_ROW_KEYS |
static java.lang.String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static BigtableGrpc.BigtableBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static BigtableGrpc.BigtableFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
|
static BigtableGrpc.BigtableStub |
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<ReadRowsRequest,ReadRowsResponse> METHOD_READ_ROWS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<SampleRowKeysRequest,SampleRowKeysResponse> METHOD_SAMPLE_ROW_KEYS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<MutateRowRequest,MutateRowResponse> METHOD_MUTATE_ROW
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<MutateRowsRequest,MutateRowsResponse> METHOD_MUTATE_ROWS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<CheckAndMutateRowRequest,CheckAndMutateRowResponse> METHOD_CHECK_AND_MUTATE_ROW
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ReadModifyWriteRowRequest,ReadModifyWriteRowResponse> METHOD_READ_MODIFY_WRITE_ROW
public static BigtableGrpc.BigtableStub newStub(io.grpc.Channel channel)
public static BigtableGrpc.BigtableBlockingStub newBlockingStub(io.grpc.Channel channel)
public static BigtableGrpc.BigtableFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()