public static enum CharsToIgnore.CommonCharsToIgnore extends java.lang.Enum<CharsToIgnore.CommonCharsToIgnore> implements ProtocolMessageEnum
google.privacy.dlp.v2.CharsToIgnore.CommonCharsToIgnore
Enum Constant and Description |
---|
ALPHA_LOWER_CASE
a-z
|
ALPHA_UPPER_CASE
A-Z
|
COMMON_CHARS_TO_IGNORE_UNSPECIFIED
COMMON_CHARS_TO_IGNORE_UNSPECIFIED = 0; |
NUMERIC
0-9
|
PUNCTUATION
US Punctuation, one of !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
|
UNRECOGNIZED |
WHITESPACE
Whitespace character, one of [ \t\n\x0B\f\r]
|
Modifier and Type | Field and Description |
---|---|
static int |
ALPHA_LOWER_CASE_VALUE
a-z
|
static int |
ALPHA_UPPER_CASE_VALUE
A-Z
|
static int |
COMMON_CHARS_TO_IGNORE_UNSPECIFIED_VALUE
COMMON_CHARS_TO_IGNORE_UNSPECIFIED = 0; |
static int |
NUMERIC_VALUE
0-9
|
static int |
PUNCTUATION_VALUE
US Punctuation, one of !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
|
static int |
WHITESPACE_VALUE
Whitespace character, one of [ \t\n\x0B\f\r]
|
Modifier and Type | Method and Description |
---|---|
static CharsToIgnore.CommonCharsToIgnore |
forNumber(int value) |
static Descriptors.EnumDescriptor |
getDescriptor() |
Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static Internal.EnumLiteMap<CharsToIgnore.CommonCharsToIgnore> |
internalGetValueMap() |
static CharsToIgnore.CommonCharsToIgnore |
valueOf(Descriptors.EnumValueDescriptor desc) |
static CharsToIgnore.CommonCharsToIgnore |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CharsToIgnore.CommonCharsToIgnore |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CharsToIgnore.CommonCharsToIgnore[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CharsToIgnore.CommonCharsToIgnore COMMON_CHARS_TO_IGNORE_UNSPECIFIED
COMMON_CHARS_TO_IGNORE_UNSPECIFIED = 0;
public static final CharsToIgnore.CommonCharsToIgnore NUMERIC
0-9
NUMERIC = 1;
public static final CharsToIgnore.CommonCharsToIgnore ALPHA_UPPER_CASE
A-Z
ALPHA_UPPER_CASE = 2;
public static final CharsToIgnore.CommonCharsToIgnore ALPHA_LOWER_CASE
a-z
ALPHA_LOWER_CASE = 3;
public static final CharsToIgnore.CommonCharsToIgnore PUNCTUATION
US Punctuation, one of !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
PUNCTUATION = 4;
public static final CharsToIgnore.CommonCharsToIgnore WHITESPACE
Whitespace character, one of [ \t\n\x0B\f\r]
WHITESPACE = 5;
public static final CharsToIgnore.CommonCharsToIgnore UNRECOGNIZED
public static final int COMMON_CHARS_TO_IGNORE_UNSPECIFIED_VALUE
COMMON_CHARS_TO_IGNORE_UNSPECIFIED = 0;
public static final int NUMERIC_VALUE
0-9
NUMERIC = 1;
public static final int ALPHA_UPPER_CASE_VALUE
A-Z
ALPHA_UPPER_CASE = 2;
public static final int ALPHA_LOWER_CASE_VALUE
a-z
ALPHA_LOWER_CASE = 3;
public static final int PUNCTUATION_VALUE
US Punctuation, one of !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
PUNCTUATION = 4;
public static final int WHITESPACE_VALUE
Whitespace character, one of [ \t\n\x0B\f\r]
WHITESPACE = 5;
public static CharsToIgnore.CommonCharsToIgnore[] values()
for (CharsToIgnore.CommonCharsToIgnore c : CharsToIgnore.CommonCharsToIgnore.values()) System.out.println(c);
public static CharsToIgnore.CommonCharsToIgnore valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface Internal.EnumLite
getNumber
in interface ProtocolMessageEnum
@Deprecated public static CharsToIgnore.CommonCharsToIgnore valueOf(int value)
forNumber(int)
instead.public static CharsToIgnore.CommonCharsToIgnore forNumber(int value)
public static Internal.EnumLiteMap<CharsToIgnore.CommonCharsToIgnore> internalGetValueMap()
public final Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface ProtocolMessageEnum
public final Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface ProtocolMessageEnum
public static final Descriptors.EnumDescriptor getDescriptor()
public static CharsToIgnore.CommonCharsToIgnore valueOf(Descriptors.EnumValueDescriptor desc)