@Generated public enum CleanRoomTaskRunResultState extends Enum<CleanRoomTaskRunResultState>
| Enum Constant and Description |
|---|
CANCELED |
DISABLED |
EVICTED |
EXCLUDED |
FAILED |
MAXIMUM_CONCURRENT_RUNS_REACHED |
RUN_RESULT_STATE_UNSPECIFIED |
SUCCESS |
SUCCESS_WITH_FAILURES |
TIMEDOUT |
UPSTREAM_CANCELED |
UPSTREAM_EVICTED |
UPSTREAM_FAILED |
| Modifier and Type | Method and Description |
|---|---|
static CleanRoomTaskRunResultState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CleanRoomTaskRunResultState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CleanRoomTaskRunResultState CANCELED
public static final CleanRoomTaskRunResultState DISABLED
public static final CleanRoomTaskRunResultState EVICTED
public static final CleanRoomTaskRunResultState EXCLUDED
public static final CleanRoomTaskRunResultState FAILED
public static final CleanRoomTaskRunResultState MAXIMUM_CONCURRENT_RUNS_REACHED
public static final CleanRoomTaskRunResultState RUN_RESULT_STATE_UNSPECIFIED
public static final CleanRoomTaskRunResultState SUCCESS
public static final CleanRoomTaskRunResultState SUCCESS_WITH_FAILURES
public static final CleanRoomTaskRunResultState TIMEDOUT
public static final CleanRoomTaskRunResultState UPSTREAM_CANCELED
public static final CleanRoomTaskRunResultState UPSTREAM_EVICTED
public static final CleanRoomTaskRunResultState UPSTREAM_FAILED
public static CleanRoomTaskRunResultState[] values()
for (CleanRoomTaskRunResultState c : CleanRoomTaskRunResultState.values()) System.out.println(c);
public static CleanRoomTaskRunResultState 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.