Package com.google.bigtable.v2
Class CheckAndMutateRowRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder>
-
- com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
-
- All Implemented Interfaces:
CheckAndMutateRowRequestOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- CheckAndMutateRowRequest
public static final class CheckAndMutateRowRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder> implements CheckAndMutateRowRequestOrBuilder
Request message for Bigtable.CheckAndMutateRow.
Protobuf typegoogle.bigtable.v2.CheckAndMutateRowRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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 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(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(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`.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 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(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(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`.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 value specifies routing for 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(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()
Required.CheckAndMutateRowRequest.Builder
clearTableName()
Required.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()
String
getAppProfileId()
This value specifies routing for replication.com.google.protobuf.ByteString
getAppProfileIdBytes()
This value specifies routing for replication.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()
Required.String
getTableName()
Required.com.google.protobuf.ByteString
getTableNameBytes()
Required.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
setAppProfileId(String value)
This value specifies routing for replication.CheckAndMutateRowRequest.Builder
setAppProfileIdBytes(com.google.protobuf.ByteString value)
This value specifies routing for replication.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
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
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
CheckAndMutateRowRequest.Builder
setPredicateFilter(RowFilter value)
The filter to be applied to the contents of the specified row.CheckAndMutateRowRequest.Builder
setPredicateFilter(RowFilter.Builder builderForValue)
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)
Required.CheckAndMutateRowRequest.Builder
setTableName(String value)
Required.CheckAndMutateRowRequest.Builder
setTableNameBytes(com.google.protobuf.ByteString value)
Required.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
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
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder>
-
clear
public CheckAndMutateRowRequest.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder>
-
getDefaultInstanceForType
public CheckAndMutateRowRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public CheckAndMutateRowRequest build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public CheckAndMutateRowRequest buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public CheckAndMutateRowRequest.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder>
-
setField
public CheckAndMutateRowRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder>
-
clearField
public CheckAndMutateRowRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder>
-
clearOneof
public CheckAndMutateRowRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder>
-
setRepeatedField
public CheckAndMutateRowRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder>
-
addRepeatedField
public CheckAndMutateRowRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder>
-
mergeFrom
public CheckAndMutateRowRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<CheckAndMutateRowRequest.Builder>
-
mergeFrom
public CheckAndMutateRowRequest.Builder mergeFrom(CheckAndMutateRowRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder>
-
mergeFrom
public CheckAndMutateRowRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<CheckAndMutateRowRequest.Builder>
- Throws:
IOException
-
getTableName
public String getTableName()
Required. 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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Specified by:
getTableName
in interfaceCheckAndMutateRowRequestOrBuilder
- Returns:
- The tableName.
-
getTableNameBytes
public com.google.protobuf.ByteString getTableNameBytes()
Required. 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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Specified by:
getTableNameBytes
in interfaceCheckAndMutateRowRequestOrBuilder
- Returns:
- The bytes for tableName.
-
setTableName
public CheckAndMutateRowRequest.Builder setTableName(String value)
Required. 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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Parameters:
value
- The tableName to set.- Returns:
- This builder for chaining.
-
clearTableName
public CheckAndMutateRowRequest.Builder clearTableName()
Required. 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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- This builder for chaining.
-
setTableNameBytes
public CheckAndMutateRowRequest.Builder setTableNameBytes(com.google.protobuf.ByteString value)
Required. 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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Parameters:
value
- The bytes for tableName to set.- Returns:
- This builder for chaining.
-
getAppProfileId
public String getAppProfileId()
This value specifies routing for replication. If not specified, the "default" application profile will be used.
string app_profile_id = 7;
- Specified by:
getAppProfileId
in interfaceCheckAndMutateRowRequestOrBuilder
- Returns:
- The appProfileId.
-
getAppProfileIdBytes
public com.google.protobuf.ByteString getAppProfileIdBytes()
This value specifies routing for replication. If not specified, the "default" application profile will be used.
string app_profile_id = 7;
- Specified by:
getAppProfileIdBytes
in interfaceCheckAndMutateRowRequestOrBuilder
- Returns:
- The bytes for appProfileId.
-
setAppProfileId
public CheckAndMutateRowRequest.Builder setAppProfileId(String value)
This value specifies routing for replication. If not specified, the "default" application profile will be used.
string app_profile_id = 7;
- Parameters:
value
- The appProfileId to set.- Returns:
- This builder for chaining.
-
clearAppProfileId
public CheckAndMutateRowRequest.Builder clearAppProfileId()
This value specifies routing for replication. If not specified, the "default" application profile will be used.
string app_profile_id = 7;
- Returns:
- This builder for chaining.
-
setAppProfileIdBytes
public CheckAndMutateRowRequest.Builder setAppProfileIdBytes(com.google.protobuf.ByteString value)
This value specifies routing for replication. If not specified, the "default" application profile will be used.
string app_profile_id = 7;
- Parameters:
value
- The bytes for appProfileId to set.- Returns:
- This builder for chaining.
-
getRowKey
public com.google.protobuf.ByteString getRowKey()
Required. The key of the row to which the conditional mutation should be applied.
bytes row_key = 2 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getRowKey
in interfaceCheckAndMutateRowRequestOrBuilder
- Returns:
- The rowKey.
-
setRowKey
public CheckAndMutateRowRequest.Builder setRowKey(com.google.protobuf.ByteString value)
Required. The key of the row to which the conditional mutation should be applied.
bytes row_key = 2 [(.google.api.field_behavior) = REQUIRED];
- Parameters:
value
- The rowKey to set.- Returns:
- This builder for chaining.
-
clearRowKey
public CheckAndMutateRowRequest.Builder clearRowKey()
Required. The key of the row to which the conditional mutation should be applied.
bytes row_key = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- This builder for chaining.
-
hasPredicateFilter
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;
- Specified by:
hasPredicateFilter
in interfaceCheckAndMutateRowRequestOrBuilder
- Returns:
- Whether the predicateFilter field is set.
-
getPredicateFilter
public 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;
- Specified by:
getPredicateFilter
in interfaceCheckAndMutateRowRequestOrBuilder
- Returns:
- The predicateFilter.
-
setPredicateFilter
public 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;
-
setPredicateFilter
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;
-
mergePredicateFilter
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;
-
clearPredicateFilter
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;
-
getPredicateFilterBuilder
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;
-
getPredicateFilterOrBuilder
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;
- Specified by:
getPredicateFilterOrBuilder
in interfaceCheckAndMutateRowRequestOrBuilder
-
getTrueMutationsList
public 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;
- Specified by:
getTrueMutationsList
in interfaceCheckAndMutateRowRequestOrBuilder
-
getTrueMutationsCount
public 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;
- Specified by:
getTrueMutationsCount
in interfaceCheckAndMutateRowRequestOrBuilder
-
getTrueMutations
public 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;
- Specified by:
getTrueMutations
in interfaceCheckAndMutateRowRequestOrBuilder
-
setTrueMutations
public 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;
-
setTrueMutations
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;
-
addTrueMutations
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;
-
addTrueMutations
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;
-
addTrueMutations
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;
-
addTrueMutations
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;
-
addAllTrueMutations
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;
-
clearTrueMutations
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;
-
removeTrueMutations
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;
-
getTrueMutationsBuilder
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;
-
getTrueMutationsOrBuilder
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;
- Specified by:
getTrueMutationsOrBuilder
in interfaceCheckAndMutateRowRequestOrBuilder
-
getTrueMutationsOrBuilderList
public 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;
- Specified by:
getTrueMutationsOrBuilderList
in interfaceCheckAndMutateRowRequestOrBuilder
-
addTrueMutationsBuilder
public 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;
-
addTrueMutationsBuilder
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;
-
getTrueMutationsBuilderList
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;
-
getFalseMutationsList
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;
- Specified by:
getFalseMutationsList
in interfaceCheckAndMutateRowRequestOrBuilder
-
getFalseMutationsCount
public 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;
- Specified by:
getFalseMutationsCount
in interfaceCheckAndMutateRowRequestOrBuilder
-
getFalseMutations
public 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;
- Specified by:
getFalseMutations
in interfaceCheckAndMutateRowRequestOrBuilder
-
setFalseMutations
public 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;
-
setFalseMutations
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;
-
addFalseMutations
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;
-
addFalseMutations
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;
-
addFalseMutations
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;
-
addFalseMutations
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;
-
addAllFalseMutations
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;
-
clearFalseMutations
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;
-
removeFalseMutations
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;
-
getFalseMutationsBuilder
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;
-
getFalseMutationsOrBuilder
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;
- Specified by:
getFalseMutationsOrBuilder
in interfaceCheckAndMutateRowRequestOrBuilder
-
getFalseMutationsOrBuilderList
public 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;
- Specified by:
getFalseMutationsOrBuilderList
in interfaceCheckAndMutateRowRequestOrBuilder
-
addFalseMutationsBuilder
public 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;
-
addFalseMutationsBuilder
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;
-
getFalseMutationsBuilderList
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;
-
setUnknownFields
public final CheckAndMutateRowRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder>
-
mergeUnknownFields
public final CheckAndMutateRowRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder>
-
-