Uses of Interface
com.google.bigtable.v2.ReadRowsResponse.CellChunkOrBuilder
-
Packages that use ReadRowsResponse.CellChunkOrBuilder Package Description com.google.bigtable.v2 -
-
Uses of ReadRowsResponse.CellChunkOrBuilder in com.google.bigtable.v2
Classes in com.google.bigtable.v2 that implement ReadRowsResponse.CellChunkOrBuilder Modifier and Type Class 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.Methods in com.google.bigtable.v2 that return ReadRowsResponse.CellChunkOrBuilder Modifier and Type Method Description ReadRowsResponse.CellChunkOrBuilder
ReadRowsResponse.Builder. getChunksOrBuilder(int index)
A collection of a row's contents as part of the read request.ReadRowsResponse.CellChunkOrBuilder
ReadRowsResponse. getChunksOrBuilder(int index)
A collection of a row's contents as part of the read request.ReadRowsResponse.CellChunkOrBuilder
ReadRowsResponseOrBuilder. getChunksOrBuilder(int index)
A collection of a row's contents as part of the read request.Methods in com.google.bigtable.v2 that return types with arguments of type ReadRowsResponse.CellChunkOrBuilder Modifier and Type Method Description List<? extends ReadRowsResponse.CellChunkOrBuilder>
ReadRowsResponse.Builder. getChunksOrBuilderList()
A collection of a row's contents as part of the read request.List<? extends ReadRowsResponse.CellChunkOrBuilder>
ReadRowsResponse. getChunksOrBuilderList()
A collection of a row's contents as part of the read request.List<? extends ReadRowsResponse.CellChunkOrBuilder>
ReadRowsResponseOrBuilder. getChunksOrBuilderList()
A collection of a row's contents as part of the read request.
-