Class: Google::Area120::Tables::V1alpha1::BatchUpdateRowsRequest
- Inherits:
-
Object
- Object
- Google::Area120::Tables::V1alpha1::BatchUpdateRowsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/area120/tables/v1alpha1/tables.rb
Overview
Request message for TablesService.BatchUpdateRows.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#requests ⇒ ::Array<::Google::Area120::Tables::V1alpha1::UpdateRowRequest>
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The parent table shared by all rows being updated. Format: tables/{table}.
237 238 239 240 |
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 237 class BatchUpdateRowsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#requests ⇒ ::Array<::Google::Area120::Tables::V1alpha1::UpdateRowRequest>
Returns Required. The request messages specifying the rows to update.
A maximum of 500 rows can be modified in a single batch.
237 238 239 240 |
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 237 class BatchUpdateRowsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |