public interface CheckAndMutateRowRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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.
|
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`.
|
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.
|
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`.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
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;
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;
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;
ByteString getRowKey()
The key of the row to which the conditional mutation should be applied.
bytes row_key = 2;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;