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 classMutationSpecifies a particular change to be made to the contents of a row.static classMutation.BuilderSpecifies 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 MutationOrBuilderCheckAndMutateRowRequest.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`.MutationOrBuilderCheckAndMutateRowRequest. 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`.MutationOrBuilderCheckAndMutateRowRequestOrBuilder. 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`.MutationOrBuilderReadChangeStreamResponse.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.MutationOrBuilderReadChangeStreamResponse.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.MutationOrBuilderReadChangeStreamResponse.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.MutationOrBuilderMutateRowRequest.Builder. getMutationsOrBuilder(int index)Required.MutationOrBuilderMutateRowRequest. getMutationsOrBuilder(int index)Required.MutationOrBuilderMutateRowRequestOrBuilder. getMutationsOrBuilder(int index)Required.MutationOrBuilderMutateRowsRequest.Entry.Builder. getMutationsOrBuilder(int index)Required.MutationOrBuilderMutateRowsRequest.Entry. getMutationsOrBuilder(int index)Required.MutationOrBuilderMutateRowsRequest.EntryOrBuilder. getMutationsOrBuilder(int index)Required.MutationOrBuilderCheckAndMutateRowRequest.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`.MutationOrBuilderCheckAndMutateRowRequest. 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`.MutationOrBuilderCheckAndMutateRowRequestOrBuilder. 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`.
-