Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class ApiWarning.
An Admin API warning message.
Generated from protobuf message google.cloud.sql.v1.ApiWarning
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ code
int
Code to uniquely identify the warning type.
↳ message
string
The warning message.
↳ region
string
The region name for REGION_UNREACHABLE warning.
getCode
Code to uniquely identify the warning type.
int
setCode
Code to uniquely identify the warning type.
var
int
$this
getMessage
The warning message.
string
setMessage
The warning message.
var
string
$this
getRegion
The region name for REGION_UNREACHABLE warning.
string
setRegion
The region name for REGION_UNREACHABLE warning.
var
string
$this