public static enum CharsToIgnore.CommonCharsToIgnore extends Enum<CharsToIgnore.CommonCharsToIgnore> implements com.google.protobuf.ProtocolMessageEnum
Convenience enum for indicating common characters to not transform.Protobuf enum
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
Unused.
|
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
Unused.
|
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 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<CharsToIgnore.CommonCharsToIgnore> |
internalGetValueMap() |
static CharsToIgnore.CommonCharsToIgnore |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CharsToIgnore.CommonCharsToIgnore |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CharsToIgnore.CommonCharsToIgnore |
valueOf(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
Unused.
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
Unused.
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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static CharsToIgnore.CommonCharsToIgnore valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static CharsToIgnore.CommonCharsToIgnore forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<CharsToIgnore.CommonCharsToIgnore> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static CharsToIgnore.CommonCharsToIgnore valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.