Google Cloud Sql Admin V1 Client - Class MessageType (1.6.0)

Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class MessageType.

The type of message which can be an info, a warning, or an error that requires user intervention.

Protobuf type google.cloud.sql.v1.PreCheckResponse.MessageType

Namespace

Google \ Cloud \ Sql \ V1 \ PreCheckResponse

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

MESSAGE_TYPE_UNSPECIFIED

Value: 0

Default unspecified value to prevent unintended behavior changes.

Generated from protobuf enum MESSAGE_TYPE_UNSPECIFIED = 0;

INFO

Value: 1

General informational messages that don't require action.

Generated from protobuf enum INFO = 1;

WARNING

Value: 2

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

Generated from protobuf enum WARNING = 2;

ERROR

Value: 3

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

Generated from protobuf enum ERROR = 3;