ScannerFrontendConfig$json top-level constant

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

Implementation

@$core.Deprecated('Use scannerFrontendConfigDescriptor instead')
const ScannerFrontendConfig$json = {
  '1': 'ScannerFrontendConfig',
  '2': [
    {'1': 'Host', '3': 1, '4': 1, '5': 9, '10': 'Host'},
    {'1': 'Port', '3': 2, '4': 1, '5': 5, '10': 'Port'},
    {'1': 'SSL', '3': 3, '4': 1, '5': 8, '10': 'SSL'},
    {
      '1': 'Certificate',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'Certificate'
    },
    {
      '1': 'DefaultType',
      '3': 5,
      '4': 1,
      '5': 14,
      '6': '.Scanner.ScannerType',
      '10': 'DefaultType'
    },
    {'1': 'EnableLogin', '3': 6, '4': 1, '5': 8, '10': 'EnableLogin'},
    {'1': 'APIKey', '3': 9, '4': 1, '5': 9, '10': 'APIKey'},
  ],
};