Uses of Class
com.google.cloud.batch.v1alpha.Job.SchedulingPolicy
-
Packages that use Job.SchedulingPolicy Package Description com.google.cloud.batch.v1alpha A client to Batch API -
-
Uses of Job.SchedulingPolicy in com.google.cloud.batch.v1alpha
Methods in com.google.cloud.batch.v1alpha that return Job.SchedulingPolicy Modifier and Type Method Description static Job.SchedulingPolicy
Job.SchedulingPolicy. forNumber(int value)
Job.SchedulingPolicy
Job.Builder. getSchedulingPolicy()
Scheduling policy for TaskGroups in the job.Job.SchedulingPolicy
Job. getSchedulingPolicy()
Scheduling policy for TaskGroups in the job.Job.SchedulingPolicy
JobOrBuilder. getSchedulingPolicy()
Scheduling policy for TaskGroups in the job.static Job.SchedulingPolicy
Job.SchedulingPolicy. valueOf(int value)
Deprecated.static Job.SchedulingPolicy
Job.SchedulingPolicy. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Job.SchedulingPolicy
Job.SchedulingPolicy. valueOf(String name)
Returns the enum constant of this type with the specified name.static Job.SchedulingPolicy[]
Job.SchedulingPolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.batch.v1alpha that return types with arguments of type Job.SchedulingPolicy Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Job.SchedulingPolicy>
Job.SchedulingPolicy. internalGetValueMap()
Methods in com.google.cloud.batch.v1alpha with parameters of type Job.SchedulingPolicy Modifier and Type Method Description Job.Builder
Job.Builder. setSchedulingPolicy(Job.SchedulingPolicy value)
Scheduling policy for TaskGroups in the job.
-