values constant
Implementation
static const $core.List<Application_State> values = <Application_State>[
STATE_UNSPECIFIED,
CREATED,
DEPLOYING,
DEPLOYED,
UNDEPLOYING,
DELETED,
ERROR,
CREATING,
UPDATING,
DELETING,
FIXING,
];
static const $core.List<Application_State> values = <Application_State>[
STATE_UNSPECIFIED,
CREATED,
DEPLOYING,
DEPLOYED,
UNDEPLOYING,
DELETED,
ERROR,
CREATING,
UPDATING,
DELETING,
FIXING,
];