CreateServiceConfigRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use createServiceConfigRequestDescriptor instead')
const CreateServiceConfigRequest$json = {
  '1': 'CreateServiceConfigRequest',
  '2': [
    {'1': 'service_name', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'serviceName'},
    {
      '1': 'service_config',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.api.Service',
      '8': {},
      '10': 'serviceConfig'
    },
  ],
};