Uses of Class
com.google.bigtable.v2.ReadRowsRequest
-
Packages that use ReadRowsRequest Package Description com.google.bigtable.v2 com.google.cloud.bigtable.data.v2.models -
-
Uses of ReadRowsRequest in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return ReadRowsRequest Modifier and Type Method Description ReadRowsRequest
ReadRowsRequest.Builder. build()
ReadRowsRequest
ReadRowsRequest.Builder. buildPartial()
static ReadRowsRequest
ReadRowsRequest. getDefaultInstance()
ReadRowsRequest
ReadRowsRequest.Builder. getDefaultInstanceForType()
ReadRowsRequest
ReadRowsRequest. getDefaultInstanceForType()
static ReadRowsRequest
ReadRowsRequest. parseDelimitedFrom(InputStream input)
static ReadRowsRequest
ReadRowsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadRowsRequest
ReadRowsRequest. parseFrom(byte[] data)
static ReadRowsRequest
ReadRowsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadRowsRequest
ReadRowsRequest. parseFrom(com.google.protobuf.ByteString data)
static ReadRowsRequest
ReadRowsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadRowsRequest
ReadRowsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ReadRowsRequest
ReadRowsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadRowsRequest
ReadRowsRequest. parseFrom(InputStream input)
static ReadRowsRequest
ReadRowsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadRowsRequest
ReadRowsRequest. parseFrom(ByteBuffer data)
static ReadRowsRequest
ReadRowsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.v2 that return types with arguments of type ReadRowsRequest Modifier and Type Method Description com.google.protobuf.Parser<ReadRowsRequest>
ReadRowsRequest. getParserForType()
static io.grpc.MethodDescriptor<ReadRowsRequest,ReadRowsResponse>
BigtableGrpc. getReadRowsMethod()
static com.google.protobuf.Parser<ReadRowsRequest>
ReadRowsRequest. parser()
Methods in com.google.bigtable.v2 with parameters of type ReadRowsRequest Modifier and Type Method Description ReadRowsRequest.Builder
ReadRowsRequest.Builder. mergeFrom(ReadRowsRequest other)
static ReadRowsRequest.Builder
ReadRowsRequest. newBuilder(ReadRowsRequest prototype)
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.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.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. -
Uses of ReadRowsRequest in com.google.cloud.bigtable.data.v2.models
Methods in com.google.cloud.bigtable.data.v2.models that return ReadRowsRequest Modifier and Type Method Description ReadRowsRequest
Query. toProto(com.google.cloud.bigtable.data.v2.internal.RequestContext requestContext)
Creates the request protobuf.Methods in com.google.cloud.bigtable.data.v2.models with parameters of type ReadRowsRequest Modifier and Type Method Description static Query
Query. fromProto(ReadRowsRequest request)
Wraps the protobufReadRowsRequest
.
-