Uses of Interface
com.google.bigtable.v2.ReadRowsResponse.CellChunkOrBuilder
-
Uses of ReadRowsResponse.CellChunkOrBuilder in com.google.bigtable.v2
Classes in com.google.bigtable.v2 that implement ReadRowsResponse.CellChunkOrBuilderModifier and TypeClassDescriptionstatic final classSpecifies a piece of a row's contents returned as part of the read response stream.static final classSpecifies a piece of a row's contents returned as part of the read response stream.Methods in com.google.bigtable.v2 that return ReadRowsResponse.CellChunkOrBuilderModifier and TypeMethodDescriptionReadRowsResponse.Builder.getChunksOrBuilder(int index) A collection of a row's contents as part of the read request.ReadRowsResponse.getChunksOrBuilder(int index) A collection of a row's contents as part of the read request.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.CellChunkOrBuilderModifier and TypeMethodDescriptionList<? 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.