Google Cloud Dms V1 Client - Class IssueSeverity (1.5.3)

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 \ EntityIssue

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ISSUE_SEVERITY_UNSPECIFIED

Value: 0

Unspecified issue severity

Generated from protobuf enum ISSUE_SEVERITY_UNSPECIFIED = 0;

ISSUE_SEVERITY_INFO

Value: 1

Info

Generated from protobuf enum ISSUE_SEVERITY_INFO = 1;

ISSUE_SEVERITY_WARNING

Value: 2

Warning

Generated from protobuf enum ISSUE_SEVERITY_WARNING = 2;

ISSUE_SEVERITY_ERROR

Value: 3

Error

Generated from protobuf enum ISSUE_SEVERITY_ERROR = 3;