Class ReadChangeStreamResponse.MutationChunk.ChunkInfo

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo
All Implemented Interfaces:
ReadChangeStreamResponse.MutationChunk.ChunkInfoOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
Enclosing class:
ReadChangeStreamResponse.MutationChunk

public static final class ReadChangeStreamResponse.MutationChunk.ChunkInfo extends com.google.protobuf.GeneratedMessageV3 implements ReadChangeStreamResponse.MutationChunk.ChunkInfoOrBuilder
 Information about the chunking of this mutation.
 Only `SetCell` mutations can be chunked, and all chunks for a `SetCell`
 will be delivered contiguously with no other mutation types interleaved.
 
Protobuf type google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo
See Also: