ServiceAccountKeyOrigin$json top-level constant

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

Implementation

@$core.Deprecated('Use serviceAccountKeyOriginDescriptor instead')
const ServiceAccountKeyOrigin$json = {
  '1': 'ServiceAccountKeyOrigin',
  '2': [
    {'1': 'ORIGIN_UNSPECIFIED', '2': 0},
    {'1': 'USER_PROVIDED', '2': 1},
    {'1': 'GOOGLE_PROVIDED', '2': 2},
  ],
};