values constant

List<ClientGateway_State> const values

Implementation

static const $core.List<ClientGateway_State> values = <ClientGateway_State>[
  STATE_UNSPECIFIED,
  CREATING,
  UPDATING,
  DELETING,
  RUNNING,
  DOWN,
  ERROR,
];