Uses of Class
com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder
-
Uses of ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return ReadChangeStreamResponse.MutationChunk.ChunkInfo.BuilderModifier and TypeMethodDescriptionReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder.clear()ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder.clearChunkedValueOffset()The byte offset of this chunk into the total value size of the mutation.ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder.clearChunkedValueSize()The total value size of all the chunks that make up the `SetCell`.ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder.clearLastChunk()When true, this is the last chunk of a chunked `SetCell`.ReadChangeStreamResponse.MutationChunk.Builder.getChunkInfoBuilder()If set, then the mutation is a `SetCell` with a chunked value across multiple messages.ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder.mergeFrom(ReadChangeStreamResponse.MutationChunk.ChunkInfo other) ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder.mergeFrom(com.google.protobuf.Message other) ReadChangeStreamResponse.MutationChunk.ChunkInfo.newBuilder()ReadChangeStreamResponse.MutationChunk.ChunkInfo.newBuilder(ReadChangeStreamResponse.MutationChunk.ChunkInfo prototype) ReadChangeStreamResponse.MutationChunk.ChunkInfo.newBuilderForType()ReadChangeStreamResponse.MutationChunk.ChunkInfo.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder.setChunkedValueOffset(int value) The byte offset of this chunk into the total value size of the mutation.ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder.setChunkedValueSize(int value) The total value size of all the chunks that make up the `SetCell`.ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder.setLastChunk(boolean value) When true, this is the last chunk of a chunked `SetCell`.ReadChangeStreamResponse.MutationChunk.ChunkInfo.toBuilder()Methods in com.google.bigtable.v2 with parameters of type ReadChangeStreamResponse.MutationChunk.ChunkInfo.BuilderModifier and TypeMethodDescriptionReadChangeStreamResponse.MutationChunk.Builder.setChunkInfo(ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder builderForValue) If set, then the mutation is a `SetCell` with a chunked value across multiple messages.