GetServiceAccountKeyRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use getServiceAccountKeyRequestDescriptor instead')
const GetServiceAccountKeyRequest$json = {
  '1': 'GetServiceAccountKeyRequest',
  '2': [
    {'1': 'name', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'name'},
    {
      '1': 'public_key_type',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.google.iam.admin.v1.ServiceAccountPublicKeyType',
      '8': {},
      '10': 'publicKeyType'
    },
  ],
};