public static enum EntityIssue.IssueType extends Enum<EntityIssue.IssueType> implements com.google.protobuf.ProtocolMessageEnum
Type of issue.Protobuf enum
google.cloud.clouddms.v1.EntityIssue.IssueType| Enum Constant and Description |
|---|
ISSUE_TYPE_APPLY
Issue originated during the apply process
|
ISSUE_TYPE_CONVERT
Issue originated during the convert process
|
ISSUE_TYPE_DDL
Issue originated from the DDL
|
ISSUE_TYPE_UNSPECIFIED
Unspecified issue type.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ISSUE_TYPE_APPLY_VALUE
Issue originated during the apply process
|
static int |
ISSUE_TYPE_CONVERT_VALUE
Issue originated during the convert process
|
static int |
ISSUE_TYPE_DDL_VALUE
Issue originated from the DDL
|
static int |
ISSUE_TYPE_UNSPECIFIED_VALUE
Unspecified issue type.
|
| Modifier and Type | Method and Description |
|---|---|
static EntityIssue.IssueType |
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.IssueType> |
internalGetValueMap() |
static EntityIssue.IssueType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static EntityIssue.IssueType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static EntityIssue.IssueType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityIssue.IssueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityIssue.IssueType ISSUE_TYPE_UNSPECIFIED
Unspecified issue type.
ISSUE_TYPE_UNSPECIFIED = 0;public static final EntityIssue.IssueType ISSUE_TYPE_DDL
Issue originated from the DDL
ISSUE_TYPE_DDL = 1;public static final EntityIssue.IssueType ISSUE_TYPE_APPLY
Issue originated during the apply process
ISSUE_TYPE_APPLY = 2;public static final EntityIssue.IssueType ISSUE_TYPE_CONVERT
Issue originated during the convert process
ISSUE_TYPE_CONVERT = 3;public static final EntityIssue.IssueType UNRECOGNIZED
public static final int ISSUE_TYPE_UNSPECIFIED_VALUE
Unspecified issue type.
ISSUE_TYPE_UNSPECIFIED = 0;public static final int ISSUE_TYPE_DDL_VALUE
Issue originated from the DDL
ISSUE_TYPE_DDL = 1;public static final int ISSUE_TYPE_APPLY_VALUE
Issue originated during the apply process
ISSUE_TYPE_APPLY = 2;public static final int ISSUE_TYPE_CONVERT_VALUE
Issue originated during the convert process
ISSUE_TYPE_CONVERT = 3;public static EntityIssue.IssueType[] values()
for (EntityIssue.IssueType c : EntityIssue.IssueType.values()) System.out.println(c);
public static EntityIssue.IssueType 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.IssueType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static EntityIssue.IssueType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<EntityIssue.IssueType> 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.IssueType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.