@lansweeper/data-platform-outbound-grpc 0.1.110 → 0.1.112
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.
- package/CHANGELOG.md +16 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +79 -5
- package/gen-proto/outbound_pb.js +654 -27
- package/generated-go/outbound.pb.go +6485 -6304
- package/java.json +1 -1
- package/package.json +2 -2
- package/proto/outbound.proto +21 -6
package/gen-proto/outbound_pb.js
CHANGED
|
@@ -57,6 +57,7 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerInfrared', null,
|
|
|
57
57
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility', null, global);
|
|
58
58
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacBluetooth', null, global);
|
|
59
59
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacInstallHistory', null, global);
|
|
60
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation', null, global);
|
|
60
61
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework', null, global);
|
|
61
62
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacPreferencePane', null, global);
|
|
62
63
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings', null, global);
|
|
@@ -2109,6 +2110,27 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
2109
2110
|
*/
|
|
2110
2111
|
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility';
|
|
2111
2112
|
}
|
|
2113
|
+
/**
|
|
2114
|
+
* Generated by JsPbCodeGenerator.
|
|
2115
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
2116
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
2117
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
2118
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
2119
|
+
* valid.
|
|
2120
|
+
* @extends {jspb.Message}
|
|
2121
|
+
* @constructor
|
|
2122
|
+
*/
|
|
2123
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation = function(opt_data) {
|
|
2124
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.repeatedFields_, null);
|
|
2125
|
+
};
|
|
2126
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation, jspb.Message);
|
|
2127
|
+
if (goog.DEBUG && !COMPILED) {
|
|
2128
|
+
/**
|
|
2129
|
+
* @public
|
|
2130
|
+
* @override
|
|
2131
|
+
*/
|
|
2132
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation';
|
|
2133
|
+
}
|
|
2112
2134
|
/**
|
|
2113
2135
|
* Generated by JsPbCodeGenerator.
|
|
2114
2136
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -3590,7 +3612,7 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
3590
3612
|
* @constructor
|
|
3591
3613
|
*/
|
|
3592
3614
|
proto.com.lansweeper.dp.outbound.v1.Software = function(opt_data) {
|
|
3593
|
-
jspb.Message.initialize(this, opt_data, 0, -1,
|
|
3615
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.dp.outbound.v1.Software.repeatedFields_, null);
|
|
3594
3616
|
};
|
|
3595
3617
|
goog.inherits(proto.com.lansweeper.dp.outbound.v1.Software, jspb.Message);
|
|
3596
3618
|
if (goog.DEBUG && !COMPILED) {
|
|
@@ -8996,7 +9018,7 @@ proto.com.lansweeper.dp.outbound.v1.WarrantyInfo.prototype.setIsReliable = funct
|
|
|
8996
9018
|
* @private {!Array<number>}
|
|
8997
9019
|
* @const
|
|
8998
9020
|
*/
|
|
8999
|
-
proto.com.lansweeper.dp.outbound.v1.Computer.repeatedFields_ = [3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,33,27,32,28,29,30,31,35,
|
|
9021
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.repeatedFields_ = [3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,33,27,32,28,29,30,31,34,35,36,102,103,105,107,202,203,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,225,302,303,304];
|
|
9000
9022
|
|
|
9001
9023
|
|
|
9002
9024
|
|
|
@@ -9092,10 +9114,12 @@ proto.com.lansweeper.dp.outbound.v1.Computer.toObject = function(includeInstance
|
|
|
9092
9114
|
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsIdeController.toObject, includeInstance),
|
|
9093
9115
|
windowsDiskPartitionList: jspb.Message.toObjectList(msg.getWindowsDiskPartitionList(),
|
|
9094
9116
|
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDiskPartition.toObject, includeInstance),
|
|
9095
|
-
macBluetoothList: jspb.Message.toObjectList(msg.getMacBluetoothList(),
|
|
9096
|
-
proto.com.lansweeper.dp.outbound.v1.ComputerMacBluetooth.toObject, includeInstance),
|
|
9097
9117
|
macWifiControllerList: jspb.Message.toObjectList(msg.getMacWifiControllerList(),
|
|
9098
9118
|
proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.toObject, includeInstance),
|
|
9119
|
+
macBluetoothList: jspb.Message.toObjectList(msg.getMacBluetoothList(),
|
|
9120
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacBluetooth.toObject, includeInstance),
|
|
9121
|
+
macNetworkLocationList: jspb.Message.toObjectList(msg.getMacNetworkLocationList(),
|
|
9122
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.toObject, includeInstance),
|
|
9099
9123
|
bios: (f = msg.getBios()) && proto.com.lansweeper.dp.outbound.v1.Bios.toObject(includeInstance, f),
|
|
9100
9124
|
osPatchList: jspb.Message.toObjectList(msg.getOsPatchList(),
|
|
9101
9125
|
proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch.toObject, includeInstance),
|
|
@@ -9359,15 +9383,20 @@ proto.com.lansweeper.dp.outbound.v1.Computer.deserializeBinaryFromReader = funct
|
|
|
9359
9383
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDiskPartition.deserializeBinaryFromReader);
|
|
9360
9384
|
msg.addWindowsDiskPartition(value);
|
|
9361
9385
|
break;
|
|
9386
|
+
case 34:
|
|
9387
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController;
|
|
9388
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.deserializeBinaryFromReader);
|
|
9389
|
+
msg.addMacWifiController(value);
|
|
9390
|
+
break;
|
|
9362
9391
|
case 35:
|
|
9363
9392
|
var value = new proto.com.lansweeper.dp.outbound.v1.ComputerMacBluetooth;
|
|
9364
9393
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerMacBluetooth.deserializeBinaryFromReader);
|
|
9365
9394
|
msg.addMacBluetooth(value);
|
|
9366
9395
|
break;
|
|
9367
|
-
case
|
|
9368
|
-
var value = new proto.com.lansweeper.dp.outbound.v1.
|
|
9369
|
-
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.
|
|
9370
|
-
msg.
|
|
9396
|
+
case 36:
|
|
9397
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation;
|
|
9398
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.deserializeBinaryFromReader);
|
|
9399
|
+
msg.addMacNetworkLocation(value);
|
|
9371
9400
|
break;
|
|
9372
9401
|
case 101:
|
|
9373
9402
|
var value = new proto.com.lansweeper.dp.outbound.v1.Bios;
|
|
@@ -9842,6 +9871,14 @@ proto.com.lansweeper.dp.outbound.v1.Computer.serializeBinaryToWriter = function(
|
|
|
9842
9871
|
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDiskPartition.serializeBinaryToWriter
|
|
9843
9872
|
);
|
|
9844
9873
|
}
|
|
9874
|
+
f = message.getMacWifiControllerList();
|
|
9875
|
+
if (f.length > 0) {
|
|
9876
|
+
writer.writeRepeatedMessage(
|
|
9877
|
+
34,
|
|
9878
|
+
f,
|
|
9879
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.serializeBinaryToWriter
|
|
9880
|
+
);
|
|
9881
|
+
}
|
|
9845
9882
|
f = message.getMacBluetoothList();
|
|
9846
9883
|
if (f.length > 0) {
|
|
9847
9884
|
writer.writeRepeatedMessage(
|
|
@@ -9850,12 +9887,12 @@ proto.com.lansweeper.dp.outbound.v1.Computer.serializeBinaryToWriter = function(
|
|
|
9850
9887
|
proto.com.lansweeper.dp.outbound.v1.ComputerMacBluetooth.serializeBinaryToWriter
|
|
9851
9888
|
);
|
|
9852
9889
|
}
|
|
9853
|
-
f = message.
|
|
9890
|
+
f = message.getMacNetworkLocationList();
|
|
9854
9891
|
if (f.length > 0) {
|
|
9855
9892
|
writer.writeRepeatedMessage(
|
|
9856
|
-
|
|
9893
|
+
36,
|
|
9857
9894
|
f,
|
|
9858
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
9895
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.serializeBinaryToWriter
|
|
9859
9896
|
);
|
|
9860
9897
|
}
|
|
9861
9898
|
f = message.getBios();
|
|
@@ -11400,6 +11437,44 @@ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearWindowsDiskPartition
|
|
|
11400
11437
|
};
|
|
11401
11438
|
|
|
11402
11439
|
|
|
11440
|
+
/**
|
|
11441
|
+
* repeated ComputerMacWifiController mac_wifi_controller = 34;
|
|
11442
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController>}
|
|
11443
|
+
*/
|
|
11444
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.getMacWifiControllerList = function() {
|
|
11445
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController>} */ (
|
|
11446
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController, 34));
|
|
11447
|
+
};
|
|
11448
|
+
|
|
11449
|
+
|
|
11450
|
+
/**
|
|
11451
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController>} value
|
|
11452
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
|
|
11453
|
+
*/
|
|
11454
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.setMacWifiControllerList = function(value) {
|
|
11455
|
+
return jspb.Message.setRepeatedWrapperField(this, 34, value);
|
|
11456
|
+
};
|
|
11457
|
+
|
|
11458
|
+
|
|
11459
|
+
/**
|
|
11460
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController=} opt_value
|
|
11461
|
+
* @param {number=} opt_index
|
|
11462
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController}
|
|
11463
|
+
*/
|
|
11464
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.addMacWifiController = function(opt_value, opt_index) {
|
|
11465
|
+
return jspb.Message.addToRepeatedWrapperField(this, 34, opt_value, proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController, opt_index);
|
|
11466
|
+
};
|
|
11467
|
+
|
|
11468
|
+
|
|
11469
|
+
/**
|
|
11470
|
+
* Clears the list making it empty but non-null.
|
|
11471
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
|
|
11472
|
+
*/
|
|
11473
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearMacWifiControllerList = function() {
|
|
11474
|
+
return this.setMacWifiControllerList([]);
|
|
11475
|
+
};
|
|
11476
|
+
|
|
11477
|
+
|
|
11403
11478
|
/**
|
|
11404
11479
|
* repeated ComputerMacBluetooth mac_bluetooth = 35;
|
|
11405
11480
|
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerMacBluetooth>}
|
|
@@ -11439,31 +11514,31 @@ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearMacBluetoothList = f
|
|
|
11439
11514
|
|
|
11440
11515
|
|
|
11441
11516
|
/**
|
|
11442
|
-
* repeated
|
|
11443
|
-
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.
|
|
11517
|
+
* repeated ComputerMacNetworkLocation mac_network_location = 36;
|
|
11518
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation>}
|
|
11444
11519
|
*/
|
|
11445
|
-
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.
|
|
11446
|
-
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.
|
|
11447
|
-
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.
|
|
11520
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.getMacNetworkLocationList = function() {
|
|
11521
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation>} */ (
|
|
11522
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation, 36));
|
|
11448
11523
|
};
|
|
11449
11524
|
|
|
11450
11525
|
|
|
11451
11526
|
/**
|
|
11452
|
-
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.
|
|
11527
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation>} value
|
|
11453
11528
|
* @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
|
|
11454
11529
|
*/
|
|
11455
|
-
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.
|
|
11456
|
-
return jspb.Message.setRepeatedWrapperField(this,
|
|
11530
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.setMacNetworkLocationList = function(value) {
|
|
11531
|
+
return jspb.Message.setRepeatedWrapperField(this, 36, value);
|
|
11457
11532
|
};
|
|
11458
11533
|
|
|
11459
11534
|
|
|
11460
11535
|
/**
|
|
11461
|
-
* @param {!proto.com.lansweeper.dp.outbound.v1.
|
|
11536
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation=} opt_value
|
|
11462
11537
|
* @param {number=} opt_index
|
|
11463
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
11538
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation}
|
|
11464
11539
|
*/
|
|
11465
|
-
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.
|
|
11466
|
-
return jspb.Message.addToRepeatedWrapperField(this,
|
|
11540
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.addMacNetworkLocation = function(opt_value, opt_index) {
|
|
11541
|
+
return jspb.Message.addToRepeatedWrapperField(this, 36, opt_value, proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation, opt_index);
|
|
11467
11542
|
};
|
|
11468
11543
|
|
|
11469
11544
|
|
|
@@ -11471,8 +11546,8 @@ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.addMacWifiController = fu
|
|
|
11471
11546
|
* Clears the list making it empty but non-null.
|
|
11472
11547
|
* @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
|
|
11473
11548
|
*/
|
|
11474
|
-
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.
|
|
11475
|
-
return this.
|
|
11549
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearMacNetworkLocationList = function() {
|
|
11550
|
+
return this.setMacNetworkLocationList([]);
|
|
11476
11551
|
};
|
|
11477
11552
|
|
|
11478
11553
|
|
|
@@ -30509,7 +30584,9 @@ proto.com.lansweeper.dp.outbound.v1.NetworkInterface.toObject = function(include
|
|
|
30509
30584
|
adminStatus: jspb.Message.getFieldWithDefault(msg, 21, ""),
|
|
30510
30585
|
operStatus: jspb.Message.getFieldWithDefault(msg, 22, ""),
|
|
30511
30586
|
connectedDevicesList: (f = jspb.Message.getRepeatedField(msg, 23)) == null ? undefined : f,
|
|
30512
|
-
vlansList: (f = jspb.Message.getRepeatedField(msg, 24)) == null ? undefined : f
|
|
30587
|
+
vlansList: (f = jspb.Message.getRepeatedField(msg, 24)) == null ? undefined : f,
|
|
30588
|
+
ipv6PrefixLength: jspb.Message.getFieldWithDefault(msg, 25, 0),
|
|
30589
|
+
networkSignature: jspb.Message.getFieldWithDefault(msg, 26, "")
|
|
30513
30590
|
};
|
|
30514
30591
|
|
|
30515
30592
|
if (includeInstance) {
|
|
@@ -30643,6 +30720,14 @@ proto.com.lansweeper.dp.outbound.v1.NetworkInterface.deserializeBinaryFromReader
|
|
|
30643
30720
|
var value = /** @type {string} */ (reader.readString());
|
|
30644
30721
|
msg.addVlans(value);
|
|
30645
30722
|
break;
|
|
30723
|
+
case 25:
|
|
30724
|
+
var value = /** @type {number} */ (reader.readUint64());
|
|
30725
|
+
msg.setIpv6PrefixLength(value);
|
|
30726
|
+
break;
|
|
30727
|
+
case 26:
|
|
30728
|
+
var value = /** @type {string} */ (reader.readString());
|
|
30729
|
+
msg.setNetworkSignature(value);
|
|
30730
|
+
break;
|
|
30646
30731
|
default:
|
|
30647
30732
|
reader.skipField();
|
|
30648
30733
|
break;
|
|
@@ -30841,6 +30926,20 @@ proto.com.lansweeper.dp.outbound.v1.NetworkInterface.serializeBinaryToWriter = f
|
|
|
30841
30926
|
f
|
|
30842
30927
|
);
|
|
30843
30928
|
}
|
|
30929
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 25));
|
|
30930
|
+
if (f != null) {
|
|
30931
|
+
writer.writeUint64(
|
|
30932
|
+
25,
|
|
30933
|
+
f
|
|
30934
|
+
);
|
|
30935
|
+
}
|
|
30936
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 26));
|
|
30937
|
+
if (f != null) {
|
|
30938
|
+
writer.writeString(
|
|
30939
|
+
26,
|
|
30940
|
+
f
|
|
30941
|
+
);
|
|
30942
|
+
}
|
|
30844
30943
|
};
|
|
30845
30944
|
|
|
30846
30945
|
|
|
@@ -31659,6 +31758,78 @@ proto.com.lansweeper.dp.outbound.v1.NetworkInterface.prototype.clearVlansList =
|
|
|
31659
31758
|
};
|
|
31660
31759
|
|
|
31661
31760
|
|
|
31761
|
+
/**
|
|
31762
|
+
* optional uint64 ipv6_prefix_length = 25;
|
|
31763
|
+
* @return {number}
|
|
31764
|
+
*/
|
|
31765
|
+
proto.com.lansweeper.dp.outbound.v1.NetworkInterface.prototype.getIpv6PrefixLength = function() {
|
|
31766
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 25, 0));
|
|
31767
|
+
};
|
|
31768
|
+
|
|
31769
|
+
|
|
31770
|
+
/**
|
|
31771
|
+
* @param {number} value
|
|
31772
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NetworkInterface} returns this
|
|
31773
|
+
*/
|
|
31774
|
+
proto.com.lansweeper.dp.outbound.v1.NetworkInterface.prototype.setIpv6PrefixLength = function(value) {
|
|
31775
|
+
return jspb.Message.setField(this, 25, value);
|
|
31776
|
+
};
|
|
31777
|
+
|
|
31778
|
+
|
|
31779
|
+
/**
|
|
31780
|
+
* Clears the field making it undefined.
|
|
31781
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NetworkInterface} returns this
|
|
31782
|
+
*/
|
|
31783
|
+
proto.com.lansweeper.dp.outbound.v1.NetworkInterface.prototype.clearIpv6PrefixLength = function() {
|
|
31784
|
+
return jspb.Message.setField(this, 25, undefined);
|
|
31785
|
+
};
|
|
31786
|
+
|
|
31787
|
+
|
|
31788
|
+
/**
|
|
31789
|
+
* Returns whether this field is set.
|
|
31790
|
+
* @return {boolean}
|
|
31791
|
+
*/
|
|
31792
|
+
proto.com.lansweeper.dp.outbound.v1.NetworkInterface.prototype.hasIpv6PrefixLength = function() {
|
|
31793
|
+
return jspb.Message.getField(this, 25) != null;
|
|
31794
|
+
};
|
|
31795
|
+
|
|
31796
|
+
|
|
31797
|
+
/**
|
|
31798
|
+
* optional string network_signature = 26;
|
|
31799
|
+
* @return {string}
|
|
31800
|
+
*/
|
|
31801
|
+
proto.com.lansweeper.dp.outbound.v1.NetworkInterface.prototype.getNetworkSignature = function() {
|
|
31802
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 26, ""));
|
|
31803
|
+
};
|
|
31804
|
+
|
|
31805
|
+
|
|
31806
|
+
/**
|
|
31807
|
+
* @param {string} value
|
|
31808
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NetworkInterface} returns this
|
|
31809
|
+
*/
|
|
31810
|
+
proto.com.lansweeper.dp.outbound.v1.NetworkInterface.prototype.setNetworkSignature = function(value) {
|
|
31811
|
+
return jspb.Message.setField(this, 26, value);
|
|
31812
|
+
};
|
|
31813
|
+
|
|
31814
|
+
|
|
31815
|
+
/**
|
|
31816
|
+
* Clears the field making it undefined.
|
|
31817
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NetworkInterface} returns this
|
|
31818
|
+
*/
|
|
31819
|
+
proto.com.lansweeper.dp.outbound.v1.NetworkInterface.prototype.clearNetworkSignature = function() {
|
|
31820
|
+
return jspb.Message.setField(this, 26, undefined);
|
|
31821
|
+
};
|
|
31822
|
+
|
|
31823
|
+
|
|
31824
|
+
/**
|
|
31825
|
+
* Returns whether this field is set.
|
|
31826
|
+
* @return {boolean}
|
|
31827
|
+
*/
|
|
31828
|
+
proto.com.lansweeper.dp.outbound.v1.NetworkInterface.prototype.hasNetworkSignature = function() {
|
|
31829
|
+
return jspb.Message.getField(this, 26) != null;
|
|
31830
|
+
};
|
|
31831
|
+
|
|
31832
|
+
|
|
31662
31833
|
|
|
31663
31834
|
|
|
31664
31835
|
|
|
@@ -49868,6 +50039,262 @@ proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.hasZoomMo
|
|
|
49868
50039
|
|
|
49869
50040
|
|
|
49870
50041
|
|
|
50042
|
+
/**
|
|
50043
|
+
* List of repeated fields within this message type.
|
|
50044
|
+
* @private {!Array<number>}
|
|
50045
|
+
* @const
|
|
50046
|
+
*/
|
|
50047
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.repeatedFields_ = [3];
|
|
50048
|
+
|
|
50049
|
+
|
|
50050
|
+
|
|
50051
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
50052
|
+
/**
|
|
50053
|
+
* Creates an object representation of this proto.
|
|
50054
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
50055
|
+
* Optional fields that are not set will be set to undefined.
|
|
50056
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
50057
|
+
* For the list of reserved names please see:
|
|
50058
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
50059
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
50060
|
+
* JSPB instance for transitional soy proto support:
|
|
50061
|
+
* http://goto/soy-param-migration
|
|
50062
|
+
* @return {!Object}
|
|
50063
|
+
*/
|
|
50064
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.prototype.toObject = function(opt_includeInstance) {
|
|
50065
|
+
return proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.toObject(opt_includeInstance, this);
|
|
50066
|
+
};
|
|
50067
|
+
|
|
50068
|
+
|
|
50069
|
+
/**
|
|
50070
|
+
* Static version of the {@see toObject} method.
|
|
50071
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
50072
|
+
* the JSPB instance for transitional soy proto support:
|
|
50073
|
+
* http://goto/soy-param-migration
|
|
50074
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation} msg The msg instance to transform.
|
|
50075
|
+
* @return {!Object}
|
|
50076
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
50077
|
+
*/
|
|
50078
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.toObject = function(includeInstance, msg) {
|
|
50079
|
+
var f, obj = {
|
|
50080
|
+
name: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
50081
|
+
locationActive: jspb.Message.getBooleanFieldWithDefault(msg, 2, false),
|
|
50082
|
+
locationServicesList: jspb.Message.toObjectList(msg.getLocationServicesList(),
|
|
50083
|
+
proto.com.lansweeper.dp.outbound.v1.NetworkInterface.toObject, includeInstance)
|
|
50084
|
+
};
|
|
50085
|
+
|
|
50086
|
+
if (includeInstance) {
|
|
50087
|
+
obj.$jspbMessageInstance = msg;
|
|
50088
|
+
}
|
|
50089
|
+
return obj;
|
|
50090
|
+
};
|
|
50091
|
+
}
|
|
50092
|
+
|
|
50093
|
+
|
|
50094
|
+
/**
|
|
50095
|
+
* Deserializes binary data (in protobuf wire format).
|
|
50096
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
50097
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation}
|
|
50098
|
+
*/
|
|
50099
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.deserializeBinary = function(bytes) {
|
|
50100
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
50101
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation;
|
|
50102
|
+
return proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.deserializeBinaryFromReader(msg, reader);
|
|
50103
|
+
};
|
|
50104
|
+
|
|
50105
|
+
|
|
50106
|
+
/**
|
|
50107
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
50108
|
+
* given reader into the given message object.
|
|
50109
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation} msg The message object to deserialize into.
|
|
50110
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
50111
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation}
|
|
50112
|
+
*/
|
|
50113
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.deserializeBinaryFromReader = function(msg, reader) {
|
|
50114
|
+
while (reader.nextField()) {
|
|
50115
|
+
if (reader.isEndGroup()) {
|
|
50116
|
+
break;
|
|
50117
|
+
}
|
|
50118
|
+
var field = reader.getFieldNumber();
|
|
50119
|
+
switch (field) {
|
|
50120
|
+
case 1:
|
|
50121
|
+
var value = /** @type {string} */ (reader.readString());
|
|
50122
|
+
msg.setName(value);
|
|
50123
|
+
break;
|
|
50124
|
+
case 2:
|
|
50125
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
50126
|
+
msg.setLocationActive(value);
|
|
50127
|
+
break;
|
|
50128
|
+
case 3:
|
|
50129
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.NetworkInterface;
|
|
50130
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.NetworkInterface.deserializeBinaryFromReader);
|
|
50131
|
+
msg.addLocationServices(value);
|
|
50132
|
+
break;
|
|
50133
|
+
default:
|
|
50134
|
+
reader.skipField();
|
|
50135
|
+
break;
|
|
50136
|
+
}
|
|
50137
|
+
}
|
|
50138
|
+
return msg;
|
|
50139
|
+
};
|
|
50140
|
+
|
|
50141
|
+
|
|
50142
|
+
/**
|
|
50143
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
50144
|
+
* @return {!Uint8Array}
|
|
50145
|
+
*/
|
|
50146
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.prototype.serializeBinary = function() {
|
|
50147
|
+
var writer = new jspb.BinaryWriter();
|
|
50148
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.serializeBinaryToWriter(this, writer);
|
|
50149
|
+
return writer.getResultBuffer();
|
|
50150
|
+
};
|
|
50151
|
+
|
|
50152
|
+
|
|
50153
|
+
/**
|
|
50154
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
50155
|
+
* format), writing to the given BinaryWriter.
|
|
50156
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation} message
|
|
50157
|
+
* @param {!jspb.BinaryWriter} writer
|
|
50158
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
50159
|
+
*/
|
|
50160
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.serializeBinaryToWriter = function(message, writer) {
|
|
50161
|
+
var f = undefined;
|
|
50162
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 1));
|
|
50163
|
+
if (f != null) {
|
|
50164
|
+
writer.writeString(
|
|
50165
|
+
1,
|
|
50166
|
+
f
|
|
50167
|
+
);
|
|
50168
|
+
}
|
|
50169
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 2));
|
|
50170
|
+
if (f != null) {
|
|
50171
|
+
writer.writeBool(
|
|
50172
|
+
2,
|
|
50173
|
+
f
|
|
50174
|
+
);
|
|
50175
|
+
}
|
|
50176
|
+
f = message.getLocationServicesList();
|
|
50177
|
+
if (f.length > 0) {
|
|
50178
|
+
writer.writeRepeatedMessage(
|
|
50179
|
+
3,
|
|
50180
|
+
f,
|
|
50181
|
+
proto.com.lansweeper.dp.outbound.v1.NetworkInterface.serializeBinaryToWriter
|
|
50182
|
+
);
|
|
50183
|
+
}
|
|
50184
|
+
};
|
|
50185
|
+
|
|
50186
|
+
|
|
50187
|
+
/**
|
|
50188
|
+
* optional string name = 1;
|
|
50189
|
+
* @return {string}
|
|
50190
|
+
*/
|
|
50191
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.prototype.getName = function() {
|
|
50192
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
50193
|
+
};
|
|
50194
|
+
|
|
50195
|
+
|
|
50196
|
+
/**
|
|
50197
|
+
* @param {string} value
|
|
50198
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation} returns this
|
|
50199
|
+
*/
|
|
50200
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.prototype.setName = function(value) {
|
|
50201
|
+
return jspb.Message.setField(this, 1, value);
|
|
50202
|
+
};
|
|
50203
|
+
|
|
50204
|
+
|
|
50205
|
+
/**
|
|
50206
|
+
* Clears the field making it undefined.
|
|
50207
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation} returns this
|
|
50208
|
+
*/
|
|
50209
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.prototype.clearName = function() {
|
|
50210
|
+
return jspb.Message.setField(this, 1, undefined);
|
|
50211
|
+
};
|
|
50212
|
+
|
|
50213
|
+
|
|
50214
|
+
/**
|
|
50215
|
+
* Returns whether this field is set.
|
|
50216
|
+
* @return {boolean}
|
|
50217
|
+
*/
|
|
50218
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.prototype.hasName = function() {
|
|
50219
|
+
return jspb.Message.getField(this, 1) != null;
|
|
50220
|
+
};
|
|
50221
|
+
|
|
50222
|
+
|
|
50223
|
+
/**
|
|
50224
|
+
* optional bool location_active = 2;
|
|
50225
|
+
* @return {boolean}
|
|
50226
|
+
*/
|
|
50227
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.prototype.getLocationActive = function() {
|
|
50228
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 2, false));
|
|
50229
|
+
};
|
|
50230
|
+
|
|
50231
|
+
|
|
50232
|
+
/**
|
|
50233
|
+
* @param {boolean} value
|
|
50234
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation} returns this
|
|
50235
|
+
*/
|
|
50236
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.prototype.setLocationActive = function(value) {
|
|
50237
|
+
return jspb.Message.setField(this, 2, value);
|
|
50238
|
+
};
|
|
50239
|
+
|
|
50240
|
+
|
|
50241
|
+
/**
|
|
50242
|
+
* Clears the field making it undefined.
|
|
50243
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation} returns this
|
|
50244
|
+
*/
|
|
50245
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.prototype.clearLocationActive = function() {
|
|
50246
|
+
return jspb.Message.setField(this, 2, undefined);
|
|
50247
|
+
};
|
|
50248
|
+
|
|
50249
|
+
|
|
50250
|
+
/**
|
|
50251
|
+
* Returns whether this field is set.
|
|
50252
|
+
* @return {boolean}
|
|
50253
|
+
*/
|
|
50254
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.prototype.hasLocationActive = function() {
|
|
50255
|
+
return jspb.Message.getField(this, 2) != null;
|
|
50256
|
+
};
|
|
50257
|
+
|
|
50258
|
+
|
|
50259
|
+
/**
|
|
50260
|
+
* repeated NetworkInterface location_services = 3;
|
|
50261
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.NetworkInterface>}
|
|
50262
|
+
*/
|
|
50263
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.prototype.getLocationServicesList = function() {
|
|
50264
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.NetworkInterface>} */ (
|
|
50265
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.NetworkInterface, 3));
|
|
50266
|
+
};
|
|
50267
|
+
|
|
50268
|
+
|
|
50269
|
+
/**
|
|
50270
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.NetworkInterface>} value
|
|
50271
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation} returns this
|
|
50272
|
+
*/
|
|
50273
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.prototype.setLocationServicesList = function(value) {
|
|
50274
|
+
return jspb.Message.setRepeatedWrapperField(this, 3, value);
|
|
50275
|
+
};
|
|
50276
|
+
|
|
50277
|
+
|
|
50278
|
+
/**
|
|
50279
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.NetworkInterface=} opt_value
|
|
50280
|
+
* @param {number=} opt_index
|
|
50281
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NetworkInterface}
|
|
50282
|
+
*/
|
|
50283
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.prototype.addLocationServices = function(opt_value, opt_index) {
|
|
50284
|
+
return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.com.lansweeper.dp.outbound.v1.NetworkInterface, opt_index);
|
|
50285
|
+
};
|
|
50286
|
+
|
|
50287
|
+
|
|
50288
|
+
/**
|
|
50289
|
+
* Clears the list making it empty but non-null.
|
|
50290
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation} returns this
|
|
50291
|
+
*/
|
|
50292
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.prototype.clearLocationServicesList = function() {
|
|
50293
|
+
return this.setLocationServicesList([]);
|
|
50294
|
+
};
|
|
50295
|
+
|
|
50296
|
+
|
|
50297
|
+
|
|
49871
50298
|
|
|
49872
50299
|
|
|
49873
50300
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
@@ -58551,7 +58978,9 @@ proto.com.lansweeper.dp.outbound.v1.Memory.toObject = function(includeInstance,
|
|
|
58551
58978
|
physicalMemoryList: jspb.Message.toObjectList(msg.getPhysicalMemoryList(),
|
|
58552
58979
|
proto.com.lansweeper.dp.outbound.v1.PhysicalMemory.toObject, includeInstance),
|
|
58553
58980
|
memoryArrayList: jspb.Message.toObjectList(msg.getMemoryArrayList(),
|
|
58554
|
-
proto.com.lansweeper.dp.outbound.v1.MemoryArray.toObject, includeInstance)
|
|
58981
|
+
proto.com.lansweeper.dp.outbound.v1.MemoryArray.toObject, includeInstance),
|
|
58982
|
+
globalEccState: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
58983
|
+
isMemoryUpgradable: jspb.Message.getBooleanFieldWithDefault(msg, 5, false)
|
|
58555
58984
|
};
|
|
58556
58985
|
|
|
58557
58986
|
if (includeInstance) {
|
|
@@ -58602,6 +59031,14 @@ proto.com.lansweeper.dp.outbound.v1.Memory.deserializeBinaryFromReader = functio
|
|
|
58602
59031
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.MemoryArray.deserializeBinaryFromReader);
|
|
58603
59032
|
msg.addMemoryArray(value);
|
|
58604
59033
|
break;
|
|
59034
|
+
case 4:
|
|
59035
|
+
var value = /** @type {string} */ (reader.readString());
|
|
59036
|
+
msg.setGlobalEccState(value);
|
|
59037
|
+
break;
|
|
59038
|
+
case 5:
|
|
59039
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
59040
|
+
msg.setIsMemoryUpgradable(value);
|
|
59041
|
+
break;
|
|
58605
59042
|
default:
|
|
58606
59043
|
reader.skipField();
|
|
58607
59044
|
break;
|
|
@@ -58654,6 +59091,20 @@ proto.com.lansweeper.dp.outbound.v1.Memory.serializeBinaryToWriter = function(me
|
|
|
58654
59091
|
proto.com.lansweeper.dp.outbound.v1.MemoryArray.serializeBinaryToWriter
|
|
58655
59092
|
);
|
|
58656
59093
|
}
|
|
59094
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 4));
|
|
59095
|
+
if (f != null) {
|
|
59096
|
+
writer.writeString(
|
|
59097
|
+
4,
|
|
59098
|
+
f
|
|
59099
|
+
);
|
|
59100
|
+
}
|
|
59101
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 5));
|
|
59102
|
+
if (f != null) {
|
|
59103
|
+
writer.writeBool(
|
|
59104
|
+
5,
|
|
59105
|
+
f
|
|
59106
|
+
);
|
|
59107
|
+
}
|
|
58657
59108
|
};
|
|
58658
59109
|
|
|
58659
59110
|
|
|
@@ -58751,6 +59202,78 @@ proto.com.lansweeper.dp.outbound.v1.Memory.prototype.clearMemoryArrayList = func
|
|
|
58751
59202
|
};
|
|
58752
59203
|
|
|
58753
59204
|
|
|
59205
|
+
/**
|
|
59206
|
+
* optional string global_ecc_state = 4;
|
|
59207
|
+
* @return {string}
|
|
59208
|
+
*/
|
|
59209
|
+
proto.com.lansweeper.dp.outbound.v1.Memory.prototype.getGlobalEccState = function() {
|
|
59210
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
59211
|
+
};
|
|
59212
|
+
|
|
59213
|
+
|
|
59214
|
+
/**
|
|
59215
|
+
* @param {string} value
|
|
59216
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Memory} returns this
|
|
59217
|
+
*/
|
|
59218
|
+
proto.com.lansweeper.dp.outbound.v1.Memory.prototype.setGlobalEccState = function(value) {
|
|
59219
|
+
return jspb.Message.setField(this, 4, value);
|
|
59220
|
+
};
|
|
59221
|
+
|
|
59222
|
+
|
|
59223
|
+
/**
|
|
59224
|
+
* Clears the field making it undefined.
|
|
59225
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Memory} returns this
|
|
59226
|
+
*/
|
|
59227
|
+
proto.com.lansweeper.dp.outbound.v1.Memory.prototype.clearGlobalEccState = function() {
|
|
59228
|
+
return jspb.Message.setField(this, 4, undefined);
|
|
59229
|
+
};
|
|
59230
|
+
|
|
59231
|
+
|
|
59232
|
+
/**
|
|
59233
|
+
* Returns whether this field is set.
|
|
59234
|
+
* @return {boolean}
|
|
59235
|
+
*/
|
|
59236
|
+
proto.com.lansweeper.dp.outbound.v1.Memory.prototype.hasGlobalEccState = function() {
|
|
59237
|
+
return jspb.Message.getField(this, 4) != null;
|
|
59238
|
+
};
|
|
59239
|
+
|
|
59240
|
+
|
|
59241
|
+
/**
|
|
59242
|
+
* optional bool is_memory_upgradable = 5;
|
|
59243
|
+
* @return {boolean}
|
|
59244
|
+
*/
|
|
59245
|
+
proto.com.lansweeper.dp.outbound.v1.Memory.prototype.getIsMemoryUpgradable = function() {
|
|
59246
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 5, false));
|
|
59247
|
+
};
|
|
59248
|
+
|
|
59249
|
+
|
|
59250
|
+
/**
|
|
59251
|
+
* @param {boolean} value
|
|
59252
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Memory} returns this
|
|
59253
|
+
*/
|
|
59254
|
+
proto.com.lansweeper.dp.outbound.v1.Memory.prototype.setIsMemoryUpgradable = function(value) {
|
|
59255
|
+
return jspb.Message.setField(this, 5, value);
|
|
59256
|
+
};
|
|
59257
|
+
|
|
59258
|
+
|
|
59259
|
+
/**
|
|
59260
|
+
* Clears the field making it undefined.
|
|
59261
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Memory} returns this
|
|
59262
|
+
*/
|
|
59263
|
+
proto.com.lansweeper.dp.outbound.v1.Memory.prototype.clearIsMemoryUpgradable = function() {
|
|
59264
|
+
return jspb.Message.setField(this, 5, undefined);
|
|
59265
|
+
};
|
|
59266
|
+
|
|
59267
|
+
|
|
59268
|
+
/**
|
|
59269
|
+
* Returns whether this field is set.
|
|
59270
|
+
* @return {boolean}
|
|
59271
|
+
*/
|
|
59272
|
+
proto.com.lansweeper.dp.outbound.v1.Memory.prototype.hasIsMemoryUpgradable = function() {
|
|
59273
|
+
return jspb.Message.getField(this, 5) != null;
|
|
59274
|
+
};
|
|
59275
|
+
|
|
59276
|
+
|
|
58754
59277
|
|
|
58755
59278
|
|
|
58756
59279
|
|
|
@@ -87920,6 +88443,13 @@ proto.com.lansweeper.dp.outbound.v1.SoftwareInventory.prototype.clearSoftwareLis
|
|
|
87920
88443
|
|
|
87921
88444
|
|
|
87922
88445
|
|
|
88446
|
+
/**
|
|
88447
|
+
* List of repeated fields within this message type.
|
|
88448
|
+
* @private {!Array<number>}
|
|
88449
|
+
* @const
|
|
88450
|
+
*/
|
|
88451
|
+
proto.com.lansweeper.dp.outbound.v1.Software.repeatedFields_ = [23];
|
|
88452
|
+
|
|
87923
88453
|
|
|
87924
88454
|
|
|
87925
88455
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
@@ -87967,6 +88497,8 @@ proto.com.lansweeper.dp.outbound.v1.Software.toObject = function(includeInstance
|
|
|
87967
88497
|
build: jspb.Message.getFieldWithDefault(msg, 14, ""),
|
|
87968
88498
|
arch: jspb.Message.getFieldWithDefault(msg, 20, ""),
|
|
87969
88499
|
lang: jspb.Message.getFieldWithDefault(msg, 21, ""),
|
|
88500
|
+
obtainedFrom: jspb.Message.getFieldWithDefault(msg, 22, ""),
|
|
88501
|
+
signedByList: (f = jspb.Message.getRepeatedField(msg, 23)) == null ? undefined : f,
|
|
87970
88502
|
cpe: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
87971
88503
|
raw: (f = msg.getRaw()) && proto.com.lansweeper.dp.outbound.v1.RawSoftware.toObject(includeInstance, f),
|
|
87972
88504
|
rawHash: jspb.Message.getFieldWithDefault(msg, 18, ""),
|
|
@@ -88074,6 +88606,14 @@ proto.com.lansweeper.dp.outbound.v1.Software.deserializeBinaryFromReader = funct
|
|
|
88074
88606
|
var value = /** @type {string} */ (reader.readString());
|
|
88075
88607
|
msg.setLang(value);
|
|
88076
88608
|
break;
|
|
88609
|
+
case 22:
|
|
88610
|
+
var value = /** @type {string} */ (reader.readString());
|
|
88611
|
+
msg.setObtainedFrom(value);
|
|
88612
|
+
break;
|
|
88613
|
+
case 23:
|
|
88614
|
+
var value = /** @type {string} */ (reader.readString());
|
|
88615
|
+
msg.addSignedBy(value);
|
|
88616
|
+
break;
|
|
88077
88617
|
case 15:
|
|
88078
88618
|
var value = /** @type {string} */ (reader.readString());
|
|
88079
88619
|
msg.setCpe(value);
|
|
@@ -88247,6 +88787,20 @@ proto.com.lansweeper.dp.outbound.v1.Software.serializeBinaryToWriter = function(
|
|
|
88247
88787
|
f
|
|
88248
88788
|
);
|
|
88249
88789
|
}
|
|
88790
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 22));
|
|
88791
|
+
if (f != null) {
|
|
88792
|
+
writer.writeString(
|
|
88793
|
+
22,
|
|
88794
|
+
f
|
|
88795
|
+
);
|
|
88796
|
+
}
|
|
88797
|
+
f = message.getSignedByList();
|
|
88798
|
+
if (f.length > 0) {
|
|
88799
|
+
writer.writeRepeatedString(
|
|
88800
|
+
23,
|
|
88801
|
+
f
|
|
88802
|
+
);
|
|
88803
|
+
}
|
|
88250
88804
|
f = /** @type {string} */ (jspb.Message.getField(message, 15));
|
|
88251
88805
|
if (f != null) {
|
|
88252
88806
|
writer.writeString(
|
|
@@ -88879,6 +89433,79 @@ proto.com.lansweeper.dp.outbound.v1.Software.prototype.hasLang = function() {
|
|
|
88879
89433
|
};
|
|
88880
89434
|
|
|
88881
89435
|
|
|
89436
|
+
/**
|
|
89437
|
+
* optional string obtained_from = 22;
|
|
89438
|
+
* @return {string}
|
|
89439
|
+
*/
|
|
89440
|
+
proto.com.lansweeper.dp.outbound.v1.Software.prototype.getObtainedFrom = function() {
|
|
89441
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 22, ""));
|
|
89442
|
+
};
|
|
89443
|
+
|
|
89444
|
+
|
|
89445
|
+
/**
|
|
89446
|
+
* @param {string} value
|
|
89447
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Software} returns this
|
|
89448
|
+
*/
|
|
89449
|
+
proto.com.lansweeper.dp.outbound.v1.Software.prototype.setObtainedFrom = function(value) {
|
|
89450
|
+
return jspb.Message.setField(this, 22, value);
|
|
89451
|
+
};
|
|
89452
|
+
|
|
89453
|
+
|
|
89454
|
+
/**
|
|
89455
|
+
* Clears the field making it undefined.
|
|
89456
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Software} returns this
|
|
89457
|
+
*/
|
|
89458
|
+
proto.com.lansweeper.dp.outbound.v1.Software.prototype.clearObtainedFrom = function() {
|
|
89459
|
+
return jspb.Message.setField(this, 22, undefined);
|
|
89460
|
+
};
|
|
89461
|
+
|
|
89462
|
+
|
|
89463
|
+
/**
|
|
89464
|
+
* Returns whether this field is set.
|
|
89465
|
+
* @return {boolean}
|
|
89466
|
+
*/
|
|
89467
|
+
proto.com.lansweeper.dp.outbound.v1.Software.prototype.hasObtainedFrom = function() {
|
|
89468
|
+
return jspb.Message.getField(this, 22) != null;
|
|
89469
|
+
};
|
|
89470
|
+
|
|
89471
|
+
|
|
89472
|
+
/**
|
|
89473
|
+
* repeated string signed_by = 23;
|
|
89474
|
+
* @return {!Array<string>}
|
|
89475
|
+
*/
|
|
89476
|
+
proto.com.lansweeper.dp.outbound.v1.Software.prototype.getSignedByList = function() {
|
|
89477
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 23));
|
|
89478
|
+
};
|
|
89479
|
+
|
|
89480
|
+
|
|
89481
|
+
/**
|
|
89482
|
+
* @param {!Array<string>} value
|
|
89483
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Software} returns this
|
|
89484
|
+
*/
|
|
89485
|
+
proto.com.lansweeper.dp.outbound.v1.Software.prototype.setSignedByList = function(value) {
|
|
89486
|
+
return jspb.Message.setField(this, 23, value || []);
|
|
89487
|
+
};
|
|
89488
|
+
|
|
89489
|
+
|
|
89490
|
+
/**
|
|
89491
|
+
* @param {string} value
|
|
89492
|
+
* @param {number=} opt_index
|
|
89493
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Software} returns this
|
|
89494
|
+
*/
|
|
89495
|
+
proto.com.lansweeper.dp.outbound.v1.Software.prototype.addSignedBy = function(value, opt_index) {
|
|
89496
|
+
return jspb.Message.addToRepeatedField(this, 23, value, opt_index);
|
|
89497
|
+
};
|
|
89498
|
+
|
|
89499
|
+
|
|
89500
|
+
/**
|
|
89501
|
+
* Clears the list making it empty but non-null.
|
|
89502
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Software} returns this
|
|
89503
|
+
*/
|
|
89504
|
+
proto.com.lansweeper.dp.outbound.v1.Software.prototype.clearSignedByList = function() {
|
|
89505
|
+
return this.setSignedByList([]);
|
|
89506
|
+
};
|
|
89507
|
+
|
|
89508
|
+
|
|
88882
89509
|
/**
|
|
88883
89510
|
* optional string cpe = 15;
|
|
88884
89511
|
* @return {string}
|