Uses of Class
com.google.privacy.dlp.v2.DlpJob.JobState
-
Packages that use DlpJob.JobState Package Description com.google.privacy.dlp.v2 -
-
Uses of DlpJob.JobState in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return DlpJob.JobState Modifier and Type Method Description static DlpJob.JobStateDlpJob.JobState. forNumber(int value)DlpJob.JobStateDlpJob.Builder. getState()State of a job.DlpJob.JobStateDlpJob. getState()State of a job.DlpJob.JobStateDlpJobOrBuilder. getState()State of a job.static DlpJob.JobStateDlpJob.JobState. valueOf(int value)Deprecated.static DlpJob.JobStateDlpJob.JobState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static DlpJob.JobStateDlpJob.JobState. valueOf(String name)Returns the enum constant of this type with the specified name.static DlpJob.JobState[]DlpJob.JobState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.privacy.dlp.v2 that return types with arguments of type DlpJob.JobState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<DlpJob.JobState>DlpJob.JobState. internalGetValueMap()Methods in com.google.privacy.dlp.v2 with parameters of type DlpJob.JobState Modifier and Type Method Description DlpJob.BuilderDlpJob.Builder. setState(DlpJob.JobState value)State of a job.
-