public enum ApiWarning.SqlApiWarningCode extends Enum<ApiWarning.SqlApiWarningCode> implements ProtocolMessageEnumProtobuf enum google.cloud.sql.v1.ApiWarning.SqlApiWarningCode
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
COMPROMISED_CREDENTIALS |
Warning when user tries to create/update a user with credentials that have previously been compromised by a public data breach. |
COMPROMISED_CREDENTIALS_VALUE |
Warning when user tries to create/update a user with credentials that have previously been compromised by a public data breach. |
INTERNAL_STATE_FAILURE |
Warning when the operation succeeds but some non-critical workflow state failed. |
INTERNAL_STATE_FAILURE_VALUE |
Warning when the operation succeeds but some non-critical workflow state failed. |
MAX_RESULTS_EXCEEDS_LIMIT |
Warning when user provided maxResults parameter exceeds the limit. The returned result set may be incomplete. |
MAX_RESULTS_EXCEEDS_LIMIT_VALUE |
Warning when user provided maxResults parameter exceeds the limit. The returned result set may be incomplete. |
REGION_UNREACHABLE |
Warning when one or more regions are not reachable. The returned result set may be incomplete. |
REGION_UNREACHABLE_VALUE |
Warning when one or more regions are not reachable. The returned result set may be incomplete. |
SQL_API_WARNING_CODE_UNSPECIFIED |
An unknown or unset warning type from Cloud SQL API. |
SQL_API_WARNING_CODE_UNSPECIFIED_VALUE |
An unknown or unset warning type from Cloud SQL API. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|