Package com.google.cloud.clouddms.v1
Enum EntityIssue.IssueType
- java.lang.Object
-
- java.lang.Enum<EntityIssue.IssueType>
-
- com.google.cloud.clouddms.v1.EntityIssue.IssueType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<EntityIssue.IssueType>
- Enclosing class:
- EntityIssue
public static enum EntityIssue.IssueType extends Enum<EntityIssue.IssueType> implements com.google.protobuf.ProtocolMessageEnum
Type of issue.
Protobuf enumgoogle.cloud.clouddms.v1.EntityIssue.IssueType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ISSUE_TYPE_APPLYIssue originated during the apply processISSUE_TYPE_CONVERTIssue originated during the convert processISSUE_TYPE_DDLIssue originated from the DDLISSUE_TYPE_UNSPECIFIEDUnspecified issue type.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intISSUE_TYPE_APPLY_VALUEIssue originated during the apply processstatic intISSUE_TYPE_CONVERT_VALUEIssue originated during the convert processstatic intISSUE_TYPE_DDL_VALUEIssue originated from the DDLstatic intISSUE_TYPE_UNSPECIFIED_VALUEUnspecified issue type.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static EntityIssue.IssueTypeforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<EntityIssue.IssueType>internalGetValueMap()static EntityIssue.IssueTypevalueOf(int value)Deprecated.static EntityIssue.IssueTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static EntityIssue.IssueTypevalueOf(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.
-
-
-
Enum Constant Detail
-
ISSUE_TYPE_UNSPECIFIED
public static final EntityIssue.IssueType ISSUE_TYPE_UNSPECIFIED
Unspecified issue type.
ISSUE_TYPE_UNSPECIFIED = 0;
-
ISSUE_TYPE_DDL
public static final EntityIssue.IssueType ISSUE_TYPE_DDL
Issue originated from the DDL
ISSUE_TYPE_DDL = 1;
-
ISSUE_TYPE_APPLY
public static final EntityIssue.IssueType ISSUE_TYPE_APPLY
Issue originated during the apply process
ISSUE_TYPE_APPLY = 2;
-
ISSUE_TYPE_CONVERT
public static final EntityIssue.IssueType ISSUE_TYPE_CONVERT
Issue originated during the convert process
ISSUE_TYPE_CONVERT = 3;
-
UNRECOGNIZED
public static final EntityIssue.IssueType UNRECOGNIZED
-
-
Field Detail
-
ISSUE_TYPE_UNSPECIFIED_VALUE
public static final int ISSUE_TYPE_UNSPECIFIED_VALUE
Unspecified issue type.
ISSUE_TYPE_UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
ISSUE_TYPE_DDL_VALUE
public static final int ISSUE_TYPE_DDL_VALUE
Issue originated from the DDL
ISSUE_TYPE_DDL = 1;- See Also:
- Constant Field Values
-
ISSUE_TYPE_APPLY_VALUE
public static final int ISSUE_TYPE_APPLY_VALUE
Issue originated during the apply process
ISSUE_TYPE_APPLY = 2;- See Also:
- Constant Field Values
-
ISSUE_TYPE_CONVERT_VALUE
public static final int ISSUE_TYPE_CONVERT_VALUE
Issue originated during the convert process
ISSUE_TYPE_CONVERT = 3;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static EntityIssue.IssueType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (EntityIssue.IssueType c : EntityIssue.IssueType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static EntityIssue.IssueType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static EntityIssue.IssueType valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static EntityIssue.IssueType forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<EntityIssue.IssueType> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static EntityIssue.IssueType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-