Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class SqlExternalSyncSettingError.
External primary instance migration setting error/warning.
Generated from protobuf message google.cloud.sql.v1.SqlExternalSyncSettingError
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ kind
string
Can be sql#externalSyncSettingErroror sql#externalSyncSettingWarning.
↳ type
int
Identifies the specific error that occurred.
↳ detail
string
Additional information about the error encountered.
getKind
Can be sql#externalSyncSettingErroror sql#externalSyncSettingWarning.
string
setKind
Can be sql#externalSyncSettingErroror sql#externalSyncSettingWarning.
var
string
$this
getType
Identifies the specific error that occurred.
int
setType
Identifies the specific error that occurred.
var
int
$this
getDetail
Additional information about the error encountered.
string
setDetail
Additional information about the error encountered.
var
string
$this