| Modifier and Type | Class and 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.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
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 |
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.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 |
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.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 |
MutateRowRequestOrBuilder.getMutationsOrBuilder(int index)
Required.
|
MutationOrBuilder |
MutateRowsRequest.EntryOrBuilder.getMutationsOrBuilder(int index)
Required.
|
MutationOrBuilder |
MutateRowsRequest.Entry.getMutationsOrBuilder(int index)
Required.
|
MutationOrBuilder |
MutateRowsRequest.Entry.Builder.getMutationsOrBuilder(int index)
Required.
|
MutationOrBuilder |
MutateRowRequest.getMutationsOrBuilder(int index)
Required.
|
MutationOrBuilder |
MutateRowRequest.Builder.getMutationsOrBuilder(int index)
Required.
|
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 |
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 |
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`.
|
| Modifier and Type | Method and Description |
|---|---|
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> |
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> |
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> |
MutateRowRequestOrBuilder.getMutationsOrBuilderList()
Required.
|
List<? extends MutationOrBuilder> |
MutateRowsRequest.EntryOrBuilder.getMutationsOrBuilderList()
Required.
|
List<? extends MutationOrBuilder> |
MutateRowsRequest.Entry.getMutationsOrBuilderList()
Required.
|
List<? extends MutationOrBuilder> |
MutateRowsRequest.Entry.Builder.getMutationsOrBuilderList()
Required.
|
List<? extends MutationOrBuilder> |
MutateRowRequest.getMutationsOrBuilderList()
Required.
|
List<? extends MutationOrBuilder> |
MutateRowRequest.Builder.getMutationsOrBuilderList()
Required.
|
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> |
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> |
CheckAndMutateRowRequestOrBuilder.getTrueMutationsOrBuilderList()
Changes to be atomically applied to the specified row if `predicate_filter`
yields at least one cell when applied to `row_key`.
|
Copyright © 2023 Google LLC. All rights reserved.