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