@Generated public enum AppDeploymentState extends Enum<AppDeploymentState>
| Enum Constant and Description |
|---|
CANCELLED |
FAILED |
IN_PROGRESS |
STATE_UNSPECIFIED |
STOPPED |
SUCCEEDED |
| Modifier and Type | Method and Description |
|---|---|
static AppDeploymentState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppDeploymentState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppDeploymentState CANCELLED
public static final AppDeploymentState FAILED
public static final AppDeploymentState IN_PROGRESS
public static final AppDeploymentState STATE_UNSPECIFIED
public static final AppDeploymentState STOPPED
public static final AppDeploymentState SUCCEEDED
public static AppDeploymentState[] values()
for (AppDeploymentState c : AppDeploymentState.values()) System.out.println(c);
public static AppDeploymentState 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 © 2024. All rights reserved.