ConfigFile$json top-level constant

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

Implementation

@$core.Deprecated('Use configFileDescriptor instead')
const ConfigFile$json = {
  '1': 'ConfigFile',
  '2': [
    {'1': 'file_path', '3': 1, '4': 1, '5': 9, '10': 'filePath'},
    {'1': 'file_contents', '3': 3, '4': 1, '5': 12, '10': 'fileContents'},
    {
      '1': 'file_type',
      '3': 4,
      '4': 1,
      '5': 14,
      '6': '.google.api.servicemanagement.v1.ConfigFile.FileType',
      '10': 'fileType'
    },
  ],
  '4': [ConfigFile_FileType$json],
};