Enum PreCheckResponse.MessageType (0.1.0)

public enum PreCheckResponse.MessageType extends Enum<PreCheckResponse.MessageType> implements ProtocolMessageEnum

The 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

ProtocolMessageEnum

Static Fields

Name Description
ERROR

Errors that a user must resolve before proceeding with the upgrade.

ERROR = 3;

ERROR_VALUE

Errors that a user must resolve before proceeding with the upgrade.

ERROR = 3;

INFO

General informational messages that don't require action.

INFO = 1;

INFO_VALUE

General informational messages that don't require action.

INFO = 1;

MESSAGE_TYPE_UNSPECIFIED

Default unspecified value to prevent unintended behavior changes.

MESSAGE_TYPE_UNSPECIFIED = 0;

MESSAGE_TYPE_UNSPECIFIED_VALUE

Default unspecified value to prevent unintended behavior changes.

MESSAGE_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED
WARNING

Warnings that might impact the upgrade but don't block it.

WARNING = 2;

WARNING_VALUE

Warnings that might impact the upgrade but don't block it.

WARNING = 2;

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()