@lansweeper/discovery-sensor-proto 2.13.13 → 2.13.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -121,7 +121,7 @@ message WindowsWinSat {
121
121
  message WinSat {
122
122
  google.protobuf.StringValue time_taken = 1;
123
123
  google.protobuf.FloatValue win_sPR_level = 2;
124
- google.protobuf.Int32Value win_sAT_assessment_state = 3;
124
+ google.protobuf.UInt32Value win_sAT_assessment_state = 3;
125
125
  google.protobuf.FloatValue memory_score = 4;
126
126
  google.protobuf.FloatValue cPU_score = 5;
127
127
  google.protobuf.FloatValue disk_score = 6;
@@ -142,7 +142,7 @@ message Volume {
142
142
  google.protobuf.StringValue device_id = 5;
143
143
  google.protobuf.BoolValue dirty_bit_set = 6;
144
144
  google.protobuf.StringValue drive_letter = 7;
145
- google.protobuf.Int32Value drive_type = 8;
145
+ google.protobuf.UInt32Value drive_type = 8;
146
146
  google.protobuf.BoolValue error_cleared = 9;
147
147
  google.protobuf.StringValue error_description = 10;
148
148
  google.protobuf.StringValue error_methodology = 11;
@@ -163,28 +163,28 @@ message WindowsVideoController {
163
163
 
164
164
  message VideoController {
165
165
  google.protobuf.StringValue adapter_compatibility = 1;
166
- google.protobuf.Int32Value adapter_ram = 2;
167
- google.protobuf.Int32Value availability = 3;
166
+ google.protobuf.UInt32Value adapter_ram = 2;
167
+ google.protobuf.UInt32Value availability = 3;
168
168
  google.protobuf.StringValue caption = 4;
169
- google.protobuf.Int32Value current_bits_per_pixel = 5;
170
- google.protobuf.Int32Value current_horizontal_resolution = 6;
169
+ google.protobuf.UInt32Value current_bits_per_pixel = 5;
170
+ google.protobuf.UInt32Value current_horizontal_resolution = 6;
171
171
  google.protobuf.UInt64Value current_number_of_colors = 7;
172
- google.protobuf.Int32Value current_refresh_rate = 8;
173
- google.protobuf.Int32Value current_scan_mode = 9;
174
- google.protobuf.Int32Value current_vertical_resolution = 10;
172
+ google.protobuf.UInt32Value current_refresh_rate = 8;
173
+ google.protobuf.UInt32Value current_scan_mode = 9;
174
+ google.protobuf.UInt32Value current_vertical_resolution = 10;
175
175
  google.protobuf.StringValue device_id = 11;
176
- google.protobuf.Int32Value device_specific_pens = 12;
176
+ google.protobuf.UInt32Value device_specific_pens = 12;
177
177
  google.protobuf.StringValue driver_version = 13;
178
178
  google.protobuf.StringValue inf_filename = 14;
179
179
  google.protobuf.StringValue inf_section = 15;
180
180
  google.protobuf.StringValue installed_display_drivers = 16;
181
- google.protobuf.Int32Value max_refresh_rate = 17;
182
- google.protobuf.Int32Value min_refresh_rate = 18;
181
+ google.protobuf.UInt32Value max_refresh_rate = 17;
182
+ google.protobuf.UInt32Value min_refresh_rate = 18;
183
183
  google.protobuf.BoolValue monochrome = 19;
184
- google.protobuf.Int32Value number_of_color_planes = 20;
184
+ google.protobuf.UInt32Value number_of_color_planes = 20;
185
185
  google.protobuf.StringValue pnp_device_id = 21;
186
- google.protobuf.Int32Value video_architecture = 22;
187
- google.protobuf.Int32Value video_memory_type = 23;
186
+ google.protobuf.UInt32Value video_architecture = 22;
187
+ google.protobuf.UInt32Value video_memory_type = 23;
188
188
  google.protobuf.StringValue video_mode_description = 24;
189
189
  google.protobuf.StringValue video_processor = 25;
190
190
  }
@@ -202,7 +202,7 @@ message User {
202
202
  }
203
203
 
204
204
  message UserV1 {
205
- google.protobuf.Int32Value account_type = 1;
205
+ google.protobuf.UInt32Value account_type = 1;
206
206
  google.protobuf.StringValue caption = 2;
207
207
  google.protobuf.StringValue description = 3;
208
208
  google.protobuf.BoolValue disabled = 4;
@@ -214,13 +214,12 @@ message UserV1 {
214
214
  google.protobuf.BoolValue password_expires = 10;
215
215
  google.protobuf.BoolValue password_required = 11;
216
216
  google.protobuf.StringValue sid = 12;
217
- google.protobuf.Int32Value sid_type = 13;
217
+ google.protobuf.UInt32Value sid_type = 13;
218
218
  google.protobuf.StringValue status = 14;
219
- google.protobuf.BoolValue local_account = 15;
220
219
  }
221
220
 
222
221
  message UserV2 {
223
- google.protobuf.Int32Value account_type = 1;
222
+ google.protobuf.UInt32Value account_type = 1;
224
223
  google.protobuf.StringValue caption = 2;
225
224
  google.protobuf.StringValue description = 3;
226
225
  google.protobuf.BoolValue disabled = 4;
@@ -232,7 +231,7 @@ message UserV2 {
232
231
  google.protobuf.BoolValue password_expires = 10;
233
232
  google.protobuf.BoolValue password_required = 11;
234
233
  google.protobuf.StringValue sid = 12;
235
- google.protobuf.Int32Value sid_type = 13;
234
+ google.protobuf.UInt32Value sid_type = 13;
236
235
  google.protobuf.StringValue status = 14;
237
236
  google.protobuf.BoolValue local_account = 15;
238
237
  }
@@ -246,7 +245,7 @@ message UsbController {
246
245
  google.protobuf.StringValue caption = 1;
247
246
  google.protobuf.StringValue device_id = 2;
248
247
  google.protobuf.StringValue manufacturer = 3;
249
- google.protobuf.Int32Value protocol_supported = 4;
248
+ google.protobuf.UInt32Value protocol_supported = 4;
250
249
  }
251
250
 
252
251
  /* Section element for uptime on Windows */
@@ -274,7 +273,7 @@ message Tpm {
274
273
  google.protobuf.StringValue spec_version = 4;
275
274
  google.protobuf.StringValue manufacturer_version = 5;
276
275
  google.protobuf.StringValue manufacturer_version_info = 6;
277
- google.protobuf.Int32Value manufacturer_id = 7;
276
+ google.protobuf.UInt32Value manufacturer_id = 7;
278
277
  google.protobuf.StringValue manufacturer_version_full20 = 8;
279
278
  google.protobuf.StringValue manufacturer_id_txt = 9;
280
279
  google.protobuf.StringValue physical_presence_version_info = 10;
@@ -286,21 +285,21 @@ message WindowsTape {
286
285
  }
287
286
 
288
287
  message Tape {
289
- google.protobuf.Int32Value availability = 1;
290
- google.protobuf.Int32Value capabilities = 2;
288
+ google.protobuf.UInt32Value availability = 1;
289
+ repeated uint32 capabilities = 2;
291
290
  google.protobuf.StringValue caption = 3;
292
- google.protobuf.Int32Value compression = 4;
291
+ google.protobuf.UInt32Value compression = 4;
293
292
  google.protobuf.UInt64Value default_block_size = 5;
294
293
  google.protobuf.StringValue device_id = 6;
295
294
  google.protobuf.StringValue manufacturer = 7;
296
295
  google.protobuf.UInt64Value max_block_size = 8;
297
296
  google.protobuf.UInt64Value max_media_size = 9;
298
- google.protobuf.Int32Value max_partition_count = 10;
297
+ google.protobuf.UInt32Value max_partition_count = 10;
299
298
  google.protobuf.StringValue media_type = 11;
300
299
  google.protobuf.UInt64Value min_block_size = 12;
301
300
  google.protobuf.BoolValue needs_cleaning = 13;
302
- google.protobuf.Int32Value number_of_media_supported = 14;
303
- google.protobuf.Int32Value padding = 15;
301
+ google.protobuf.UInt32Value number_of_media_supported = 14;
302
+ google.protobuf.UInt32Value padding = 15;
304
303
  }
305
304
 
306
305
  /* Section element for system info on Windows */
@@ -322,7 +321,7 @@ message SystemEnclosure {
322
321
  repeated uint32 chassis_types = 1;
323
322
  google.protobuf.BoolValue lock_present = 2;
324
323
  google.protobuf.StringValue manufacturer = 3;
325
- google.protobuf.Int32Value security_status = 4;
324
+ google.protobuf.UInt32Value security_status = 4;
326
325
  google.protobuf.StringValue serial_number = 5;
327
326
  google.protobuf.StringValue sMBIOS_asset_tag = 6;
328
327
  google.protobuf.StringValue tag = 7;
@@ -349,16 +348,16 @@ message SystemDriver {
349
348
  google.protobuf.BoolValue accept_stop = 2;
350
349
  google.protobuf.BoolValue desktop_interact = 3;
351
350
  google.protobuf.StringValue error_control = 4;
352
- google.protobuf.Int32Value exit_code = 5;
351
+ google.protobuf.UInt32Value exit_code = 5;
353
352
  google.protobuf.StringValue path_name = 6;
354
- google.protobuf.Int32Value service_specific_exit_code = 7;
353
+ google.protobuf.UInt32Value service_specific_exit_code = 7;
355
354
  google.protobuf.StringValue service_type= 8;
356
355
  google.protobuf.BoolValue started = 9;
357
356
  google.protobuf.StringValue start_mode = 10;
358
357
  google.protobuf.StringValue start_name = 11;
359
358
  google.protobuf.StringValue state = 12;
360
359
  google.protobuf.StringValue status = 13;
361
- google.protobuf.Int32Value tag_id = 14;
360
+ google.protobuf.UInt32Value tag_id = 14;
362
361
  SystemDriverUniWrapper system_driver_uni_wrapper = 15;
363
362
  }
364
363
 
@@ -395,7 +394,7 @@ message Share {
395
394
  google.protobuf.StringValue caption = 1;
396
395
  google.protobuf.StringValue name = 2;
397
396
  google.protobuf.StringValue path = 3;
398
- google.protobuf.Int32Value type = 4;
397
+ google.protobuf.UInt32Value type = 4;
399
398
  }
400
399
 
401
400
  /* Section element for services on Windows */
@@ -403,7 +402,7 @@ message WindowsService {
403
402
  repeated Service entries = 1;
404
403
  }
405
404
 
406
- message Service{
405
+ message Service {
407
406
  google.protobuf.BoolValue accept_pause = 1;
408
407
  google.protobuf.BoolValue accept_stop = 2;
409
408
  google.protobuf.StringValue caption = 3;
@@ -422,13 +421,13 @@ message WindowsSerialPort {
422
421
  }
423
422
 
424
423
  message SerialPort {
425
- google.protobuf.Int32Value availability = 1;
424
+ google.protobuf.UInt32Value availability = 1;
426
425
  google.protobuf.BoolValue binary = 2;
427
426
  google.protobuf.StringValue caption = 3;
428
427
  google.protobuf.StringValue device_id = 4;
429
- google.protobuf.Int32Value max_baud_rate = 5;
430
- google.protobuf.Int32Value maximum_input_buffer_size = 6;
431
- google.protobuf.Int32Value maximum_output_buffer_size = 7;
428
+ google.protobuf.UInt32Value max_baud_rate = 5;
429
+ google.protobuf.UInt32Value maximum_input_buffer_size = 6;
430
+ google.protobuf.UInt32Value maximum_output_buffer_size = 7;
432
431
  google.protobuf.BoolValue os_auto_discovered = 8;
433
432
  google.protobuf.StringValue pnp_device_id = 9;
434
433
  google.protobuf.StringValue provider_type = 10;
@@ -440,12 +439,12 @@ message WindowsScsi {
440
439
  }
441
440
 
442
441
  message Scsi {
443
- google.protobuf.Int32Value availability = 1;
442
+ google.protobuf.UInt32Value availability = 1;
444
443
  google.protobuf.StringValue caption = 2;
445
444
  google.protobuf.StringValue device_id = 3;
446
445
  google.protobuf.StringValue driver_name = 4;
447
446
  google.protobuf.StringValue manufacturer = 5;
448
- google.protobuf.Int32Value protocol_supported = 6;
447
+ google.protobuf.UInt32Value protocol_supported = 6;
449
448
  }
450
449
 
451
450
  /* Section element for QFE (Quick Fix Engineering) on Windows */
@@ -475,59 +474,59 @@ message Processor {
475
474
  }
476
475
 
477
476
  message ProcessorV1 {
478
- google.protobuf.Int32Value address_width = 1;
479
- google.protobuf.Int32Value architecture = 2;
480
- google.protobuf.Int32Value availability = 3;
477
+ google.protobuf.UInt32Value address_width = 1;
478
+ google.protobuf.UInt32Value architecture = 2;
479
+ google.protobuf.UInt32Value availability = 3;
481
480
  google.protobuf.StringValue caption = 4;
482
- google.protobuf.Int32Value cpu_status = 5;
483
- google.protobuf.Int32Value data_width = 6;
481
+ google.protobuf.UInt32Value cpu_status = 5;
482
+ google.protobuf.UInt32Value data_width = 6;
484
483
  google.protobuf.StringValue device_id = 7;
485
- google.protobuf.Int32Value ext_clock = 8;
486
- google.protobuf.Int32Value family = 9;
487
- google.protobuf.Int32Value l2_cache_size = 10;
488
- google.protobuf.Int32Value l2_cache_speed = 11;
489
- google.protobuf.Int32Value level = 12;
484
+ google.protobuf.UInt32Value ext_clock = 8;
485
+ google.protobuf.UInt32Value family = 9;
486
+ google.protobuf.UInt32Value l2_cache_size = 10;
487
+ google.protobuf.UInt32Value l2_cache_speed = 11;
488
+ google.protobuf.UInt32Value level = 12;
490
489
  google.protobuf.StringValue manufacturer = 13;
491
- google.protobuf.Int32Value max_clock_speed = 14;
490
+ google.protobuf.UInt32Value max_clock_speed = 14;
492
491
  google.protobuf.StringValue name = 15;
493
492
  google.protobuf.StringValue processor_id = 16;
494
- google.protobuf.Int32Value processor_type= 17;
495
- google.protobuf.Int32Value revision = 18;
493
+ google.protobuf.UInt32Value processor_type= 17;
494
+ google.protobuf.UInt32Value revision = 18;
496
495
  google.protobuf.StringValue socket_designation = 19;
497
496
  google.protobuf.StringValue stepping = 20;
498
497
  google.protobuf.StringValue unique_id = 21;
499
- google.protobuf.Int32Value upgrade_method = 22;
498
+ google.protobuf.UInt32Value upgrade_method = 22;
500
499
  google.protobuf.StringValue version = 23;
501
- google.protobuf.Int32Value voltage_caps = 24;
500
+ google.protobuf.UInt32Value voltage_caps = 24;
502
501
  }
503
502
 
504
503
  message ProcessorV2 {
505
- google.protobuf.Int32Value address_width = 1;
506
- google.protobuf.Int32Value architecture = 2;
507
- google.protobuf.Int32Value availability = 3;
504
+ google.protobuf.UInt32Value address_width = 1;
505
+ google.protobuf.UInt32Value architecture = 2;
506
+ google.protobuf.UInt32Value availability = 3;
508
507
  google.protobuf.StringValue caption = 4;
509
- google.protobuf.Int32Value cpu_status = 5;
510
- google.protobuf.Int32Value data_width = 6;
508
+ google.protobuf.UInt32Value cpu_status = 5;
509
+ google.protobuf.UInt32Value data_width = 6;
511
510
  google.protobuf.StringValue device_id = 7;
512
- google.protobuf.Int32Value ext_clock = 8;
513
- google.protobuf.Int32Value family = 9;
514
- google.protobuf.Int32Value l2_cache_size = 10;
515
- google.protobuf.Int32Value l2_cache_speed = 11;
516
- google.protobuf.Int32Value level = 12;
511
+ google.protobuf.UInt32Value ext_clock = 8;
512
+ google.protobuf.UInt32Value family = 9;
513
+ google.protobuf.UInt32Value l2_cache_size = 10;
514
+ google.protobuf.UInt32Value l2_cache_speed = 11;
515
+ google.protobuf.UInt32Value level = 12;
517
516
  google.protobuf.StringValue manufacturer = 13;
518
- google.protobuf.Int32Value max_clock_speed = 14;
517
+ google.protobuf.UInt32Value max_clock_speed = 14;
519
518
  google.protobuf.StringValue name = 15;
520
519
  google.protobuf.StringValue processor_id = 16;
521
- google.protobuf.Int32Value processor_type= 17;
522
- google.protobuf.Int32Value revision = 18;
520
+ google.protobuf.UInt32Value processor_type= 17;
521
+ google.protobuf.UInt32Value revision = 18;
523
522
  google.protobuf.StringValue socket_designation = 19;
524
523
  google.protobuf.StringValue stepping = 20;
525
524
  google.protobuf.StringValue unique_id = 21;
526
- google.protobuf.Int32Value upgrade_method = 22;
525
+ google.protobuf.UInt32Value upgrade_method = 22;
527
526
  google.protobuf.StringValue version = 23;
528
- google.protobuf.Int32Value voltage_caps = 24;
529
- google.protobuf.Int32Value number_of_logical_processors = 25;
530
- google.protobuf.Int32Value number_of_cores = 26;
527
+ google.protobuf.UInt32Value voltage_caps = 24;
528
+ google.protobuf.UInt32Value number_of_logical_processors = 25;
529
+ google.protobuf.UInt32Value number_of_cores = 26;
531
530
  }
532
531
 
533
532
  /* Section element for processes on Windows */
@@ -552,8 +551,8 @@ message ProcessV1 {
552
551
  message ProcessV2 {
553
552
  string caption = 1;
554
553
  google.protobuf.StringValue executable_path = 2;
555
- google.protobuf.Int32Value thread_count = 3;
556
- google.protobuf.Int32Value priority = 4;
554
+ google.protobuf.UInt32Value thread_count = 3;
555
+ google.protobuf.UInt32Value priority = 4;
557
556
  int32 handle = 5;
558
557
  }
559
558
 
@@ -581,7 +580,7 @@ message PrinterDriver {
581
580
  google.protobuf.StringValue help_file = 6;
582
581
  google.protobuf.StringValue monitor_name = 7;
583
582
  google.protobuf.StringValue oem_url = 8;
584
- google.protobuf.Int32Value version = 9;
583
+ google.protobuf.UInt32Value version = 9;
585
584
  google.protobuf.StringValue driver_version = 10;
586
585
  google.protobuf.StringValue driver_date = 11;
587
586
  google.protobuf.StringValue hardware_id = 12;
@@ -617,31 +616,31 @@ message Printer {
617
616
 
618
617
  message PrinterV1 {
619
618
  repeated string capability_descriptions = 1;
620
- string caption = 2;
621
- string device_id = 3;
622
- uint32 horizontal_resolution = 4;
623
- string location = 5;
624
- string port_name = 6;
625
- string print_job_data_type = 7;
626
- string print_processor = 8;
627
- string share_name = 9;
628
- string status = 10;
629
- uint32 vertical_resolution = 11;
619
+ google.protobuf.StringValue caption = 2;
620
+ google.protobuf.StringValue device_id = 3;
621
+ google.protobuf.UInt32Value horizontal_resolution = 4;
622
+ google.protobuf.StringValue location = 5;
623
+ google.protobuf.StringValue port_name = 6;
624
+ google.protobuf.StringValue print_job_data_type = 7;
625
+ google.protobuf.StringValue print_processor = 8;
626
+ google.protobuf.StringValue share_name = 9;
627
+ google.protobuf.StringValue status = 10;
628
+ google.protobuf.UInt32Value vertical_resolution = 11;
630
629
  }
631
630
 
632
631
  message PrinterV2 {
633
632
  repeated string capability_descriptions = 1;
634
- string caption = 2;
635
- string device_id = 3;
636
- uint32 horizontal_resolution = 4;
637
- string location = 5;
638
- string port_name = 6;
639
- string print_job_data_type = 7;
640
- string print_processor = 8;
641
- string share_name = 9;
642
- string status = 10;
643
- uint32 vertical_resolution = 11;
644
- string comment = 12;
633
+ google.protobuf.StringValue caption = 2;
634
+ google.protobuf.StringValue device_id = 3;
635
+ google.protobuf.UInt32Value horizontal_resolution = 4;
636
+ google.protobuf.StringValue location = 5;
637
+ google.protobuf.StringValue port_name = 6;
638
+ google.protobuf.StringValue print_job_data_type = 7;
639
+ google.protobuf.StringValue print_processor = 8;
640
+ google.protobuf.StringValue share_name = 9;
641
+ google.protobuf.StringValue status = 10;
642
+ google.protobuf.UInt32Value vertical_resolution = 11;
643
+ google.protobuf.StringValue comment = 12;
645
644
  google.protobuf.BoolValue enable_bIDI = 13;
646
645
  google.protobuf.BoolValue local = 14;
647
646
  google.protobuf.BoolValue network = 15;
@@ -658,8 +657,8 @@ message PotsModem {
658
657
  google.protobuf.StringValue country_selected = 3;
659
658
  google.protobuf.StringValue device_id = 4;
660
659
  google.protobuf.StringValue device_type = 5;
661
- google.protobuf.Int32Value max_baud_rate_to_phone = 6;
662
- google.protobuf.Int32Value max_baud_rate_to_serial_port = 7;
660
+ google.protobuf.UInt32Value max_baud_rate_to_phone = 6;
661
+ google.protobuf.UInt32Value max_baud_rate_to_serial_port = 7;
663
662
  google.protobuf.StringValue modem_inf_path = 8;
664
663
  google.protobuf.StringValue modem_inf_section = 9;
665
664
  google.protobuf.StringValue provider_name = 10;
@@ -674,7 +673,7 @@ message PortConnector {
674
673
  repeated uint32 connectorType = 1;
675
674
  google.protobuf.StringValue external_reference_designator = 2;
676
675
  google.protobuf.StringValue internal_reference_designator = 3;
677
- google.protobuf.Int32Value port_type = 4;
676
+ google.protobuf.UInt32Value port_type = 4;
678
677
  google.protobuf.StringValue tag = 5;
679
678
  }
680
679
 
@@ -684,15 +683,15 @@ message WindowsPortableBattery {
684
683
  }
685
684
 
686
685
  message PortableBattery {
687
- google.protobuf.Int32Value capacity_multiplier = 1;
688
- google.protobuf.Int32Value chemistry = 2;
689
- google.protobuf.Int32Value design_capacity = 3;
686
+ google.protobuf.UInt32Value capacity_multiplier = 1;
687
+ google.protobuf.UInt32Value chemistry = 2;
688
+ google.protobuf.UInt32Value design_capacity = 3;
690
689
  google.protobuf.UInt64Value design_voltage = 4;
691
690
  google.protobuf.StringValue device_id = 5;
692
691
  google.protobuf.StringValue location = 6;
693
692
  google.protobuf.StringValue manufacturer_date = 7;
694
693
  google.protobuf.StringValue manufacturer = 8;
695
- google.protobuf.Int32Value max_battery_error = 9;
694
+ google.protobuf.UInt32Value max_battery_error = 9;
696
695
  google.protobuf.StringValue name = 10;
697
696
  google.protobuf.StringValue smart_battery_version = 11;
698
697
  }
@@ -705,15 +704,15 @@ message WindowsPointingDevice {
705
704
  message PointingDevice {
706
705
  google.protobuf.StringValue Caption = 1;
707
706
  google.protobuf.StringValue DeviceId = 2;
708
- google.protobuf.Int32Value DeviceInterface = 3;
709
- google.protobuf.Int32Value DoubleSpeedThreshold = 4;
710
- google.protobuf.Int32Value Handedness = 5;
707
+ google.protobuf.UInt32Value DeviceInterface = 3;
708
+ google.protobuf.UInt32Value DoubleSpeedThreshold = 4;
709
+ google.protobuf.UInt32Value Handedness = 5;
711
710
  google.protobuf.StringValue InfFileName = 6;
712
711
  google.protobuf.StringValue InfSection = 7;
713
712
  google.protobuf.StringValue Manufacturer = 8;
714
- google.protobuf.Int32Value NumberOfButtons = 9;
715
- google.protobuf.Int32Value PointingType = 10;
716
- google.protobuf.Int32Value QuadSpeedThreshold = 11;
713
+ google.protobuf.UInt32Value NumberOfButtons = 9;
714
+ google.protobuf.UInt32Value PointingType = 10;
715
+ google.protobuf.UInt32Value QuadSpeedThreshold = 11;
717
716
  }
718
717
 
719
718
  /* Section element for PNP signed drivers on Windows */
@@ -749,11 +748,11 @@ message WindowsPcmcia {
749
748
 
750
749
  message Pcmcia {
751
750
  google.protobuf.StringValue caption = 1;
752
- google.protobuf.Int32Value config_manager_error_code = 2;
751
+ google.protobuf.UInt32Value config_manager_error_code = 2;
753
752
  google.protobuf.BoolValue config_manager_user_config = 3;
754
753
  google.protobuf.StringValue device_id = 4;
755
754
  google.protobuf.StringValue manufacturer = 5;
756
- google.protobuf.Int32Value protocol_supported = 6;
755
+ google.protobuf.UInt32Value protocol_supported = 6;
757
756
  }
758
757
 
759
758
  /* Section element for parallel ports on Windows */
@@ -762,14 +761,14 @@ message WindowsParallelPort {
762
761
  }
763
762
 
764
763
  message ParallelPort {
765
- google.protobuf.Int32Value availability = 1;
764
+ google.protobuf.UInt32Value availability = 1;
766
765
  google.protobuf.StringValue caption = 2;
767
- google.protobuf.Int32Value config_manager_error_code = 3;
766
+ google.protobuf.UInt32Value config_manager_error_code = 3;
768
767
  google.protobuf.BoolValue config_manager_user_config = 4;
769
768
  bool os_auto_discovered = 5;
770
769
  google.protobuf.StringValue pnp_device_id = 6;
771
770
  google.protobuf.BoolValue power_management_supported = 7;
772
- google.protobuf.Int32Value protocol_supported = 8;
771
+ google.protobuf.UInt32Value protocol_supported = 8;
773
772
  }
774
773
 
775
774
  /* Section element for page files on Windows */
@@ -790,11 +789,11 @@ message SinglePageFile {
790
789
  optional google.protobuf.Timestamp creation_date = 3;
791
790
  google.protobuf.UInt64Value file_size = 4;
792
791
  google.protobuf.BoolValue hidden = 5;
793
- google.protobuf.Int32Value initial_size = 6;
792
+ google.protobuf.UInt32Value initial_size = 6;
794
793
  optional google.protobuf.Timestamp install_date = 7;
795
794
  optional google.protobuf.Timestamp last_accessed = 8;
796
795
  optional google.protobuf.Timestamp last_modified = 9;
797
- google.protobuf.Int32Value maximum_size = 10;
796
+ google.protobuf.UInt32Value maximum_size = 10;
798
797
  google.protobuf.StringValue name = 11;
799
798
  google.protobuf.StringValue path = 12;
800
799
  google.protobuf.BoolValue readable = 13;
@@ -810,20 +809,20 @@ message PageFileCombinedData {
810
809
  message PageFileSetting {
811
810
  google.protobuf.StringValue caption = 1;
812
811
  google.protobuf.StringValue description = 2;
813
- google.protobuf.Int32Value initial_size = 3;
814
- google.protobuf.Int32Value maximum_size = 4;
812
+ google.protobuf.UInt32Value initial_size = 3;
813
+ google.protobuf.UInt32Value maximum_size = 4;
815
814
  google.protobuf.StringValue name = 5;
816
815
  google.protobuf.StringValue setting_id = 6;
817
816
  }
818
817
 
819
818
  message PageFileUsage {
820
- google.protobuf.Int32Value allocated_base_size = 1;
819
+ google.protobuf.UInt32Value allocated_base_size = 1;
821
820
  google.protobuf.StringValue caption = 2;
822
- google.protobuf.Int32Value current_usage = 3;
821
+ google.protobuf.UInt32Value current_usage = 3;
823
822
  google.protobuf.StringValue description = 4;
824
823
  optional google.protobuf.Timestamp install_date = 5;
825
824
  google.protobuf.StringValue name = 6;
826
- google.protobuf.Int32Value peak_usage = 7;
825
+ google.protobuf.UInt32Value peak_usage = 7;
827
826
  google.protobuf.StringValue status = 8;
828
827
  google.protobuf.BoolValue temp_page_file = 9;
829
828
  }
@@ -860,7 +859,7 @@ message OsRecoveryV2 {
860
859
  google.protobuf.BoolValue send_admin_alert = 6;
861
860
  google.protobuf.BoolValue write_debug_info = 7;
862
861
  google.protobuf.BoolValue write_to_system_log = 8;
863
- google.protobuf.Int32Value debug_info_type = 9;
862
+ google.protobuf.UInt32Value debug_info_type = 9;
864
863
  google.protobuf.StringValue mini_dump_directory = 10;
865
864
  }
866
865
 
@@ -888,20 +887,20 @@ message OsV1 {
888
887
  google.protobuf.Int32Value current_timezone = 8;
889
888
  google.protobuf.BoolValue debug = 9;
890
889
  google.protobuf.StringValue description = 10;
891
- google.protobuf.Int32Value foreground_application_boost = 11;
890
+ google.protobuf.UInt32Value foreground_application_boost = 11;
892
891
  optional google.protobuf.Timestamp install_date = 12;
893
892
  google.protobuf.UInt64Value max_process_memory_size = 13;
894
- google.protobuf.Int32Value number_of_licensed_users = 14;
893
+ google.protobuf.UInt32Value number_of_licensed_users = 14;
895
894
  google.protobuf.StringValue organization = 15;
896
- google.protobuf.Int32Value os_language = 16;
897
- google.protobuf.Int32Value Os_product_suite = 17;
898
- google.protobuf.Int32Value os_type = 18;
895
+ google.protobuf.UInt32Value os_language = 16;
896
+ google.protobuf.UInt32Value os_product_suite = 17;
897
+ google.protobuf.UInt32Value os_type = 18;
899
898
  google.protobuf.StringValue plus_product_id = 19;
900
899
  google.protobuf.StringValue plus_version_number = 20;
901
900
  google.protobuf.StringValue registered_user = 21;
902
901
  google.protobuf.StringValue serial_number = 22;
903
- google.protobuf.Int32Value Service_pack_major_version = 23;
904
- google.protobuf.Int32Value Service_pack_minor_version = 24;
902
+ google.protobuf.UInt32Value Service_pack_major_version = 23;
903
+ google.protobuf.UInt32Value Service_pack_minor_version = 24;
905
904
  google.protobuf.UInt64Value size_stored_in_paging_files = 25;
906
905
  google.protobuf.StringValue status = 26;
907
906
  google.protobuf.StringValue system_device = 27;
@@ -924,20 +923,20 @@ message OsV2 {
924
923
  google.protobuf.Int32Value current_timezone = 8;
925
924
  google.protobuf.BoolValue debug = 9;
926
925
  google.protobuf.StringValue description = 10;
927
- google.protobuf.Int32Value foreground_application_boost = 11;
926
+ google.protobuf.UInt32Value foreground_application_boost = 11;
928
927
  optional google.protobuf.Timestamp install_date = 12;
929
928
  google.protobuf.UInt64Value max_process_memory_size = 13;
930
- google.protobuf.Int32Value number_of_licensed_users = 14;
929
+ google.protobuf.UInt32Value number_of_licensed_users = 14;
931
930
  google.protobuf.StringValue organization = 15;
932
- google.protobuf.Int32Value os_language = 16;
933
- google.protobuf.Int32Value Os_product_suite = 17;
934
- google.protobuf.Int32Value os_type = 18;
931
+ google.protobuf.UInt32Value os_language = 16;
932
+ google.protobuf.UInt32Value os_product_suite = 17;
933
+ google.protobuf.UInt32Value os_type = 18;
935
934
  google.protobuf.StringValue plus_product_id = 19;
936
935
  google.protobuf.StringValue plus_version_number = 20;
937
936
  google.protobuf.StringValue registered_user = 21;
938
937
  google.protobuf.StringValue serial_number = 22;
939
- google.protobuf.Int32Value Service_pack_major_version = 23;
940
- google.protobuf.Int32Value Service_pack_minor_version = 24;
938
+ google.protobuf.UInt32Value Service_pack_major_version = 23;
939
+ google.protobuf.UInt32Value Service_pack_minor_version = 24;
941
940
  google.protobuf.UInt64Value size_stored_in_paging_files = 25;
942
941
  google.protobuf.StringValue status = 26;
943
942
  google.protobuf.StringValue system_device = 27;
@@ -946,11 +945,11 @@ message OsV2 {
946
945
  google.protobuf.UInt64Value total_visible_memory_size = 30;
947
946
  google.protobuf.StringValue version = 31;
948
947
  google.protobuf.StringValue windows_directory = 32;
949
- google.protobuf.Int32Value encryption_level = 33;
950
- google.protobuf.Int32Value large_system_cache = 34;
948
+ google.protobuf.UInt32Value encryption_level = 33;
949
+ google.protobuf.UInt32Value large_system_cache = 34;
951
950
  google.protobuf.StringValue other_type_description = 35;
952
- google.protobuf.Int32Value product_type = 36;
953
- google.protobuf.Int32Value suite_mask = 37;
951
+ google.protobuf.UInt32Value product_type = 36;
952
+ google.protobuf.UInt32Value suite_mask = 37;
954
953
  google.protobuf.StringValue system_drive = 38;
955
954
  }
956
955
 
@@ -987,16 +986,16 @@ message OsV3 {
987
986
  google.protobuf.UInt64Value total_visible_memory_size = 30;
988
987
  google.protobuf.StringValue version = 31;
989
988
  google.protobuf.StringValue windows_directory = 32;
990
- google.protobuf.Int32Value encryption_level = 33;
991
- google.protobuf.Int32Value large_system_cache = 34;
989
+ google.protobuf.UInt32Value encryption_level = 33;
990
+ google.protobuf.UInt32Value large_system_cache = 34;
992
991
  google.protobuf.StringValue other_type_description = 35;
993
- google.protobuf.Int32Value product_type = 36;
994
- google.protobuf.Int32Value suite_mask = 37;
992
+ google.protobuf.UInt32Value product_type = 36;
993
+ google.protobuf.UInt32Value suite_mask = 37;
995
994
  google.protobuf.StringValue system_drive = 38;
996
995
  google.protobuf.BoolValue data_execution_prevention32_bit_applications = 39;
997
996
  google.protobuf.BoolValue is_data_execution_prevention_available = 40;
998
997
  google.protobuf.BoolValue data_execution_prevention_drivers = 41;
999
- google.protobuf.Int32Value data_execution_prevention_support_policy = 42;
998
+ google.protobuf.UInt32Value data_execution_prevention_support_policy = 42;
1000
999
  }
1001
1000
 
1002
1001
  /* Section element for onboard devices on Windows */
@@ -1006,7 +1005,7 @@ message WindowsOnboardDevice {
1006
1005
 
1007
1006
  message OnboardDevice {
1008
1007
  google.protobuf.StringValue description = 1;
1009
- google.protobuf.Int32Value device_type = 2;
1008
+ google.protobuf.UInt32Value device_type = 2;
1010
1009
  google.protobuf.BoolValue enabled = 3;
1011
1010
  google.protobuf.StringValue tag = 4;
1012
1011
  }
@@ -1017,10 +1016,10 @@ message WindowsNetworkClient {
1017
1016
  }
1018
1017
 
1019
1018
  message NetworkClient {
1020
- string caption = 1;
1021
- string description = 2;
1022
- string manufacturer = 3;
1023
- string name = 4;
1019
+ google.protobuf.StringValue caption = 1;
1020
+ google.protobuf.StringValue description = 2;
1021
+ google.protobuf.StringValue manufacturer = 3;
1022
+ google.protobuf.StringValue name = 4;
1024
1023
  }
1025
1024
 
1026
1025
  /* Section element for network adapters on Windows */
@@ -1067,19 +1066,19 @@ message Network {
1067
1066
  }
1068
1067
 
1069
1068
  message NetworkV1 {
1070
- string description = 1;
1071
- string setting_id = 2;
1069
+ google.protobuf.StringValue description = 1;
1070
+ google.protobuf.StringValue setting_id = 2;
1072
1071
  google.protobuf.StringValue database_path = 3;
1073
1072
  repeated string default_ip_gateway = 4;
1074
1073
  google.protobuf.BoolValue dhcp_enabled = 5;
1075
- string dhcp_server = 6;
1076
- string dns_domain = 7;
1074
+ google.protobuf.StringValue dhcp_server = 6;
1075
+ google.protobuf.StringValue dns_domain = 7;
1077
1076
  repeated string dns_domain_suffix_search_order = 8;
1078
1077
  google.protobuf.BoolValue dns_enabled_for_wins_resolution = 9;
1079
- string dns_host_name = 10;
1078
+ google.protobuf.StringValue dns_host_name = 10;
1080
1079
  repeated string dns_server_search_order = 11;
1081
1080
  repeated uint32 gateway_cost_metric = 12;
1082
- google.protobuf.Int32Value index = 13;
1081
+ google.protobuf.UInt32Value index = 13;
1083
1082
  repeated string ip_address = 14;
1084
1083
  google.protobuf.BoolValue ip_enabled = 15;
1085
1084
  google.protobuf.BoolValue ip_filter_security_enabled = 16;
@@ -1087,25 +1086,25 @@ message NetworkV1 {
1087
1086
  repeated string ip_sec_permit_ip_protocols = 18;
1088
1087
  repeated string ip_sec_permit_tcp_ports = 19;
1089
1088
  repeated string ip_subnet = 20;
1090
- string mac_address = 21;
1089
+ google.protobuf.StringValue mac_address = 21;
1091
1090
  google.protobuf.BoolValue wins_enable_lm_hosts_lookup = 22;
1092
- string wins_primary_server = 23;
1093
- string wins_scope_id = 24;
1094
- string wins_secondary_server = 25;
1095
- string service_name = 26;
1091
+ google.protobuf.StringValue wins_primary_server = 23;
1092
+ google.protobuf.StringValue wins_scope_id = 24;
1093
+ google.protobuf.StringValue wins_secondary_server = 25;
1094
+ google.protobuf.StringValue service_name = 26;
1096
1095
  }
1097
1096
 
1098
1097
  message NetworkV2 {
1099
- string description = 1;
1100
- string setting_id = 2;
1098
+ google.protobuf.StringValue description = 1;
1099
+ google.protobuf.StringValue setting_id = 2;
1101
1100
  google.protobuf.StringValue database_path = 3;
1102
1101
  repeated string default_ip_gateway = 4;
1103
1102
  google.protobuf.BoolValue dhcp_enabled = 5;
1104
- string dhcp_server = 6;
1105
- string dns_domain = 7;
1103
+ google.protobuf.StringValue dhcp_server = 6;
1104
+ google.protobuf.StringValue dns_domain = 7;
1106
1105
  repeated string dns_domain_suffix_search_order = 8;
1107
1106
  google.protobuf.BoolValue dns_enabled_for_wins_resolution = 9;
1108
- string dns_host_name = 10;
1107
+ google.protobuf.StringValue dns_host_name = 10;
1109
1108
  repeated string dns_server_search_order = 11;
1110
1109
  repeated uint32 gateway_cost_metric = 12;
1111
1110
  google.protobuf.Int32Value index = 13;
@@ -1116,16 +1115,16 @@ message NetworkV2 {
1116
1115
  repeated string ip_sec_permit_ip_protocols = 18;
1117
1116
  repeated string ip_sec_permit_tcp_ports = 19;
1118
1117
  repeated string ip_subnet = 20;
1119
- string mac_address = 21;
1118
+ google.protobuf.StringValue mac_address = 21;
1120
1119
  google.protobuf.BoolValue wins_enable_lm_hosts_lookup = 22;
1121
- string wins_primary_server = 23;
1122
- string wins_scope_id = 24;
1123
- string wins_secondary_server = 25;
1124
- string service_name = 26;
1120
+ google.protobuf.StringValue wins_primary_server = 23;
1121
+ google.protobuf.StringValue wins_scope_id = 24;
1122
+ google.protobuf.StringValue wins_secondary_server = 25;
1123
+ google.protobuf.StringValue service_name = 26;
1125
1124
  google.protobuf.BoolValue domain_dns_registration_enabled = 27;
1126
1125
  google.protobuf.BoolValue full_dns_registration_enabled = 28;
1127
- google.protobuf.Int32Value ip_connection_metric = 29;
1128
- google.protobuf.Int32Value tcp_ip_netbios_options = 30;
1126
+ google.protobuf.UInt32Value ip_connection_metric = 29;
1127
+ google.protobuf.UInt32Value tcp_ip_netbios_options = 30;
1129
1128
  }
1130
1129
 
1131
1130
  /* Section element for physical memory arrays on Windows */
@@ -1134,12 +1133,12 @@ message WindowsPhysicalMemoryArray {
1134
1133
  }
1135
1134
 
1136
1135
  message PhysicalMemoryArray {
1137
- google.protobuf.Int32Value location = 1;
1138
- google.protobuf.Int32Value max_capacity = 2;
1139
- google.protobuf.Int32Value memory_devices = 3;
1140
- google.protobuf.Int32Value memory_error_correction = 4;
1136
+ google.protobuf.UInt32Value location = 1;
1137
+ google.protobuf.UInt32Value max_capacity = 2;
1138
+ google.protobuf.UInt32Value memory_devices = 3;
1139
+ google.protobuf.UInt32Value memory_error_correction = 4;
1141
1140
  google.protobuf.StringValue tag = 5;
1142
- google.protobuf.Int32Value use = 6;
1141
+ google.protobuf.UInt32Value use = 6;
1143
1142
  }
1144
1143
 
1145
1144
  /* Section element for physical memory on Windows */
@@ -1156,16 +1155,16 @@ message PhysicalMemory {
1156
1155
 
1157
1156
  message PhysicalMemoryV1 {
1158
1157
  google.protobuf.UInt64Value capacity = 1;
1159
- google.protobuf.Int32Value data_width = 2;
1158
+ google.protobuf.UInt32Value data_width = 2;
1160
1159
  google.protobuf.StringValue device_locator = 3;
1161
- google.protobuf.Int32Value form_factor = 4;
1162
- google.protobuf.Int32Value interleave_data_depth = 5;
1163
- google.protobuf.Int32Value interleave_position = 6;
1160
+ google.protobuf.UInt32Value form_factor = 4;
1161
+ google.protobuf.UInt32Value interleave_data_depth = 5;
1162
+ google.protobuf.UInt32Value interleave_position = 6;
1164
1163
  google.protobuf.Int32Value memory_type = 7;
1165
- google.protobuf.Int32Value position_in_row = 8;
1166
- google.protobuf.Int32Value speed = 9;
1167
- google.protobuf.Int32Value total_width = 10;
1168
- google.protobuf.Int32Value type_detail = 11;
1164
+ google.protobuf.UInt32Value position_in_row = 8;
1165
+ google.protobuf.UInt32Value speed = 9;
1166
+ google.protobuf.UInt32Value total_width = 10;
1167
+ google.protobuf.UInt32Value type_detail = 11;
1169
1168
  google.protobuf.StringValue manufacturer = 12;
1170
1169
  google.protobuf.StringValue part_number = 13;
1171
1170
  google.protobuf.StringValue serial_number = 14;
@@ -1174,16 +1173,16 @@ message PhysicalMemoryV1 {
1174
1173
 
1175
1174
  message PhysicalMemoryV2 {
1176
1175
  google.protobuf.UInt64Value capacity = 1;
1177
- google.protobuf.Int32Value data_width = 2;
1176
+ google.protobuf.UInt32Value data_width = 2;
1178
1177
  google.protobuf.StringValue device_locator = 3;
1179
- google.protobuf.Int32Value form_factor = 4;
1180
- google.protobuf.Int32Value interleave_data_depth = 5;
1181
- google.protobuf.Int32Value interleave_position = 6;
1178
+ google.protobuf.UInt32Value form_factor = 4;
1179
+ google.protobuf.UInt32Value interleave_data_depth = 5;
1180
+ google.protobuf.UInt32Value interleave_position = 6;
1182
1181
  google.protobuf.Int32Value memory_type = 7;
1183
- google.protobuf.Int32Value position_in_row = 8;
1184
- google.protobuf.Int32Value speed = 9;
1185
- google.protobuf.Int32Value total_width = 10;
1186
- google.protobuf.Int32Value type_detail = 11;
1182
+ google.protobuf.UInt32Value position_in_row = 8;
1183
+ google.protobuf.UInt32Value speed = 9;
1184
+ google.protobuf.UInt32Value total_width = 10;
1185
+ google.protobuf.UInt32Value type_detail = 11;
1187
1186
  google.protobuf.StringValue manufacturer = 12;
1188
1187
  google.protobuf.StringValue part_number = 13;
1189
1188
  google.protobuf.StringValue serial_number = 14;
@@ -1199,12 +1198,12 @@ message WindowsKeyboard {
1199
1198
  }
1200
1199
 
1201
1200
  message Keyboard {
1202
- google.protobuf.Int32Value config_manager_error_code = 1;
1201
+ google.protobuf.UInt32Value config_manager_error_code = 1;
1203
1202
  google.protobuf.BoolValue config_manager_user_config = 2;
1204
1203
  google.protobuf.StringValue description = 3;
1205
1204
  google.protobuf.StringValue device_id = 4;
1206
1205
  google.protobuf.StringValue layout = 5;
1207
- google.protobuf.Int32Value number_of_function_keys = 6;
1206
+ google.protobuf.UInt32Value number_of_function_keys = 6;
1208
1207
  }
1209
1208
 
1210
1209
  /* Section element for infrared devices on Windows */
@@ -1213,13 +1212,13 @@ message WindowsInfrared {
1213
1212
  }
1214
1213
 
1215
1214
  message Infrared {
1216
- uint32 availability = 1;
1215
+ google.protobuf.UInt32Value availability = 1;
1217
1216
  google.protobuf.StringValue caption = 2;
1218
- google.protobuf.Int32Value config_manager_error_code = 3;
1217
+ google.protobuf.UInt32Value config_manager_error_code = 3;
1219
1218
  google.protobuf.BoolValue config_manager_user_config = 4;
1220
1219
  google.protobuf.StringValue device_id = 5;
1221
1220
  google.protobuf.StringValue manufacturer = 6;
1222
- google.protobuf.Int32Value protocol_supported = 7;
1221
+ google.protobuf.UInt32Value protocol_supported = 7;
1223
1222
  }
1224
1223
 
1225
1224
  /* Section element for IDE controllers on Windows */
@@ -1231,7 +1230,7 @@ message IdeController {
1231
1230
  google.protobuf.StringValue caption = 1;
1232
1231
  google.protobuf.StringValue deviceId = 2;
1233
1232
  google.protobuf.StringValue manufacturer = 3;
1234
- google.protobuf.Int32Value protocol_supported = 4;
1233
+ google.protobuf.UInt32Value protocol_supported = 4;
1235
1234
  }
1236
1235
 
1237
1236
  /* Section element for Hyper-V memory on Windows */
@@ -1262,9 +1261,9 @@ message WindowsHyperV {
1262
1261
 
1263
1262
  message HyperV {
1264
1263
  google.protobuf.StringValue element_name = 1;
1265
- google.protobuf.Int32Value enabled_state = 2;
1264
+ google.protobuf.UInt32Value enabled_state = 2;
1266
1265
  google.protobuf.StringValue health_state = 3;
1267
- google.protobuf.Int32Value name = 4;
1266
+ google.protobuf.StringValue name = 4;
1268
1267
  }
1269
1268
 
1270
1269
  /* Section element for hard disks on Windows */
@@ -1277,7 +1276,7 @@ message HardDisk {
1277
1276
  google.protobuf.BoolValue compressed = 2;
1278
1277
  google.protobuf.StringValue description = 3;
1279
1278
  google.protobuf.StringValue device_id = 4;
1280
- google.protobuf.Int32Value drive_type = 5;
1279
+ google.protobuf.UInt32Value drive_type = 5;
1281
1280
  google.protobuf.StringValue file_system = 6;
1282
1281
  google.protobuf.UInt64Value free_space = 7;
1283
1282
  google.protobuf.UInt64Value size = 8;
@@ -1327,41 +1326,41 @@ message Floppy {
1327
1326
  }
1328
1327
 
1329
1328
  message FloppyV1 {
1330
- google.protobuf.Int32Value bytes_per_sector = 1;
1329
+ google.protobuf.UInt32Value bytes_per_sector = 1;
1331
1330
  google.protobuf.StringValue description = 2;
1332
1331
  google.protobuf.StringValue interface_type = 3;
1333
1332
  google.protobuf.StringValue manufacturer = 4;
1334
1333
  google.protobuf.StringValue model = 5;
1335
1334
  google.protobuf.StringValue name = 6;
1336
- google.protobuf.Int32Value partitions = 7;
1335
+ google.protobuf.UInt32Value partitions = 7;
1337
1336
  google.protobuf.StringValue pnp_device_id = 8;
1338
- google.protobuf.Int32Value sectors_per_track = 9;
1337
+ google.protobuf.UInt32Value sectors_per_track = 9;
1339
1338
  google.protobuf.UInt64Value size = 10;
1340
1339
  google.protobuf.UInt64Value total_cylinders = 11;
1341
- google.protobuf.Int32Value total_heads = 12;
1340
+ google.protobuf.UInt32Value total_heads = 12;
1342
1341
  google.protobuf.UInt64Value total_sectors = 13;
1343
1342
  google.protobuf.UInt64Value total_tracks = 14;
1344
- google.protobuf.Int32Value tracks_per_cylinder = 15;
1343
+ google.protobuf.UInt32Value tracks_per_cylinder = 15;
1345
1344
  google.protobuf.StringValue device_id = 16;
1346
1345
  google.protobuf.StringValue status = 17;
1347
1346
  }
1348
1347
 
1349
1348
  message FloppyV2 {
1350
- google.protobuf.Int32Value bytes_per_sector = 1;
1349
+ google.protobuf.UInt32Value bytes_per_sector = 1;
1351
1350
  google.protobuf.StringValue description = 2;
1352
1351
  google.protobuf.StringValue interface_type = 3;
1353
1352
  google.protobuf.StringValue manufacturer = 4;
1354
1353
  google.protobuf.StringValue model = 5;
1355
1354
  google.protobuf.StringValue name = 6;
1356
- google.protobuf.Int32Value partitions = 7;
1355
+ google.protobuf.UInt32Value partitions = 7;
1357
1356
  google.protobuf.StringValue pnp_device_id = 8;
1358
- google.protobuf.Int32Value sectors_per_track = 9;
1357
+ google.protobuf.UInt32Value sectors_per_track = 9;
1359
1358
  google.protobuf.UInt64Value size = 10;
1360
1359
  google.protobuf.UInt64Value total_cylinders = 11;
1361
- google.protobuf.Int32Value total_heads = 12;
1360
+ google.protobuf.UInt32Value total_heads = 12;
1362
1361
  google.protobuf.UInt64Value total_sectors = 13;
1363
1362
  google.protobuf.UInt64Value total_tracks = 14;
1364
- google.protobuf.Int32Value tracks_per_cylinder = 15;
1363
+ google.protobuf.UInt32Value tracks_per_cylinder = 15;
1365
1364
  google.protobuf.StringValue device_id = 16;
1366
1365
  google.protobuf.StringValue status = 17;
1367
1366
  google.protobuf.StringValue firmware_revision = 18;
@@ -1386,7 +1385,7 @@ message WindowsEncryptableVolume {
1386
1385
  message EncryptableVolume {
1387
1386
  google.protobuf.StringValue device_id = 1;
1388
1387
  google.protobuf.StringValue drive_letter = 2;
1389
- uint32 protection_status = 3;
1388
+ google.protobuf.UInt32Value protection_status = 3;
1390
1389
  }
1391
1390
 
1392
1391
  /* Section element for display controller configurations on Windows */
@@ -1395,15 +1394,15 @@ message WindowsDisplayControllerConfig {
1395
1394
  }
1396
1395
 
1397
1396
  message DisplayControllerConfig {
1398
- google.protobuf.Int32Value bits_per_pixel = 1;
1397
+ google.protobuf.UInt32Value bits_per_pixel = 1;
1399
1398
  google.protobuf.StringValue caption = 2;
1400
- google.protobuf.Int32Value color_planes = 3;
1401
- google.protobuf.Int32Value device_entries_in_a_color_table = 4;
1402
- google.protobuf.Int32Value device_specific_pens = 5;
1403
- google.protobuf.Int32Value horizontal_resolution = 6;
1399
+ google.protobuf.UInt32Value color_planes = 3;
1400
+ google.protobuf.UInt32Value device_entries_in_a_color_table = 4;
1401
+ google.protobuf.UInt32Value device_specific_pens = 5;
1402
+ google.protobuf.UInt32Value horizontal_resolution = 6;
1404
1403
  google.protobuf.StringValue name = 7;
1405
1404
  google.protobuf.Int32Value refresh_rate = 8;
1406
- google.protobuf.Int32Value vertical_resolution = 9;
1405
+ google.protobuf.UInt32Value vertical_resolution = 9;
1407
1406
  google.protobuf.StringValue video_mode = 10;
1408
1407
  }
1409
1408
 
@@ -1413,16 +1412,16 @@ message WindowsDisplayConfig {
1413
1412
  }
1414
1413
 
1415
1414
  message DisplayConfig {
1416
- google.protobuf.Int32Value bits_per_pel = 1;
1415
+ google.protobuf.UInt32Value bits_per_pel = 1;
1417
1416
  google.protobuf.StringValue caption = 2;
1418
1417
  google.protobuf.StringValue device_name = 3;
1419
- google.protobuf.Int32Value display_flags = 4;
1420
- google.protobuf.Int32Value display_frequency = 5;
1418
+ google.protobuf.UInt32Value display_flags = 4;
1419
+ google.protobuf.UInt32Value display_frequency = 5;
1421
1420
  google.protobuf.StringValue driver_version = 6;
1422
- google.protobuf.Int32Value log_pixels = 7;
1423
- google.protobuf.Int32Value pels_height = 8;
1424
- google.protobuf.Int32Value pels_width = 9;
1425
- google.protobuf.Int32Value specification_version = 10;
1421
+ google.protobuf.UInt32Value log_pixels = 7;
1422
+ google.protobuf.UInt32Value pels_height = 8;
1423
+ google.protobuf.UInt32Value pels_width = 9;
1424
+ google.protobuf.UInt32Value specification_version = 10;
1426
1425
  }
1427
1426
 
1428
1427
  /* Section element for disk partitions on Windows */
@@ -1435,8 +1434,8 @@ message DiskPartition {
1435
1434
  google.protobuf.BoolValue bootable = 2;
1436
1435
  google.protobuf.BoolValue boot_partition = 3;
1437
1436
  google.protobuf.StringValue device_id = 4;
1438
- google.protobuf.Int32Value disk_index = 5;
1439
- google.protobuf.Int32Value index = 6;
1437
+ google.protobuf.UInt32Value disk_index = 5;
1438
+ google.protobuf.UInt32Value index = 6;
1440
1439
  google.protobuf.UInt64Value number_of_blocks = 7;
1441
1440
  google.protobuf.BoolValue primary_partition = 8;
1442
1441
  google.protobuf.UInt64Value size = 9;
@@ -1450,15 +1449,15 @@ message WindowsDesktopMonitor {
1450
1449
  }
1451
1450
 
1452
1451
  message DesktopMonitor {
1453
- google.protobuf.Int32Value availability = 1;
1452
+ google.protobuf.UInt32Value availability = 1;
1454
1453
  google.protobuf.StringValue caption = 2;
1455
1454
  google.protobuf.StringValue device_id = 3;
1456
1455
  google.protobuf.StringValue monitor_manufacturer = 4;
1457
- google.protobuf.Int32Value pixels_per_x_logical_inch = 5;
1458
- google.protobuf.Int32Value pixels_per_y_logical_inch = 6;
1456
+ google.protobuf.UInt32Value pixels_per_x_logical_inch = 5;
1457
+ google.protobuf.UInt32Value pixels_per_y_logical_inch = 6;
1459
1458
  google.protobuf.StringValue pnp_device_id = 7;
1460
- google.protobuf.Int32Value screen_height = 8;
1461
- google.protobuf.Int32Value screen_width = 9;
1459
+ google.protobuf.UInt32Value screen_height = 8;
1460
+ google.protobuf.UInt32Value screen_width = 9;
1462
1461
  }
1463
1462
 
1464
1463
  /* Section element for desktop info on Windows */
@@ -1467,21 +1466,21 @@ message WindowsDesktop {
1467
1466
  }
1468
1467
 
1469
1468
  message Desktop {
1470
- google.protobuf.Int32Value BorderWidth = 1;
1469
+ google.protobuf.UInt32Value BorderWidth = 1;
1471
1470
  google.protobuf.BoolValue CoolSwitch = 2;
1472
- google.protobuf.Int32Value CursorBlinkRate = 3;
1471
+ google.protobuf.UInt32Value CursorBlinkRate = 3;
1473
1472
  google.protobuf.BoolValue DragFullWindows = 4;
1474
- google.protobuf.Int32Value GridGranularity = 5;
1475
- google.protobuf.Int32Value IconSpacing = 6;
1473
+ google.protobuf.UInt32Value GridGranularity = 5;
1474
+ google.protobuf.UInt32Value IconSpacing = 6;
1476
1475
  google.protobuf.StringValue IconTitleFaceName = 7;
1477
- google.protobuf.Int32Value IconTitleSize = 8;
1476
+ google.protobuf.UInt32Value IconTitleSize = 8;
1478
1477
  google.protobuf.BoolValue IconTitleWrap = 9;
1479
1478
  google.protobuf.StringValue Name = 10;
1480
1479
  google.protobuf.StringValue Pattern = 11;
1481
1480
  google.protobuf.BoolValue ScreenSaverActive = 12;
1482
1481
  google.protobuf.StringValue ScreenSaverExecutable = 13;
1483
1482
  google.protobuf.BoolValue ScreenSaverSecure = 14;
1484
- google.protobuf.Int32Value ScreenSaverTimeout = 15;
1483
+ google.protobuf.UInt32Value ScreenSaverTimeout = 15;
1485
1484
  google.protobuf.StringValue Wallpaper = 16;
1486
1485
  google.protobuf.BoolValue WallpaperStretched = 17;
1487
1486
  google.protobuf.BoolValue WallpaperTiled = 18;
@@ -1493,11 +1492,11 @@ message WindowsComputerSystemProduct {
1493
1492
  }
1494
1493
 
1495
1494
  message ComputerSystemProduct {
1496
- string identifying_number = 1;
1497
- string name = 2;
1498
- string uUID = 3;
1499
- string vendor = 4;
1500
- string version = 5;
1495
+ google.protobuf.StringValue identifying_number = 1;
1496
+ google.protobuf.StringValue name = 2;
1497
+ google.protobuf.StringValue uUID = 3;
1498
+ google.protobuf.StringValue vendor = 4;
1499
+ google.protobuf.StringValue version = 5;
1501
1500
  }
1502
1501
 
1503
1502
  /* Section element for computer system info on Windows */
@@ -1514,131 +1513,131 @@ message ComputerSystem {
1514
1513
  }
1515
1514
 
1516
1515
  message ComputerSystemV1 {
1517
- google.protobuf.Int32Value admin_password_status = 1;
1516
+ google.protobuf.UInt32Value admin_password_status = 1;
1518
1517
  google.protobuf.BoolValue automatic_reset_boot_option = 2;
1519
1518
  google.protobuf.BoolValue automatic_reset_capability = 3;
1520
- google.protobuf.Int32Value boot_option_on_limit = 4;
1521
- google.protobuf.Int32Value boot_option_on_watch_dog = 5;
1519
+ google.protobuf.UInt32Value boot_option_on_limit = 4;
1520
+ google.protobuf.UInt32Value boot_option_on_watch_dog = 5;
1522
1521
  google.protobuf.BoolValue boot_rom_supported = 6;
1523
1522
  google.protobuf.StringValue boot_up_state = 7;
1524
- google.protobuf.Int32Value chassis_boot_up_state = 8;
1523
+ google.protobuf.UInt32Value chassis_boot_up_state = 8;
1525
1524
  google.protobuf.Int32Value current_time_zone = 9;
1526
1525
  google.protobuf.BoolValue daylight_in_effect = 10;
1527
1526
  google.protobuf.StringValue description = 11;
1528
1527
  google.protobuf.StringValue domain = 12;
1529
- google.protobuf.Int32Value domain_role = 13;
1530
- google.protobuf.Int32Value front_panel_reset_status = 14;
1528
+ google.protobuf.UInt32Value domain_role = 13;
1529
+ google.protobuf.UInt32Value front_panel_reset_status = 14;
1531
1530
  google.protobuf.BoolValue infrared_supported = 15;
1532
- google.protobuf.Int32Value keyboard_password_status = 16;
1531
+ google.protobuf.UInt32Value keyboard_password_status = 16;
1533
1532
  google.protobuf.StringValue manufacturer = 17;
1534
1533
  google.protobuf.StringValue name = 18;
1535
1534
  google.protobuf.StringValue model = 19;
1536
1535
  google.protobuf.BoolValue network_server_mode_enabled = 20;
1537
- google.protobuf.Int32Value number_of_processors = 21;
1536
+ google.protobuf.UInt32Value number_of_processors = 21;
1538
1537
  google.protobuf.Int64Value pause_after_reset = 22;
1539
- google.protobuf.Int32Value power_on_password_status = 23;
1540
- google.protobuf.Int32Value power_state = 24;
1541
- google.protobuf.Int32Value power_supply_state = 25;
1538
+ google.protobuf.UInt32Value power_on_password_status = 23;
1539
+ google.protobuf.UInt32Value power_state = 24;
1540
+ google.protobuf.UInt32Value power_supply_state = 25;
1542
1541
  google.protobuf.StringValue primary_owner_name = 26;
1543
- google.protobuf.Int32Value reset_capability = 27;
1542
+ google.protobuf.UInt32Value reset_capability = 27;
1544
1543
  google.protobuf.Int32Value reset_count = 28;
1545
1544
  google.protobuf.Int32Value reset_limit = 29;
1546
1545
  repeated string roles = 30;
1547
1546
  google.protobuf.StringValue status = 31;
1548
- google.protobuf.Int32Value system_startup_delay = 32;
1547
+ google.protobuf.UInt32Value system_startup_delay = 32;
1549
1548
  repeated string system_startup_options = 33;
1550
1549
  google.protobuf.BytesValue system_startup_setting = 34;
1551
1550
  google.protobuf.StringValue system_type = 35;
1552
- google.protobuf.Int32Value thermal_state = 36;
1551
+ google.protobuf.UInt32Value thermal_state = 36;
1553
1552
  google.protobuf.UInt64Value total_physical_memory = 37;
1554
- google.protobuf.Int32Value wakeup_type = 38;
1553
+ google.protobuf.UInt32Value wakeup_type = 38;
1555
1554
  }
1556
1555
 
1557
1556
  message ComputerSystemV2 {
1558
- google.protobuf.Int32Value admin_password_status = 1;
1557
+ google.protobuf.UInt32Value admin_password_status = 1;
1559
1558
  google.protobuf.BoolValue automatic_reset_boot_option = 2;
1560
1559
  google.protobuf.BoolValue automatic_reset_capability = 3;
1561
- google.protobuf.Int32Value boot_option_on_limit = 4;
1562
- google.protobuf.Int32Value boot_option_on_watch_dog = 5;
1560
+ google.protobuf.UInt32Value boot_option_on_limit = 4;
1561
+ google.protobuf.UInt32Value boot_option_on_watch_dog = 5;
1563
1562
  google.protobuf.BoolValue boot_rom_supported = 6;
1564
1563
  google.protobuf.StringValue boot_up_state = 7;
1565
- google.protobuf.Int32Value chassis_boot_up_state = 8;
1564
+ google.protobuf.UInt32Value chassis_boot_up_state = 8;
1566
1565
  google.protobuf.Int32Value current_time_zone = 9;
1567
1566
  google.protobuf.BoolValue daylight_in_effect = 10;
1568
1567
  google.protobuf.StringValue description = 11;
1569
1568
  google.protobuf.StringValue domain = 12;
1570
- google.protobuf.Int32Value domain_role = 13;
1571
- google.protobuf.Int32Value front_panel_reset_status = 14;
1569
+ google.protobuf.UInt32Value domain_role = 13;
1570
+ google.protobuf.UInt32Value front_panel_reset_status = 14;
1572
1571
  google.protobuf.BoolValue infrared_supported = 15;
1573
- google.protobuf.Int32Value keyboard_password_status = 16;
1572
+ google.protobuf.UInt32Value keyboard_password_status = 16;
1574
1573
  google.protobuf.StringValue manufacturer = 17;
1575
1574
  google.protobuf.StringValue name = 18;
1576
1575
  google.protobuf.StringValue model = 19;
1577
1576
  google.protobuf.BoolValue network_server_mode_enabled = 20;
1578
- google.protobuf.Int32Value number_of_processors = 21;
1577
+ google.protobuf.UInt32Value number_of_processors = 21;
1579
1578
  google.protobuf.Int64Value pause_after_reset = 22;
1580
- google.protobuf.Int32Value power_on_password_status = 23;
1581
- google.protobuf.Int32Value power_state = 24;
1582
- google.protobuf.Int32Value power_supply_state = 25;
1579
+ google.protobuf.UInt32Value power_on_password_status = 23;
1580
+ google.protobuf.UInt32Value power_state = 24;
1581
+ google.protobuf.UInt32Value power_supply_state = 25;
1583
1582
  google.protobuf.StringValue primary_owner_name = 26;
1584
- google.protobuf.Int32Value reset_capability = 27;
1583
+ google.protobuf.UInt32Value reset_capability = 27;
1585
1584
  google.protobuf.Int32Value reset_count = 28;
1586
1585
  google.protobuf.Int32Value reset_limit = 29;
1587
1586
  repeated string roles = 30;
1588
1587
  google.protobuf.StringValue status = 31;
1589
- google.protobuf.Int32Value system_startup_delay = 32;
1588
+ google.protobuf.UInt32Value system_startup_delay = 32;
1590
1589
  repeated string system_startup_options = 33;
1591
1590
  google.protobuf.BytesValue system_startup_setting = 34;
1592
1591
  google.protobuf.StringValue system_type = 35;
1593
- google.protobuf.Int32Value thermal_state = 36;
1592
+ google.protobuf.UInt32Value thermal_state = 36;
1594
1593
  google.protobuf.UInt64Value total_physical_memory = 37;
1595
- google.protobuf.Int32Value wakeup_type = 38;
1596
- bool enable_daylight_savings_time = 39;
1597
- bool part_of_domain = 40;
1594
+ google.protobuf.UInt32Value wakeup_type = 38;
1595
+ google.protobuf.BoolValue enable_daylight_savings_time = 39;
1596
+ google.protobuf.BoolValue part_of_domain = 40;
1598
1597
  }
1599
1598
 
1600
1599
  message ComputerSystemV3 {
1601
- google.protobuf.Int32Value admin_password_status = 1;
1600
+ google.protobuf.UInt32Value admin_password_status = 1;
1602
1601
  google.protobuf.BoolValue automatic_reset_boot_option = 2;
1603
1602
  google.protobuf.BoolValue automatic_reset_capability = 3;
1604
- google.protobuf.Int32Value boot_option_on_limit = 4;
1605
- google.protobuf.Int32Value boot_option_on_watch_dog = 5;
1603
+ google.protobuf.UInt32Value boot_option_on_limit = 4;
1604
+ google.protobuf.UInt32Value boot_option_on_watch_dog = 5;
1606
1605
  google.protobuf.BoolValue boot_rom_supported = 6;
1607
1606
  google.protobuf.StringValue boot_up_state = 7;
1608
- google.protobuf.Int32Value chassis_boot_up_state = 8;
1607
+ google.protobuf.UInt32Value chassis_boot_up_state = 8;
1609
1608
  google.protobuf.Int32Value current_time_zone = 9;
1610
1609
  google.protobuf.BoolValue daylight_in_effect = 10;
1611
1610
  google.protobuf.StringValue description = 11;
1612
1611
  google.protobuf.StringValue domain = 12;
1613
- google.protobuf.Int32Value domain_role = 13;
1614
- google.protobuf.Int32Value front_panel_reset_status = 14;
1612
+ google.protobuf.UInt32Value domain_role = 13;
1613
+ google.protobuf.UInt32Value front_panel_reset_status = 14;
1615
1614
  google.protobuf.BoolValue infrared_supported = 15;
1616
- google.protobuf.Int32Value keyboard_password_status = 16;
1615
+ google.protobuf.UInt32Value keyboard_password_status = 16;
1617
1616
  google.protobuf.StringValue manufacturer = 17;
1618
1617
  google.protobuf.StringValue name = 18;
1619
1618
  google.protobuf.StringValue model = 19;
1620
1619
  google.protobuf.BoolValue network_server_mode_enabled = 20;
1621
- google.protobuf.Int32Value number_of_processors = 21;
1620
+ google.protobuf.UInt32Value number_of_processors = 21;
1622
1621
  google.protobuf.Int64Value pause_after_reset = 22;
1623
- google.protobuf.Int32Value power_on_password_status = 23;
1624
- google.protobuf.Int32Value power_state = 24;
1625
- google.protobuf.Int32Value power_supply_state = 25;
1622
+ google.protobuf.UInt32Value power_on_password_status = 23;
1623
+ google.protobuf.UInt32Value power_state = 24;
1624
+ google.protobuf.UInt32Value power_supply_state = 25;
1626
1625
  google.protobuf.StringValue primary_owner_name = 26;
1627
- google.protobuf.Int32Value reset_capability = 27;
1626
+ google.protobuf.UInt32Value reset_capability = 27;
1628
1627
  google.protobuf.Int32Value reset_count = 28;
1629
1628
  google.protobuf.Int32Value reset_limit = 29;
1630
1629
  repeated string roles = 30;
1631
1630
  google.protobuf.StringValue status = 31;
1632
- google.protobuf.Int32Value system_startup_delay = 32;
1631
+ google.protobuf.UInt32Value system_startup_delay = 32;
1633
1632
  repeated string system_startup_options = 33;
1634
1633
  google.protobuf.BytesValue system_startup_setting = 34;
1635
1634
  google.protobuf.StringValue system_type = 35;
1636
- google.protobuf.Int32Value thermal_state = 36;
1635
+ google.protobuf.UInt32Value thermal_state = 36;
1637
1636
  google.protobuf.UInt64Value total_physical_memory = 37;
1638
- google.protobuf.Int32Value wakeup_type = 38;
1639
- bool enable_daylight_savings_time = 39;
1640
- bool part_of_domain = 40;
1641
- uint32 number_of_logical_processors = 41;
1637
+ google.protobuf.UInt32Value wakeup_type = 38;
1638
+ google.protobuf.BoolValue enable_daylight_savings_time = 39;
1639
+ google.protobuf.BoolValue part_of_domain = 40;
1640
+ google.protobuf.UInt32Value number_of_logical_processors = 41;
1642
1641
  }
1643
1642
 
1644
1643
  /* Section element for CD-ROM devices on Windows */
@@ -1652,10 +1651,10 @@ message CdRom {
1652
1651
  google.protobuf.StringValue device_id = 3;
1653
1652
  google.protobuf.StringValue drive = 4;
1654
1653
  google.protobuf.StringValue manufacturer = 5;
1655
- google.protobuf.Int32Value sCSI_bus = 6;
1656
- google.protobuf.Int32Value sCSI_logical_unit = 7;
1657
- google.protobuf.Int32Value sCSI_port = 8;
1658
- google.protobuf.Int32Value sCSI_target_id = 9;
1654
+ google.protobuf.UInt32Value sCSI_bus = 6;
1655
+ google.protobuf.UInt32Value sCSI_logical_unit = 7;
1656
+ google.protobuf.UInt32Value sCSI_port = 8;
1657
+ google.protobuf.UInt32Value sCSI_target_id = 9;
1659
1658
  google.protobuf.StringValue Status = 10;
1660
1659
  }
1661
1660
 
@@ -1665,8 +1664,8 @@ message WindowsBus {
1665
1664
  }
1666
1665
 
1667
1666
  message Bus {
1668
- google.protobuf.Int32Value bus_num = 1;
1669
- google.protobuf.Int32Value bus_type = 2;
1667
+ google.protobuf.UInt32Value bus_num = 1;
1668
+ google.protobuf.UInt32Value bus_type = 2;
1670
1669
  google.protobuf.StringValue device_id = 3;
1671
1670
  google.protobuf.StringValue pnP_device_id = 4;
1672
1671
  }
@@ -1701,20 +1700,20 @@ message BiosV1 {
1701
1700
  repeated uint32 bios_characteristics = 1;
1702
1701
  google.protobuf.StringValue caption = 2;
1703
1702
  google.protobuf.StringValue current_language = 3;
1704
- google.protobuf.Int32Value installable_languages = 4;
1703
+ google.protobuf.UInt32Value installable_languages = 4;
1705
1704
  google.protobuf.StringValue manufacturer = 5;
1706
1705
  google.protobuf.StringValue name = 6;
1707
1706
  google.protobuf.BoolValue primary_bios = 7;
1708
1707
  optional google.protobuf.Timestamp release_date = 8;
1709
1708
  google.protobuf.StringValue serial_number = 9;
1710
1709
  google.protobuf.StringValue sMBIOS_bIOS_version = 10;
1711
- google.protobuf.Int32Value sMBIOS_major_version = 11;
1712
- google.protobuf.Int32Value SMBIOS_minor_version = 12;
1710
+ google.protobuf.UInt32Value sMBIOS_major_version = 11;
1711
+ google.protobuf.UInt32Value SMBIOS_minor_version = 12;
1713
1712
  google.protobuf.BoolValue sMBIOS_present = 13;
1714
1713
  google.protobuf.StringValue software_element_id = 14;
1715
- google.protobuf.Int32Value software_element_state = 15;
1714
+ google.protobuf.UInt32Value software_element_state = 15;
1716
1715
  google.protobuf.StringValue status = 16;
1717
- google.protobuf.Int32Value target_operating_system = 17;
1716
+ google.protobuf.UInt32Value target_operating_system = 17;
1718
1717
  google.protobuf.StringValue version = 18;
1719
1718
  }
1720
1719
 
@@ -1722,20 +1721,20 @@ message BiosV2 {
1722
1721
  repeated uint32 bios_characteristics = 1;
1723
1722
  google.protobuf.StringValue caption = 2;
1724
1723
  google.protobuf.StringValue current_language = 3;
1725
- google.protobuf.Int32Value installable_languages = 4;
1724
+ google.protobuf.UInt32Value installable_languages = 4;
1726
1725
  google.protobuf.StringValue manufacturer = 5;
1727
1726
  google.protobuf.StringValue name = 6;
1728
1727
  google.protobuf.BoolValue primary_bios = 7;
1729
1728
  optional google.protobuf.Timestamp release_date = 8;
1730
1729
  google.protobuf.StringValue serial_number = 9;
1731
1730
  google.protobuf.StringValue sMBIOS_bIOS_version = 10;
1732
- google.protobuf.Int32Value sMBIOS_major_version = 11;
1733
- google.protobuf.Int32Value SMBIOS_minor_version = 12;
1731
+ google.protobuf.UInt32Value sMBIOS_major_version = 11;
1732
+ google.protobuf.UInt32Value SMBIOS_minor_version = 12;
1734
1733
  google.protobuf.BoolValue sMBIOS_present = 13;
1735
1734
  google.protobuf.StringValue software_element_id = 14;
1736
- google.protobuf.Int32Value software_element_state = 15;
1735
+ google.protobuf.UInt32Value software_element_state = 15;
1737
1736
  google.protobuf.StringValue status = 16;
1738
- google.protobuf.Int32Value target_operating_system = 17;
1737
+ google.protobuf.UInt32Value target_operating_system = 17;
1739
1738
  google.protobuf.StringValue version = 18;
1740
1739
  repeated string bios_version = 19;
1741
1740
  }
@@ -1746,10 +1745,10 @@ message WindowsBattery {
1746
1745
  }
1747
1746
 
1748
1747
  message Battery {
1749
- google.protobuf.Int32Value availability = 1;
1750
- google.protobuf.Int32Value battery_status = 2;
1751
- google.protobuf.Int32Value chemistry = 3;
1752
- google.protobuf.Int32Value design_capacity = 4;
1748
+ google.protobuf.UInt32Value availability = 1;
1749
+ google.protobuf.UInt32Value battery_status = 2;
1750
+ google.protobuf.UInt32Value chemistry = 3;
1751
+ google.protobuf.UInt32Value design_capacity = 4;
1753
1752
  google.protobuf.StringValue device_id = 5;
1754
1753
  google.protobuf.StringValue name = 6;
1755
1754
  repeated uint32 power_management_capabilities = 7;
@@ -1807,7 +1806,7 @@ message AntivirusV1 {
1807
1806
  message AntivirusV2 {
1808
1807
  google.protobuf.StringValue display_name = 1;
1809
1808
  google.protobuf.StringValue instance_guid = 2;
1810
- google.protobuf.Int32Value product_state= 3;
1809
+ google.protobuf.UInt32Value product_state= 3;
1811
1810
  }
1812
1811
 
1813
1812
  /* Section element for PS log entries on Windows */