Package com.google.cloud.dataplex.v1
Enum Action.IncompatibleDataSchema.SchemaChange
- java.lang.Object
-
- java.lang.Enum<Action.IncompatibleDataSchema.SchemaChange>
-
- com.google.cloud.dataplex.v1.Action.IncompatibleDataSchema.SchemaChange
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<Action.IncompatibleDataSchema.SchemaChange>
- Enclosing class:
- Action.IncompatibleDataSchema
public static enum Action.IncompatibleDataSchema.SchemaChange extends Enum<Action.IncompatibleDataSchema.SchemaChange> implements com.google.protobuf.ProtocolMessageEnum
Whether the action relates to a schema that is incompatible or modified.
Protobuf enumgoogle.cloud.dataplex.v1.Action.IncompatibleDataSchema.SchemaChange
-
-
Enum Constant Summary
Enum Constants Enum Constant Description INCOMPATIBLE
Newly discovered schema is incompatible with existing schema.MODIFIED
Newly discovered schema has changed from existing schema for data in a curated zone.SCHEMA_CHANGE_UNSPECIFIED
Schema change unspecified.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static int
INCOMPATIBLE_VALUE
Newly discovered schema is incompatible with existing schema.static int
MODIFIED_VALUE
Newly discovered schema has changed from existing schema for data in a curated zone.static int
SCHEMA_CHANGE_UNSPECIFIED_VALUE
Schema change unspecified.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Action.IncompatibleDataSchema.SchemaChange
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<Action.IncompatibleDataSchema.SchemaChange>
internalGetValueMap()
static Action.IncompatibleDataSchema.SchemaChange
valueOf(int value)
Deprecated.static Action.IncompatibleDataSchema.SchemaChange
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Action.IncompatibleDataSchema.SchemaChange
valueOf(String name)
Returns the enum constant of this type with the specified name.static Action.IncompatibleDataSchema.SchemaChange[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
SCHEMA_CHANGE_UNSPECIFIED
public static final Action.IncompatibleDataSchema.SchemaChange SCHEMA_CHANGE_UNSPECIFIED
Schema change unspecified.
SCHEMA_CHANGE_UNSPECIFIED = 0;
-
INCOMPATIBLE
public static final Action.IncompatibleDataSchema.SchemaChange INCOMPATIBLE
Newly discovered schema is incompatible with existing schema.
INCOMPATIBLE = 1;
-
MODIFIED
public static final Action.IncompatibleDataSchema.SchemaChange MODIFIED
Newly discovered schema has changed from existing schema for data in a curated zone.
MODIFIED = 2;
-
UNRECOGNIZED
public static final Action.IncompatibleDataSchema.SchemaChange UNRECOGNIZED
-
-
Field Detail
-
SCHEMA_CHANGE_UNSPECIFIED_VALUE
public static final int SCHEMA_CHANGE_UNSPECIFIED_VALUE
Schema change unspecified.
SCHEMA_CHANGE_UNSPECIFIED = 0;
- See Also:
- Constant Field Values
-
INCOMPATIBLE_VALUE
public static final int INCOMPATIBLE_VALUE
Newly discovered schema is incompatible with existing schema.
INCOMPATIBLE = 1;
- See Also:
- Constant Field Values
-
MODIFIED_VALUE
public static final int MODIFIED_VALUE
Newly discovered schema has changed from existing schema for data in a curated zone.
MODIFIED = 2;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static Action.IncompatibleDataSchema.SchemaChange[] 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 (Action.IncompatibleDataSchema.SchemaChange c : Action.IncompatibleDataSchema.SchemaChange.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Action.IncompatibleDataSchema.SchemaChange 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:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static Action.IncompatibleDataSchema.SchemaChange 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 Action.IncompatibleDataSchema.SchemaChange 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<Action.IncompatibleDataSchema.SchemaChange> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static Action.IncompatibleDataSchema.SchemaChange 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
-
-