Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::Row.
Contains the values for a row.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#values
def values() -> ::Array<::Google::Cloud::Sql::V1::Value>
Returns
- (::Array<::Google::Cloud::Sql::V1::Value>) — The values for the row.
#values=
def values=(value) -> ::Array<::Google::Cloud::Sql::V1::Value>
Parameter
- value (::Array<::Google::Cloud::Sql::V1::Value>) — The values for the row.
Returns
- (::Array<::Google::Cloud::Sql::V1::Value>) — The values for the row.