values constant

Implementation

static const $core.List<ServiceAccountKeyAlgorithm> values =
    <ServiceAccountKeyAlgorithm>[
  KEY_ALG_UNSPECIFIED,
  KEY_ALG_RSA_1024,
  KEY_ALG_RSA_2048,
];