Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::CheckAndMutateRowRequest.
Request message for Bigtable.CheckAndMutateRow.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#app_profile_id
def app_profile_id() -> ::String
- (::String) — This value specifies routing for replication. If not specified, the "default" application profile will be used.
#app_profile_id=
def app_profile_id=(value) -> ::String
- value (::String) — This value specifies routing for replication. If not specified, the "default" application profile will be used.
- (::String) — This value specifies routing for replication. If not specified, the "default" application profile will be used.
#authorized_view_name
def authorized_view_name() -> ::String
-
(::String) — Optional. The unique name of the AuthorizedView to which the conditional
mutation should be applied.
Values are of the form
projects/<project>/instances/<instance>/tables/<table>/authorizedViews/<authorized_view>
.
#authorized_view_name=
def authorized_view_name=(value) -> ::String
-
value (::String) — Optional. The unique name of the AuthorizedView to which the conditional
mutation should be applied.
Values are of the form
projects/<project>/instances/<instance>/tables/<table>/authorizedViews/<authorized_view>
.
-
(::String) — Optional. The unique name of the AuthorizedView to which the conditional
mutation should be applied.
Values are of the form
projects/<project>/instances/<instance>/tables/<table>/authorizedViews/<authorized_view>
.
#false_mutations
def false_mutations() -> ::Array<::Google::Cloud::Bigtable::V2::Mutation>
-
(::Array<::Google::Cloud::Bigtable::V2::Mutation>) — Changes to be atomically applied to the specified row if
predicate_filter
does not yield any cells when applied torow_key
. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry iftrue_mutations
is empty, and at most 100000.
#false_mutations=
def false_mutations=(value) -> ::Array<::Google::Cloud::Bigtable::V2::Mutation>
-
value (::Array<::Google::Cloud::Bigtable::V2::Mutation>) — Changes to be atomically applied to the specified row if
predicate_filter
does not yield any cells when applied torow_key
. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry iftrue_mutations
is empty, and at most 100000.
-
(::Array<::Google::Cloud::Bigtable::V2::Mutation>) — Changes to be atomically applied to the specified row if
predicate_filter
does not yield any cells when applied torow_key
. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry iftrue_mutations
is empty, and at most 100000.
#predicate_filter
def predicate_filter() -> ::Google::Cloud::Bigtable::V2::RowFilter
-
(::Google::Cloud::Bigtable::V2::RowFilter) — The filter to be applied to the contents of the specified row. Depending
on whether or not any results are yielded, either
true_mutations
orfalse_mutations
will be executed. If unset, checks that the row contains any values at all.
#predicate_filter=
def predicate_filter=(value) -> ::Google::Cloud::Bigtable::V2::RowFilter
-
value (::Google::Cloud::Bigtable::V2::RowFilter) — The filter to be applied to the contents of the specified row. Depending
on whether or not any results are yielded, either
true_mutations
orfalse_mutations
will be executed. If unset, checks that the row contains any values at all.
-
(::Google::Cloud::Bigtable::V2::RowFilter) — The filter to be applied to the contents of the specified row. Depending
on whether or not any results are yielded, either
true_mutations
orfalse_mutations
will be executed. If unset, checks that the row contains any values at all.
#row_key
def row_key() -> ::String
- (::String) — Required. The key of the row to which the conditional mutation should be applied.
#row_key=
def row_key=(value) -> ::String
- value (::String) — Required. The key of the row to which the conditional mutation should be applied.
- (::String) — Required. The key of the row to which the conditional mutation should be applied.
#table_name
def table_name() -> ::String
-
(::String) — Optional. 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>
.
#table_name=
def table_name=(value) -> ::String
-
value (::String) — Optional. 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) — Optional. 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>
.
#true_mutations
def true_mutations() -> ::Array<::Google::Cloud::Bigtable::V2::Mutation>
-
(::Array<::Google::Cloud::Bigtable::V2::Mutation>) — Changes to be atomically applied to the specified row if
predicate_filter
yields at least one cell when applied torow_key
. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry iffalse_mutations
is empty, and at most 100000.
#true_mutations=
def true_mutations=(value) -> ::Array<::Google::Cloud::Bigtable::V2::Mutation>
-
value (::Array<::Google::Cloud::Bigtable::V2::Mutation>) — Changes to be atomically applied to the specified row if
predicate_filter
yields at least one cell when applied torow_key
. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry iffalse_mutations
is empty, and at most 100000.
-
(::Array<::Google::Cloud::Bigtable::V2::Mutation>) — Changes to be atomically applied to the specified row if
predicate_filter
yields at least one cell when applied torow_key
. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry iffalse_mutations
is empty, and at most 100000.