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