Reference documentation and code samples for the Google Cloud Dms V1 Client class IssueSeverity.
Severity of issue.
Protobuf type google.cloud.clouddms.v1.EntityIssue.IssueSeverity
Namespace
Google \ Cloud \ CloudDms \ V1 \ EntityIssueMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ISSUE_SEVERITY_UNSPECIFIED
Value: 0Unspecified issue severity
Generated from protobuf enum ISSUE_SEVERITY_UNSPECIFIED = 0;
ISSUE_SEVERITY_INFO
Value: 1Info
Generated from protobuf enum ISSUE_SEVERITY_INFO = 1;
ISSUE_SEVERITY_WARNING
Value: 2Warning
Generated from protobuf enum ISSUE_SEVERITY_WARNING = 2;
ISSUE_SEVERITY_ERROR
Value: 3Error
Generated from protobuf enum ISSUE_SEVERITY_ERROR = 3;