Class CheckAndMutateRowRequest.Builder (2.13.0)

public static final class CheckAndMutateRowRequest.Builder extends GeneratedMessageV3.Builder<CheckAndMutateRowRequest.Builder> implements CheckAndMutateRowRequestOrBuilder

Request message for Bigtable.CheckAndMutateRow.

Protobuf type google.bigtable.v2.CheckAndMutateRowRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllFalseMutations(Iterable<? extends Mutation> values)

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;

Parameter
NameDescription
valuesIterable<? extends com.google.bigtable.v2.Mutation>
Returns
TypeDescription
CheckAndMutateRowRequest.Builder

addAllTrueMutations(Iterable<? extends Mutation> values)

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;

Parameter
NameDescription
valuesIterable<? extends com.google.bigtable.v2.Mutation>
Returns
TypeDescription
CheckAndMutateRowRequest.Builder

addFalseMutations(Mutation value)

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;

Parameter
NameDescription
valueMutation
Returns
TypeDescription
CheckAndMutateRowRequest.Builder

addFalseMutations(Mutation.Builder builderForValue)

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;

Parameter
NameDescription
builderForValueMutation.Builder
Returns
TypeDescription
CheckAndMutateRowRequest.Builder

addFalseMutations(int index, Mutation value)

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;

Parameters
NameDescription
indexint
valueMutation
Returns
TypeDescription
CheckAndMutateRowRequest.Builder

addFalseMutations(int index, Mutation.Builder builderForValue)

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;

Parameters
NameDescription
indexint
builderForValueMutation.Builder
Returns
TypeDescription
CheckAndMutateRowRequest.Builder

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;

Returns
TypeDescription
Mutation.Builder

addFalseMutationsBuilder(int index)

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
Mutation.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public CheckAndMutateRowRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
CheckAndMutateRowRequest.Builder
Overrides

addTrueMutations(Mutation value)

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;

Parameter
NameDescription
valueMutation
Returns
TypeDescription
CheckAndMutateRowRequest.Builder

addTrueMutations(Mutation.Builder builderForValue)

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;

Parameter
NameDescription
builderForValueMutation.Builder
Returns
TypeDescription
CheckAndMutateRowRequest.Builder

addTrueMutations(int index, Mutation value)

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;

Parameters
NameDescription
indexint
valueMutation
Returns
TypeDescription
CheckAndMutateRowRequest.Builder

addTrueMutations(int index, Mutation.Builder builderForValue)

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;

Parameters
NameDescription
indexint
builderForValueMutation.Builder
Returns
TypeDescription
CheckAndMutateRowRequest.Builder

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;

Returns
TypeDescription
Mutation.Builder

addTrueMutationsBuilder(int index)

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
Mutation.Builder

build()

public CheckAndMutateRowRequest build()
Returns
TypeDescription
CheckAndMutateRowRequest

buildPartial()

public CheckAndMutateRowRequest buildPartial()
Returns
TypeDescription
CheckAndMutateRowRequest

clear()

public CheckAndMutateRowRequest.Builder clear()
Returns
TypeDescription
CheckAndMutateRowRequest.Builder
Overrides

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
TypeDescription
CheckAndMutateRowRequest.Builder

This builder for chaining.

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;

Returns
TypeDescription
CheckAndMutateRowRequest.Builder

clearField(Descriptors.FieldDescriptor field)

public CheckAndMutateRowRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
CheckAndMutateRowRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public CheckAndMutateRowRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
CheckAndMutateRowRequest.Builder
Overrides

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;

Returns
TypeDescription
CheckAndMutateRowRequest.Builder

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
TypeDescription
CheckAndMutateRowRequest.Builder

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
TypeDescription
CheckAndMutateRowRequest.Builder

This builder for chaining.

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;

Returns
TypeDescription
CheckAndMutateRowRequest.Builder

clone()

public CheckAndMutateRowRequest.Builder clone()
Returns
TypeDescription
CheckAndMutateRowRequest.Builder
Overrides

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;

Returns
TypeDescription
String

The appProfileId.

getAppProfileIdBytes()

public ByteString getAppProfileIdBytes()

This value specifies routing for replication. If not specified, the "default" application profile will be used.

string app_profile_id = 7;

Returns
TypeDescription
ByteString

The bytes for appProfileId.

getDefaultInstanceForType()

public CheckAndMutateRowRequest getDefaultInstanceForType()
Returns
TypeDescription
CheckAndMutateRowRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getFalseMutations(int index)

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
Mutation

getFalseMutationsBuilder(int index)

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
Mutation.Builder

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;

Returns
TypeDescription
List<Builder>

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;

Returns
TypeDescription
int

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;

Returns
TypeDescription
List<Mutation>

getFalseMutationsOrBuilder(int index)

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
MutationOrBuilder

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;

Returns
TypeDescription
List<? extends com.google.bigtable.v2.MutationOrBuilder>

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;

Returns
TypeDescription
RowFilter

The predicateFilter.

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;

Returns
TypeDescription
RowFilter.Builder

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;

Returns
TypeDescription
RowFilterOrBuilder

getRowKey()

public 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];

Returns
TypeDescription
ByteString

The rowKey.

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) = { ... }

Returns
TypeDescription
String

The tableName.

getTableNameBytes()

public 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) = { ... }

Returns
TypeDescription
ByteString

The bytes for tableName.

getTrueMutations(int index)

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
Mutation

getTrueMutationsBuilder(int index)

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
Mutation.Builder

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;

Returns
TypeDescription
List<Builder>

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;

Returns
TypeDescription
int

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;

Returns
TypeDescription
List<Mutation>

getTrueMutationsOrBuilder(int index)

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
MutationOrBuilder

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;

Returns
TypeDescription
List<? extends com.google.bigtable.v2.MutationOrBuilder>

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;

Returns
TypeDescription
boolean

Whether the predicateFilter field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(CheckAndMutateRowRequest other)

public CheckAndMutateRowRequest.Builder mergeFrom(CheckAndMutateRowRequest other)
Parameter
NameDescription
otherCheckAndMutateRowRequest
Returns
TypeDescription
CheckAndMutateRowRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CheckAndMutateRowRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CheckAndMutateRowRequest.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public CheckAndMutateRowRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
CheckAndMutateRowRequest.Builder
Overrides

mergePredicateFilter(RowFilter value)

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;

Parameter
NameDescription
valueRowFilter
Returns
TypeDescription
CheckAndMutateRowRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final CheckAndMutateRowRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
CheckAndMutateRowRequest.Builder
Overrides

removeFalseMutations(int index)

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
CheckAndMutateRowRequest.Builder

removeTrueMutations(int index)

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
CheckAndMutateRowRequest.Builder

setAppProfileId(String value)

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;

Parameter
NameDescription
valueString

The appProfileId to set.

Returns
TypeDescription
CheckAndMutateRowRequest.Builder

This builder for chaining.

setAppProfileIdBytes(ByteString value)

public CheckAndMutateRowRequest.Builder setAppProfileIdBytes(ByteString value)

This value specifies routing for replication. If not specified, the "default" application profile will be used.

string app_profile_id = 7;

Parameter
NameDescription
valueByteString

The bytes for appProfileId to set.

Returns
TypeDescription
CheckAndMutateRowRequest.Builder

This builder for chaining.

setFalseMutations(int index, Mutation value)

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;

Parameters
NameDescription
indexint
valueMutation
Returns
TypeDescription
CheckAndMutateRowRequest.Builder

setFalseMutations(int index, Mutation.Builder builderForValue)

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;

Parameters
NameDescription
indexint
builderForValueMutation.Builder
Returns
TypeDescription
CheckAndMutateRowRequest.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public CheckAndMutateRowRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
CheckAndMutateRowRequest.Builder
Overrides

setPredicateFilter(RowFilter value)

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;

Parameter
NameDescription
valueRowFilter
Returns
TypeDescription
CheckAndMutateRowRequest.Builder

setPredicateFilter(RowFilter.Builder builderForValue)

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;

Parameter
NameDescription
builderForValueRowFilter.Builder
Returns
TypeDescription
CheckAndMutateRowRequest.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public CheckAndMutateRowRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
CheckAndMutateRowRequest.Builder
Overrides

setRowKey(ByteString value)

public CheckAndMutateRowRequest.Builder setRowKey(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];

Parameter
NameDescription
valueByteString

The rowKey to set.

Returns
TypeDescription
CheckAndMutateRowRequest.Builder

This builder for chaining.

setTableName(String value)

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) = { ... }

Parameter
NameDescription
valueString

The tableName to set.

Returns
TypeDescription
CheckAndMutateRowRequest.Builder

This builder for chaining.

setTableNameBytes(ByteString value)

public CheckAndMutateRowRequest.Builder setTableNameBytes(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) = { ... }

Parameter
NameDescription
valueByteString

The bytes for tableName to set.

Returns
TypeDescription
CheckAndMutateRowRequest.Builder

This builder for chaining.

setTrueMutations(int index, Mutation value)

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;

Parameters
NameDescription
indexint
valueMutation
Returns
TypeDescription
CheckAndMutateRowRequest.Builder

setTrueMutations(int index, Mutation.Builder builderForValue)

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;

Parameters
NameDescription
indexint
builderForValueMutation.Builder
Returns
TypeDescription
CheckAndMutateRowRequest.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final CheckAndMutateRowRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
CheckAndMutateRowRequest.Builder
Overrides