Package com.google.bigtable.v2
Class BigtableGrpc
- java.lang.Object
-
- com.google.bigtable.v2.BigtableGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/bigtable/v2/bigtable.proto") public final class BigtableGrpc extends Object
Service for reading from and writing to existing Bigtable tables.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBigtableGrpc.AsyncServiceService for reading from and writing to existing Bigtable tables.static classBigtableGrpc.BigtableBlockingStubA stub to allow clients to do synchronous rpc calls to service Bigtable.static classBigtableGrpc.BigtableFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service Bigtable.static classBigtableGrpc.BigtableImplBaseBase class for the server implementation of the service Bigtable.static classBigtableGrpc.BigtableStubA stub to allow clients to do asynchronous rpc calls to service Bigtable.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getReadRowsMethod
public static io.grpc.MethodDescriptor<ReadRowsRequest,ReadRowsResponse> getReadRowsMethod()
-
getSampleRowKeysMethod
public static io.grpc.MethodDescriptor<SampleRowKeysRequest,SampleRowKeysResponse> getSampleRowKeysMethod()
-
getMutateRowMethod
public static io.grpc.MethodDescriptor<MutateRowRequest,MutateRowResponse> getMutateRowMethod()
-
getMutateRowsMethod
public static io.grpc.MethodDescriptor<MutateRowsRequest,MutateRowsResponse> getMutateRowsMethod()
-
getCheckAndMutateRowMethod
public static io.grpc.MethodDescriptor<CheckAndMutateRowRequest,CheckAndMutateRowResponse> getCheckAndMutateRowMethod()
-
getPingAndWarmMethod
public static io.grpc.MethodDescriptor<PingAndWarmRequest,PingAndWarmResponse> getPingAndWarmMethod()
-
getReadModifyWriteRowMethod
public static io.grpc.MethodDescriptor<ReadModifyWriteRowRequest,ReadModifyWriteRowResponse> getReadModifyWriteRowMethod()
-
getGenerateInitialChangeStreamPartitionsMethod
public static io.grpc.MethodDescriptor<GenerateInitialChangeStreamPartitionsRequest,GenerateInitialChangeStreamPartitionsResponse> getGenerateInitialChangeStreamPartitionsMethod()
-
getReadChangeStreamMethod
public static io.grpc.MethodDescriptor<ReadChangeStreamRequest,ReadChangeStreamResponse> getReadChangeStreamMethod()
-
newStub
public static BigtableGrpc.BigtableStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static BigtableGrpc.BigtableBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static BigtableGrpc.BigtableFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(BigtableGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-