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 classReadChangeStreamResponse.MutationChunkA partial or complete mutation.static classReadChangeStreamResponse.MutationChunk.BuilderA partial or complete mutation.Methods in com.google.bigtable.v2 that return ReadChangeStreamResponse.MutationChunkOrBuilder Modifier and Type Method Description ReadChangeStreamResponse.MutationChunkOrBuilderReadChangeStreamResponse.DataChange.Builder. getChunksOrBuilder(int index)The mutations associated with this change to the partition.ReadChangeStreamResponse.MutationChunkOrBuilderReadChangeStreamResponse.DataChange. getChunksOrBuilder(int index)The mutations associated with this change to the partition.ReadChangeStreamResponse.MutationChunkOrBuilderReadChangeStreamResponse.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.
-