public enum PreCheckResponse.MessageType extends Enum<PreCheckResponse.MessageType> implements ProtocolMessageEnumThe type of message which can be an info, a warning, or an error that requires user intervention.
Protobuf enum google.cloud.sql.v1beta4.PreCheckResponse.MessageType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ERROR |
Errors that a user must resolve before proceeding with the upgrade. |
ERROR_VALUE |
Errors that a user must resolve before proceeding with the upgrade. |
INFO |
General informational messages that don't require action. |
INFO_VALUE |
General informational messages that don't require action. |
MESSAGE_TYPE_UNSPECIFIED |
Default unspecified value to prevent unintended behavior changes. |
MESSAGE_TYPE_UNSPECIFIED_VALUE |
Default unspecified value to prevent unintended behavior changes. |
UNRECOGNIZED |
|
WARNING |
Warnings that might impact the upgrade but don't block it. |
WARNING_VALUE |
Warnings that might impact the upgrade but don't block it. |
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() |
|