Uses of Class
com.google.privacy.dlp.v2.CharsToIgnore.CharactersCase
-
Packages that use CharsToIgnore.CharactersCase Package Description com.google.privacy.dlp.v2 -
-
Uses of CharsToIgnore.CharactersCase in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return CharsToIgnore.CharactersCase Modifier and Type Method Description static CharsToIgnore.CharactersCase
CharsToIgnore.CharactersCase. forNumber(int value)
CharsToIgnore.CharactersCase
CharsToIgnore.Builder. getCharactersCase()
CharsToIgnore.CharactersCase
CharsToIgnore. getCharactersCase()
CharsToIgnore.CharactersCase
CharsToIgnoreOrBuilder. getCharactersCase()
static CharsToIgnore.CharactersCase
CharsToIgnore.CharactersCase. valueOf(int value)
Deprecated.static CharsToIgnore.CharactersCase
CharsToIgnore.CharactersCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static CharsToIgnore.CharactersCase[]
CharsToIgnore.CharactersCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-