Uses of Class
com.google.bigtable.v2.Mutation
-
Uses of Mutation in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return MutationModifier and TypeMethodDescriptionMutation.Builder.build()Mutation.Builder.buildPartial()static MutationMutation.getDefaultInstance()Mutation.Builder.getDefaultInstanceForType()Mutation.getDefaultInstanceForType()CheckAndMutateRowRequest.Builder.getFalseMutations(int index) Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.CheckAndMutateRowRequest.getFalseMutations(int index) Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.CheckAndMutateRowRequestOrBuilder.getFalseMutations(int index) Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.ReadChangeStreamResponse.MutationChunk.Builder.getMutation()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.getMutation()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.MutationChunkOrBuilder.getMutation()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.MutateRowRequest.Builder.getMutations(int index) Required.MutateRowRequest.getMutations(int index) Required.MutateRowRequestOrBuilder.getMutations(int index) Required.MutateRowsRequest.Entry.Builder.getMutations(int index) Required.MutateRowsRequest.Entry.getMutations(int index) Required.MutateRowsRequest.EntryOrBuilder.getMutations(int index) Required.CheckAndMutateRowRequest.Builder.getTrueMutations(int index) Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.CheckAndMutateRowRequest.getTrueMutations(int index) Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.CheckAndMutateRowRequestOrBuilder.getTrueMutations(int index) Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.static MutationMutation.parseDelimitedFrom(InputStream input) static MutationMutation.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MutationMutation.parseFrom(byte[] data) static MutationMutation.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MutationMutation.parseFrom(com.google.protobuf.ByteString data) static MutationMutation.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MutationMutation.parseFrom(com.google.protobuf.CodedInputStream input) static MutationMutation.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MutationMutation.parseFrom(InputStream input) static MutationMutation.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MutationMutation.parseFrom(ByteBuffer data) static MutationMutation.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.bigtable.v2 that return types with arguments of type MutationModifier and TypeMethodDescriptionCheckAndMutateRowRequest.Builder.getFalseMutationsList()Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.CheckAndMutateRowRequest.getFalseMutationsList()Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.CheckAndMutateRowRequestOrBuilder.getFalseMutationsList()Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.MutateRowRequest.Builder.getMutationsList()Required.MutateRowRequest.getMutationsList()Required.MutateRowRequestOrBuilder.getMutationsList()Required.MutateRowsRequest.Entry.Builder.getMutationsList()Required.MutateRowsRequest.Entry.getMutationsList()Required.MutateRowsRequest.EntryOrBuilder.getMutationsList()Required.com.google.protobuf.Parser<Mutation>Mutation.getParserForType()CheckAndMutateRowRequest.Builder.getTrueMutationsList()Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.CheckAndMutateRowRequest.getTrueMutationsList()Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.CheckAndMutateRowRequestOrBuilder.getTrueMutationsList()Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.static com.google.protobuf.Parser<Mutation>Mutation.parser()Methods in com.google.bigtable.v2 with parameters of type MutationModifier and TypeMethodDescriptionCheckAndMutateRowRequest.Builder.addFalseMutations(int index, Mutation value) Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.CheckAndMutateRowRequest.Builder.addFalseMutations(Mutation value) Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.MutateRowRequest.Builder.addMutations(int index, Mutation value) Required.MutateRowRequest.Builder.addMutations(Mutation value) Required.MutateRowsRequest.Entry.Builder.addMutations(int index, Mutation value) Required.MutateRowsRequest.Entry.Builder.addMutations(Mutation value) Required.CheckAndMutateRowRequest.Builder.addTrueMutations(int index, Mutation value) Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.CheckAndMutateRowRequest.Builder.addTrueMutations(Mutation value) Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.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.static Mutation.BuilderMutation.newBuilder(Mutation prototype) CheckAndMutateRowRequest.Builder.setFalseMutations(int index, Mutation value) Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.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.MutateRowRequest.Builder.setMutations(int index, Mutation value) Required.MutateRowsRequest.Entry.Builder.setMutations(int index, Mutation value) Required.CheckAndMutateRowRequest.Builder.setTrueMutations(int index, Mutation value) Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.Method parameters in com.google.bigtable.v2 with type arguments of type MutationModifier and TypeMethodDescriptionCheckAndMutateRowRequest.Builder.addAllFalseMutations(Iterable<? extends Mutation> values) Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.MutateRowRequest.Builder.addAllMutations(Iterable<? extends Mutation> values) Required.MutateRowsRequest.Entry.Builder.addAllMutations(Iterable<? extends Mutation> values) Required.CheckAndMutateRowRequest.Builder.addAllTrueMutations(Iterable<? extends Mutation> values) Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.