Uses of Class
com.google.cloud.batch.v1alpha.TaskGroup.SchedulingPolicy
-
Packages that use TaskGroup.SchedulingPolicy Package Description com.google.cloud.batch.v1alpha A client to Batch API -
-
Uses of TaskGroup.SchedulingPolicy in com.google.cloud.batch.v1alpha
Methods in com.google.cloud.batch.v1alpha that return TaskGroup.SchedulingPolicy Modifier and Type Method Description static TaskGroup.SchedulingPolicy
TaskGroup.SchedulingPolicy. forNumber(int value)
TaskGroup.SchedulingPolicy
TaskGroup.Builder. getSchedulingPolicy()
Scheduling policy for Tasks in the TaskGroup.TaskGroup.SchedulingPolicy
TaskGroup. getSchedulingPolicy()
Scheduling policy for Tasks in the TaskGroup.TaskGroup.SchedulingPolicy
TaskGroupOrBuilder. getSchedulingPolicy()
Scheduling policy for Tasks in the TaskGroup.static TaskGroup.SchedulingPolicy
TaskGroup.SchedulingPolicy. valueOf(int value)
Deprecated.static TaskGroup.SchedulingPolicy
TaskGroup.SchedulingPolicy. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static TaskGroup.SchedulingPolicy
TaskGroup.SchedulingPolicy. valueOf(String name)
Returns the enum constant of this type with the specified name.static TaskGroup.SchedulingPolicy[]
TaskGroup.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 TaskGroup.SchedulingPolicy Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<TaskGroup.SchedulingPolicy>
TaskGroup.SchedulingPolicy. internalGetValueMap()
Methods in com.google.cloud.batch.v1alpha with parameters of type TaskGroup.SchedulingPolicy Modifier and Type Method Description TaskGroup.Builder
TaskGroup.Builder. setSchedulingPolicy(TaskGroup.SchedulingPolicy value)
Scheduling policy for Tasks in the TaskGroup.
-