Reference documentation and code samples for the Google Cloud Migration Center V1 Client class Severity.
Enumerate possible error severity.
Protobuf type google.cloud.migrationcenter.v1.ImportError.Severity
Namespace
Google \ Cloud \ MigrationCenter \ V1 \ ImportErrorMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SEVERITY_UNSPECIFIED
Value: 0Generated from protobuf enum SEVERITY_UNSPECIFIED = 0;
ERROR
Value: 1Generated from protobuf enum ERROR = 1;
WARNING
Value: 2Generated from protobuf enum WARNING = 2;
INFO
Value: 3Generated from protobuf enum INFO = 3;