ModuleConfig$json top-level constant

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

Implementation

@$core.Deprecated('Use moduleConfigDescriptor instead')
const ModuleConfig$json = {
  '1': 'ModuleConfig',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    {'1': 'type', '3': 2, '4': 1, '5': 9, '10': 'type'},
    {'1': 'input_channels', '3': 3, '4': 3, '5': 11, '6': '.claidservice.ModuleConfig.InputChannelsEntry', '10': 'inputChannels'},
    {'1': 'output_channels', '3': 4, '4': 3, '5': 11, '6': '.claidservice.ModuleConfig.OutputChannelsEntry', '10': 'outputChannels'},
    {'1': 'properties', '3': 5, '4': 1, '5': 11, '6': '.google.protobuf.Struct', '10': 'properties'},
  ],
  '3': [ModuleConfig_InputChannelsEntry$json, ModuleConfig_OutputChannelsEntry$json],
};