| Package | Description |
|---|---|
| com.google.api.services.sql.model |
| Modifier and Type | Method and Description |
|---|---|
ApiWarning |
ApiWarning.clone() |
ApiWarning |
ApiWarning.set(String fieldName,
Object value) |
ApiWarning |
ApiWarning.setCode(String code)
Code to uniquely identify the warning type.
|
ApiWarning |
ApiWarning.setMessage(String message)
The warning message.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApiWarning> |
InstancesListResponse.getWarnings()
List of warnings that occurred while handling the request.
|
| Modifier and Type | Method and Description |
|---|---|
InstancesListResponse |
InstancesListResponse.setWarnings(List<ApiWarning> warnings)
List of warnings that occurred while handling the request.
|
Copyright © 2011–2020 Google. All rights reserved.