Class: Google::Cloud::Sql::V1beta4::Row

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb

Overview

Contains the values for a row.

Instance Attribute Summary collapse

Instance Attribute Details

#values::Array<::Google::Cloud::Sql::V1beta4::Value>

Returns The values for the row.

Returns:



1226
1227
1228
1229
# File 'proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb', line 1226

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