@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.
| 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 String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<CheckAndMutateRowRequest,CheckAndMutateRowResponse> |
getCheckAndMutateRowMethod() |
static io.grpc.MethodDescriptor<MutateRowRequest,MutateRowResponse> |
getMutateRowMethod() |
static io.grpc.MethodDescriptor<MutateRowsRequest,MutateRowsResponse> |
getMutateRowsMethod() |
static io.grpc.MethodDescriptor<PingAndWarmRequest,PingAndWarmResponse> |
getPingAndWarmMethod() |
static io.grpc.MethodDescriptor<ReadModifyWriteRowRequest,ReadModifyWriteRowResponse> |
getReadModifyWriteRowMethod() |
static io.grpc.MethodDescriptor<ReadRowsRequest,ReadRowsResponse> |
getReadRowsMethod() |
static io.grpc.MethodDescriptor<SampleRowKeysRequest,SampleRowKeysResponse> |
getSampleRowKeysMethod() |
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 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 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 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()
Copyright © 2022 Google LLC. All rights reserved.