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 \ PreCheckResponseMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
MESSAGE_TYPE_UNSPECIFIED
Value: 0Default unspecified value to prevent unintended behavior changes.
Generated from protobuf enum MESSAGE_TYPE_UNSPECIFIED = 0;
INFO
Value: 1General informational messages that don't require action.
Generated from protobuf enum INFO = 1;
WARNING
Value: 2Warnings that might impact the upgrade but don't block it.
Generated from protobuf enum WARNING = 2;
ERROR
Value: 3Errors that a user must resolve before proceeding with the upgrade.
Generated from protobuf enum ERROR = 3;