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.
Values: ISSUE_SEVERITY_UNSPECIFIED (0): Unspecified issue severity ISSUE_SEVERITY_INFO (1): Info ISSUE_SEVERITY_WARNING (2): Warning ISSUE_SEVERITY_ERROR (3): Error
IssueType
IssueType(value)
Type of issue.
Values: ISSUE_TYPE_UNSPECIFIED (0): Unspecified issue type. ISSUE_TYPE_DDL (1): Issue originated from the DDL ISSUE_TYPE_APPLY (2): Issue originated during the apply process ISSUE_TYPE_CONVERT (3): Issue originated during the convert process
Position
Position(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Issue position.