| Modifier and Type | Method and Description |
|---|---|
static TaskGroup.SchedulingPolicy |
TaskGroup.SchedulingPolicy.forNumber(int value) |
TaskGroup.SchedulingPolicy |
TaskGroupOrBuilder.getSchedulingPolicy()
Scheduling policy for Tasks in the TaskGroup.
|
TaskGroup.SchedulingPolicy |
TaskGroup.getSchedulingPolicy()
Scheduling policy for Tasks in the TaskGroup.
|
TaskGroup.SchedulingPolicy |
TaskGroup.Builder.getSchedulingPolicy()
Scheduling policy for Tasks in the TaskGroup.
|
static TaskGroup.SchedulingPolicy |
TaskGroup.SchedulingPolicy.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TaskGroup.SchedulingPolicy |
TaskGroup.SchedulingPolicy.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<TaskGroup.SchedulingPolicy> |
TaskGroup.SchedulingPolicy.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
TaskGroup.Builder |
TaskGroup.Builder.setSchedulingPolicy(TaskGroup.SchedulingPolicy value)
Scheduling policy for Tasks in the TaskGroup.
|
Copyright © 2025 Google LLC. All rights reserved.