| Package | Description |
|---|---|
| com.google.api.services.sqladmin.model |
| Modifier and Type | Method and Description |
|---|---|
Message |
Message.clone() |
Message |
Message.set(String fieldName,
Object value) |
Message |
Message.setMessage(String message)
The full message string.
|
Message |
Message.setSeverity(String severity)
The severity of the message (e.g., "NOTICE" for PostgreSQL, "WARNING" for MySQL).
|
| Modifier and Type | Method and Description |
|---|---|
List<Message> |
SqlInstancesExecuteSqlResponse.getMessages()
A list of notices and warnings generated during query execution.
|
| Modifier and Type | Method and Description |
|---|---|
SqlInstancesExecuteSqlResponse |
SqlInstancesExecuteSqlResponse.setMessages(List<Message> messages)
A list of notices and warnings generated during query execution.
|
Copyright © 2011–2025 Google. All rights reserved.