Class: Google::Cloud::Bigtable::V2::ReadModifyWriteRowRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::ReadModifyWriteRowRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/v2/bigtable.rb
Overview
Request message for Bigtable.ReadModifyWriteRow.
Instance Attribute Summary collapse
-
#app_profile_id ⇒ ::String
This value specifies routing for replication.
-
#authorized_view_name ⇒ ::String
Optional.
-
#row_key ⇒ ::String
Required.
-
#rules ⇒ ::Array<::Google::Cloud::Bigtable::V2::ReadModifyWriteRule>
Required.
-
#table_name ⇒ ::String
Optional.
Instance Attribute Details
#app_profile_id ⇒ ::String
483 484 485 486 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 483 class ReadModifyWriteRowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#authorized_view_name ⇒ ::String
483 484 485 486 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 483 class ReadModifyWriteRowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#row_key ⇒ ::String
483 484 485 486 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 483 class ReadModifyWriteRowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rules ⇒ ::Array<::Google::Cloud::Bigtable::V2::ReadModifyWriteRule>
483 484 485 486 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 483 class ReadModifyWriteRowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table_name ⇒ ::String
483 484 485 486 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 483 class ReadModifyWriteRowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |