EntityIssue(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Issue related to the entity.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
id |
str
Unique Issue ID. |
type_ |
google.cloud.clouddms_v1.types.EntityIssue.IssueType
The type of the issue. |
severity |
google.cloud.clouddms_v1.types.EntityIssue.IssueSeverity
Severity of the issue |
message |
str
Issue detailed message |
code |
str
Error/Warning code |
ddl |
str
The ddl which caused the issue, if relevant. This field is a member of oneof _ _ddl .
|
position |
google.cloud.clouddms_v1.types.EntityIssue.Position
The position of the issue found, if relevant. This field is a member of oneof _ _position .
|
entity_type |
google.cloud.clouddms_v1.types.DatabaseEntityType
The entity type (if the DDL is for a sub entity). |
Classes
IssueSeverity
IssueSeverity(value)
Severity of issue.
IssueType
IssueType(value)
Type of issue.
Position
Position(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Issue position.