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