| Package | Description |
|---|---|
| com.google.bigtable.v2 |
| Modifier and Type | Method and Description |
|---|---|
CheckAndMutateRowRequest.Builder |
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 |
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 |
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 |
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 |
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 |
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 |
CheckAndMutateRowRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CheckAndMutateRowRequest.Builder |
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 |
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 |
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 |
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 |
CheckAndMutateRowRequest.Builder.clear() |
CheckAndMutateRowRequest.Builder |
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 |
CheckAndMutateRowRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CheckAndMutateRowRequest.Builder |
CheckAndMutateRowRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CheckAndMutateRowRequest.Builder |
CheckAndMutateRowRequest.Builder.clearPredicateFilter()
The filter to be applied to the contents of the specified row.
|
CheckAndMutateRowRequest.Builder |
CheckAndMutateRowRequest.Builder.clearRowKey()
The key of the row to which the conditional mutation should be applied.
|
CheckAndMutateRowRequest.Builder |
CheckAndMutateRowRequest.Builder.clearTableName()
The unique name of the table to which the conditional mutation should be
applied.
|
CheckAndMutateRowRequest.Builder |
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 |
CheckAndMutateRowRequest.Builder.clone() |
CheckAndMutateRowRequest.Builder |
CheckAndMutateRowRequest.Builder.mergeFrom(CheckAndMutateRowRequest other) |
CheckAndMutateRowRequest.Builder |
CheckAndMutateRowRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CheckAndMutateRowRequest.Builder |
CheckAndMutateRowRequest.Builder.mergeFrom(com.google.protobuf.Message other) |
CheckAndMutateRowRequest.Builder |
CheckAndMutateRowRequest.Builder.mergePredicateFilter(RowFilter value)
The filter to be applied to the contents of the specified row.
|
CheckAndMutateRowRequest.Builder |
CheckAndMutateRowRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static CheckAndMutateRowRequest.Builder |
CheckAndMutateRowRequest.newBuilder() |
static CheckAndMutateRowRequest.Builder |
CheckAndMutateRowRequest.newBuilder(CheckAndMutateRowRequest prototype) |
CheckAndMutateRowRequest.Builder |
CheckAndMutateRowRequest.newBuilderForType() |
protected CheckAndMutateRowRequest.Builder |
CheckAndMutateRowRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
CheckAndMutateRowRequest.Builder |
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 |
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 |
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 |
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 |
CheckAndMutateRowRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CheckAndMutateRowRequest.Builder |
CheckAndMutateRowRequest.Builder.setPredicateFilter(RowFilter.Builder builderForValue)
The filter to be applied to the contents of the specified row.
|
CheckAndMutateRowRequest.Builder |
CheckAndMutateRowRequest.Builder.setPredicateFilter(RowFilter value)
The filter to be applied to the contents of the specified row.
|
CheckAndMutateRowRequest.Builder |
CheckAndMutateRowRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CheckAndMutateRowRequest.Builder |
CheckAndMutateRowRequest.Builder.setRowKey(com.google.protobuf.ByteString value)
The key of the row to which the conditional mutation should be applied.
|
CheckAndMutateRowRequest.Builder |
CheckAndMutateRowRequest.Builder.setTableName(String value)
The unique name of the table to which the conditional mutation should be
applied.
|
CheckAndMutateRowRequest.Builder |
CheckAndMutateRowRequest.Builder.setTableNameBytes(com.google.protobuf.ByteString value)
The unique name of the table to which the conditional mutation should be
applied.
|
CheckAndMutateRowRequest.Builder |
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 |
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 |
CheckAndMutateRowRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CheckAndMutateRowRequest.Builder |
CheckAndMutateRowRequest.toBuilder() |