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.SchedulingPolicyJob.SchedulingPolicy. forNumber(int value)Job.SchedulingPolicyJob.Builder. getSchedulingPolicy()Scheduling policy for TaskGroups in the job.Job.SchedulingPolicyJob. getSchedulingPolicy()Scheduling policy for TaskGroups in the job.Job.SchedulingPolicyJobOrBuilder. getSchedulingPolicy()Scheduling policy for TaskGroups in the job.static Job.SchedulingPolicyJob.SchedulingPolicy. valueOf(int value)Deprecated.static Job.SchedulingPolicyJob.SchedulingPolicy. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Job.SchedulingPolicyJob.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.BuilderJob.Builder. setSchedulingPolicy(Job.SchedulingPolicy value)Scheduling policy for TaskGroups in the job.
-