Class: Google::Area120::Tables::V1alpha1::BatchUpdateRowsResponse
- Inherits:
-
Object
- Object
- Google::Area120::Tables::V1alpha1::BatchUpdateRowsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/area120/tables/v1alpha1/tables.rb
Overview
Response message for TablesService.BatchUpdateRows.
Instance Attribute Summary collapse
-
#rows ⇒ ::Array<::Google::Area120::Tables::V1alpha1::Row>
The updated rows.
Instance Attribute Details
#rows ⇒ ::Array<::Google::Area120::Tables::V1alpha1::Row>
Returns The updated rows.
246 247 248 249 |
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 246 class BatchUpdateRowsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |