| Package | Description |
|---|---|
| com.google.bigtable.v2 |
| Modifier and Type | Class and Description |
|---|---|
static class |
ReadRowsResponse.CellChunk
Specifies a piece of a row's contents returned as part of the read
response stream.
|
static class |
ReadRowsResponse.CellChunk.Builder
Specifies a piece of a row's contents returned as part of the read
response stream.
|
| Modifier and Type | Method and Description |
|---|---|
ReadRowsResponse.CellChunkOrBuilder |
ReadRowsResponseOrBuilder.getChunksOrBuilder(int index)
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1; |
ReadRowsResponse.CellChunkOrBuilder |
ReadRowsResponse.getChunksOrBuilder(int index)
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1; |
ReadRowsResponse.CellChunkOrBuilder |
ReadRowsResponse.Builder.getChunksOrBuilder(int index)
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1; |
| Modifier and Type | Method and Description |
|---|---|
List<? extends ReadRowsResponse.CellChunkOrBuilder> |
ReadRowsResponseOrBuilder.getChunksOrBuilderList()
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1; |
List<? extends ReadRowsResponse.CellChunkOrBuilder> |
ReadRowsResponse.getChunksOrBuilderList()
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1; |
List<? extends ReadRowsResponse.CellChunkOrBuilder> |
ReadRowsResponse.Builder.getChunksOrBuilderList()
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1; |