Uses of Class
com.google.bigtable.v2.ReadRowsResponse.CellChunk
-
Uses of ReadRowsResponse.CellChunk in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return ReadRowsResponse.CellChunkModifier and TypeMethodDescriptionReadRowsResponse.CellChunk.Builder.build()ReadRowsResponse.CellChunk.Builder.buildPartial()ReadRowsResponse.Builder.getChunks(int index) A collection of a row's contents as part of the read request.ReadRowsResponse.getChunks(int index) A collection of a row's contents as part of the read request.ReadRowsResponseOrBuilder.getChunks(int index) A collection of a row's contents as part of the read request.static ReadRowsResponse.CellChunkReadRowsResponse.CellChunk.getDefaultInstance()ReadRowsResponse.CellChunk.Builder.getDefaultInstanceForType()ReadRowsResponse.CellChunk.getDefaultInstanceForType()static ReadRowsResponse.CellChunkReadRowsResponse.CellChunk.parseDelimitedFrom(InputStream input) static ReadRowsResponse.CellChunkReadRowsResponse.CellChunk.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ReadRowsResponse.CellChunkReadRowsResponse.CellChunk.parseFrom(byte[] data) static ReadRowsResponse.CellChunkReadRowsResponse.CellChunk.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ReadRowsResponse.CellChunkReadRowsResponse.CellChunk.parseFrom(com.google.protobuf.ByteString data) static ReadRowsResponse.CellChunkReadRowsResponse.CellChunk.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ReadRowsResponse.CellChunkReadRowsResponse.CellChunk.parseFrom(com.google.protobuf.CodedInputStream input) static ReadRowsResponse.CellChunkReadRowsResponse.CellChunk.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ReadRowsResponse.CellChunkReadRowsResponse.CellChunk.parseFrom(InputStream input) static ReadRowsResponse.CellChunkReadRowsResponse.CellChunk.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ReadRowsResponse.CellChunkReadRowsResponse.CellChunk.parseFrom(ByteBuffer data) static ReadRowsResponse.CellChunkReadRowsResponse.CellChunk.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.bigtable.v2 that return types with arguments of type ReadRowsResponse.CellChunkModifier and TypeMethodDescriptionReadRowsResponse.Builder.getChunksList()A collection of a row's contents as part of the read request.ReadRowsResponse.getChunksList()A collection of a row's contents as part of the read request.ReadRowsResponseOrBuilder.getChunksList()A collection of a row's contents as part of the read request.com.google.protobuf.Parser<ReadRowsResponse.CellChunk>ReadRowsResponse.CellChunk.getParserForType()static com.google.protobuf.Parser<ReadRowsResponse.CellChunk>ReadRowsResponse.CellChunk.parser()Methods in com.google.bigtable.v2 with parameters of type ReadRowsResponse.CellChunkModifier and TypeMethodDescriptionReadRowsResponse.Builder.addChunks(int index, ReadRowsResponse.CellChunk value) A collection of a row's contents as part of the read request.ReadRowsResponse.Builder.addChunks(ReadRowsResponse.CellChunk value) A collection of a row's contents as part of the read request.ReadRowsResponse.CellChunk.Builder.mergeFrom(ReadRowsResponse.CellChunk other) ReadRowsResponse.CellChunk.newBuilder(ReadRowsResponse.CellChunk prototype) ReadRowsResponse.Builder.setChunks(int index, ReadRowsResponse.CellChunk value) A collection of a row's contents as part of the read request.Method parameters in com.google.bigtable.v2 with type arguments of type ReadRowsResponse.CellChunkModifier and TypeMethodDescriptionReadRowsResponse.Builder.addAllChunks(Iterable<? extends ReadRowsResponse.CellChunk> values) A collection of a row's contents as part of the read request.