@Generated public enum RunLifecycleStateV2State extends Enum<RunLifecycleStateV2State>
| Enum Constant and Description |
|---|
BLOCKED |
PENDING |
QUEUED |
RUNNING |
TERMINATED |
TERMINATING |
WAITING |
| Modifier and Type | Method and Description |
|---|---|
static RunLifecycleStateV2State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunLifecycleStateV2State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RunLifecycleStateV2State BLOCKED
public static final RunLifecycleStateV2State PENDING
public static final RunLifecycleStateV2State QUEUED
public static final RunLifecycleStateV2State RUNNING
public static final RunLifecycleStateV2State TERMINATED
public static final RunLifecycleStateV2State TERMINATING
public static final RunLifecycleStateV2State WAITING
public static RunLifecycleStateV2State[] values()
for (RunLifecycleStateV2State c : RunLifecycleStateV2State.values()) System.out.println(c);
public static RunLifecycleStateV2State valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2025. All rights reserved.