Class: Google::Cloud::Sql::V1beta4::Row
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1beta4::Row
- 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
-
#values ⇒ ::Array<::Google::Cloud::Sql::V1beta4::Value>
The values for the row.
Instance Attribute Details
#values ⇒ ::Array<::Google::Cloud::Sql::V1beta4::Value>
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 |