public static final class CheckAndMutateRowRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder> implements CheckAndMutateRowRequestOrBuilder
Request message for Bigtable.CheckAndMutateRow.Protobuf type
google.bigtable.v2.CheckAndMutateRowRequest| Modifier and Type | Method and Description |
|---|---|
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`.
|
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`.
|
CheckAndMutateRowRequest.Builder |
addFalseMutations(int index,
Mutation.Builder builderForValue)
Changes to be atomically applied to the specified row if `predicate_filter`
does not yield any cells when applied to `row_key`.
|
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 |
addFalseMutations(Mutation.Builder builderForValue)
Changes to be atomically applied to the specified row if `predicate_filter`
does not yield any cells when applied to `row_key`.
|
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`.
|
Mutation.Builder |
addFalseMutationsBuilder()
Changes to be atomically applied to the specified row if `predicate_filter`
does not yield any cells when applied to `row_key`.
|
Mutation.Builder |
addFalseMutationsBuilder(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.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CheckAndMutateRowRequest.Builder |
addTrueMutations(int index,
Mutation.Builder builderForValue)
Changes to be atomically applied to the specified row if `predicate_filter`
yields at least one cell when applied to `row_key`.
|
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 |
addTrueMutations(Mutation.Builder builderForValue)
Changes to be atomically applied to the specified row if `predicate_filter`
yields at least one cell when applied to `row_key`.
|
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 |
addTrueMutationsBuilder()
Changes to be atomically applied to the specified row if `predicate_filter`
yields at least one cell when applied to `row_key`.
|
Mutation.Builder |
addTrueMutationsBuilder(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 |
build() |
CheckAndMutateRowRequest |
buildPartial() |
CheckAndMutateRowRequest.Builder |
clear() |
CheckAndMutateRowRequest.Builder |
clearFalseMutations()
Changes to be atomically applied to the specified row if `predicate_filter`
does not yield any cells when applied to `row_key`.
|
CheckAndMutateRowRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CheckAndMutateRowRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CheckAndMutateRowRequest.Builder |
clearPredicateFilter()
The filter to be applied to the contents of the specified row.
|
CheckAndMutateRowRequest.Builder |
clearRowKey()
The key of the row to which the conditional mutation should be applied.
|
CheckAndMutateRowRequest.Builder |
clearTableName()
The unique name of the table to which the conditional mutation should be
applied.
|
CheckAndMutateRowRequest.Builder |
clearTrueMutations()
Changes to be atomically applied to the specified row if `predicate_filter`
yields at least one cell when applied to `row_key`.
|
CheckAndMutateRowRequest.Builder |
clone() |
CheckAndMutateRowRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Mutation |
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.Builder |
getFalseMutationsBuilder(int index)
Changes to be atomically applied to the specified row if `predicate_filter`
does not yield any cells when applied to `row_key`.
|
List<Mutation.Builder> |
getFalseMutationsBuilderList()
Changes to be atomically applied to the specified row if `predicate_filter`
does not yield any cells when applied to `row_key`.
|
int |
getFalseMutationsCount()
Changes to be atomically applied to the specified row if `predicate_filter`
does not yield any cells when applied to `row_key`.
|
List<Mutation> |
getFalseMutationsList()
Changes to be atomically applied to the specified row if `predicate_filter`
does not yield any cells when applied to `row_key`.
|
MutationOrBuilder |
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`.
|
List<? extends MutationOrBuilder> |
getFalseMutationsOrBuilderList()
Changes to be atomically applied to the specified row if `predicate_filter`
does not yield any cells when applied to `row_key`.
|
RowFilter |
getPredicateFilter()
The filter to be applied to the contents of the specified row.
|
RowFilter.Builder |
getPredicateFilterBuilder()
The filter to be applied to the contents of the specified row.
|
RowFilterOrBuilder |
getPredicateFilterOrBuilder()
The filter to be applied to the contents of the specified row.
|
com.google.protobuf.ByteString |
getRowKey()
The key of the row to which the conditional mutation should be applied.
|
String |
getTableName()
The unique name of the table to which the conditional mutation should be
applied.
|
com.google.protobuf.ByteString |
getTableNameBytes()
The unique name of the table to which the conditional mutation should be
applied.
|
Mutation |
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.Builder |
getTrueMutationsBuilder(int index)
Changes to be atomically applied to the specified row if `predicate_filter`
yields at least one cell when applied to `row_key`.
|
List<Mutation.Builder> |
getTrueMutationsBuilderList()
Changes to be atomically applied to the specified row if `predicate_filter`
yields at least one cell when applied to `row_key`.
|
int |
getTrueMutationsCount()
Changes to be atomically applied to the specified row if `predicate_filter`
yields at least one cell when applied to `row_key`.
|
List<Mutation> |
getTrueMutationsList()
Changes to be atomically applied to the specified row if `predicate_filter`
yields at least one cell when applied to `row_key`.
|
MutationOrBuilder |
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`.
|
List<? extends MutationOrBuilder> |
getTrueMutationsOrBuilderList()
Changes to be atomically applied to the specified row if `predicate_filter`
yields at least one cell when applied to `row_key`.
|
boolean |
hasPredicateFilter()
The filter to be applied to the contents of the specified row.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
CheckAndMutateRowRequest.Builder |
mergeFrom(CheckAndMutateRowRequest other) |
CheckAndMutateRowRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CheckAndMutateRowRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
CheckAndMutateRowRequest.Builder |
mergePredicateFilter(RowFilter value)
The filter to be applied to the contents of the specified row.
|
CheckAndMutateRowRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CheckAndMutateRowRequest.Builder |
removeFalseMutations(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.Builder |
removeTrueMutations(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.Builder |
setFalseMutations(int index,
Mutation.Builder builderForValue)
Changes to be atomically applied to the specified row if `predicate_filter`
does not yield any cells when applied to `row_key`.
|
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`.
|
CheckAndMutateRowRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CheckAndMutateRowRequest.Builder |
setPredicateFilter(RowFilter.Builder builderForValue)
The filter to be applied to the contents of the specified row.
|
CheckAndMutateRowRequest.Builder |
setPredicateFilter(RowFilter value)
The filter to be applied to the contents of the specified row.
|
CheckAndMutateRowRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CheckAndMutateRowRequest.Builder |
setRowKey(com.google.protobuf.ByteString value)
The key of the row to which the conditional mutation should be applied.
|
CheckAndMutateRowRequest.Builder |
setTableName(String value)
The unique name of the table to which the conditional mutation should be
applied.
|
CheckAndMutateRowRequest.Builder |
setTableNameBytes(com.google.protobuf.ByteString value)
The unique name of the table to which the conditional mutation should be
applied.
|
CheckAndMutateRowRequest.Builder |
setTrueMutations(int index,
Mutation.Builder builderForValue)
Changes to be atomically applied to the specified row if `predicate_filter`
yields at least one cell when applied to `row_key`.
|
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`.
|
CheckAndMutateRowRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder>public CheckAndMutateRowRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder>public CheckAndMutateRowRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic CheckAndMutateRowRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic CheckAndMutateRowRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic CheckAndMutateRowRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder>public CheckAndMutateRowRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder>public CheckAndMutateRowRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder>public CheckAndMutateRowRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder>public CheckAndMutateRowRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder>public CheckAndMutateRowRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder>public CheckAndMutateRowRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CheckAndMutateRowRequest.Builder>public CheckAndMutateRowRequest.Builder mergeFrom(CheckAndMutateRowRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder>public CheckAndMutateRowRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CheckAndMutateRowRequest.Builder>IOExceptionpublic String getTableName()
The unique name of the table to which the conditional mutation should be applied. Values are of the form projects/<project>/instances/<instance>/tables/<table>
string table_name = 1;getTableName in interface CheckAndMutateRowRequestOrBuilderpublic com.google.protobuf.ByteString getTableNameBytes()
The unique name of the table to which the conditional mutation should be applied. Values are of the form projects/<project>/instances/<instance>/tables/<table>
string table_name = 1;getTableNameBytes in interface CheckAndMutateRowRequestOrBuilderpublic CheckAndMutateRowRequest.Builder setTableName(String value)
The unique name of the table to which the conditional mutation should be applied. Values are of the form projects/<project>/instances/<instance>/tables/<table>
string table_name = 1;public CheckAndMutateRowRequest.Builder clearTableName()
The unique name of the table to which the conditional mutation should be applied. Values are of the form projects/<project>/instances/<instance>/tables/<table>
string table_name = 1;public CheckAndMutateRowRequest.Builder setTableNameBytes(com.google.protobuf.ByteString value)
The unique name of the table to which the conditional mutation should be applied. Values are of the form projects/<project>/instances/<instance>/tables/<table>
string table_name = 1;public com.google.protobuf.ByteString getRowKey()
The key of the row to which the conditional mutation should be applied.
bytes row_key = 2;getRowKey in interface CheckAndMutateRowRequestOrBuilderpublic CheckAndMutateRowRequest.Builder setRowKey(com.google.protobuf.ByteString value)
The key of the row to which the conditional mutation should be applied.
bytes row_key = 2;public CheckAndMutateRowRequest.Builder clearRowKey()
The key of the row to which the conditional mutation should be applied.
bytes row_key = 2;public boolean hasPredicateFilter()
The filter to be applied to the contents of the specified row. Depending on whether or not any results are yielded, either `true_mutations` or `false_mutations` will be executed. If unset, checks that the row contains any values at all.
.google.bigtable.v2.RowFilter predicate_filter = 6;hasPredicateFilter in interface CheckAndMutateRowRequestOrBuilderpublic RowFilter getPredicateFilter()
The filter to be applied to the contents of the specified row. Depending on whether or not any results are yielded, either `true_mutations` or `false_mutations` will be executed. If unset, checks that the row contains any values at all.
.google.bigtable.v2.RowFilter predicate_filter = 6;getPredicateFilter in interface CheckAndMutateRowRequestOrBuilderpublic CheckAndMutateRowRequest.Builder setPredicateFilter(RowFilter value)
The filter to be applied to the contents of the specified row. Depending on whether or not any results are yielded, either `true_mutations` or `false_mutations` will be executed. If unset, checks that the row contains any values at all.
.google.bigtable.v2.RowFilter predicate_filter = 6;public CheckAndMutateRowRequest.Builder setPredicateFilter(RowFilter.Builder builderForValue)
The filter to be applied to the contents of the specified row. Depending on whether or not any results are yielded, either `true_mutations` or `false_mutations` will be executed. If unset, checks that the row contains any values at all.
.google.bigtable.v2.RowFilter predicate_filter = 6;public CheckAndMutateRowRequest.Builder mergePredicateFilter(RowFilter value)
The filter to be applied to the contents of the specified row. Depending on whether or not any results are yielded, either `true_mutations` or `false_mutations` will be executed. If unset, checks that the row contains any values at all.
.google.bigtable.v2.RowFilter predicate_filter = 6;public CheckAndMutateRowRequest.Builder clearPredicateFilter()
The filter to be applied to the contents of the specified row. Depending on whether or not any results are yielded, either `true_mutations` or `false_mutations` will be executed. If unset, checks that the row contains any values at all.
.google.bigtable.v2.RowFilter predicate_filter = 6;public RowFilter.Builder getPredicateFilterBuilder()
The filter to be applied to the contents of the specified row. Depending on whether or not any results are yielded, either `true_mutations` or `false_mutations` will be executed. If unset, checks that the row contains any values at all.
.google.bigtable.v2.RowFilter predicate_filter = 6;public RowFilterOrBuilder getPredicateFilterOrBuilder()
The filter to be applied to the contents of the specified row. Depending on whether or not any results are yielded, either `true_mutations` or `false_mutations` will be executed. If unset, checks that the row contains any values at all.
.google.bigtable.v2.RowFilter predicate_filter = 6;getPredicateFilterOrBuilder in interface CheckAndMutateRowRequestOrBuilderpublic List<Mutation> getTrueMutationsList()
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if `false_mutations` is empty, and at most 100000.
repeated .google.bigtable.v2.Mutation true_mutations = 4;getTrueMutationsList in interface CheckAndMutateRowRequestOrBuilderpublic int getTrueMutationsCount()
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if `false_mutations` is empty, and at most 100000.
repeated .google.bigtable.v2.Mutation true_mutations = 4;getTrueMutationsCount in interface CheckAndMutateRowRequestOrBuilderpublic Mutation 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`. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if `false_mutations` is empty, and at most 100000.
repeated .google.bigtable.v2.Mutation true_mutations = 4;getTrueMutations in interface CheckAndMutateRowRequestOrBuilderpublic 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`. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if `false_mutations` is empty, and at most 100000.
repeated .google.bigtable.v2.Mutation true_mutations = 4;public CheckAndMutateRowRequest.Builder setTrueMutations(int index, Mutation.Builder builderForValue)
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if `false_mutations` is empty, and at most 100000.
repeated .google.bigtable.v2.Mutation true_mutations = 4;public 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`. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if `false_mutations` is empty, and at most 100000.
repeated .google.bigtable.v2.Mutation true_mutations = 4;public 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`. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if `false_mutations` is empty, and at most 100000.
repeated .google.bigtable.v2.Mutation true_mutations = 4;public CheckAndMutateRowRequest.Builder addTrueMutations(Mutation.Builder builderForValue)
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if `false_mutations` is empty, and at most 100000.
repeated .google.bigtable.v2.Mutation true_mutations = 4;public CheckAndMutateRowRequest.Builder addTrueMutations(int index, Mutation.Builder builderForValue)
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if `false_mutations` is empty, and at most 100000.
repeated .google.bigtable.v2.Mutation true_mutations = 4;public 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`. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if `false_mutations` is empty, and at most 100000.
repeated .google.bigtable.v2.Mutation true_mutations = 4;public CheckAndMutateRowRequest.Builder clearTrueMutations()
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if `false_mutations` is empty, and at most 100000.
repeated .google.bigtable.v2.Mutation true_mutations = 4;public CheckAndMutateRowRequest.Builder removeTrueMutations(int index)
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if `false_mutations` is empty, and at most 100000.
repeated .google.bigtable.v2.Mutation true_mutations = 4;public Mutation.Builder getTrueMutationsBuilder(int index)
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if `false_mutations` is empty, and at most 100000.
repeated .google.bigtable.v2.Mutation true_mutations = 4;public MutationOrBuilder 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`. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if `false_mutations` is empty, and at most 100000.
repeated .google.bigtable.v2.Mutation true_mutations = 4;getTrueMutationsOrBuilder in interface CheckAndMutateRowRequestOrBuilderpublic List<? extends MutationOrBuilder> getTrueMutationsOrBuilderList()
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if `false_mutations` is empty, and at most 100000.
repeated .google.bigtable.v2.Mutation true_mutations = 4;getTrueMutationsOrBuilderList in interface CheckAndMutateRowRequestOrBuilderpublic Mutation.Builder addTrueMutationsBuilder()
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if `false_mutations` is empty, and at most 100000.
repeated .google.bigtable.v2.Mutation true_mutations = 4;public Mutation.Builder addTrueMutationsBuilder(int index)
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if `false_mutations` is empty, and at most 100000.
repeated .google.bigtable.v2.Mutation true_mutations = 4;public List<Mutation.Builder> getTrueMutationsBuilderList()
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if `false_mutations` is empty, and at most 100000.
repeated .google.bigtable.v2.Mutation true_mutations = 4;public List<Mutation> getFalseMutationsList()
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if `true_mutations` is empty, and at most 100000.
repeated .google.bigtable.v2.Mutation false_mutations = 5;getFalseMutationsList in interface CheckAndMutateRowRequestOrBuilderpublic int getFalseMutationsCount()
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if `true_mutations` is empty, and at most 100000.
repeated .google.bigtable.v2.Mutation false_mutations = 5;getFalseMutationsCount in interface CheckAndMutateRowRequestOrBuilderpublic Mutation 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`. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if `true_mutations` is empty, and at most 100000.
repeated .google.bigtable.v2.Mutation false_mutations = 5;getFalseMutations in interface CheckAndMutateRowRequestOrBuilderpublic 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`. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if `true_mutations` is empty, and at most 100000.
repeated .google.bigtable.v2.Mutation false_mutations = 5;public CheckAndMutateRowRequest.Builder setFalseMutations(int index, Mutation.Builder builderForValue)
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if `true_mutations` is empty, and at most 100000.
repeated .google.bigtable.v2.Mutation false_mutations = 5;public 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`. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if `true_mutations` is empty, and at most 100000.
repeated .google.bigtable.v2.Mutation false_mutations = 5;public 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`. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if `true_mutations` is empty, and at most 100000.
repeated .google.bigtable.v2.Mutation false_mutations = 5;public CheckAndMutateRowRequest.Builder addFalseMutations(Mutation.Builder builderForValue)
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if `true_mutations` is empty, and at most 100000.
repeated .google.bigtable.v2.Mutation false_mutations = 5;public CheckAndMutateRowRequest.Builder addFalseMutations(int index, Mutation.Builder builderForValue)
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if `true_mutations` is empty, and at most 100000.
repeated .google.bigtable.v2.Mutation false_mutations = 5;public 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`. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if `true_mutations` is empty, and at most 100000.
repeated .google.bigtable.v2.Mutation false_mutations = 5;public CheckAndMutateRowRequest.Builder clearFalseMutations()
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if `true_mutations` is empty, and at most 100000.
repeated .google.bigtable.v2.Mutation false_mutations = 5;public CheckAndMutateRowRequest.Builder removeFalseMutations(int index)
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if `true_mutations` is empty, and at most 100000.
repeated .google.bigtable.v2.Mutation false_mutations = 5;public Mutation.Builder getFalseMutationsBuilder(int index)
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if `true_mutations` is empty, and at most 100000.
repeated .google.bigtable.v2.Mutation false_mutations = 5;public MutationOrBuilder 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`. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if `true_mutations` is empty, and at most 100000.
repeated .google.bigtable.v2.Mutation false_mutations = 5;getFalseMutationsOrBuilder in interface CheckAndMutateRowRequestOrBuilderpublic List<? extends MutationOrBuilder> getFalseMutationsOrBuilderList()
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if `true_mutations` is empty, and at most 100000.
repeated .google.bigtable.v2.Mutation false_mutations = 5;getFalseMutationsOrBuilderList in interface CheckAndMutateRowRequestOrBuilderpublic Mutation.Builder addFalseMutationsBuilder()
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if `true_mutations` is empty, and at most 100000.
repeated .google.bigtable.v2.Mutation false_mutations = 5;public Mutation.Builder addFalseMutationsBuilder(int index)
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if `true_mutations` is empty, and at most 100000.
repeated .google.bigtable.v2.Mutation false_mutations = 5;public List<Mutation.Builder> getFalseMutationsBuilderList()
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if `true_mutations` is empty, and at most 100000.
repeated .google.bigtable.v2.Mutation false_mutations = 5;public final CheckAndMutateRowRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder>public final CheckAndMutateRowRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder>