Package com.google.cloud.clouddms.v1
Enum MappingRule.DetailsCase
- java.lang.Object
-
- java.lang.Enum<MappingRule.DetailsCase>
-
- com.google.cloud.clouddms.v1.MappingRule.DetailsCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,Serializable
,Comparable<MappingRule.DetailsCase>
- Enclosing class:
- MappingRule
public static enum MappingRule.DetailsCase extends Enum<MappingRule.DetailsCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static MappingRule.DetailsCase
forNumber(int value)
int
getNumber()
static MappingRule.DetailsCase
valueOf(int value)
Deprecated.static MappingRule.DetailsCase
valueOf(String name)
Returns the enum constant of this type with the specified name.static MappingRule.DetailsCase[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
SINGLE_ENTITY_RENAME
public static final MappingRule.DetailsCase SINGLE_ENTITY_RENAME
-
MULTI_ENTITY_RENAME
public static final MappingRule.DetailsCase MULTI_ENTITY_RENAME
-
ENTITY_MOVE
public static final MappingRule.DetailsCase ENTITY_MOVE
-
SINGLE_COLUMN_CHANGE
public static final MappingRule.DetailsCase SINGLE_COLUMN_CHANGE
-
MULTI_COLUMN_DATA_TYPE_CHANGE
public static final MappingRule.DetailsCase MULTI_COLUMN_DATA_TYPE_CHANGE
-
CONDITIONAL_COLUMN_SET_VALUE
public static final MappingRule.DetailsCase CONDITIONAL_COLUMN_SET_VALUE
-
CONVERT_ROWID_COLUMN
public static final MappingRule.DetailsCase CONVERT_ROWID_COLUMN
-
SET_TABLE_PRIMARY_KEY
public static final MappingRule.DetailsCase SET_TABLE_PRIMARY_KEY
-
SINGLE_PACKAGE_CHANGE
public static final MappingRule.DetailsCase SINGLE_PACKAGE_CHANGE
-
SOURCE_SQL_CHANGE
public static final MappingRule.DetailsCase SOURCE_SQL_CHANGE
-
FILTER_TABLE_COLUMNS
public static final MappingRule.DetailsCase FILTER_TABLE_COLUMNS
-
DETAILS_NOT_SET
public static final MappingRule.DetailsCase DETAILS_NOT_SET
-
-
Method Detail
-
values
public static MappingRule.DetailsCase[] 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 (MappingRule.DetailsCase c : MappingRule.DetailsCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static MappingRule.DetailsCase 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
-
valueOf
@Deprecated public static MappingRule.DetailsCase 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 MappingRule.DetailsCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
-
-