Reference documentation and code samples for the Google Cloud Dms V1 Client class IssueType.
Type of issue.
Protobuf type google.cloud.clouddms.v1.EntityIssue.IssueType
Namespace
Google \ Cloud \ CloudDms \ V1 \ EntityIssueMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
ISSUE_TYPE_UNSPECIFIED
Value: 0
Unspecified issue type.
Generated from protobuf enum ISSUE_TYPE_UNSPECIFIED = 0;
ISSUE_TYPE_DDL
Value: 1
Issue originated from the DDL
Generated from protobuf enum ISSUE_TYPE_DDL = 1;
ISSUE_TYPE_APPLY
Value: 2
Issue originated during the apply process
Generated from protobuf enum ISSUE_TYPE_APPLY = 2;
ISSUE_TYPE_CONVERT
Value: 3
Issue originated during the convert process
Generated from protobuf enum ISSUE_TYPE_CONVERT = 3;