Class: Google::Area120::Tables::V1alpha1::UpdateRowRequest
- Inherits:
-
Object
- Object
- Google::Area120::Tables::V1alpha1::UpdateRowRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/area120/tables/v1alpha1/tables.rb
Overview
Request message for TablesService.UpdateRow.
Instance Attribute Summary collapse
-
#row ⇒ ::Google::Area120::Tables::V1alpha1::Row
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The list of fields to update.
-
#view ⇒ ::Google::Area120::Tables::V1alpha1::View
Optional.
Instance Attribute Details
#row ⇒ ::Google::Area120::Tables::V1alpha1::Row
Returns Required. The row to update.
222 223 224 225 |
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 222 class UpdateRowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The list of fields to update.
222 223 224 225 |
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 222 class UpdateRowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Area120::Tables::V1alpha1::View
Returns Optional. Column key to use for values in the row. Defaults to user entered name.
222 223 224 225 |
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 222 class UpdateRowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |