Uses of Class
com.google.bigtable.v2.Mutation
-
Packages that use Mutation Package Description com.google.bigtable.v2 com.google.cloud.bigtable.data.v2.models -
-
Uses of Mutation in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return Mutation Modifier and Type Method Description MutationMutation.Builder. build()MutationMutation.Builder. buildPartial()static MutationMutation. getDefaultInstance()MutationMutation.Builder. getDefaultInstanceForType()MutationMutation. getDefaultInstanceForType()MutationCheckAndMutateRowRequest.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`.MutationCheckAndMutateRowRequest. 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`.MutationCheckAndMutateRowRequestOrBuilder. 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`.MutationReadChangeStreamResponse.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.MutationReadChangeStreamResponse.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.MutationReadChangeStreamResponse.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.MutationMutateRowRequest.Builder. getMutations(int index)Required.MutationMutateRowRequest. getMutations(int index)Required.MutationMutateRowRequestOrBuilder. getMutations(int index)Required.MutationMutateRowsRequest.Entry.Builder. getMutations(int index)Required.MutationMutateRowsRequest.Entry. getMutations(int index)Required.MutationMutateRowsRequest.EntryOrBuilder. getMutations(int index)Required.MutationCheckAndMutateRowRequest.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`.MutationCheckAndMutateRowRequest. 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`.MutationCheckAndMutateRowRequestOrBuilder. 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 Mutation Modifier and Type Method Description List<Mutation>CheckAndMutateRowRequest.Builder. getFalseMutationsList()Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.List<Mutation>CheckAndMutateRowRequest. getFalseMutationsList()Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.List<Mutation>CheckAndMutateRowRequestOrBuilder. getFalseMutationsList()Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.List<Mutation>MutateRowRequest.Builder. getMutationsList()Required.List<Mutation>MutateRowRequest. getMutationsList()Required.List<Mutation>MutateRowRequestOrBuilder. getMutationsList()Required.List<Mutation>MutateRowsRequest.Entry.Builder. getMutationsList()Required.List<Mutation>MutateRowsRequest.Entry. getMutationsList()Required.List<Mutation>MutateRowsRequest.EntryOrBuilder. getMutationsList()Required.com.google.protobuf.Parser<Mutation>Mutation. getParserForType()List<Mutation>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`.List<Mutation>CheckAndMutateRowRequest. getTrueMutationsList()Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.List<Mutation>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 Mutation Modifier and Type Method Description CheckAndMutateRowRequest.BuilderCheckAndMutateRowRequest.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.BuilderCheckAndMutateRowRequest.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.BuilderMutateRowRequest.Builder. addMutations(int index, Mutation value)Required.MutateRowRequest.BuilderMutateRowRequest.Builder. addMutations(Mutation value)Required.MutateRowsRequest.Entry.BuilderMutateRowsRequest.Entry.Builder. addMutations(int index, Mutation value)Required.MutateRowsRequest.Entry.BuilderMutateRowsRequest.Entry.Builder. addMutations(Mutation value)Required.CheckAndMutateRowRequest.BuilderCheckAndMutateRowRequest.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.BuilderCheckAndMutateRowRequest.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`.Mutation.BuilderMutation.Builder. mergeFrom(Mutation other)ReadChangeStreamResponse.MutationChunk.BuilderReadChangeStreamResponse.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.BuilderCheckAndMutateRowRequest.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.BuilderReadChangeStreamResponse.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.BuilderMutateRowRequest.Builder. setMutations(int index, Mutation value)Required.MutateRowsRequest.Entry.BuilderMutateRowsRequest.Entry.Builder. setMutations(int index, Mutation value)Required.CheckAndMutateRowRequest.BuilderCheckAndMutateRowRequest.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 Mutation Modifier and Type Method Description CheckAndMutateRowRequest.BuilderCheckAndMutateRowRequest.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.BuilderMutateRowRequest.Builder. addAllMutations(Iterable<? extends Mutation> values)Required.MutateRowsRequest.Entry.BuilderMutateRowsRequest.Entry.Builder. addAllMutations(Iterable<? extends Mutation> values)Required.CheckAndMutateRowRequest.BuilderCheckAndMutateRowRequest.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`. -
Uses of Mutation in com.google.cloud.bigtable.data.v2.models
Method parameters in com.google.cloud.bigtable.data.v2.models with type arguments of type Mutation Modifier and Type Method Description static MutationMutation. fromProtoUnsafe(Iterable<Mutation> protos)Wraps the List of protobufMutation.static MutationMutation. fromProtoUnsafe(List<Mutation> protos)Wraps the List of protobufMutation.
-