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