values constant

Implementation

static const $core.List<ScopeLifecycleState_Code> values =
    <ScopeLifecycleState_Code>[
  CODE_UNSPECIFIED,
  CREATING,
  READY,
  DELETING,
  UPDATING,
];