Package com.google.privacy.dlp.v2
Enum PrimitiveTransformation.TransformationCase
- java.lang.Object
-
- java.lang.Enum<PrimitiveTransformation.TransformationCase>
-
- com.google.privacy.dlp.v2.PrimitiveTransformation.TransformationCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,Serializable
,Comparable<PrimitiveTransformation.TransformationCase>
- Enclosing class:
- PrimitiveTransformation
public static enum PrimitiveTransformation.TransformationCase extends Enum<PrimitiveTransformation.TransformationCase> 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 PrimitiveTransformation.TransformationCase
forNumber(int value)
int
getNumber()
static PrimitiveTransformation.TransformationCase
valueOf(int value)
Deprecated.static PrimitiveTransformation.TransformationCase
valueOf(String name)
Returns the enum constant of this type with the specified name.static PrimitiveTransformation.TransformationCase[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
REPLACE_CONFIG
public static final PrimitiveTransformation.TransformationCase REPLACE_CONFIG
-
REDACT_CONFIG
public static final PrimitiveTransformation.TransformationCase REDACT_CONFIG
-
CHARACTER_MASK_CONFIG
public static final PrimitiveTransformation.TransformationCase CHARACTER_MASK_CONFIG
-
CRYPTO_REPLACE_FFX_FPE_CONFIG
public static final PrimitiveTransformation.TransformationCase CRYPTO_REPLACE_FFX_FPE_CONFIG
-
FIXED_SIZE_BUCKETING_CONFIG
public static final PrimitiveTransformation.TransformationCase FIXED_SIZE_BUCKETING_CONFIG
-
BUCKETING_CONFIG
public static final PrimitiveTransformation.TransformationCase BUCKETING_CONFIG
-
REPLACE_WITH_INFO_TYPE_CONFIG
public static final PrimitiveTransformation.TransformationCase REPLACE_WITH_INFO_TYPE_CONFIG
-
TIME_PART_CONFIG
public static final PrimitiveTransformation.TransformationCase TIME_PART_CONFIG
-
CRYPTO_HASH_CONFIG
public static final PrimitiveTransformation.TransformationCase CRYPTO_HASH_CONFIG
-
DATE_SHIFT_CONFIG
public static final PrimitiveTransformation.TransformationCase DATE_SHIFT_CONFIG
-
CRYPTO_DETERMINISTIC_CONFIG
public static final PrimitiveTransformation.TransformationCase CRYPTO_DETERMINISTIC_CONFIG
-
REPLACE_DICTIONARY_CONFIG
public static final PrimitiveTransformation.TransformationCase REPLACE_DICTIONARY_CONFIG
-
TRANSFORMATION_NOT_SET
public static final PrimitiveTransformation.TransformationCase TRANSFORMATION_NOT_SET
-
-
Method Detail
-
values
public static PrimitiveTransformation.TransformationCase[] 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 (PrimitiveTransformation.TransformationCase c : PrimitiveTransformation.TransformationCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static PrimitiveTransformation.TransformationCase 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 PrimitiveTransformation.TransformationCase 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 PrimitiveTransformation.TransformationCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
-
-