ServiceAccountKeyAlgorithm$json top-level constant
- @Deprecated('Use serviceAccountKeyAlgorithmDescriptor instead')
Implementation
@$core.Deprecated('Use serviceAccountKeyAlgorithmDescriptor instead')
const ServiceAccountKeyAlgorithm$json = {
'1': 'ServiceAccountKeyAlgorithm',
'2': [
{'1': 'KEY_ALG_UNSPECIFIED', '2': 0},
{'1': 'KEY_ALG_RSA_1024', '2': 1},
{'1': 'KEY_ALG_RSA_2048', '2': 2},
],
};