values constant

List<AppGateway_State> const values

Implementation

static const $core.List<AppGateway_State> values = <AppGateway_State> [
  STATE_UNSPECIFIED,
  CREATING,
  CREATED,
  UPDATING,
  DELETING,
  DOWN,
];