Class: Google::Area120::Tables::V1alpha1::BatchCreateRowsResponse

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.BatchCreateRows.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns The created rows.

Returns:



206
207
208
209
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 206

class BatchCreateRowsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end