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