Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class PreCheckResponse.
Structured PreCheckResponse containing message, type, and required actions.
Generated from protobuf message google.cloud.sql.v1.PreCheckResponse
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ message
string
The message to be displayed to the user.
↳ message_type
int
The type of message whether it is an info, warning, or error.
↳ actions_required
array
The actions that the user needs to take. Use repeated for multiple actions.
getMessage
The message to be displayed to the user.
string
hasMessage
clearMessage
setMessage
The message to be displayed to the user.
var
string
$this
getMessageType
The type of message whether it is an info, warning, or error.
int
hasMessageType
clearMessageType
setMessageType
The type of message whether it is an info, warning, or error.
var
int
$this
getActionsRequired
The actions that the user needs to take. Use repeated for multiple actions.
setActionsRequired
The actions that the user needs to take. Use repeated for multiple actions.
var
string[]
$this

