Uses of Interface
com.google.bigtable.v2.MutationOrBuilder
-
Uses of MutationOrBuilder in com.google.bigtable.v2
Classes in com.google.bigtable.v2 that implement MutationOrBuilderModifier and TypeClassDescriptionfinal classSpecifies a particular change to be made to the contents of a row.static final classSpecifies a particular change to be made to the contents of a row.Methods in com.google.bigtable.v2 that return MutationOrBuilderModifier and TypeMethodDescriptionCheckAndMutateRowRequest.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`.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`.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`.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.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.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.MutateRowRequest.Builder.getMutationsOrBuilder(int index) Required.MutateRowRequest.getMutationsOrBuilder(int index) Required.MutateRowRequestOrBuilder.getMutationsOrBuilder(int index) Required.MutateRowsRequest.Entry.Builder.getMutationsOrBuilder(int index) Required.MutateRowsRequest.Entry.getMutationsOrBuilder(int index) Required.MutateRowsRequest.EntryOrBuilder.getMutationsOrBuilder(int index) Required.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`.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`.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 MutationOrBuilderModifier and TypeMethodDescriptionList<? 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`.