Uses of Class
com.google.bigtable.v2.SampleRowKeysResponse
-
Packages that use SampleRowKeysResponse Package Description com.google.bigtable.v2 -
-
Uses of SampleRowKeysResponse in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return SampleRowKeysResponse Modifier and Type Method Description SampleRowKeysResponse
SampleRowKeysResponse.Builder. build()
SampleRowKeysResponse
SampleRowKeysResponse.Builder. buildPartial()
static SampleRowKeysResponse
SampleRowKeysResponse. getDefaultInstance()
SampleRowKeysResponse
SampleRowKeysResponse.Builder. getDefaultInstanceForType()
SampleRowKeysResponse
SampleRowKeysResponse. getDefaultInstanceForType()
static SampleRowKeysResponse
SampleRowKeysResponse. parseDelimitedFrom(InputStream input)
static SampleRowKeysResponse
SampleRowKeysResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SampleRowKeysResponse
SampleRowKeysResponse. parseFrom(byte[] data)
static SampleRowKeysResponse
SampleRowKeysResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SampleRowKeysResponse
SampleRowKeysResponse. parseFrom(com.google.protobuf.ByteString data)
static SampleRowKeysResponse
SampleRowKeysResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SampleRowKeysResponse
SampleRowKeysResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static SampleRowKeysResponse
SampleRowKeysResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SampleRowKeysResponse
SampleRowKeysResponse. parseFrom(InputStream input)
static SampleRowKeysResponse
SampleRowKeysResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SampleRowKeysResponse
SampleRowKeysResponse. parseFrom(ByteBuffer data)
static SampleRowKeysResponse
SampleRowKeysResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.v2 that return types with arguments of type SampleRowKeysResponse Modifier and Type Method Description com.google.protobuf.Parser<SampleRowKeysResponse>
SampleRowKeysResponse. getParserForType()
static io.grpc.MethodDescriptor<SampleRowKeysRequest,SampleRowKeysResponse>
BigtableGrpc. getSampleRowKeysMethod()
static com.google.protobuf.Parser<SampleRowKeysResponse>
SampleRowKeysResponse. parser()
Iterator<SampleRowKeysResponse>
BigtableGrpc.BigtableBlockingStub. sampleRowKeys(SampleRowKeysRequest request)
Returns a sample of row keys in the table.Methods in com.google.bigtable.v2 with parameters of type SampleRowKeysResponse Modifier and Type Method Description SampleRowKeysResponse.Builder
SampleRowKeysResponse.Builder. mergeFrom(SampleRowKeysResponse other)
static SampleRowKeysResponse.Builder
SampleRowKeysResponse. newBuilder(SampleRowKeysResponse prototype)
Method parameters in com.google.bigtable.v2 with type arguments of type SampleRowKeysResponse Modifier and Type Method Description default void
BigtableGrpc.AsyncService. sampleRowKeys(SampleRowKeysRequest request, io.grpc.stub.StreamObserver<SampleRowKeysResponse> responseObserver)
Returns a sample of row keys in the table.void
BigtableGrpc.BigtableStub. sampleRowKeys(SampleRowKeysRequest request, io.grpc.stub.StreamObserver<SampleRowKeysResponse> responseObserver)
Returns a sample of row keys in the table.
-