Uses of Class
com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.Builder
-
Uses of ReadChangeStreamResponse.MutationChunk.Builder in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return ReadChangeStreamResponse.MutationChunk.BuilderModifier and TypeMethodDescriptionReadChangeStreamResponse.DataChange.Builder.addChunksBuilder()The mutations associated with this change to the partition.ReadChangeStreamResponse.DataChange.Builder.addChunksBuilder(int index) The mutations associated with this change to the partition.ReadChangeStreamResponse.MutationChunk.Builder.clear()ReadChangeStreamResponse.MutationChunk.Builder.clearChunkInfo()If set, then the mutation is a `SetCell` with a chunked value across multiple messages.ReadChangeStreamResponse.MutationChunk.Builder.clearMutation()If this is a continuation of a chunked message (`chunked_value_offset` > 0), ignore all fields except the `SetCell`'s value and merge it with the previous message by concatenating the value fields.ReadChangeStreamResponse.DataChange.Builder.getChunksBuilder(int index) The mutations associated with this change to the partition.ReadChangeStreamResponse.MutationChunk.Builder.mergeChunkInfo(ReadChangeStreamResponse.MutationChunk.ChunkInfo value) If set, then the mutation is a `SetCell` with a chunked value across multiple messages.ReadChangeStreamResponse.MutationChunk.Builder.mergeFrom(ReadChangeStreamResponse.MutationChunk other) ReadChangeStreamResponse.MutationChunk.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ReadChangeStreamResponse.MutationChunk.Builder.mergeFrom(com.google.protobuf.Message other) ReadChangeStreamResponse.MutationChunk.Builder.mergeMutation(Mutation value) If this is a continuation of a chunked message (`chunked_value_offset` > 0), ignore all fields except the `SetCell`'s value and merge it with the previous message by concatenating the value fields.ReadChangeStreamResponse.MutationChunk.newBuilder()ReadChangeStreamResponse.MutationChunk.newBuilder(ReadChangeStreamResponse.MutationChunk prototype) ReadChangeStreamResponse.MutationChunk.newBuilderForType()ReadChangeStreamResponse.MutationChunk.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ReadChangeStreamResponse.MutationChunk.Builder.setChunkInfo(ReadChangeStreamResponse.MutationChunk.ChunkInfo value) If set, then the mutation is a `SetCell` with a chunked value across multiple messages.ReadChangeStreamResponse.MutationChunk.Builder.setChunkInfo(ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder builderForValue) If set, then the mutation is a `SetCell` with a chunked value across multiple messages.ReadChangeStreamResponse.MutationChunk.Builder.setMutation(Mutation value) If this is a continuation of a chunked message (`chunked_value_offset` > 0), ignore all fields except the `SetCell`'s value and merge it with the previous message by concatenating the value fields.ReadChangeStreamResponse.MutationChunk.Builder.setMutation(Mutation.Builder builderForValue) If this is a continuation of a chunked message (`chunked_value_offset` > 0), ignore all fields except the `SetCell`'s value and merge it with the previous message by concatenating the value fields.ReadChangeStreamResponse.MutationChunk.toBuilder()Methods in com.google.bigtable.v2 that return types with arguments of type ReadChangeStreamResponse.MutationChunk.BuilderModifier and TypeMethodDescriptionReadChangeStreamResponse.DataChange.Builder.getChunksBuilderList()The mutations associated with this change to the partition.Methods in com.google.bigtable.v2 with parameters of type ReadChangeStreamResponse.MutationChunk.BuilderModifier and TypeMethodDescriptionReadChangeStreamResponse.DataChange.Builder.addChunks(int index, ReadChangeStreamResponse.MutationChunk.Builder builderForValue) The mutations associated with this change to the partition.ReadChangeStreamResponse.DataChange.Builder.addChunks(ReadChangeStreamResponse.MutationChunk.Builder builderForValue) The mutations associated with this change to the partition.ReadChangeStreamResponse.DataChange.Builder.setChunks(int index, ReadChangeStreamResponse.MutationChunk.Builder builderForValue) The mutations associated with this change to the partition.