@lansweeper/discovery-sensor-proto 2.33.0 → 2.34.0
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.
|
@@ -1463,6 +1463,51 @@ export class SystemHardware extends jspb.Message {
|
|
|
1463
1463
|
getModelNumber(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1464
1464
|
setModelNumber(value?: google_protobuf_wrappers_pb.StringValue): SystemHardware;
|
|
1465
1465
|
|
|
1466
|
+
hasAppleRomInfo(): boolean;
|
|
1467
|
+
clearAppleRomInfo(): void;
|
|
1468
|
+
getAppleRomInfo(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1469
|
+
setAppleRomInfo(value?: google_protobuf_wrappers_pb.StringValue): SystemHardware;
|
|
1470
|
+
|
|
1471
|
+
hasL2CacheCore(): boolean;
|
|
1472
|
+
clearL2CacheCore(): void;
|
|
1473
|
+
getL2CacheCore(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1474
|
+
setL2CacheCore(value?: google_protobuf_wrappers_pb.StringValue): SystemHardware;
|
|
1475
|
+
|
|
1476
|
+
hasL2CacheShare(): boolean;
|
|
1477
|
+
clearL2CacheShare(): void;
|
|
1478
|
+
getL2CacheShare(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1479
|
+
setL2CacheShare(value?: google_protobuf_wrappers_pb.StringValue): SystemHardware;
|
|
1480
|
+
|
|
1481
|
+
hasL2CacheSize(): boolean;
|
|
1482
|
+
clearL2CacheSize(): void;
|
|
1483
|
+
getL2CacheSize(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1484
|
+
setL2CacheSize(value?: google_protobuf_wrappers_pb.StringValue): SystemHardware;
|
|
1485
|
+
|
|
1486
|
+
hasL3CachePerCpu(): boolean;
|
|
1487
|
+
clearL3CachePerCpu(): void;
|
|
1488
|
+
getL3CachePerCpu(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1489
|
+
setL3CachePerCpu(value?: google_protobuf_wrappers_pb.StringValue): SystemHardware;
|
|
1490
|
+
|
|
1491
|
+
hasL3CacheProcessor(): boolean;
|
|
1492
|
+
clearL3CacheProcessor(): void;
|
|
1493
|
+
getL3CacheProcessor(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1494
|
+
setL3CacheProcessor(value?: google_protobuf_wrappers_pb.StringValue): SystemHardware;
|
|
1495
|
+
|
|
1496
|
+
hasL3CacheSize(): boolean;
|
|
1497
|
+
clearL3CacheSize(): void;
|
|
1498
|
+
getL3CacheSize(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1499
|
+
setL3CacheSize(value?: google_protobuf_wrappers_pb.StringValue): SystemHardware;
|
|
1500
|
+
|
|
1501
|
+
hasMaximumProcessorSpeed(): boolean;
|
|
1502
|
+
clearMaximumProcessorSpeed(): void;
|
|
1503
|
+
getMaximumProcessorSpeed(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1504
|
+
setMaximumProcessorSpeed(value?: google_protobuf_wrappers_pb.StringValue): SystemHardware;
|
|
1505
|
+
|
|
1506
|
+
hasMinimumProcessorSpeed(): boolean;
|
|
1507
|
+
clearMinimumProcessorSpeed(): void;
|
|
1508
|
+
getMinimumProcessorSpeed(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1509
|
+
setMinimumProcessorSpeed(value?: google_protobuf_wrappers_pb.StringValue): SystemHardware;
|
|
1510
|
+
|
|
1466
1511
|
serializeBinary(): Uint8Array;
|
|
1467
1512
|
toObject(includeInstance?: boolean): SystemHardware.AsObject;
|
|
1468
1513
|
static toObject(includeInstance: boolean, msg: SystemHardware): SystemHardware.AsObject;
|
|
@@ -1493,6 +1538,15 @@ export namespace SystemHardware {
|
|
|
1493
1538
|
platformCpuHtt?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1494
1539
|
osLoaderVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1495
1540
|
modelNumber?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1541
|
+
appleRomInfo?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1542
|
+
l2CacheCore?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1543
|
+
l2CacheShare?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1544
|
+
l2CacheSize?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1545
|
+
l3CachePerCpu?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1546
|
+
l3CacheProcessor?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1547
|
+
l3CacheSize?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1548
|
+
maximumProcessorSpeed?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1549
|
+
minimumProcessorSpeed?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1496
1550
|
}
|
|
1497
1551
|
}
|
|
1498
1552
|
|
|
@@ -11521,7 +11521,16 @@ proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.toObject = function(
|
|
|
11521
11521
|
activationLockStatus: (f = msg.getActivationLockStatus()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
11522
11522
|
platformCpuHtt: (f = msg.getPlatformCpuHtt()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
11523
11523
|
osLoaderVersion: (f = msg.getOsLoaderVersion()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
11524
|
-
modelNumber: (f = msg.getModelNumber()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
|
|
11524
|
+
modelNumber: (f = msg.getModelNumber()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
11525
|
+
appleRomInfo: (f = msg.getAppleRomInfo()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
11526
|
+
l2CacheCore: (f = msg.getL2CacheCore()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
11527
|
+
l2CacheShare: (f = msg.getL2CacheShare()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
11528
|
+
l2CacheSize: (f = msg.getL2CacheSize()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
11529
|
+
l3CachePerCpu: (f = msg.getL3CachePerCpu()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
11530
|
+
l3CacheProcessor: (f = msg.getL3CacheProcessor()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
11531
|
+
l3CacheSize: (f = msg.getL3CacheSize()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
11532
|
+
maximumProcessorSpeed: (f = msg.getMaximumProcessorSpeed()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
11533
|
+
minimumProcessorSpeed: (f = msg.getMinimumProcessorSpeed()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
|
|
11525
11534
|
};
|
|
11526
11535
|
|
|
11527
11536
|
if (includeInstance) {
|
|
@@ -11648,6 +11657,51 @@ proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.deserializeBinaryFro
|
|
|
11648
11657
|
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
11649
11658
|
msg.setModelNumber(value);
|
|
11650
11659
|
break;
|
|
11660
|
+
case 19:
|
|
11661
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
11662
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
11663
|
+
msg.setAppleRomInfo(value);
|
|
11664
|
+
break;
|
|
11665
|
+
case 20:
|
|
11666
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
11667
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
11668
|
+
msg.setL2CacheCore(value);
|
|
11669
|
+
break;
|
|
11670
|
+
case 21:
|
|
11671
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
11672
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
11673
|
+
msg.setL2CacheShare(value);
|
|
11674
|
+
break;
|
|
11675
|
+
case 22:
|
|
11676
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
11677
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
11678
|
+
msg.setL2CacheSize(value);
|
|
11679
|
+
break;
|
|
11680
|
+
case 23:
|
|
11681
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
11682
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
11683
|
+
msg.setL3CachePerCpu(value);
|
|
11684
|
+
break;
|
|
11685
|
+
case 24:
|
|
11686
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
11687
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
11688
|
+
msg.setL3CacheProcessor(value);
|
|
11689
|
+
break;
|
|
11690
|
+
case 25:
|
|
11691
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
11692
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
11693
|
+
msg.setL3CacheSize(value);
|
|
11694
|
+
break;
|
|
11695
|
+
case 26:
|
|
11696
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
11697
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
11698
|
+
msg.setMaximumProcessorSpeed(value);
|
|
11699
|
+
break;
|
|
11700
|
+
case 27:
|
|
11701
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
11702
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
11703
|
+
msg.setMinimumProcessorSpeed(value);
|
|
11704
|
+
break;
|
|
11651
11705
|
default:
|
|
11652
11706
|
reader.skipField();
|
|
11653
11707
|
break;
|
|
@@ -11821,6 +11875,78 @@ proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.serializeBinaryToWri
|
|
|
11821
11875
|
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
11822
11876
|
);
|
|
11823
11877
|
}
|
|
11878
|
+
f = message.getAppleRomInfo();
|
|
11879
|
+
if (f != null) {
|
|
11880
|
+
writer.writeMessage(
|
|
11881
|
+
19,
|
|
11882
|
+
f,
|
|
11883
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
11884
|
+
);
|
|
11885
|
+
}
|
|
11886
|
+
f = message.getL2CacheCore();
|
|
11887
|
+
if (f != null) {
|
|
11888
|
+
writer.writeMessage(
|
|
11889
|
+
20,
|
|
11890
|
+
f,
|
|
11891
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
11892
|
+
);
|
|
11893
|
+
}
|
|
11894
|
+
f = message.getL2CacheShare();
|
|
11895
|
+
if (f != null) {
|
|
11896
|
+
writer.writeMessage(
|
|
11897
|
+
21,
|
|
11898
|
+
f,
|
|
11899
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
11900
|
+
);
|
|
11901
|
+
}
|
|
11902
|
+
f = message.getL2CacheSize();
|
|
11903
|
+
if (f != null) {
|
|
11904
|
+
writer.writeMessage(
|
|
11905
|
+
22,
|
|
11906
|
+
f,
|
|
11907
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
11908
|
+
);
|
|
11909
|
+
}
|
|
11910
|
+
f = message.getL3CachePerCpu();
|
|
11911
|
+
if (f != null) {
|
|
11912
|
+
writer.writeMessage(
|
|
11913
|
+
23,
|
|
11914
|
+
f,
|
|
11915
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
11916
|
+
);
|
|
11917
|
+
}
|
|
11918
|
+
f = message.getL3CacheProcessor();
|
|
11919
|
+
if (f != null) {
|
|
11920
|
+
writer.writeMessage(
|
|
11921
|
+
24,
|
|
11922
|
+
f,
|
|
11923
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
11924
|
+
);
|
|
11925
|
+
}
|
|
11926
|
+
f = message.getL3CacheSize();
|
|
11927
|
+
if (f != null) {
|
|
11928
|
+
writer.writeMessage(
|
|
11929
|
+
25,
|
|
11930
|
+
f,
|
|
11931
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
11932
|
+
);
|
|
11933
|
+
}
|
|
11934
|
+
f = message.getMaximumProcessorSpeed();
|
|
11935
|
+
if (f != null) {
|
|
11936
|
+
writer.writeMessage(
|
|
11937
|
+
26,
|
|
11938
|
+
f,
|
|
11939
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
11940
|
+
);
|
|
11941
|
+
}
|
|
11942
|
+
f = message.getMinimumProcessorSpeed();
|
|
11943
|
+
if (f != null) {
|
|
11944
|
+
writer.writeMessage(
|
|
11945
|
+
27,
|
|
11946
|
+
f,
|
|
11947
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
11948
|
+
);
|
|
11949
|
+
}
|
|
11824
11950
|
};
|
|
11825
11951
|
|
|
11826
11952
|
|
|
@@ -12490,6 +12616,339 @@ proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.hasModelNu
|
|
|
12490
12616
|
};
|
|
12491
12617
|
|
|
12492
12618
|
|
|
12619
|
+
/**
|
|
12620
|
+
* optional google.protobuf.StringValue apple_rom_info = 19;
|
|
12621
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
12622
|
+
*/
|
|
12623
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.getAppleRomInfo = function() {
|
|
12624
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
12625
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 19));
|
|
12626
|
+
};
|
|
12627
|
+
|
|
12628
|
+
|
|
12629
|
+
/**
|
|
12630
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
12631
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware} returns this
|
|
12632
|
+
*/
|
|
12633
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.setAppleRomInfo = function(value) {
|
|
12634
|
+
return jspb.Message.setWrapperField(this, 19, value);
|
|
12635
|
+
};
|
|
12636
|
+
|
|
12637
|
+
|
|
12638
|
+
/**
|
|
12639
|
+
* Clears the message field making it undefined.
|
|
12640
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware} returns this
|
|
12641
|
+
*/
|
|
12642
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.clearAppleRomInfo = function() {
|
|
12643
|
+
return this.setAppleRomInfo(undefined);
|
|
12644
|
+
};
|
|
12645
|
+
|
|
12646
|
+
|
|
12647
|
+
/**
|
|
12648
|
+
* Returns whether this field is set.
|
|
12649
|
+
* @return {boolean}
|
|
12650
|
+
*/
|
|
12651
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.hasAppleRomInfo = function() {
|
|
12652
|
+
return jspb.Message.getField(this, 19) != null;
|
|
12653
|
+
};
|
|
12654
|
+
|
|
12655
|
+
|
|
12656
|
+
/**
|
|
12657
|
+
* optional google.protobuf.StringValue l2_cache_core = 20;
|
|
12658
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
12659
|
+
*/
|
|
12660
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.getL2CacheCore = function() {
|
|
12661
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
12662
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 20));
|
|
12663
|
+
};
|
|
12664
|
+
|
|
12665
|
+
|
|
12666
|
+
/**
|
|
12667
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
12668
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware} returns this
|
|
12669
|
+
*/
|
|
12670
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.setL2CacheCore = function(value) {
|
|
12671
|
+
return jspb.Message.setWrapperField(this, 20, value);
|
|
12672
|
+
};
|
|
12673
|
+
|
|
12674
|
+
|
|
12675
|
+
/**
|
|
12676
|
+
* Clears the message field making it undefined.
|
|
12677
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware} returns this
|
|
12678
|
+
*/
|
|
12679
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.clearL2CacheCore = function() {
|
|
12680
|
+
return this.setL2CacheCore(undefined);
|
|
12681
|
+
};
|
|
12682
|
+
|
|
12683
|
+
|
|
12684
|
+
/**
|
|
12685
|
+
* Returns whether this field is set.
|
|
12686
|
+
* @return {boolean}
|
|
12687
|
+
*/
|
|
12688
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.hasL2CacheCore = function() {
|
|
12689
|
+
return jspb.Message.getField(this, 20) != null;
|
|
12690
|
+
};
|
|
12691
|
+
|
|
12692
|
+
|
|
12693
|
+
/**
|
|
12694
|
+
* optional google.protobuf.StringValue l2_cache_share = 21;
|
|
12695
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
12696
|
+
*/
|
|
12697
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.getL2CacheShare = function() {
|
|
12698
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
12699
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 21));
|
|
12700
|
+
};
|
|
12701
|
+
|
|
12702
|
+
|
|
12703
|
+
/**
|
|
12704
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
12705
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware} returns this
|
|
12706
|
+
*/
|
|
12707
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.setL2CacheShare = function(value) {
|
|
12708
|
+
return jspb.Message.setWrapperField(this, 21, value);
|
|
12709
|
+
};
|
|
12710
|
+
|
|
12711
|
+
|
|
12712
|
+
/**
|
|
12713
|
+
* Clears the message field making it undefined.
|
|
12714
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware} returns this
|
|
12715
|
+
*/
|
|
12716
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.clearL2CacheShare = function() {
|
|
12717
|
+
return this.setL2CacheShare(undefined);
|
|
12718
|
+
};
|
|
12719
|
+
|
|
12720
|
+
|
|
12721
|
+
/**
|
|
12722
|
+
* Returns whether this field is set.
|
|
12723
|
+
* @return {boolean}
|
|
12724
|
+
*/
|
|
12725
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.hasL2CacheShare = function() {
|
|
12726
|
+
return jspb.Message.getField(this, 21) != null;
|
|
12727
|
+
};
|
|
12728
|
+
|
|
12729
|
+
|
|
12730
|
+
/**
|
|
12731
|
+
* optional google.protobuf.StringValue l2_cache_size = 22;
|
|
12732
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
12733
|
+
*/
|
|
12734
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.getL2CacheSize = function() {
|
|
12735
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
12736
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 22));
|
|
12737
|
+
};
|
|
12738
|
+
|
|
12739
|
+
|
|
12740
|
+
/**
|
|
12741
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
12742
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware} returns this
|
|
12743
|
+
*/
|
|
12744
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.setL2CacheSize = function(value) {
|
|
12745
|
+
return jspb.Message.setWrapperField(this, 22, value);
|
|
12746
|
+
};
|
|
12747
|
+
|
|
12748
|
+
|
|
12749
|
+
/**
|
|
12750
|
+
* Clears the message field making it undefined.
|
|
12751
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware} returns this
|
|
12752
|
+
*/
|
|
12753
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.clearL2CacheSize = function() {
|
|
12754
|
+
return this.setL2CacheSize(undefined);
|
|
12755
|
+
};
|
|
12756
|
+
|
|
12757
|
+
|
|
12758
|
+
/**
|
|
12759
|
+
* Returns whether this field is set.
|
|
12760
|
+
* @return {boolean}
|
|
12761
|
+
*/
|
|
12762
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.hasL2CacheSize = function() {
|
|
12763
|
+
return jspb.Message.getField(this, 22) != null;
|
|
12764
|
+
};
|
|
12765
|
+
|
|
12766
|
+
|
|
12767
|
+
/**
|
|
12768
|
+
* optional google.protobuf.StringValue l3_cache_per_cpu = 23;
|
|
12769
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
12770
|
+
*/
|
|
12771
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.getL3CachePerCpu = function() {
|
|
12772
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
12773
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 23));
|
|
12774
|
+
};
|
|
12775
|
+
|
|
12776
|
+
|
|
12777
|
+
/**
|
|
12778
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
12779
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware} returns this
|
|
12780
|
+
*/
|
|
12781
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.setL3CachePerCpu = function(value) {
|
|
12782
|
+
return jspb.Message.setWrapperField(this, 23, value);
|
|
12783
|
+
};
|
|
12784
|
+
|
|
12785
|
+
|
|
12786
|
+
/**
|
|
12787
|
+
* Clears the message field making it undefined.
|
|
12788
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware} returns this
|
|
12789
|
+
*/
|
|
12790
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.clearL3CachePerCpu = function() {
|
|
12791
|
+
return this.setL3CachePerCpu(undefined);
|
|
12792
|
+
};
|
|
12793
|
+
|
|
12794
|
+
|
|
12795
|
+
/**
|
|
12796
|
+
* Returns whether this field is set.
|
|
12797
|
+
* @return {boolean}
|
|
12798
|
+
*/
|
|
12799
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.hasL3CachePerCpu = function() {
|
|
12800
|
+
return jspb.Message.getField(this, 23) != null;
|
|
12801
|
+
};
|
|
12802
|
+
|
|
12803
|
+
|
|
12804
|
+
/**
|
|
12805
|
+
* optional google.protobuf.StringValue l3_cache_processor = 24;
|
|
12806
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
12807
|
+
*/
|
|
12808
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.getL3CacheProcessor = function() {
|
|
12809
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
12810
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 24));
|
|
12811
|
+
};
|
|
12812
|
+
|
|
12813
|
+
|
|
12814
|
+
/**
|
|
12815
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
12816
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware} returns this
|
|
12817
|
+
*/
|
|
12818
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.setL3CacheProcessor = function(value) {
|
|
12819
|
+
return jspb.Message.setWrapperField(this, 24, value);
|
|
12820
|
+
};
|
|
12821
|
+
|
|
12822
|
+
|
|
12823
|
+
/**
|
|
12824
|
+
* Clears the message field making it undefined.
|
|
12825
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware} returns this
|
|
12826
|
+
*/
|
|
12827
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.clearL3CacheProcessor = function() {
|
|
12828
|
+
return this.setL3CacheProcessor(undefined);
|
|
12829
|
+
};
|
|
12830
|
+
|
|
12831
|
+
|
|
12832
|
+
/**
|
|
12833
|
+
* Returns whether this field is set.
|
|
12834
|
+
* @return {boolean}
|
|
12835
|
+
*/
|
|
12836
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.hasL3CacheProcessor = function() {
|
|
12837
|
+
return jspb.Message.getField(this, 24) != null;
|
|
12838
|
+
};
|
|
12839
|
+
|
|
12840
|
+
|
|
12841
|
+
/**
|
|
12842
|
+
* optional google.protobuf.StringValue l3_cache_size = 25;
|
|
12843
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
12844
|
+
*/
|
|
12845
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.getL3CacheSize = function() {
|
|
12846
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
12847
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 25));
|
|
12848
|
+
};
|
|
12849
|
+
|
|
12850
|
+
|
|
12851
|
+
/**
|
|
12852
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
12853
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware} returns this
|
|
12854
|
+
*/
|
|
12855
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.setL3CacheSize = function(value) {
|
|
12856
|
+
return jspb.Message.setWrapperField(this, 25, value);
|
|
12857
|
+
};
|
|
12858
|
+
|
|
12859
|
+
|
|
12860
|
+
/**
|
|
12861
|
+
* Clears the message field making it undefined.
|
|
12862
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware} returns this
|
|
12863
|
+
*/
|
|
12864
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.clearL3CacheSize = function() {
|
|
12865
|
+
return this.setL3CacheSize(undefined);
|
|
12866
|
+
};
|
|
12867
|
+
|
|
12868
|
+
|
|
12869
|
+
/**
|
|
12870
|
+
* Returns whether this field is set.
|
|
12871
|
+
* @return {boolean}
|
|
12872
|
+
*/
|
|
12873
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.hasL3CacheSize = function() {
|
|
12874
|
+
return jspb.Message.getField(this, 25) != null;
|
|
12875
|
+
};
|
|
12876
|
+
|
|
12877
|
+
|
|
12878
|
+
/**
|
|
12879
|
+
* optional google.protobuf.StringValue maximum_processor_speed = 26;
|
|
12880
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
12881
|
+
*/
|
|
12882
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.getMaximumProcessorSpeed = function() {
|
|
12883
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
12884
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 26));
|
|
12885
|
+
};
|
|
12886
|
+
|
|
12887
|
+
|
|
12888
|
+
/**
|
|
12889
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
12890
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware} returns this
|
|
12891
|
+
*/
|
|
12892
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.setMaximumProcessorSpeed = function(value) {
|
|
12893
|
+
return jspb.Message.setWrapperField(this, 26, value);
|
|
12894
|
+
};
|
|
12895
|
+
|
|
12896
|
+
|
|
12897
|
+
/**
|
|
12898
|
+
* Clears the message field making it undefined.
|
|
12899
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware} returns this
|
|
12900
|
+
*/
|
|
12901
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.clearMaximumProcessorSpeed = function() {
|
|
12902
|
+
return this.setMaximumProcessorSpeed(undefined);
|
|
12903
|
+
};
|
|
12904
|
+
|
|
12905
|
+
|
|
12906
|
+
/**
|
|
12907
|
+
* Returns whether this field is set.
|
|
12908
|
+
* @return {boolean}
|
|
12909
|
+
*/
|
|
12910
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.hasMaximumProcessorSpeed = function() {
|
|
12911
|
+
return jspb.Message.getField(this, 26) != null;
|
|
12912
|
+
};
|
|
12913
|
+
|
|
12914
|
+
|
|
12915
|
+
/**
|
|
12916
|
+
* optional google.protobuf.StringValue minimum_processor_speed = 27;
|
|
12917
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
12918
|
+
*/
|
|
12919
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.getMinimumProcessorSpeed = function() {
|
|
12920
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
12921
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 27));
|
|
12922
|
+
};
|
|
12923
|
+
|
|
12924
|
+
|
|
12925
|
+
/**
|
|
12926
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
12927
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware} returns this
|
|
12928
|
+
*/
|
|
12929
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.setMinimumProcessorSpeed = function(value) {
|
|
12930
|
+
return jspb.Message.setWrapperField(this, 27, value);
|
|
12931
|
+
};
|
|
12932
|
+
|
|
12933
|
+
|
|
12934
|
+
/**
|
|
12935
|
+
* Clears the message field making it undefined.
|
|
12936
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware} returns this
|
|
12937
|
+
*/
|
|
12938
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.clearMinimumProcessorSpeed = function() {
|
|
12939
|
+
return this.setMinimumProcessorSpeed(undefined);
|
|
12940
|
+
};
|
|
12941
|
+
|
|
12942
|
+
|
|
12943
|
+
/**
|
|
12944
|
+
* Returns whether this field is set.
|
|
12945
|
+
* @return {boolean}
|
|
12946
|
+
*/
|
|
12947
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.hasMinimumProcessorSpeed = function() {
|
|
12948
|
+
return jspb.Message.getField(this, 27) != null;
|
|
12949
|
+
};
|
|
12950
|
+
|
|
12951
|
+
|
|
12493
12952
|
|
|
12494
12953
|
/**
|
|
12495
12954
|
* List of repeated fields within this message type.
|