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.JobState
DlpJob.JobState. forNumber(int value)
DlpJob.JobState
DlpJob.Builder. getState()
State of a job.DlpJob.JobState
DlpJob. getState()
State of a job.DlpJob.JobState
DlpJobOrBuilder. getState()
State of a job.static DlpJob.JobState
DlpJob.JobState. valueOf(int value)
Deprecated.static DlpJob.JobState
DlpJob.JobState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static DlpJob.JobState
DlpJob.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.Builder
DlpJob.Builder. setState(DlpJob.JobState value)
State of a job.
-