public static enum EntityIssue.IssueSeverity extends Enum<EntityIssue.IssueSeverity> implements com.google.protobuf.ProtocolMessageEnum
Severity of issue.Protobuf enum
google.cloud.clouddms.v1.EntityIssue.IssueSeverity| Enum Constant and Description |
|---|
ISSUE_SEVERITY_ERROR
Error
|
ISSUE_SEVERITY_INFO
Info
|
ISSUE_SEVERITY_UNSPECIFIED
Unspecified issue severity
|
ISSUE_SEVERITY_WARNING
Warning
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ISSUE_SEVERITY_ERROR_VALUE
Error
|
static int |
ISSUE_SEVERITY_INFO_VALUE
Info
|
static int |
ISSUE_SEVERITY_UNSPECIFIED_VALUE
Unspecified issue severity
|
static int |
ISSUE_SEVERITY_WARNING_VALUE
Warning
|
| Modifier and Type | Method and Description |
|---|---|
static EntityIssue.IssueSeverity |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<EntityIssue.IssueSeverity> |
internalGetValueMap() |
static EntityIssue.IssueSeverity |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static EntityIssue.IssueSeverity |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static EntityIssue.IssueSeverity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityIssue.IssueSeverity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityIssue.IssueSeverity ISSUE_SEVERITY_UNSPECIFIED
Unspecified issue severity
ISSUE_SEVERITY_UNSPECIFIED = 0;public static final EntityIssue.IssueSeverity ISSUE_SEVERITY_INFO
Info
ISSUE_SEVERITY_INFO = 1;public static final EntityIssue.IssueSeverity ISSUE_SEVERITY_WARNING
Warning
ISSUE_SEVERITY_WARNING = 2;public static final EntityIssue.IssueSeverity ISSUE_SEVERITY_ERROR
Error
ISSUE_SEVERITY_ERROR = 3;public static final EntityIssue.IssueSeverity UNRECOGNIZED
public static final int ISSUE_SEVERITY_UNSPECIFIED_VALUE
Unspecified issue severity
ISSUE_SEVERITY_UNSPECIFIED = 0;public static final int ISSUE_SEVERITY_INFO_VALUE
Info
ISSUE_SEVERITY_INFO = 1;public static final int ISSUE_SEVERITY_WARNING_VALUE
Warning
ISSUE_SEVERITY_WARNING = 2;public static final int ISSUE_SEVERITY_ERROR_VALUE
Error
ISSUE_SEVERITY_ERROR = 3;public static EntityIssue.IssueSeverity[] values()
for (EntityIssue.IssueSeverity c : EntityIssue.IssueSeverity.values()) System.out.println(c);
public static EntityIssue.IssueSeverity valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static EntityIssue.IssueSeverity valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static EntityIssue.IssueSeverity forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<EntityIssue.IssueSeverity> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static EntityIssue.IssueSeverity valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.