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 ReadRowsResponse
ReadRowsResponse.Builder. build()
ReadRowsResponse
ReadRowsResponse.Builder. buildPartial()
static ReadRowsResponse
ReadRowsResponse. getDefaultInstance()
ReadRowsResponse
ReadRowsResponse.Builder. getDefaultInstanceForType()
ReadRowsResponse
ReadRowsResponse. getDefaultInstanceForType()
static ReadRowsResponse
ReadRowsResponse. parseDelimitedFrom(InputStream input)
static ReadRowsResponse
ReadRowsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadRowsResponse
ReadRowsResponse. parseFrom(byte[] data)
static ReadRowsResponse
ReadRowsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadRowsResponse
ReadRowsResponse. parseFrom(com.google.protobuf.ByteString data)
static ReadRowsResponse
ReadRowsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadRowsResponse
ReadRowsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ReadRowsResponse
ReadRowsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadRowsResponse
ReadRowsResponse. parseFrom(InputStream input)
static ReadRowsResponse
ReadRowsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadRowsResponse
ReadRowsResponse. parseFrom(ByteBuffer data)
static ReadRowsResponse
ReadRowsResponse. 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.Builder
ReadRowsResponse.Builder. mergeFrom(ReadRowsResponse other)
static ReadRowsResponse.Builder
ReadRowsResponse. newBuilder(ReadRowsResponse prototype)
Method parameters in com.google.bigtable.v2 with type arguments of type ReadRowsResponse Modifier and Type Method Description default void
BigtableGrpc.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.void
BigtableGrpc.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.
-