DeviceAgentConfigRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use deviceAgentConfigRequestDescriptor instead')
const DeviceAgentConfigRequest$json = {
  '1': 'DeviceAgentConfigRequest',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    {'1': 'host_info', '3': 2, '4': 1, '5': 11, '6': '.viam.app.agent.v1.HostInfo', '10': 'hostInfo'},
    {'1': 'subsystem_versions', '3': 3, '4': 3, '5': 11, '6': '.viam.app.agent.v1.DeviceAgentConfigRequest.SubsystemVersionsEntry', '10': 'subsystemVersions'},
  ],
  '3': [DeviceAgentConfigRequest_SubsystemVersionsEntry$json],
};