CredentialsType$json top-level constant
- @Deprecated('Use credentialsTypeDescriptor instead')
Implementation
@$core.Deprecated('Use credentialsTypeDescriptor instead')
const CredentialsType$json = {
'1': 'CredentialsType',
'2': [
{'1': 'CREDENTIALS_TYPE_UNSPECIFIED', '2': 0},
{'1': 'CREDENTIALS_TYPE_INTERNAL', '2': 1},
{'1': 'CREDENTIALS_TYPE_API_KEY', '2': 2},
{'1': 'CREDENTIALS_TYPE_ROBOT_SECRET', '2': 3},
{'1': 'CREDENTIALS_TYPE_ROBOT_LOCATION_SECRET', '2': 4},
],
};