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

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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.

Returns
Type Description
string

hasMessage

clearMessage

setMessage

The message to be displayed to the user.

Parameter
Name Description
var string
Returns
Type Description
$this

getMessageType

The type of message whether it is an info, warning, or error.

Returns
Type Description
int

hasMessageType

clearMessageType

setMessageType

The type of message whether it is an info, warning, or error.

Parameter
Name Description
var int
Returns
Type Description
$this

getActionsRequired

The actions that the user needs to take. Use repeated for multiple actions.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setActionsRequired

The actions that the user needs to take. Use repeated for multiple actions.

Parameter
Name Description
var string[]
Returns
Type Description
$this