Uses of Class
com.google.bigtable.v2.ReadRowsResponse
-
Packages that use ReadRowsResponse Package Description com.google.bigtable.v2 -
-
Uses of ReadRowsResponse in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return ReadRowsResponse Modifier and Type Method Description ReadRowsResponseReadRowsResponse.Builder. build()ReadRowsResponseReadRowsResponse.Builder. buildPartial()static ReadRowsResponseReadRowsResponse. getDefaultInstance()ReadRowsResponseReadRowsResponse.Builder. getDefaultInstanceForType()ReadRowsResponseReadRowsResponse. getDefaultInstanceForType()static ReadRowsResponseReadRowsResponse. parseDelimitedFrom(InputStream input)static ReadRowsResponseReadRowsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadRowsResponseReadRowsResponse. parseFrom(byte[] data)static ReadRowsResponseReadRowsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadRowsResponseReadRowsResponse. parseFrom(com.google.protobuf.ByteString data)static ReadRowsResponseReadRowsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadRowsResponseReadRowsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ReadRowsResponseReadRowsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadRowsResponseReadRowsResponse. parseFrom(InputStream input)static ReadRowsResponseReadRowsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadRowsResponseReadRowsResponse. parseFrom(ByteBuffer data)static ReadRowsResponseReadRowsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.bigtable.v2 that return types with arguments of type ReadRowsResponse Modifier and Type Method Description com.google.protobuf.Parser<ReadRowsResponse>ReadRowsResponse. getParserForType()static io.grpc.MethodDescriptor<ReadRowsRequest,ReadRowsResponse>BigtableGrpc. getReadRowsMethod()static com.google.protobuf.Parser<ReadRowsResponse>ReadRowsResponse. parser()Iterator<ReadRowsResponse>BigtableGrpc.BigtableBlockingStub. readRows(ReadRowsRequest request)Streams back the contents of all requested rows in key order, optionally applying the same Reader filter to each.Methods in com.google.bigtable.v2 with parameters of type ReadRowsResponse Modifier and Type Method Description ReadRowsResponse.BuilderReadRowsResponse.Builder. mergeFrom(ReadRowsResponse other)static ReadRowsResponse.BuilderReadRowsResponse. newBuilder(ReadRowsResponse prototype)Method parameters in com.google.bigtable.v2 with type arguments of type ReadRowsResponse Modifier and Type Method Description default voidBigtableGrpc.AsyncService. readRows(ReadRowsRequest request, io.grpc.stub.StreamObserver<ReadRowsResponse> responseObserver)Streams back the contents of all requested rows in key order, optionally applying the same Reader filter to each.voidBigtableGrpc.BigtableStub. readRows(ReadRowsRequest request, io.grpc.stub.StreamObserver<ReadRowsResponse> responseObserver)Streams back the contents of all requested rows in key order, optionally applying the same Reader filter to each.
-