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 classReadRowsResponse.CellChunkSpecifies a piece of a row's contents returned as part of the read response stream.static classReadRowsResponse.CellChunk.BuilderSpecifies 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.CellChunkOrBuilderReadRowsResponse.Builder. getChunksOrBuilder(int index)A collection of a row's contents as part of the read request.ReadRowsResponse.CellChunkOrBuilderReadRowsResponse. getChunksOrBuilder(int index)A collection of a row's contents as part of the read request.ReadRowsResponse.CellChunkOrBuilderReadRowsResponseOrBuilder. 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.
-