Uses of Interface
com.google.bigtable.v2.MutationOrBuilder
-
Packages that use MutationOrBuilder Package Description com.google.bigtable.v2 -
-
Uses of MutationOrBuilder in com.google.bigtable.v2
Classes in com.google.bigtable.v2 that implement MutationOrBuilder Modifier and Type Class Description class
Mutation
Specifies a particular change to be made to the contents of a row.static class
Mutation.Builder
Specifies a particular change to be made to the contents of a row.Methods in com.google.bigtable.v2 that return MutationOrBuilder Modifier and Type Method Description MutationOrBuilder
CheckAndMutateRowRequest.Builder. getFalseMutationsOrBuilder(int index)
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.MutationOrBuilder
CheckAndMutateRowRequest. getFalseMutationsOrBuilder(int index)
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.MutationOrBuilder
CheckAndMutateRowRequestOrBuilder. getFalseMutationsOrBuilder(int index)
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.MutationOrBuilder
ReadChangeStreamResponse.MutationChunk.Builder. getMutationOrBuilder()
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.MutationOrBuilder
ReadChangeStreamResponse.MutationChunk. getMutationOrBuilder()
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.MutationOrBuilder
ReadChangeStreamResponse.MutationChunkOrBuilder. getMutationOrBuilder()
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.MutationOrBuilder
MutateRowRequest.Builder. getMutationsOrBuilder(int index)
Required.MutationOrBuilder
MutateRowRequest. getMutationsOrBuilder(int index)
Required.MutationOrBuilder
MutateRowRequestOrBuilder. getMutationsOrBuilder(int index)
Required.MutationOrBuilder
MutateRowsRequest.Entry.Builder. getMutationsOrBuilder(int index)
Required.MutationOrBuilder
MutateRowsRequest.Entry. getMutationsOrBuilder(int index)
Required.MutationOrBuilder
MutateRowsRequest.EntryOrBuilder. getMutationsOrBuilder(int index)
Required.MutationOrBuilder
CheckAndMutateRowRequest.Builder. getTrueMutationsOrBuilder(int index)
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.MutationOrBuilder
CheckAndMutateRowRequest. getTrueMutationsOrBuilder(int index)
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.MutationOrBuilder
CheckAndMutateRowRequestOrBuilder. getTrueMutationsOrBuilder(int index)
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.Methods in com.google.bigtable.v2 that return types with arguments of type MutationOrBuilder Modifier and Type Method Description List<? extends MutationOrBuilder>
CheckAndMutateRowRequest.Builder. getFalseMutationsOrBuilderList()
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.List<? extends MutationOrBuilder>
CheckAndMutateRowRequest. getFalseMutationsOrBuilderList()
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.List<? extends MutationOrBuilder>
CheckAndMutateRowRequestOrBuilder. getFalseMutationsOrBuilderList()
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.List<? extends MutationOrBuilder>
MutateRowRequest.Builder. getMutationsOrBuilderList()
Required.List<? extends MutationOrBuilder>
MutateRowRequest. getMutationsOrBuilderList()
Required.List<? extends MutationOrBuilder>
MutateRowRequestOrBuilder. getMutationsOrBuilderList()
Required.List<? extends MutationOrBuilder>
MutateRowsRequest.Entry.Builder. getMutationsOrBuilderList()
Required.List<? extends MutationOrBuilder>
MutateRowsRequest.Entry. getMutationsOrBuilderList()
Required.List<? extends MutationOrBuilder>
MutateRowsRequest.EntryOrBuilder. getMutationsOrBuilderList()
Required.List<? extends MutationOrBuilder>
CheckAndMutateRowRequest.Builder. getTrueMutationsOrBuilderList()
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.List<? extends MutationOrBuilder>
CheckAndMutateRowRequest. getTrueMutationsOrBuilderList()
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.List<? extends MutationOrBuilder>
CheckAndMutateRowRequestOrBuilder. getTrueMutationsOrBuilderList()
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.
-