@lansweeper/discovery-sensor-proto 2.13.13 → 2.13.15

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.
@@ -508,8 +508,8 @@ export class WinSat extends jspb.Message {
508
508
 
509
509
  hasWinSatAssessmentState(): boolean;
510
510
  clearWinSatAssessmentState(): void;
511
- getWinSatAssessmentState(): google_protobuf_wrappers_pb.Int32Value | undefined;
512
- setWinSatAssessmentState(value?: google_protobuf_wrappers_pb.Int32Value): WinSat;
511
+ getWinSatAssessmentState(): google_protobuf_wrappers_pb.UInt32Value | undefined;
512
+ setWinSatAssessmentState(value?: google_protobuf_wrappers_pb.UInt32Value): WinSat;
513
513
 
514
514
  hasMemoryScore(): boolean;
515
515
  clearMemoryScore(): void;
@@ -550,7 +550,7 @@ export namespace WinSat {
550
550
  export type AsObject = {
551
551
  timeTaken?: google_protobuf_wrappers_pb.StringValue.AsObject,
552
552
  winSprLevel?: google_protobuf_wrappers_pb.FloatValue.AsObject,
553
- winSatAssessmentState?: google_protobuf_wrappers_pb.Int32Value.AsObject,
553
+ winSatAssessmentState?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
554
554
  memoryScore?: google_protobuf_wrappers_pb.FloatValue.AsObject,
555
555
  cpuScore?: google_protobuf_wrappers_pb.FloatValue.AsObject,
556
556
  diskScore?: google_protobuf_wrappers_pb.FloatValue.AsObject,
@@ -620,8 +620,8 @@ export class Volume extends jspb.Message {
620
620
 
621
621
  hasDriveType(): boolean;
622
622
  clearDriveType(): void;
623
- getDriveType(): google_protobuf_wrappers_pb.Int32Value | undefined;
624
- setDriveType(value?: google_protobuf_wrappers_pb.Int32Value): Volume;
623
+ getDriveType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
624
+ setDriveType(value?: google_protobuf_wrappers_pb.UInt32Value): Volume;
625
625
 
626
626
  hasErrorCleared(): boolean;
627
627
  clearErrorCleared(): void;
@@ -694,7 +694,7 @@ export namespace Volume {
694
694
  deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
695
695
  dirtyBitSet?: google_protobuf_wrappers_pb.BoolValue.AsObject,
696
696
  driveLetter?: google_protobuf_wrappers_pb.StringValue.AsObject,
697
- driveType?: google_protobuf_wrappers_pb.Int32Value.AsObject,
697
+ driveType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
698
698
  errorCleared?: google_protobuf_wrappers_pb.BoolValue.AsObject,
699
699
  errorDescription?: google_protobuf_wrappers_pb.StringValue.AsObject,
700
700
  errorMethodology?: google_protobuf_wrappers_pb.StringValue.AsObject,
@@ -740,13 +740,13 @@ export class VideoController extends jspb.Message {
740
740
 
741
741
  hasAdapterRam(): boolean;
742
742
  clearAdapterRam(): void;
743
- getAdapterRam(): google_protobuf_wrappers_pb.Int32Value | undefined;
744
- setAdapterRam(value?: google_protobuf_wrappers_pb.Int32Value): VideoController;
743
+ getAdapterRam(): google_protobuf_wrappers_pb.UInt32Value | undefined;
744
+ setAdapterRam(value?: google_protobuf_wrappers_pb.UInt32Value): VideoController;
745
745
 
746
746
  hasAvailability(): boolean;
747
747
  clearAvailability(): void;
748
- getAvailability(): google_protobuf_wrappers_pb.Int32Value | undefined;
749
- setAvailability(value?: google_protobuf_wrappers_pb.Int32Value): VideoController;
748
+ getAvailability(): google_protobuf_wrappers_pb.UInt32Value | undefined;
749
+ setAvailability(value?: google_protobuf_wrappers_pb.UInt32Value): VideoController;
750
750
 
751
751
  hasCaption(): boolean;
752
752
  clearCaption(): void;
@@ -755,13 +755,13 @@ export class VideoController extends jspb.Message {
755
755
 
756
756
  hasCurrentBitsPerPixel(): boolean;
757
757
  clearCurrentBitsPerPixel(): void;
758
- getCurrentBitsPerPixel(): google_protobuf_wrappers_pb.Int32Value | undefined;
759
- setCurrentBitsPerPixel(value?: google_protobuf_wrappers_pb.Int32Value): VideoController;
758
+ getCurrentBitsPerPixel(): google_protobuf_wrappers_pb.UInt32Value | undefined;
759
+ setCurrentBitsPerPixel(value?: google_protobuf_wrappers_pb.UInt32Value): VideoController;
760
760
 
761
761
  hasCurrentHorizontalResolution(): boolean;
762
762
  clearCurrentHorizontalResolution(): void;
763
- getCurrentHorizontalResolution(): google_protobuf_wrappers_pb.Int32Value | undefined;
764
- setCurrentHorizontalResolution(value?: google_protobuf_wrappers_pb.Int32Value): VideoController;
763
+ getCurrentHorizontalResolution(): google_protobuf_wrappers_pb.UInt32Value | undefined;
764
+ setCurrentHorizontalResolution(value?: google_protobuf_wrappers_pb.UInt32Value): VideoController;
765
765
 
766
766
  hasCurrentNumberOfColors(): boolean;
767
767
  clearCurrentNumberOfColors(): void;
@@ -770,18 +770,18 @@ export class VideoController extends jspb.Message {
770
770
 
771
771
  hasCurrentRefreshRate(): boolean;
772
772
  clearCurrentRefreshRate(): void;
773
- getCurrentRefreshRate(): google_protobuf_wrappers_pb.Int32Value | undefined;
774
- setCurrentRefreshRate(value?: google_protobuf_wrappers_pb.Int32Value): VideoController;
773
+ getCurrentRefreshRate(): google_protobuf_wrappers_pb.UInt32Value | undefined;
774
+ setCurrentRefreshRate(value?: google_protobuf_wrappers_pb.UInt32Value): VideoController;
775
775
 
776
776
  hasCurrentScanMode(): boolean;
777
777
  clearCurrentScanMode(): void;
778
- getCurrentScanMode(): google_protobuf_wrappers_pb.Int32Value | undefined;
779
- setCurrentScanMode(value?: google_protobuf_wrappers_pb.Int32Value): VideoController;
778
+ getCurrentScanMode(): google_protobuf_wrappers_pb.UInt32Value | undefined;
779
+ setCurrentScanMode(value?: google_protobuf_wrappers_pb.UInt32Value): VideoController;
780
780
 
781
781
  hasCurrentVerticalResolution(): boolean;
782
782
  clearCurrentVerticalResolution(): void;
783
- getCurrentVerticalResolution(): google_protobuf_wrappers_pb.Int32Value | undefined;
784
- setCurrentVerticalResolution(value?: google_protobuf_wrappers_pb.Int32Value): VideoController;
783
+ getCurrentVerticalResolution(): google_protobuf_wrappers_pb.UInt32Value | undefined;
784
+ setCurrentVerticalResolution(value?: google_protobuf_wrappers_pb.UInt32Value): VideoController;
785
785
 
786
786
  hasDeviceId(): boolean;
787
787
  clearDeviceId(): void;
@@ -790,8 +790,8 @@ export class VideoController extends jspb.Message {
790
790
 
791
791
  hasDeviceSpecificPens(): boolean;
792
792
  clearDeviceSpecificPens(): void;
793
- getDeviceSpecificPens(): google_protobuf_wrappers_pb.Int32Value | undefined;
794
- setDeviceSpecificPens(value?: google_protobuf_wrappers_pb.Int32Value): VideoController;
793
+ getDeviceSpecificPens(): google_protobuf_wrappers_pb.UInt32Value | undefined;
794
+ setDeviceSpecificPens(value?: google_protobuf_wrappers_pb.UInt32Value): VideoController;
795
795
 
796
796
  hasDriverVersion(): boolean;
797
797
  clearDriverVersion(): void;
@@ -815,13 +815,13 @@ export class VideoController extends jspb.Message {
815
815
 
816
816
  hasMaxRefreshRate(): boolean;
817
817
  clearMaxRefreshRate(): void;
818
- getMaxRefreshRate(): google_protobuf_wrappers_pb.Int32Value | undefined;
819
- setMaxRefreshRate(value?: google_protobuf_wrappers_pb.Int32Value): VideoController;
818
+ getMaxRefreshRate(): google_protobuf_wrappers_pb.UInt32Value | undefined;
819
+ setMaxRefreshRate(value?: google_protobuf_wrappers_pb.UInt32Value): VideoController;
820
820
 
821
821
  hasMinRefreshRate(): boolean;
822
822
  clearMinRefreshRate(): void;
823
- getMinRefreshRate(): google_protobuf_wrappers_pb.Int32Value | undefined;
824
- setMinRefreshRate(value?: google_protobuf_wrappers_pb.Int32Value): VideoController;
823
+ getMinRefreshRate(): google_protobuf_wrappers_pb.UInt32Value | undefined;
824
+ setMinRefreshRate(value?: google_protobuf_wrappers_pb.UInt32Value): VideoController;
825
825
 
826
826
  hasMonochrome(): boolean;
827
827
  clearMonochrome(): void;
@@ -830,8 +830,8 @@ export class VideoController extends jspb.Message {
830
830
 
831
831
  hasNumberOfColorPlanes(): boolean;
832
832
  clearNumberOfColorPlanes(): void;
833
- getNumberOfColorPlanes(): google_protobuf_wrappers_pb.Int32Value | undefined;
834
- setNumberOfColorPlanes(value?: google_protobuf_wrappers_pb.Int32Value): VideoController;
833
+ getNumberOfColorPlanes(): google_protobuf_wrappers_pb.UInt32Value | undefined;
834
+ setNumberOfColorPlanes(value?: google_protobuf_wrappers_pb.UInt32Value): VideoController;
835
835
 
836
836
  hasPnpDeviceId(): boolean;
837
837
  clearPnpDeviceId(): void;
@@ -840,13 +840,13 @@ export class VideoController extends jspb.Message {
840
840
 
841
841
  hasVideoArchitecture(): boolean;
842
842
  clearVideoArchitecture(): void;
843
- getVideoArchitecture(): google_protobuf_wrappers_pb.Int32Value | undefined;
844
- setVideoArchitecture(value?: google_protobuf_wrappers_pb.Int32Value): VideoController;
843
+ getVideoArchitecture(): google_protobuf_wrappers_pb.UInt32Value | undefined;
844
+ setVideoArchitecture(value?: google_protobuf_wrappers_pb.UInt32Value): VideoController;
845
845
 
846
846
  hasVideoMemoryType(): boolean;
847
847
  clearVideoMemoryType(): void;
848
- getVideoMemoryType(): google_protobuf_wrappers_pb.Int32Value | undefined;
849
- setVideoMemoryType(value?: google_protobuf_wrappers_pb.Int32Value): VideoController;
848
+ getVideoMemoryType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
849
+ setVideoMemoryType(value?: google_protobuf_wrappers_pb.UInt32Value): VideoController;
850
850
 
851
851
  hasVideoModeDescription(): boolean;
852
852
  clearVideoModeDescription(): void;
@@ -871,28 +871,28 @@ export class VideoController extends jspb.Message {
871
871
  export namespace VideoController {
872
872
  export type AsObject = {
873
873
  adapterCompatibility?: google_protobuf_wrappers_pb.StringValue.AsObject,
874
- adapterRam?: google_protobuf_wrappers_pb.Int32Value.AsObject,
875
- availability?: google_protobuf_wrappers_pb.Int32Value.AsObject,
874
+ adapterRam?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
875
+ availability?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
876
876
  caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
877
- currentBitsPerPixel?: google_protobuf_wrappers_pb.Int32Value.AsObject,
878
- currentHorizontalResolution?: google_protobuf_wrappers_pb.Int32Value.AsObject,
877
+ currentBitsPerPixel?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
878
+ currentHorizontalResolution?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
879
879
  currentNumberOfColors?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
880
- currentRefreshRate?: google_protobuf_wrappers_pb.Int32Value.AsObject,
881
- currentScanMode?: google_protobuf_wrappers_pb.Int32Value.AsObject,
882
- currentVerticalResolution?: google_protobuf_wrappers_pb.Int32Value.AsObject,
880
+ currentRefreshRate?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
881
+ currentScanMode?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
882
+ currentVerticalResolution?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
883
883
  deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
884
- deviceSpecificPens?: google_protobuf_wrappers_pb.Int32Value.AsObject,
884
+ deviceSpecificPens?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
885
885
  driverVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
886
886
  infFilename?: google_protobuf_wrappers_pb.StringValue.AsObject,
887
887
  infSection?: google_protobuf_wrappers_pb.StringValue.AsObject,
888
888
  installedDisplayDrivers?: google_protobuf_wrappers_pb.StringValue.AsObject,
889
- maxRefreshRate?: google_protobuf_wrappers_pb.Int32Value.AsObject,
890
- minRefreshRate?: google_protobuf_wrappers_pb.Int32Value.AsObject,
889
+ maxRefreshRate?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
890
+ minRefreshRate?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
891
891
  monochrome?: google_protobuf_wrappers_pb.BoolValue.AsObject,
892
- numberOfColorPlanes?: google_protobuf_wrappers_pb.Int32Value.AsObject,
892
+ numberOfColorPlanes?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
893
893
  pnpDeviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
894
- videoArchitecture?: google_protobuf_wrappers_pb.Int32Value.AsObject,
895
- videoMemoryType?: google_protobuf_wrappers_pb.Int32Value.AsObject,
894
+ videoArchitecture?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
895
+ videoMemoryType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
896
896
  videoModeDescription?: google_protobuf_wrappers_pb.StringValue.AsObject,
897
897
  videoProcessor?: google_protobuf_wrappers_pb.StringValue.AsObject,
898
898
  }
@@ -962,8 +962,8 @@ export class UserV1 extends jspb.Message {
962
962
 
963
963
  hasAccountType(): boolean;
964
964
  clearAccountType(): void;
965
- getAccountType(): google_protobuf_wrappers_pb.Int32Value | undefined;
966
- setAccountType(value?: google_protobuf_wrappers_pb.Int32Value): UserV1;
965
+ getAccountType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
966
+ setAccountType(value?: google_protobuf_wrappers_pb.UInt32Value): UserV1;
967
967
 
968
968
  hasCaption(): boolean;
969
969
  clearCaption(): void;
@@ -1022,19 +1022,14 @@ export class UserV1 extends jspb.Message {
1022
1022
 
1023
1023
  hasSidType(): boolean;
1024
1024
  clearSidType(): void;
1025
- getSidType(): google_protobuf_wrappers_pb.Int32Value | undefined;
1026
- setSidType(value?: google_protobuf_wrappers_pb.Int32Value): UserV1;
1025
+ getSidType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
1026
+ setSidType(value?: google_protobuf_wrappers_pb.UInt32Value): UserV1;
1027
1027
 
1028
1028
  hasStatus(): boolean;
1029
1029
  clearStatus(): void;
1030
1030
  getStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
1031
1031
  setStatus(value?: google_protobuf_wrappers_pb.StringValue): UserV1;
1032
1032
 
1033
- hasLocalAccount(): boolean;
1034
- clearLocalAccount(): void;
1035
- getLocalAccount(): google_protobuf_wrappers_pb.BoolValue | undefined;
1036
- setLocalAccount(value?: google_protobuf_wrappers_pb.BoolValue): UserV1;
1037
-
1038
1033
  serializeBinary(): Uint8Array;
1039
1034
  toObject(includeInstance?: boolean): UserV1.AsObject;
1040
1035
  static toObject(includeInstance: boolean, msg: UserV1): UserV1.AsObject;
@@ -1047,7 +1042,7 @@ export class UserV1 extends jspb.Message {
1047
1042
 
1048
1043
  export namespace UserV1 {
1049
1044
  export type AsObject = {
1050
- accountType?: google_protobuf_wrappers_pb.Int32Value.AsObject,
1045
+ accountType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
1051
1046
  caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
1052
1047
  description?: google_protobuf_wrappers_pb.StringValue.AsObject,
1053
1048
  disabled?: google_protobuf_wrappers_pb.BoolValue.AsObject,
@@ -1059,9 +1054,8 @@ export namespace UserV1 {
1059
1054
  passwordExpires?: google_protobuf_wrappers_pb.BoolValue.AsObject,
1060
1055
  passwordRequired?: google_protobuf_wrappers_pb.BoolValue.AsObject,
1061
1056
  sid?: google_protobuf_wrappers_pb.StringValue.AsObject,
1062
- sidType?: google_protobuf_wrappers_pb.Int32Value.AsObject,
1057
+ sidType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
1063
1058
  status?: google_protobuf_wrappers_pb.StringValue.AsObject,
1064
- localAccount?: google_protobuf_wrappers_pb.BoolValue.AsObject,
1065
1059
  }
1066
1060
  }
1067
1061
 
@@ -1069,8 +1063,8 @@ export class UserV2 extends jspb.Message {
1069
1063
 
1070
1064
  hasAccountType(): boolean;
1071
1065
  clearAccountType(): void;
1072
- getAccountType(): google_protobuf_wrappers_pb.Int32Value | undefined;
1073
- setAccountType(value?: google_protobuf_wrappers_pb.Int32Value): UserV2;
1066
+ getAccountType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
1067
+ setAccountType(value?: google_protobuf_wrappers_pb.UInt32Value): UserV2;
1074
1068
 
1075
1069
  hasCaption(): boolean;
1076
1070
  clearCaption(): void;
@@ -1129,8 +1123,8 @@ export class UserV2 extends jspb.Message {
1129
1123
 
1130
1124
  hasSidType(): boolean;
1131
1125
  clearSidType(): void;
1132
- getSidType(): google_protobuf_wrappers_pb.Int32Value | undefined;
1133
- setSidType(value?: google_protobuf_wrappers_pb.Int32Value): UserV2;
1126
+ getSidType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
1127
+ setSidType(value?: google_protobuf_wrappers_pb.UInt32Value): UserV2;
1134
1128
 
1135
1129
  hasStatus(): boolean;
1136
1130
  clearStatus(): void;
@@ -1154,7 +1148,7 @@ export class UserV2 extends jspb.Message {
1154
1148
 
1155
1149
  export namespace UserV2 {
1156
1150
  export type AsObject = {
1157
- accountType?: google_protobuf_wrappers_pb.Int32Value.AsObject,
1151
+ accountType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
1158
1152
  caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
1159
1153
  description?: google_protobuf_wrappers_pb.StringValue.AsObject,
1160
1154
  disabled?: google_protobuf_wrappers_pb.BoolValue.AsObject,
@@ -1166,7 +1160,7 @@ export namespace UserV2 {
1166
1160
  passwordExpires?: google_protobuf_wrappers_pb.BoolValue.AsObject,
1167
1161
  passwordRequired?: google_protobuf_wrappers_pb.BoolValue.AsObject,
1168
1162
  sid?: google_protobuf_wrappers_pb.StringValue.AsObject,
1169
- sidType?: google_protobuf_wrappers_pb.Int32Value.AsObject,
1163
+ sidType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
1170
1164
  status?: google_protobuf_wrappers_pb.StringValue.AsObject,
1171
1165
  localAccount?: google_protobuf_wrappers_pb.BoolValue.AsObject,
1172
1166
  }
@@ -1213,8 +1207,8 @@ export class UsbController extends jspb.Message {
1213
1207
 
1214
1208
  hasProtocolSupported(): boolean;
1215
1209
  clearProtocolSupported(): void;
1216
- getProtocolSupported(): google_protobuf_wrappers_pb.Int32Value | undefined;
1217
- setProtocolSupported(value?: google_protobuf_wrappers_pb.Int32Value): UsbController;
1210
+ getProtocolSupported(): google_protobuf_wrappers_pb.UInt32Value | undefined;
1211
+ setProtocolSupported(value?: google_protobuf_wrappers_pb.UInt32Value): UsbController;
1218
1212
 
1219
1213
  serializeBinary(): Uint8Array;
1220
1214
  toObject(includeInstance?: boolean): UsbController.AsObject;
@@ -1231,7 +1225,7 @@ export namespace UsbController {
1231
1225
  caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
1232
1226
  deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
1233
1227
  manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
1234
- protocolSupported?: google_protobuf_wrappers_pb.Int32Value.AsObject,
1228
+ protocolSupported?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
1235
1229
  }
1236
1230
  }
1237
1231
 
@@ -1360,8 +1354,8 @@ export class Tpm extends jspb.Message {
1360
1354
 
1361
1355
  hasManufacturerId(): boolean;
1362
1356
  clearManufacturerId(): void;
1363
- getManufacturerId(): google_protobuf_wrappers_pb.Int32Value | undefined;
1364
- setManufacturerId(value?: google_protobuf_wrappers_pb.Int32Value): Tpm;
1357
+ getManufacturerId(): google_protobuf_wrappers_pb.UInt32Value | undefined;
1358
+ setManufacturerId(value?: google_protobuf_wrappers_pb.UInt32Value): Tpm;
1365
1359
 
1366
1360
  hasManufacturerVersionFull20(): boolean;
1367
1361
  clearManufacturerVersionFull20(): void;
@@ -1396,7 +1390,7 @@ export namespace Tpm {
1396
1390
  specVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
1397
1391
  manufacturerVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
1398
1392
  manufacturerVersionInfo?: google_protobuf_wrappers_pb.StringValue.AsObject,
1399
- manufacturerId?: google_protobuf_wrappers_pb.Int32Value.AsObject,
1393
+ manufacturerId?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
1400
1394
  manufacturerVersionFull20?: google_protobuf_wrappers_pb.StringValue.AsObject,
1401
1395
  manufacturerIdTxt?: google_protobuf_wrappers_pb.StringValue.AsObject,
1402
1396
  physicalPresenceVersionInfo?: google_protobuf_wrappers_pb.StringValue.AsObject,
@@ -1429,13 +1423,12 @@ export class Tape extends jspb.Message {
1429
1423
 
1430
1424
  hasAvailability(): boolean;
1431
1425
  clearAvailability(): void;
1432
- getAvailability(): google_protobuf_wrappers_pb.Int32Value | undefined;
1433
- setAvailability(value?: google_protobuf_wrappers_pb.Int32Value): Tape;
1434
-
1435
- hasCapabilities(): boolean;
1436
- clearCapabilities(): void;
1437
- getCapabilities(): google_protobuf_wrappers_pb.Int32Value | undefined;
1438
- setCapabilities(value?: google_protobuf_wrappers_pb.Int32Value): Tape;
1426
+ getAvailability(): google_protobuf_wrappers_pb.UInt32Value | undefined;
1427
+ setAvailability(value?: google_protobuf_wrappers_pb.UInt32Value): Tape;
1428
+ clearCapabilitiesList(): void;
1429
+ getCapabilitiesList(): Array<number>;
1430
+ setCapabilitiesList(value: Array<number>): Tape;
1431
+ addCapabilities(value: number, index?: number): number;
1439
1432
 
1440
1433
  hasCaption(): boolean;
1441
1434
  clearCaption(): void;
@@ -1444,8 +1437,8 @@ export class Tape extends jspb.Message {
1444
1437
 
1445
1438
  hasCompression(): boolean;
1446
1439
  clearCompression(): void;
1447
- getCompression(): google_protobuf_wrappers_pb.Int32Value | undefined;
1448
- setCompression(value?: google_protobuf_wrappers_pb.Int32Value): Tape;
1440
+ getCompression(): google_protobuf_wrappers_pb.UInt32Value | undefined;
1441
+ setCompression(value?: google_protobuf_wrappers_pb.UInt32Value): Tape;
1449
1442
 
1450
1443
  hasDefaultBlockSize(): boolean;
1451
1444
  clearDefaultBlockSize(): void;
@@ -1474,8 +1467,8 @@ export class Tape extends jspb.Message {
1474
1467
 
1475
1468
  hasMaxPartitionCount(): boolean;
1476
1469
  clearMaxPartitionCount(): void;
1477
- getMaxPartitionCount(): google_protobuf_wrappers_pb.Int32Value | undefined;
1478
- setMaxPartitionCount(value?: google_protobuf_wrappers_pb.Int32Value): Tape;
1470
+ getMaxPartitionCount(): google_protobuf_wrappers_pb.UInt32Value | undefined;
1471
+ setMaxPartitionCount(value?: google_protobuf_wrappers_pb.UInt32Value): Tape;
1479
1472
 
1480
1473
  hasMediaType(): boolean;
1481
1474
  clearMediaType(): void;
@@ -1494,13 +1487,13 @@ export class Tape extends jspb.Message {
1494
1487
 
1495
1488
  hasNumberOfMediaSupported(): boolean;
1496
1489
  clearNumberOfMediaSupported(): void;
1497
- getNumberOfMediaSupported(): google_protobuf_wrappers_pb.Int32Value | undefined;
1498
- setNumberOfMediaSupported(value?: google_protobuf_wrappers_pb.Int32Value): Tape;
1490
+ getNumberOfMediaSupported(): google_protobuf_wrappers_pb.UInt32Value | undefined;
1491
+ setNumberOfMediaSupported(value?: google_protobuf_wrappers_pb.UInt32Value): Tape;
1499
1492
 
1500
1493
  hasPadding(): boolean;
1501
1494
  clearPadding(): void;
1502
- getPadding(): google_protobuf_wrappers_pb.Int32Value | undefined;
1503
- setPadding(value?: google_protobuf_wrappers_pb.Int32Value): Tape;
1495
+ getPadding(): google_protobuf_wrappers_pb.UInt32Value | undefined;
1496
+ setPadding(value?: google_protobuf_wrappers_pb.UInt32Value): Tape;
1504
1497
 
1505
1498
  serializeBinary(): Uint8Array;
1506
1499
  toObject(includeInstance?: boolean): Tape.AsObject;
@@ -1514,21 +1507,21 @@ export class Tape extends jspb.Message {
1514
1507
 
1515
1508
  export namespace Tape {
1516
1509
  export type AsObject = {
1517
- availability?: google_protobuf_wrappers_pb.Int32Value.AsObject,
1518
- capabilities?: google_protobuf_wrappers_pb.Int32Value.AsObject,
1510
+ availability?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
1511
+ capabilitiesList: Array<number>,
1519
1512
  caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
1520
- compression?: google_protobuf_wrappers_pb.Int32Value.AsObject,
1513
+ compression?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
1521
1514
  defaultBlockSize?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
1522
1515
  deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
1523
1516
  manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
1524
1517
  maxBlockSize?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
1525
1518
  maxMediaSize?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
1526
- maxPartitionCount?: google_protobuf_wrappers_pb.Int32Value.AsObject,
1519
+ maxPartitionCount?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
1527
1520
  mediaType?: google_protobuf_wrappers_pb.StringValue.AsObject,
1528
1521
  minBlockSize?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
1529
1522
  needsCleaning?: google_protobuf_wrappers_pb.BoolValue.AsObject,
1530
- numberOfMediaSupported?: google_protobuf_wrappers_pb.Int32Value.AsObject,
1531
- padding?: google_protobuf_wrappers_pb.Int32Value.AsObject,
1523
+ numberOfMediaSupported?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
1524
+ padding?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
1532
1525
  }
1533
1526
  }
1534
1527
 
@@ -1623,8 +1616,8 @@ export class SystemEnclosure extends jspb.Message {
1623
1616
 
1624
1617
  hasSecurityStatus(): boolean;
1625
1618
  clearSecurityStatus(): void;
1626
- getSecurityStatus(): google_protobuf_wrappers_pb.Int32Value | undefined;
1627
- setSecurityStatus(value?: google_protobuf_wrappers_pb.Int32Value): SystemEnclosure;
1619
+ getSecurityStatus(): google_protobuf_wrappers_pb.UInt32Value | undefined;
1620
+ setSecurityStatus(value?: google_protobuf_wrappers_pb.UInt32Value): SystemEnclosure;
1628
1621
 
1629
1622
  hasSerialNumber(): boolean;
1630
1623
  clearSerialNumber(): void;
@@ -1661,7 +1654,7 @@ export namespace SystemEnclosure {
1661
1654
  chassisTypesList: Array<number>,
1662
1655
  lockPresent?: google_protobuf_wrappers_pb.BoolValue.AsObject,
1663
1656
  manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
1664
- securityStatus?: google_protobuf_wrappers_pb.Int32Value.AsObject,
1657
+ securityStatus?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
1665
1658
  serialNumber?: google_protobuf_wrappers_pb.StringValue.AsObject,
1666
1659
  smbiosAssetTag?: google_protobuf_wrappers_pb.StringValue.AsObject,
1667
1660
  tag?: google_protobuf_wrappers_pb.StringValue.AsObject,
@@ -1760,8 +1753,8 @@ export class SystemDriver extends jspb.Message {
1760
1753
 
1761
1754
  hasExitCode(): boolean;
1762
1755
  clearExitCode(): void;
1763
- getExitCode(): google_protobuf_wrappers_pb.Int32Value | undefined;
1764
- setExitCode(value?: google_protobuf_wrappers_pb.Int32Value): SystemDriver;
1756
+ getExitCode(): google_protobuf_wrappers_pb.UInt32Value | undefined;
1757
+ setExitCode(value?: google_protobuf_wrappers_pb.UInt32Value): SystemDriver;
1765
1758
 
1766
1759
  hasPathName(): boolean;
1767
1760
  clearPathName(): void;
@@ -1770,8 +1763,8 @@ export class SystemDriver extends jspb.Message {
1770
1763
 
1771
1764
  hasServiceSpecificExitCode(): boolean;
1772
1765
  clearServiceSpecificExitCode(): void;
1773
- getServiceSpecificExitCode(): google_protobuf_wrappers_pb.Int32Value | undefined;
1774
- setServiceSpecificExitCode(value?: google_protobuf_wrappers_pb.Int32Value): SystemDriver;
1766
+ getServiceSpecificExitCode(): google_protobuf_wrappers_pb.UInt32Value | undefined;
1767
+ setServiceSpecificExitCode(value?: google_protobuf_wrappers_pb.UInt32Value): SystemDriver;
1775
1768
 
1776
1769
  hasServiceType(): boolean;
1777
1770
  clearServiceType(): void;
@@ -1805,8 +1798,8 @@ export class SystemDriver extends jspb.Message {
1805
1798
 
1806
1799
  hasTagId(): boolean;
1807
1800
  clearTagId(): void;
1808
- getTagId(): google_protobuf_wrappers_pb.Int32Value | undefined;
1809
- setTagId(value?: google_protobuf_wrappers_pb.Int32Value): SystemDriver;
1801
+ getTagId(): google_protobuf_wrappers_pb.UInt32Value | undefined;
1802
+ setTagId(value?: google_protobuf_wrappers_pb.UInt32Value): SystemDriver;
1810
1803
 
1811
1804
  hasSystemDriverUniWrapper(): boolean;
1812
1805
  clearSystemDriverUniWrapper(): void;
@@ -1829,16 +1822,16 @@ export namespace SystemDriver {
1829
1822
  acceptStop?: google_protobuf_wrappers_pb.BoolValue.AsObject,
1830
1823
  desktopInteract?: google_protobuf_wrappers_pb.BoolValue.AsObject,
1831
1824
  errorControl?: google_protobuf_wrappers_pb.StringValue.AsObject,
1832
- exitCode?: google_protobuf_wrappers_pb.Int32Value.AsObject,
1825
+ exitCode?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
1833
1826
  pathName?: google_protobuf_wrappers_pb.StringValue.AsObject,
1834
- serviceSpecificExitCode?: google_protobuf_wrappers_pb.Int32Value.AsObject,
1827
+ serviceSpecificExitCode?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
1835
1828
  serviceType?: google_protobuf_wrappers_pb.StringValue.AsObject,
1836
1829
  started?: google_protobuf_wrappers_pb.BoolValue.AsObject,
1837
1830
  startMode?: google_protobuf_wrappers_pb.StringValue.AsObject,
1838
1831
  startName?: google_protobuf_wrappers_pb.StringValue.AsObject,
1839
1832
  state?: google_protobuf_wrappers_pb.StringValue.AsObject,
1840
1833
  status?: google_protobuf_wrappers_pb.StringValue.AsObject,
1841
- tagId?: google_protobuf_wrappers_pb.Int32Value.AsObject,
1834
+ tagId?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
1842
1835
  systemDriverUniWrapper?: SystemDriverUniWrapper.AsObject,
1843
1836
  }
1844
1837
  }
@@ -1987,8 +1980,8 @@ export class Share extends jspb.Message {
1987
1980
 
1988
1981
  hasType(): boolean;
1989
1982
  clearType(): void;
1990
- getType(): google_protobuf_wrappers_pb.Int32Value | undefined;
1991
- setType(value?: google_protobuf_wrappers_pb.Int32Value): Share;
1983
+ getType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
1984
+ setType(value?: google_protobuf_wrappers_pb.UInt32Value): Share;
1992
1985
 
1993
1986
  serializeBinary(): Uint8Array;
1994
1987
  toObject(includeInstance?: boolean): Share.AsObject;
@@ -2005,7 +1998,7 @@ export namespace Share {
2005
1998
  caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
2006
1999
  name?: google_protobuf_wrappers_pb.StringValue.AsObject,
2007
2000
  path?: google_protobuf_wrappers_pb.StringValue.AsObject,
2008
- type?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2001
+ type?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2009
2002
  }
2010
2003
  }
2011
2004
 
@@ -2134,8 +2127,8 @@ export class SerialPort extends jspb.Message {
2134
2127
 
2135
2128
  hasAvailability(): boolean;
2136
2129
  clearAvailability(): void;
2137
- getAvailability(): google_protobuf_wrappers_pb.Int32Value | undefined;
2138
- setAvailability(value?: google_protobuf_wrappers_pb.Int32Value): SerialPort;
2130
+ getAvailability(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2131
+ setAvailability(value?: google_protobuf_wrappers_pb.UInt32Value): SerialPort;
2139
2132
 
2140
2133
  hasBinary(): boolean;
2141
2134
  clearBinary(): void;
@@ -2154,18 +2147,18 @@ export class SerialPort extends jspb.Message {
2154
2147
 
2155
2148
  hasMaxBaudRate(): boolean;
2156
2149
  clearMaxBaudRate(): void;
2157
- getMaxBaudRate(): google_protobuf_wrappers_pb.Int32Value | undefined;
2158
- setMaxBaudRate(value?: google_protobuf_wrappers_pb.Int32Value): SerialPort;
2150
+ getMaxBaudRate(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2151
+ setMaxBaudRate(value?: google_protobuf_wrappers_pb.UInt32Value): SerialPort;
2159
2152
 
2160
2153
  hasMaximumInputBufferSize(): boolean;
2161
2154
  clearMaximumInputBufferSize(): void;
2162
- getMaximumInputBufferSize(): google_protobuf_wrappers_pb.Int32Value | undefined;
2163
- setMaximumInputBufferSize(value?: google_protobuf_wrappers_pb.Int32Value): SerialPort;
2155
+ getMaximumInputBufferSize(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2156
+ setMaximumInputBufferSize(value?: google_protobuf_wrappers_pb.UInt32Value): SerialPort;
2164
2157
 
2165
2158
  hasMaximumOutputBufferSize(): boolean;
2166
2159
  clearMaximumOutputBufferSize(): void;
2167
- getMaximumOutputBufferSize(): google_protobuf_wrappers_pb.Int32Value | undefined;
2168
- setMaximumOutputBufferSize(value?: google_protobuf_wrappers_pb.Int32Value): SerialPort;
2160
+ getMaximumOutputBufferSize(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2161
+ setMaximumOutputBufferSize(value?: google_protobuf_wrappers_pb.UInt32Value): SerialPort;
2169
2162
 
2170
2163
  hasOsAutoDiscovered(): boolean;
2171
2164
  clearOsAutoDiscovered(): void;
@@ -2194,13 +2187,13 @@ export class SerialPort extends jspb.Message {
2194
2187
 
2195
2188
  export namespace SerialPort {
2196
2189
  export type AsObject = {
2197
- availability?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2190
+ availability?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2198
2191
  binary?: google_protobuf_wrappers_pb.BoolValue.AsObject,
2199
2192
  caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
2200
2193
  deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
2201
- maxBaudRate?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2202
- maximumInputBufferSize?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2203
- maximumOutputBufferSize?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2194
+ maxBaudRate?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2195
+ maximumInputBufferSize?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2196
+ maximumOutputBufferSize?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2204
2197
  osAutoDiscovered?: google_protobuf_wrappers_pb.BoolValue.AsObject,
2205
2198
  pnpDeviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
2206
2199
  providerType?: google_protobuf_wrappers_pb.StringValue.AsObject,
@@ -2233,8 +2226,8 @@ export class Scsi extends jspb.Message {
2233
2226
 
2234
2227
  hasAvailability(): boolean;
2235
2228
  clearAvailability(): void;
2236
- getAvailability(): google_protobuf_wrappers_pb.Int32Value | undefined;
2237
- setAvailability(value?: google_protobuf_wrappers_pb.Int32Value): Scsi;
2229
+ getAvailability(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2230
+ setAvailability(value?: google_protobuf_wrappers_pb.UInt32Value): Scsi;
2238
2231
 
2239
2232
  hasCaption(): boolean;
2240
2233
  clearCaption(): void;
@@ -2258,8 +2251,8 @@ export class Scsi extends jspb.Message {
2258
2251
 
2259
2252
  hasProtocolSupported(): boolean;
2260
2253
  clearProtocolSupported(): void;
2261
- getProtocolSupported(): google_protobuf_wrappers_pb.Int32Value | undefined;
2262
- setProtocolSupported(value?: google_protobuf_wrappers_pb.Int32Value): Scsi;
2254
+ getProtocolSupported(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2255
+ setProtocolSupported(value?: google_protobuf_wrappers_pb.UInt32Value): Scsi;
2263
2256
 
2264
2257
  serializeBinary(): Uint8Array;
2265
2258
  toObject(includeInstance?: boolean): Scsi.AsObject;
@@ -2273,12 +2266,12 @@ export class Scsi extends jspb.Message {
2273
2266
 
2274
2267
  export namespace Scsi {
2275
2268
  export type AsObject = {
2276
- availability?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2269
+ availability?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2277
2270
  caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
2278
2271
  deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
2279
2272
  driverName?: google_protobuf_wrappers_pb.StringValue.AsObject,
2280
2273
  manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
2281
- protocolSupported?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2274
+ protocolSupported?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2282
2275
  }
2283
2276
  }
2284
2277
 
@@ -2421,18 +2414,18 @@ export class ProcessorV1 extends jspb.Message {
2421
2414
 
2422
2415
  hasAddressWidth(): boolean;
2423
2416
  clearAddressWidth(): void;
2424
- getAddressWidth(): google_protobuf_wrappers_pb.Int32Value | undefined;
2425
- setAddressWidth(value?: google_protobuf_wrappers_pb.Int32Value): ProcessorV1;
2417
+ getAddressWidth(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2418
+ setAddressWidth(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV1;
2426
2419
 
2427
2420
  hasArchitecture(): boolean;
2428
2421
  clearArchitecture(): void;
2429
- getArchitecture(): google_protobuf_wrappers_pb.Int32Value | undefined;
2430
- setArchitecture(value?: google_protobuf_wrappers_pb.Int32Value): ProcessorV1;
2422
+ getArchitecture(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2423
+ setArchitecture(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV1;
2431
2424
 
2432
2425
  hasAvailability(): boolean;
2433
2426
  clearAvailability(): void;
2434
- getAvailability(): google_protobuf_wrappers_pb.Int32Value | undefined;
2435
- setAvailability(value?: google_protobuf_wrappers_pb.Int32Value): ProcessorV1;
2427
+ getAvailability(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2428
+ setAvailability(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV1;
2436
2429
 
2437
2430
  hasCaption(): boolean;
2438
2431
  clearCaption(): void;
@@ -2441,13 +2434,13 @@ export class ProcessorV1 extends jspb.Message {
2441
2434
 
2442
2435
  hasCpuStatus(): boolean;
2443
2436
  clearCpuStatus(): void;
2444
- getCpuStatus(): google_protobuf_wrappers_pb.Int32Value | undefined;
2445
- setCpuStatus(value?: google_protobuf_wrappers_pb.Int32Value): ProcessorV1;
2437
+ getCpuStatus(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2438
+ setCpuStatus(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV1;
2446
2439
 
2447
2440
  hasDataWidth(): boolean;
2448
2441
  clearDataWidth(): void;
2449
- getDataWidth(): google_protobuf_wrappers_pb.Int32Value | undefined;
2450
- setDataWidth(value?: google_protobuf_wrappers_pb.Int32Value): ProcessorV1;
2442
+ getDataWidth(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2443
+ setDataWidth(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV1;
2451
2444
 
2452
2445
  hasDeviceId(): boolean;
2453
2446
  clearDeviceId(): void;
@@ -2456,28 +2449,28 @@ export class ProcessorV1 extends jspb.Message {
2456
2449
 
2457
2450
  hasExtClock(): boolean;
2458
2451
  clearExtClock(): void;
2459
- getExtClock(): google_protobuf_wrappers_pb.Int32Value | undefined;
2460
- setExtClock(value?: google_protobuf_wrappers_pb.Int32Value): ProcessorV1;
2452
+ getExtClock(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2453
+ setExtClock(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV1;
2461
2454
 
2462
2455
  hasFamily(): boolean;
2463
2456
  clearFamily(): void;
2464
- getFamily(): google_protobuf_wrappers_pb.Int32Value | undefined;
2465
- setFamily(value?: google_protobuf_wrappers_pb.Int32Value): ProcessorV1;
2457
+ getFamily(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2458
+ setFamily(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV1;
2466
2459
 
2467
2460
  hasL2CacheSize(): boolean;
2468
2461
  clearL2CacheSize(): void;
2469
- getL2CacheSize(): google_protobuf_wrappers_pb.Int32Value | undefined;
2470
- setL2CacheSize(value?: google_protobuf_wrappers_pb.Int32Value): ProcessorV1;
2462
+ getL2CacheSize(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2463
+ setL2CacheSize(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV1;
2471
2464
 
2472
2465
  hasL2CacheSpeed(): boolean;
2473
2466
  clearL2CacheSpeed(): void;
2474
- getL2CacheSpeed(): google_protobuf_wrappers_pb.Int32Value | undefined;
2475
- setL2CacheSpeed(value?: google_protobuf_wrappers_pb.Int32Value): ProcessorV1;
2467
+ getL2CacheSpeed(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2468
+ setL2CacheSpeed(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV1;
2476
2469
 
2477
2470
  hasLevel(): boolean;
2478
2471
  clearLevel(): void;
2479
- getLevel(): google_protobuf_wrappers_pb.Int32Value | undefined;
2480
- setLevel(value?: google_protobuf_wrappers_pb.Int32Value): ProcessorV1;
2472
+ getLevel(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2473
+ setLevel(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV1;
2481
2474
 
2482
2475
  hasManufacturer(): boolean;
2483
2476
  clearManufacturer(): void;
@@ -2486,8 +2479,8 @@ export class ProcessorV1 extends jspb.Message {
2486
2479
 
2487
2480
  hasMaxClockSpeed(): boolean;
2488
2481
  clearMaxClockSpeed(): void;
2489
- getMaxClockSpeed(): google_protobuf_wrappers_pb.Int32Value | undefined;
2490
- setMaxClockSpeed(value?: google_protobuf_wrappers_pb.Int32Value): ProcessorV1;
2482
+ getMaxClockSpeed(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2483
+ setMaxClockSpeed(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV1;
2491
2484
 
2492
2485
  hasName(): boolean;
2493
2486
  clearName(): void;
@@ -2501,13 +2494,13 @@ export class ProcessorV1 extends jspb.Message {
2501
2494
 
2502
2495
  hasProcessorType(): boolean;
2503
2496
  clearProcessorType(): void;
2504
- getProcessorType(): google_protobuf_wrappers_pb.Int32Value | undefined;
2505
- setProcessorType(value?: google_protobuf_wrappers_pb.Int32Value): ProcessorV1;
2497
+ getProcessorType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2498
+ setProcessorType(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV1;
2506
2499
 
2507
2500
  hasRevision(): boolean;
2508
2501
  clearRevision(): void;
2509
- getRevision(): google_protobuf_wrappers_pb.Int32Value | undefined;
2510
- setRevision(value?: google_protobuf_wrappers_pb.Int32Value): ProcessorV1;
2502
+ getRevision(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2503
+ setRevision(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV1;
2511
2504
 
2512
2505
  hasSocketDesignation(): boolean;
2513
2506
  clearSocketDesignation(): void;
@@ -2526,8 +2519,8 @@ export class ProcessorV1 extends jspb.Message {
2526
2519
 
2527
2520
  hasUpgradeMethod(): boolean;
2528
2521
  clearUpgradeMethod(): void;
2529
- getUpgradeMethod(): google_protobuf_wrappers_pb.Int32Value | undefined;
2530
- setUpgradeMethod(value?: google_protobuf_wrappers_pb.Int32Value): ProcessorV1;
2522
+ getUpgradeMethod(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2523
+ setUpgradeMethod(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV1;
2531
2524
 
2532
2525
  hasVersion(): boolean;
2533
2526
  clearVersion(): void;
@@ -2536,8 +2529,8 @@ export class ProcessorV1 extends jspb.Message {
2536
2529
 
2537
2530
  hasVoltageCaps(): boolean;
2538
2531
  clearVoltageCaps(): void;
2539
- getVoltageCaps(): google_protobuf_wrappers_pb.Int32Value | undefined;
2540
- setVoltageCaps(value?: google_protobuf_wrappers_pb.Int32Value): ProcessorV1;
2532
+ getVoltageCaps(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2533
+ setVoltageCaps(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV1;
2541
2534
 
2542
2535
  serializeBinary(): Uint8Array;
2543
2536
  toObject(includeInstance?: boolean): ProcessorV1.AsObject;
@@ -2551,30 +2544,30 @@ export class ProcessorV1 extends jspb.Message {
2551
2544
 
2552
2545
  export namespace ProcessorV1 {
2553
2546
  export type AsObject = {
2554
- addressWidth?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2555
- architecture?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2556
- availability?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2547
+ addressWidth?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2548
+ architecture?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2549
+ availability?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2557
2550
  caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
2558
- cpuStatus?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2559
- dataWidth?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2551
+ cpuStatus?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2552
+ dataWidth?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2560
2553
  deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
2561
- extClock?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2562
- family?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2563
- l2CacheSize?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2564
- l2CacheSpeed?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2565
- level?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2554
+ extClock?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2555
+ family?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2556
+ l2CacheSize?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2557
+ l2CacheSpeed?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2558
+ level?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2566
2559
  manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
2567
- maxClockSpeed?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2560
+ maxClockSpeed?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2568
2561
  name?: google_protobuf_wrappers_pb.StringValue.AsObject,
2569
2562
  processorId?: google_protobuf_wrappers_pb.StringValue.AsObject,
2570
- processorType?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2571
- revision?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2563
+ processorType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2564
+ revision?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2572
2565
  socketDesignation?: google_protobuf_wrappers_pb.StringValue.AsObject,
2573
2566
  stepping?: google_protobuf_wrappers_pb.StringValue.AsObject,
2574
2567
  uniqueId?: google_protobuf_wrappers_pb.StringValue.AsObject,
2575
- upgradeMethod?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2568
+ upgradeMethod?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2576
2569
  version?: google_protobuf_wrappers_pb.StringValue.AsObject,
2577
- voltageCaps?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2570
+ voltageCaps?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2578
2571
  }
2579
2572
  }
2580
2573
 
@@ -2582,18 +2575,18 @@ export class ProcessorV2 extends jspb.Message {
2582
2575
 
2583
2576
  hasAddressWidth(): boolean;
2584
2577
  clearAddressWidth(): void;
2585
- getAddressWidth(): google_protobuf_wrappers_pb.Int32Value | undefined;
2586
- setAddressWidth(value?: google_protobuf_wrappers_pb.Int32Value): ProcessorV2;
2578
+ getAddressWidth(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2579
+ setAddressWidth(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV2;
2587
2580
 
2588
2581
  hasArchitecture(): boolean;
2589
2582
  clearArchitecture(): void;
2590
- getArchitecture(): google_protobuf_wrappers_pb.Int32Value | undefined;
2591
- setArchitecture(value?: google_protobuf_wrappers_pb.Int32Value): ProcessorV2;
2583
+ getArchitecture(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2584
+ setArchitecture(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV2;
2592
2585
 
2593
2586
  hasAvailability(): boolean;
2594
2587
  clearAvailability(): void;
2595
- getAvailability(): google_protobuf_wrappers_pb.Int32Value | undefined;
2596
- setAvailability(value?: google_protobuf_wrappers_pb.Int32Value): ProcessorV2;
2588
+ getAvailability(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2589
+ setAvailability(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV2;
2597
2590
 
2598
2591
  hasCaption(): boolean;
2599
2592
  clearCaption(): void;
@@ -2602,13 +2595,13 @@ export class ProcessorV2 extends jspb.Message {
2602
2595
 
2603
2596
  hasCpuStatus(): boolean;
2604
2597
  clearCpuStatus(): void;
2605
- getCpuStatus(): google_protobuf_wrappers_pb.Int32Value | undefined;
2606
- setCpuStatus(value?: google_protobuf_wrappers_pb.Int32Value): ProcessorV2;
2598
+ getCpuStatus(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2599
+ setCpuStatus(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV2;
2607
2600
 
2608
2601
  hasDataWidth(): boolean;
2609
2602
  clearDataWidth(): void;
2610
- getDataWidth(): google_protobuf_wrappers_pb.Int32Value | undefined;
2611
- setDataWidth(value?: google_protobuf_wrappers_pb.Int32Value): ProcessorV2;
2603
+ getDataWidth(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2604
+ setDataWidth(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV2;
2612
2605
 
2613
2606
  hasDeviceId(): boolean;
2614
2607
  clearDeviceId(): void;
@@ -2617,28 +2610,28 @@ export class ProcessorV2 extends jspb.Message {
2617
2610
 
2618
2611
  hasExtClock(): boolean;
2619
2612
  clearExtClock(): void;
2620
- getExtClock(): google_protobuf_wrappers_pb.Int32Value | undefined;
2621
- setExtClock(value?: google_protobuf_wrappers_pb.Int32Value): ProcessorV2;
2613
+ getExtClock(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2614
+ setExtClock(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV2;
2622
2615
 
2623
2616
  hasFamily(): boolean;
2624
2617
  clearFamily(): void;
2625
- getFamily(): google_protobuf_wrappers_pb.Int32Value | undefined;
2626
- setFamily(value?: google_protobuf_wrappers_pb.Int32Value): ProcessorV2;
2618
+ getFamily(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2619
+ setFamily(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV2;
2627
2620
 
2628
2621
  hasL2CacheSize(): boolean;
2629
2622
  clearL2CacheSize(): void;
2630
- getL2CacheSize(): google_protobuf_wrappers_pb.Int32Value | undefined;
2631
- setL2CacheSize(value?: google_protobuf_wrappers_pb.Int32Value): ProcessorV2;
2623
+ getL2CacheSize(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2624
+ setL2CacheSize(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV2;
2632
2625
 
2633
2626
  hasL2CacheSpeed(): boolean;
2634
2627
  clearL2CacheSpeed(): void;
2635
- getL2CacheSpeed(): google_protobuf_wrappers_pb.Int32Value | undefined;
2636
- setL2CacheSpeed(value?: google_protobuf_wrappers_pb.Int32Value): ProcessorV2;
2628
+ getL2CacheSpeed(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2629
+ setL2CacheSpeed(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV2;
2637
2630
 
2638
2631
  hasLevel(): boolean;
2639
2632
  clearLevel(): void;
2640
- getLevel(): google_protobuf_wrappers_pb.Int32Value | undefined;
2641
- setLevel(value?: google_protobuf_wrappers_pb.Int32Value): ProcessorV2;
2633
+ getLevel(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2634
+ setLevel(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV2;
2642
2635
 
2643
2636
  hasManufacturer(): boolean;
2644
2637
  clearManufacturer(): void;
@@ -2647,8 +2640,8 @@ export class ProcessorV2 extends jspb.Message {
2647
2640
 
2648
2641
  hasMaxClockSpeed(): boolean;
2649
2642
  clearMaxClockSpeed(): void;
2650
- getMaxClockSpeed(): google_protobuf_wrappers_pb.Int32Value | undefined;
2651
- setMaxClockSpeed(value?: google_protobuf_wrappers_pb.Int32Value): ProcessorV2;
2643
+ getMaxClockSpeed(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2644
+ setMaxClockSpeed(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV2;
2652
2645
 
2653
2646
  hasName(): boolean;
2654
2647
  clearName(): void;
@@ -2662,13 +2655,13 @@ export class ProcessorV2 extends jspb.Message {
2662
2655
 
2663
2656
  hasProcessorType(): boolean;
2664
2657
  clearProcessorType(): void;
2665
- getProcessorType(): google_protobuf_wrappers_pb.Int32Value | undefined;
2666
- setProcessorType(value?: google_protobuf_wrappers_pb.Int32Value): ProcessorV2;
2658
+ getProcessorType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2659
+ setProcessorType(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV2;
2667
2660
 
2668
2661
  hasRevision(): boolean;
2669
2662
  clearRevision(): void;
2670
- getRevision(): google_protobuf_wrappers_pb.Int32Value | undefined;
2671
- setRevision(value?: google_protobuf_wrappers_pb.Int32Value): ProcessorV2;
2663
+ getRevision(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2664
+ setRevision(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV2;
2672
2665
 
2673
2666
  hasSocketDesignation(): boolean;
2674
2667
  clearSocketDesignation(): void;
@@ -2687,8 +2680,8 @@ export class ProcessorV2 extends jspb.Message {
2687
2680
 
2688
2681
  hasUpgradeMethod(): boolean;
2689
2682
  clearUpgradeMethod(): void;
2690
- getUpgradeMethod(): google_protobuf_wrappers_pb.Int32Value | undefined;
2691
- setUpgradeMethod(value?: google_protobuf_wrappers_pb.Int32Value): ProcessorV2;
2683
+ getUpgradeMethod(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2684
+ setUpgradeMethod(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV2;
2692
2685
 
2693
2686
  hasVersion(): boolean;
2694
2687
  clearVersion(): void;
@@ -2697,18 +2690,18 @@ export class ProcessorV2 extends jspb.Message {
2697
2690
 
2698
2691
  hasVoltageCaps(): boolean;
2699
2692
  clearVoltageCaps(): void;
2700
- getVoltageCaps(): google_protobuf_wrappers_pb.Int32Value | undefined;
2701
- setVoltageCaps(value?: google_protobuf_wrappers_pb.Int32Value): ProcessorV2;
2693
+ getVoltageCaps(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2694
+ setVoltageCaps(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV2;
2702
2695
 
2703
2696
  hasNumberOfLogicalProcessors(): boolean;
2704
2697
  clearNumberOfLogicalProcessors(): void;
2705
- getNumberOfLogicalProcessors(): google_protobuf_wrappers_pb.Int32Value | undefined;
2706
- setNumberOfLogicalProcessors(value?: google_protobuf_wrappers_pb.Int32Value): ProcessorV2;
2698
+ getNumberOfLogicalProcessors(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2699
+ setNumberOfLogicalProcessors(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV2;
2707
2700
 
2708
2701
  hasNumberOfCores(): boolean;
2709
2702
  clearNumberOfCores(): void;
2710
- getNumberOfCores(): google_protobuf_wrappers_pb.Int32Value | undefined;
2711
- setNumberOfCores(value?: google_protobuf_wrappers_pb.Int32Value): ProcessorV2;
2703
+ getNumberOfCores(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2704
+ setNumberOfCores(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV2;
2712
2705
 
2713
2706
  serializeBinary(): Uint8Array;
2714
2707
  toObject(includeInstance?: boolean): ProcessorV2.AsObject;
@@ -2722,32 +2715,32 @@ export class ProcessorV2 extends jspb.Message {
2722
2715
 
2723
2716
  export namespace ProcessorV2 {
2724
2717
  export type AsObject = {
2725
- addressWidth?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2726
- architecture?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2727
- availability?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2718
+ addressWidth?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2719
+ architecture?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2720
+ availability?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2728
2721
  caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
2729
- cpuStatus?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2730
- dataWidth?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2722
+ cpuStatus?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2723
+ dataWidth?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2731
2724
  deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
2732
- extClock?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2733
- family?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2734
- l2CacheSize?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2735
- l2CacheSpeed?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2736
- level?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2725
+ extClock?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2726
+ family?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2727
+ l2CacheSize?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2728
+ l2CacheSpeed?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2729
+ level?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2737
2730
  manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
2738
- maxClockSpeed?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2731
+ maxClockSpeed?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2739
2732
  name?: google_protobuf_wrappers_pb.StringValue.AsObject,
2740
2733
  processorId?: google_protobuf_wrappers_pb.StringValue.AsObject,
2741
- processorType?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2742
- revision?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2734
+ processorType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2735
+ revision?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2743
2736
  socketDesignation?: google_protobuf_wrappers_pb.StringValue.AsObject,
2744
2737
  stepping?: google_protobuf_wrappers_pb.StringValue.AsObject,
2745
2738
  uniqueId?: google_protobuf_wrappers_pb.StringValue.AsObject,
2746
- upgradeMethod?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2739
+ upgradeMethod?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2747
2740
  version?: google_protobuf_wrappers_pb.StringValue.AsObject,
2748
- voltageCaps?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2749
- numberOfLogicalProcessors?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2750
- numberOfCores?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2741
+ voltageCaps?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2742
+ numberOfLogicalProcessors?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2743
+ numberOfCores?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2751
2744
  }
2752
2745
  }
2753
2746
 
@@ -2860,13 +2853,13 @@ export class ProcessV2 extends jspb.Message {
2860
2853
 
2861
2854
  hasThreadCount(): boolean;
2862
2855
  clearThreadCount(): void;
2863
- getThreadCount(): google_protobuf_wrappers_pb.Int32Value | undefined;
2864
- setThreadCount(value?: google_protobuf_wrappers_pb.Int32Value): ProcessV2;
2856
+ getThreadCount(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2857
+ setThreadCount(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessV2;
2865
2858
 
2866
2859
  hasPriority(): boolean;
2867
2860
  clearPriority(): void;
2868
- getPriority(): google_protobuf_wrappers_pb.Int32Value | undefined;
2869
- setPriority(value?: google_protobuf_wrappers_pb.Int32Value): ProcessV2;
2861
+ getPriority(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2862
+ setPriority(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessV2;
2870
2863
  getHandle(): number;
2871
2864
  setHandle(value: number): ProcessV2;
2872
2865
 
@@ -2884,8 +2877,8 @@ export namespace ProcessV2 {
2884
2877
  export type AsObject = {
2885
2878
  caption: string,
2886
2879
  executablePath?: google_protobuf_wrappers_pb.StringValue.AsObject,
2887
- threadCount?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2888
- priority?: google_protobuf_wrappers_pb.Int32Value.AsObject,
2880
+ threadCount?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2881
+ priority?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2889
2882
  handle: number,
2890
2883
  }
2891
2884
  }
@@ -3001,8 +2994,8 @@ export class PrinterDriver extends jspb.Message {
3001
2994
 
3002
2995
  hasVersion(): boolean;
3003
2996
  clearVersion(): void;
3004
- getVersion(): google_protobuf_wrappers_pb.Int32Value | undefined;
3005
- setVersion(value?: google_protobuf_wrappers_pb.Int32Value): PrinterDriver;
2997
+ getVersion(): google_protobuf_wrappers_pb.UInt32Value | undefined;
2998
+ setVersion(value?: google_protobuf_wrappers_pb.UInt32Value): PrinterDriver;
3006
2999
 
3007
3000
  hasDriverVersion(): boolean;
3008
3001
  clearDriverVersion(): void;
@@ -3059,7 +3052,7 @@ export namespace PrinterDriver {
3059
3052
  helpFile?: google_protobuf_wrappers_pb.StringValue.AsObject,
3060
3053
  monitorName?: google_protobuf_wrappers_pb.StringValue.AsObject,
3061
3054
  oemUrl?: google_protobuf_wrappers_pb.StringValue.AsObject,
3062
- version?: google_protobuf_wrappers_pb.Int32Value.AsObject,
3055
+ version?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
3063
3056
  driverVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
3064
3057
  driverDate?: google_protobuf_wrappers_pb.StringValue.AsObject,
3065
3058
  hardwareId?: google_protobuf_wrappers_pb.StringValue.AsObject,
@@ -3190,26 +3183,56 @@ export class PrinterV1 extends jspb.Message {
3190
3183
  getCapabilityDescriptionsList(): Array<string>;
3191
3184
  setCapabilityDescriptionsList(value: Array<string>): PrinterV1;
3192
3185
  addCapabilityDescriptions(value: string, index?: number): string;
3193
- getCaption(): string;
3194
- setCaption(value: string): PrinterV1;
3195
- getDeviceId(): string;
3196
- setDeviceId(value: string): PrinterV1;
3197
- getHorizontalResolution(): number;
3198
- setHorizontalResolution(value: number): PrinterV1;
3199
- getLocation(): string;
3200
- setLocation(value: string): PrinterV1;
3201
- getPortName(): string;
3202
- setPortName(value: string): PrinterV1;
3203
- getPrintJobDataType(): string;
3204
- setPrintJobDataType(value: string): PrinterV1;
3205
- getPrintProcessor(): string;
3206
- setPrintProcessor(value: string): PrinterV1;
3207
- getShareName(): string;
3208
- setShareName(value: string): PrinterV1;
3209
- getStatus(): string;
3210
- setStatus(value: string): PrinterV1;
3211
- getVerticalResolution(): number;
3212
- setVerticalResolution(value: number): PrinterV1;
3186
+
3187
+ hasCaption(): boolean;
3188
+ clearCaption(): void;
3189
+ getCaption(): google_protobuf_wrappers_pb.StringValue | undefined;
3190
+ setCaption(value?: google_protobuf_wrappers_pb.StringValue): PrinterV1;
3191
+
3192
+ hasDeviceId(): boolean;
3193
+ clearDeviceId(): void;
3194
+ getDeviceId(): google_protobuf_wrappers_pb.StringValue | undefined;
3195
+ setDeviceId(value?: google_protobuf_wrappers_pb.StringValue): PrinterV1;
3196
+
3197
+ hasHorizontalResolution(): boolean;
3198
+ clearHorizontalResolution(): void;
3199
+ getHorizontalResolution(): google_protobuf_wrappers_pb.UInt32Value | undefined;
3200
+ setHorizontalResolution(value?: google_protobuf_wrappers_pb.UInt32Value): PrinterV1;
3201
+
3202
+ hasLocation(): boolean;
3203
+ clearLocation(): void;
3204
+ getLocation(): google_protobuf_wrappers_pb.StringValue | undefined;
3205
+ setLocation(value?: google_protobuf_wrappers_pb.StringValue): PrinterV1;
3206
+
3207
+ hasPortName(): boolean;
3208
+ clearPortName(): void;
3209
+ getPortName(): google_protobuf_wrappers_pb.StringValue | undefined;
3210
+ setPortName(value?: google_protobuf_wrappers_pb.StringValue): PrinterV1;
3211
+
3212
+ hasPrintJobDataType(): boolean;
3213
+ clearPrintJobDataType(): void;
3214
+ getPrintJobDataType(): google_protobuf_wrappers_pb.StringValue | undefined;
3215
+ setPrintJobDataType(value?: google_protobuf_wrappers_pb.StringValue): PrinterV1;
3216
+
3217
+ hasPrintProcessor(): boolean;
3218
+ clearPrintProcessor(): void;
3219
+ getPrintProcessor(): google_protobuf_wrappers_pb.StringValue | undefined;
3220
+ setPrintProcessor(value?: google_protobuf_wrappers_pb.StringValue): PrinterV1;
3221
+
3222
+ hasShareName(): boolean;
3223
+ clearShareName(): void;
3224
+ getShareName(): google_protobuf_wrappers_pb.StringValue | undefined;
3225
+ setShareName(value?: google_protobuf_wrappers_pb.StringValue): PrinterV1;
3226
+
3227
+ hasStatus(): boolean;
3228
+ clearStatus(): void;
3229
+ getStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
3230
+ setStatus(value?: google_protobuf_wrappers_pb.StringValue): PrinterV1;
3231
+
3232
+ hasVerticalResolution(): boolean;
3233
+ clearVerticalResolution(): void;
3234
+ getVerticalResolution(): google_protobuf_wrappers_pb.UInt32Value | undefined;
3235
+ setVerticalResolution(value?: google_protobuf_wrappers_pb.UInt32Value): PrinterV1;
3213
3236
 
3214
3237
  serializeBinary(): Uint8Array;
3215
3238
  toObject(includeInstance?: boolean): PrinterV1.AsObject;
@@ -3224,16 +3247,16 @@ export class PrinterV1 extends jspb.Message {
3224
3247
  export namespace PrinterV1 {
3225
3248
  export type AsObject = {
3226
3249
  capabilityDescriptionsList: Array<string>,
3227
- caption: string,
3228
- deviceId: string,
3229
- horizontalResolution: number,
3230
- location: string,
3231
- portName: string,
3232
- printJobDataType: string,
3233
- printProcessor: string,
3234
- shareName: string,
3235
- status: string,
3236
- verticalResolution: number,
3250
+ caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
3251
+ deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
3252
+ horizontalResolution?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
3253
+ location?: google_protobuf_wrappers_pb.StringValue.AsObject,
3254
+ portName?: google_protobuf_wrappers_pb.StringValue.AsObject,
3255
+ printJobDataType?: google_protobuf_wrappers_pb.StringValue.AsObject,
3256
+ printProcessor?: google_protobuf_wrappers_pb.StringValue.AsObject,
3257
+ shareName?: google_protobuf_wrappers_pb.StringValue.AsObject,
3258
+ status?: google_protobuf_wrappers_pb.StringValue.AsObject,
3259
+ verticalResolution?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
3237
3260
  }
3238
3261
  }
3239
3262
 
@@ -3242,28 +3265,61 @@ export class PrinterV2 extends jspb.Message {
3242
3265
  getCapabilityDescriptionsList(): Array<string>;
3243
3266
  setCapabilityDescriptionsList(value: Array<string>): PrinterV2;
3244
3267
  addCapabilityDescriptions(value: string, index?: number): string;
3245
- getCaption(): string;
3246
- setCaption(value: string): PrinterV2;
3247
- getDeviceId(): string;
3248
- setDeviceId(value: string): PrinterV2;
3249
- getHorizontalResolution(): number;
3250
- setHorizontalResolution(value: number): PrinterV2;
3251
- getLocation(): string;
3252
- setLocation(value: string): PrinterV2;
3253
- getPortName(): string;
3254
- setPortName(value: string): PrinterV2;
3255
- getPrintJobDataType(): string;
3256
- setPrintJobDataType(value: string): PrinterV2;
3257
- getPrintProcessor(): string;
3258
- setPrintProcessor(value: string): PrinterV2;
3259
- getShareName(): string;
3260
- setShareName(value: string): PrinterV2;
3261
- getStatus(): string;
3262
- setStatus(value: string): PrinterV2;
3263
- getVerticalResolution(): number;
3264
- setVerticalResolution(value: number): PrinterV2;
3265
- getComment(): string;
3266
- setComment(value: string): PrinterV2;
3268
+
3269
+ hasCaption(): boolean;
3270
+ clearCaption(): void;
3271
+ getCaption(): google_protobuf_wrappers_pb.StringValue | undefined;
3272
+ setCaption(value?: google_protobuf_wrappers_pb.StringValue): PrinterV2;
3273
+
3274
+ hasDeviceId(): boolean;
3275
+ clearDeviceId(): void;
3276
+ getDeviceId(): google_protobuf_wrappers_pb.StringValue | undefined;
3277
+ setDeviceId(value?: google_protobuf_wrappers_pb.StringValue): PrinterV2;
3278
+
3279
+ hasHorizontalResolution(): boolean;
3280
+ clearHorizontalResolution(): void;
3281
+ getHorizontalResolution(): google_protobuf_wrappers_pb.UInt32Value | undefined;
3282
+ setHorizontalResolution(value?: google_protobuf_wrappers_pb.UInt32Value): PrinterV2;
3283
+
3284
+ hasLocation(): boolean;
3285
+ clearLocation(): void;
3286
+ getLocation(): google_protobuf_wrappers_pb.StringValue | undefined;
3287
+ setLocation(value?: google_protobuf_wrappers_pb.StringValue): PrinterV2;
3288
+
3289
+ hasPortName(): boolean;
3290
+ clearPortName(): void;
3291
+ getPortName(): google_protobuf_wrappers_pb.StringValue | undefined;
3292
+ setPortName(value?: google_protobuf_wrappers_pb.StringValue): PrinterV2;
3293
+
3294
+ hasPrintJobDataType(): boolean;
3295
+ clearPrintJobDataType(): void;
3296
+ getPrintJobDataType(): google_protobuf_wrappers_pb.StringValue | undefined;
3297
+ setPrintJobDataType(value?: google_protobuf_wrappers_pb.StringValue): PrinterV2;
3298
+
3299
+ hasPrintProcessor(): boolean;
3300
+ clearPrintProcessor(): void;
3301
+ getPrintProcessor(): google_protobuf_wrappers_pb.StringValue | undefined;
3302
+ setPrintProcessor(value?: google_protobuf_wrappers_pb.StringValue): PrinterV2;
3303
+
3304
+ hasShareName(): boolean;
3305
+ clearShareName(): void;
3306
+ getShareName(): google_protobuf_wrappers_pb.StringValue | undefined;
3307
+ setShareName(value?: google_protobuf_wrappers_pb.StringValue): PrinterV2;
3308
+
3309
+ hasStatus(): boolean;
3310
+ clearStatus(): void;
3311
+ getStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
3312
+ setStatus(value?: google_protobuf_wrappers_pb.StringValue): PrinterV2;
3313
+
3314
+ hasVerticalResolution(): boolean;
3315
+ clearVerticalResolution(): void;
3316
+ getVerticalResolution(): google_protobuf_wrappers_pb.UInt32Value | undefined;
3317
+ setVerticalResolution(value?: google_protobuf_wrappers_pb.UInt32Value): PrinterV2;
3318
+
3319
+ hasComment(): boolean;
3320
+ clearComment(): void;
3321
+ getComment(): google_protobuf_wrappers_pb.StringValue | undefined;
3322
+ setComment(value?: google_protobuf_wrappers_pb.StringValue): PrinterV2;
3267
3323
 
3268
3324
  hasEnableBidi(): boolean;
3269
3325
  clearEnableBidi(): void;
@@ -3293,17 +3349,17 @@ export class PrinterV2 extends jspb.Message {
3293
3349
  export namespace PrinterV2 {
3294
3350
  export type AsObject = {
3295
3351
  capabilityDescriptionsList: Array<string>,
3296
- caption: string,
3297
- deviceId: string,
3298
- horizontalResolution: number,
3299
- location: string,
3300
- portName: string,
3301
- printJobDataType: string,
3302
- printProcessor: string,
3303
- shareName: string,
3304
- status: string,
3305
- verticalResolution: number,
3306
- comment: string,
3352
+ caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
3353
+ deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
3354
+ horizontalResolution?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
3355
+ location?: google_protobuf_wrappers_pb.StringValue.AsObject,
3356
+ portName?: google_protobuf_wrappers_pb.StringValue.AsObject,
3357
+ printJobDataType?: google_protobuf_wrappers_pb.StringValue.AsObject,
3358
+ printProcessor?: google_protobuf_wrappers_pb.StringValue.AsObject,
3359
+ shareName?: google_protobuf_wrappers_pb.StringValue.AsObject,
3360
+ status?: google_protobuf_wrappers_pb.StringValue.AsObject,
3361
+ verticalResolution?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
3362
+ comment?: google_protobuf_wrappers_pb.StringValue.AsObject,
3307
3363
  enableBidi?: google_protobuf_wrappers_pb.BoolValue.AsObject,
3308
3364
  local?: google_protobuf_wrappers_pb.BoolValue.AsObject,
3309
3365
  network?: google_protobuf_wrappers_pb.BoolValue.AsObject,
@@ -3361,13 +3417,13 @@ export class PotsModem extends jspb.Message {
3361
3417
 
3362
3418
  hasMaxBaudRateToPhone(): boolean;
3363
3419
  clearMaxBaudRateToPhone(): void;
3364
- getMaxBaudRateToPhone(): google_protobuf_wrappers_pb.Int32Value | undefined;
3365
- setMaxBaudRateToPhone(value?: google_protobuf_wrappers_pb.Int32Value): PotsModem;
3420
+ getMaxBaudRateToPhone(): google_protobuf_wrappers_pb.UInt32Value | undefined;
3421
+ setMaxBaudRateToPhone(value?: google_protobuf_wrappers_pb.UInt32Value): PotsModem;
3366
3422
 
3367
3423
  hasMaxBaudRateToSerialPort(): boolean;
3368
3424
  clearMaxBaudRateToSerialPort(): void;
3369
- getMaxBaudRateToSerialPort(): google_protobuf_wrappers_pb.Int32Value | undefined;
3370
- setMaxBaudRateToSerialPort(value?: google_protobuf_wrappers_pb.Int32Value): PotsModem;
3425
+ getMaxBaudRateToSerialPort(): google_protobuf_wrappers_pb.UInt32Value | undefined;
3426
+ setMaxBaudRateToSerialPort(value?: google_protobuf_wrappers_pb.UInt32Value): PotsModem;
3371
3427
 
3372
3428
  hasModemInfPath(): boolean;
3373
3429
  clearModemInfPath(): void;
@@ -3401,8 +3457,8 @@ export namespace PotsModem {
3401
3457
  countrySelected?: google_protobuf_wrappers_pb.StringValue.AsObject,
3402
3458
  deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
3403
3459
  deviceType?: google_protobuf_wrappers_pb.StringValue.AsObject,
3404
- maxBaudRateToPhone?: google_protobuf_wrappers_pb.Int32Value.AsObject,
3405
- maxBaudRateToSerialPort?: google_protobuf_wrappers_pb.Int32Value.AsObject,
3460
+ maxBaudRateToPhone?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
3461
+ maxBaudRateToSerialPort?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
3406
3462
  modemInfPath?: google_protobuf_wrappers_pb.StringValue.AsObject,
3407
3463
  modemInfSection?: google_protobuf_wrappers_pb.StringValue.AsObject,
3408
3464
  providerName?: google_protobuf_wrappers_pb.StringValue.AsObject,
@@ -3449,8 +3505,8 @@ export class PortConnector extends jspb.Message {
3449
3505
 
3450
3506
  hasPortType(): boolean;
3451
3507
  clearPortType(): void;
3452
- getPortType(): google_protobuf_wrappers_pb.Int32Value | undefined;
3453
- setPortType(value?: google_protobuf_wrappers_pb.Int32Value): PortConnector;
3508
+ getPortType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
3509
+ setPortType(value?: google_protobuf_wrappers_pb.UInt32Value): PortConnector;
3454
3510
 
3455
3511
  hasTag(): boolean;
3456
3512
  clearTag(): void;
@@ -3472,7 +3528,7 @@ export namespace PortConnector {
3472
3528
  connectortypeList: Array<number>,
3473
3529
  externalReferenceDesignator?: google_protobuf_wrappers_pb.StringValue.AsObject,
3474
3530
  internalReferenceDesignator?: google_protobuf_wrappers_pb.StringValue.AsObject,
3475
- portType?: google_protobuf_wrappers_pb.Int32Value.AsObject,
3531
+ portType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
3476
3532
  tag?: google_protobuf_wrappers_pb.StringValue.AsObject,
3477
3533
  }
3478
3534
  }
@@ -3503,18 +3559,18 @@ export class PortableBattery extends jspb.Message {
3503
3559
 
3504
3560
  hasCapacityMultiplier(): boolean;
3505
3561
  clearCapacityMultiplier(): void;
3506
- getCapacityMultiplier(): google_protobuf_wrappers_pb.Int32Value | undefined;
3507
- setCapacityMultiplier(value?: google_protobuf_wrappers_pb.Int32Value): PortableBattery;
3562
+ getCapacityMultiplier(): google_protobuf_wrappers_pb.UInt32Value | undefined;
3563
+ setCapacityMultiplier(value?: google_protobuf_wrappers_pb.UInt32Value): PortableBattery;
3508
3564
 
3509
3565
  hasChemistry(): boolean;
3510
3566
  clearChemistry(): void;
3511
- getChemistry(): google_protobuf_wrappers_pb.Int32Value | undefined;
3512
- setChemistry(value?: google_protobuf_wrappers_pb.Int32Value): PortableBattery;
3567
+ getChemistry(): google_protobuf_wrappers_pb.UInt32Value | undefined;
3568
+ setChemistry(value?: google_protobuf_wrappers_pb.UInt32Value): PortableBattery;
3513
3569
 
3514
3570
  hasDesignCapacity(): boolean;
3515
3571
  clearDesignCapacity(): void;
3516
- getDesignCapacity(): google_protobuf_wrappers_pb.Int32Value | undefined;
3517
- setDesignCapacity(value?: google_protobuf_wrappers_pb.Int32Value): PortableBattery;
3572
+ getDesignCapacity(): google_protobuf_wrappers_pb.UInt32Value | undefined;
3573
+ setDesignCapacity(value?: google_protobuf_wrappers_pb.UInt32Value): PortableBattery;
3518
3574
 
3519
3575
  hasDesignVoltage(): boolean;
3520
3576
  clearDesignVoltage(): void;
@@ -3543,8 +3599,8 @@ export class PortableBattery extends jspb.Message {
3543
3599
 
3544
3600
  hasMaxBatteryError(): boolean;
3545
3601
  clearMaxBatteryError(): void;
3546
- getMaxBatteryError(): google_protobuf_wrappers_pb.Int32Value | undefined;
3547
- setMaxBatteryError(value?: google_protobuf_wrappers_pb.Int32Value): PortableBattery;
3602
+ getMaxBatteryError(): google_protobuf_wrappers_pb.UInt32Value | undefined;
3603
+ setMaxBatteryError(value?: google_protobuf_wrappers_pb.UInt32Value): PortableBattery;
3548
3604
 
3549
3605
  hasName(): boolean;
3550
3606
  clearName(): void;
@@ -3568,15 +3624,15 @@ export class PortableBattery extends jspb.Message {
3568
3624
 
3569
3625
  export namespace PortableBattery {
3570
3626
  export type AsObject = {
3571
- capacityMultiplier?: google_protobuf_wrappers_pb.Int32Value.AsObject,
3572
- chemistry?: google_protobuf_wrappers_pb.Int32Value.AsObject,
3573
- designCapacity?: google_protobuf_wrappers_pb.Int32Value.AsObject,
3627
+ capacityMultiplier?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
3628
+ chemistry?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
3629
+ designCapacity?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
3574
3630
  designVoltage?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
3575
3631
  deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
3576
3632
  location?: google_protobuf_wrappers_pb.StringValue.AsObject,
3577
3633
  manufacturerDate?: google_protobuf_wrappers_pb.StringValue.AsObject,
3578
3634
  manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
3579
- maxBatteryError?: google_protobuf_wrappers_pb.Int32Value.AsObject,
3635
+ maxBatteryError?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
3580
3636
  name?: google_protobuf_wrappers_pb.StringValue.AsObject,
3581
3637
  smartBatteryVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
3582
3638
  }
@@ -3618,18 +3674,18 @@ export class PointingDevice extends jspb.Message {
3618
3674
 
3619
3675
  hasDeviceinterface(): boolean;
3620
3676
  clearDeviceinterface(): void;
3621
- getDeviceinterface(): google_protobuf_wrappers_pb.Int32Value | undefined;
3622
- setDeviceinterface(value?: google_protobuf_wrappers_pb.Int32Value): PointingDevice;
3677
+ getDeviceinterface(): google_protobuf_wrappers_pb.UInt32Value | undefined;
3678
+ setDeviceinterface(value?: google_protobuf_wrappers_pb.UInt32Value): PointingDevice;
3623
3679
 
3624
3680
  hasDoublespeedthreshold(): boolean;
3625
3681
  clearDoublespeedthreshold(): void;
3626
- getDoublespeedthreshold(): google_protobuf_wrappers_pb.Int32Value | undefined;
3627
- setDoublespeedthreshold(value?: google_protobuf_wrappers_pb.Int32Value): PointingDevice;
3682
+ getDoublespeedthreshold(): google_protobuf_wrappers_pb.UInt32Value | undefined;
3683
+ setDoublespeedthreshold(value?: google_protobuf_wrappers_pb.UInt32Value): PointingDevice;
3628
3684
 
3629
3685
  hasHandedness(): boolean;
3630
3686
  clearHandedness(): void;
3631
- getHandedness(): google_protobuf_wrappers_pb.Int32Value | undefined;
3632
- setHandedness(value?: google_protobuf_wrappers_pb.Int32Value): PointingDevice;
3687
+ getHandedness(): google_protobuf_wrappers_pb.UInt32Value | undefined;
3688
+ setHandedness(value?: google_protobuf_wrappers_pb.UInt32Value): PointingDevice;
3633
3689
 
3634
3690
  hasInffilename(): boolean;
3635
3691
  clearInffilename(): void;
@@ -3648,18 +3704,18 @@ export class PointingDevice extends jspb.Message {
3648
3704
 
3649
3705
  hasNumberofbuttons(): boolean;
3650
3706
  clearNumberofbuttons(): void;
3651
- getNumberofbuttons(): google_protobuf_wrappers_pb.Int32Value | undefined;
3652
- setNumberofbuttons(value?: google_protobuf_wrappers_pb.Int32Value): PointingDevice;
3707
+ getNumberofbuttons(): google_protobuf_wrappers_pb.UInt32Value | undefined;
3708
+ setNumberofbuttons(value?: google_protobuf_wrappers_pb.UInt32Value): PointingDevice;
3653
3709
 
3654
3710
  hasPointingtype(): boolean;
3655
3711
  clearPointingtype(): void;
3656
- getPointingtype(): google_protobuf_wrappers_pb.Int32Value | undefined;
3657
- setPointingtype(value?: google_protobuf_wrappers_pb.Int32Value): PointingDevice;
3712
+ getPointingtype(): google_protobuf_wrappers_pb.UInt32Value | undefined;
3713
+ setPointingtype(value?: google_protobuf_wrappers_pb.UInt32Value): PointingDevice;
3658
3714
 
3659
3715
  hasQuadspeedthreshold(): boolean;
3660
3716
  clearQuadspeedthreshold(): void;
3661
- getQuadspeedthreshold(): google_protobuf_wrappers_pb.Int32Value | undefined;
3662
- setQuadspeedthreshold(value?: google_protobuf_wrappers_pb.Int32Value): PointingDevice;
3717
+ getQuadspeedthreshold(): google_protobuf_wrappers_pb.UInt32Value | undefined;
3718
+ setQuadspeedthreshold(value?: google_protobuf_wrappers_pb.UInt32Value): PointingDevice;
3663
3719
 
3664
3720
  serializeBinary(): Uint8Array;
3665
3721
  toObject(includeInstance?: boolean): PointingDevice.AsObject;
@@ -3675,15 +3731,15 @@ export namespace PointingDevice {
3675
3731
  export type AsObject = {
3676
3732
  caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
3677
3733
  deviceid?: google_protobuf_wrappers_pb.StringValue.AsObject,
3678
- deviceinterface?: google_protobuf_wrappers_pb.Int32Value.AsObject,
3679
- doublespeedthreshold?: google_protobuf_wrappers_pb.Int32Value.AsObject,
3680
- handedness?: google_protobuf_wrappers_pb.Int32Value.AsObject,
3734
+ deviceinterface?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
3735
+ doublespeedthreshold?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
3736
+ handedness?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
3681
3737
  inffilename?: google_protobuf_wrappers_pb.StringValue.AsObject,
3682
3738
  infsection?: google_protobuf_wrappers_pb.StringValue.AsObject,
3683
3739
  manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
3684
- numberofbuttons?: google_protobuf_wrappers_pb.Int32Value.AsObject,
3685
- pointingtype?: google_protobuf_wrappers_pb.Int32Value.AsObject,
3686
- quadspeedthreshold?: google_protobuf_wrappers_pb.Int32Value.AsObject,
3740
+ numberofbuttons?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
3741
+ pointingtype?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
3742
+ quadspeedthreshold?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
3687
3743
  }
3688
3744
  }
3689
3745
 
@@ -3865,8 +3921,8 @@ export class Pcmcia extends jspb.Message {
3865
3921
 
3866
3922
  hasConfigManagerErrorCode(): boolean;
3867
3923
  clearConfigManagerErrorCode(): void;
3868
- getConfigManagerErrorCode(): google_protobuf_wrappers_pb.Int32Value | undefined;
3869
- setConfigManagerErrorCode(value?: google_protobuf_wrappers_pb.Int32Value): Pcmcia;
3924
+ getConfigManagerErrorCode(): google_protobuf_wrappers_pb.UInt32Value | undefined;
3925
+ setConfigManagerErrorCode(value?: google_protobuf_wrappers_pb.UInt32Value): Pcmcia;
3870
3926
 
3871
3927
  hasConfigManagerUserConfig(): boolean;
3872
3928
  clearConfigManagerUserConfig(): void;
@@ -3885,8 +3941,8 @@ export class Pcmcia extends jspb.Message {
3885
3941
 
3886
3942
  hasProtocolSupported(): boolean;
3887
3943
  clearProtocolSupported(): void;
3888
- getProtocolSupported(): google_protobuf_wrappers_pb.Int32Value | undefined;
3889
- setProtocolSupported(value?: google_protobuf_wrappers_pb.Int32Value): Pcmcia;
3944
+ getProtocolSupported(): google_protobuf_wrappers_pb.UInt32Value | undefined;
3945
+ setProtocolSupported(value?: google_protobuf_wrappers_pb.UInt32Value): Pcmcia;
3890
3946
 
3891
3947
  serializeBinary(): Uint8Array;
3892
3948
  toObject(includeInstance?: boolean): Pcmcia.AsObject;
@@ -3901,11 +3957,11 @@ export class Pcmcia extends jspb.Message {
3901
3957
  export namespace Pcmcia {
3902
3958
  export type AsObject = {
3903
3959
  caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
3904
- configManagerErrorCode?: google_protobuf_wrappers_pb.Int32Value.AsObject,
3960
+ configManagerErrorCode?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
3905
3961
  configManagerUserConfig?: google_protobuf_wrappers_pb.BoolValue.AsObject,
3906
3962
  deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
3907
3963
  manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
3908
- protocolSupported?: google_protobuf_wrappers_pb.Int32Value.AsObject,
3964
+ protocolSupported?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
3909
3965
  }
3910
3966
  }
3911
3967
 
@@ -3935,8 +3991,8 @@ export class ParallelPort extends jspb.Message {
3935
3991
 
3936
3992
  hasAvailability(): boolean;
3937
3993
  clearAvailability(): void;
3938
- getAvailability(): google_protobuf_wrappers_pb.Int32Value | undefined;
3939
- setAvailability(value?: google_protobuf_wrappers_pb.Int32Value): ParallelPort;
3994
+ getAvailability(): google_protobuf_wrappers_pb.UInt32Value | undefined;
3995
+ setAvailability(value?: google_protobuf_wrappers_pb.UInt32Value): ParallelPort;
3940
3996
 
3941
3997
  hasCaption(): boolean;
3942
3998
  clearCaption(): void;
@@ -3945,8 +4001,8 @@ export class ParallelPort extends jspb.Message {
3945
4001
 
3946
4002
  hasConfigManagerErrorCode(): boolean;
3947
4003
  clearConfigManagerErrorCode(): void;
3948
- getConfigManagerErrorCode(): google_protobuf_wrappers_pb.Int32Value | undefined;
3949
- setConfigManagerErrorCode(value?: google_protobuf_wrappers_pb.Int32Value): ParallelPort;
4004
+ getConfigManagerErrorCode(): google_protobuf_wrappers_pb.UInt32Value | undefined;
4005
+ setConfigManagerErrorCode(value?: google_protobuf_wrappers_pb.UInt32Value): ParallelPort;
3950
4006
 
3951
4007
  hasConfigManagerUserConfig(): boolean;
3952
4008
  clearConfigManagerUserConfig(): void;
@@ -3967,8 +4023,8 @@ export class ParallelPort extends jspb.Message {
3967
4023
 
3968
4024
  hasProtocolSupported(): boolean;
3969
4025
  clearProtocolSupported(): void;
3970
- getProtocolSupported(): google_protobuf_wrappers_pb.Int32Value | undefined;
3971
- setProtocolSupported(value?: google_protobuf_wrappers_pb.Int32Value): ParallelPort;
4026
+ getProtocolSupported(): google_protobuf_wrappers_pb.UInt32Value | undefined;
4027
+ setProtocolSupported(value?: google_protobuf_wrappers_pb.UInt32Value): ParallelPort;
3972
4028
 
3973
4029
  serializeBinary(): Uint8Array;
3974
4030
  toObject(includeInstance?: boolean): ParallelPort.AsObject;
@@ -3982,14 +4038,14 @@ export class ParallelPort extends jspb.Message {
3982
4038
 
3983
4039
  export namespace ParallelPort {
3984
4040
  export type AsObject = {
3985
- availability?: google_protobuf_wrappers_pb.Int32Value.AsObject,
4041
+ availability?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
3986
4042
  caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
3987
- configManagerErrorCode?: google_protobuf_wrappers_pb.Int32Value.AsObject,
4043
+ configManagerErrorCode?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
3988
4044
  configManagerUserConfig?: google_protobuf_wrappers_pb.BoolValue.AsObject,
3989
4045
  osAutoDiscovered: boolean,
3990
4046
  pnpDeviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
3991
4047
  powerManagementSupported?: google_protobuf_wrappers_pb.BoolValue.AsObject,
3992
- protocolSupported?: google_protobuf_wrappers_pb.Int32Value.AsObject,
4048
+ protocolSupported?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
3993
4049
  }
3994
4050
  }
3995
4051
 
@@ -4082,8 +4138,8 @@ export class SinglePageFile extends jspb.Message {
4082
4138
 
4083
4139
  hasInitialSize(): boolean;
4084
4140
  clearInitialSize(): void;
4085
- getInitialSize(): google_protobuf_wrappers_pb.Int32Value | undefined;
4086
- setInitialSize(value?: google_protobuf_wrappers_pb.Int32Value): SinglePageFile;
4141
+ getInitialSize(): google_protobuf_wrappers_pb.UInt32Value | undefined;
4142
+ setInitialSize(value?: google_protobuf_wrappers_pb.UInt32Value): SinglePageFile;
4087
4143
 
4088
4144
  hasInstallDate(): boolean;
4089
4145
  clearInstallDate(): void;
@@ -4102,8 +4158,8 @@ export class SinglePageFile extends jspb.Message {
4102
4158
 
4103
4159
  hasMaximumSize(): boolean;
4104
4160
  clearMaximumSize(): void;
4105
- getMaximumSize(): google_protobuf_wrappers_pb.Int32Value | undefined;
4106
- setMaximumSize(value?: google_protobuf_wrappers_pb.Int32Value): SinglePageFile;
4161
+ getMaximumSize(): google_protobuf_wrappers_pb.UInt32Value | undefined;
4162
+ setMaximumSize(value?: google_protobuf_wrappers_pb.UInt32Value): SinglePageFile;
4107
4163
 
4108
4164
  hasName(): boolean;
4109
4165
  clearName(): void;
@@ -4147,11 +4203,11 @@ export namespace SinglePageFile {
4147
4203
  creationDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
4148
4204
  fileSize?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
4149
4205
  hidden?: google_protobuf_wrappers_pb.BoolValue.AsObject,
4150
- initialSize?: google_protobuf_wrappers_pb.Int32Value.AsObject,
4206
+ initialSize?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
4151
4207
  installDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
4152
4208
  lastAccessed?: google_protobuf_timestamp_pb.Timestamp.AsObject,
4153
4209
  lastModified?: google_protobuf_timestamp_pb.Timestamp.AsObject,
4154
- maximumSize?: google_protobuf_wrappers_pb.Int32Value.AsObject,
4210
+ maximumSize?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
4155
4211
  name?: google_protobuf_wrappers_pb.StringValue.AsObject,
4156
4212
  path?: google_protobuf_wrappers_pb.StringValue.AsObject,
4157
4213
  readable?: google_protobuf_wrappers_pb.BoolValue.AsObject,
@@ -4201,13 +4257,13 @@ export class PageFileSetting extends jspb.Message {
4201
4257
 
4202
4258
  hasInitialSize(): boolean;
4203
4259
  clearInitialSize(): void;
4204
- getInitialSize(): google_protobuf_wrappers_pb.Int32Value | undefined;
4205
- setInitialSize(value?: google_protobuf_wrappers_pb.Int32Value): PageFileSetting;
4260
+ getInitialSize(): google_protobuf_wrappers_pb.UInt32Value | undefined;
4261
+ setInitialSize(value?: google_protobuf_wrappers_pb.UInt32Value): PageFileSetting;
4206
4262
 
4207
4263
  hasMaximumSize(): boolean;
4208
4264
  clearMaximumSize(): void;
4209
- getMaximumSize(): google_protobuf_wrappers_pb.Int32Value | undefined;
4210
- setMaximumSize(value?: google_protobuf_wrappers_pb.Int32Value): PageFileSetting;
4265
+ getMaximumSize(): google_protobuf_wrappers_pb.UInt32Value | undefined;
4266
+ setMaximumSize(value?: google_protobuf_wrappers_pb.UInt32Value): PageFileSetting;
4211
4267
 
4212
4268
  hasName(): boolean;
4213
4269
  clearName(): void;
@@ -4233,8 +4289,8 @@ export namespace PageFileSetting {
4233
4289
  export type AsObject = {
4234
4290
  caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
4235
4291
  description?: google_protobuf_wrappers_pb.StringValue.AsObject,
4236
- initialSize?: google_protobuf_wrappers_pb.Int32Value.AsObject,
4237
- maximumSize?: google_protobuf_wrappers_pb.Int32Value.AsObject,
4292
+ initialSize?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
4293
+ maximumSize?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
4238
4294
  name?: google_protobuf_wrappers_pb.StringValue.AsObject,
4239
4295
  settingId?: google_protobuf_wrappers_pb.StringValue.AsObject,
4240
4296
  }
@@ -4244,8 +4300,8 @@ export class PageFileUsage extends jspb.Message {
4244
4300
 
4245
4301
  hasAllocatedBaseSize(): boolean;
4246
4302
  clearAllocatedBaseSize(): void;
4247
- getAllocatedBaseSize(): google_protobuf_wrappers_pb.Int32Value | undefined;
4248
- setAllocatedBaseSize(value?: google_protobuf_wrappers_pb.Int32Value): PageFileUsage;
4303
+ getAllocatedBaseSize(): google_protobuf_wrappers_pb.UInt32Value | undefined;
4304
+ setAllocatedBaseSize(value?: google_protobuf_wrappers_pb.UInt32Value): PageFileUsage;
4249
4305
 
4250
4306
  hasCaption(): boolean;
4251
4307
  clearCaption(): void;
@@ -4254,8 +4310,8 @@ export class PageFileUsage extends jspb.Message {
4254
4310
 
4255
4311
  hasCurrentUsage(): boolean;
4256
4312
  clearCurrentUsage(): void;
4257
- getCurrentUsage(): google_protobuf_wrappers_pb.Int32Value | undefined;
4258
- setCurrentUsage(value?: google_protobuf_wrappers_pb.Int32Value): PageFileUsage;
4313
+ getCurrentUsage(): google_protobuf_wrappers_pb.UInt32Value | undefined;
4314
+ setCurrentUsage(value?: google_protobuf_wrappers_pb.UInt32Value): PageFileUsage;
4259
4315
 
4260
4316
  hasDescription(): boolean;
4261
4317
  clearDescription(): void;
@@ -4274,8 +4330,8 @@ export class PageFileUsage extends jspb.Message {
4274
4330
 
4275
4331
  hasPeakUsage(): boolean;
4276
4332
  clearPeakUsage(): void;
4277
- getPeakUsage(): google_protobuf_wrappers_pb.Int32Value | undefined;
4278
- setPeakUsage(value?: google_protobuf_wrappers_pb.Int32Value): PageFileUsage;
4333
+ getPeakUsage(): google_protobuf_wrappers_pb.UInt32Value | undefined;
4334
+ setPeakUsage(value?: google_protobuf_wrappers_pb.UInt32Value): PageFileUsage;
4279
4335
 
4280
4336
  hasStatus(): boolean;
4281
4337
  clearStatus(): void;
@@ -4299,13 +4355,13 @@ export class PageFileUsage extends jspb.Message {
4299
4355
 
4300
4356
  export namespace PageFileUsage {
4301
4357
  export type AsObject = {
4302
- allocatedBaseSize?: google_protobuf_wrappers_pb.Int32Value.AsObject,
4358
+ allocatedBaseSize?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
4303
4359
  caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
4304
- currentUsage?: google_protobuf_wrappers_pb.Int32Value.AsObject,
4360
+ currentUsage?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
4305
4361
  description?: google_protobuf_wrappers_pb.StringValue.AsObject,
4306
4362
  installDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
4307
4363
  name?: google_protobuf_wrappers_pb.StringValue.AsObject,
4308
- peakUsage?: google_protobuf_wrappers_pb.Int32Value.AsObject,
4364
+ peakUsage?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
4309
4365
  status?: google_protobuf_wrappers_pb.StringValue.AsObject,
4310
4366
  tempPageFile?: google_protobuf_wrappers_pb.BoolValue.AsObject,
4311
4367
  }
@@ -4480,8 +4536,8 @@ export class OsRecoveryV2 extends jspb.Message {
4480
4536
 
4481
4537
  hasDebugInfoType(): boolean;
4482
4538
  clearDebugInfoType(): void;
4483
- getDebugInfoType(): google_protobuf_wrappers_pb.Int32Value | undefined;
4484
- setDebugInfoType(value?: google_protobuf_wrappers_pb.Int32Value): OsRecoveryV2;
4539
+ getDebugInfoType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
4540
+ setDebugInfoType(value?: google_protobuf_wrappers_pb.UInt32Value): OsRecoveryV2;
4485
4541
 
4486
4542
  hasMiniDumpDirectory(): boolean;
4487
4543
  clearMiniDumpDirectory(): void;
@@ -4508,7 +4564,7 @@ export namespace OsRecoveryV2 {
4508
4564
  sendAdminAlert?: google_protobuf_wrappers_pb.BoolValue.AsObject,
4509
4565
  writeDebugInfo?: google_protobuf_wrappers_pb.BoolValue.AsObject,
4510
4566
  writeToSystemLog?: google_protobuf_wrappers_pb.BoolValue.AsObject,
4511
- debugInfoType?: google_protobuf_wrappers_pb.Int32Value.AsObject,
4567
+ debugInfoType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
4512
4568
  miniDumpDirectory?: google_protobuf_wrappers_pb.StringValue.AsObject,
4513
4569
  }
4514
4570
  }
@@ -4634,8 +4690,8 @@ export class OsV1 extends jspb.Message {
4634
4690
 
4635
4691
  hasForegroundApplicationBoost(): boolean;
4636
4692
  clearForegroundApplicationBoost(): void;
4637
- getForegroundApplicationBoost(): google_protobuf_wrappers_pb.Int32Value | undefined;
4638
- setForegroundApplicationBoost(value?: google_protobuf_wrappers_pb.Int32Value): OsV1;
4693
+ getForegroundApplicationBoost(): google_protobuf_wrappers_pb.UInt32Value | undefined;
4694
+ setForegroundApplicationBoost(value?: google_protobuf_wrappers_pb.UInt32Value): OsV1;
4639
4695
 
4640
4696
  hasInstallDate(): boolean;
4641
4697
  clearInstallDate(): void;
@@ -4649,8 +4705,8 @@ export class OsV1 extends jspb.Message {
4649
4705
 
4650
4706
  hasNumberOfLicensedUsers(): boolean;
4651
4707
  clearNumberOfLicensedUsers(): void;
4652
- getNumberOfLicensedUsers(): google_protobuf_wrappers_pb.Int32Value | undefined;
4653
- setNumberOfLicensedUsers(value?: google_protobuf_wrappers_pb.Int32Value): OsV1;
4708
+ getNumberOfLicensedUsers(): google_protobuf_wrappers_pb.UInt32Value | undefined;
4709
+ setNumberOfLicensedUsers(value?: google_protobuf_wrappers_pb.UInt32Value): OsV1;
4654
4710
 
4655
4711
  hasOrganization(): boolean;
4656
4712
  clearOrganization(): void;
@@ -4659,18 +4715,18 @@ export class OsV1 extends jspb.Message {
4659
4715
 
4660
4716
  hasOsLanguage(): boolean;
4661
4717
  clearOsLanguage(): void;
4662
- getOsLanguage(): google_protobuf_wrappers_pb.Int32Value | undefined;
4663
- setOsLanguage(value?: google_protobuf_wrappers_pb.Int32Value): OsV1;
4718
+ getOsLanguage(): google_protobuf_wrappers_pb.UInt32Value | undefined;
4719
+ setOsLanguage(value?: google_protobuf_wrappers_pb.UInt32Value): OsV1;
4664
4720
 
4665
4721
  hasOsProductSuite(): boolean;
4666
4722
  clearOsProductSuite(): void;
4667
- getOsProductSuite(): google_protobuf_wrappers_pb.Int32Value | undefined;
4668
- setOsProductSuite(value?: google_protobuf_wrappers_pb.Int32Value): OsV1;
4723
+ getOsProductSuite(): google_protobuf_wrappers_pb.UInt32Value | undefined;
4724
+ setOsProductSuite(value?: google_protobuf_wrappers_pb.UInt32Value): OsV1;
4669
4725
 
4670
4726
  hasOsType(): boolean;
4671
4727
  clearOsType(): void;
4672
- getOsType(): google_protobuf_wrappers_pb.Int32Value | undefined;
4673
- setOsType(value?: google_protobuf_wrappers_pb.Int32Value): OsV1;
4728
+ getOsType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
4729
+ setOsType(value?: google_protobuf_wrappers_pb.UInt32Value): OsV1;
4674
4730
 
4675
4731
  hasPlusProductId(): boolean;
4676
4732
  clearPlusProductId(): void;
@@ -4694,13 +4750,13 @@ export class OsV1 extends jspb.Message {
4694
4750
 
4695
4751
  hasServicePackMajorVersion(): boolean;
4696
4752
  clearServicePackMajorVersion(): void;
4697
- getServicePackMajorVersion(): google_protobuf_wrappers_pb.Int32Value | undefined;
4698
- setServicePackMajorVersion(value?: google_protobuf_wrappers_pb.Int32Value): OsV1;
4753
+ getServicePackMajorVersion(): google_protobuf_wrappers_pb.UInt32Value | undefined;
4754
+ setServicePackMajorVersion(value?: google_protobuf_wrappers_pb.UInt32Value): OsV1;
4699
4755
 
4700
4756
  hasServicePackMinorVersion(): boolean;
4701
4757
  clearServicePackMinorVersion(): void;
4702
- getServicePackMinorVersion(): google_protobuf_wrappers_pb.Int32Value | undefined;
4703
- setServicePackMinorVersion(value?: google_protobuf_wrappers_pb.Int32Value): OsV1;
4758
+ getServicePackMinorVersion(): google_protobuf_wrappers_pb.UInt32Value | undefined;
4759
+ setServicePackMinorVersion(value?: google_protobuf_wrappers_pb.UInt32Value): OsV1;
4704
4760
 
4705
4761
  hasSizeStoredInPagingFiles(): boolean;
4706
4762
  clearSizeStoredInPagingFiles(): void;
@@ -4769,20 +4825,20 @@ export namespace OsV1 {
4769
4825
  currentTimezone?: google_protobuf_wrappers_pb.Int32Value.AsObject,
4770
4826
  debug?: google_protobuf_wrappers_pb.BoolValue.AsObject,
4771
4827
  description?: google_protobuf_wrappers_pb.StringValue.AsObject,
4772
- foregroundApplicationBoost?: google_protobuf_wrappers_pb.Int32Value.AsObject,
4828
+ foregroundApplicationBoost?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
4773
4829
  installDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
4774
4830
  maxProcessMemorySize?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
4775
- numberOfLicensedUsers?: google_protobuf_wrappers_pb.Int32Value.AsObject,
4831
+ numberOfLicensedUsers?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
4776
4832
  organization?: google_protobuf_wrappers_pb.StringValue.AsObject,
4777
- osLanguage?: google_protobuf_wrappers_pb.Int32Value.AsObject,
4778
- osProductSuite?: google_protobuf_wrappers_pb.Int32Value.AsObject,
4779
- osType?: google_protobuf_wrappers_pb.Int32Value.AsObject,
4833
+ osLanguage?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
4834
+ osProductSuite?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
4835
+ osType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
4780
4836
  plusProductId?: google_protobuf_wrappers_pb.StringValue.AsObject,
4781
4837
  plusVersionNumber?: google_protobuf_wrappers_pb.StringValue.AsObject,
4782
4838
  registeredUser?: google_protobuf_wrappers_pb.StringValue.AsObject,
4783
4839
  serialNumber?: google_protobuf_wrappers_pb.StringValue.AsObject,
4784
- servicePackMajorVersion?: google_protobuf_wrappers_pb.Int32Value.AsObject,
4785
- servicePackMinorVersion?: google_protobuf_wrappers_pb.Int32Value.AsObject,
4840
+ servicePackMajorVersion?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
4841
+ servicePackMinorVersion?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
4786
4842
  sizeStoredInPagingFiles?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
4787
4843
  status?: google_protobuf_wrappers_pb.StringValue.AsObject,
4788
4844
  systemDevice?: google_protobuf_wrappers_pb.StringValue.AsObject,
@@ -4849,8 +4905,8 @@ export class OsV2 extends jspb.Message {
4849
4905
 
4850
4906
  hasForegroundApplicationBoost(): boolean;
4851
4907
  clearForegroundApplicationBoost(): void;
4852
- getForegroundApplicationBoost(): google_protobuf_wrappers_pb.Int32Value | undefined;
4853
- setForegroundApplicationBoost(value?: google_protobuf_wrappers_pb.Int32Value): OsV2;
4908
+ getForegroundApplicationBoost(): google_protobuf_wrappers_pb.UInt32Value | undefined;
4909
+ setForegroundApplicationBoost(value?: google_protobuf_wrappers_pb.UInt32Value): OsV2;
4854
4910
 
4855
4911
  hasInstallDate(): boolean;
4856
4912
  clearInstallDate(): void;
@@ -4864,8 +4920,8 @@ export class OsV2 extends jspb.Message {
4864
4920
 
4865
4921
  hasNumberOfLicensedUsers(): boolean;
4866
4922
  clearNumberOfLicensedUsers(): void;
4867
- getNumberOfLicensedUsers(): google_protobuf_wrappers_pb.Int32Value | undefined;
4868
- setNumberOfLicensedUsers(value?: google_protobuf_wrappers_pb.Int32Value): OsV2;
4923
+ getNumberOfLicensedUsers(): google_protobuf_wrappers_pb.UInt32Value | undefined;
4924
+ setNumberOfLicensedUsers(value?: google_protobuf_wrappers_pb.UInt32Value): OsV2;
4869
4925
 
4870
4926
  hasOrganization(): boolean;
4871
4927
  clearOrganization(): void;
@@ -4874,18 +4930,18 @@ export class OsV2 extends jspb.Message {
4874
4930
 
4875
4931
  hasOsLanguage(): boolean;
4876
4932
  clearOsLanguage(): void;
4877
- getOsLanguage(): google_protobuf_wrappers_pb.Int32Value | undefined;
4878
- setOsLanguage(value?: google_protobuf_wrappers_pb.Int32Value): OsV2;
4933
+ getOsLanguage(): google_protobuf_wrappers_pb.UInt32Value | undefined;
4934
+ setOsLanguage(value?: google_protobuf_wrappers_pb.UInt32Value): OsV2;
4879
4935
 
4880
4936
  hasOsProductSuite(): boolean;
4881
4937
  clearOsProductSuite(): void;
4882
- getOsProductSuite(): google_protobuf_wrappers_pb.Int32Value | undefined;
4883
- setOsProductSuite(value?: google_protobuf_wrappers_pb.Int32Value): OsV2;
4938
+ getOsProductSuite(): google_protobuf_wrappers_pb.UInt32Value | undefined;
4939
+ setOsProductSuite(value?: google_protobuf_wrappers_pb.UInt32Value): OsV2;
4884
4940
 
4885
4941
  hasOsType(): boolean;
4886
4942
  clearOsType(): void;
4887
- getOsType(): google_protobuf_wrappers_pb.Int32Value | undefined;
4888
- setOsType(value?: google_protobuf_wrappers_pb.Int32Value): OsV2;
4943
+ getOsType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
4944
+ setOsType(value?: google_protobuf_wrappers_pb.UInt32Value): OsV2;
4889
4945
 
4890
4946
  hasPlusProductId(): boolean;
4891
4947
  clearPlusProductId(): void;
@@ -4909,13 +4965,13 @@ export class OsV2 extends jspb.Message {
4909
4965
 
4910
4966
  hasServicePackMajorVersion(): boolean;
4911
4967
  clearServicePackMajorVersion(): void;
4912
- getServicePackMajorVersion(): google_protobuf_wrappers_pb.Int32Value | undefined;
4913
- setServicePackMajorVersion(value?: google_protobuf_wrappers_pb.Int32Value): OsV2;
4968
+ getServicePackMajorVersion(): google_protobuf_wrappers_pb.UInt32Value | undefined;
4969
+ setServicePackMajorVersion(value?: google_protobuf_wrappers_pb.UInt32Value): OsV2;
4914
4970
 
4915
4971
  hasServicePackMinorVersion(): boolean;
4916
4972
  clearServicePackMinorVersion(): void;
4917
- getServicePackMinorVersion(): google_protobuf_wrappers_pb.Int32Value | undefined;
4918
- setServicePackMinorVersion(value?: google_protobuf_wrappers_pb.Int32Value): OsV2;
4973
+ getServicePackMinorVersion(): google_protobuf_wrappers_pb.UInt32Value | undefined;
4974
+ setServicePackMinorVersion(value?: google_protobuf_wrappers_pb.UInt32Value): OsV2;
4919
4975
 
4920
4976
  hasSizeStoredInPagingFiles(): boolean;
4921
4977
  clearSizeStoredInPagingFiles(): void;
@@ -4959,13 +5015,13 @@ export class OsV2 extends jspb.Message {
4959
5015
 
4960
5016
  hasEncryptionLevel(): boolean;
4961
5017
  clearEncryptionLevel(): void;
4962
- getEncryptionLevel(): google_protobuf_wrappers_pb.Int32Value | undefined;
4963
- setEncryptionLevel(value?: google_protobuf_wrappers_pb.Int32Value): OsV2;
5018
+ getEncryptionLevel(): google_protobuf_wrappers_pb.UInt32Value | undefined;
5019
+ setEncryptionLevel(value?: google_protobuf_wrappers_pb.UInt32Value): OsV2;
4964
5020
 
4965
5021
  hasLargeSystemCache(): boolean;
4966
5022
  clearLargeSystemCache(): void;
4967
- getLargeSystemCache(): google_protobuf_wrappers_pb.Int32Value | undefined;
4968
- setLargeSystemCache(value?: google_protobuf_wrappers_pb.Int32Value): OsV2;
5023
+ getLargeSystemCache(): google_protobuf_wrappers_pb.UInt32Value | undefined;
5024
+ setLargeSystemCache(value?: google_protobuf_wrappers_pb.UInt32Value): OsV2;
4969
5025
 
4970
5026
  hasOtherTypeDescription(): boolean;
4971
5027
  clearOtherTypeDescription(): void;
@@ -4974,13 +5030,13 @@ export class OsV2 extends jspb.Message {
4974
5030
 
4975
5031
  hasProductType(): boolean;
4976
5032
  clearProductType(): void;
4977
- getProductType(): google_protobuf_wrappers_pb.Int32Value | undefined;
4978
- setProductType(value?: google_protobuf_wrappers_pb.Int32Value): OsV2;
5033
+ getProductType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
5034
+ setProductType(value?: google_protobuf_wrappers_pb.UInt32Value): OsV2;
4979
5035
 
4980
5036
  hasSuiteMask(): boolean;
4981
5037
  clearSuiteMask(): void;
4982
- getSuiteMask(): google_protobuf_wrappers_pb.Int32Value | undefined;
4983
- setSuiteMask(value?: google_protobuf_wrappers_pb.Int32Value): OsV2;
5038
+ getSuiteMask(): google_protobuf_wrappers_pb.UInt32Value | undefined;
5039
+ setSuiteMask(value?: google_protobuf_wrappers_pb.UInt32Value): OsV2;
4984
5040
 
4985
5041
  hasSystemDrive(): boolean;
4986
5042
  clearSystemDrive(): void;
@@ -5009,20 +5065,20 @@ export namespace OsV2 {
5009
5065
  currentTimezone?: google_protobuf_wrappers_pb.Int32Value.AsObject,
5010
5066
  debug?: google_protobuf_wrappers_pb.BoolValue.AsObject,
5011
5067
  description?: google_protobuf_wrappers_pb.StringValue.AsObject,
5012
- foregroundApplicationBoost?: google_protobuf_wrappers_pb.Int32Value.AsObject,
5068
+ foregroundApplicationBoost?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
5013
5069
  installDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
5014
5070
  maxProcessMemorySize?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
5015
- numberOfLicensedUsers?: google_protobuf_wrappers_pb.Int32Value.AsObject,
5071
+ numberOfLicensedUsers?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
5016
5072
  organization?: google_protobuf_wrappers_pb.StringValue.AsObject,
5017
- osLanguage?: google_protobuf_wrappers_pb.Int32Value.AsObject,
5018
- osProductSuite?: google_protobuf_wrappers_pb.Int32Value.AsObject,
5019
- osType?: google_protobuf_wrappers_pb.Int32Value.AsObject,
5073
+ osLanguage?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
5074
+ osProductSuite?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
5075
+ osType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
5020
5076
  plusProductId?: google_protobuf_wrappers_pb.StringValue.AsObject,
5021
5077
  plusVersionNumber?: google_protobuf_wrappers_pb.StringValue.AsObject,
5022
5078
  registeredUser?: google_protobuf_wrappers_pb.StringValue.AsObject,
5023
5079
  serialNumber?: google_protobuf_wrappers_pb.StringValue.AsObject,
5024
- servicePackMajorVersion?: google_protobuf_wrappers_pb.Int32Value.AsObject,
5025
- servicePackMinorVersion?: google_protobuf_wrappers_pb.Int32Value.AsObject,
5080
+ servicePackMajorVersion?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
5081
+ servicePackMinorVersion?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
5026
5082
  sizeStoredInPagingFiles?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
5027
5083
  status?: google_protobuf_wrappers_pb.StringValue.AsObject,
5028
5084
  systemDevice?: google_protobuf_wrappers_pb.StringValue.AsObject,
@@ -5031,11 +5087,11 @@ export namespace OsV2 {
5031
5087
  totalVisibleMemorySize?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
5032
5088
  version?: google_protobuf_wrappers_pb.StringValue.AsObject,
5033
5089
  windowsDirectory?: google_protobuf_wrappers_pb.StringValue.AsObject,
5034
- encryptionLevel?: google_protobuf_wrappers_pb.Int32Value.AsObject,
5035
- largeSystemCache?: google_protobuf_wrappers_pb.Int32Value.AsObject,
5090
+ encryptionLevel?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
5091
+ largeSystemCache?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
5036
5092
  otherTypeDescription?: google_protobuf_wrappers_pb.StringValue.AsObject,
5037
- productType?: google_protobuf_wrappers_pb.Int32Value.AsObject,
5038
- suiteMask?: google_protobuf_wrappers_pb.Int32Value.AsObject,
5093
+ productType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
5094
+ suiteMask?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
5039
5095
  systemDrive?: google_protobuf_wrappers_pb.StringValue.AsObject,
5040
5096
  }
5041
5097
  }
@@ -5094,8 +5150,8 @@ export class OsV3 extends jspb.Message {
5094
5150
 
5095
5151
  hasForegroundApplicationBoost(): boolean;
5096
5152
  clearForegroundApplicationBoost(): void;
5097
- getForegroundApplicationBoost(): google_protobuf_wrappers_pb.Int32Value | undefined;
5098
- setForegroundApplicationBoost(value?: google_protobuf_wrappers_pb.Int32Value): OsV3;
5153
+ getForegroundApplicationBoost(): google_protobuf_wrappers_pb.UInt32Value | undefined;
5154
+ setForegroundApplicationBoost(value?: google_protobuf_wrappers_pb.UInt32Value): OsV3;
5099
5155
 
5100
5156
  hasInstallDate(): boolean;
5101
5157
  clearInstallDate(): void;
@@ -5109,8 +5165,8 @@ export class OsV3 extends jspb.Message {
5109
5165
 
5110
5166
  hasNumberOfLicensedUsers(): boolean;
5111
5167
  clearNumberOfLicensedUsers(): void;
5112
- getNumberOfLicensedUsers(): google_protobuf_wrappers_pb.Int32Value | undefined;
5113
- setNumberOfLicensedUsers(value?: google_protobuf_wrappers_pb.Int32Value): OsV3;
5168
+ getNumberOfLicensedUsers(): google_protobuf_wrappers_pb.UInt32Value | undefined;
5169
+ setNumberOfLicensedUsers(value?: google_protobuf_wrappers_pb.UInt32Value): OsV3;
5114
5170
 
5115
5171
  hasOrganization(): boolean;
5116
5172
  clearOrganization(): void;
@@ -5119,18 +5175,18 @@ export class OsV3 extends jspb.Message {
5119
5175
 
5120
5176
  hasOsLanguage(): boolean;
5121
5177
  clearOsLanguage(): void;
5122
- getOsLanguage(): google_protobuf_wrappers_pb.Int32Value | undefined;
5123
- setOsLanguage(value?: google_protobuf_wrappers_pb.Int32Value): OsV3;
5178
+ getOsLanguage(): google_protobuf_wrappers_pb.UInt32Value | undefined;
5179
+ setOsLanguage(value?: google_protobuf_wrappers_pb.UInt32Value): OsV3;
5124
5180
 
5125
5181
  hasOsProductSuite(): boolean;
5126
5182
  clearOsProductSuite(): void;
5127
- getOsProductSuite(): google_protobuf_wrappers_pb.Int32Value | undefined;
5128
- setOsProductSuite(value?: google_protobuf_wrappers_pb.Int32Value): OsV3;
5183
+ getOsProductSuite(): google_protobuf_wrappers_pb.UInt32Value | undefined;
5184
+ setOsProductSuite(value?: google_protobuf_wrappers_pb.UInt32Value): OsV3;
5129
5185
 
5130
5186
  hasOsType(): boolean;
5131
5187
  clearOsType(): void;
5132
- getOsType(): google_protobuf_wrappers_pb.Int32Value | undefined;
5133
- setOsType(value?: google_protobuf_wrappers_pb.Int32Value): OsV3;
5188
+ getOsType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
5189
+ setOsType(value?: google_protobuf_wrappers_pb.UInt32Value): OsV3;
5134
5190
 
5135
5191
  hasPlusProductId(): boolean;
5136
5192
  clearPlusProductId(): void;
@@ -5154,13 +5210,13 @@ export class OsV3 extends jspb.Message {
5154
5210
 
5155
5211
  hasServicePackMajorVersion(): boolean;
5156
5212
  clearServicePackMajorVersion(): void;
5157
- getServicePackMajorVersion(): google_protobuf_wrappers_pb.Int32Value | undefined;
5158
- setServicePackMajorVersion(value?: google_protobuf_wrappers_pb.Int32Value): OsV3;
5213
+ getServicePackMajorVersion(): google_protobuf_wrappers_pb.UInt32Value | undefined;
5214
+ setServicePackMajorVersion(value?: google_protobuf_wrappers_pb.UInt32Value): OsV3;
5159
5215
 
5160
5216
  hasServicePackMinorVersion(): boolean;
5161
5217
  clearServicePackMinorVersion(): void;
5162
- getServicePackMinorVersion(): google_protobuf_wrappers_pb.Int32Value | undefined;
5163
- setServicePackMinorVersion(value?: google_protobuf_wrappers_pb.Int32Value): OsV3;
5218
+ getServicePackMinorVersion(): google_protobuf_wrappers_pb.UInt32Value | undefined;
5219
+ setServicePackMinorVersion(value?: google_protobuf_wrappers_pb.UInt32Value): OsV3;
5164
5220
 
5165
5221
  hasSizeStoredInPagingFiles(): boolean;
5166
5222
  clearSizeStoredInPagingFiles(): void;
@@ -5204,13 +5260,13 @@ export class OsV3 extends jspb.Message {
5204
5260
 
5205
5261
  hasEncryptionLevel(): boolean;
5206
5262
  clearEncryptionLevel(): void;
5207
- getEncryptionLevel(): google_protobuf_wrappers_pb.Int32Value | undefined;
5208
- setEncryptionLevel(value?: google_protobuf_wrappers_pb.Int32Value): OsV3;
5263
+ getEncryptionLevel(): google_protobuf_wrappers_pb.UInt32Value | undefined;
5264
+ setEncryptionLevel(value?: google_protobuf_wrappers_pb.UInt32Value): OsV3;
5209
5265
 
5210
5266
  hasLargeSystemCache(): boolean;
5211
5267
  clearLargeSystemCache(): void;
5212
- getLargeSystemCache(): google_protobuf_wrappers_pb.Int32Value | undefined;
5213
- setLargeSystemCache(value?: google_protobuf_wrappers_pb.Int32Value): OsV3;
5268
+ getLargeSystemCache(): google_protobuf_wrappers_pb.UInt32Value | undefined;
5269
+ setLargeSystemCache(value?: google_protobuf_wrappers_pb.UInt32Value): OsV3;
5214
5270
 
5215
5271
  hasOtherTypeDescription(): boolean;
5216
5272
  clearOtherTypeDescription(): void;
@@ -5219,13 +5275,13 @@ export class OsV3 extends jspb.Message {
5219
5275
 
5220
5276
  hasProductType(): boolean;
5221
5277
  clearProductType(): void;
5222
- getProductType(): google_protobuf_wrappers_pb.Int32Value | undefined;
5223
- setProductType(value?: google_protobuf_wrappers_pb.Int32Value): OsV3;
5278
+ getProductType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
5279
+ setProductType(value?: google_protobuf_wrappers_pb.UInt32Value): OsV3;
5224
5280
 
5225
5281
  hasSuiteMask(): boolean;
5226
5282
  clearSuiteMask(): void;
5227
- getSuiteMask(): google_protobuf_wrappers_pb.Int32Value | undefined;
5228
- setSuiteMask(value?: google_protobuf_wrappers_pb.Int32Value): OsV3;
5283
+ getSuiteMask(): google_protobuf_wrappers_pb.UInt32Value | undefined;
5284
+ setSuiteMask(value?: google_protobuf_wrappers_pb.UInt32Value): OsV3;
5229
5285
 
5230
5286
  hasSystemDrive(): boolean;
5231
5287
  clearSystemDrive(): void;
@@ -5249,8 +5305,8 @@ export class OsV3 extends jspb.Message {
5249
5305
 
5250
5306
  hasDataExecutionPreventionSupportPolicy(): boolean;
5251
5307
  clearDataExecutionPreventionSupportPolicy(): void;
5252
- getDataExecutionPreventionSupportPolicy(): google_protobuf_wrappers_pb.Int32Value | undefined;
5253
- setDataExecutionPreventionSupportPolicy(value?: google_protobuf_wrappers_pb.Int32Value): OsV3;
5308
+ getDataExecutionPreventionSupportPolicy(): google_protobuf_wrappers_pb.UInt32Value | undefined;
5309
+ setDataExecutionPreventionSupportPolicy(value?: google_protobuf_wrappers_pb.UInt32Value): OsV3;
5254
5310
 
5255
5311
  serializeBinary(): Uint8Array;
5256
5312
  toObject(includeInstance?: boolean): OsV3.AsObject;
@@ -5274,20 +5330,20 @@ export namespace OsV3 {
5274
5330
  currentTimezone?: google_protobuf_wrappers_pb.Int32Value.AsObject,
5275
5331
  debug?: google_protobuf_wrappers_pb.BoolValue.AsObject,
5276
5332
  description?: google_protobuf_wrappers_pb.StringValue.AsObject,
5277
- foregroundApplicationBoost?: google_protobuf_wrappers_pb.Int32Value.AsObject,
5333
+ foregroundApplicationBoost?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
5278
5334
  installDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
5279
5335
  maxProcessMemorySize?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
5280
- numberOfLicensedUsers?: google_protobuf_wrappers_pb.Int32Value.AsObject,
5336
+ numberOfLicensedUsers?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
5281
5337
  organization?: google_protobuf_wrappers_pb.StringValue.AsObject,
5282
- osLanguage?: google_protobuf_wrappers_pb.Int32Value.AsObject,
5283
- osProductSuite?: google_protobuf_wrappers_pb.Int32Value.AsObject,
5284
- osType?: google_protobuf_wrappers_pb.Int32Value.AsObject,
5338
+ osLanguage?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
5339
+ osProductSuite?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
5340
+ osType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
5285
5341
  plusProductId?: google_protobuf_wrappers_pb.StringValue.AsObject,
5286
5342
  plusVersionNumber?: google_protobuf_wrappers_pb.StringValue.AsObject,
5287
5343
  registeredUser?: google_protobuf_wrappers_pb.StringValue.AsObject,
5288
5344
  serialNumber?: google_protobuf_wrappers_pb.StringValue.AsObject,
5289
- servicePackMajorVersion?: google_protobuf_wrappers_pb.Int32Value.AsObject,
5290
- servicePackMinorVersion?: google_protobuf_wrappers_pb.Int32Value.AsObject,
5345
+ servicePackMajorVersion?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
5346
+ servicePackMinorVersion?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
5291
5347
  sizeStoredInPagingFiles?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
5292
5348
  status?: google_protobuf_wrappers_pb.StringValue.AsObject,
5293
5349
  systemDevice?: google_protobuf_wrappers_pb.StringValue.AsObject,
@@ -5296,16 +5352,16 @@ export namespace OsV3 {
5296
5352
  totalVisibleMemorySize?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
5297
5353
  version?: google_protobuf_wrappers_pb.StringValue.AsObject,
5298
5354
  windowsDirectory?: google_protobuf_wrappers_pb.StringValue.AsObject,
5299
- encryptionLevel?: google_protobuf_wrappers_pb.Int32Value.AsObject,
5300
- largeSystemCache?: google_protobuf_wrappers_pb.Int32Value.AsObject,
5355
+ encryptionLevel?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
5356
+ largeSystemCache?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
5301
5357
  otherTypeDescription?: google_protobuf_wrappers_pb.StringValue.AsObject,
5302
- productType?: google_protobuf_wrappers_pb.Int32Value.AsObject,
5303
- suiteMask?: google_protobuf_wrappers_pb.Int32Value.AsObject,
5358
+ productType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
5359
+ suiteMask?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
5304
5360
  systemDrive?: google_protobuf_wrappers_pb.StringValue.AsObject,
5305
5361
  dataExecutionPrevention32BitApplications?: google_protobuf_wrappers_pb.BoolValue.AsObject,
5306
5362
  isDataExecutionPreventionAvailable?: google_protobuf_wrappers_pb.BoolValue.AsObject,
5307
5363
  dataExecutionPreventionDrivers?: google_protobuf_wrappers_pb.BoolValue.AsObject,
5308
- dataExecutionPreventionSupportPolicy?: google_protobuf_wrappers_pb.Int32Value.AsObject,
5364
+ dataExecutionPreventionSupportPolicy?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
5309
5365
  }
5310
5366
  }
5311
5367
 
@@ -5340,8 +5396,8 @@ export class OnboardDevice extends jspb.Message {
5340
5396
 
5341
5397
  hasDeviceType(): boolean;
5342
5398
  clearDeviceType(): void;
5343
- getDeviceType(): google_protobuf_wrappers_pb.Int32Value | undefined;
5344
- setDeviceType(value?: google_protobuf_wrappers_pb.Int32Value): OnboardDevice;
5399
+ getDeviceType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
5400
+ setDeviceType(value?: google_protobuf_wrappers_pb.UInt32Value): OnboardDevice;
5345
5401
 
5346
5402
  hasEnabled(): boolean;
5347
5403
  clearEnabled(): void;
@@ -5366,7 +5422,7 @@ export class OnboardDevice extends jspb.Message {
5366
5422
  export namespace OnboardDevice {
5367
5423
  export type AsObject = {
5368
5424
  description?: google_protobuf_wrappers_pb.StringValue.AsObject,
5369
- deviceType?: google_protobuf_wrappers_pb.Int32Value.AsObject,
5425
+ deviceType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
5370
5426
  enabled?: google_protobuf_wrappers_pb.BoolValue.AsObject,
5371
5427
  tag?: google_protobuf_wrappers_pb.StringValue.AsObject,
5372
5428
  }
@@ -5395,14 +5451,26 @@ export namespace WindowsNetworkClient {
5395
5451
  }
5396
5452
 
5397
5453
  export class NetworkClient extends jspb.Message {
5398
- getCaption(): string;
5399
- setCaption(value: string): NetworkClient;
5400
- getDescription(): string;
5401
- setDescription(value: string): NetworkClient;
5402
- getManufacturer(): string;
5403
- setManufacturer(value: string): NetworkClient;
5404
- getName(): string;
5405
- setName(value: string): NetworkClient;
5454
+
5455
+ hasCaption(): boolean;
5456
+ clearCaption(): void;
5457
+ getCaption(): google_protobuf_wrappers_pb.StringValue | undefined;
5458
+ setCaption(value?: google_protobuf_wrappers_pb.StringValue): NetworkClient;
5459
+
5460
+ hasDescription(): boolean;
5461
+ clearDescription(): void;
5462
+ getDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
5463
+ setDescription(value?: google_protobuf_wrappers_pb.StringValue): NetworkClient;
5464
+
5465
+ hasManufacturer(): boolean;
5466
+ clearManufacturer(): void;
5467
+ getManufacturer(): google_protobuf_wrappers_pb.StringValue | undefined;
5468
+ setManufacturer(value?: google_protobuf_wrappers_pb.StringValue): NetworkClient;
5469
+
5470
+ hasName(): boolean;
5471
+ clearName(): void;
5472
+ getName(): google_protobuf_wrappers_pb.StringValue | undefined;
5473
+ setName(value?: google_protobuf_wrappers_pb.StringValue): NetworkClient;
5406
5474
 
5407
5475
  serializeBinary(): Uint8Array;
5408
5476
  toObject(includeInstance?: boolean): NetworkClient.AsObject;
@@ -5416,10 +5484,10 @@ export class NetworkClient extends jspb.Message {
5416
5484
 
5417
5485
  export namespace NetworkClient {
5418
5486
  export type AsObject = {
5419
- caption: string,
5420
- description: string,
5421
- manufacturer: string,
5422
- name: string,
5487
+ caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
5488
+ description?: google_protobuf_wrappers_pb.StringValue.AsObject,
5489
+ manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
5490
+ name?: google_protobuf_wrappers_pb.StringValue.AsObject,
5423
5491
  }
5424
5492
  }
5425
5493
 
@@ -5656,10 +5724,16 @@ export namespace Network {
5656
5724
  }
5657
5725
 
5658
5726
  export class NetworkV1 extends jspb.Message {
5659
- getDescription(): string;
5660
- setDescription(value: string): NetworkV1;
5661
- getSettingId(): string;
5662
- setSettingId(value: string): NetworkV1;
5727
+
5728
+ hasDescription(): boolean;
5729
+ clearDescription(): void;
5730
+ getDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
5731
+ setDescription(value?: google_protobuf_wrappers_pb.StringValue): NetworkV1;
5732
+
5733
+ hasSettingId(): boolean;
5734
+ clearSettingId(): void;
5735
+ getSettingId(): google_protobuf_wrappers_pb.StringValue | undefined;
5736
+ setSettingId(value?: google_protobuf_wrappers_pb.StringValue): NetworkV1;
5663
5737
 
5664
5738
  hasDatabasePath(): boolean;
5665
5739
  clearDatabasePath(): void;
@@ -5674,10 +5748,16 @@ export class NetworkV1 extends jspb.Message {
5674
5748
  clearDhcpEnabled(): void;
5675
5749
  getDhcpEnabled(): google_protobuf_wrappers_pb.BoolValue | undefined;
5676
5750
  setDhcpEnabled(value?: google_protobuf_wrappers_pb.BoolValue): NetworkV1;
5677
- getDhcpServer(): string;
5678
- setDhcpServer(value: string): NetworkV1;
5679
- getDnsDomain(): string;
5680
- setDnsDomain(value: string): NetworkV1;
5751
+
5752
+ hasDhcpServer(): boolean;
5753
+ clearDhcpServer(): void;
5754
+ getDhcpServer(): google_protobuf_wrappers_pb.StringValue | undefined;
5755
+ setDhcpServer(value?: google_protobuf_wrappers_pb.StringValue): NetworkV1;
5756
+
5757
+ hasDnsDomain(): boolean;
5758
+ clearDnsDomain(): void;
5759
+ getDnsDomain(): google_protobuf_wrappers_pb.StringValue | undefined;
5760
+ setDnsDomain(value?: google_protobuf_wrappers_pb.StringValue): NetworkV1;
5681
5761
  clearDnsDomainSuffixSearchOrderList(): void;
5682
5762
  getDnsDomainSuffixSearchOrderList(): Array<string>;
5683
5763
  setDnsDomainSuffixSearchOrderList(value: Array<string>): NetworkV1;
@@ -5687,8 +5767,11 @@ export class NetworkV1 extends jspb.Message {
5687
5767
  clearDnsEnabledForWinsResolution(): void;
5688
5768
  getDnsEnabledForWinsResolution(): google_protobuf_wrappers_pb.BoolValue | undefined;
5689
5769
  setDnsEnabledForWinsResolution(value?: google_protobuf_wrappers_pb.BoolValue): NetworkV1;
5690
- getDnsHostName(): string;
5691
- setDnsHostName(value: string): NetworkV1;
5770
+
5771
+ hasDnsHostName(): boolean;
5772
+ clearDnsHostName(): void;
5773
+ getDnsHostName(): google_protobuf_wrappers_pb.StringValue | undefined;
5774
+ setDnsHostName(value?: google_protobuf_wrappers_pb.StringValue): NetworkV1;
5692
5775
  clearDnsServerSearchOrderList(): void;
5693
5776
  getDnsServerSearchOrderList(): Array<string>;
5694
5777
  setDnsServerSearchOrderList(value: Array<string>): NetworkV1;
@@ -5700,8 +5783,8 @@ export class NetworkV1 extends jspb.Message {
5700
5783
 
5701
5784
  hasIndex(): boolean;
5702
5785
  clearIndex(): void;
5703
- getIndex(): google_protobuf_wrappers_pb.Int32Value | undefined;
5704
- setIndex(value?: google_protobuf_wrappers_pb.Int32Value): NetworkV1;
5786
+ getIndex(): google_protobuf_wrappers_pb.UInt32Value | undefined;
5787
+ setIndex(value?: google_protobuf_wrappers_pb.UInt32Value): NetworkV1;
5705
5788
  clearIpAddressList(): void;
5706
5789
  getIpAddressList(): Array<string>;
5707
5790
  setIpAddressList(value: Array<string>): NetworkV1;
@@ -5733,21 +5816,36 @@ export class NetworkV1 extends jspb.Message {
5733
5816
  getIpSubnetList(): Array<string>;
5734
5817
  setIpSubnetList(value: Array<string>): NetworkV1;
5735
5818
  addIpSubnet(value: string, index?: number): string;
5736
- getMacAddress(): string;
5737
- setMacAddress(value: string): NetworkV1;
5819
+
5820
+ hasMacAddress(): boolean;
5821
+ clearMacAddress(): void;
5822
+ getMacAddress(): google_protobuf_wrappers_pb.StringValue | undefined;
5823
+ setMacAddress(value?: google_protobuf_wrappers_pb.StringValue): NetworkV1;
5738
5824
 
5739
5825
  hasWinsEnableLmHostsLookup(): boolean;
5740
5826
  clearWinsEnableLmHostsLookup(): void;
5741
5827
  getWinsEnableLmHostsLookup(): google_protobuf_wrappers_pb.BoolValue | undefined;
5742
5828
  setWinsEnableLmHostsLookup(value?: google_protobuf_wrappers_pb.BoolValue): NetworkV1;
5743
- getWinsPrimaryServer(): string;
5744
- setWinsPrimaryServer(value: string): NetworkV1;
5745
- getWinsScopeId(): string;
5746
- setWinsScopeId(value: string): NetworkV1;
5747
- getWinsSecondaryServer(): string;
5748
- setWinsSecondaryServer(value: string): NetworkV1;
5749
- getServiceName(): string;
5750
- setServiceName(value: string): NetworkV1;
5829
+
5830
+ hasWinsPrimaryServer(): boolean;
5831
+ clearWinsPrimaryServer(): void;
5832
+ getWinsPrimaryServer(): google_protobuf_wrappers_pb.StringValue | undefined;
5833
+ setWinsPrimaryServer(value?: google_protobuf_wrappers_pb.StringValue): NetworkV1;
5834
+
5835
+ hasWinsScopeId(): boolean;
5836
+ clearWinsScopeId(): void;
5837
+ getWinsScopeId(): google_protobuf_wrappers_pb.StringValue | undefined;
5838
+ setWinsScopeId(value?: google_protobuf_wrappers_pb.StringValue): NetworkV1;
5839
+
5840
+ hasWinsSecondaryServer(): boolean;
5841
+ clearWinsSecondaryServer(): void;
5842
+ getWinsSecondaryServer(): google_protobuf_wrappers_pb.StringValue | undefined;
5843
+ setWinsSecondaryServer(value?: google_protobuf_wrappers_pb.StringValue): NetworkV1;
5844
+
5845
+ hasServiceName(): boolean;
5846
+ clearServiceName(): void;
5847
+ getServiceName(): google_protobuf_wrappers_pb.StringValue | undefined;
5848
+ setServiceName(value?: google_protobuf_wrappers_pb.StringValue): NetworkV1;
5751
5849
 
5752
5850
  serializeBinary(): Uint8Array;
5753
5851
  toObject(includeInstance?: boolean): NetworkV1.AsObject;
@@ -5761,19 +5859,19 @@ export class NetworkV1 extends jspb.Message {
5761
5859
 
5762
5860
  export namespace NetworkV1 {
5763
5861
  export type AsObject = {
5764
- description: string,
5765
- settingId: string,
5862
+ description?: google_protobuf_wrappers_pb.StringValue.AsObject,
5863
+ settingId?: google_protobuf_wrappers_pb.StringValue.AsObject,
5766
5864
  databasePath?: google_protobuf_wrappers_pb.StringValue.AsObject,
5767
5865
  defaultIpGatewayList: Array<string>,
5768
5866
  dhcpEnabled?: google_protobuf_wrappers_pb.BoolValue.AsObject,
5769
- dhcpServer: string,
5770
- dnsDomain: string,
5867
+ dhcpServer?: google_protobuf_wrappers_pb.StringValue.AsObject,
5868
+ dnsDomain?: google_protobuf_wrappers_pb.StringValue.AsObject,
5771
5869
  dnsDomainSuffixSearchOrderList: Array<string>,
5772
5870
  dnsEnabledForWinsResolution?: google_protobuf_wrappers_pb.BoolValue.AsObject,
5773
- dnsHostName: string,
5871
+ dnsHostName?: google_protobuf_wrappers_pb.StringValue.AsObject,
5774
5872
  dnsServerSearchOrderList: Array<string>,
5775
5873
  gatewayCostMetricList: Array<number>,
5776
- index?: google_protobuf_wrappers_pb.Int32Value.AsObject,
5874
+ index?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
5777
5875
  ipAddressList: Array<string>,
5778
5876
  ipEnabled?: google_protobuf_wrappers_pb.BoolValue.AsObject,
5779
5877
  ipFilterSecurityEnabled?: google_protobuf_wrappers_pb.BoolValue.AsObject,
@@ -5781,20 +5879,26 @@ export namespace NetworkV1 {
5781
5879
  ipSecPermitIpProtocolsList: Array<string>,
5782
5880
  ipSecPermitTcpPortsList: Array<string>,
5783
5881
  ipSubnetList: Array<string>,
5784
- macAddress: string,
5882
+ macAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
5785
5883
  winsEnableLmHostsLookup?: google_protobuf_wrappers_pb.BoolValue.AsObject,
5786
- winsPrimaryServer: string,
5787
- winsScopeId: string,
5788
- winsSecondaryServer: string,
5789
- serviceName: string,
5884
+ winsPrimaryServer?: google_protobuf_wrappers_pb.StringValue.AsObject,
5885
+ winsScopeId?: google_protobuf_wrappers_pb.StringValue.AsObject,
5886
+ winsSecondaryServer?: google_protobuf_wrappers_pb.StringValue.AsObject,
5887
+ serviceName?: google_protobuf_wrappers_pb.StringValue.AsObject,
5790
5888
  }
5791
5889
  }
5792
5890
 
5793
5891
  export class NetworkV2 extends jspb.Message {
5794
- getDescription(): string;
5795
- setDescription(value: string): NetworkV2;
5796
- getSettingId(): string;
5797
- setSettingId(value: string): NetworkV2;
5892
+
5893
+ hasDescription(): boolean;
5894
+ clearDescription(): void;
5895
+ getDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
5896
+ setDescription(value?: google_protobuf_wrappers_pb.StringValue): NetworkV2;
5897
+
5898
+ hasSettingId(): boolean;
5899
+ clearSettingId(): void;
5900
+ getSettingId(): google_protobuf_wrappers_pb.StringValue | undefined;
5901
+ setSettingId(value?: google_protobuf_wrappers_pb.StringValue): NetworkV2;
5798
5902
 
5799
5903
  hasDatabasePath(): boolean;
5800
5904
  clearDatabasePath(): void;
@@ -5809,10 +5913,16 @@ export class NetworkV2 extends jspb.Message {
5809
5913
  clearDhcpEnabled(): void;
5810
5914
  getDhcpEnabled(): google_protobuf_wrappers_pb.BoolValue | undefined;
5811
5915
  setDhcpEnabled(value?: google_protobuf_wrappers_pb.BoolValue): NetworkV2;
5812
- getDhcpServer(): string;
5813
- setDhcpServer(value: string): NetworkV2;
5814
- getDnsDomain(): string;
5815
- setDnsDomain(value: string): NetworkV2;
5916
+
5917
+ hasDhcpServer(): boolean;
5918
+ clearDhcpServer(): void;
5919
+ getDhcpServer(): google_protobuf_wrappers_pb.StringValue | undefined;
5920
+ setDhcpServer(value?: google_protobuf_wrappers_pb.StringValue): NetworkV2;
5921
+
5922
+ hasDnsDomain(): boolean;
5923
+ clearDnsDomain(): void;
5924
+ getDnsDomain(): google_protobuf_wrappers_pb.StringValue | undefined;
5925
+ setDnsDomain(value?: google_protobuf_wrappers_pb.StringValue): NetworkV2;
5816
5926
  clearDnsDomainSuffixSearchOrderList(): void;
5817
5927
  getDnsDomainSuffixSearchOrderList(): Array<string>;
5818
5928
  setDnsDomainSuffixSearchOrderList(value: Array<string>): NetworkV2;
@@ -5822,8 +5932,11 @@ export class NetworkV2 extends jspb.Message {
5822
5932
  clearDnsEnabledForWinsResolution(): void;
5823
5933
  getDnsEnabledForWinsResolution(): google_protobuf_wrappers_pb.BoolValue | undefined;
5824
5934
  setDnsEnabledForWinsResolution(value?: google_protobuf_wrappers_pb.BoolValue): NetworkV2;
5825
- getDnsHostName(): string;
5826
- setDnsHostName(value: string): NetworkV2;
5935
+
5936
+ hasDnsHostName(): boolean;
5937
+ clearDnsHostName(): void;
5938
+ getDnsHostName(): google_protobuf_wrappers_pb.StringValue | undefined;
5939
+ setDnsHostName(value?: google_protobuf_wrappers_pb.StringValue): NetworkV2;
5827
5940
  clearDnsServerSearchOrderList(): void;
5828
5941
  getDnsServerSearchOrderList(): Array<string>;
5829
5942
  setDnsServerSearchOrderList(value: Array<string>): NetworkV2;
@@ -5868,21 +5981,36 @@ export class NetworkV2 extends jspb.Message {
5868
5981
  getIpSubnetList(): Array<string>;
5869
5982
  setIpSubnetList(value: Array<string>): NetworkV2;
5870
5983
  addIpSubnet(value: string, index?: number): string;
5871
- getMacAddress(): string;
5872
- setMacAddress(value: string): NetworkV2;
5984
+
5985
+ hasMacAddress(): boolean;
5986
+ clearMacAddress(): void;
5987
+ getMacAddress(): google_protobuf_wrappers_pb.StringValue | undefined;
5988
+ setMacAddress(value?: google_protobuf_wrappers_pb.StringValue): NetworkV2;
5873
5989
 
5874
5990
  hasWinsEnableLmHostsLookup(): boolean;
5875
5991
  clearWinsEnableLmHostsLookup(): void;
5876
5992
  getWinsEnableLmHostsLookup(): google_protobuf_wrappers_pb.BoolValue | undefined;
5877
5993
  setWinsEnableLmHostsLookup(value?: google_protobuf_wrappers_pb.BoolValue): NetworkV2;
5878
- getWinsPrimaryServer(): string;
5879
- setWinsPrimaryServer(value: string): NetworkV2;
5880
- getWinsScopeId(): string;
5881
- setWinsScopeId(value: string): NetworkV2;
5882
- getWinsSecondaryServer(): string;
5883
- setWinsSecondaryServer(value: string): NetworkV2;
5884
- getServiceName(): string;
5885
- setServiceName(value: string): NetworkV2;
5994
+
5995
+ hasWinsPrimaryServer(): boolean;
5996
+ clearWinsPrimaryServer(): void;
5997
+ getWinsPrimaryServer(): google_protobuf_wrappers_pb.StringValue | undefined;
5998
+ setWinsPrimaryServer(value?: google_protobuf_wrappers_pb.StringValue): NetworkV2;
5999
+
6000
+ hasWinsScopeId(): boolean;
6001
+ clearWinsScopeId(): void;
6002
+ getWinsScopeId(): google_protobuf_wrappers_pb.StringValue | undefined;
6003
+ setWinsScopeId(value?: google_protobuf_wrappers_pb.StringValue): NetworkV2;
6004
+
6005
+ hasWinsSecondaryServer(): boolean;
6006
+ clearWinsSecondaryServer(): void;
6007
+ getWinsSecondaryServer(): google_protobuf_wrappers_pb.StringValue | undefined;
6008
+ setWinsSecondaryServer(value?: google_protobuf_wrappers_pb.StringValue): NetworkV2;
6009
+
6010
+ hasServiceName(): boolean;
6011
+ clearServiceName(): void;
6012
+ getServiceName(): google_protobuf_wrappers_pb.StringValue | undefined;
6013
+ setServiceName(value?: google_protobuf_wrappers_pb.StringValue): NetworkV2;
5886
6014
 
5887
6015
  hasDomainDnsRegistrationEnabled(): boolean;
5888
6016
  clearDomainDnsRegistrationEnabled(): void;
@@ -5896,13 +6024,13 @@ export class NetworkV2 extends jspb.Message {
5896
6024
 
5897
6025
  hasIpConnectionMetric(): boolean;
5898
6026
  clearIpConnectionMetric(): void;
5899
- getIpConnectionMetric(): google_protobuf_wrappers_pb.Int32Value | undefined;
5900
- setIpConnectionMetric(value?: google_protobuf_wrappers_pb.Int32Value): NetworkV2;
6027
+ getIpConnectionMetric(): google_protobuf_wrappers_pb.UInt32Value | undefined;
6028
+ setIpConnectionMetric(value?: google_protobuf_wrappers_pb.UInt32Value): NetworkV2;
5901
6029
 
5902
6030
  hasTcpIpNetbiosOptions(): boolean;
5903
6031
  clearTcpIpNetbiosOptions(): void;
5904
- getTcpIpNetbiosOptions(): google_protobuf_wrappers_pb.Int32Value | undefined;
5905
- setTcpIpNetbiosOptions(value?: google_protobuf_wrappers_pb.Int32Value): NetworkV2;
6032
+ getTcpIpNetbiosOptions(): google_protobuf_wrappers_pb.UInt32Value | undefined;
6033
+ setTcpIpNetbiosOptions(value?: google_protobuf_wrappers_pb.UInt32Value): NetworkV2;
5906
6034
 
5907
6035
  serializeBinary(): Uint8Array;
5908
6036
  toObject(includeInstance?: boolean): NetworkV2.AsObject;
@@ -5916,16 +6044,16 @@ export class NetworkV2 extends jspb.Message {
5916
6044
 
5917
6045
  export namespace NetworkV2 {
5918
6046
  export type AsObject = {
5919
- description: string,
5920
- settingId: string,
6047
+ description?: google_protobuf_wrappers_pb.StringValue.AsObject,
6048
+ settingId?: google_protobuf_wrappers_pb.StringValue.AsObject,
5921
6049
  databasePath?: google_protobuf_wrappers_pb.StringValue.AsObject,
5922
6050
  defaultIpGatewayList: Array<string>,
5923
6051
  dhcpEnabled?: google_protobuf_wrappers_pb.BoolValue.AsObject,
5924
- dhcpServer: string,
5925
- dnsDomain: string,
6052
+ dhcpServer?: google_protobuf_wrappers_pb.StringValue.AsObject,
6053
+ dnsDomain?: google_protobuf_wrappers_pb.StringValue.AsObject,
5926
6054
  dnsDomainSuffixSearchOrderList: Array<string>,
5927
6055
  dnsEnabledForWinsResolution?: google_protobuf_wrappers_pb.BoolValue.AsObject,
5928
- dnsHostName: string,
6056
+ dnsHostName?: google_protobuf_wrappers_pb.StringValue.AsObject,
5929
6057
  dnsServerSearchOrderList: Array<string>,
5930
6058
  gatewayCostMetricList: Array<number>,
5931
6059
  index?: google_protobuf_wrappers_pb.Int32Value.AsObject,
@@ -5936,16 +6064,16 @@ export namespace NetworkV2 {
5936
6064
  ipSecPermitIpProtocolsList: Array<string>,
5937
6065
  ipSecPermitTcpPortsList: Array<string>,
5938
6066
  ipSubnetList: Array<string>,
5939
- macAddress: string,
6067
+ macAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
5940
6068
  winsEnableLmHostsLookup?: google_protobuf_wrappers_pb.BoolValue.AsObject,
5941
- winsPrimaryServer: string,
5942
- winsScopeId: string,
5943
- winsSecondaryServer: string,
5944
- serviceName: string,
6069
+ winsPrimaryServer?: google_protobuf_wrappers_pb.StringValue.AsObject,
6070
+ winsScopeId?: google_protobuf_wrappers_pb.StringValue.AsObject,
6071
+ winsSecondaryServer?: google_protobuf_wrappers_pb.StringValue.AsObject,
6072
+ serviceName?: google_protobuf_wrappers_pb.StringValue.AsObject,
5945
6073
  domainDnsRegistrationEnabled?: google_protobuf_wrappers_pb.BoolValue.AsObject,
5946
6074
  fullDnsRegistrationEnabled?: google_protobuf_wrappers_pb.BoolValue.AsObject,
5947
- ipConnectionMetric?: google_protobuf_wrappers_pb.Int32Value.AsObject,
5948
- tcpIpNetbiosOptions?: google_protobuf_wrappers_pb.Int32Value.AsObject,
6075
+ ipConnectionMetric?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
6076
+ tcpIpNetbiosOptions?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
5949
6077
  }
5950
6078
  }
5951
6079
 
@@ -5975,23 +6103,23 @@ export class PhysicalMemoryArray extends jspb.Message {
5975
6103
 
5976
6104
  hasLocation(): boolean;
5977
6105
  clearLocation(): void;
5978
- getLocation(): google_protobuf_wrappers_pb.Int32Value | undefined;
5979
- setLocation(value?: google_protobuf_wrappers_pb.Int32Value): PhysicalMemoryArray;
6106
+ getLocation(): google_protobuf_wrappers_pb.UInt32Value | undefined;
6107
+ setLocation(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryArray;
5980
6108
 
5981
6109
  hasMaxCapacity(): boolean;
5982
6110
  clearMaxCapacity(): void;
5983
- getMaxCapacity(): google_protobuf_wrappers_pb.Int32Value | undefined;
5984
- setMaxCapacity(value?: google_protobuf_wrappers_pb.Int32Value): PhysicalMemoryArray;
6111
+ getMaxCapacity(): google_protobuf_wrappers_pb.UInt32Value | undefined;
6112
+ setMaxCapacity(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryArray;
5985
6113
 
5986
6114
  hasMemoryDevices(): boolean;
5987
6115
  clearMemoryDevices(): void;
5988
- getMemoryDevices(): google_protobuf_wrappers_pb.Int32Value | undefined;
5989
- setMemoryDevices(value?: google_protobuf_wrappers_pb.Int32Value): PhysicalMemoryArray;
6116
+ getMemoryDevices(): google_protobuf_wrappers_pb.UInt32Value | undefined;
6117
+ setMemoryDevices(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryArray;
5990
6118
 
5991
6119
  hasMemoryErrorCorrection(): boolean;
5992
6120
  clearMemoryErrorCorrection(): void;
5993
- getMemoryErrorCorrection(): google_protobuf_wrappers_pb.Int32Value | undefined;
5994
- setMemoryErrorCorrection(value?: google_protobuf_wrappers_pb.Int32Value): PhysicalMemoryArray;
6121
+ getMemoryErrorCorrection(): google_protobuf_wrappers_pb.UInt32Value | undefined;
6122
+ setMemoryErrorCorrection(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryArray;
5995
6123
 
5996
6124
  hasTag(): boolean;
5997
6125
  clearTag(): void;
@@ -6000,8 +6128,8 @@ export class PhysicalMemoryArray extends jspb.Message {
6000
6128
 
6001
6129
  hasUse(): boolean;
6002
6130
  clearUse(): void;
6003
- getUse(): google_protobuf_wrappers_pb.Int32Value | undefined;
6004
- setUse(value?: google_protobuf_wrappers_pb.Int32Value): PhysicalMemoryArray;
6131
+ getUse(): google_protobuf_wrappers_pb.UInt32Value | undefined;
6132
+ setUse(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryArray;
6005
6133
 
6006
6134
  serializeBinary(): Uint8Array;
6007
6135
  toObject(includeInstance?: boolean): PhysicalMemoryArray.AsObject;
@@ -6015,12 +6143,12 @@ export class PhysicalMemoryArray extends jspb.Message {
6015
6143
 
6016
6144
  export namespace PhysicalMemoryArray {
6017
6145
  export type AsObject = {
6018
- location?: google_protobuf_wrappers_pb.Int32Value.AsObject,
6019
- maxCapacity?: google_protobuf_wrappers_pb.Int32Value.AsObject,
6020
- memoryDevices?: google_protobuf_wrappers_pb.Int32Value.AsObject,
6021
- memoryErrorCorrection?: google_protobuf_wrappers_pb.Int32Value.AsObject,
6146
+ location?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
6147
+ maxCapacity?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
6148
+ memoryDevices?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
6149
+ memoryErrorCorrection?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
6022
6150
  tag?: google_protobuf_wrappers_pb.StringValue.AsObject,
6023
- use?: google_protobuf_wrappers_pb.Int32Value.AsObject,
6151
+ use?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
6024
6152
  }
6025
6153
  }
6026
6154
 
@@ -6093,8 +6221,8 @@ export class PhysicalMemoryV1 extends jspb.Message {
6093
6221
 
6094
6222
  hasDataWidth(): boolean;
6095
6223
  clearDataWidth(): void;
6096
- getDataWidth(): google_protobuf_wrappers_pb.Int32Value | undefined;
6097
- setDataWidth(value?: google_protobuf_wrappers_pb.Int32Value): PhysicalMemoryV1;
6224
+ getDataWidth(): google_protobuf_wrappers_pb.UInt32Value | undefined;
6225
+ setDataWidth(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryV1;
6098
6226
 
6099
6227
  hasDeviceLocator(): boolean;
6100
6228
  clearDeviceLocator(): void;
@@ -6103,18 +6231,18 @@ export class PhysicalMemoryV1 extends jspb.Message {
6103
6231
 
6104
6232
  hasFormFactor(): boolean;
6105
6233
  clearFormFactor(): void;
6106
- getFormFactor(): google_protobuf_wrappers_pb.Int32Value | undefined;
6107
- setFormFactor(value?: google_protobuf_wrappers_pb.Int32Value): PhysicalMemoryV1;
6234
+ getFormFactor(): google_protobuf_wrappers_pb.UInt32Value | undefined;
6235
+ setFormFactor(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryV1;
6108
6236
 
6109
6237
  hasInterleaveDataDepth(): boolean;
6110
6238
  clearInterleaveDataDepth(): void;
6111
- getInterleaveDataDepth(): google_protobuf_wrappers_pb.Int32Value | undefined;
6112
- setInterleaveDataDepth(value?: google_protobuf_wrappers_pb.Int32Value): PhysicalMemoryV1;
6239
+ getInterleaveDataDepth(): google_protobuf_wrappers_pb.UInt32Value | undefined;
6240
+ setInterleaveDataDepth(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryV1;
6113
6241
 
6114
6242
  hasInterleavePosition(): boolean;
6115
6243
  clearInterleavePosition(): void;
6116
- getInterleavePosition(): google_protobuf_wrappers_pb.Int32Value | undefined;
6117
- setInterleavePosition(value?: google_protobuf_wrappers_pb.Int32Value): PhysicalMemoryV1;
6244
+ getInterleavePosition(): google_protobuf_wrappers_pb.UInt32Value | undefined;
6245
+ setInterleavePosition(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryV1;
6118
6246
 
6119
6247
  hasMemoryType(): boolean;
6120
6248
  clearMemoryType(): void;
@@ -6123,23 +6251,23 @@ export class PhysicalMemoryV1 extends jspb.Message {
6123
6251
 
6124
6252
  hasPositionInRow(): boolean;
6125
6253
  clearPositionInRow(): void;
6126
- getPositionInRow(): google_protobuf_wrappers_pb.Int32Value | undefined;
6127
- setPositionInRow(value?: google_protobuf_wrappers_pb.Int32Value): PhysicalMemoryV1;
6254
+ getPositionInRow(): google_protobuf_wrappers_pb.UInt32Value | undefined;
6255
+ setPositionInRow(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryV1;
6128
6256
 
6129
6257
  hasSpeed(): boolean;
6130
6258
  clearSpeed(): void;
6131
- getSpeed(): google_protobuf_wrappers_pb.Int32Value | undefined;
6132
- setSpeed(value?: google_protobuf_wrappers_pb.Int32Value): PhysicalMemoryV1;
6259
+ getSpeed(): google_protobuf_wrappers_pb.UInt32Value | undefined;
6260
+ setSpeed(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryV1;
6133
6261
 
6134
6262
  hasTotalWidth(): boolean;
6135
6263
  clearTotalWidth(): void;
6136
- getTotalWidth(): google_protobuf_wrappers_pb.Int32Value | undefined;
6137
- setTotalWidth(value?: google_protobuf_wrappers_pb.Int32Value): PhysicalMemoryV1;
6264
+ getTotalWidth(): google_protobuf_wrappers_pb.UInt32Value | undefined;
6265
+ setTotalWidth(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryV1;
6138
6266
 
6139
6267
  hasTypeDetail(): boolean;
6140
6268
  clearTypeDetail(): void;
6141
- getTypeDetail(): google_protobuf_wrappers_pb.Int32Value | undefined;
6142
- setTypeDetail(value?: google_protobuf_wrappers_pb.Int32Value): PhysicalMemoryV1;
6269
+ getTypeDetail(): google_protobuf_wrappers_pb.UInt32Value | undefined;
6270
+ setTypeDetail(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryV1;
6143
6271
 
6144
6272
  hasManufacturer(): boolean;
6145
6273
  clearManufacturer(): void;
@@ -6174,16 +6302,16 @@ export class PhysicalMemoryV1 extends jspb.Message {
6174
6302
  export namespace PhysicalMemoryV1 {
6175
6303
  export type AsObject = {
6176
6304
  capacity?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
6177
- dataWidth?: google_protobuf_wrappers_pb.Int32Value.AsObject,
6305
+ dataWidth?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
6178
6306
  deviceLocator?: google_protobuf_wrappers_pb.StringValue.AsObject,
6179
- formFactor?: google_protobuf_wrappers_pb.Int32Value.AsObject,
6180
- interleaveDataDepth?: google_protobuf_wrappers_pb.Int32Value.AsObject,
6181
- interleavePosition?: google_protobuf_wrappers_pb.Int32Value.AsObject,
6307
+ formFactor?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
6308
+ interleaveDataDepth?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
6309
+ interleavePosition?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
6182
6310
  memoryType?: google_protobuf_wrappers_pb.Int32Value.AsObject,
6183
- positionInRow?: google_protobuf_wrappers_pb.Int32Value.AsObject,
6184
- speed?: google_protobuf_wrappers_pb.Int32Value.AsObject,
6185
- totalWidth?: google_protobuf_wrappers_pb.Int32Value.AsObject,
6186
- typeDetail?: google_protobuf_wrappers_pb.Int32Value.AsObject,
6311
+ positionInRow?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
6312
+ speed?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
6313
+ totalWidth?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
6314
+ typeDetail?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
6187
6315
  manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
6188
6316
  partNumber?: google_protobuf_wrappers_pb.StringValue.AsObject,
6189
6317
  serialNumber?: google_protobuf_wrappers_pb.StringValue.AsObject,
@@ -6200,8 +6328,8 @@ export class PhysicalMemoryV2 extends jspb.Message {
6200
6328
 
6201
6329
  hasDataWidth(): boolean;
6202
6330
  clearDataWidth(): void;
6203
- getDataWidth(): google_protobuf_wrappers_pb.Int32Value | undefined;
6204
- setDataWidth(value?: google_protobuf_wrappers_pb.Int32Value): PhysicalMemoryV2;
6331
+ getDataWidth(): google_protobuf_wrappers_pb.UInt32Value | undefined;
6332
+ setDataWidth(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryV2;
6205
6333
 
6206
6334
  hasDeviceLocator(): boolean;
6207
6335
  clearDeviceLocator(): void;
@@ -6210,18 +6338,18 @@ export class PhysicalMemoryV2 extends jspb.Message {
6210
6338
 
6211
6339
  hasFormFactor(): boolean;
6212
6340
  clearFormFactor(): void;
6213
- getFormFactor(): google_protobuf_wrappers_pb.Int32Value | undefined;
6214
- setFormFactor(value?: google_protobuf_wrappers_pb.Int32Value): PhysicalMemoryV2;
6341
+ getFormFactor(): google_protobuf_wrappers_pb.UInt32Value | undefined;
6342
+ setFormFactor(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryV2;
6215
6343
 
6216
6344
  hasInterleaveDataDepth(): boolean;
6217
6345
  clearInterleaveDataDepth(): void;
6218
- getInterleaveDataDepth(): google_protobuf_wrappers_pb.Int32Value | undefined;
6219
- setInterleaveDataDepth(value?: google_protobuf_wrappers_pb.Int32Value): PhysicalMemoryV2;
6346
+ getInterleaveDataDepth(): google_protobuf_wrappers_pb.UInt32Value | undefined;
6347
+ setInterleaveDataDepth(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryV2;
6220
6348
 
6221
6349
  hasInterleavePosition(): boolean;
6222
6350
  clearInterleavePosition(): void;
6223
- getInterleavePosition(): google_protobuf_wrappers_pb.Int32Value | undefined;
6224
- setInterleavePosition(value?: google_protobuf_wrappers_pb.Int32Value): PhysicalMemoryV2;
6351
+ getInterleavePosition(): google_protobuf_wrappers_pb.UInt32Value | undefined;
6352
+ setInterleavePosition(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryV2;
6225
6353
 
6226
6354
  hasMemoryType(): boolean;
6227
6355
  clearMemoryType(): void;
@@ -6230,23 +6358,23 @@ export class PhysicalMemoryV2 extends jspb.Message {
6230
6358
 
6231
6359
  hasPositionInRow(): boolean;
6232
6360
  clearPositionInRow(): void;
6233
- getPositionInRow(): google_protobuf_wrappers_pb.Int32Value | undefined;
6234
- setPositionInRow(value?: google_protobuf_wrappers_pb.Int32Value): PhysicalMemoryV2;
6361
+ getPositionInRow(): google_protobuf_wrappers_pb.UInt32Value | undefined;
6362
+ setPositionInRow(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryV2;
6235
6363
 
6236
6364
  hasSpeed(): boolean;
6237
6365
  clearSpeed(): void;
6238
- getSpeed(): google_protobuf_wrappers_pb.Int32Value | undefined;
6239
- setSpeed(value?: google_protobuf_wrappers_pb.Int32Value): PhysicalMemoryV2;
6366
+ getSpeed(): google_protobuf_wrappers_pb.UInt32Value | undefined;
6367
+ setSpeed(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryV2;
6240
6368
 
6241
6369
  hasTotalWidth(): boolean;
6242
6370
  clearTotalWidth(): void;
6243
- getTotalWidth(): google_protobuf_wrappers_pb.Int32Value | undefined;
6244
- setTotalWidth(value?: google_protobuf_wrappers_pb.Int32Value): PhysicalMemoryV2;
6371
+ getTotalWidth(): google_protobuf_wrappers_pb.UInt32Value | undefined;
6372
+ setTotalWidth(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryV2;
6245
6373
 
6246
6374
  hasTypeDetail(): boolean;
6247
6375
  clearTypeDetail(): void;
6248
- getTypeDetail(): google_protobuf_wrappers_pb.Int32Value | undefined;
6249
- setTypeDetail(value?: google_protobuf_wrappers_pb.Int32Value): PhysicalMemoryV2;
6376
+ getTypeDetail(): google_protobuf_wrappers_pb.UInt32Value | undefined;
6377
+ setTypeDetail(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryV2;
6250
6378
 
6251
6379
  hasManufacturer(): boolean;
6252
6380
  clearManufacturer(): void;
@@ -6296,16 +6424,16 @@ export class PhysicalMemoryV2 extends jspb.Message {
6296
6424
  export namespace PhysicalMemoryV2 {
6297
6425
  export type AsObject = {
6298
6426
  capacity?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
6299
- dataWidth?: google_protobuf_wrappers_pb.Int32Value.AsObject,
6427
+ dataWidth?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
6300
6428
  deviceLocator?: google_protobuf_wrappers_pb.StringValue.AsObject,
6301
- formFactor?: google_protobuf_wrappers_pb.Int32Value.AsObject,
6302
- interleaveDataDepth?: google_protobuf_wrappers_pb.Int32Value.AsObject,
6303
- interleavePosition?: google_protobuf_wrappers_pb.Int32Value.AsObject,
6429
+ formFactor?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
6430
+ interleaveDataDepth?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
6431
+ interleavePosition?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
6304
6432
  memoryType?: google_protobuf_wrappers_pb.Int32Value.AsObject,
6305
- positionInRow?: google_protobuf_wrappers_pb.Int32Value.AsObject,
6306
- speed?: google_protobuf_wrappers_pb.Int32Value.AsObject,
6307
- totalWidth?: google_protobuf_wrappers_pb.Int32Value.AsObject,
6308
- typeDetail?: google_protobuf_wrappers_pb.Int32Value.AsObject,
6433
+ positionInRow?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
6434
+ speed?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
6435
+ totalWidth?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
6436
+ typeDetail?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
6309
6437
  manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
6310
6438
  partNumber?: google_protobuf_wrappers_pb.StringValue.AsObject,
6311
6439
  serialNumber?: google_protobuf_wrappers_pb.StringValue.AsObject,
@@ -6342,8 +6470,8 @@ export class Keyboard extends jspb.Message {
6342
6470
 
6343
6471
  hasConfigManagerErrorCode(): boolean;
6344
6472
  clearConfigManagerErrorCode(): void;
6345
- getConfigManagerErrorCode(): google_protobuf_wrappers_pb.Int32Value | undefined;
6346
- setConfigManagerErrorCode(value?: google_protobuf_wrappers_pb.Int32Value): Keyboard;
6473
+ getConfigManagerErrorCode(): google_protobuf_wrappers_pb.UInt32Value | undefined;
6474
+ setConfigManagerErrorCode(value?: google_protobuf_wrappers_pb.UInt32Value): Keyboard;
6347
6475
 
6348
6476
  hasConfigManagerUserConfig(): boolean;
6349
6477
  clearConfigManagerUserConfig(): void;
@@ -6367,8 +6495,8 @@ export class Keyboard extends jspb.Message {
6367
6495
 
6368
6496
  hasNumberOfFunctionKeys(): boolean;
6369
6497
  clearNumberOfFunctionKeys(): void;
6370
- getNumberOfFunctionKeys(): google_protobuf_wrappers_pb.Int32Value | undefined;
6371
- setNumberOfFunctionKeys(value?: google_protobuf_wrappers_pb.Int32Value): Keyboard;
6498
+ getNumberOfFunctionKeys(): google_protobuf_wrappers_pb.UInt32Value | undefined;
6499
+ setNumberOfFunctionKeys(value?: google_protobuf_wrappers_pb.UInt32Value): Keyboard;
6372
6500
 
6373
6501
  serializeBinary(): Uint8Array;
6374
6502
  toObject(includeInstance?: boolean): Keyboard.AsObject;
@@ -6382,12 +6510,12 @@ export class Keyboard extends jspb.Message {
6382
6510
 
6383
6511
  export namespace Keyboard {
6384
6512
  export type AsObject = {
6385
- configManagerErrorCode?: google_protobuf_wrappers_pb.Int32Value.AsObject,
6513
+ configManagerErrorCode?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
6386
6514
  configManagerUserConfig?: google_protobuf_wrappers_pb.BoolValue.AsObject,
6387
6515
  description?: google_protobuf_wrappers_pb.StringValue.AsObject,
6388
6516
  deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
6389
6517
  layout?: google_protobuf_wrappers_pb.StringValue.AsObject,
6390
- numberOfFunctionKeys?: google_protobuf_wrappers_pb.Int32Value.AsObject,
6518
+ numberOfFunctionKeys?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
6391
6519
  }
6392
6520
  }
6393
6521
 
@@ -6414,8 +6542,11 @@ export namespace WindowsInfrared {
6414
6542
  }
6415
6543
 
6416
6544
  export class Infrared extends jspb.Message {
6417
- getAvailability(): number;
6418
- setAvailability(value: number): Infrared;
6545
+
6546
+ hasAvailability(): boolean;
6547
+ clearAvailability(): void;
6548
+ getAvailability(): google_protobuf_wrappers_pb.UInt32Value | undefined;
6549
+ setAvailability(value?: google_protobuf_wrappers_pb.UInt32Value): Infrared;
6419
6550
 
6420
6551
  hasCaption(): boolean;
6421
6552
  clearCaption(): void;
@@ -6424,8 +6555,8 @@ export class Infrared extends jspb.Message {
6424
6555
 
6425
6556
  hasConfigManagerErrorCode(): boolean;
6426
6557
  clearConfigManagerErrorCode(): void;
6427
- getConfigManagerErrorCode(): google_protobuf_wrappers_pb.Int32Value | undefined;
6428
- setConfigManagerErrorCode(value?: google_protobuf_wrappers_pb.Int32Value): Infrared;
6558
+ getConfigManagerErrorCode(): google_protobuf_wrappers_pb.UInt32Value | undefined;
6559
+ setConfigManagerErrorCode(value?: google_protobuf_wrappers_pb.UInt32Value): Infrared;
6429
6560
 
6430
6561
  hasConfigManagerUserConfig(): boolean;
6431
6562
  clearConfigManagerUserConfig(): void;
@@ -6444,8 +6575,8 @@ export class Infrared extends jspb.Message {
6444
6575
 
6445
6576
  hasProtocolSupported(): boolean;
6446
6577
  clearProtocolSupported(): void;
6447
- getProtocolSupported(): google_protobuf_wrappers_pb.Int32Value | undefined;
6448
- setProtocolSupported(value?: google_protobuf_wrappers_pb.Int32Value): Infrared;
6578
+ getProtocolSupported(): google_protobuf_wrappers_pb.UInt32Value | undefined;
6579
+ setProtocolSupported(value?: google_protobuf_wrappers_pb.UInt32Value): Infrared;
6449
6580
 
6450
6581
  serializeBinary(): Uint8Array;
6451
6582
  toObject(includeInstance?: boolean): Infrared.AsObject;
@@ -6459,13 +6590,13 @@ export class Infrared extends jspb.Message {
6459
6590
 
6460
6591
  export namespace Infrared {
6461
6592
  export type AsObject = {
6462
- availability: number,
6593
+ availability?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
6463
6594
  caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
6464
- configManagerErrorCode?: google_protobuf_wrappers_pb.Int32Value.AsObject,
6595
+ configManagerErrorCode?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
6465
6596
  configManagerUserConfig?: google_protobuf_wrappers_pb.BoolValue.AsObject,
6466
6597
  deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
6467
6598
  manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
6468
- protocolSupported?: google_protobuf_wrappers_pb.Int32Value.AsObject,
6599
+ protocolSupported?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
6469
6600
  }
6470
6601
  }
6471
6602
 
@@ -6510,8 +6641,8 @@ export class IdeController extends jspb.Message {
6510
6641
 
6511
6642
  hasProtocolSupported(): boolean;
6512
6643
  clearProtocolSupported(): void;
6513
- getProtocolSupported(): google_protobuf_wrappers_pb.Int32Value | undefined;
6514
- setProtocolSupported(value?: google_protobuf_wrappers_pb.Int32Value): IdeController;
6644
+ getProtocolSupported(): google_protobuf_wrappers_pb.UInt32Value | undefined;
6645
+ setProtocolSupported(value?: google_protobuf_wrappers_pb.UInt32Value): IdeController;
6515
6646
 
6516
6647
  serializeBinary(): Uint8Array;
6517
6648
  toObject(includeInstance?: boolean): IdeController.AsObject;
@@ -6528,7 +6659,7 @@ export namespace IdeController {
6528
6659
  caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
6529
6660
  deviceid?: google_protobuf_wrappers_pb.StringValue.AsObject,
6530
6661
  manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
6531
- protocolSupported?: google_protobuf_wrappers_pb.Int32Value.AsObject,
6662
+ protocolSupported?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
6532
6663
  }
6533
6664
  }
6534
6665
 
@@ -6659,8 +6790,8 @@ export class HyperV extends jspb.Message {
6659
6790
 
6660
6791
  hasEnabledState(): boolean;
6661
6792
  clearEnabledState(): void;
6662
- getEnabledState(): google_protobuf_wrappers_pb.Int32Value | undefined;
6663
- setEnabledState(value?: google_protobuf_wrappers_pb.Int32Value): HyperV;
6793
+ getEnabledState(): google_protobuf_wrappers_pb.UInt32Value | undefined;
6794
+ setEnabledState(value?: google_protobuf_wrappers_pb.UInt32Value): HyperV;
6664
6795
 
6665
6796
  hasHealthState(): boolean;
6666
6797
  clearHealthState(): void;
@@ -6669,8 +6800,8 @@ export class HyperV extends jspb.Message {
6669
6800
 
6670
6801
  hasName(): boolean;
6671
6802
  clearName(): void;
6672
- getName(): google_protobuf_wrappers_pb.Int32Value | undefined;
6673
- setName(value?: google_protobuf_wrappers_pb.Int32Value): HyperV;
6803
+ getName(): google_protobuf_wrappers_pb.StringValue | undefined;
6804
+ setName(value?: google_protobuf_wrappers_pb.StringValue): HyperV;
6674
6805
 
6675
6806
  serializeBinary(): Uint8Array;
6676
6807
  toObject(includeInstance?: boolean): HyperV.AsObject;
@@ -6685,9 +6816,9 @@ export class HyperV extends jspb.Message {
6685
6816
  export namespace HyperV {
6686
6817
  export type AsObject = {
6687
6818
  elementName?: google_protobuf_wrappers_pb.StringValue.AsObject,
6688
- enabledState?: google_protobuf_wrappers_pb.Int32Value.AsObject,
6819
+ enabledState?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
6689
6820
  healthState?: google_protobuf_wrappers_pb.StringValue.AsObject,
6690
- name?: google_protobuf_wrappers_pb.Int32Value.AsObject,
6821
+ name?: google_protobuf_wrappers_pb.StringValue.AsObject,
6691
6822
  }
6692
6823
  }
6693
6824
 
@@ -6737,8 +6868,8 @@ export class HardDisk extends jspb.Message {
6737
6868
 
6738
6869
  hasDriveType(): boolean;
6739
6870
  clearDriveType(): void;
6740
- getDriveType(): google_protobuf_wrappers_pb.Int32Value | undefined;
6741
- setDriveType(value?: google_protobuf_wrappers_pb.Int32Value): HardDisk;
6871
+ getDriveType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
6872
+ setDriveType(value?: google_protobuf_wrappers_pb.UInt32Value): HardDisk;
6742
6873
 
6743
6874
  hasFileSystem(): boolean;
6744
6875
  clearFileSystem(): void;
@@ -6781,7 +6912,7 @@ export namespace HardDisk {
6781
6912
  compressed?: google_protobuf_wrappers_pb.BoolValue.AsObject,
6782
6913
  description?: google_protobuf_wrappers_pb.StringValue.AsObject,
6783
6914
  deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
6784
- driveType?: google_protobuf_wrappers_pb.Int32Value.AsObject,
6915
+ driveType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
6785
6916
  fileSystem?: google_protobuf_wrappers_pb.StringValue.AsObject,
6786
6917
  freeSpace?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
6787
6918
  size?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
@@ -7014,8 +7145,8 @@ export class FloppyV1 extends jspb.Message {
7014
7145
 
7015
7146
  hasBytesPerSector(): boolean;
7016
7147
  clearBytesPerSector(): void;
7017
- getBytesPerSector(): google_protobuf_wrappers_pb.Int32Value | undefined;
7018
- setBytesPerSector(value?: google_protobuf_wrappers_pb.Int32Value): FloppyV1;
7148
+ getBytesPerSector(): google_protobuf_wrappers_pb.UInt32Value | undefined;
7149
+ setBytesPerSector(value?: google_protobuf_wrappers_pb.UInt32Value): FloppyV1;
7019
7150
 
7020
7151
  hasDescription(): boolean;
7021
7152
  clearDescription(): void;
@@ -7044,8 +7175,8 @@ export class FloppyV1 extends jspb.Message {
7044
7175
 
7045
7176
  hasPartitions(): boolean;
7046
7177
  clearPartitions(): void;
7047
- getPartitions(): google_protobuf_wrappers_pb.Int32Value | undefined;
7048
- setPartitions(value?: google_protobuf_wrappers_pb.Int32Value): FloppyV1;
7178
+ getPartitions(): google_protobuf_wrappers_pb.UInt32Value | undefined;
7179
+ setPartitions(value?: google_protobuf_wrappers_pb.UInt32Value): FloppyV1;
7049
7180
 
7050
7181
  hasPnpDeviceId(): boolean;
7051
7182
  clearPnpDeviceId(): void;
@@ -7054,8 +7185,8 @@ export class FloppyV1 extends jspb.Message {
7054
7185
 
7055
7186
  hasSectorsPerTrack(): boolean;
7056
7187
  clearSectorsPerTrack(): void;
7057
- getSectorsPerTrack(): google_protobuf_wrappers_pb.Int32Value | undefined;
7058
- setSectorsPerTrack(value?: google_protobuf_wrappers_pb.Int32Value): FloppyV1;
7188
+ getSectorsPerTrack(): google_protobuf_wrappers_pb.UInt32Value | undefined;
7189
+ setSectorsPerTrack(value?: google_protobuf_wrappers_pb.UInt32Value): FloppyV1;
7059
7190
 
7060
7191
  hasSize(): boolean;
7061
7192
  clearSize(): void;
@@ -7069,8 +7200,8 @@ export class FloppyV1 extends jspb.Message {
7069
7200
 
7070
7201
  hasTotalHeads(): boolean;
7071
7202
  clearTotalHeads(): void;
7072
- getTotalHeads(): google_protobuf_wrappers_pb.Int32Value | undefined;
7073
- setTotalHeads(value?: google_protobuf_wrappers_pb.Int32Value): FloppyV1;
7203
+ getTotalHeads(): google_protobuf_wrappers_pb.UInt32Value | undefined;
7204
+ setTotalHeads(value?: google_protobuf_wrappers_pb.UInt32Value): FloppyV1;
7074
7205
 
7075
7206
  hasTotalSectors(): boolean;
7076
7207
  clearTotalSectors(): void;
@@ -7084,8 +7215,8 @@ export class FloppyV1 extends jspb.Message {
7084
7215
 
7085
7216
  hasTracksPerCylinder(): boolean;
7086
7217
  clearTracksPerCylinder(): void;
7087
- getTracksPerCylinder(): google_protobuf_wrappers_pb.Int32Value | undefined;
7088
- setTracksPerCylinder(value?: google_protobuf_wrappers_pb.Int32Value): FloppyV1;
7218
+ getTracksPerCylinder(): google_protobuf_wrappers_pb.UInt32Value | undefined;
7219
+ setTracksPerCylinder(value?: google_protobuf_wrappers_pb.UInt32Value): FloppyV1;
7089
7220
 
7090
7221
  hasDeviceId(): boolean;
7091
7222
  clearDeviceId(): void;
@@ -7109,21 +7240,21 @@ export class FloppyV1 extends jspb.Message {
7109
7240
 
7110
7241
  export namespace FloppyV1 {
7111
7242
  export type AsObject = {
7112
- bytesPerSector?: google_protobuf_wrappers_pb.Int32Value.AsObject,
7243
+ bytesPerSector?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
7113
7244
  description?: google_protobuf_wrappers_pb.StringValue.AsObject,
7114
7245
  interfaceType?: google_protobuf_wrappers_pb.StringValue.AsObject,
7115
7246
  manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
7116
7247
  model?: google_protobuf_wrappers_pb.StringValue.AsObject,
7117
7248
  name?: google_protobuf_wrappers_pb.StringValue.AsObject,
7118
- partitions?: google_protobuf_wrappers_pb.Int32Value.AsObject,
7249
+ partitions?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
7119
7250
  pnpDeviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
7120
- sectorsPerTrack?: google_protobuf_wrappers_pb.Int32Value.AsObject,
7251
+ sectorsPerTrack?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
7121
7252
  size?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
7122
7253
  totalCylinders?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
7123
- totalHeads?: google_protobuf_wrappers_pb.Int32Value.AsObject,
7254
+ totalHeads?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
7124
7255
  totalSectors?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
7125
7256
  totalTracks?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
7126
- tracksPerCylinder?: google_protobuf_wrappers_pb.Int32Value.AsObject,
7257
+ tracksPerCylinder?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
7127
7258
  deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
7128
7259
  status?: google_protobuf_wrappers_pb.StringValue.AsObject,
7129
7260
  }
@@ -7133,8 +7264,8 @@ export class FloppyV2 extends jspb.Message {
7133
7264
 
7134
7265
  hasBytesPerSector(): boolean;
7135
7266
  clearBytesPerSector(): void;
7136
- getBytesPerSector(): google_protobuf_wrappers_pb.Int32Value | undefined;
7137
- setBytesPerSector(value?: google_protobuf_wrappers_pb.Int32Value): FloppyV2;
7267
+ getBytesPerSector(): google_protobuf_wrappers_pb.UInt32Value | undefined;
7268
+ setBytesPerSector(value?: google_protobuf_wrappers_pb.UInt32Value): FloppyV2;
7138
7269
 
7139
7270
  hasDescription(): boolean;
7140
7271
  clearDescription(): void;
@@ -7163,8 +7294,8 @@ export class FloppyV2 extends jspb.Message {
7163
7294
 
7164
7295
  hasPartitions(): boolean;
7165
7296
  clearPartitions(): void;
7166
- getPartitions(): google_protobuf_wrappers_pb.Int32Value | undefined;
7167
- setPartitions(value?: google_protobuf_wrappers_pb.Int32Value): FloppyV2;
7297
+ getPartitions(): google_protobuf_wrappers_pb.UInt32Value | undefined;
7298
+ setPartitions(value?: google_protobuf_wrappers_pb.UInt32Value): FloppyV2;
7168
7299
 
7169
7300
  hasPnpDeviceId(): boolean;
7170
7301
  clearPnpDeviceId(): void;
@@ -7173,8 +7304,8 @@ export class FloppyV2 extends jspb.Message {
7173
7304
 
7174
7305
  hasSectorsPerTrack(): boolean;
7175
7306
  clearSectorsPerTrack(): void;
7176
- getSectorsPerTrack(): google_protobuf_wrappers_pb.Int32Value | undefined;
7177
- setSectorsPerTrack(value?: google_protobuf_wrappers_pb.Int32Value): FloppyV2;
7307
+ getSectorsPerTrack(): google_protobuf_wrappers_pb.UInt32Value | undefined;
7308
+ setSectorsPerTrack(value?: google_protobuf_wrappers_pb.UInt32Value): FloppyV2;
7178
7309
 
7179
7310
  hasSize(): boolean;
7180
7311
  clearSize(): void;
@@ -7188,8 +7319,8 @@ export class FloppyV2 extends jspb.Message {
7188
7319
 
7189
7320
  hasTotalHeads(): boolean;
7190
7321
  clearTotalHeads(): void;
7191
- getTotalHeads(): google_protobuf_wrappers_pb.Int32Value | undefined;
7192
- setTotalHeads(value?: google_protobuf_wrappers_pb.Int32Value): FloppyV2;
7322
+ getTotalHeads(): google_protobuf_wrappers_pb.UInt32Value | undefined;
7323
+ setTotalHeads(value?: google_protobuf_wrappers_pb.UInt32Value): FloppyV2;
7193
7324
 
7194
7325
  hasTotalSectors(): boolean;
7195
7326
  clearTotalSectors(): void;
@@ -7203,8 +7334,8 @@ export class FloppyV2 extends jspb.Message {
7203
7334
 
7204
7335
  hasTracksPerCylinder(): boolean;
7205
7336
  clearTracksPerCylinder(): void;
7206
- getTracksPerCylinder(): google_protobuf_wrappers_pb.Int32Value | undefined;
7207
- setTracksPerCylinder(value?: google_protobuf_wrappers_pb.Int32Value): FloppyV2;
7337
+ getTracksPerCylinder(): google_protobuf_wrappers_pb.UInt32Value | undefined;
7338
+ setTracksPerCylinder(value?: google_protobuf_wrappers_pb.UInt32Value): FloppyV2;
7208
7339
 
7209
7340
  hasDeviceId(): boolean;
7210
7341
  clearDeviceId(): void;
@@ -7238,21 +7369,21 @@ export class FloppyV2 extends jspb.Message {
7238
7369
 
7239
7370
  export namespace FloppyV2 {
7240
7371
  export type AsObject = {
7241
- bytesPerSector?: google_protobuf_wrappers_pb.Int32Value.AsObject,
7372
+ bytesPerSector?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
7242
7373
  description?: google_protobuf_wrappers_pb.StringValue.AsObject,
7243
7374
  interfaceType?: google_protobuf_wrappers_pb.StringValue.AsObject,
7244
7375
  manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
7245
7376
  model?: google_protobuf_wrappers_pb.StringValue.AsObject,
7246
7377
  name?: google_protobuf_wrappers_pb.StringValue.AsObject,
7247
- partitions?: google_protobuf_wrappers_pb.Int32Value.AsObject,
7378
+ partitions?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
7248
7379
  pnpDeviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
7249
- sectorsPerTrack?: google_protobuf_wrappers_pb.Int32Value.AsObject,
7380
+ sectorsPerTrack?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
7250
7381
  size?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
7251
7382
  totalCylinders?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
7252
- totalHeads?: google_protobuf_wrappers_pb.Int32Value.AsObject,
7383
+ totalHeads?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
7253
7384
  totalSectors?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
7254
7385
  totalTracks?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
7255
- tracksPerCylinder?: google_protobuf_wrappers_pb.Int32Value.AsObject,
7386
+ tracksPerCylinder?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
7256
7387
  deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
7257
7388
  status?: google_protobuf_wrappers_pb.StringValue.AsObject,
7258
7389
  firmwareRevision?: google_protobuf_wrappers_pb.StringValue.AsObject,
@@ -7338,8 +7469,11 @@ export class EncryptableVolume extends jspb.Message {
7338
7469
  clearDriveLetter(): void;
7339
7470
  getDriveLetter(): google_protobuf_wrappers_pb.StringValue | undefined;
7340
7471
  setDriveLetter(value?: google_protobuf_wrappers_pb.StringValue): EncryptableVolume;
7341
- getProtectionStatus(): number;
7342
- setProtectionStatus(value: number): EncryptableVolume;
7472
+
7473
+ hasProtectionStatus(): boolean;
7474
+ clearProtectionStatus(): void;
7475
+ getProtectionStatus(): google_protobuf_wrappers_pb.UInt32Value | undefined;
7476
+ setProtectionStatus(value?: google_protobuf_wrappers_pb.UInt32Value): EncryptableVolume;
7343
7477
 
7344
7478
  serializeBinary(): Uint8Array;
7345
7479
  toObject(includeInstance?: boolean): EncryptableVolume.AsObject;
@@ -7355,7 +7489,7 @@ export namespace EncryptableVolume {
7355
7489
  export type AsObject = {
7356
7490
  deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
7357
7491
  driveLetter?: google_protobuf_wrappers_pb.StringValue.AsObject,
7358
- protectionStatus: number,
7492
+ protectionStatus?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
7359
7493
  }
7360
7494
  }
7361
7495
 
@@ -7385,8 +7519,8 @@ export class DisplayControllerConfig extends jspb.Message {
7385
7519
 
7386
7520
  hasBitsPerPixel(): boolean;
7387
7521
  clearBitsPerPixel(): void;
7388
- getBitsPerPixel(): google_protobuf_wrappers_pb.Int32Value | undefined;
7389
- setBitsPerPixel(value?: google_protobuf_wrappers_pb.Int32Value): DisplayControllerConfig;
7522
+ getBitsPerPixel(): google_protobuf_wrappers_pb.UInt32Value | undefined;
7523
+ setBitsPerPixel(value?: google_protobuf_wrappers_pb.UInt32Value): DisplayControllerConfig;
7390
7524
 
7391
7525
  hasCaption(): boolean;
7392
7526
  clearCaption(): void;
@@ -7395,23 +7529,23 @@ export class DisplayControllerConfig extends jspb.Message {
7395
7529
 
7396
7530
  hasColorPlanes(): boolean;
7397
7531
  clearColorPlanes(): void;
7398
- getColorPlanes(): google_protobuf_wrappers_pb.Int32Value | undefined;
7399
- setColorPlanes(value?: google_protobuf_wrappers_pb.Int32Value): DisplayControllerConfig;
7532
+ getColorPlanes(): google_protobuf_wrappers_pb.UInt32Value | undefined;
7533
+ setColorPlanes(value?: google_protobuf_wrappers_pb.UInt32Value): DisplayControllerConfig;
7400
7534
 
7401
7535
  hasDeviceEntriesInAColorTable(): boolean;
7402
7536
  clearDeviceEntriesInAColorTable(): void;
7403
- getDeviceEntriesInAColorTable(): google_protobuf_wrappers_pb.Int32Value | undefined;
7404
- setDeviceEntriesInAColorTable(value?: google_protobuf_wrappers_pb.Int32Value): DisplayControllerConfig;
7537
+ getDeviceEntriesInAColorTable(): google_protobuf_wrappers_pb.UInt32Value | undefined;
7538
+ setDeviceEntriesInAColorTable(value?: google_protobuf_wrappers_pb.UInt32Value): DisplayControllerConfig;
7405
7539
 
7406
7540
  hasDeviceSpecificPens(): boolean;
7407
7541
  clearDeviceSpecificPens(): void;
7408
- getDeviceSpecificPens(): google_protobuf_wrappers_pb.Int32Value | undefined;
7409
- setDeviceSpecificPens(value?: google_protobuf_wrappers_pb.Int32Value): DisplayControllerConfig;
7542
+ getDeviceSpecificPens(): google_protobuf_wrappers_pb.UInt32Value | undefined;
7543
+ setDeviceSpecificPens(value?: google_protobuf_wrappers_pb.UInt32Value): DisplayControllerConfig;
7410
7544
 
7411
7545
  hasHorizontalResolution(): boolean;
7412
7546
  clearHorizontalResolution(): void;
7413
- getHorizontalResolution(): google_protobuf_wrappers_pb.Int32Value | undefined;
7414
- setHorizontalResolution(value?: google_protobuf_wrappers_pb.Int32Value): DisplayControllerConfig;
7547
+ getHorizontalResolution(): google_protobuf_wrappers_pb.UInt32Value | undefined;
7548
+ setHorizontalResolution(value?: google_protobuf_wrappers_pb.UInt32Value): DisplayControllerConfig;
7415
7549
 
7416
7550
  hasName(): boolean;
7417
7551
  clearName(): void;
@@ -7425,8 +7559,8 @@ export class DisplayControllerConfig extends jspb.Message {
7425
7559
 
7426
7560
  hasVerticalResolution(): boolean;
7427
7561
  clearVerticalResolution(): void;
7428
- getVerticalResolution(): google_protobuf_wrappers_pb.Int32Value | undefined;
7429
- setVerticalResolution(value?: google_protobuf_wrappers_pb.Int32Value): DisplayControllerConfig;
7562
+ getVerticalResolution(): google_protobuf_wrappers_pb.UInt32Value | undefined;
7563
+ setVerticalResolution(value?: google_protobuf_wrappers_pb.UInt32Value): DisplayControllerConfig;
7430
7564
 
7431
7565
  hasVideoMode(): boolean;
7432
7566
  clearVideoMode(): void;
@@ -7445,15 +7579,15 @@ export class DisplayControllerConfig extends jspb.Message {
7445
7579
 
7446
7580
  export namespace DisplayControllerConfig {
7447
7581
  export type AsObject = {
7448
- bitsPerPixel?: google_protobuf_wrappers_pb.Int32Value.AsObject,
7582
+ bitsPerPixel?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
7449
7583
  caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
7450
- colorPlanes?: google_protobuf_wrappers_pb.Int32Value.AsObject,
7451
- deviceEntriesInAColorTable?: google_protobuf_wrappers_pb.Int32Value.AsObject,
7452
- deviceSpecificPens?: google_protobuf_wrappers_pb.Int32Value.AsObject,
7453
- horizontalResolution?: google_protobuf_wrappers_pb.Int32Value.AsObject,
7584
+ colorPlanes?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
7585
+ deviceEntriesInAColorTable?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
7586
+ deviceSpecificPens?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
7587
+ horizontalResolution?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
7454
7588
  name?: google_protobuf_wrappers_pb.StringValue.AsObject,
7455
7589
  refreshRate?: google_protobuf_wrappers_pb.Int32Value.AsObject,
7456
- verticalResolution?: google_protobuf_wrappers_pb.Int32Value.AsObject,
7590
+ verticalResolution?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
7457
7591
  videoMode?: google_protobuf_wrappers_pb.StringValue.AsObject,
7458
7592
  }
7459
7593
  }
@@ -7484,8 +7618,8 @@ export class DisplayConfig extends jspb.Message {
7484
7618
 
7485
7619
  hasBitsPerPel(): boolean;
7486
7620
  clearBitsPerPel(): void;
7487
- getBitsPerPel(): google_protobuf_wrappers_pb.Int32Value | undefined;
7488
- setBitsPerPel(value?: google_protobuf_wrappers_pb.Int32Value): DisplayConfig;
7621
+ getBitsPerPel(): google_protobuf_wrappers_pb.UInt32Value | undefined;
7622
+ setBitsPerPel(value?: google_protobuf_wrappers_pb.UInt32Value): DisplayConfig;
7489
7623
 
7490
7624
  hasCaption(): boolean;
7491
7625
  clearCaption(): void;
@@ -7499,13 +7633,13 @@ export class DisplayConfig extends jspb.Message {
7499
7633
 
7500
7634
  hasDisplayFlags(): boolean;
7501
7635
  clearDisplayFlags(): void;
7502
- getDisplayFlags(): google_protobuf_wrappers_pb.Int32Value | undefined;
7503
- setDisplayFlags(value?: google_protobuf_wrappers_pb.Int32Value): DisplayConfig;
7636
+ getDisplayFlags(): google_protobuf_wrappers_pb.UInt32Value | undefined;
7637
+ setDisplayFlags(value?: google_protobuf_wrappers_pb.UInt32Value): DisplayConfig;
7504
7638
 
7505
7639
  hasDisplayFrequency(): boolean;
7506
7640
  clearDisplayFrequency(): void;
7507
- getDisplayFrequency(): google_protobuf_wrappers_pb.Int32Value | undefined;
7508
- setDisplayFrequency(value?: google_protobuf_wrappers_pb.Int32Value): DisplayConfig;
7641
+ getDisplayFrequency(): google_protobuf_wrappers_pb.UInt32Value | undefined;
7642
+ setDisplayFrequency(value?: google_protobuf_wrappers_pb.UInt32Value): DisplayConfig;
7509
7643
 
7510
7644
  hasDriverVersion(): boolean;
7511
7645
  clearDriverVersion(): void;
@@ -7514,23 +7648,23 @@ export class DisplayConfig extends jspb.Message {
7514
7648
 
7515
7649
  hasLogPixels(): boolean;
7516
7650
  clearLogPixels(): void;
7517
- getLogPixels(): google_protobuf_wrappers_pb.Int32Value | undefined;
7518
- setLogPixels(value?: google_protobuf_wrappers_pb.Int32Value): DisplayConfig;
7651
+ getLogPixels(): google_protobuf_wrappers_pb.UInt32Value | undefined;
7652
+ setLogPixels(value?: google_protobuf_wrappers_pb.UInt32Value): DisplayConfig;
7519
7653
 
7520
7654
  hasPelsHeight(): boolean;
7521
7655
  clearPelsHeight(): void;
7522
- getPelsHeight(): google_protobuf_wrappers_pb.Int32Value | undefined;
7523
- setPelsHeight(value?: google_protobuf_wrappers_pb.Int32Value): DisplayConfig;
7656
+ getPelsHeight(): google_protobuf_wrappers_pb.UInt32Value | undefined;
7657
+ setPelsHeight(value?: google_protobuf_wrappers_pb.UInt32Value): DisplayConfig;
7524
7658
 
7525
7659
  hasPelsWidth(): boolean;
7526
7660
  clearPelsWidth(): void;
7527
- getPelsWidth(): google_protobuf_wrappers_pb.Int32Value | undefined;
7528
- setPelsWidth(value?: google_protobuf_wrappers_pb.Int32Value): DisplayConfig;
7661
+ getPelsWidth(): google_protobuf_wrappers_pb.UInt32Value | undefined;
7662
+ setPelsWidth(value?: google_protobuf_wrappers_pb.UInt32Value): DisplayConfig;
7529
7663
 
7530
7664
  hasSpecificationVersion(): boolean;
7531
7665
  clearSpecificationVersion(): void;
7532
- getSpecificationVersion(): google_protobuf_wrappers_pb.Int32Value | undefined;
7533
- setSpecificationVersion(value?: google_protobuf_wrappers_pb.Int32Value): DisplayConfig;
7666
+ getSpecificationVersion(): google_protobuf_wrappers_pb.UInt32Value | undefined;
7667
+ setSpecificationVersion(value?: google_protobuf_wrappers_pb.UInt32Value): DisplayConfig;
7534
7668
 
7535
7669
  serializeBinary(): Uint8Array;
7536
7670
  toObject(includeInstance?: boolean): DisplayConfig.AsObject;
@@ -7544,16 +7678,16 @@ export class DisplayConfig extends jspb.Message {
7544
7678
 
7545
7679
  export namespace DisplayConfig {
7546
7680
  export type AsObject = {
7547
- bitsPerPel?: google_protobuf_wrappers_pb.Int32Value.AsObject,
7681
+ bitsPerPel?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
7548
7682
  caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
7549
7683
  deviceName?: google_protobuf_wrappers_pb.StringValue.AsObject,
7550
- displayFlags?: google_protobuf_wrappers_pb.Int32Value.AsObject,
7551
- displayFrequency?: google_protobuf_wrappers_pb.Int32Value.AsObject,
7684
+ displayFlags?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
7685
+ displayFrequency?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
7552
7686
  driverVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
7553
- logPixels?: google_protobuf_wrappers_pb.Int32Value.AsObject,
7554
- pelsHeight?: google_protobuf_wrappers_pb.Int32Value.AsObject,
7555
- pelsWidth?: google_protobuf_wrappers_pb.Int32Value.AsObject,
7556
- specificationVersion?: google_protobuf_wrappers_pb.Int32Value.AsObject,
7687
+ logPixels?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
7688
+ pelsHeight?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
7689
+ pelsWidth?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
7690
+ specificationVersion?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
7557
7691
  }
7558
7692
  }
7559
7693
 
@@ -7603,13 +7737,13 @@ export class DiskPartition extends jspb.Message {
7603
7737
 
7604
7738
  hasDiskIndex(): boolean;
7605
7739
  clearDiskIndex(): void;
7606
- getDiskIndex(): google_protobuf_wrappers_pb.Int32Value | undefined;
7607
- setDiskIndex(value?: google_protobuf_wrappers_pb.Int32Value): DiskPartition;
7740
+ getDiskIndex(): google_protobuf_wrappers_pb.UInt32Value | undefined;
7741
+ setDiskIndex(value?: google_protobuf_wrappers_pb.UInt32Value): DiskPartition;
7608
7742
 
7609
7743
  hasIndex(): boolean;
7610
7744
  clearIndex(): void;
7611
- getIndex(): google_protobuf_wrappers_pb.Int32Value | undefined;
7612
- setIndex(value?: google_protobuf_wrappers_pb.Int32Value): DiskPartition;
7745
+ getIndex(): google_protobuf_wrappers_pb.UInt32Value | undefined;
7746
+ setIndex(value?: google_protobuf_wrappers_pb.UInt32Value): DiskPartition;
7613
7747
 
7614
7748
  hasNumberOfBlocks(): boolean;
7615
7749
  clearNumberOfBlocks(): void;
@@ -7652,8 +7786,8 @@ export namespace DiskPartition {
7652
7786
  bootable?: google_protobuf_wrappers_pb.BoolValue.AsObject,
7653
7787
  bootPartition?: google_protobuf_wrappers_pb.BoolValue.AsObject,
7654
7788
  deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
7655
- diskIndex?: google_protobuf_wrappers_pb.Int32Value.AsObject,
7656
- index?: google_protobuf_wrappers_pb.Int32Value.AsObject,
7789
+ diskIndex?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
7790
+ index?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
7657
7791
  numberOfBlocks?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
7658
7792
  primaryPartition?: google_protobuf_wrappers_pb.BoolValue.AsObject,
7659
7793
  size?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
@@ -7688,8 +7822,8 @@ export class DesktopMonitor extends jspb.Message {
7688
7822
 
7689
7823
  hasAvailability(): boolean;
7690
7824
  clearAvailability(): void;
7691
- getAvailability(): google_protobuf_wrappers_pb.Int32Value | undefined;
7692
- setAvailability(value?: google_protobuf_wrappers_pb.Int32Value): DesktopMonitor;
7825
+ getAvailability(): google_protobuf_wrappers_pb.UInt32Value | undefined;
7826
+ setAvailability(value?: google_protobuf_wrappers_pb.UInt32Value): DesktopMonitor;
7693
7827
 
7694
7828
  hasCaption(): boolean;
7695
7829
  clearCaption(): void;
@@ -7708,13 +7842,13 @@ export class DesktopMonitor extends jspb.Message {
7708
7842
 
7709
7843
  hasPixelsPerXLogicalInch(): boolean;
7710
7844
  clearPixelsPerXLogicalInch(): void;
7711
- getPixelsPerXLogicalInch(): google_protobuf_wrappers_pb.Int32Value | undefined;
7712
- setPixelsPerXLogicalInch(value?: google_protobuf_wrappers_pb.Int32Value): DesktopMonitor;
7845
+ getPixelsPerXLogicalInch(): google_protobuf_wrappers_pb.UInt32Value | undefined;
7846
+ setPixelsPerXLogicalInch(value?: google_protobuf_wrappers_pb.UInt32Value): DesktopMonitor;
7713
7847
 
7714
7848
  hasPixelsPerYLogicalInch(): boolean;
7715
7849
  clearPixelsPerYLogicalInch(): void;
7716
- getPixelsPerYLogicalInch(): google_protobuf_wrappers_pb.Int32Value | undefined;
7717
- setPixelsPerYLogicalInch(value?: google_protobuf_wrappers_pb.Int32Value): DesktopMonitor;
7850
+ getPixelsPerYLogicalInch(): google_protobuf_wrappers_pb.UInt32Value | undefined;
7851
+ setPixelsPerYLogicalInch(value?: google_protobuf_wrappers_pb.UInt32Value): DesktopMonitor;
7718
7852
 
7719
7853
  hasPnpDeviceId(): boolean;
7720
7854
  clearPnpDeviceId(): void;
@@ -7723,13 +7857,13 @@ export class DesktopMonitor extends jspb.Message {
7723
7857
 
7724
7858
  hasScreenHeight(): boolean;
7725
7859
  clearScreenHeight(): void;
7726
- getScreenHeight(): google_protobuf_wrappers_pb.Int32Value | undefined;
7727
- setScreenHeight(value?: google_protobuf_wrappers_pb.Int32Value): DesktopMonitor;
7860
+ getScreenHeight(): google_protobuf_wrappers_pb.UInt32Value | undefined;
7861
+ setScreenHeight(value?: google_protobuf_wrappers_pb.UInt32Value): DesktopMonitor;
7728
7862
 
7729
7863
  hasScreenWidth(): boolean;
7730
7864
  clearScreenWidth(): void;
7731
- getScreenWidth(): google_protobuf_wrappers_pb.Int32Value | undefined;
7732
- setScreenWidth(value?: google_protobuf_wrappers_pb.Int32Value): DesktopMonitor;
7865
+ getScreenWidth(): google_protobuf_wrappers_pb.UInt32Value | undefined;
7866
+ setScreenWidth(value?: google_protobuf_wrappers_pb.UInt32Value): DesktopMonitor;
7733
7867
 
7734
7868
  serializeBinary(): Uint8Array;
7735
7869
  toObject(includeInstance?: boolean): DesktopMonitor.AsObject;
@@ -7743,15 +7877,15 @@ export class DesktopMonitor extends jspb.Message {
7743
7877
 
7744
7878
  export namespace DesktopMonitor {
7745
7879
  export type AsObject = {
7746
- availability?: google_protobuf_wrappers_pb.Int32Value.AsObject,
7880
+ availability?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
7747
7881
  caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
7748
7882
  deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
7749
7883
  monitorManufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
7750
- pixelsPerXLogicalInch?: google_protobuf_wrappers_pb.Int32Value.AsObject,
7751
- pixelsPerYLogicalInch?: google_protobuf_wrappers_pb.Int32Value.AsObject,
7884
+ pixelsPerXLogicalInch?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
7885
+ pixelsPerYLogicalInch?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
7752
7886
  pnpDeviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
7753
- screenHeight?: google_protobuf_wrappers_pb.Int32Value.AsObject,
7754
- screenWidth?: google_protobuf_wrappers_pb.Int32Value.AsObject,
7887
+ screenHeight?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
7888
+ screenWidth?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
7755
7889
  }
7756
7890
  }
7757
7891
 
@@ -7781,8 +7915,8 @@ export class Desktop extends jspb.Message {
7781
7915
 
7782
7916
  hasBorderwidth(): boolean;
7783
7917
  clearBorderwidth(): void;
7784
- getBorderwidth(): google_protobuf_wrappers_pb.Int32Value | undefined;
7785
- setBorderwidth(value?: google_protobuf_wrappers_pb.Int32Value): Desktop;
7918
+ getBorderwidth(): google_protobuf_wrappers_pb.UInt32Value | undefined;
7919
+ setBorderwidth(value?: google_protobuf_wrappers_pb.UInt32Value): Desktop;
7786
7920
 
7787
7921
  hasCoolswitch(): boolean;
7788
7922
  clearCoolswitch(): void;
@@ -7791,8 +7925,8 @@ export class Desktop extends jspb.Message {
7791
7925
 
7792
7926
  hasCursorblinkrate(): boolean;
7793
7927
  clearCursorblinkrate(): void;
7794
- getCursorblinkrate(): google_protobuf_wrappers_pb.Int32Value | undefined;
7795
- setCursorblinkrate(value?: google_protobuf_wrappers_pb.Int32Value): Desktop;
7928
+ getCursorblinkrate(): google_protobuf_wrappers_pb.UInt32Value | undefined;
7929
+ setCursorblinkrate(value?: google_protobuf_wrappers_pb.UInt32Value): Desktop;
7796
7930
 
7797
7931
  hasDragfullwindows(): boolean;
7798
7932
  clearDragfullwindows(): void;
@@ -7801,13 +7935,13 @@ export class Desktop extends jspb.Message {
7801
7935
 
7802
7936
  hasGridgranularity(): boolean;
7803
7937
  clearGridgranularity(): void;
7804
- getGridgranularity(): google_protobuf_wrappers_pb.Int32Value | undefined;
7805
- setGridgranularity(value?: google_protobuf_wrappers_pb.Int32Value): Desktop;
7938
+ getGridgranularity(): google_protobuf_wrappers_pb.UInt32Value | undefined;
7939
+ setGridgranularity(value?: google_protobuf_wrappers_pb.UInt32Value): Desktop;
7806
7940
 
7807
7941
  hasIconspacing(): boolean;
7808
7942
  clearIconspacing(): void;
7809
- getIconspacing(): google_protobuf_wrappers_pb.Int32Value | undefined;
7810
- setIconspacing(value?: google_protobuf_wrappers_pb.Int32Value): Desktop;
7943
+ getIconspacing(): google_protobuf_wrappers_pb.UInt32Value | undefined;
7944
+ setIconspacing(value?: google_protobuf_wrappers_pb.UInt32Value): Desktop;
7811
7945
 
7812
7946
  hasIcontitlefacename(): boolean;
7813
7947
  clearIcontitlefacename(): void;
@@ -7816,8 +7950,8 @@ export class Desktop extends jspb.Message {
7816
7950
 
7817
7951
  hasIcontitlesize(): boolean;
7818
7952
  clearIcontitlesize(): void;
7819
- getIcontitlesize(): google_protobuf_wrappers_pb.Int32Value | undefined;
7820
- setIcontitlesize(value?: google_protobuf_wrappers_pb.Int32Value): Desktop;
7953
+ getIcontitlesize(): google_protobuf_wrappers_pb.UInt32Value | undefined;
7954
+ setIcontitlesize(value?: google_protobuf_wrappers_pb.UInt32Value): Desktop;
7821
7955
 
7822
7956
  hasIcontitlewrap(): boolean;
7823
7957
  clearIcontitlewrap(): void;
@@ -7851,8 +7985,8 @@ export class Desktop extends jspb.Message {
7851
7985
 
7852
7986
  hasScreensavertimeout(): boolean;
7853
7987
  clearScreensavertimeout(): void;
7854
- getScreensavertimeout(): google_protobuf_wrappers_pb.Int32Value | undefined;
7855
- setScreensavertimeout(value?: google_protobuf_wrappers_pb.Int32Value): Desktop;
7988
+ getScreensavertimeout(): google_protobuf_wrappers_pb.UInt32Value | undefined;
7989
+ setScreensavertimeout(value?: google_protobuf_wrappers_pb.UInt32Value): Desktop;
7856
7990
 
7857
7991
  hasWallpaper(): boolean;
7858
7992
  clearWallpaper(): void;
@@ -7881,21 +8015,21 @@ export class Desktop extends jspb.Message {
7881
8015
 
7882
8016
  export namespace Desktop {
7883
8017
  export type AsObject = {
7884
- borderwidth?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8018
+ borderwidth?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
7885
8019
  coolswitch?: google_protobuf_wrappers_pb.BoolValue.AsObject,
7886
- cursorblinkrate?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8020
+ cursorblinkrate?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
7887
8021
  dragfullwindows?: google_protobuf_wrappers_pb.BoolValue.AsObject,
7888
- gridgranularity?: google_protobuf_wrappers_pb.Int32Value.AsObject,
7889
- iconspacing?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8022
+ gridgranularity?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8023
+ iconspacing?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
7890
8024
  icontitlefacename?: google_protobuf_wrappers_pb.StringValue.AsObject,
7891
- icontitlesize?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8025
+ icontitlesize?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
7892
8026
  icontitlewrap?: google_protobuf_wrappers_pb.BoolValue.AsObject,
7893
8027
  name?: google_protobuf_wrappers_pb.StringValue.AsObject,
7894
8028
  pattern?: google_protobuf_wrappers_pb.StringValue.AsObject,
7895
8029
  screensaveractive?: google_protobuf_wrappers_pb.BoolValue.AsObject,
7896
8030
  screensaverexecutable?: google_protobuf_wrappers_pb.StringValue.AsObject,
7897
8031
  screensaversecure?: google_protobuf_wrappers_pb.BoolValue.AsObject,
7898
- screensavertimeout?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8032
+ screensavertimeout?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
7899
8033
  wallpaper?: google_protobuf_wrappers_pb.StringValue.AsObject,
7900
8034
  wallpaperstretched?: google_protobuf_wrappers_pb.BoolValue.AsObject,
7901
8035
  wallpapertiled?: google_protobuf_wrappers_pb.BoolValue.AsObject,
@@ -7925,16 +8059,31 @@ export namespace WindowsComputerSystemProduct {
7925
8059
  }
7926
8060
 
7927
8061
  export class ComputerSystemProduct extends jspb.Message {
7928
- getIdentifyingNumber(): string;
7929
- setIdentifyingNumber(value: string): ComputerSystemProduct;
7930
- getName(): string;
7931
- setName(value: string): ComputerSystemProduct;
7932
- getUuid(): string;
7933
- setUuid(value: string): ComputerSystemProduct;
7934
- getVendor(): string;
7935
- setVendor(value: string): ComputerSystemProduct;
7936
- getVersion(): string;
7937
- setVersion(value: string): ComputerSystemProduct;
8062
+
8063
+ hasIdentifyingNumber(): boolean;
8064
+ clearIdentifyingNumber(): void;
8065
+ getIdentifyingNumber(): google_protobuf_wrappers_pb.StringValue | undefined;
8066
+ setIdentifyingNumber(value?: google_protobuf_wrappers_pb.StringValue): ComputerSystemProduct;
8067
+
8068
+ hasName(): boolean;
8069
+ clearName(): void;
8070
+ getName(): google_protobuf_wrappers_pb.StringValue | undefined;
8071
+ setName(value?: google_protobuf_wrappers_pb.StringValue): ComputerSystemProduct;
8072
+
8073
+ hasUuid(): boolean;
8074
+ clearUuid(): void;
8075
+ getUuid(): google_protobuf_wrappers_pb.StringValue | undefined;
8076
+ setUuid(value?: google_protobuf_wrappers_pb.StringValue): ComputerSystemProduct;
8077
+
8078
+ hasVendor(): boolean;
8079
+ clearVendor(): void;
8080
+ getVendor(): google_protobuf_wrappers_pb.StringValue | undefined;
8081
+ setVendor(value?: google_protobuf_wrappers_pb.StringValue): ComputerSystemProduct;
8082
+
8083
+ hasVersion(): boolean;
8084
+ clearVersion(): void;
8085
+ getVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
8086
+ setVersion(value?: google_protobuf_wrappers_pb.StringValue): ComputerSystemProduct;
7938
8087
 
7939
8088
  serializeBinary(): Uint8Array;
7940
8089
  toObject(includeInstance?: boolean): ComputerSystemProduct.AsObject;
@@ -7948,11 +8097,11 @@ export class ComputerSystemProduct extends jspb.Message {
7948
8097
 
7949
8098
  export namespace ComputerSystemProduct {
7950
8099
  export type AsObject = {
7951
- identifyingNumber: string,
7952
- name: string,
7953
- uuid: string,
7954
- vendor: string,
7955
- version: string,
8100
+ identifyingNumber?: google_protobuf_wrappers_pb.StringValue.AsObject,
8101
+ name?: google_protobuf_wrappers_pb.StringValue.AsObject,
8102
+ uuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
8103
+ vendor?: google_protobuf_wrappers_pb.StringValue.AsObject,
8104
+ version?: google_protobuf_wrappers_pb.StringValue.AsObject,
7956
8105
  }
7957
8106
  }
7958
8107
 
@@ -8027,8 +8176,8 @@ export class ComputerSystemV1 extends jspb.Message {
8027
8176
 
8028
8177
  hasAdminPasswordStatus(): boolean;
8029
8178
  clearAdminPasswordStatus(): void;
8030
- getAdminPasswordStatus(): google_protobuf_wrappers_pb.Int32Value | undefined;
8031
- setAdminPasswordStatus(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV1;
8179
+ getAdminPasswordStatus(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8180
+ setAdminPasswordStatus(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV1;
8032
8181
 
8033
8182
  hasAutomaticResetBootOption(): boolean;
8034
8183
  clearAutomaticResetBootOption(): void;
@@ -8042,13 +8191,13 @@ export class ComputerSystemV1 extends jspb.Message {
8042
8191
 
8043
8192
  hasBootOptionOnLimit(): boolean;
8044
8193
  clearBootOptionOnLimit(): void;
8045
- getBootOptionOnLimit(): google_protobuf_wrappers_pb.Int32Value | undefined;
8046
- setBootOptionOnLimit(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV1;
8194
+ getBootOptionOnLimit(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8195
+ setBootOptionOnLimit(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV1;
8047
8196
 
8048
8197
  hasBootOptionOnWatchDog(): boolean;
8049
8198
  clearBootOptionOnWatchDog(): void;
8050
- getBootOptionOnWatchDog(): google_protobuf_wrappers_pb.Int32Value | undefined;
8051
- setBootOptionOnWatchDog(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV1;
8199
+ getBootOptionOnWatchDog(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8200
+ setBootOptionOnWatchDog(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV1;
8052
8201
 
8053
8202
  hasBootRomSupported(): boolean;
8054
8203
  clearBootRomSupported(): void;
@@ -8062,8 +8211,8 @@ export class ComputerSystemV1 extends jspb.Message {
8062
8211
 
8063
8212
  hasChassisBootUpState(): boolean;
8064
8213
  clearChassisBootUpState(): void;
8065
- getChassisBootUpState(): google_protobuf_wrappers_pb.Int32Value | undefined;
8066
- setChassisBootUpState(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV1;
8214
+ getChassisBootUpState(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8215
+ setChassisBootUpState(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV1;
8067
8216
 
8068
8217
  hasCurrentTimeZone(): boolean;
8069
8218
  clearCurrentTimeZone(): void;
@@ -8087,13 +8236,13 @@ export class ComputerSystemV1 extends jspb.Message {
8087
8236
 
8088
8237
  hasDomainRole(): boolean;
8089
8238
  clearDomainRole(): void;
8090
- getDomainRole(): google_protobuf_wrappers_pb.Int32Value | undefined;
8091
- setDomainRole(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV1;
8239
+ getDomainRole(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8240
+ setDomainRole(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV1;
8092
8241
 
8093
8242
  hasFrontPanelResetStatus(): boolean;
8094
8243
  clearFrontPanelResetStatus(): void;
8095
- getFrontPanelResetStatus(): google_protobuf_wrappers_pb.Int32Value | undefined;
8096
- setFrontPanelResetStatus(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV1;
8244
+ getFrontPanelResetStatus(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8245
+ setFrontPanelResetStatus(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV1;
8097
8246
 
8098
8247
  hasInfraredSupported(): boolean;
8099
8248
  clearInfraredSupported(): void;
@@ -8102,8 +8251,8 @@ export class ComputerSystemV1 extends jspb.Message {
8102
8251
 
8103
8252
  hasKeyboardPasswordStatus(): boolean;
8104
8253
  clearKeyboardPasswordStatus(): void;
8105
- getKeyboardPasswordStatus(): google_protobuf_wrappers_pb.Int32Value | undefined;
8106
- setKeyboardPasswordStatus(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV1;
8254
+ getKeyboardPasswordStatus(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8255
+ setKeyboardPasswordStatus(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV1;
8107
8256
 
8108
8257
  hasManufacturer(): boolean;
8109
8258
  clearManufacturer(): void;
@@ -8127,8 +8276,8 @@ export class ComputerSystemV1 extends jspb.Message {
8127
8276
 
8128
8277
  hasNumberOfProcessors(): boolean;
8129
8278
  clearNumberOfProcessors(): void;
8130
- getNumberOfProcessors(): google_protobuf_wrappers_pb.Int32Value | undefined;
8131
- setNumberOfProcessors(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV1;
8279
+ getNumberOfProcessors(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8280
+ setNumberOfProcessors(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV1;
8132
8281
 
8133
8282
  hasPauseAfterReset(): boolean;
8134
8283
  clearPauseAfterReset(): void;
@@ -8137,18 +8286,18 @@ export class ComputerSystemV1 extends jspb.Message {
8137
8286
 
8138
8287
  hasPowerOnPasswordStatus(): boolean;
8139
8288
  clearPowerOnPasswordStatus(): void;
8140
- getPowerOnPasswordStatus(): google_protobuf_wrappers_pb.Int32Value | undefined;
8141
- setPowerOnPasswordStatus(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV1;
8289
+ getPowerOnPasswordStatus(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8290
+ setPowerOnPasswordStatus(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV1;
8142
8291
 
8143
8292
  hasPowerState(): boolean;
8144
8293
  clearPowerState(): void;
8145
- getPowerState(): google_protobuf_wrappers_pb.Int32Value | undefined;
8146
- setPowerState(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV1;
8294
+ getPowerState(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8295
+ setPowerState(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV1;
8147
8296
 
8148
8297
  hasPowerSupplyState(): boolean;
8149
8298
  clearPowerSupplyState(): void;
8150
- getPowerSupplyState(): google_protobuf_wrappers_pb.Int32Value | undefined;
8151
- setPowerSupplyState(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV1;
8299
+ getPowerSupplyState(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8300
+ setPowerSupplyState(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV1;
8152
8301
 
8153
8302
  hasPrimaryOwnerName(): boolean;
8154
8303
  clearPrimaryOwnerName(): void;
@@ -8157,8 +8306,8 @@ export class ComputerSystemV1 extends jspb.Message {
8157
8306
 
8158
8307
  hasResetCapability(): boolean;
8159
8308
  clearResetCapability(): void;
8160
- getResetCapability(): google_protobuf_wrappers_pb.Int32Value | undefined;
8161
- setResetCapability(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV1;
8309
+ getResetCapability(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8310
+ setResetCapability(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV1;
8162
8311
 
8163
8312
  hasResetCount(): boolean;
8164
8313
  clearResetCount(): void;
@@ -8181,8 +8330,8 @@ export class ComputerSystemV1 extends jspb.Message {
8181
8330
 
8182
8331
  hasSystemStartupDelay(): boolean;
8183
8332
  clearSystemStartupDelay(): void;
8184
- getSystemStartupDelay(): google_protobuf_wrappers_pb.Int32Value | undefined;
8185
- setSystemStartupDelay(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV1;
8333
+ getSystemStartupDelay(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8334
+ setSystemStartupDelay(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV1;
8186
8335
  clearSystemStartupOptionsList(): void;
8187
8336
  getSystemStartupOptionsList(): Array<string>;
8188
8337
  setSystemStartupOptionsList(value: Array<string>): ComputerSystemV1;
@@ -8200,8 +8349,8 @@ export class ComputerSystemV1 extends jspb.Message {
8200
8349
 
8201
8350
  hasThermalState(): boolean;
8202
8351
  clearThermalState(): void;
8203
- getThermalState(): google_protobuf_wrappers_pb.Int32Value | undefined;
8204
- setThermalState(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV1;
8352
+ getThermalState(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8353
+ setThermalState(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV1;
8205
8354
 
8206
8355
  hasTotalPhysicalMemory(): boolean;
8207
8356
  clearTotalPhysicalMemory(): void;
@@ -8210,8 +8359,8 @@ export class ComputerSystemV1 extends jspb.Message {
8210
8359
 
8211
8360
  hasWakeupType(): boolean;
8212
8361
  clearWakeupType(): void;
8213
- getWakeupType(): google_protobuf_wrappers_pb.Int32Value | undefined;
8214
- setWakeupType(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV1;
8362
+ getWakeupType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8363
+ setWakeupType(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV1;
8215
8364
 
8216
8365
  serializeBinary(): Uint8Array;
8217
8366
  toObject(includeInstance?: boolean): ComputerSystemV1.AsObject;
@@ -8225,44 +8374,44 @@ export class ComputerSystemV1 extends jspb.Message {
8225
8374
 
8226
8375
  export namespace ComputerSystemV1 {
8227
8376
  export type AsObject = {
8228
- adminPasswordStatus?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8377
+ adminPasswordStatus?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8229
8378
  automaticResetBootOption?: google_protobuf_wrappers_pb.BoolValue.AsObject,
8230
8379
  automaticResetCapability?: google_protobuf_wrappers_pb.BoolValue.AsObject,
8231
- bootOptionOnLimit?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8232
- bootOptionOnWatchDog?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8380
+ bootOptionOnLimit?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8381
+ bootOptionOnWatchDog?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8233
8382
  bootRomSupported?: google_protobuf_wrappers_pb.BoolValue.AsObject,
8234
8383
  bootUpState?: google_protobuf_wrappers_pb.StringValue.AsObject,
8235
- chassisBootUpState?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8384
+ chassisBootUpState?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8236
8385
  currentTimeZone?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8237
8386
  daylightInEffect?: google_protobuf_wrappers_pb.BoolValue.AsObject,
8238
8387
  description?: google_protobuf_wrappers_pb.StringValue.AsObject,
8239
8388
  domain?: google_protobuf_wrappers_pb.StringValue.AsObject,
8240
- domainRole?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8241
- frontPanelResetStatus?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8389
+ domainRole?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8390
+ frontPanelResetStatus?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8242
8391
  infraredSupported?: google_protobuf_wrappers_pb.BoolValue.AsObject,
8243
- keyboardPasswordStatus?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8392
+ keyboardPasswordStatus?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8244
8393
  manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
8245
8394
  name?: google_protobuf_wrappers_pb.StringValue.AsObject,
8246
8395
  model?: google_protobuf_wrappers_pb.StringValue.AsObject,
8247
8396
  networkServerModeEnabled?: google_protobuf_wrappers_pb.BoolValue.AsObject,
8248
- numberOfProcessors?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8397
+ numberOfProcessors?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8249
8398
  pauseAfterReset?: google_protobuf_wrappers_pb.Int64Value.AsObject,
8250
- powerOnPasswordStatus?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8251
- powerState?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8252
- powerSupplyState?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8399
+ powerOnPasswordStatus?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8400
+ powerState?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8401
+ powerSupplyState?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8253
8402
  primaryOwnerName?: google_protobuf_wrappers_pb.StringValue.AsObject,
8254
- resetCapability?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8403
+ resetCapability?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8255
8404
  resetCount?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8256
8405
  resetLimit?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8257
8406
  rolesList: Array<string>,
8258
8407
  status?: google_protobuf_wrappers_pb.StringValue.AsObject,
8259
- systemStartupDelay?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8408
+ systemStartupDelay?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8260
8409
  systemStartupOptionsList: Array<string>,
8261
8410
  systemStartupSetting?: google_protobuf_wrappers_pb.BytesValue.AsObject,
8262
8411
  systemType?: google_protobuf_wrappers_pb.StringValue.AsObject,
8263
- thermalState?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8412
+ thermalState?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8264
8413
  totalPhysicalMemory?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
8265
- wakeupType?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8414
+ wakeupType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8266
8415
  }
8267
8416
  }
8268
8417
 
@@ -8270,8 +8419,8 @@ export class ComputerSystemV2 extends jspb.Message {
8270
8419
 
8271
8420
  hasAdminPasswordStatus(): boolean;
8272
8421
  clearAdminPasswordStatus(): void;
8273
- getAdminPasswordStatus(): google_protobuf_wrappers_pb.Int32Value | undefined;
8274
- setAdminPasswordStatus(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV2;
8422
+ getAdminPasswordStatus(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8423
+ setAdminPasswordStatus(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV2;
8275
8424
 
8276
8425
  hasAutomaticResetBootOption(): boolean;
8277
8426
  clearAutomaticResetBootOption(): void;
@@ -8285,13 +8434,13 @@ export class ComputerSystemV2 extends jspb.Message {
8285
8434
 
8286
8435
  hasBootOptionOnLimit(): boolean;
8287
8436
  clearBootOptionOnLimit(): void;
8288
- getBootOptionOnLimit(): google_protobuf_wrappers_pb.Int32Value | undefined;
8289
- setBootOptionOnLimit(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV2;
8437
+ getBootOptionOnLimit(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8438
+ setBootOptionOnLimit(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV2;
8290
8439
 
8291
8440
  hasBootOptionOnWatchDog(): boolean;
8292
8441
  clearBootOptionOnWatchDog(): void;
8293
- getBootOptionOnWatchDog(): google_protobuf_wrappers_pb.Int32Value | undefined;
8294
- setBootOptionOnWatchDog(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV2;
8442
+ getBootOptionOnWatchDog(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8443
+ setBootOptionOnWatchDog(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV2;
8295
8444
 
8296
8445
  hasBootRomSupported(): boolean;
8297
8446
  clearBootRomSupported(): void;
@@ -8305,8 +8454,8 @@ export class ComputerSystemV2 extends jspb.Message {
8305
8454
 
8306
8455
  hasChassisBootUpState(): boolean;
8307
8456
  clearChassisBootUpState(): void;
8308
- getChassisBootUpState(): google_protobuf_wrappers_pb.Int32Value | undefined;
8309
- setChassisBootUpState(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV2;
8457
+ getChassisBootUpState(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8458
+ setChassisBootUpState(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV2;
8310
8459
 
8311
8460
  hasCurrentTimeZone(): boolean;
8312
8461
  clearCurrentTimeZone(): void;
@@ -8330,13 +8479,13 @@ export class ComputerSystemV2 extends jspb.Message {
8330
8479
 
8331
8480
  hasDomainRole(): boolean;
8332
8481
  clearDomainRole(): void;
8333
- getDomainRole(): google_protobuf_wrappers_pb.Int32Value | undefined;
8334
- setDomainRole(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV2;
8482
+ getDomainRole(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8483
+ setDomainRole(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV2;
8335
8484
 
8336
8485
  hasFrontPanelResetStatus(): boolean;
8337
8486
  clearFrontPanelResetStatus(): void;
8338
- getFrontPanelResetStatus(): google_protobuf_wrappers_pb.Int32Value | undefined;
8339
- setFrontPanelResetStatus(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV2;
8487
+ getFrontPanelResetStatus(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8488
+ setFrontPanelResetStatus(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV2;
8340
8489
 
8341
8490
  hasInfraredSupported(): boolean;
8342
8491
  clearInfraredSupported(): void;
@@ -8345,8 +8494,8 @@ export class ComputerSystemV2 extends jspb.Message {
8345
8494
 
8346
8495
  hasKeyboardPasswordStatus(): boolean;
8347
8496
  clearKeyboardPasswordStatus(): void;
8348
- getKeyboardPasswordStatus(): google_protobuf_wrappers_pb.Int32Value | undefined;
8349
- setKeyboardPasswordStatus(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV2;
8497
+ getKeyboardPasswordStatus(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8498
+ setKeyboardPasswordStatus(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV2;
8350
8499
 
8351
8500
  hasManufacturer(): boolean;
8352
8501
  clearManufacturer(): void;
@@ -8370,8 +8519,8 @@ export class ComputerSystemV2 extends jspb.Message {
8370
8519
 
8371
8520
  hasNumberOfProcessors(): boolean;
8372
8521
  clearNumberOfProcessors(): void;
8373
- getNumberOfProcessors(): google_protobuf_wrappers_pb.Int32Value | undefined;
8374
- setNumberOfProcessors(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV2;
8522
+ getNumberOfProcessors(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8523
+ setNumberOfProcessors(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV2;
8375
8524
 
8376
8525
  hasPauseAfterReset(): boolean;
8377
8526
  clearPauseAfterReset(): void;
@@ -8380,18 +8529,18 @@ export class ComputerSystemV2 extends jspb.Message {
8380
8529
 
8381
8530
  hasPowerOnPasswordStatus(): boolean;
8382
8531
  clearPowerOnPasswordStatus(): void;
8383
- getPowerOnPasswordStatus(): google_protobuf_wrappers_pb.Int32Value | undefined;
8384
- setPowerOnPasswordStatus(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV2;
8532
+ getPowerOnPasswordStatus(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8533
+ setPowerOnPasswordStatus(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV2;
8385
8534
 
8386
8535
  hasPowerState(): boolean;
8387
8536
  clearPowerState(): void;
8388
- getPowerState(): google_protobuf_wrappers_pb.Int32Value | undefined;
8389
- setPowerState(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV2;
8537
+ getPowerState(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8538
+ setPowerState(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV2;
8390
8539
 
8391
8540
  hasPowerSupplyState(): boolean;
8392
8541
  clearPowerSupplyState(): void;
8393
- getPowerSupplyState(): google_protobuf_wrappers_pb.Int32Value | undefined;
8394
- setPowerSupplyState(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV2;
8542
+ getPowerSupplyState(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8543
+ setPowerSupplyState(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV2;
8395
8544
 
8396
8545
  hasPrimaryOwnerName(): boolean;
8397
8546
  clearPrimaryOwnerName(): void;
@@ -8400,8 +8549,8 @@ export class ComputerSystemV2 extends jspb.Message {
8400
8549
 
8401
8550
  hasResetCapability(): boolean;
8402
8551
  clearResetCapability(): void;
8403
- getResetCapability(): google_protobuf_wrappers_pb.Int32Value | undefined;
8404
- setResetCapability(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV2;
8552
+ getResetCapability(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8553
+ setResetCapability(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV2;
8405
8554
 
8406
8555
  hasResetCount(): boolean;
8407
8556
  clearResetCount(): void;
@@ -8424,8 +8573,8 @@ export class ComputerSystemV2 extends jspb.Message {
8424
8573
 
8425
8574
  hasSystemStartupDelay(): boolean;
8426
8575
  clearSystemStartupDelay(): void;
8427
- getSystemStartupDelay(): google_protobuf_wrappers_pb.Int32Value | undefined;
8428
- setSystemStartupDelay(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV2;
8576
+ getSystemStartupDelay(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8577
+ setSystemStartupDelay(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV2;
8429
8578
  clearSystemStartupOptionsList(): void;
8430
8579
  getSystemStartupOptionsList(): Array<string>;
8431
8580
  setSystemStartupOptionsList(value: Array<string>): ComputerSystemV2;
@@ -8443,8 +8592,8 @@ export class ComputerSystemV2 extends jspb.Message {
8443
8592
 
8444
8593
  hasThermalState(): boolean;
8445
8594
  clearThermalState(): void;
8446
- getThermalState(): google_protobuf_wrappers_pb.Int32Value | undefined;
8447
- setThermalState(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV2;
8595
+ getThermalState(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8596
+ setThermalState(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV2;
8448
8597
 
8449
8598
  hasTotalPhysicalMemory(): boolean;
8450
8599
  clearTotalPhysicalMemory(): void;
@@ -8453,12 +8602,18 @@ export class ComputerSystemV2 extends jspb.Message {
8453
8602
 
8454
8603
  hasWakeupType(): boolean;
8455
8604
  clearWakeupType(): void;
8456
- getWakeupType(): google_protobuf_wrappers_pb.Int32Value | undefined;
8457
- setWakeupType(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV2;
8458
- getEnableDaylightSavingsTime(): boolean;
8459
- setEnableDaylightSavingsTime(value: boolean): ComputerSystemV2;
8460
- getPartOfDomain(): boolean;
8461
- setPartOfDomain(value: boolean): ComputerSystemV2;
8605
+ getWakeupType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8606
+ setWakeupType(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV2;
8607
+
8608
+ hasEnableDaylightSavingsTime(): boolean;
8609
+ clearEnableDaylightSavingsTime(): void;
8610
+ getEnableDaylightSavingsTime(): google_protobuf_wrappers_pb.BoolValue | undefined;
8611
+ setEnableDaylightSavingsTime(value?: google_protobuf_wrappers_pb.BoolValue): ComputerSystemV2;
8612
+
8613
+ hasPartOfDomain(): boolean;
8614
+ clearPartOfDomain(): void;
8615
+ getPartOfDomain(): google_protobuf_wrappers_pb.BoolValue | undefined;
8616
+ setPartOfDomain(value?: google_protobuf_wrappers_pb.BoolValue): ComputerSystemV2;
8462
8617
 
8463
8618
  serializeBinary(): Uint8Array;
8464
8619
  toObject(includeInstance?: boolean): ComputerSystemV2.AsObject;
@@ -8472,46 +8627,46 @@ export class ComputerSystemV2 extends jspb.Message {
8472
8627
 
8473
8628
  export namespace ComputerSystemV2 {
8474
8629
  export type AsObject = {
8475
- adminPasswordStatus?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8630
+ adminPasswordStatus?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8476
8631
  automaticResetBootOption?: google_protobuf_wrappers_pb.BoolValue.AsObject,
8477
8632
  automaticResetCapability?: google_protobuf_wrappers_pb.BoolValue.AsObject,
8478
- bootOptionOnLimit?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8479
- bootOptionOnWatchDog?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8633
+ bootOptionOnLimit?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8634
+ bootOptionOnWatchDog?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8480
8635
  bootRomSupported?: google_protobuf_wrappers_pb.BoolValue.AsObject,
8481
8636
  bootUpState?: google_protobuf_wrappers_pb.StringValue.AsObject,
8482
- chassisBootUpState?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8637
+ chassisBootUpState?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8483
8638
  currentTimeZone?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8484
8639
  daylightInEffect?: google_protobuf_wrappers_pb.BoolValue.AsObject,
8485
8640
  description?: google_protobuf_wrappers_pb.StringValue.AsObject,
8486
8641
  domain?: google_protobuf_wrappers_pb.StringValue.AsObject,
8487
- domainRole?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8488
- frontPanelResetStatus?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8642
+ domainRole?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8643
+ frontPanelResetStatus?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8489
8644
  infraredSupported?: google_protobuf_wrappers_pb.BoolValue.AsObject,
8490
- keyboardPasswordStatus?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8645
+ keyboardPasswordStatus?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8491
8646
  manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
8492
8647
  name?: google_protobuf_wrappers_pb.StringValue.AsObject,
8493
8648
  model?: google_protobuf_wrappers_pb.StringValue.AsObject,
8494
8649
  networkServerModeEnabled?: google_protobuf_wrappers_pb.BoolValue.AsObject,
8495
- numberOfProcessors?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8650
+ numberOfProcessors?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8496
8651
  pauseAfterReset?: google_protobuf_wrappers_pb.Int64Value.AsObject,
8497
- powerOnPasswordStatus?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8498
- powerState?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8499
- powerSupplyState?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8652
+ powerOnPasswordStatus?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8653
+ powerState?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8654
+ powerSupplyState?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8500
8655
  primaryOwnerName?: google_protobuf_wrappers_pb.StringValue.AsObject,
8501
- resetCapability?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8656
+ resetCapability?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8502
8657
  resetCount?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8503
8658
  resetLimit?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8504
8659
  rolesList: Array<string>,
8505
8660
  status?: google_protobuf_wrappers_pb.StringValue.AsObject,
8506
- systemStartupDelay?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8661
+ systemStartupDelay?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8507
8662
  systemStartupOptionsList: Array<string>,
8508
8663
  systemStartupSetting?: google_protobuf_wrappers_pb.BytesValue.AsObject,
8509
8664
  systemType?: google_protobuf_wrappers_pb.StringValue.AsObject,
8510
- thermalState?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8665
+ thermalState?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8511
8666
  totalPhysicalMemory?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
8512
- wakeupType?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8513
- enableDaylightSavingsTime: boolean,
8514
- partOfDomain: boolean,
8667
+ wakeupType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8668
+ enableDaylightSavingsTime?: google_protobuf_wrappers_pb.BoolValue.AsObject,
8669
+ partOfDomain?: google_protobuf_wrappers_pb.BoolValue.AsObject,
8515
8670
  }
8516
8671
  }
8517
8672
 
@@ -8519,8 +8674,8 @@ export class ComputerSystemV3 extends jspb.Message {
8519
8674
 
8520
8675
  hasAdminPasswordStatus(): boolean;
8521
8676
  clearAdminPasswordStatus(): void;
8522
- getAdminPasswordStatus(): google_protobuf_wrappers_pb.Int32Value | undefined;
8523
- setAdminPasswordStatus(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV3;
8677
+ getAdminPasswordStatus(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8678
+ setAdminPasswordStatus(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV3;
8524
8679
 
8525
8680
  hasAutomaticResetBootOption(): boolean;
8526
8681
  clearAutomaticResetBootOption(): void;
@@ -8534,13 +8689,13 @@ export class ComputerSystemV3 extends jspb.Message {
8534
8689
 
8535
8690
  hasBootOptionOnLimit(): boolean;
8536
8691
  clearBootOptionOnLimit(): void;
8537
- getBootOptionOnLimit(): google_protobuf_wrappers_pb.Int32Value | undefined;
8538
- setBootOptionOnLimit(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV3;
8692
+ getBootOptionOnLimit(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8693
+ setBootOptionOnLimit(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV3;
8539
8694
 
8540
8695
  hasBootOptionOnWatchDog(): boolean;
8541
8696
  clearBootOptionOnWatchDog(): void;
8542
- getBootOptionOnWatchDog(): google_protobuf_wrappers_pb.Int32Value | undefined;
8543
- setBootOptionOnWatchDog(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV3;
8697
+ getBootOptionOnWatchDog(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8698
+ setBootOptionOnWatchDog(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV3;
8544
8699
 
8545
8700
  hasBootRomSupported(): boolean;
8546
8701
  clearBootRomSupported(): void;
@@ -8554,8 +8709,8 @@ export class ComputerSystemV3 extends jspb.Message {
8554
8709
 
8555
8710
  hasChassisBootUpState(): boolean;
8556
8711
  clearChassisBootUpState(): void;
8557
- getChassisBootUpState(): google_protobuf_wrappers_pb.Int32Value | undefined;
8558
- setChassisBootUpState(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV3;
8712
+ getChassisBootUpState(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8713
+ setChassisBootUpState(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV3;
8559
8714
 
8560
8715
  hasCurrentTimeZone(): boolean;
8561
8716
  clearCurrentTimeZone(): void;
@@ -8579,13 +8734,13 @@ export class ComputerSystemV3 extends jspb.Message {
8579
8734
 
8580
8735
  hasDomainRole(): boolean;
8581
8736
  clearDomainRole(): void;
8582
- getDomainRole(): google_protobuf_wrappers_pb.Int32Value | undefined;
8583
- setDomainRole(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV3;
8737
+ getDomainRole(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8738
+ setDomainRole(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV3;
8584
8739
 
8585
8740
  hasFrontPanelResetStatus(): boolean;
8586
8741
  clearFrontPanelResetStatus(): void;
8587
- getFrontPanelResetStatus(): google_protobuf_wrappers_pb.Int32Value | undefined;
8588
- setFrontPanelResetStatus(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV3;
8742
+ getFrontPanelResetStatus(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8743
+ setFrontPanelResetStatus(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV3;
8589
8744
 
8590
8745
  hasInfraredSupported(): boolean;
8591
8746
  clearInfraredSupported(): void;
@@ -8594,8 +8749,8 @@ export class ComputerSystemV3 extends jspb.Message {
8594
8749
 
8595
8750
  hasKeyboardPasswordStatus(): boolean;
8596
8751
  clearKeyboardPasswordStatus(): void;
8597
- getKeyboardPasswordStatus(): google_protobuf_wrappers_pb.Int32Value | undefined;
8598
- setKeyboardPasswordStatus(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV3;
8752
+ getKeyboardPasswordStatus(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8753
+ setKeyboardPasswordStatus(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV3;
8599
8754
 
8600
8755
  hasManufacturer(): boolean;
8601
8756
  clearManufacturer(): void;
@@ -8619,8 +8774,8 @@ export class ComputerSystemV3 extends jspb.Message {
8619
8774
 
8620
8775
  hasNumberOfProcessors(): boolean;
8621
8776
  clearNumberOfProcessors(): void;
8622
- getNumberOfProcessors(): google_protobuf_wrappers_pb.Int32Value | undefined;
8623
- setNumberOfProcessors(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV3;
8777
+ getNumberOfProcessors(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8778
+ setNumberOfProcessors(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV3;
8624
8779
 
8625
8780
  hasPauseAfterReset(): boolean;
8626
8781
  clearPauseAfterReset(): void;
@@ -8629,18 +8784,18 @@ export class ComputerSystemV3 extends jspb.Message {
8629
8784
 
8630
8785
  hasPowerOnPasswordStatus(): boolean;
8631
8786
  clearPowerOnPasswordStatus(): void;
8632
- getPowerOnPasswordStatus(): google_protobuf_wrappers_pb.Int32Value | undefined;
8633
- setPowerOnPasswordStatus(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV3;
8787
+ getPowerOnPasswordStatus(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8788
+ setPowerOnPasswordStatus(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV3;
8634
8789
 
8635
8790
  hasPowerState(): boolean;
8636
8791
  clearPowerState(): void;
8637
- getPowerState(): google_protobuf_wrappers_pb.Int32Value | undefined;
8638
- setPowerState(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV3;
8792
+ getPowerState(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8793
+ setPowerState(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV3;
8639
8794
 
8640
8795
  hasPowerSupplyState(): boolean;
8641
8796
  clearPowerSupplyState(): void;
8642
- getPowerSupplyState(): google_protobuf_wrappers_pb.Int32Value | undefined;
8643
- setPowerSupplyState(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV3;
8797
+ getPowerSupplyState(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8798
+ setPowerSupplyState(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV3;
8644
8799
 
8645
8800
  hasPrimaryOwnerName(): boolean;
8646
8801
  clearPrimaryOwnerName(): void;
@@ -8649,8 +8804,8 @@ export class ComputerSystemV3 extends jspb.Message {
8649
8804
 
8650
8805
  hasResetCapability(): boolean;
8651
8806
  clearResetCapability(): void;
8652
- getResetCapability(): google_protobuf_wrappers_pb.Int32Value | undefined;
8653
- setResetCapability(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV3;
8807
+ getResetCapability(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8808
+ setResetCapability(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV3;
8654
8809
 
8655
8810
  hasResetCount(): boolean;
8656
8811
  clearResetCount(): void;
@@ -8673,8 +8828,8 @@ export class ComputerSystemV3 extends jspb.Message {
8673
8828
 
8674
8829
  hasSystemStartupDelay(): boolean;
8675
8830
  clearSystemStartupDelay(): void;
8676
- getSystemStartupDelay(): google_protobuf_wrappers_pb.Int32Value | undefined;
8677
- setSystemStartupDelay(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV3;
8831
+ getSystemStartupDelay(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8832
+ setSystemStartupDelay(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV3;
8678
8833
  clearSystemStartupOptionsList(): void;
8679
8834
  getSystemStartupOptionsList(): Array<string>;
8680
8835
  setSystemStartupOptionsList(value: Array<string>): ComputerSystemV3;
@@ -8692,8 +8847,8 @@ export class ComputerSystemV3 extends jspb.Message {
8692
8847
 
8693
8848
  hasThermalState(): boolean;
8694
8849
  clearThermalState(): void;
8695
- getThermalState(): google_protobuf_wrappers_pb.Int32Value | undefined;
8696
- setThermalState(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV3;
8850
+ getThermalState(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8851
+ setThermalState(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV3;
8697
8852
 
8698
8853
  hasTotalPhysicalMemory(): boolean;
8699
8854
  clearTotalPhysicalMemory(): void;
@@ -8702,14 +8857,23 @@ export class ComputerSystemV3 extends jspb.Message {
8702
8857
 
8703
8858
  hasWakeupType(): boolean;
8704
8859
  clearWakeupType(): void;
8705
- getWakeupType(): google_protobuf_wrappers_pb.Int32Value | undefined;
8706
- setWakeupType(value?: google_protobuf_wrappers_pb.Int32Value): ComputerSystemV3;
8707
- getEnableDaylightSavingsTime(): boolean;
8708
- setEnableDaylightSavingsTime(value: boolean): ComputerSystemV3;
8709
- getPartOfDomain(): boolean;
8710
- setPartOfDomain(value: boolean): ComputerSystemV3;
8711
- getNumberOfLogicalProcessors(): number;
8712
- setNumberOfLogicalProcessors(value: number): ComputerSystemV3;
8860
+ getWakeupType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8861
+ setWakeupType(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV3;
8862
+
8863
+ hasEnableDaylightSavingsTime(): boolean;
8864
+ clearEnableDaylightSavingsTime(): void;
8865
+ getEnableDaylightSavingsTime(): google_protobuf_wrappers_pb.BoolValue | undefined;
8866
+ setEnableDaylightSavingsTime(value?: google_protobuf_wrappers_pb.BoolValue): ComputerSystemV3;
8867
+
8868
+ hasPartOfDomain(): boolean;
8869
+ clearPartOfDomain(): void;
8870
+ getPartOfDomain(): google_protobuf_wrappers_pb.BoolValue | undefined;
8871
+ setPartOfDomain(value?: google_protobuf_wrappers_pb.BoolValue): ComputerSystemV3;
8872
+
8873
+ hasNumberOfLogicalProcessors(): boolean;
8874
+ clearNumberOfLogicalProcessors(): void;
8875
+ getNumberOfLogicalProcessors(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8876
+ setNumberOfLogicalProcessors(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV3;
8713
8877
 
8714
8878
  serializeBinary(): Uint8Array;
8715
8879
  toObject(includeInstance?: boolean): ComputerSystemV3.AsObject;
@@ -8723,47 +8887,47 @@ export class ComputerSystemV3 extends jspb.Message {
8723
8887
 
8724
8888
  export namespace ComputerSystemV3 {
8725
8889
  export type AsObject = {
8726
- adminPasswordStatus?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8890
+ adminPasswordStatus?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8727
8891
  automaticResetBootOption?: google_protobuf_wrappers_pb.BoolValue.AsObject,
8728
8892
  automaticResetCapability?: google_protobuf_wrappers_pb.BoolValue.AsObject,
8729
- bootOptionOnLimit?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8730
- bootOptionOnWatchDog?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8893
+ bootOptionOnLimit?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8894
+ bootOptionOnWatchDog?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8731
8895
  bootRomSupported?: google_protobuf_wrappers_pb.BoolValue.AsObject,
8732
8896
  bootUpState?: google_protobuf_wrappers_pb.StringValue.AsObject,
8733
- chassisBootUpState?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8897
+ chassisBootUpState?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8734
8898
  currentTimeZone?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8735
8899
  daylightInEffect?: google_protobuf_wrappers_pb.BoolValue.AsObject,
8736
8900
  description?: google_protobuf_wrappers_pb.StringValue.AsObject,
8737
8901
  domain?: google_protobuf_wrappers_pb.StringValue.AsObject,
8738
- domainRole?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8739
- frontPanelResetStatus?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8902
+ domainRole?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8903
+ frontPanelResetStatus?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8740
8904
  infraredSupported?: google_protobuf_wrappers_pb.BoolValue.AsObject,
8741
- keyboardPasswordStatus?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8905
+ keyboardPasswordStatus?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8742
8906
  manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
8743
8907
  name?: google_protobuf_wrappers_pb.StringValue.AsObject,
8744
8908
  model?: google_protobuf_wrappers_pb.StringValue.AsObject,
8745
8909
  networkServerModeEnabled?: google_protobuf_wrappers_pb.BoolValue.AsObject,
8746
- numberOfProcessors?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8910
+ numberOfProcessors?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8747
8911
  pauseAfterReset?: google_protobuf_wrappers_pb.Int64Value.AsObject,
8748
- powerOnPasswordStatus?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8749
- powerState?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8750
- powerSupplyState?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8912
+ powerOnPasswordStatus?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8913
+ powerState?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8914
+ powerSupplyState?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8751
8915
  primaryOwnerName?: google_protobuf_wrappers_pb.StringValue.AsObject,
8752
- resetCapability?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8916
+ resetCapability?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8753
8917
  resetCount?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8754
8918
  resetLimit?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8755
8919
  rolesList: Array<string>,
8756
8920
  status?: google_protobuf_wrappers_pb.StringValue.AsObject,
8757
- systemStartupDelay?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8921
+ systemStartupDelay?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8758
8922
  systemStartupOptionsList: Array<string>,
8759
8923
  systemStartupSetting?: google_protobuf_wrappers_pb.BytesValue.AsObject,
8760
8924
  systemType?: google_protobuf_wrappers_pb.StringValue.AsObject,
8761
- thermalState?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8925
+ thermalState?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8762
8926
  totalPhysicalMemory?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
8763
- wakeupType?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8764
- enableDaylightSavingsTime: boolean,
8765
- partOfDomain: boolean,
8766
- numberOfLogicalProcessors: number,
8927
+ wakeupType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8928
+ enableDaylightSavingsTime?: google_protobuf_wrappers_pb.BoolValue.AsObject,
8929
+ partOfDomain?: google_protobuf_wrappers_pb.BoolValue.AsObject,
8930
+ numberOfLogicalProcessors?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8767
8931
  }
8768
8932
  }
8769
8933
 
@@ -8817,23 +8981,23 @@ export class CdRom extends jspb.Message {
8817
8981
 
8818
8982
  hasScsiBus(): boolean;
8819
8983
  clearScsiBus(): void;
8820
- getScsiBus(): google_protobuf_wrappers_pb.Int32Value | undefined;
8821
- setScsiBus(value?: google_protobuf_wrappers_pb.Int32Value): CdRom;
8984
+ getScsiBus(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8985
+ setScsiBus(value?: google_protobuf_wrappers_pb.UInt32Value): CdRom;
8822
8986
 
8823
8987
  hasScsiLogicalUnit(): boolean;
8824
8988
  clearScsiLogicalUnit(): void;
8825
- getScsiLogicalUnit(): google_protobuf_wrappers_pb.Int32Value | undefined;
8826
- setScsiLogicalUnit(value?: google_protobuf_wrappers_pb.Int32Value): CdRom;
8989
+ getScsiLogicalUnit(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8990
+ setScsiLogicalUnit(value?: google_protobuf_wrappers_pb.UInt32Value): CdRom;
8827
8991
 
8828
8992
  hasScsiPort(): boolean;
8829
8993
  clearScsiPort(): void;
8830
- getScsiPort(): google_protobuf_wrappers_pb.Int32Value | undefined;
8831
- setScsiPort(value?: google_protobuf_wrappers_pb.Int32Value): CdRom;
8994
+ getScsiPort(): google_protobuf_wrappers_pb.UInt32Value | undefined;
8995
+ setScsiPort(value?: google_protobuf_wrappers_pb.UInt32Value): CdRom;
8832
8996
 
8833
8997
  hasScsiTargetId(): boolean;
8834
8998
  clearScsiTargetId(): void;
8835
- getScsiTargetId(): google_protobuf_wrappers_pb.Int32Value | undefined;
8836
- setScsiTargetId(value?: google_protobuf_wrappers_pb.Int32Value): CdRom;
8999
+ getScsiTargetId(): google_protobuf_wrappers_pb.UInt32Value | undefined;
9000
+ setScsiTargetId(value?: google_protobuf_wrappers_pb.UInt32Value): CdRom;
8837
9001
 
8838
9002
  hasStatus(): boolean;
8839
9003
  clearStatus(): void;
@@ -8857,10 +9021,10 @@ export namespace CdRom {
8857
9021
  deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
8858
9022
  drive?: google_protobuf_wrappers_pb.StringValue.AsObject,
8859
9023
  manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
8860
- scsiBus?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8861
- scsiLogicalUnit?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8862
- scsiPort?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8863
- scsiTargetId?: google_protobuf_wrappers_pb.Int32Value.AsObject,
9024
+ scsiBus?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
9025
+ scsiLogicalUnit?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
9026
+ scsiPort?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
9027
+ scsiTargetId?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8864
9028
  status?: google_protobuf_wrappers_pb.StringValue.AsObject,
8865
9029
  }
8866
9030
  }
@@ -8891,13 +9055,13 @@ export class Bus extends jspb.Message {
8891
9055
 
8892
9056
  hasBusNum(): boolean;
8893
9057
  clearBusNum(): void;
8894
- getBusNum(): google_protobuf_wrappers_pb.Int32Value | undefined;
8895
- setBusNum(value?: google_protobuf_wrappers_pb.Int32Value): Bus;
9058
+ getBusNum(): google_protobuf_wrappers_pb.UInt32Value | undefined;
9059
+ setBusNum(value?: google_protobuf_wrappers_pb.UInt32Value): Bus;
8896
9060
 
8897
9061
  hasBusType(): boolean;
8898
9062
  clearBusType(): void;
8899
- getBusType(): google_protobuf_wrappers_pb.Int32Value | undefined;
8900
- setBusType(value?: google_protobuf_wrappers_pb.Int32Value): Bus;
9063
+ getBusType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
9064
+ setBusType(value?: google_protobuf_wrappers_pb.UInt32Value): Bus;
8901
9065
 
8902
9066
  hasDeviceId(): boolean;
8903
9067
  clearDeviceId(): void;
@@ -8921,8 +9085,8 @@ export class Bus extends jspb.Message {
8921
9085
 
8922
9086
  export namespace Bus {
8923
9087
  export type AsObject = {
8924
- busNum?: google_protobuf_wrappers_pb.Int32Value.AsObject,
8925
- busType?: google_protobuf_wrappers_pb.Int32Value.AsObject,
9088
+ busNum?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
9089
+ busType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
8926
9090
  deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
8927
9091
  pnpDeviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
8928
9092
  }
@@ -9081,8 +9245,8 @@ export class BiosV1 extends jspb.Message {
9081
9245
 
9082
9246
  hasInstallableLanguages(): boolean;
9083
9247
  clearInstallableLanguages(): void;
9084
- getInstallableLanguages(): google_protobuf_wrappers_pb.Int32Value | undefined;
9085
- setInstallableLanguages(value?: google_protobuf_wrappers_pb.Int32Value): BiosV1;
9248
+ getInstallableLanguages(): google_protobuf_wrappers_pb.UInt32Value | undefined;
9249
+ setInstallableLanguages(value?: google_protobuf_wrappers_pb.UInt32Value): BiosV1;
9086
9250
 
9087
9251
  hasManufacturer(): boolean;
9088
9252
  clearManufacturer(): void;
@@ -9116,13 +9280,13 @@ export class BiosV1 extends jspb.Message {
9116
9280
 
9117
9281
  hasSmbiosMajorVersion(): boolean;
9118
9282
  clearSmbiosMajorVersion(): void;
9119
- getSmbiosMajorVersion(): google_protobuf_wrappers_pb.Int32Value | undefined;
9120
- setSmbiosMajorVersion(value?: google_protobuf_wrappers_pb.Int32Value): BiosV1;
9283
+ getSmbiosMajorVersion(): google_protobuf_wrappers_pb.UInt32Value | undefined;
9284
+ setSmbiosMajorVersion(value?: google_protobuf_wrappers_pb.UInt32Value): BiosV1;
9121
9285
 
9122
9286
  hasSmbiosMinorVersion(): boolean;
9123
9287
  clearSmbiosMinorVersion(): void;
9124
- getSmbiosMinorVersion(): google_protobuf_wrappers_pb.Int32Value | undefined;
9125
- setSmbiosMinorVersion(value?: google_protobuf_wrappers_pb.Int32Value): BiosV1;
9288
+ getSmbiosMinorVersion(): google_protobuf_wrappers_pb.UInt32Value | undefined;
9289
+ setSmbiosMinorVersion(value?: google_protobuf_wrappers_pb.UInt32Value): BiosV1;
9126
9290
 
9127
9291
  hasSmbiosPresent(): boolean;
9128
9292
  clearSmbiosPresent(): void;
@@ -9136,8 +9300,8 @@ export class BiosV1 extends jspb.Message {
9136
9300
 
9137
9301
  hasSoftwareElementState(): boolean;
9138
9302
  clearSoftwareElementState(): void;
9139
- getSoftwareElementState(): google_protobuf_wrappers_pb.Int32Value | undefined;
9140
- setSoftwareElementState(value?: google_protobuf_wrappers_pb.Int32Value): BiosV1;
9303
+ getSoftwareElementState(): google_protobuf_wrappers_pb.UInt32Value | undefined;
9304
+ setSoftwareElementState(value?: google_protobuf_wrappers_pb.UInt32Value): BiosV1;
9141
9305
 
9142
9306
  hasStatus(): boolean;
9143
9307
  clearStatus(): void;
@@ -9146,8 +9310,8 @@ export class BiosV1 extends jspb.Message {
9146
9310
 
9147
9311
  hasTargetOperatingSystem(): boolean;
9148
9312
  clearTargetOperatingSystem(): void;
9149
- getTargetOperatingSystem(): google_protobuf_wrappers_pb.Int32Value | undefined;
9150
- setTargetOperatingSystem(value?: google_protobuf_wrappers_pb.Int32Value): BiosV1;
9313
+ getTargetOperatingSystem(): google_protobuf_wrappers_pb.UInt32Value | undefined;
9314
+ setTargetOperatingSystem(value?: google_protobuf_wrappers_pb.UInt32Value): BiosV1;
9151
9315
 
9152
9316
  hasVersion(): boolean;
9153
9317
  clearVersion(): void;
@@ -9169,20 +9333,20 @@ export namespace BiosV1 {
9169
9333
  biosCharacteristicsList: Array<number>,
9170
9334
  caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
9171
9335
  currentLanguage?: google_protobuf_wrappers_pb.StringValue.AsObject,
9172
- installableLanguages?: google_protobuf_wrappers_pb.Int32Value.AsObject,
9336
+ installableLanguages?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
9173
9337
  manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
9174
9338
  name?: google_protobuf_wrappers_pb.StringValue.AsObject,
9175
9339
  primaryBios?: google_protobuf_wrappers_pb.BoolValue.AsObject,
9176
9340
  releaseDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
9177
9341
  serialNumber?: google_protobuf_wrappers_pb.StringValue.AsObject,
9178
9342
  smbiosBiosVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
9179
- smbiosMajorVersion?: google_protobuf_wrappers_pb.Int32Value.AsObject,
9180
- smbiosMinorVersion?: google_protobuf_wrappers_pb.Int32Value.AsObject,
9343
+ smbiosMajorVersion?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
9344
+ smbiosMinorVersion?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
9181
9345
  smbiosPresent?: google_protobuf_wrappers_pb.BoolValue.AsObject,
9182
9346
  softwareElementId?: google_protobuf_wrappers_pb.StringValue.AsObject,
9183
- softwareElementState?: google_protobuf_wrappers_pb.Int32Value.AsObject,
9347
+ softwareElementState?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
9184
9348
  status?: google_protobuf_wrappers_pb.StringValue.AsObject,
9185
- targetOperatingSystem?: google_protobuf_wrappers_pb.Int32Value.AsObject,
9349
+ targetOperatingSystem?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
9186
9350
  version?: google_protobuf_wrappers_pb.StringValue.AsObject,
9187
9351
  }
9188
9352
  }
@@ -9205,8 +9369,8 @@ export class BiosV2 extends jspb.Message {
9205
9369
 
9206
9370
  hasInstallableLanguages(): boolean;
9207
9371
  clearInstallableLanguages(): void;
9208
- getInstallableLanguages(): google_protobuf_wrappers_pb.Int32Value | undefined;
9209
- setInstallableLanguages(value?: google_protobuf_wrappers_pb.Int32Value): BiosV2;
9372
+ getInstallableLanguages(): google_protobuf_wrappers_pb.UInt32Value | undefined;
9373
+ setInstallableLanguages(value?: google_protobuf_wrappers_pb.UInt32Value): BiosV2;
9210
9374
 
9211
9375
  hasManufacturer(): boolean;
9212
9376
  clearManufacturer(): void;
@@ -9240,13 +9404,13 @@ export class BiosV2 extends jspb.Message {
9240
9404
 
9241
9405
  hasSmbiosMajorVersion(): boolean;
9242
9406
  clearSmbiosMajorVersion(): void;
9243
- getSmbiosMajorVersion(): google_protobuf_wrappers_pb.Int32Value | undefined;
9244
- setSmbiosMajorVersion(value?: google_protobuf_wrappers_pb.Int32Value): BiosV2;
9407
+ getSmbiosMajorVersion(): google_protobuf_wrappers_pb.UInt32Value | undefined;
9408
+ setSmbiosMajorVersion(value?: google_protobuf_wrappers_pb.UInt32Value): BiosV2;
9245
9409
 
9246
9410
  hasSmbiosMinorVersion(): boolean;
9247
9411
  clearSmbiosMinorVersion(): void;
9248
- getSmbiosMinorVersion(): google_protobuf_wrappers_pb.Int32Value | undefined;
9249
- setSmbiosMinorVersion(value?: google_protobuf_wrappers_pb.Int32Value): BiosV2;
9412
+ getSmbiosMinorVersion(): google_protobuf_wrappers_pb.UInt32Value | undefined;
9413
+ setSmbiosMinorVersion(value?: google_protobuf_wrappers_pb.UInt32Value): BiosV2;
9250
9414
 
9251
9415
  hasSmbiosPresent(): boolean;
9252
9416
  clearSmbiosPresent(): void;
@@ -9260,8 +9424,8 @@ export class BiosV2 extends jspb.Message {
9260
9424
 
9261
9425
  hasSoftwareElementState(): boolean;
9262
9426
  clearSoftwareElementState(): void;
9263
- getSoftwareElementState(): google_protobuf_wrappers_pb.Int32Value | undefined;
9264
- setSoftwareElementState(value?: google_protobuf_wrappers_pb.Int32Value): BiosV2;
9427
+ getSoftwareElementState(): google_protobuf_wrappers_pb.UInt32Value | undefined;
9428
+ setSoftwareElementState(value?: google_protobuf_wrappers_pb.UInt32Value): BiosV2;
9265
9429
 
9266
9430
  hasStatus(): boolean;
9267
9431
  clearStatus(): void;
@@ -9270,8 +9434,8 @@ export class BiosV2 extends jspb.Message {
9270
9434
 
9271
9435
  hasTargetOperatingSystem(): boolean;
9272
9436
  clearTargetOperatingSystem(): void;
9273
- getTargetOperatingSystem(): google_protobuf_wrappers_pb.Int32Value | undefined;
9274
- setTargetOperatingSystem(value?: google_protobuf_wrappers_pb.Int32Value): BiosV2;
9437
+ getTargetOperatingSystem(): google_protobuf_wrappers_pb.UInt32Value | undefined;
9438
+ setTargetOperatingSystem(value?: google_protobuf_wrappers_pb.UInt32Value): BiosV2;
9275
9439
 
9276
9440
  hasVersion(): boolean;
9277
9441
  clearVersion(): void;
@@ -9297,20 +9461,20 @@ export namespace BiosV2 {
9297
9461
  biosCharacteristicsList: Array<number>,
9298
9462
  caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
9299
9463
  currentLanguage?: google_protobuf_wrappers_pb.StringValue.AsObject,
9300
- installableLanguages?: google_protobuf_wrappers_pb.Int32Value.AsObject,
9464
+ installableLanguages?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
9301
9465
  manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
9302
9466
  name?: google_protobuf_wrappers_pb.StringValue.AsObject,
9303
9467
  primaryBios?: google_protobuf_wrappers_pb.BoolValue.AsObject,
9304
9468
  releaseDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
9305
9469
  serialNumber?: google_protobuf_wrappers_pb.StringValue.AsObject,
9306
9470
  smbiosBiosVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
9307
- smbiosMajorVersion?: google_protobuf_wrappers_pb.Int32Value.AsObject,
9308
- smbiosMinorVersion?: google_protobuf_wrappers_pb.Int32Value.AsObject,
9471
+ smbiosMajorVersion?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
9472
+ smbiosMinorVersion?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
9309
9473
  smbiosPresent?: google_protobuf_wrappers_pb.BoolValue.AsObject,
9310
9474
  softwareElementId?: google_protobuf_wrappers_pb.StringValue.AsObject,
9311
- softwareElementState?: google_protobuf_wrappers_pb.Int32Value.AsObject,
9475
+ softwareElementState?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
9312
9476
  status?: google_protobuf_wrappers_pb.StringValue.AsObject,
9313
- targetOperatingSystem?: google_protobuf_wrappers_pb.Int32Value.AsObject,
9477
+ targetOperatingSystem?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
9314
9478
  version?: google_protobuf_wrappers_pb.StringValue.AsObject,
9315
9479
  biosVersionList: Array<string>,
9316
9480
  }
@@ -9342,23 +9506,23 @@ export class Battery extends jspb.Message {
9342
9506
 
9343
9507
  hasAvailability(): boolean;
9344
9508
  clearAvailability(): void;
9345
- getAvailability(): google_protobuf_wrappers_pb.Int32Value | undefined;
9346
- setAvailability(value?: google_protobuf_wrappers_pb.Int32Value): Battery;
9509
+ getAvailability(): google_protobuf_wrappers_pb.UInt32Value | undefined;
9510
+ setAvailability(value?: google_protobuf_wrappers_pb.UInt32Value): Battery;
9347
9511
 
9348
9512
  hasBatteryStatus(): boolean;
9349
9513
  clearBatteryStatus(): void;
9350
- getBatteryStatus(): google_protobuf_wrappers_pb.Int32Value | undefined;
9351
- setBatteryStatus(value?: google_protobuf_wrappers_pb.Int32Value): Battery;
9514
+ getBatteryStatus(): google_protobuf_wrappers_pb.UInt32Value | undefined;
9515
+ setBatteryStatus(value?: google_protobuf_wrappers_pb.UInt32Value): Battery;
9352
9516
 
9353
9517
  hasChemistry(): boolean;
9354
9518
  clearChemistry(): void;
9355
- getChemistry(): google_protobuf_wrappers_pb.Int32Value | undefined;
9356
- setChemistry(value?: google_protobuf_wrappers_pb.Int32Value): Battery;
9519
+ getChemistry(): google_protobuf_wrappers_pb.UInt32Value | undefined;
9520
+ setChemistry(value?: google_protobuf_wrappers_pb.UInt32Value): Battery;
9357
9521
 
9358
9522
  hasDesignCapacity(): boolean;
9359
9523
  clearDesignCapacity(): void;
9360
- getDesignCapacity(): google_protobuf_wrappers_pb.Int32Value | undefined;
9361
- setDesignCapacity(value?: google_protobuf_wrappers_pb.Int32Value): Battery;
9524
+ getDesignCapacity(): google_protobuf_wrappers_pb.UInt32Value | undefined;
9525
+ setDesignCapacity(value?: google_protobuf_wrappers_pb.UInt32Value): Battery;
9362
9526
 
9363
9527
  hasDeviceId(): boolean;
9364
9528
  clearDeviceId(): void;
@@ -9401,10 +9565,10 @@ export class Battery extends jspb.Message {
9401
9565
 
9402
9566
  export namespace Battery {
9403
9567
  export type AsObject = {
9404
- availability?: google_protobuf_wrappers_pb.Int32Value.AsObject,
9405
- batteryStatus?: google_protobuf_wrappers_pb.Int32Value.AsObject,
9406
- chemistry?: google_protobuf_wrappers_pb.Int32Value.AsObject,
9407
- designCapacity?: google_protobuf_wrappers_pb.Int32Value.AsObject,
9568
+ availability?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
9569
+ batteryStatus?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
9570
+ chemistry?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
9571
+ designCapacity?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
9408
9572
  deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
9409
9573
  name?: google_protobuf_wrappers_pb.StringValue.AsObject,
9410
9574
  powerManagementCapabilitiesList: Array<number>,
@@ -9672,8 +9836,8 @@ export class AntivirusV2 extends jspb.Message {
9672
9836
 
9673
9837
  hasProductState(): boolean;
9674
9838
  clearProductState(): void;
9675
- getProductState(): google_protobuf_wrappers_pb.Int32Value | undefined;
9676
- setProductState(value?: google_protobuf_wrappers_pb.Int32Value): AntivirusV2;
9839
+ getProductState(): google_protobuf_wrappers_pb.UInt32Value | undefined;
9840
+ setProductState(value?: google_protobuf_wrappers_pb.UInt32Value): AntivirusV2;
9677
9841
 
9678
9842
  serializeBinary(): Uint8Array;
9679
9843
  toObject(includeInstance?: boolean): AntivirusV2.AsObject;
@@ -9689,7 +9853,7 @@ export namespace AntivirusV2 {
9689
9853
  export type AsObject = {
9690
9854
  displayName?: google_protobuf_wrappers_pb.StringValue.AsObject,
9691
9855
  instanceGuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
9692
- productState?: google_protobuf_wrappers_pb.Int32Value.AsObject,
9856
+ productState?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
9693
9857
  }
9694
9858
  }
9695
9859