Reference documentation and code samples for the Google Cloud Dms V1 Client class EntityIssue.
Issue related to the entity.
Generated from protobuf message google.cloud.clouddms.v1.EntityIssue
Namespace
Google \ Cloud \ CloudDms \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ id
string
Unique Issue ID.
↳ type
int
The type of the issue.
↳ severity
int
Severity of the issue
↳ message
string
Issue detailed message
↳ code
string
Error/Warning code
↳ ddl
string
The ddl which caused the issue, if relevant.
↳ position
↳ entity_type
int
The entity type (if the DDL is for a sub entity).
getId
Unique Issue ID.
string
setId
Unique Issue ID.
var
string
$this
getType
The type of the issue.
int
setType
The type of the issue.
var
int
$this
getSeverity
Severity of the issue
int
setSeverity
Severity of the issue
var
int
$this
getMessage
Issue detailed message
string
setMessage
Issue detailed message
var
string
$this
getCode
Error/Warning code
string
setCode
Error/Warning code
var
string
$this
getDdl
The ddl which caused the issue, if relevant.
string
hasDdl
clearDdl
setDdl
The ddl which caused the issue, if relevant.
var
string
$this
getPosition
The position of the issue found, if relevant.
hasPosition
clearPosition
setPosition
The position of the issue found, if relevant.
$this
getEntityType
The entity type (if the DDL is for a sub entity).
int
setEntityType
The entity type (if the DDL is for a sub entity).
var
int
$this