values constant

List<Gateway_State> const values

Implementation

static const $core.List<Gateway_State> values = <Gateway_State> [
  STATE_UNSPECIFIED,
  CREATING,
  ACTIVE,
  FAILED,
  DELETING,
  UPDATING,
];