Uses of Class
api.Job.JobRunState
-
Packages that use Job.JobRunState Package Description api -
-
Uses of Job.JobRunState in api
Methods in api that return Job.JobRunState Modifier and Type Method Description static Job.JobRunStateJob.JobRunState. forNumber(int value)Job.JobRunStateJob.JobRunDetails.Builder. getState().api.JobRunState state = 3;Job.JobRunStateJob.JobRunDetails. getState().api.JobRunState state = 3;Job.JobRunStateJob.JobRunDetailsOrBuilder. getState().api.JobRunState state = 3;static Job.JobRunStateJob.JobRunState. valueOf(int value)Deprecated.static Job.JobRunStateJob.JobRunState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Job.JobRunStateJob.JobRunState. valueOf(String name)Returns the enum constant of this type with the specified name.static Job.JobRunState[]Job.JobRunState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in api that return types with arguments of type Job.JobRunState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Job.JobRunState>Job.JobRunState. internalGetValueMap()Methods in api with parameters of type Job.JobRunState Modifier and Type Method Description Job.JobRunDetails.BuilderJob.JobRunDetails.Builder. setState(Job.JobRunState value).api.JobRunState state = 3;
-