public final class BigtableGrpc extends Object
Service for reading from and writing to existing Bigtable tables.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BigtableGrpc.AsyncService
Service for reading from and writing to existing Bigtable tables.
|
static class |
BigtableGrpc.BigtableBlockingStub
A stub to allow clients to do limited synchronous rpc calls to service Bigtable.
|
static class |
BigtableGrpc.BigtableBlockingV2Stub
A stub to allow clients to do synchronous rpc calls to service Bigtable.
|
static class |
BigtableGrpc.BigtableFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Bigtable.
|
static class |
BigtableGrpc.BigtableImplBase
Base class for the server implementation of the service Bigtable.
|
static class |
BigtableGrpc.BigtableStub
A stub to allow clients to do asynchronous rpc calls to service Bigtable.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<ReadRowsRequest,ReadRowsResponse> getReadRowsMethod()
public static io.grpc.MethodDescriptor<SampleRowKeysRequest,SampleRowKeysResponse> getSampleRowKeysMethod()
public static io.grpc.MethodDescriptor<MutateRowRequest,MutateRowResponse> getMutateRowMethod()
public static io.grpc.MethodDescriptor<MutateRowsRequest,MutateRowsResponse> getMutateRowsMethod()
public static io.grpc.MethodDescriptor<CheckAndMutateRowRequest,CheckAndMutateRowResponse> getCheckAndMutateRowMethod()
public static io.grpc.MethodDescriptor<PingAndWarmRequest,PingAndWarmResponse> getPingAndWarmMethod()
public static io.grpc.MethodDescriptor<ReadModifyWriteRowRequest,ReadModifyWriteRowResponse> getReadModifyWriteRowMethod()
public static io.grpc.MethodDescriptor<GenerateInitialChangeStreamPartitionsRequest,GenerateInitialChangeStreamPartitionsResponse> getGenerateInitialChangeStreamPartitionsMethod()
public static io.grpc.MethodDescriptor<ReadChangeStreamRequest,ReadChangeStreamResponse> getReadChangeStreamMethod()
public static io.grpc.MethodDescriptor<PrepareQueryRequest,PrepareQueryResponse> getPrepareQueryMethod()
public static io.grpc.MethodDescriptor<ExecuteQueryRequest,ExecuteQueryResponse> getExecuteQueryMethod()
public static io.grpc.MethodDescriptor<GetClientConfigurationRequest,ClientConfiguration> getGetClientConfigurationMethod()
public static io.grpc.MethodDescriptor<SessionRequest,SessionResponse> getOpenTableMethod()
public static io.grpc.MethodDescriptor<SessionRequest,SessionResponse> getOpenAuthorizedViewMethod()
public static io.grpc.MethodDescriptor<SessionRequest,SessionResponse> getOpenMaterializedViewMethod()
public static BigtableGrpc.BigtableStub newStub(io.grpc.Channel channel)
public static BigtableGrpc.BigtableBlockingV2Stub newBlockingV2Stub(io.grpc.Channel channel)
public static BigtableGrpc.BigtableBlockingStub newBlockingStub(io.grpc.Channel channel)
public static BigtableGrpc.BigtableFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(BigtableGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2026 Google LLC. All rights reserved.