Cloud Bigtable V2 API - Class Google::Cloud::Bigtable::V2::ReadModifyWriteRowRequest (v1.9.0)

Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::ReadModifyWriteRowRequest.

Request message for Bigtable.ReadModifyWriteRow.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#app_profile_id

def app_profile_id() -> ::String
Returns
  • (::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
Parameter
  • value (::String) — This value specifies routing for replication. If not specified, the "default" application profile will be used.
Returns
  • (::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
Returns
  • (::String) — Optional. The unique name of the AuthorizedView to which the read/modify/write rules 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
Parameter
  • value (::String) — Optional. The unique name of the AuthorizedView to which the read/modify/write rules should be applied.

    Values are of the form projects/<project>/instances/<instance>/tables/<table>/authorizedViews/<authorized_view>.

Returns
  • (::String) — Optional. The unique name of the AuthorizedView to which the read/modify/write rules should be applied.

    Values are of the form projects/<project>/instances/<instance>/tables/<table>/authorizedViews/<authorized_view>.

#row_key

def row_key() -> ::String
Returns
  • (::String) — Required. The key of the row to which the read/modify/write rules should be applied.

#row_key=

def row_key=(value) -> ::String
Parameter
  • value (::String) — Required. The key of the row to which the read/modify/write rules should be applied.
Returns
  • (::String) — Required. The key of the row to which the read/modify/write rules should be applied.

#rules

def rules() -> ::Array<::Google::Cloud::Bigtable::V2::ReadModifyWriteRule>
Returns
  • (::Array<::Google::Cloud::Bigtable::V2::ReadModifyWriteRule>) — Required. Rules specifying how the specified row's contents are to be transformed into writes. Entries are applied in order, meaning that earlier rules will affect the results of later ones. At least one entry must be specified, and there can be at most 100000 rules.

#rules=

def rules=(value) -> ::Array<::Google::Cloud::Bigtable::V2::ReadModifyWriteRule>
Parameter
  • value (::Array<::Google::Cloud::Bigtable::V2::ReadModifyWriteRule>) — Required. Rules specifying how the specified row's contents are to be transformed into writes. Entries are applied in order, meaning that earlier rules will affect the results of later ones. At least one entry must be specified, and there can be at most 100000 rules.
Returns
  • (::Array<::Google::Cloud::Bigtable::V2::ReadModifyWriteRule>) — Required. Rules specifying how the specified row's contents are to be transformed into writes. Entries are applied in order, meaning that earlier rules will affect the results of later ones. At least one entry must be specified, and there can be at most 100000 rules.

#table_name

def table_name() -> ::String
Returns
  • (::String) — Optional. The unique name of the table to which the read/modify/write rules should be applied.

    Values are of the form projects/<project>/instances/<instance>/tables/<table>.

#table_name=

def table_name=(value) -> ::String
Parameter
  • value (::String) — Optional. The unique name of the table to which the read/modify/write rules should be applied.

    Values are of the form projects/<project>/instances/<instance>/tables/<table>.

Returns
  • (::String) — Optional. The unique name of the table to which the read/modify/write rules should be applied.

    Values are of the form projects/<project>/instances/<instance>/tables/<table>.