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 SampleRowKeysResponseSampleRowKeysResponse.Builder. build()SampleRowKeysResponseSampleRowKeysResponse.Builder. buildPartial()static SampleRowKeysResponseSampleRowKeysResponse. getDefaultInstance()SampleRowKeysResponseSampleRowKeysResponse.Builder. getDefaultInstanceForType()SampleRowKeysResponseSampleRowKeysResponse. getDefaultInstanceForType()static SampleRowKeysResponseSampleRowKeysResponse. parseDelimitedFrom(InputStream input)static SampleRowKeysResponseSampleRowKeysResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SampleRowKeysResponseSampleRowKeysResponse. parseFrom(byte[] data)static SampleRowKeysResponseSampleRowKeysResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SampleRowKeysResponseSampleRowKeysResponse. parseFrom(com.google.protobuf.ByteString data)static SampleRowKeysResponseSampleRowKeysResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SampleRowKeysResponseSampleRowKeysResponse. parseFrom(com.google.protobuf.CodedInputStream input)static SampleRowKeysResponseSampleRowKeysResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SampleRowKeysResponseSampleRowKeysResponse. parseFrom(InputStream input)static SampleRowKeysResponseSampleRowKeysResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SampleRowKeysResponseSampleRowKeysResponse. parseFrom(ByteBuffer data)static SampleRowKeysResponseSampleRowKeysResponse. 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.BuilderSampleRowKeysResponse.Builder. mergeFrom(SampleRowKeysResponse other)static SampleRowKeysResponse.BuilderSampleRowKeysResponse. newBuilder(SampleRowKeysResponse prototype)Method parameters in com.google.bigtable.v2 with type arguments of type SampleRowKeysResponse Modifier and Type Method Description default voidBigtableGrpc.AsyncService. sampleRowKeys(SampleRowKeysRequest request, io.grpc.stub.StreamObserver<SampleRowKeysResponse> responseObserver)Returns a sample of row keys in the table.voidBigtableGrpc.BigtableStub. sampleRowKeys(SampleRowKeysRequest request, io.grpc.stub.StreamObserver<SampleRowKeysResponse> responseObserver)Returns a sample of row keys in the table.
-