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 ReadRowsRequestReadRowsRequest.Builder. build()ReadRowsRequestReadRowsRequest.Builder. buildPartial()static ReadRowsRequestReadRowsRequest. getDefaultInstance()ReadRowsRequestReadRowsRequest.Builder. getDefaultInstanceForType()ReadRowsRequestReadRowsRequest. getDefaultInstanceForType()static ReadRowsRequestReadRowsRequest. parseDelimitedFrom(InputStream input)static ReadRowsRequestReadRowsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadRowsRequestReadRowsRequest. parseFrom(byte[] data)static ReadRowsRequestReadRowsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadRowsRequestReadRowsRequest. parseFrom(com.google.protobuf.ByteString data)static ReadRowsRequestReadRowsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadRowsRequestReadRowsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ReadRowsRequestReadRowsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadRowsRequestReadRowsRequest. parseFrom(InputStream input)static ReadRowsRequestReadRowsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadRowsRequestReadRowsRequest. parseFrom(ByteBuffer data)static ReadRowsRequestReadRowsRequest. 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.BuilderReadRowsRequest.Builder. mergeFrom(ReadRowsRequest other)static ReadRowsRequest.BuilderReadRowsRequest. newBuilder(ReadRowsRequest prototype)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.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.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. -
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 ReadRowsRequestQuery. 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 QueryQuery. fromProto(ReadRowsRequest request)Wraps the protobufReadRowsRequest.
-