Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::SqlInstancesExecuteSqlResponse::Message.
Represents a notice or warning message from the database.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#message
def message() -> ::String
Returns
- (::String) — The full message string. For PostgreSQL, this is a formatted string that may include severity, code, and the notice/warning message. For MySQL, this contains the warning message.
#message=
def message=(value) -> ::String
Parameter
- value (::String) — The full message string. For PostgreSQL, this is a formatted string that may include severity, code, and the notice/warning message. For MySQL, this contains the warning message.
Returns
- (::String) — The full message string. For PostgreSQL, this is a formatted string that may include severity, code, and the notice/warning message. For MySQL, this contains the warning message.
#severity
def severity() -> ::String
Returns
- (::String) — The severity of the message (e.g., "NOTICE" for PostgreSQL, "WARNING" for MySQL).
#severity=
def severity=(value) -> ::String
Parameter
- value (::String) — The severity of the message (e.g., "NOTICE" for PostgreSQL, "WARNING" for MySQL).
Returns
- (::String) — The severity of the message (e.g., "NOTICE" for PostgreSQL, "WARNING" for MySQL).