public static final class CheckAndMutateRowRequest.Builder extends 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(java.lang.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(java.lang.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(Descriptors.FieldDescriptor field,
java.lang.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 |
clearAppProfileId()
This is a private alpha release of Cloud Bigtable replication.
|
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(Descriptors.FieldDescriptor field) |
CheckAndMutateRowRequest.Builder |
clearOneof(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() |
java.lang.String |
getAppProfileId()
This is a private alpha release of Cloud Bigtable replication.
|
ByteString |
getAppProfileIdBytes()
This is a private alpha release of Cloud Bigtable replication.
|
CheckAndMutateRowRequest |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
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`.
|
java.util.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`.
|
java.util.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`.
|
java.util.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.
|
ByteString |
getRowKey()
The key of the row to which the conditional mutation should be applied.
|
java.lang.String |
getTableName()
The unique name of the table to which the conditional mutation should be
applied.
|
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`.
|
java.util.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`.
|
java.util.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`.
|
java.util.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 GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
CheckAndMutateRowRequest.Builder |
mergeFrom(CheckAndMutateRowRequest other) |
CheckAndMutateRowRequest.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
CheckAndMutateRowRequest.Builder |
mergeFrom(Message other) |
CheckAndMutateRowRequest.Builder |
mergePredicateFilter(RowFilter value)
The filter to be applied to the contents of the specified row.
|
CheckAndMutateRowRequest.Builder |
mergeUnknownFields(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 |
setAppProfileId(java.lang.String value)
This is a private alpha release of Cloud Bigtable replication.
|
CheckAndMutateRowRequest.Builder |
setAppProfileIdBytes(ByteString value)
This is a private alpha release of Cloud Bigtable replication.
|
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(Descriptors.FieldDescriptor field,
java.lang.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(Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
CheckAndMutateRowRequest.Builder |
setRowKey(ByteString value)
The key of the row to which the conditional mutation should be applied.
|
CheckAndMutateRowRequest.Builder |
setTableName(java.lang.String value)
The unique name of the table to which the conditional mutation should be
applied.
|
CheckAndMutateRowRequest.Builder |
setTableNameBytes(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(UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder>public CheckAndMutateRowRequest.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder>public CheckAndMutateRowRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic CheckAndMutateRowRequest build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic CheckAndMutateRowRequest buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic CheckAndMutateRowRequest.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder>public CheckAndMutateRowRequest.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder>public CheckAndMutateRowRequest.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder>public CheckAndMutateRowRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder>public CheckAndMutateRowRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder>public CheckAndMutateRowRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder>public CheckAndMutateRowRequest.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<CheckAndMutateRowRequest.Builder>public CheckAndMutateRowRequest.Builder mergeFrom(CheckAndMutateRowRequest other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder>public CheckAndMutateRowRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<CheckAndMutateRowRequest.Builder>java.io.IOExceptionpublic java.lang.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 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(java.lang.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(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 java.lang.String getAppProfileId()
This is a private alpha release of Cloud Bigtable replication. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy. This value specifies routing for replication. If not specified, the "default" application profile will be used.
string app_profile_id = 7;getAppProfileId in interface CheckAndMutateRowRequestOrBuilderpublic ByteString getAppProfileIdBytes()
This is a private alpha release of Cloud Bigtable replication. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy. This value specifies routing for replication. If not specified, the "default" application profile will be used.
string app_profile_id = 7;getAppProfileIdBytes in interface CheckAndMutateRowRequestOrBuilderpublic CheckAndMutateRowRequest.Builder setAppProfileId(java.lang.String value)
This is a private alpha release of Cloud Bigtable replication. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy. This value specifies routing for replication. If not specified, the "default" application profile will be used.
string app_profile_id = 7;public CheckAndMutateRowRequest.Builder clearAppProfileId()
This is a private alpha release of Cloud Bigtable replication. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy. This value specifies routing for replication. If not specified, the "default" application profile will be used.
string app_profile_id = 7;public CheckAndMutateRowRequest.Builder setAppProfileIdBytes(ByteString value)
This is a private alpha release of Cloud Bigtable replication. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy. This value specifies routing for replication. If not specified, the "default" application profile will be used.
string app_profile_id = 7;public 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(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 java.util.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(java.lang.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 java.util.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 java.util.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 java.util.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(java.lang.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 java.util.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 java.util.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(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder>public final CheckAndMutateRowRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder>