Uses of Class
com.google.cloud.scheduler.v1.Job.State
-
Packages that use Job.State Package Description com.google.cloud.scheduler.v1 A client to Cloud Scheduler API -
-
Uses of Job.State in com.google.cloud.scheduler.v1
Methods in com.google.cloud.scheduler.v1 that return Job.State Modifier and Type Method Description static Job.StateJob.State. forNumber(int value)Job.StateJob.Builder. getState()Output only.Job.StateJob. getState()Output only.Job.StateJobOrBuilder. getState()Output only.static Job.StateJob.State. valueOf(int value)Deprecated.static Job.StateJob.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Job.StateJob.State. valueOf(String name)Returns the enum constant of this type with the specified name.static Job.State[]Job.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.scheduler.v1 that return types with arguments of type Job.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Job.State>Job.State. internalGetValueMap()Methods in com.google.cloud.scheduler.v1 with parameters of type Job.State Modifier and Type Method Description Job.BuilderJob.Builder. setState(Job.State value)Output only.
-