CredentialsType$json top-level constant

  1. @Deprecated('Use credentialsTypeDescriptor instead')
Map<String, Object> const CredentialsType$json

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},
  ],
};