Uses of Interface
com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunkOrBuilder
-
Packages that use ReadChangeStreamResponse.MutationChunkOrBuilder Package Description com.google.bigtable.v2 -
-
Uses of ReadChangeStreamResponse.MutationChunkOrBuilder in com.google.bigtable.v2
Classes in com.google.bigtable.v2 that implement ReadChangeStreamResponse.MutationChunkOrBuilder Modifier and Type Class Description static class
ReadChangeStreamResponse.MutationChunk
A partial or complete mutation.static class
ReadChangeStreamResponse.MutationChunk.Builder
A partial or complete mutation.Methods in com.google.bigtable.v2 that return ReadChangeStreamResponse.MutationChunkOrBuilder Modifier and Type Method Description ReadChangeStreamResponse.MutationChunkOrBuilder
ReadChangeStreamResponse.DataChange.Builder. getChunksOrBuilder(int index)
The mutations associated with this change to the partition.ReadChangeStreamResponse.MutationChunkOrBuilder
ReadChangeStreamResponse.DataChange. getChunksOrBuilder(int index)
The mutations associated with this change to the partition.ReadChangeStreamResponse.MutationChunkOrBuilder
ReadChangeStreamResponse.DataChangeOrBuilder. getChunksOrBuilder(int index)
The mutations associated with this change to the partition.Methods in com.google.bigtable.v2 that return types with arguments of type ReadChangeStreamResponse.MutationChunkOrBuilder Modifier and Type Method Description List<? extends ReadChangeStreamResponse.MutationChunkOrBuilder>
ReadChangeStreamResponse.DataChange.Builder. getChunksOrBuilderList()
The mutations associated with this change to the partition.List<? extends ReadChangeStreamResponse.MutationChunkOrBuilder>
ReadChangeStreamResponse.DataChange. getChunksOrBuilderList()
The mutations associated with this change to the partition.List<? extends ReadChangeStreamResponse.MutationChunkOrBuilder>
ReadChangeStreamResponse.DataChangeOrBuilder. getChunksOrBuilderList()
The mutations associated with this change to the partition.
-