Uses of Class
com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
-
Uses of ReadChangeStreamResponse.MutationChunk in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return ReadChangeStreamResponse.MutationChunkModifier and TypeMethodDescriptionReadChangeStreamResponse.MutationChunk.Builder.build()ReadChangeStreamResponse.MutationChunk.Builder.buildPartial()ReadChangeStreamResponse.DataChange.Builder.getChunks(int index) The mutations associated with this change to the partition.ReadChangeStreamResponse.DataChange.getChunks(int index) The mutations associated with this change to the partition.ReadChangeStreamResponse.DataChangeOrBuilder.getChunks(int index) The mutations associated with this change to the partition.ReadChangeStreamResponse.MutationChunk.getDefaultInstance()ReadChangeStreamResponse.MutationChunk.Builder.getDefaultInstanceForType()ReadChangeStreamResponse.MutationChunk.getDefaultInstanceForType()ReadChangeStreamResponse.MutationChunk.parseDelimitedFrom(InputStream input) ReadChangeStreamResponse.MutationChunk.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ReadChangeStreamResponse.MutationChunk.parseFrom(byte[] data) ReadChangeStreamResponse.MutationChunk.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ReadChangeStreamResponse.MutationChunk.parseFrom(com.google.protobuf.ByteString data) ReadChangeStreamResponse.MutationChunk.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ReadChangeStreamResponse.MutationChunk.parseFrom(com.google.protobuf.CodedInputStream input) ReadChangeStreamResponse.MutationChunk.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ReadChangeStreamResponse.MutationChunk.parseFrom(InputStream input) ReadChangeStreamResponse.MutationChunk.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ReadChangeStreamResponse.MutationChunk.parseFrom(ByteBuffer data) ReadChangeStreamResponse.MutationChunk.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.bigtable.v2 that return types with arguments of type ReadChangeStreamResponse.MutationChunkModifier and TypeMethodDescriptionReadChangeStreamResponse.DataChange.Builder.getChunksList()The mutations associated with this change to the partition.ReadChangeStreamResponse.DataChange.getChunksList()The mutations associated with this change to the partition.ReadChangeStreamResponse.DataChangeOrBuilder.getChunksList()The mutations associated with this change to the partition.com.google.protobuf.Parser<ReadChangeStreamResponse.MutationChunk>ReadChangeStreamResponse.MutationChunk.getParserForType()static com.google.protobuf.Parser<ReadChangeStreamResponse.MutationChunk>ReadChangeStreamResponse.MutationChunk.parser()Methods in com.google.bigtable.v2 with parameters of type ReadChangeStreamResponse.MutationChunkModifier and TypeMethodDescriptionReadChangeStreamResponse.DataChange.Builder.addChunks(int index, ReadChangeStreamResponse.MutationChunk value) The mutations associated with this change to the partition.ReadChangeStreamResponse.DataChange.Builder.addChunks(ReadChangeStreamResponse.MutationChunk value) The mutations associated with this change to the partition.ReadChangeStreamResponse.MutationChunk.Builder.mergeFrom(ReadChangeStreamResponse.MutationChunk other) ReadChangeStreamResponse.MutationChunk.newBuilder(ReadChangeStreamResponse.MutationChunk prototype) ReadChangeStreamResponse.DataChange.Builder.setChunks(int index, ReadChangeStreamResponse.MutationChunk value) The mutations associated with this change to the partition.Method parameters in com.google.bigtable.v2 with type arguments of type ReadChangeStreamResponse.MutationChunkModifier and TypeMethodDescriptionReadChangeStreamResponse.DataChange.Builder.addAllChunks(Iterable<? extends ReadChangeStreamResponse.MutationChunk> values) The mutations associated with this change to the partition.