Uses of Interface
com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfoOrBuilder
-
Packages that use ReadChangeStreamResponse.MutationChunk.ChunkInfoOrBuilder Package Description com.google.bigtable.v2 -
-
Uses of ReadChangeStreamResponse.MutationChunk.ChunkInfoOrBuilder in com.google.bigtable.v2
Classes in com.google.bigtable.v2 that implement ReadChangeStreamResponse.MutationChunk.ChunkInfoOrBuilder Modifier and Type Class Description static class
ReadChangeStreamResponse.MutationChunk.ChunkInfo
Information about the chunking of this mutation.static class
ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder
Information about the chunking of this mutation.Methods in com.google.bigtable.v2 that return ReadChangeStreamResponse.MutationChunk.ChunkInfoOrBuilder Modifier and Type Method Description ReadChangeStreamResponse.MutationChunk.ChunkInfoOrBuilder
ReadChangeStreamResponse.MutationChunk.Builder. getChunkInfoOrBuilder()
If set, then the mutation is a `SetCell` with a chunked value across multiple messages.ReadChangeStreamResponse.MutationChunk.ChunkInfoOrBuilder
ReadChangeStreamResponse.MutationChunk. getChunkInfoOrBuilder()
If set, then the mutation is a `SetCell` with a chunked value across multiple messages.ReadChangeStreamResponse.MutationChunk.ChunkInfoOrBuilder
ReadChangeStreamResponse.MutationChunkOrBuilder. getChunkInfoOrBuilder()
If set, then the mutation is a `SetCell` with a chunked value across multiple messages.
-