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 Mutation
Mutation.Builder. build()
Mutation
Mutation.Builder. buildPartial()
static Mutation
Mutation. getDefaultInstance()
Mutation
Mutation.Builder. getDefaultInstanceForType()
Mutation
Mutation. getDefaultInstanceForType()
Mutation
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`.Mutation
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`.Mutation
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`.Mutation
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.Mutation
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.Mutation
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.Mutation
MutateRowRequest.Builder. getMutations(int index)
Required.Mutation
MutateRowRequest. getMutations(int index)
Required.Mutation
MutateRowRequestOrBuilder. getMutations(int index)
Required.Mutation
MutateRowsRequest.Entry.Builder. getMutations(int index)
Required.Mutation
MutateRowsRequest.Entry. getMutations(int index)
Required.Mutation
MutateRowsRequest.EntryOrBuilder. getMutations(int index)
Required.Mutation
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`.Mutation
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`.Mutation
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 Mutation
Mutation. parseDelimitedFrom(InputStream input)
static Mutation
Mutation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Mutation
Mutation. parseFrom(byte[] data)
static Mutation
Mutation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Mutation
Mutation. parseFrom(com.google.protobuf.ByteString data)
static Mutation
Mutation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Mutation
Mutation. parseFrom(com.google.protobuf.CodedInputStream input)
static Mutation
Mutation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Mutation
Mutation. parseFrom(InputStream input)
static Mutation
Mutation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Mutation
Mutation. parseFrom(ByteBuffer data)
static Mutation
Mutation. 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.Builder
CheckAndMutateRowRequest.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
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
MutateRowRequest.Builder. addMutations(int index, Mutation value)
Required.MutateRowRequest.Builder
MutateRowRequest.Builder. addMutations(Mutation value)
Required.MutateRowsRequest.Entry.Builder
MutateRowsRequest.Entry.Builder. addMutations(int index, Mutation value)
Required.MutateRowsRequest.Entry.Builder
MutateRowsRequest.Entry.Builder. addMutations(Mutation value)
Required.CheckAndMutateRowRequest.Builder
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
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`.Mutation.Builder
Mutation.Builder. mergeFrom(Mutation other)
ReadChangeStreamResponse.MutationChunk.Builder
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.Builder
Mutation. newBuilder(Mutation prototype)
CheckAndMutateRowRequest.Builder
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
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
MutateRowRequest.Builder. setMutations(int index, Mutation value)
Required.MutateRowsRequest.Entry.Builder
MutateRowsRequest.Entry.Builder. setMutations(int index, Mutation value)
Required.CheckAndMutateRowRequest.Builder
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 Mutation Modifier and Type Method Description CheckAndMutateRowRequest.Builder
CheckAndMutateRowRequest.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
MutateRowRequest.Builder. addAllMutations(Iterable<? extends Mutation> values)
Required.MutateRowsRequest.Entry.Builder
MutateRowsRequest.Entry.Builder. addAllMutations(Iterable<? extends Mutation> values)
Required.CheckAndMutateRowRequest.Builder
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`. -
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 Mutation
Mutation. fromProtoUnsafe(Iterable<Mutation> protos)
Wraps the List of protobufMutation
.static Mutation
Mutation. fromProtoUnsafe(List<Mutation> protos)
Wraps the List of protobufMutation
.
-