| Package | Description |
|---|---|
| com.google.bigtable.v2 |
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<ReadRowsRequest,ReadRowsResponse> |
BigtableGrpc.METHOD_READ_ROWS |
| Modifier and Type | Method and Description |
|---|---|
ReadRowsRequest |
ReadRowsRequest.Builder.build() |
ReadRowsRequest |
ReadRowsRequest.Builder.buildPartial() |
static ReadRowsRequest |
ReadRowsRequest.getDefaultInstance() |
ReadRowsRequest |
ReadRowsRequest.getDefaultInstanceForType() |
ReadRowsRequest |
ReadRowsRequest.Builder.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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ReadRowsRequest> |
ReadRowsRequest.getParserForType() |
static com.google.protobuf.Parser<ReadRowsRequest> |
ReadRowsRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
ReadRowsRequest.Builder |
ReadRowsRequest.Builder.mergeFrom(ReadRowsRequest other) |
static ReadRowsRequest.Builder |
ReadRowsRequest.newBuilder(ReadRowsRequest prototype) |
Iterator<ReadRowsResponse> |
BigtableGrpc.BigtableBlockingStub.readRows(ReadRowsRequest request)
Streams back the contents of all requested rows, optionally
applying the same Reader filter to each.
|
void |
BigtableGrpc.BigtableImplBase.readRows(ReadRowsRequest request,
io.grpc.stub.StreamObserver<ReadRowsResponse> responseObserver)
Streams back the contents of all requested rows, 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, optionally
applying the same Reader filter to each.
|