Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class Message.
Represents a notice or warning message from the database.
Generated from protobuf message google.cloud.sql.v1.SqlInstancesExecuteSqlResponse.Message
Namespace
Google \ Cloud \ Sql \ V1 \ SqlInstancesExecuteSqlResponseMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ message |
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 |
string
The severity of the message (e.g., "NOTICE" for PostgreSQL, "WARNING" for MySQL). |
getMessage
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 | |
|---|---|
| Type | Description |
string |
|
hasMessage
clearMessage
setMessage
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.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSeverity
The severity of the message (e.g., "NOTICE" for PostgreSQL, "WARNING" for MySQL).
| Returns | |
|---|---|
| Type | Description |
string |
|
hasSeverity
clearSeverity
setSeverity
The severity of the message (e.g., "NOTICE" for PostgreSQL, "WARNING" for MySQL).
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|