Uses of Class
com.google.bigtable.v2.ReadRowsResponse.CellChunk
-
Packages that use ReadRowsResponse.CellChunk Package Description com.google.bigtable.v2 -
-
Uses of ReadRowsResponse.CellChunk in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return ReadRowsResponse.CellChunk Modifier and Type Method Description ReadRowsResponse.CellChunk
ReadRowsResponse.CellChunk.Builder. build()
ReadRowsResponse.CellChunk
ReadRowsResponse.CellChunk.Builder. buildPartial()
ReadRowsResponse.CellChunk
ReadRowsResponse.Builder. getChunks(int index)
A collection of a row's contents as part of the read request.ReadRowsResponse.CellChunk
ReadRowsResponse. getChunks(int index)
A collection of a row's contents as part of the read request.ReadRowsResponse.CellChunk
ReadRowsResponseOrBuilder. getChunks(int index)
A collection of a row's contents as part of the read request.static ReadRowsResponse.CellChunk
ReadRowsResponse.CellChunk. getDefaultInstance()
ReadRowsResponse.CellChunk
ReadRowsResponse.CellChunk.Builder. getDefaultInstanceForType()
ReadRowsResponse.CellChunk
ReadRowsResponse.CellChunk. getDefaultInstanceForType()
static ReadRowsResponse.CellChunk
ReadRowsResponse.CellChunk. parseDelimitedFrom(InputStream input)
static ReadRowsResponse.CellChunk
ReadRowsResponse.CellChunk. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadRowsResponse.CellChunk
ReadRowsResponse.CellChunk. parseFrom(byte[] data)
static ReadRowsResponse.CellChunk
ReadRowsResponse.CellChunk. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadRowsResponse.CellChunk
ReadRowsResponse.CellChunk. parseFrom(com.google.protobuf.ByteString data)
static ReadRowsResponse.CellChunk
ReadRowsResponse.CellChunk. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadRowsResponse.CellChunk
ReadRowsResponse.CellChunk. parseFrom(com.google.protobuf.CodedInputStream input)
static ReadRowsResponse.CellChunk
ReadRowsResponse.CellChunk. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadRowsResponse.CellChunk
ReadRowsResponse.CellChunk. parseFrom(InputStream input)
static ReadRowsResponse.CellChunk
ReadRowsResponse.CellChunk. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadRowsResponse.CellChunk
ReadRowsResponse.CellChunk. parseFrom(ByteBuffer data)
static ReadRowsResponse.CellChunk
ReadRowsResponse.CellChunk. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.v2 that return types with arguments of type ReadRowsResponse.CellChunk Modifier and Type Method Description List<ReadRowsResponse.CellChunk>
ReadRowsResponse.Builder. getChunksList()
A collection of a row's contents as part of the read request.List<ReadRowsResponse.CellChunk>
ReadRowsResponse. getChunksList()
A collection of a row's contents as part of the read request.List<ReadRowsResponse.CellChunk>
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.CellChunk Modifier and Type Method Description ReadRowsResponse.Builder
ReadRowsResponse.Builder. addChunks(int index, ReadRowsResponse.CellChunk value)
A collection of a row's contents as part of the read request.ReadRowsResponse.Builder
ReadRowsResponse.Builder. addChunks(ReadRowsResponse.CellChunk value)
A collection of a row's contents as part of the read request.ReadRowsResponse.CellChunk.Builder
ReadRowsResponse.CellChunk.Builder. mergeFrom(ReadRowsResponse.CellChunk other)
static ReadRowsResponse.CellChunk.Builder
ReadRowsResponse.CellChunk. newBuilder(ReadRowsResponse.CellChunk prototype)
ReadRowsResponse.Builder
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.CellChunk Modifier and Type Method Description ReadRowsResponse.Builder
ReadRowsResponse.Builder. addAllChunks(Iterable<? extends ReadRowsResponse.CellChunk> values)
A collection of a row's contents as part of the read request.
-