Class: Google::Area120::Tables::V1alpha1::BatchUpdateRowsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#rows::Array<::Google::Area120::Tables::V1alpha1::Row>

Returns The updated rows.

Returns:



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