Class BigtableGrpc (2.13.0)

public final class BigtableGrpc

Service for reading from and writing to existing Bigtable tables.

Inheritance

java.lang.Object > BigtableGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

getCheckAndMutateRowMethod()

public static MethodDescriptor<CheckAndMutateRowRequest,CheckAndMutateRowResponse> getCheckAndMutateRowMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CheckAndMutateRowRequest,CheckAndMutateRowResponse>

getMutateRowMethod()

public static MethodDescriptor<MutateRowRequest,MutateRowResponse> getMutateRowMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<MutateRowRequest,MutateRowResponse>

getMutateRowsMethod()

public static MethodDescriptor<MutateRowsRequest,MutateRowsResponse> getMutateRowsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<MutateRowsRequest,MutateRowsResponse>

getPingAndWarmMethod()

public static MethodDescriptor<PingAndWarmRequest,PingAndWarmResponse> getPingAndWarmMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<PingAndWarmRequest,PingAndWarmResponse>

getReadModifyWriteRowMethod()

public static MethodDescriptor<ReadModifyWriteRowRequest,ReadModifyWriteRowResponse> getReadModifyWriteRowMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ReadModifyWriteRowRequest,ReadModifyWriteRowResponse>

getReadRowsMethod()

public static MethodDescriptor<ReadRowsRequest,ReadRowsResponse> getReadRowsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ReadRowsRequest,ReadRowsResponse>

getSampleRowKeysMethod()

public static MethodDescriptor<SampleRowKeysRequest,SampleRowKeysResponse> getSampleRowKeysMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<SampleRowKeysRequest,SampleRowKeysResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

newBlockingStub(Channel channel)

public static BigtableGrpc.BigtableBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
BigtableGrpc.BigtableBlockingStub

newFutureStub(Channel channel)

public static BigtableGrpc.BigtableFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
BigtableGrpc.BigtableFutureStub

newStub(Channel channel)

public static BigtableGrpc.BigtableStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
BigtableGrpc.BigtableStub