@lansweeper/data-platform-outbound-grpc 0.1.58 → 0.1.59
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 +8 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +357 -29
- package/gen-proto/outbound_pb.js +2756 -96
- package/generated-go/outbound.pb.go +4636 -3900
- package/java.json +1 -1
- package/package.json +2 -2
- package/proto/outbound.proto +73 -5
package/gen-proto/outbound_pb.js
CHANGED
|
@@ -44,6 +44,11 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.CloudEntity', null, globa
|
|
|
44
44
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerBattery', null, global);
|
|
45
45
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerBattery.SpecCase', null, global);
|
|
46
46
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerBus', null, global);
|
|
47
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem', null, global);
|
|
48
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter', null, global);
|
|
49
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive', null, global);
|
|
50
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController', null, global);
|
|
51
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo', null, global);
|
|
47
52
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerInfrared', null, global);
|
|
48
53
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerSystemProduct', null, global);
|
|
49
54
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.CoreFields', null, global);
|
|
@@ -112,8 +117,6 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.SoundCard', null, global)
|
|
|
112
117
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.SpecHardwareInfo', null, global);
|
|
113
118
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Tag', null, global);
|
|
114
119
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.TrustedPlatformModule', null, global);
|
|
115
|
-
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.UsbController', null, global);
|
|
116
|
-
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.UsbDeviceInfo', null, global);
|
|
117
120
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsBios', null, global);
|
|
118
121
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsComputerBattery', null, global);
|
|
119
122
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsMappedDrive', null, global);
|
|
@@ -1688,16 +1691,16 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
1688
1691
|
* @extends {jspb.Message}
|
|
1689
1692
|
* @constructor
|
|
1690
1693
|
*/
|
|
1691
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
1694
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController = function(opt_data) {
|
|
1692
1695
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
1693
1696
|
};
|
|
1694
|
-
goog.inherits(proto.com.lansweeper.dp.outbound.v1.
|
|
1697
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController, jspb.Message);
|
|
1695
1698
|
if (goog.DEBUG && !COMPILED) {
|
|
1696
1699
|
/**
|
|
1697
1700
|
* @public
|
|
1698
1701
|
* @override
|
|
1699
1702
|
*/
|
|
1700
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
1703
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController';
|
|
1701
1704
|
}
|
|
1702
1705
|
/**
|
|
1703
1706
|
* Generated by JsPbCodeGenerator.
|
|
@@ -1709,16 +1712,79 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
1709
1712
|
* @extends {jspb.Message}
|
|
1710
1713
|
* @constructor
|
|
1711
1714
|
*/
|
|
1712
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
1715
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo = function(opt_data) {
|
|
1713
1716
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
1714
1717
|
};
|
|
1715
|
-
goog.inherits(proto.com.lansweeper.dp.outbound.v1.
|
|
1718
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo, jspb.Message);
|
|
1716
1719
|
if (goog.DEBUG && !COMPILED) {
|
|
1717
1720
|
/**
|
|
1718
1721
|
* @public
|
|
1719
1722
|
* @override
|
|
1720
1723
|
*/
|
|
1721
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
1724
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo';
|
|
1725
|
+
}
|
|
1726
|
+
/**
|
|
1727
|
+
* Generated by JsPbCodeGenerator.
|
|
1728
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
1729
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
1730
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
1731
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
1732
|
+
* valid.
|
|
1733
|
+
* @extends {jspb.Message}
|
|
1734
|
+
* @constructor
|
|
1735
|
+
*/
|
|
1736
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem = function(opt_data) {
|
|
1737
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
1738
|
+
};
|
|
1739
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem, jspb.Message);
|
|
1740
|
+
if (goog.DEBUG && !COMPILED) {
|
|
1741
|
+
/**
|
|
1742
|
+
* @public
|
|
1743
|
+
* @override
|
|
1744
|
+
*/
|
|
1745
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem';
|
|
1746
|
+
}
|
|
1747
|
+
/**
|
|
1748
|
+
* Generated by JsPbCodeGenerator.
|
|
1749
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
1750
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
1751
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
1752
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
1753
|
+
* valid.
|
|
1754
|
+
* @extends {jspb.Message}
|
|
1755
|
+
* @constructor
|
|
1756
|
+
*/
|
|
1757
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter = function(opt_data) {
|
|
1758
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.repeatedFields_, null);
|
|
1759
|
+
};
|
|
1760
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter, jspb.Message);
|
|
1761
|
+
if (goog.DEBUG && !COMPILED) {
|
|
1762
|
+
/**
|
|
1763
|
+
* @public
|
|
1764
|
+
* @override
|
|
1765
|
+
*/
|
|
1766
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter';
|
|
1767
|
+
}
|
|
1768
|
+
/**
|
|
1769
|
+
* Generated by JsPbCodeGenerator.
|
|
1770
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
1771
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
1772
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
1773
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
1774
|
+
* valid.
|
|
1775
|
+
* @extends {jspb.Message}
|
|
1776
|
+
* @constructor
|
|
1777
|
+
*/
|
|
1778
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive = function(opt_data) {
|
|
1779
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.repeatedFields_, null);
|
|
1780
|
+
};
|
|
1781
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive, jspb.Message);
|
|
1782
|
+
if (goog.DEBUG && !COMPILED) {
|
|
1783
|
+
/**
|
|
1784
|
+
* @public
|
|
1785
|
+
* @override
|
|
1786
|
+
*/
|
|
1787
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive';
|
|
1722
1788
|
}
|
|
1723
1789
|
/**
|
|
1724
1790
|
* Generated by JsPbCodeGenerator.
|
|
@@ -4123,7 +4189,7 @@ proto.com.lansweeper.dp.outbound.v1.Entity.prototype.hasAsset = function() {
|
|
|
4123
4189
|
* @private {!Array<number>}
|
|
4124
4190
|
* @const
|
|
4125
4191
|
*/
|
|
4126
|
-
proto.com.lansweeper.dp.outbound.v1.Asset.repeatedFields_ = [33,14,20,26,13,37,43,15,45,53,24,25,38,40,27,30,28,29,47,48,50,51,52,54,55,57,58,59,34,36,41,44];
|
|
4192
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.repeatedFields_ = [33,14,20,26,13,37,43,15,45,53,24,25,38,40,27,30,28,29,47,48,50,51,52,54,55,57,58,59,60,61,62,34,36,41,44];
|
|
4127
4193
|
|
|
4128
4194
|
|
|
4129
4195
|
|
|
@@ -4230,9 +4296,15 @@ proto.com.lansweeper.dp.outbound.v1.Asset.toObject = function(includeInstance, m
|
|
|
4230
4296
|
tpmList: jspb.Message.toObjectList(msg.getTpmList(),
|
|
4231
4297
|
proto.com.lansweeper.dp.outbound.v1.TrustedPlatformModule.toObject, includeInstance),
|
|
4232
4298
|
usbControllerList: jspb.Message.toObjectList(msg.getUsbControllerList(),
|
|
4233
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
4299
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController.toObject, includeInstance),
|
|
4234
4300
|
usbDeviceInfoList: jspb.Message.toObjectList(msg.getUsbDeviceInfoList(),
|
|
4235
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
4301
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo.toObject, includeInstance),
|
|
4302
|
+
modemList: jspb.Message.toObjectList(msg.getModemList(),
|
|
4303
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.toObject, includeInstance),
|
|
4304
|
+
printerList: jspb.Message.toObjectList(msg.getPrinterList(),
|
|
4305
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.toObject, includeInstance),
|
|
4306
|
+
tapeDriveList: jspb.Message.toObjectList(msg.getTapeDriveList(),
|
|
4307
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.toObject, includeInstance),
|
|
4236
4308
|
autoRunCommandList: jspb.Message.toObjectList(msg.getAutoRunCommandList(),
|
|
4237
4309
|
proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.toObject, includeInstance),
|
|
4238
4310
|
bootConfig: (f = msg.getBootConfig()) && proto.com.lansweeper.dp.outbound.v1.BootConfig.toObject(includeInstance, f),
|
|
@@ -4514,15 +4586,30 @@ proto.com.lansweeper.dp.outbound.v1.Asset.deserializeBinaryFromReader = function
|
|
|
4514
4586
|
msg.addTpm(value);
|
|
4515
4587
|
break;
|
|
4516
4588
|
case 58:
|
|
4517
|
-
var value = new proto.com.lansweeper.dp.outbound.v1.
|
|
4518
|
-
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.
|
|
4589
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController;
|
|
4590
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController.deserializeBinaryFromReader);
|
|
4519
4591
|
msg.addUsbController(value);
|
|
4520
4592
|
break;
|
|
4521
4593
|
case 59:
|
|
4522
|
-
var value = new proto.com.lansweeper.dp.outbound.v1.
|
|
4523
|
-
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.
|
|
4594
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo;
|
|
4595
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo.deserializeBinaryFromReader);
|
|
4524
4596
|
msg.addUsbDeviceInfo(value);
|
|
4525
4597
|
break;
|
|
4598
|
+
case 60:
|
|
4599
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem;
|
|
4600
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.deserializeBinaryFromReader);
|
|
4601
|
+
msg.addModem(value);
|
|
4602
|
+
break;
|
|
4603
|
+
case 61:
|
|
4604
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter;
|
|
4605
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.deserializeBinaryFromReader);
|
|
4606
|
+
msg.addPrinter(value);
|
|
4607
|
+
break;
|
|
4608
|
+
case 62:
|
|
4609
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive;
|
|
4610
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.deserializeBinaryFromReader);
|
|
4611
|
+
msg.addTapeDrive(value);
|
|
4612
|
+
break;
|
|
4526
4613
|
case 34:
|
|
4527
4614
|
var value = new proto.com.lansweeper.dp.outbound.v1.AutoRunCommand;
|
|
4528
4615
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.deserializeBinaryFromReader);
|
|
@@ -4970,7 +5057,7 @@ proto.com.lansweeper.dp.outbound.v1.Asset.serializeBinaryToWriter = function(mes
|
|
|
4970
5057
|
writer.writeRepeatedMessage(
|
|
4971
5058
|
58,
|
|
4972
5059
|
f,
|
|
4973
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
5060
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController.serializeBinaryToWriter
|
|
4974
5061
|
);
|
|
4975
5062
|
}
|
|
4976
5063
|
f = message.getUsbDeviceInfoList();
|
|
@@ -4978,7 +5065,31 @@ proto.com.lansweeper.dp.outbound.v1.Asset.serializeBinaryToWriter = function(mes
|
|
|
4978
5065
|
writer.writeRepeatedMessage(
|
|
4979
5066
|
59,
|
|
4980
5067
|
f,
|
|
4981
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
5068
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo.serializeBinaryToWriter
|
|
5069
|
+
);
|
|
5070
|
+
}
|
|
5071
|
+
f = message.getModemList();
|
|
5072
|
+
if (f.length > 0) {
|
|
5073
|
+
writer.writeRepeatedMessage(
|
|
5074
|
+
60,
|
|
5075
|
+
f,
|
|
5076
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.serializeBinaryToWriter
|
|
5077
|
+
);
|
|
5078
|
+
}
|
|
5079
|
+
f = message.getPrinterList();
|
|
5080
|
+
if (f.length > 0) {
|
|
5081
|
+
writer.writeRepeatedMessage(
|
|
5082
|
+
61,
|
|
5083
|
+
f,
|
|
5084
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.serializeBinaryToWriter
|
|
5085
|
+
);
|
|
5086
|
+
}
|
|
5087
|
+
f = message.getTapeDriveList();
|
|
5088
|
+
if (f.length > 0) {
|
|
5089
|
+
writer.writeRepeatedMessage(
|
|
5090
|
+
62,
|
|
5091
|
+
f,
|
|
5092
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.serializeBinaryToWriter
|
|
4982
5093
|
);
|
|
4983
5094
|
}
|
|
4984
5095
|
f = message.getAutoRunCommandList();
|
|
@@ -6811,17 +6922,17 @@ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearTpmList = function() {
|
|
|
6811
6922
|
|
|
6812
6923
|
|
|
6813
6924
|
/**
|
|
6814
|
-
* repeated
|
|
6815
|
-
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.
|
|
6925
|
+
* repeated ComputerConnectedUsbController usb_controller = 58;
|
|
6926
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController>}
|
|
6816
6927
|
*/
|
|
6817
6928
|
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getUsbControllerList = function() {
|
|
6818
|
-
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.
|
|
6819
|
-
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.
|
|
6929
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController>} */ (
|
|
6930
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController, 58));
|
|
6820
6931
|
};
|
|
6821
6932
|
|
|
6822
6933
|
|
|
6823
6934
|
/**
|
|
6824
|
-
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.
|
|
6935
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController>} value
|
|
6825
6936
|
* @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
|
|
6826
6937
|
*/
|
|
6827
6938
|
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setUsbControllerList = function(value) {
|
|
@@ -6830,12 +6941,12 @@ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setUsbControllerList = funct
|
|
|
6830
6941
|
|
|
6831
6942
|
|
|
6832
6943
|
/**
|
|
6833
|
-
* @param {!proto.com.lansweeper.dp.outbound.v1.
|
|
6944
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController=} opt_value
|
|
6834
6945
|
* @param {number=} opt_index
|
|
6835
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
6946
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController}
|
|
6836
6947
|
*/
|
|
6837
6948
|
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.addUsbController = function(opt_value, opt_index) {
|
|
6838
|
-
return jspb.Message.addToRepeatedWrapperField(this, 58, opt_value, proto.com.lansweeper.dp.outbound.v1.
|
|
6949
|
+
return jspb.Message.addToRepeatedWrapperField(this, 58, opt_value, proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController, opt_index);
|
|
6839
6950
|
};
|
|
6840
6951
|
|
|
6841
6952
|
|
|
@@ -6849,17 +6960,17 @@ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearUsbControllerList = fun
|
|
|
6849
6960
|
|
|
6850
6961
|
|
|
6851
6962
|
/**
|
|
6852
|
-
* repeated
|
|
6853
|
-
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.
|
|
6963
|
+
* repeated ComputerConnectedUsbDeviceInfo usb_device_info = 59;
|
|
6964
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo>}
|
|
6854
6965
|
*/
|
|
6855
6966
|
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getUsbDeviceInfoList = function() {
|
|
6856
|
-
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.
|
|
6857
|
-
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.
|
|
6967
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo>} */ (
|
|
6968
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo, 59));
|
|
6858
6969
|
};
|
|
6859
6970
|
|
|
6860
6971
|
|
|
6861
6972
|
/**
|
|
6862
|
-
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.
|
|
6973
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo>} value
|
|
6863
6974
|
* @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
|
|
6864
6975
|
*/
|
|
6865
6976
|
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setUsbDeviceInfoList = function(value) {
|
|
@@ -6868,12 +6979,12 @@ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setUsbDeviceInfoList = funct
|
|
|
6868
6979
|
|
|
6869
6980
|
|
|
6870
6981
|
/**
|
|
6871
|
-
* @param {!proto.com.lansweeper.dp.outbound.v1.
|
|
6982
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo=} opt_value
|
|
6872
6983
|
* @param {number=} opt_index
|
|
6873
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
6984
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo}
|
|
6874
6985
|
*/
|
|
6875
6986
|
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.addUsbDeviceInfo = function(opt_value, opt_index) {
|
|
6876
|
-
return jspb.Message.addToRepeatedWrapperField(this, 59, opt_value, proto.com.lansweeper.dp.outbound.v1.
|
|
6987
|
+
return jspb.Message.addToRepeatedWrapperField(this, 59, opt_value, proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo, opt_index);
|
|
6877
6988
|
};
|
|
6878
6989
|
|
|
6879
6990
|
|
|
@@ -6886,6 +6997,120 @@ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearUsbDeviceInfoList = fun
|
|
|
6886
6997
|
};
|
|
6887
6998
|
|
|
6888
6999
|
|
|
7000
|
+
/**
|
|
7001
|
+
* repeated ComputerConnectedModem modem = 60;
|
|
7002
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem>}
|
|
7003
|
+
*/
|
|
7004
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getModemList = function() {
|
|
7005
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem>} */ (
|
|
7006
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem, 60));
|
|
7007
|
+
};
|
|
7008
|
+
|
|
7009
|
+
|
|
7010
|
+
/**
|
|
7011
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem>} value
|
|
7012
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
|
|
7013
|
+
*/
|
|
7014
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setModemList = function(value) {
|
|
7015
|
+
return jspb.Message.setRepeatedWrapperField(this, 60, value);
|
|
7016
|
+
};
|
|
7017
|
+
|
|
7018
|
+
|
|
7019
|
+
/**
|
|
7020
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem=} opt_value
|
|
7021
|
+
* @param {number=} opt_index
|
|
7022
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem}
|
|
7023
|
+
*/
|
|
7024
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.addModem = function(opt_value, opt_index) {
|
|
7025
|
+
return jspb.Message.addToRepeatedWrapperField(this, 60, opt_value, proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem, opt_index);
|
|
7026
|
+
};
|
|
7027
|
+
|
|
7028
|
+
|
|
7029
|
+
/**
|
|
7030
|
+
* Clears the list making it empty but non-null.
|
|
7031
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
|
|
7032
|
+
*/
|
|
7033
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearModemList = function() {
|
|
7034
|
+
return this.setModemList([]);
|
|
7035
|
+
};
|
|
7036
|
+
|
|
7037
|
+
|
|
7038
|
+
/**
|
|
7039
|
+
* repeated ComputerConnectedPrinter printer = 61;
|
|
7040
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter>}
|
|
7041
|
+
*/
|
|
7042
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getPrinterList = function() {
|
|
7043
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter>} */ (
|
|
7044
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter, 61));
|
|
7045
|
+
};
|
|
7046
|
+
|
|
7047
|
+
|
|
7048
|
+
/**
|
|
7049
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter>} value
|
|
7050
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
|
|
7051
|
+
*/
|
|
7052
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setPrinterList = function(value) {
|
|
7053
|
+
return jspb.Message.setRepeatedWrapperField(this, 61, value);
|
|
7054
|
+
};
|
|
7055
|
+
|
|
7056
|
+
|
|
7057
|
+
/**
|
|
7058
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter=} opt_value
|
|
7059
|
+
* @param {number=} opt_index
|
|
7060
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter}
|
|
7061
|
+
*/
|
|
7062
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.addPrinter = function(opt_value, opt_index) {
|
|
7063
|
+
return jspb.Message.addToRepeatedWrapperField(this, 61, opt_value, proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter, opt_index);
|
|
7064
|
+
};
|
|
7065
|
+
|
|
7066
|
+
|
|
7067
|
+
/**
|
|
7068
|
+
* Clears the list making it empty but non-null.
|
|
7069
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
|
|
7070
|
+
*/
|
|
7071
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearPrinterList = function() {
|
|
7072
|
+
return this.setPrinterList([]);
|
|
7073
|
+
};
|
|
7074
|
+
|
|
7075
|
+
|
|
7076
|
+
/**
|
|
7077
|
+
* repeated ComputerConnectedTapeDrive tape_drive = 62;
|
|
7078
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive>}
|
|
7079
|
+
*/
|
|
7080
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getTapeDriveList = function() {
|
|
7081
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive>} */ (
|
|
7082
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive, 62));
|
|
7083
|
+
};
|
|
7084
|
+
|
|
7085
|
+
|
|
7086
|
+
/**
|
|
7087
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive>} value
|
|
7088
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
|
|
7089
|
+
*/
|
|
7090
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setTapeDriveList = function(value) {
|
|
7091
|
+
return jspb.Message.setRepeatedWrapperField(this, 62, value);
|
|
7092
|
+
};
|
|
7093
|
+
|
|
7094
|
+
|
|
7095
|
+
/**
|
|
7096
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive=} opt_value
|
|
7097
|
+
* @param {number=} opt_index
|
|
7098
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive}
|
|
7099
|
+
*/
|
|
7100
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.addTapeDrive = function(opt_value, opt_index) {
|
|
7101
|
+
return jspb.Message.addToRepeatedWrapperField(this, 62, opt_value, proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive, opt_index);
|
|
7102
|
+
};
|
|
7103
|
+
|
|
7104
|
+
|
|
7105
|
+
/**
|
|
7106
|
+
* Clears the list making it empty but non-null.
|
|
7107
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
|
|
7108
|
+
*/
|
|
7109
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearTapeDriveList = function() {
|
|
7110
|
+
return this.setTapeDriveList([]);
|
|
7111
|
+
};
|
|
7112
|
+
|
|
7113
|
+
|
|
6889
7114
|
/**
|
|
6890
7115
|
* repeated AutoRunCommand auto_run_command = 34;
|
|
6891
7116
|
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand>}
|
|
@@ -43541,8 +43766,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
43541
43766
|
* http://goto/soy-param-migration
|
|
43542
43767
|
* @return {!Object}
|
|
43543
43768
|
*/
|
|
43544
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
43545
|
-
return proto.com.lansweeper.dp.outbound.v1.
|
|
43769
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController.prototype.toObject = function(opt_includeInstance) {
|
|
43770
|
+
return proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController.toObject(opt_includeInstance, this);
|
|
43546
43771
|
};
|
|
43547
43772
|
|
|
43548
43773
|
|
|
@@ -43551,11 +43776,11 @@ proto.com.lansweeper.dp.outbound.v1.UsbController.prototype.toObject = function(
|
|
|
43551
43776
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
43552
43777
|
* the JSPB instance for transitional soy proto support:
|
|
43553
43778
|
* http://goto/soy-param-migration
|
|
43554
|
-
* @param {!proto.com.lansweeper.dp.outbound.v1.
|
|
43779
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController} msg The msg instance to transform.
|
|
43555
43780
|
* @return {!Object}
|
|
43556
43781
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
43557
43782
|
*/
|
|
43558
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
43783
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController.toObject = function(includeInstance, msg) {
|
|
43559
43784
|
var f, obj = {
|
|
43560
43785
|
caption: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
43561
43786
|
deviceId: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
@@ -43574,23 +43799,23 @@ proto.com.lansweeper.dp.outbound.v1.UsbController.toObject = function(includeIns
|
|
|
43574
43799
|
/**
|
|
43575
43800
|
* Deserializes binary data (in protobuf wire format).
|
|
43576
43801
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
43577
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
43802
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController}
|
|
43578
43803
|
*/
|
|
43579
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
43804
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController.deserializeBinary = function(bytes) {
|
|
43580
43805
|
var reader = new jspb.BinaryReader(bytes);
|
|
43581
|
-
var msg = new proto.com.lansweeper.dp.outbound.v1.
|
|
43582
|
-
return proto.com.lansweeper.dp.outbound.v1.
|
|
43806
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController;
|
|
43807
|
+
return proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController.deserializeBinaryFromReader(msg, reader);
|
|
43583
43808
|
};
|
|
43584
43809
|
|
|
43585
43810
|
|
|
43586
43811
|
/**
|
|
43587
43812
|
* Deserializes binary data (in protobuf wire format) from the
|
|
43588
43813
|
* given reader into the given message object.
|
|
43589
|
-
* @param {!proto.com.lansweeper.dp.outbound.v1.
|
|
43814
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController} msg The message object to deserialize into.
|
|
43590
43815
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
43591
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
43816
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController}
|
|
43592
43817
|
*/
|
|
43593
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
43818
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController.deserializeBinaryFromReader = function(msg, reader) {
|
|
43594
43819
|
while (reader.nextField()) {
|
|
43595
43820
|
if (reader.isEndGroup()) {
|
|
43596
43821
|
break;
|
|
@@ -43627,9 +43852,9 @@ proto.com.lansweeper.dp.outbound.v1.UsbController.deserializeBinaryFromReader =
|
|
|
43627
43852
|
* Serializes the message to binary data (in protobuf wire format).
|
|
43628
43853
|
* @return {!Uint8Array}
|
|
43629
43854
|
*/
|
|
43630
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
43855
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController.prototype.serializeBinary = function() {
|
|
43631
43856
|
var writer = new jspb.BinaryWriter();
|
|
43632
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
43857
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController.serializeBinaryToWriter(this, writer);
|
|
43633
43858
|
return writer.getResultBuffer();
|
|
43634
43859
|
};
|
|
43635
43860
|
|
|
@@ -43637,11 +43862,11 @@ proto.com.lansweeper.dp.outbound.v1.UsbController.prototype.serializeBinary = fu
|
|
|
43637
43862
|
/**
|
|
43638
43863
|
* Serializes the given message to binary data (in protobuf wire
|
|
43639
43864
|
* format), writing to the given BinaryWriter.
|
|
43640
|
-
* @param {!proto.com.lansweeper.dp.outbound.v1.
|
|
43865
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController} message
|
|
43641
43866
|
* @param {!jspb.BinaryWriter} writer
|
|
43642
43867
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
43643
43868
|
*/
|
|
43644
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
43869
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController.serializeBinaryToWriter = function(message, writer) {
|
|
43645
43870
|
var f = undefined;
|
|
43646
43871
|
f = /** @type {string} */ (jspb.Message.getField(message, 1));
|
|
43647
43872
|
if (f != null) {
|
|
@@ -43679,25 +43904,25 @@ proto.com.lansweeper.dp.outbound.v1.UsbController.serializeBinaryToWriter = func
|
|
|
43679
43904
|
* optional string caption = 1;
|
|
43680
43905
|
* @return {string}
|
|
43681
43906
|
*/
|
|
43682
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
43907
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController.prototype.getCaption = function() {
|
|
43683
43908
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
43684
43909
|
};
|
|
43685
43910
|
|
|
43686
43911
|
|
|
43687
43912
|
/**
|
|
43688
43913
|
* @param {string} value
|
|
43689
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
43914
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController} returns this
|
|
43690
43915
|
*/
|
|
43691
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
43916
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController.prototype.setCaption = function(value) {
|
|
43692
43917
|
return jspb.Message.setField(this, 1, value);
|
|
43693
43918
|
};
|
|
43694
43919
|
|
|
43695
43920
|
|
|
43696
43921
|
/**
|
|
43697
43922
|
* Clears the field making it undefined.
|
|
43698
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
43923
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController} returns this
|
|
43699
43924
|
*/
|
|
43700
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
43925
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController.prototype.clearCaption = function() {
|
|
43701
43926
|
return jspb.Message.setField(this, 1, undefined);
|
|
43702
43927
|
};
|
|
43703
43928
|
|
|
@@ -43706,7 +43931,7 @@ proto.com.lansweeper.dp.outbound.v1.UsbController.prototype.clearCaption = funct
|
|
|
43706
43931
|
* Returns whether this field is set.
|
|
43707
43932
|
* @return {boolean}
|
|
43708
43933
|
*/
|
|
43709
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
43934
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController.prototype.hasCaption = function() {
|
|
43710
43935
|
return jspb.Message.getField(this, 1) != null;
|
|
43711
43936
|
};
|
|
43712
43937
|
|
|
@@ -43715,25 +43940,25 @@ proto.com.lansweeper.dp.outbound.v1.UsbController.prototype.hasCaption = functio
|
|
|
43715
43940
|
* optional string device_id = 2;
|
|
43716
43941
|
* @return {string}
|
|
43717
43942
|
*/
|
|
43718
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
43943
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController.prototype.getDeviceId = function() {
|
|
43719
43944
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
43720
43945
|
};
|
|
43721
43946
|
|
|
43722
43947
|
|
|
43723
43948
|
/**
|
|
43724
43949
|
* @param {string} value
|
|
43725
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
43950
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController} returns this
|
|
43726
43951
|
*/
|
|
43727
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
43952
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController.prototype.setDeviceId = function(value) {
|
|
43728
43953
|
return jspb.Message.setField(this, 2, value);
|
|
43729
43954
|
};
|
|
43730
43955
|
|
|
43731
43956
|
|
|
43732
43957
|
/**
|
|
43733
43958
|
* Clears the field making it undefined.
|
|
43734
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
43959
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController} returns this
|
|
43735
43960
|
*/
|
|
43736
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
43961
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController.prototype.clearDeviceId = function() {
|
|
43737
43962
|
return jspb.Message.setField(this, 2, undefined);
|
|
43738
43963
|
};
|
|
43739
43964
|
|
|
@@ -43742,7 +43967,7 @@ proto.com.lansweeper.dp.outbound.v1.UsbController.prototype.clearDeviceId = func
|
|
|
43742
43967
|
* Returns whether this field is set.
|
|
43743
43968
|
* @return {boolean}
|
|
43744
43969
|
*/
|
|
43745
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
43970
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController.prototype.hasDeviceId = function() {
|
|
43746
43971
|
return jspb.Message.getField(this, 2) != null;
|
|
43747
43972
|
};
|
|
43748
43973
|
|
|
@@ -43751,25 +43976,25 @@ proto.com.lansweeper.dp.outbound.v1.UsbController.prototype.hasDeviceId = functi
|
|
|
43751
43976
|
* optional string manufacturer = 3;
|
|
43752
43977
|
* @return {string}
|
|
43753
43978
|
*/
|
|
43754
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
43979
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController.prototype.getManufacturer = function() {
|
|
43755
43980
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
43756
43981
|
};
|
|
43757
43982
|
|
|
43758
43983
|
|
|
43759
43984
|
/**
|
|
43760
43985
|
* @param {string} value
|
|
43761
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
43986
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController} returns this
|
|
43762
43987
|
*/
|
|
43763
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
43988
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController.prototype.setManufacturer = function(value) {
|
|
43764
43989
|
return jspb.Message.setField(this, 3, value);
|
|
43765
43990
|
};
|
|
43766
43991
|
|
|
43767
43992
|
|
|
43768
43993
|
/**
|
|
43769
43994
|
* Clears the field making it undefined.
|
|
43770
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
43995
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController} returns this
|
|
43771
43996
|
*/
|
|
43772
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
43997
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController.prototype.clearManufacturer = function() {
|
|
43773
43998
|
return jspb.Message.setField(this, 3, undefined);
|
|
43774
43999
|
};
|
|
43775
44000
|
|
|
@@ -43778,7 +44003,7 @@ proto.com.lansweeper.dp.outbound.v1.UsbController.prototype.clearManufacturer =
|
|
|
43778
44003
|
* Returns whether this field is set.
|
|
43779
44004
|
* @return {boolean}
|
|
43780
44005
|
*/
|
|
43781
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
44006
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController.prototype.hasManufacturer = function() {
|
|
43782
44007
|
return jspb.Message.getField(this, 3) != null;
|
|
43783
44008
|
};
|
|
43784
44009
|
|
|
@@ -43787,7 +44012,7 @@ proto.com.lansweeper.dp.outbound.v1.UsbController.prototype.hasManufacturer = fu
|
|
|
43787
44012
|
* optional MappedValue protocol_supported = 4;
|
|
43788
44013
|
* @return {?proto.com.lansweeper.dp.outbound.v1.MappedValue}
|
|
43789
44014
|
*/
|
|
43790
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
44015
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController.prototype.getProtocolSupported = function() {
|
|
43791
44016
|
return /** @type{?proto.com.lansweeper.dp.outbound.v1.MappedValue} */ (
|
|
43792
44017
|
jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MappedValue, 4));
|
|
43793
44018
|
};
|
|
@@ -43795,18 +44020,18 @@ proto.com.lansweeper.dp.outbound.v1.UsbController.prototype.getProtocolSupported
|
|
|
43795
44020
|
|
|
43796
44021
|
/**
|
|
43797
44022
|
* @param {?proto.com.lansweeper.dp.outbound.v1.MappedValue|undefined} value
|
|
43798
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
44023
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController} returns this
|
|
43799
44024
|
*/
|
|
43800
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
44025
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController.prototype.setProtocolSupported = function(value) {
|
|
43801
44026
|
return jspb.Message.setWrapperField(this, 4, value);
|
|
43802
44027
|
};
|
|
43803
44028
|
|
|
43804
44029
|
|
|
43805
44030
|
/**
|
|
43806
44031
|
* Clears the message field making it undefined.
|
|
43807
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
44032
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController} returns this
|
|
43808
44033
|
*/
|
|
43809
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
44034
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController.prototype.clearProtocolSupported = function() {
|
|
43810
44035
|
return this.setProtocolSupported(undefined);
|
|
43811
44036
|
};
|
|
43812
44037
|
|
|
@@ -43815,7 +44040,7 @@ proto.com.lansweeper.dp.outbound.v1.UsbController.prototype.clearProtocolSupport
|
|
|
43815
44040
|
* Returns whether this field is set.
|
|
43816
44041
|
* @return {boolean}
|
|
43817
44042
|
*/
|
|
43818
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
44043
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController.prototype.hasProtocolSupported = function() {
|
|
43819
44044
|
return jspb.Message.getField(this, 4) != null;
|
|
43820
44045
|
};
|
|
43821
44046
|
|
|
@@ -43836,8 +44061,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
43836
44061
|
* http://goto/soy-param-migration
|
|
43837
44062
|
* @return {!Object}
|
|
43838
44063
|
*/
|
|
43839
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
43840
|
-
return proto.com.lansweeper.dp.outbound.v1.
|
|
44064
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo.prototype.toObject = function(opt_includeInstance) {
|
|
44065
|
+
return proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo.toObject(opt_includeInstance, this);
|
|
43841
44066
|
};
|
|
43842
44067
|
|
|
43843
44068
|
|
|
@@ -43846,11 +44071,11 @@ proto.com.lansweeper.dp.outbound.v1.UsbDeviceInfo.prototype.toObject = function(
|
|
|
43846
44071
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
43847
44072
|
* the JSPB instance for transitional soy proto support:
|
|
43848
44073
|
* http://goto/soy-param-migration
|
|
43849
|
-
* @param {!proto.com.lansweeper.dp.outbound.v1.
|
|
44074
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo} msg The msg instance to transform.
|
|
43850
44075
|
* @return {!Object}
|
|
43851
44076
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
43852
44077
|
*/
|
|
43853
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
44078
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo.toObject = function(includeInstance, msg) {
|
|
43854
44079
|
var f, obj = {
|
|
43855
44080
|
deviceKey: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
43856
44081
|
deviceValue: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
@@ -43868,23 +44093,23 @@ proto.com.lansweeper.dp.outbound.v1.UsbDeviceInfo.toObject = function(includeIns
|
|
|
43868
44093
|
/**
|
|
43869
44094
|
* Deserializes binary data (in protobuf wire format).
|
|
43870
44095
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
43871
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
44096
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo}
|
|
43872
44097
|
*/
|
|
43873
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
44098
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo.deserializeBinary = function(bytes) {
|
|
43874
44099
|
var reader = new jspb.BinaryReader(bytes);
|
|
43875
|
-
var msg = new proto.com.lansweeper.dp.outbound.v1.
|
|
43876
|
-
return proto.com.lansweeper.dp.outbound.v1.
|
|
44100
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo;
|
|
44101
|
+
return proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo.deserializeBinaryFromReader(msg, reader);
|
|
43877
44102
|
};
|
|
43878
44103
|
|
|
43879
44104
|
|
|
43880
44105
|
/**
|
|
43881
44106
|
* Deserializes binary data (in protobuf wire format) from the
|
|
43882
44107
|
* given reader into the given message object.
|
|
43883
|
-
* @param {!proto.com.lansweeper.dp.outbound.v1.
|
|
44108
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo} msg The message object to deserialize into.
|
|
43884
44109
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
43885
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
44110
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo}
|
|
43886
44111
|
*/
|
|
43887
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
44112
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo.deserializeBinaryFromReader = function(msg, reader) {
|
|
43888
44113
|
while (reader.nextField()) {
|
|
43889
44114
|
if (reader.isEndGroup()) {
|
|
43890
44115
|
break;
|
|
@@ -43916,9 +44141,9 @@ proto.com.lansweeper.dp.outbound.v1.UsbDeviceInfo.deserializeBinaryFromReader =
|
|
|
43916
44141
|
* Serializes the message to binary data (in protobuf wire format).
|
|
43917
44142
|
* @return {!Uint8Array}
|
|
43918
44143
|
*/
|
|
43919
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
44144
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo.prototype.serializeBinary = function() {
|
|
43920
44145
|
var writer = new jspb.BinaryWriter();
|
|
43921
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
44146
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo.serializeBinaryToWriter(this, writer);
|
|
43922
44147
|
return writer.getResultBuffer();
|
|
43923
44148
|
};
|
|
43924
44149
|
|
|
@@ -43926,11 +44151,11 @@ proto.com.lansweeper.dp.outbound.v1.UsbDeviceInfo.prototype.serializeBinary = fu
|
|
|
43926
44151
|
/**
|
|
43927
44152
|
* Serializes the given message to binary data (in protobuf wire
|
|
43928
44153
|
* format), writing to the given BinaryWriter.
|
|
43929
|
-
* @param {!proto.com.lansweeper.dp.outbound.v1.
|
|
44154
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo} message
|
|
43930
44155
|
* @param {!jspb.BinaryWriter} writer
|
|
43931
44156
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
43932
44157
|
*/
|
|
43933
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
44158
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo.serializeBinaryToWriter = function(message, writer) {
|
|
43934
44159
|
var f = undefined;
|
|
43935
44160
|
f = message.getDeviceKey();
|
|
43936
44161
|
if (f.length > 0) {
|
|
@@ -43960,16 +44185,16 @@ proto.com.lansweeper.dp.outbound.v1.UsbDeviceInfo.serializeBinaryToWriter = func
|
|
|
43960
44185
|
* optional string device_key = 1;
|
|
43961
44186
|
* @return {string}
|
|
43962
44187
|
*/
|
|
43963
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
44188
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo.prototype.getDeviceKey = function() {
|
|
43964
44189
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
43965
44190
|
};
|
|
43966
44191
|
|
|
43967
44192
|
|
|
43968
44193
|
/**
|
|
43969
44194
|
* @param {string} value
|
|
43970
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
44195
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo} returns this
|
|
43971
44196
|
*/
|
|
43972
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
44197
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo.prototype.setDeviceKey = function(value) {
|
|
43973
44198
|
return jspb.Message.setProto3StringField(this, 1, value);
|
|
43974
44199
|
};
|
|
43975
44200
|
|
|
@@ -43978,16 +44203,16 @@ proto.com.lansweeper.dp.outbound.v1.UsbDeviceInfo.prototype.setDeviceKey = funct
|
|
|
43978
44203
|
* optional string device_value = 2;
|
|
43979
44204
|
* @return {string}
|
|
43980
44205
|
*/
|
|
43981
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
44206
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo.prototype.getDeviceValue = function() {
|
|
43982
44207
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
43983
44208
|
};
|
|
43984
44209
|
|
|
43985
44210
|
|
|
43986
44211
|
/**
|
|
43987
44212
|
* @param {string} value
|
|
43988
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
44213
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo} returns this
|
|
43989
44214
|
*/
|
|
43990
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
44215
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo.prototype.setDeviceValue = function(value) {
|
|
43991
44216
|
return jspb.Message.setProto3StringField(this, 2, value);
|
|
43992
44217
|
};
|
|
43993
44218
|
|
|
@@ -43996,16 +44221,16 @@ proto.com.lansweeper.dp.outbound.v1.UsbDeviceInfo.prototype.setDeviceValue = fun
|
|
|
43996
44221
|
* optional string manufacturer = 3;
|
|
43997
44222
|
* @return {string}
|
|
43998
44223
|
*/
|
|
43999
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
44224
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo.prototype.getManufacturer = function() {
|
|
44000
44225
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
44001
44226
|
};
|
|
44002
44227
|
|
|
44003
44228
|
|
|
44004
44229
|
/**
|
|
44005
44230
|
* @param {string} value
|
|
44006
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
44231
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo} returns this
|
|
44007
44232
|
*/
|
|
44008
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
44233
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo.prototype.setManufacturer = function(value) {
|
|
44009
44234
|
return jspb.Message.setProto3StringField(this, 3, value);
|
|
44010
44235
|
};
|
|
44011
44236
|
|
|
@@ -44013,6 +44238,2441 @@ proto.com.lansweeper.dp.outbound.v1.UsbDeviceInfo.prototype.setManufacturer = fu
|
|
|
44013
44238
|
|
|
44014
44239
|
|
|
44015
44240
|
|
|
44241
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
44242
|
+
/**
|
|
44243
|
+
* Creates an object representation of this proto.
|
|
44244
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
44245
|
+
* Optional fields that are not set will be set to undefined.
|
|
44246
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
44247
|
+
* For the list of reserved names please see:
|
|
44248
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
44249
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
44250
|
+
* JSPB instance for transitional soy proto support:
|
|
44251
|
+
* http://goto/soy-param-migration
|
|
44252
|
+
* @return {!Object}
|
|
44253
|
+
*/
|
|
44254
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.toObject = function(opt_includeInstance) {
|
|
44255
|
+
return proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.toObject(opt_includeInstance, this);
|
|
44256
|
+
};
|
|
44257
|
+
|
|
44258
|
+
|
|
44259
|
+
/**
|
|
44260
|
+
* Static version of the {@see toObject} method.
|
|
44261
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
44262
|
+
* the JSPB instance for transitional soy proto support:
|
|
44263
|
+
* http://goto/soy-param-migration
|
|
44264
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem} msg The msg instance to transform.
|
|
44265
|
+
* @return {!Object}
|
|
44266
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
44267
|
+
*/
|
|
44268
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.toObject = function(includeInstance, msg) {
|
|
44269
|
+
var f, obj = {
|
|
44270
|
+
attachedTo: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
44271
|
+
caption: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
44272
|
+
countryInfo: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
44273
|
+
deviceId: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
44274
|
+
deviceType: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
44275
|
+
maxBaudRateToPhone: jspb.Message.getFieldWithDefault(msg, 6, 0),
|
|
44276
|
+
maxBaudRateToSerialPort: jspb.Message.getFieldWithDefault(msg, 7, 0),
|
|
44277
|
+
modemInfPath: jspb.Message.getFieldWithDefault(msg, 8, ""),
|
|
44278
|
+
modemInfSection: jspb.Message.getFieldWithDefault(msg, 9, ""),
|
|
44279
|
+
providerName: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
44280
|
+
hwVersion: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
44281
|
+
interfaceType: jspb.Message.getFieldWithDefault(msg, 12, ""),
|
|
44282
|
+
model: jspb.Message.getFieldWithDefault(msg, 13, ""),
|
|
44283
|
+
modulation: jspb.Message.getFieldWithDefault(msg, 14, "")
|
|
44284
|
+
};
|
|
44285
|
+
|
|
44286
|
+
if (includeInstance) {
|
|
44287
|
+
obj.$jspbMessageInstance = msg;
|
|
44288
|
+
}
|
|
44289
|
+
return obj;
|
|
44290
|
+
};
|
|
44291
|
+
}
|
|
44292
|
+
|
|
44293
|
+
|
|
44294
|
+
/**
|
|
44295
|
+
* Deserializes binary data (in protobuf wire format).
|
|
44296
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
44297
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem}
|
|
44298
|
+
*/
|
|
44299
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.deserializeBinary = function(bytes) {
|
|
44300
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
44301
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem;
|
|
44302
|
+
return proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.deserializeBinaryFromReader(msg, reader);
|
|
44303
|
+
};
|
|
44304
|
+
|
|
44305
|
+
|
|
44306
|
+
/**
|
|
44307
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
44308
|
+
* given reader into the given message object.
|
|
44309
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem} msg The message object to deserialize into.
|
|
44310
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
44311
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem}
|
|
44312
|
+
*/
|
|
44313
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.deserializeBinaryFromReader = function(msg, reader) {
|
|
44314
|
+
while (reader.nextField()) {
|
|
44315
|
+
if (reader.isEndGroup()) {
|
|
44316
|
+
break;
|
|
44317
|
+
}
|
|
44318
|
+
var field = reader.getFieldNumber();
|
|
44319
|
+
switch (field) {
|
|
44320
|
+
case 1:
|
|
44321
|
+
var value = /** @type {string} */ (reader.readString());
|
|
44322
|
+
msg.setAttachedTo(value);
|
|
44323
|
+
break;
|
|
44324
|
+
case 2:
|
|
44325
|
+
var value = /** @type {string} */ (reader.readString());
|
|
44326
|
+
msg.setCaption(value);
|
|
44327
|
+
break;
|
|
44328
|
+
case 3:
|
|
44329
|
+
var value = /** @type {string} */ (reader.readString());
|
|
44330
|
+
msg.setCountryInfo(value);
|
|
44331
|
+
break;
|
|
44332
|
+
case 4:
|
|
44333
|
+
var value = /** @type {string} */ (reader.readString());
|
|
44334
|
+
msg.setDeviceId(value);
|
|
44335
|
+
break;
|
|
44336
|
+
case 5:
|
|
44337
|
+
var value = /** @type {string} */ (reader.readString());
|
|
44338
|
+
msg.setDeviceType(value);
|
|
44339
|
+
break;
|
|
44340
|
+
case 6:
|
|
44341
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
44342
|
+
msg.setMaxBaudRateToPhone(value);
|
|
44343
|
+
break;
|
|
44344
|
+
case 7:
|
|
44345
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
44346
|
+
msg.setMaxBaudRateToSerialPort(value);
|
|
44347
|
+
break;
|
|
44348
|
+
case 8:
|
|
44349
|
+
var value = /** @type {string} */ (reader.readString());
|
|
44350
|
+
msg.setModemInfPath(value);
|
|
44351
|
+
break;
|
|
44352
|
+
case 9:
|
|
44353
|
+
var value = /** @type {string} */ (reader.readString());
|
|
44354
|
+
msg.setModemInfSection(value);
|
|
44355
|
+
break;
|
|
44356
|
+
case 10:
|
|
44357
|
+
var value = /** @type {string} */ (reader.readString());
|
|
44358
|
+
msg.setProviderName(value);
|
|
44359
|
+
break;
|
|
44360
|
+
case 11:
|
|
44361
|
+
var value = /** @type {string} */ (reader.readString());
|
|
44362
|
+
msg.setHwVersion(value);
|
|
44363
|
+
break;
|
|
44364
|
+
case 12:
|
|
44365
|
+
var value = /** @type {string} */ (reader.readString());
|
|
44366
|
+
msg.setInterfaceType(value);
|
|
44367
|
+
break;
|
|
44368
|
+
case 13:
|
|
44369
|
+
var value = /** @type {string} */ (reader.readString());
|
|
44370
|
+
msg.setModel(value);
|
|
44371
|
+
break;
|
|
44372
|
+
case 14:
|
|
44373
|
+
var value = /** @type {string} */ (reader.readString());
|
|
44374
|
+
msg.setModulation(value);
|
|
44375
|
+
break;
|
|
44376
|
+
default:
|
|
44377
|
+
reader.skipField();
|
|
44378
|
+
break;
|
|
44379
|
+
}
|
|
44380
|
+
}
|
|
44381
|
+
return msg;
|
|
44382
|
+
};
|
|
44383
|
+
|
|
44384
|
+
|
|
44385
|
+
/**
|
|
44386
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
44387
|
+
* @return {!Uint8Array}
|
|
44388
|
+
*/
|
|
44389
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.serializeBinary = function() {
|
|
44390
|
+
var writer = new jspb.BinaryWriter();
|
|
44391
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.serializeBinaryToWriter(this, writer);
|
|
44392
|
+
return writer.getResultBuffer();
|
|
44393
|
+
};
|
|
44394
|
+
|
|
44395
|
+
|
|
44396
|
+
/**
|
|
44397
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
44398
|
+
* format), writing to the given BinaryWriter.
|
|
44399
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem} message
|
|
44400
|
+
* @param {!jspb.BinaryWriter} writer
|
|
44401
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
44402
|
+
*/
|
|
44403
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.serializeBinaryToWriter = function(message, writer) {
|
|
44404
|
+
var f = undefined;
|
|
44405
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 1));
|
|
44406
|
+
if (f != null) {
|
|
44407
|
+
writer.writeString(
|
|
44408
|
+
1,
|
|
44409
|
+
f
|
|
44410
|
+
);
|
|
44411
|
+
}
|
|
44412
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 2));
|
|
44413
|
+
if (f != null) {
|
|
44414
|
+
writer.writeString(
|
|
44415
|
+
2,
|
|
44416
|
+
f
|
|
44417
|
+
);
|
|
44418
|
+
}
|
|
44419
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 3));
|
|
44420
|
+
if (f != null) {
|
|
44421
|
+
writer.writeString(
|
|
44422
|
+
3,
|
|
44423
|
+
f
|
|
44424
|
+
);
|
|
44425
|
+
}
|
|
44426
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 4));
|
|
44427
|
+
if (f != null) {
|
|
44428
|
+
writer.writeString(
|
|
44429
|
+
4,
|
|
44430
|
+
f
|
|
44431
|
+
);
|
|
44432
|
+
}
|
|
44433
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 5));
|
|
44434
|
+
if (f != null) {
|
|
44435
|
+
writer.writeString(
|
|
44436
|
+
5,
|
|
44437
|
+
f
|
|
44438
|
+
);
|
|
44439
|
+
}
|
|
44440
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 6));
|
|
44441
|
+
if (f != null) {
|
|
44442
|
+
writer.writeInt32(
|
|
44443
|
+
6,
|
|
44444
|
+
f
|
|
44445
|
+
);
|
|
44446
|
+
}
|
|
44447
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 7));
|
|
44448
|
+
if (f != null) {
|
|
44449
|
+
writer.writeInt32(
|
|
44450
|
+
7,
|
|
44451
|
+
f
|
|
44452
|
+
);
|
|
44453
|
+
}
|
|
44454
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 8));
|
|
44455
|
+
if (f != null) {
|
|
44456
|
+
writer.writeString(
|
|
44457
|
+
8,
|
|
44458
|
+
f
|
|
44459
|
+
);
|
|
44460
|
+
}
|
|
44461
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 9));
|
|
44462
|
+
if (f != null) {
|
|
44463
|
+
writer.writeString(
|
|
44464
|
+
9,
|
|
44465
|
+
f
|
|
44466
|
+
);
|
|
44467
|
+
}
|
|
44468
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 10));
|
|
44469
|
+
if (f != null) {
|
|
44470
|
+
writer.writeString(
|
|
44471
|
+
10,
|
|
44472
|
+
f
|
|
44473
|
+
);
|
|
44474
|
+
}
|
|
44475
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 11));
|
|
44476
|
+
if (f != null) {
|
|
44477
|
+
writer.writeString(
|
|
44478
|
+
11,
|
|
44479
|
+
f
|
|
44480
|
+
);
|
|
44481
|
+
}
|
|
44482
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 12));
|
|
44483
|
+
if (f != null) {
|
|
44484
|
+
writer.writeString(
|
|
44485
|
+
12,
|
|
44486
|
+
f
|
|
44487
|
+
);
|
|
44488
|
+
}
|
|
44489
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 13));
|
|
44490
|
+
if (f != null) {
|
|
44491
|
+
writer.writeString(
|
|
44492
|
+
13,
|
|
44493
|
+
f
|
|
44494
|
+
);
|
|
44495
|
+
}
|
|
44496
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 14));
|
|
44497
|
+
if (f != null) {
|
|
44498
|
+
writer.writeString(
|
|
44499
|
+
14,
|
|
44500
|
+
f
|
|
44501
|
+
);
|
|
44502
|
+
}
|
|
44503
|
+
};
|
|
44504
|
+
|
|
44505
|
+
|
|
44506
|
+
/**
|
|
44507
|
+
* optional string attached_to = 1;
|
|
44508
|
+
* @return {string}
|
|
44509
|
+
*/
|
|
44510
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.getAttachedTo = function() {
|
|
44511
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
44512
|
+
};
|
|
44513
|
+
|
|
44514
|
+
|
|
44515
|
+
/**
|
|
44516
|
+
* @param {string} value
|
|
44517
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem} returns this
|
|
44518
|
+
*/
|
|
44519
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.setAttachedTo = function(value) {
|
|
44520
|
+
return jspb.Message.setField(this, 1, value);
|
|
44521
|
+
};
|
|
44522
|
+
|
|
44523
|
+
|
|
44524
|
+
/**
|
|
44525
|
+
* Clears the field making it undefined.
|
|
44526
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem} returns this
|
|
44527
|
+
*/
|
|
44528
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.clearAttachedTo = function() {
|
|
44529
|
+
return jspb.Message.setField(this, 1, undefined);
|
|
44530
|
+
};
|
|
44531
|
+
|
|
44532
|
+
|
|
44533
|
+
/**
|
|
44534
|
+
* Returns whether this field is set.
|
|
44535
|
+
* @return {boolean}
|
|
44536
|
+
*/
|
|
44537
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.hasAttachedTo = function() {
|
|
44538
|
+
return jspb.Message.getField(this, 1) != null;
|
|
44539
|
+
};
|
|
44540
|
+
|
|
44541
|
+
|
|
44542
|
+
/**
|
|
44543
|
+
* optional string caption = 2;
|
|
44544
|
+
* @return {string}
|
|
44545
|
+
*/
|
|
44546
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.getCaption = function() {
|
|
44547
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
44548
|
+
};
|
|
44549
|
+
|
|
44550
|
+
|
|
44551
|
+
/**
|
|
44552
|
+
* @param {string} value
|
|
44553
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem} returns this
|
|
44554
|
+
*/
|
|
44555
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.setCaption = function(value) {
|
|
44556
|
+
return jspb.Message.setField(this, 2, value);
|
|
44557
|
+
};
|
|
44558
|
+
|
|
44559
|
+
|
|
44560
|
+
/**
|
|
44561
|
+
* Clears the field making it undefined.
|
|
44562
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem} returns this
|
|
44563
|
+
*/
|
|
44564
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.clearCaption = function() {
|
|
44565
|
+
return jspb.Message.setField(this, 2, undefined);
|
|
44566
|
+
};
|
|
44567
|
+
|
|
44568
|
+
|
|
44569
|
+
/**
|
|
44570
|
+
* Returns whether this field is set.
|
|
44571
|
+
* @return {boolean}
|
|
44572
|
+
*/
|
|
44573
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.hasCaption = function() {
|
|
44574
|
+
return jspb.Message.getField(this, 2) != null;
|
|
44575
|
+
};
|
|
44576
|
+
|
|
44577
|
+
|
|
44578
|
+
/**
|
|
44579
|
+
* optional string country_info = 3;
|
|
44580
|
+
* @return {string}
|
|
44581
|
+
*/
|
|
44582
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.getCountryInfo = function() {
|
|
44583
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
44584
|
+
};
|
|
44585
|
+
|
|
44586
|
+
|
|
44587
|
+
/**
|
|
44588
|
+
* @param {string} value
|
|
44589
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem} returns this
|
|
44590
|
+
*/
|
|
44591
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.setCountryInfo = function(value) {
|
|
44592
|
+
return jspb.Message.setField(this, 3, value);
|
|
44593
|
+
};
|
|
44594
|
+
|
|
44595
|
+
|
|
44596
|
+
/**
|
|
44597
|
+
* Clears the field making it undefined.
|
|
44598
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem} returns this
|
|
44599
|
+
*/
|
|
44600
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.clearCountryInfo = function() {
|
|
44601
|
+
return jspb.Message.setField(this, 3, undefined);
|
|
44602
|
+
};
|
|
44603
|
+
|
|
44604
|
+
|
|
44605
|
+
/**
|
|
44606
|
+
* Returns whether this field is set.
|
|
44607
|
+
* @return {boolean}
|
|
44608
|
+
*/
|
|
44609
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.hasCountryInfo = function() {
|
|
44610
|
+
return jspb.Message.getField(this, 3) != null;
|
|
44611
|
+
};
|
|
44612
|
+
|
|
44613
|
+
|
|
44614
|
+
/**
|
|
44615
|
+
* optional string device_id = 4;
|
|
44616
|
+
* @return {string}
|
|
44617
|
+
*/
|
|
44618
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.getDeviceId = function() {
|
|
44619
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
44620
|
+
};
|
|
44621
|
+
|
|
44622
|
+
|
|
44623
|
+
/**
|
|
44624
|
+
* @param {string} value
|
|
44625
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem} returns this
|
|
44626
|
+
*/
|
|
44627
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.setDeviceId = function(value) {
|
|
44628
|
+
return jspb.Message.setField(this, 4, value);
|
|
44629
|
+
};
|
|
44630
|
+
|
|
44631
|
+
|
|
44632
|
+
/**
|
|
44633
|
+
* Clears the field making it undefined.
|
|
44634
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem} returns this
|
|
44635
|
+
*/
|
|
44636
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.clearDeviceId = function() {
|
|
44637
|
+
return jspb.Message.setField(this, 4, undefined);
|
|
44638
|
+
};
|
|
44639
|
+
|
|
44640
|
+
|
|
44641
|
+
/**
|
|
44642
|
+
* Returns whether this field is set.
|
|
44643
|
+
* @return {boolean}
|
|
44644
|
+
*/
|
|
44645
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.hasDeviceId = function() {
|
|
44646
|
+
return jspb.Message.getField(this, 4) != null;
|
|
44647
|
+
};
|
|
44648
|
+
|
|
44649
|
+
|
|
44650
|
+
/**
|
|
44651
|
+
* optional string device_type = 5;
|
|
44652
|
+
* @return {string}
|
|
44653
|
+
*/
|
|
44654
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.getDeviceType = function() {
|
|
44655
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
44656
|
+
};
|
|
44657
|
+
|
|
44658
|
+
|
|
44659
|
+
/**
|
|
44660
|
+
* @param {string} value
|
|
44661
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem} returns this
|
|
44662
|
+
*/
|
|
44663
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.setDeviceType = function(value) {
|
|
44664
|
+
return jspb.Message.setField(this, 5, value);
|
|
44665
|
+
};
|
|
44666
|
+
|
|
44667
|
+
|
|
44668
|
+
/**
|
|
44669
|
+
* Clears the field making it undefined.
|
|
44670
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem} returns this
|
|
44671
|
+
*/
|
|
44672
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.clearDeviceType = function() {
|
|
44673
|
+
return jspb.Message.setField(this, 5, undefined);
|
|
44674
|
+
};
|
|
44675
|
+
|
|
44676
|
+
|
|
44677
|
+
/**
|
|
44678
|
+
* Returns whether this field is set.
|
|
44679
|
+
* @return {boolean}
|
|
44680
|
+
*/
|
|
44681
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.hasDeviceType = function() {
|
|
44682
|
+
return jspb.Message.getField(this, 5) != null;
|
|
44683
|
+
};
|
|
44684
|
+
|
|
44685
|
+
|
|
44686
|
+
/**
|
|
44687
|
+
* optional int32 max_baud_rate_to_phone = 6;
|
|
44688
|
+
* @return {number}
|
|
44689
|
+
*/
|
|
44690
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.getMaxBaudRateToPhone = function() {
|
|
44691
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 6, 0));
|
|
44692
|
+
};
|
|
44693
|
+
|
|
44694
|
+
|
|
44695
|
+
/**
|
|
44696
|
+
* @param {number} value
|
|
44697
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem} returns this
|
|
44698
|
+
*/
|
|
44699
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.setMaxBaudRateToPhone = function(value) {
|
|
44700
|
+
return jspb.Message.setField(this, 6, value);
|
|
44701
|
+
};
|
|
44702
|
+
|
|
44703
|
+
|
|
44704
|
+
/**
|
|
44705
|
+
* Clears the field making it undefined.
|
|
44706
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem} returns this
|
|
44707
|
+
*/
|
|
44708
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.clearMaxBaudRateToPhone = function() {
|
|
44709
|
+
return jspb.Message.setField(this, 6, undefined);
|
|
44710
|
+
};
|
|
44711
|
+
|
|
44712
|
+
|
|
44713
|
+
/**
|
|
44714
|
+
* Returns whether this field is set.
|
|
44715
|
+
* @return {boolean}
|
|
44716
|
+
*/
|
|
44717
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.hasMaxBaudRateToPhone = function() {
|
|
44718
|
+
return jspb.Message.getField(this, 6) != null;
|
|
44719
|
+
};
|
|
44720
|
+
|
|
44721
|
+
|
|
44722
|
+
/**
|
|
44723
|
+
* optional int32 max_baud_rate_to_serial_port = 7;
|
|
44724
|
+
* @return {number}
|
|
44725
|
+
*/
|
|
44726
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.getMaxBaudRateToSerialPort = function() {
|
|
44727
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 7, 0));
|
|
44728
|
+
};
|
|
44729
|
+
|
|
44730
|
+
|
|
44731
|
+
/**
|
|
44732
|
+
* @param {number} value
|
|
44733
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem} returns this
|
|
44734
|
+
*/
|
|
44735
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.setMaxBaudRateToSerialPort = function(value) {
|
|
44736
|
+
return jspb.Message.setField(this, 7, value);
|
|
44737
|
+
};
|
|
44738
|
+
|
|
44739
|
+
|
|
44740
|
+
/**
|
|
44741
|
+
* Clears the field making it undefined.
|
|
44742
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem} returns this
|
|
44743
|
+
*/
|
|
44744
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.clearMaxBaudRateToSerialPort = function() {
|
|
44745
|
+
return jspb.Message.setField(this, 7, undefined);
|
|
44746
|
+
};
|
|
44747
|
+
|
|
44748
|
+
|
|
44749
|
+
/**
|
|
44750
|
+
* Returns whether this field is set.
|
|
44751
|
+
* @return {boolean}
|
|
44752
|
+
*/
|
|
44753
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.hasMaxBaudRateToSerialPort = function() {
|
|
44754
|
+
return jspb.Message.getField(this, 7) != null;
|
|
44755
|
+
};
|
|
44756
|
+
|
|
44757
|
+
|
|
44758
|
+
/**
|
|
44759
|
+
* optional string modem_inf_path = 8;
|
|
44760
|
+
* @return {string}
|
|
44761
|
+
*/
|
|
44762
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.getModemInfPath = function() {
|
|
44763
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
|
|
44764
|
+
};
|
|
44765
|
+
|
|
44766
|
+
|
|
44767
|
+
/**
|
|
44768
|
+
* @param {string} value
|
|
44769
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem} returns this
|
|
44770
|
+
*/
|
|
44771
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.setModemInfPath = function(value) {
|
|
44772
|
+
return jspb.Message.setField(this, 8, value);
|
|
44773
|
+
};
|
|
44774
|
+
|
|
44775
|
+
|
|
44776
|
+
/**
|
|
44777
|
+
* Clears the field making it undefined.
|
|
44778
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem} returns this
|
|
44779
|
+
*/
|
|
44780
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.clearModemInfPath = function() {
|
|
44781
|
+
return jspb.Message.setField(this, 8, undefined);
|
|
44782
|
+
};
|
|
44783
|
+
|
|
44784
|
+
|
|
44785
|
+
/**
|
|
44786
|
+
* Returns whether this field is set.
|
|
44787
|
+
* @return {boolean}
|
|
44788
|
+
*/
|
|
44789
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.hasModemInfPath = function() {
|
|
44790
|
+
return jspb.Message.getField(this, 8) != null;
|
|
44791
|
+
};
|
|
44792
|
+
|
|
44793
|
+
|
|
44794
|
+
/**
|
|
44795
|
+
* optional string modem_inf_section = 9;
|
|
44796
|
+
* @return {string}
|
|
44797
|
+
*/
|
|
44798
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.getModemInfSection = function() {
|
|
44799
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, ""));
|
|
44800
|
+
};
|
|
44801
|
+
|
|
44802
|
+
|
|
44803
|
+
/**
|
|
44804
|
+
* @param {string} value
|
|
44805
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem} returns this
|
|
44806
|
+
*/
|
|
44807
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.setModemInfSection = function(value) {
|
|
44808
|
+
return jspb.Message.setField(this, 9, value);
|
|
44809
|
+
};
|
|
44810
|
+
|
|
44811
|
+
|
|
44812
|
+
/**
|
|
44813
|
+
* Clears the field making it undefined.
|
|
44814
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem} returns this
|
|
44815
|
+
*/
|
|
44816
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.clearModemInfSection = function() {
|
|
44817
|
+
return jspb.Message.setField(this, 9, undefined);
|
|
44818
|
+
};
|
|
44819
|
+
|
|
44820
|
+
|
|
44821
|
+
/**
|
|
44822
|
+
* Returns whether this field is set.
|
|
44823
|
+
* @return {boolean}
|
|
44824
|
+
*/
|
|
44825
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.hasModemInfSection = function() {
|
|
44826
|
+
return jspb.Message.getField(this, 9) != null;
|
|
44827
|
+
};
|
|
44828
|
+
|
|
44829
|
+
|
|
44830
|
+
/**
|
|
44831
|
+
* optional string provider_name = 10;
|
|
44832
|
+
* @return {string}
|
|
44833
|
+
*/
|
|
44834
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.getProviderName = function() {
|
|
44835
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, ""));
|
|
44836
|
+
};
|
|
44837
|
+
|
|
44838
|
+
|
|
44839
|
+
/**
|
|
44840
|
+
* @param {string} value
|
|
44841
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem} returns this
|
|
44842
|
+
*/
|
|
44843
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.setProviderName = function(value) {
|
|
44844
|
+
return jspb.Message.setField(this, 10, value);
|
|
44845
|
+
};
|
|
44846
|
+
|
|
44847
|
+
|
|
44848
|
+
/**
|
|
44849
|
+
* Clears the field making it undefined.
|
|
44850
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem} returns this
|
|
44851
|
+
*/
|
|
44852
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.clearProviderName = function() {
|
|
44853
|
+
return jspb.Message.setField(this, 10, undefined);
|
|
44854
|
+
};
|
|
44855
|
+
|
|
44856
|
+
|
|
44857
|
+
/**
|
|
44858
|
+
* Returns whether this field is set.
|
|
44859
|
+
* @return {boolean}
|
|
44860
|
+
*/
|
|
44861
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.hasProviderName = function() {
|
|
44862
|
+
return jspb.Message.getField(this, 10) != null;
|
|
44863
|
+
};
|
|
44864
|
+
|
|
44865
|
+
|
|
44866
|
+
/**
|
|
44867
|
+
* optional string hw_version = 11;
|
|
44868
|
+
* @return {string}
|
|
44869
|
+
*/
|
|
44870
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.getHwVersion = function() {
|
|
44871
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
|
|
44872
|
+
};
|
|
44873
|
+
|
|
44874
|
+
|
|
44875
|
+
/**
|
|
44876
|
+
* @param {string} value
|
|
44877
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem} returns this
|
|
44878
|
+
*/
|
|
44879
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.setHwVersion = function(value) {
|
|
44880
|
+
return jspb.Message.setField(this, 11, value);
|
|
44881
|
+
};
|
|
44882
|
+
|
|
44883
|
+
|
|
44884
|
+
/**
|
|
44885
|
+
* Clears the field making it undefined.
|
|
44886
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem} returns this
|
|
44887
|
+
*/
|
|
44888
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.clearHwVersion = function() {
|
|
44889
|
+
return jspb.Message.setField(this, 11, undefined);
|
|
44890
|
+
};
|
|
44891
|
+
|
|
44892
|
+
|
|
44893
|
+
/**
|
|
44894
|
+
* Returns whether this field is set.
|
|
44895
|
+
* @return {boolean}
|
|
44896
|
+
*/
|
|
44897
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.hasHwVersion = function() {
|
|
44898
|
+
return jspb.Message.getField(this, 11) != null;
|
|
44899
|
+
};
|
|
44900
|
+
|
|
44901
|
+
|
|
44902
|
+
/**
|
|
44903
|
+
* optional string interface_type = 12;
|
|
44904
|
+
* @return {string}
|
|
44905
|
+
*/
|
|
44906
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.getInterfaceType = function() {
|
|
44907
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, ""));
|
|
44908
|
+
};
|
|
44909
|
+
|
|
44910
|
+
|
|
44911
|
+
/**
|
|
44912
|
+
* @param {string} value
|
|
44913
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem} returns this
|
|
44914
|
+
*/
|
|
44915
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.setInterfaceType = function(value) {
|
|
44916
|
+
return jspb.Message.setField(this, 12, value);
|
|
44917
|
+
};
|
|
44918
|
+
|
|
44919
|
+
|
|
44920
|
+
/**
|
|
44921
|
+
* Clears the field making it undefined.
|
|
44922
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem} returns this
|
|
44923
|
+
*/
|
|
44924
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.clearInterfaceType = function() {
|
|
44925
|
+
return jspb.Message.setField(this, 12, undefined);
|
|
44926
|
+
};
|
|
44927
|
+
|
|
44928
|
+
|
|
44929
|
+
/**
|
|
44930
|
+
* Returns whether this field is set.
|
|
44931
|
+
* @return {boolean}
|
|
44932
|
+
*/
|
|
44933
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.hasInterfaceType = function() {
|
|
44934
|
+
return jspb.Message.getField(this, 12) != null;
|
|
44935
|
+
};
|
|
44936
|
+
|
|
44937
|
+
|
|
44938
|
+
/**
|
|
44939
|
+
* optional string model = 13;
|
|
44940
|
+
* @return {string}
|
|
44941
|
+
*/
|
|
44942
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.getModel = function() {
|
|
44943
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 13, ""));
|
|
44944
|
+
};
|
|
44945
|
+
|
|
44946
|
+
|
|
44947
|
+
/**
|
|
44948
|
+
* @param {string} value
|
|
44949
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem} returns this
|
|
44950
|
+
*/
|
|
44951
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.setModel = function(value) {
|
|
44952
|
+
return jspb.Message.setField(this, 13, value);
|
|
44953
|
+
};
|
|
44954
|
+
|
|
44955
|
+
|
|
44956
|
+
/**
|
|
44957
|
+
* Clears the field making it undefined.
|
|
44958
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem} returns this
|
|
44959
|
+
*/
|
|
44960
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.clearModel = function() {
|
|
44961
|
+
return jspb.Message.setField(this, 13, undefined);
|
|
44962
|
+
};
|
|
44963
|
+
|
|
44964
|
+
|
|
44965
|
+
/**
|
|
44966
|
+
* Returns whether this field is set.
|
|
44967
|
+
* @return {boolean}
|
|
44968
|
+
*/
|
|
44969
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.hasModel = function() {
|
|
44970
|
+
return jspb.Message.getField(this, 13) != null;
|
|
44971
|
+
};
|
|
44972
|
+
|
|
44973
|
+
|
|
44974
|
+
/**
|
|
44975
|
+
* optional string modulation = 14;
|
|
44976
|
+
* @return {string}
|
|
44977
|
+
*/
|
|
44978
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.getModulation = function() {
|
|
44979
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 14, ""));
|
|
44980
|
+
};
|
|
44981
|
+
|
|
44982
|
+
|
|
44983
|
+
/**
|
|
44984
|
+
* @param {string} value
|
|
44985
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem} returns this
|
|
44986
|
+
*/
|
|
44987
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.setModulation = function(value) {
|
|
44988
|
+
return jspb.Message.setField(this, 14, value);
|
|
44989
|
+
};
|
|
44990
|
+
|
|
44991
|
+
|
|
44992
|
+
/**
|
|
44993
|
+
* Clears the field making it undefined.
|
|
44994
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem} returns this
|
|
44995
|
+
*/
|
|
44996
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.clearModulation = function() {
|
|
44997
|
+
return jspb.Message.setField(this, 14, undefined);
|
|
44998
|
+
};
|
|
44999
|
+
|
|
45000
|
+
|
|
45001
|
+
/**
|
|
45002
|
+
* Returns whether this field is set.
|
|
45003
|
+
* @return {boolean}
|
|
45004
|
+
*/
|
|
45005
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedModem.prototype.hasModulation = function() {
|
|
45006
|
+
return jspb.Message.getField(this, 14) != null;
|
|
45007
|
+
};
|
|
45008
|
+
|
|
45009
|
+
|
|
45010
|
+
|
|
45011
|
+
/**
|
|
45012
|
+
* List of repeated fields within this message type.
|
|
45013
|
+
* @private {!Array<number>}
|
|
45014
|
+
* @const
|
|
45015
|
+
*/
|
|
45016
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.repeatedFields_ = [2];
|
|
45017
|
+
|
|
45018
|
+
|
|
45019
|
+
|
|
45020
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
45021
|
+
/**
|
|
45022
|
+
* Creates an object representation of this proto.
|
|
45023
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
45024
|
+
* Optional fields that are not set will be set to undefined.
|
|
45025
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
45026
|
+
* For the list of reserved names please see:
|
|
45027
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
45028
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
45029
|
+
* JSPB instance for transitional soy proto support:
|
|
45030
|
+
* http://goto/soy-param-migration
|
|
45031
|
+
* @return {!Object}
|
|
45032
|
+
*/
|
|
45033
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.toObject = function(opt_includeInstance) {
|
|
45034
|
+
return proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.toObject(opt_includeInstance, this);
|
|
45035
|
+
};
|
|
45036
|
+
|
|
45037
|
+
|
|
45038
|
+
/**
|
|
45039
|
+
* Static version of the {@see toObject} method.
|
|
45040
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
45041
|
+
* the JSPB instance for transitional soy proto support:
|
|
45042
|
+
* http://goto/soy-param-migration
|
|
45043
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter} msg The msg instance to transform.
|
|
45044
|
+
* @return {!Object}
|
|
45045
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
45046
|
+
*/
|
|
45047
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.toObject = function(includeInstance, msg) {
|
|
45048
|
+
var f, obj = {
|
|
45049
|
+
capabilityDescriptionsList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f,
|
|
45050
|
+
caption: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
45051
|
+
deviceId: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
45052
|
+
location: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
45053
|
+
portName: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
45054
|
+
printJobDataType: jspb.Message.getFieldWithDefault(msg, 8, ""),
|
|
45055
|
+
printProcessor: jspb.Message.getFieldWithDefault(msg, 9, ""),
|
|
45056
|
+
shareName: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
45057
|
+
status: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
45058
|
+
comment: jspb.Message.getFieldWithDefault(msg, 13, ""),
|
|
45059
|
+
horizontalResolution: jspb.Message.getFieldWithDefault(msg, 5, 0),
|
|
45060
|
+
verticalResolution: jspb.Message.getFieldWithDefault(msg, 12, 0),
|
|
45061
|
+
enableBidi: jspb.Message.getBooleanFieldWithDefault(msg, 14, false),
|
|
45062
|
+
local: jspb.Message.getBooleanFieldWithDefault(msg, 15, false),
|
|
45063
|
+
network: jspb.Message.getBooleanFieldWithDefault(msg, 16, false)
|
|
45064
|
+
};
|
|
45065
|
+
|
|
45066
|
+
if (includeInstance) {
|
|
45067
|
+
obj.$jspbMessageInstance = msg;
|
|
45068
|
+
}
|
|
45069
|
+
return obj;
|
|
45070
|
+
};
|
|
45071
|
+
}
|
|
45072
|
+
|
|
45073
|
+
|
|
45074
|
+
/**
|
|
45075
|
+
* Deserializes binary data (in protobuf wire format).
|
|
45076
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
45077
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter}
|
|
45078
|
+
*/
|
|
45079
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.deserializeBinary = function(bytes) {
|
|
45080
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
45081
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter;
|
|
45082
|
+
return proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.deserializeBinaryFromReader(msg, reader);
|
|
45083
|
+
};
|
|
45084
|
+
|
|
45085
|
+
|
|
45086
|
+
/**
|
|
45087
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
45088
|
+
* given reader into the given message object.
|
|
45089
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter} msg The message object to deserialize into.
|
|
45090
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
45091
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter}
|
|
45092
|
+
*/
|
|
45093
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.deserializeBinaryFromReader = function(msg, reader) {
|
|
45094
|
+
while (reader.nextField()) {
|
|
45095
|
+
if (reader.isEndGroup()) {
|
|
45096
|
+
break;
|
|
45097
|
+
}
|
|
45098
|
+
var field = reader.getFieldNumber();
|
|
45099
|
+
switch (field) {
|
|
45100
|
+
case 2:
|
|
45101
|
+
var value = /** @type {string} */ (reader.readString());
|
|
45102
|
+
msg.addCapabilityDescriptions(value);
|
|
45103
|
+
break;
|
|
45104
|
+
case 3:
|
|
45105
|
+
var value = /** @type {string} */ (reader.readString());
|
|
45106
|
+
msg.setCaption(value);
|
|
45107
|
+
break;
|
|
45108
|
+
case 4:
|
|
45109
|
+
var value = /** @type {string} */ (reader.readString());
|
|
45110
|
+
msg.setDeviceId(value);
|
|
45111
|
+
break;
|
|
45112
|
+
case 6:
|
|
45113
|
+
var value = /** @type {string} */ (reader.readString());
|
|
45114
|
+
msg.setLocation(value);
|
|
45115
|
+
break;
|
|
45116
|
+
case 7:
|
|
45117
|
+
var value = /** @type {string} */ (reader.readString());
|
|
45118
|
+
msg.setPortName(value);
|
|
45119
|
+
break;
|
|
45120
|
+
case 8:
|
|
45121
|
+
var value = /** @type {string} */ (reader.readString());
|
|
45122
|
+
msg.setPrintJobDataType(value);
|
|
45123
|
+
break;
|
|
45124
|
+
case 9:
|
|
45125
|
+
var value = /** @type {string} */ (reader.readString());
|
|
45126
|
+
msg.setPrintProcessor(value);
|
|
45127
|
+
break;
|
|
45128
|
+
case 10:
|
|
45129
|
+
var value = /** @type {string} */ (reader.readString());
|
|
45130
|
+
msg.setShareName(value);
|
|
45131
|
+
break;
|
|
45132
|
+
case 11:
|
|
45133
|
+
var value = /** @type {string} */ (reader.readString());
|
|
45134
|
+
msg.setStatus(value);
|
|
45135
|
+
break;
|
|
45136
|
+
case 13:
|
|
45137
|
+
var value = /** @type {string} */ (reader.readString());
|
|
45138
|
+
msg.setComment(value);
|
|
45139
|
+
break;
|
|
45140
|
+
case 5:
|
|
45141
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
45142
|
+
msg.setHorizontalResolution(value);
|
|
45143
|
+
break;
|
|
45144
|
+
case 12:
|
|
45145
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
45146
|
+
msg.setVerticalResolution(value);
|
|
45147
|
+
break;
|
|
45148
|
+
case 14:
|
|
45149
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
45150
|
+
msg.setEnableBidi(value);
|
|
45151
|
+
break;
|
|
45152
|
+
case 15:
|
|
45153
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
45154
|
+
msg.setLocal(value);
|
|
45155
|
+
break;
|
|
45156
|
+
case 16:
|
|
45157
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
45158
|
+
msg.setNetwork(value);
|
|
45159
|
+
break;
|
|
45160
|
+
default:
|
|
45161
|
+
reader.skipField();
|
|
45162
|
+
break;
|
|
45163
|
+
}
|
|
45164
|
+
}
|
|
45165
|
+
return msg;
|
|
45166
|
+
};
|
|
45167
|
+
|
|
45168
|
+
|
|
45169
|
+
/**
|
|
45170
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
45171
|
+
* @return {!Uint8Array}
|
|
45172
|
+
*/
|
|
45173
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.serializeBinary = function() {
|
|
45174
|
+
var writer = new jspb.BinaryWriter();
|
|
45175
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.serializeBinaryToWriter(this, writer);
|
|
45176
|
+
return writer.getResultBuffer();
|
|
45177
|
+
};
|
|
45178
|
+
|
|
45179
|
+
|
|
45180
|
+
/**
|
|
45181
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
45182
|
+
* format), writing to the given BinaryWriter.
|
|
45183
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter} message
|
|
45184
|
+
* @param {!jspb.BinaryWriter} writer
|
|
45185
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
45186
|
+
*/
|
|
45187
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.serializeBinaryToWriter = function(message, writer) {
|
|
45188
|
+
var f = undefined;
|
|
45189
|
+
f = message.getCapabilityDescriptionsList();
|
|
45190
|
+
if (f.length > 0) {
|
|
45191
|
+
writer.writeRepeatedString(
|
|
45192
|
+
2,
|
|
45193
|
+
f
|
|
45194
|
+
);
|
|
45195
|
+
}
|
|
45196
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 3));
|
|
45197
|
+
if (f != null) {
|
|
45198
|
+
writer.writeString(
|
|
45199
|
+
3,
|
|
45200
|
+
f
|
|
45201
|
+
);
|
|
45202
|
+
}
|
|
45203
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 4));
|
|
45204
|
+
if (f != null) {
|
|
45205
|
+
writer.writeString(
|
|
45206
|
+
4,
|
|
45207
|
+
f
|
|
45208
|
+
);
|
|
45209
|
+
}
|
|
45210
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 6));
|
|
45211
|
+
if (f != null) {
|
|
45212
|
+
writer.writeString(
|
|
45213
|
+
6,
|
|
45214
|
+
f
|
|
45215
|
+
);
|
|
45216
|
+
}
|
|
45217
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 7));
|
|
45218
|
+
if (f != null) {
|
|
45219
|
+
writer.writeString(
|
|
45220
|
+
7,
|
|
45221
|
+
f
|
|
45222
|
+
);
|
|
45223
|
+
}
|
|
45224
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 8));
|
|
45225
|
+
if (f != null) {
|
|
45226
|
+
writer.writeString(
|
|
45227
|
+
8,
|
|
45228
|
+
f
|
|
45229
|
+
);
|
|
45230
|
+
}
|
|
45231
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 9));
|
|
45232
|
+
if (f != null) {
|
|
45233
|
+
writer.writeString(
|
|
45234
|
+
9,
|
|
45235
|
+
f
|
|
45236
|
+
);
|
|
45237
|
+
}
|
|
45238
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 10));
|
|
45239
|
+
if (f != null) {
|
|
45240
|
+
writer.writeString(
|
|
45241
|
+
10,
|
|
45242
|
+
f
|
|
45243
|
+
);
|
|
45244
|
+
}
|
|
45245
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 11));
|
|
45246
|
+
if (f != null) {
|
|
45247
|
+
writer.writeString(
|
|
45248
|
+
11,
|
|
45249
|
+
f
|
|
45250
|
+
);
|
|
45251
|
+
}
|
|
45252
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 13));
|
|
45253
|
+
if (f != null) {
|
|
45254
|
+
writer.writeString(
|
|
45255
|
+
13,
|
|
45256
|
+
f
|
|
45257
|
+
);
|
|
45258
|
+
}
|
|
45259
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 5));
|
|
45260
|
+
if (f != null) {
|
|
45261
|
+
writer.writeInt32(
|
|
45262
|
+
5,
|
|
45263
|
+
f
|
|
45264
|
+
);
|
|
45265
|
+
}
|
|
45266
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 12));
|
|
45267
|
+
if (f != null) {
|
|
45268
|
+
writer.writeInt32(
|
|
45269
|
+
12,
|
|
45270
|
+
f
|
|
45271
|
+
);
|
|
45272
|
+
}
|
|
45273
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 14));
|
|
45274
|
+
if (f != null) {
|
|
45275
|
+
writer.writeBool(
|
|
45276
|
+
14,
|
|
45277
|
+
f
|
|
45278
|
+
);
|
|
45279
|
+
}
|
|
45280
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 15));
|
|
45281
|
+
if (f != null) {
|
|
45282
|
+
writer.writeBool(
|
|
45283
|
+
15,
|
|
45284
|
+
f
|
|
45285
|
+
);
|
|
45286
|
+
}
|
|
45287
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 16));
|
|
45288
|
+
if (f != null) {
|
|
45289
|
+
writer.writeBool(
|
|
45290
|
+
16,
|
|
45291
|
+
f
|
|
45292
|
+
);
|
|
45293
|
+
}
|
|
45294
|
+
};
|
|
45295
|
+
|
|
45296
|
+
|
|
45297
|
+
/**
|
|
45298
|
+
* repeated string capability_descriptions = 2;
|
|
45299
|
+
* @return {!Array<string>}
|
|
45300
|
+
*/
|
|
45301
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.getCapabilityDescriptionsList = function() {
|
|
45302
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 2));
|
|
45303
|
+
};
|
|
45304
|
+
|
|
45305
|
+
|
|
45306
|
+
/**
|
|
45307
|
+
* @param {!Array<string>} value
|
|
45308
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter} returns this
|
|
45309
|
+
*/
|
|
45310
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.setCapabilityDescriptionsList = function(value) {
|
|
45311
|
+
return jspb.Message.setField(this, 2, value || []);
|
|
45312
|
+
};
|
|
45313
|
+
|
|
45314
|
+
|
|
45315
|
+
/**
|
|
45316
|
+
* @param {string} value
|
|
45317
|
+
* @param {number=} opt_index
|
|
45318
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter} returns this
|
|
45319
|
+
*/
|
|
45320
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.addCapabilityDescriptions = function(value, opt_index) {
|
|
45321
|
+
return jspb.Message.addToRepeatedField(this, 2, value, opt_index);
|
|
45322
|
+
};
|
|
45323
|
+
|
|
45324
|
+
|
|
45325
|
+
/**
|
|
45326
|
+
* Clears the list making it empty but non-null.
|
|
45327
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter} returns this
|
|
45328
|
+
*/
|
|
45329
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.clearCapabilityDescriptionsList = function() {
|
|
45330
|
+
return this.setCapabilityDescriptionsList([]);
|
|
45331
|
+
};
|
|
45332
|
+
|
|
45333
|
+
|
|
45334
|
+
/**
|
|
45335
|
+
* optional string caption = 3;
|
|
45336
|
+
* @return {string}
|
|
45337
|
+
*/
|
|
45338
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.getCaption = function() {
|
|
45339
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
45340
|
+
};
|
|
45341
|
+
|
|
45342
|
+
|
|
45343
|
+
/**
|
|
45344
|
+
* @param {string} value
|
|
45345
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter} returns this
|
|
45346
|
+
*/
|
|
45347
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.setCaption = function(value) {
|
|
45348
|
+
return jspb.Message.setField(this, 3, value);
|
|
45349
|
+
};
|
|
45350
|
+
|
|
45351
|
+
|
|
45352
|
+
/**
|
|
45353
|
+
* Clears the field making it undefined.
|
|
45354
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter} returns this
|
|
45355
|
+
*/
|
|
45356
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.clearCaption = function() {
|
|
45357
|
+
return jspb.Message.setField(this, 3, undefined);
|
|
45358
|
+
};
|
|
45359
|
+
|
|
45360
|
+
|
|
45361
|
+
/**
|
|
45362
|
+
* Returns whether this field is set.
|
|
45363
|
+
* @return {boolean}
|
|
45364
|
+
*/
|
|
45365
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.hasCaption = function() {
|
|
45366
|
+
return jspb.Message.getField(this, 3) != null;
|
|
45367
|
+
};
|
|
45368
|
+
|
|
45369
|
+
|
|
45370
|
+
/**
|
|
45371
|
+
* optional string device_id = 4;
|
|
45372
|
+
* @return {string}
|
|
45373
|
+
*/
|
|
45374
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.getDeviceId = function() {
|
|
45375
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
45376
|
+
};
|
|
45377
|
+
|
|
45378
|
+
|
|
45379
|
+
/**
|
|
45380
|
+
* @param {string} value
|
|
45381
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter} returns this
|
|
45382
|
+
*/
|
|
45383
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.setDeviceId = function(value) {
|
|
45384
|
+
return jspb.Message.setField(this, 4, value);
|
|
45385
|
+
};
|
|
45386
|
+
|
|
45387
|
+
|
|
45388
|
+
/**
|
|
45389
|
+
* Clears the field making it undefined.
|
|
45390
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter} returns this
|
|
45391
|
+
*/
|
|
45392
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.clearDeviceId = function() {
|
|
45393
|
+
return jspb.Message.setField(this, 4, undefined);
|
|
45394
|
+
};
|
|
45395
|
+
|
|
45396
|
+
|
|
45397
|
+
/**
|
|
45398
|
+
* Returns whether this field is set.
|
|
45399
|
+
* @return {boolean}
|
|
45400
|
+
*/
|
|
45401
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.hasDeviceId = function() {
|
|
45402
|
+
return jspb.Message.getField(this, 4) != null;
|
|
45403
|
+
};
|
|
45404
|
+
|
|
45405
|
+
|
|
45406
|
+
/**
|
|
45407
|
+
* optional string location = 6;
|
|
45408
|
+
* @return {string}
|
|
45409
|
+
*/
|
|
45410
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.getLocation = function() {
|
|
45411
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
|
|
45412
|
+
};
|
|
45413
|
+
|
|
45414
|
+
|
|
45415
|
+
/**
|
|
45416
|
+
* @param {string} value
|
|
45417
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter} returns this
|
|
45418
|
+
*/
|
|
45419
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.setLocation = function(value) {
|
|
45420
|
+
return jspb.Message.setField(this, 6, value);
|
|
45421
|
+
};
|
|
45422
|
+
|
|
45423
|
+
|
|
45424
|
+
/**
|
|
45425
|
+
* Clears the field making it undefined.
|
|
45426
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter} returns this
|
|
45427
|
+
*/
|
|
45428
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.clearLocation = function() {
|
|
45429
|
+
return jspb.Message.setField(this, 6, undefined);
|
|
45430
|
+
};
|
|
45431
|
+
|
|
45432
|
+
|
|
45433
|
+
/**
|
|
45434
|
+
* Returns whether this field is set.
|
|
45435
|
+
* @return {boolean}
|
|
45436
|
+
*/
|
|
45437
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.hasLocation = function() {
|
|
45438
|
+
return jspb.Message.getField(this, 6) != null;
|
|
45439
|
+
};
|
|
45440
|
+
|
|
45441
|
+
|
|
45442
|
+
/**
|
|
45443
|
+
* optional string port_name = 7;
|
|
45444
|
+
* @return {string}
|
|
45445
|
+
*/
|
|
45446
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.getPortName = function() {
|
|
45447
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
|
|
45448
|
+
};
|
|
45449
|
+
|
|
45450
|
+
|
|
45451
|
+
/**
|
|
45452
|
+
* @param {string} value
|
|
45453
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter} returns this
|
|
45454
|
+
*/
|
|
45455
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.setPortName = function(value) {
|
|
45456
|
+
return jspb.Message.setField(this, 7, value);
|
|
45457
|
+
};
|
|
45458
|
+
|
|
45459
|
+
|
|
45460
|
+
/**
|
|
45461
|
+
* Clears the field making it undefined.
|
|
45462
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter} returns this
|
|
45463
|
+
*/
|
|
45464
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.clearPortName = function() {
|
|
45465
|
+
return jspb.Message.setField(this, 7, undefined);
|
|
45466
|
+
};
|
|
45467
|
+
|
|
45468
|
+
|
|
45469
|
+
/**
|
|
45470
|
+
* Returns whether this field is set.
|
|
45471
|
+
* @return {boolean}
|
|
45472
|
+
*/
|
|
45473
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.hasPortName = function() {
|
|
45474
|
+
return jspb.Message.getField(this, 7) != null;
|
|
45475
|
+
};
|
|
45476
|
+
|
|
45477
|
+
|
|
45478
|
+
/**
|
|
45479
|
+
* optional string print_job_data_type = 8;
|
|
45480
|
+
* @return {string}
|
|
45481
|
+
*/
|
|
45482
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.getPrintJobDataType = function() {
|
|
45483
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
|
|
45484
|
+
};
|
|
45485
|
+
|
|
45486
|
+
|
|
45487
|
+
/**
|
|
45488
|
+
* @param {string} value
|
|
45489
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter} returns this
|
|
45490
|
+
*/
|
|
45491
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.setPrintJobDataType = function(value) {
|
|
45492
|
+
return jspb.Message.setField(this, 8, value);
|
|
45493
|
+
};
|
|
45494
|
+
|
|
45495
|
+
|
|
45496
|
+
/**
|
|
45497
|
+
* Clears the field making it undefined.
|
|
45498
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter} returns this
|
|
45499
|
+
*/
|
|
45500
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.clearPrintJobDataType = function() {
|
|
45501
|
+
return jspb.Message.setField(this, 8, undefined);
|
|
45502
|
+
};
|
|
45503
|
+
|
|
45504
|
+
|
|
45505
|
+
/**
|
|
45506
|
+
* Returns whether this field is set.
|
|
45507
|
+
* @return {boolean}
|
|
45508
|
+
*/
|
|
45509
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.hasPrintJobDataType = function() {
|
|
45510
|
+
return jspb.Message.getField(this, 8) != null;
|
|
45511
|
+
};
|
|
45512
|
+
|
|
45513
|
+
|
|
45514
|
+
/**
|
|
45515
|
+
* optional string print_processor = 9;
|
|
45516
|
+
* @return {string}
|
|
45517
|
+
*/
|
|
45518
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.getPrintProcessor = function() {
|
|
45519
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, ""));
|
|
45520
|
+
};
|
|
45521
|
+
|
|
45522
|
+
|
|
45523
|
+
/**
|
|
45524
|
+
* @param {string} value
|
|
45525
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter} returns this
|
|
45526
|
+
*/
|
|
45527
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.setPrintProcessor = function(value) {
|
|
45528
|
+
return jspb.Message.setField(this, 9, value);
|
|
45529
|
+
};
|
|
45530
|
+
|
|
45531
|
+
|
|
45532
|
+
/**
|
|
45533
|
+
* Clears the field making it undefined.
|
|
45534
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter} returns this
|
|
45535
|
+
*/
|
|
45536
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.clearPrintProcessor = function() {
|
|
45537
|
+
return jspb.Message.setField(this, 9, undefined);
|
|
45538
|
+
};
|
|
45539
|
+
|
|
45540
|
+
|
|
45541
|
+
/**
|
|
45542
|
+
* Returns whether this field is set.
|
|
45543
|
+
* @return {boolean}
|
|
45544
|
+
*/
|
|
45545
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.hasPrintProcessor = function() {
|
|
45546
|
+
return jspb.Message.getField(this, 9) != null;
|
|
45547
|
+
};
|
|
45548
|
+
|
|
45549
|
+
|
|
45550
|
+
/**
|
|
45551
|
+
* optional string share_name = 10;
|
|
45552
|
+
* @return {string}
|
|
45553
|
+
*/
|
|
45554
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.getShareName = function() {
|
|
45555
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, ""));
|
|
45556
|
+
};
|
|
45557
|
+
|
|
45558
|
+
|
|
45559
|
+
/**
|
|
45560
|
+
* @param {string} value
|
|
45561
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter} returns this
|
|
45562
|
+
*/
|
|
45563
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.setShareName = function(value) {
|
|
45564
|
+
return jspb.Message.setField(this, 10, value);
|
|
45565
|
+
};
|
|
45566
|
+
|
|
45567
|
+
|
|
45568
|
+
/**
|
|
45569
|
+
* Clears the field making it undefined.
|
|
45570
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter} returns this
|
|
45571
|
+
*/
|
|
45572
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.clearShareName = function() {
|
|
45573
|
+
return jspb.Message.setField(this, 10, undefined);
|
|
45574
|
+
};
|
|
45575
|
+
|
|
45576
|
+
|
|
45577
|
+
/**
|
|
45578
|
+
* Returns whether this field is set.
|
|
45579
|
+
* @return {boolean}
|
|
45580
|
+
*/
|
|
45581
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.hasShareName = function() {
|
|
45582
|
+
return jspb.Message.getField(this, 10) != null;
|
|
45583
|
+
};
|
|
45584
|
+
|
|
45585
|
+
|
|
45586
|
+
/**
|
|
45587
|
+
* optional string status = 11;
|
|
45588
|
+
* @return {string}
|
|
45589
|
+
*/
|
|
45590
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.getStatus = function() {
|
|
45591
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
|
|
45592
|
+
};
|
|
45593
|
+
|
|
45594
|
+
|
|
45595
|
+
/**
|
|
45596
|
+
* @param {string} value
|
|
45597
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter} returns this
|
|
45598
|
+
*/
|
|
45599
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.setStatus = function(value) {
|
|
45600
|
+
return jspb.Message.setField(this, 11, value);
|
|
45601
|
+
};
|
|
45602
|
+
|
|
45603
|
+
|
|
45604
|
+
/**
|
|
45605
|
+
* Clears the field making it undefined.
|
|
45606
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter} returns this
|
|
45607
|
+
*/
|
|
45608
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.clearStatus = function() {
|
|
45609
|
+
return jspb.Message.setField(this, 11, undefined);
|
|
45610
|
+
};
|
|
45611
|
+
|
|
45612
|
+
|
|
45613
|
+
/**
|
|
45614
|
+
* Returns whether this field is set.
|
|
45615
|
+
* @return {boolean}
|
|
45616
|
+
*/
|
|
45617
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.hasStatus = function() {
|
|
45618
|
+
return jspb.Message.getField(this, 11) != null;
|
|
45619
|
+
};
|
|
45620
|
+
|
|
45621
|
+
|
|
45622
|
+
/**
|
|
45623
|
+
* optional string comment = 13;
|
|
45624
|
+
* @return {string}
|
|
45625
|
+
*/
|
|
45626
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.getComment = function() {
|
|
45627
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 13, ""));
|
|
45628
|
+
};
|
|
45629
|
+
|
|
45630
|
+
|
|
45631
|
+
/**
|
|
45632
|
+
* @param {string} value
|
|
45633
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter} returns this
|
|
45634
|
+
*/
|
|
45635
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.setComment = function(value) {
|
|
45636
|
+
return jspb.Message.setField(this, 13, value);
|
|
45637
|
+
};
|
|
45638
|
+
|
|
45639
|
+
|
|
45640
|
+
/**
|
|
45641
|
+
* Clears the field making it undefined.
|
|
45642
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter} returns this
|
|
45643
|
+
*/
|
|
45644
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.clearComment = function() {
|
|
45645
|
+
return jspb.Message.setField(this, 13, undefined);
|
|
45646
|
+
};
|
|
45647
|
+
|
|
45648
|
+
|
|
45649
|
+
/**
|
|
45650
|
+
* Returns whether this field is set.
|
|
45651
|
+
* @return {boolean}
|
|
45652
|
+
*/
|
|
45653
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.hasComment = function() {
|
|
45654
|
+
return jspb.Message.getField(this, 13) != null;
|
|
45655
|
+
};
|
|
45656
|
+
|
|
45657
|
+
|
|
45658
|
+
/**
|
|
45659
|
+
* optional int32 horizontal_resolution = 5;
|
|
45660
|
+
* @return {number}
|
|
45661
|
+
*/
|
|
45662
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.getHorizontalResolution = function() {
|
|
45663
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 5, 0));
|
|
45664
|
+
};
|
|
45665
|
+
|
|
45666
|
+
|
|
45667
|
+
/**
|
|
45668
|
+
* @param {number} value
|
|
45669
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter} returns this
|
|
45670
|
+
*/
|
|
45671
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.setHorizontalResolution = function(value) {
|
|
45672
|
+
return jspb.Message.setField(this, 5, value);
|
|
45673
|
+
};
|
|
45674
|
+
|
|
45675
|
+
|
|
45676
|
+
/**
|
|
45677
|
+
* Clears the field making it undefined.
|
|
45678
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter} returns this
|
|
45679
|
+
*/
|
|
45680
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.clearHorizontalResolution = function() {
|
|
45681
|
+
return jspb.Message.setField(this, 5, undefined);
|
|
45682
|
+
};
|
|
45683
|
+
|
|
45684
|
+
|
|
45685
|
+
/**
|
|
45686
|
+
* Returns whether this field is set.
|
|
45687
|
+
* @return {boolean}
|
|
45688
|
+
*/
|
|
45689
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.hasHorizontalResolution = function() {
|
|
45690
|
+
return jspb.Message.getField(this, 5) != null;
|
|
45691
|
+
};
|
|
45692
|
+
|
|
45693
|
+
|
|
45694
|
+
/**
|
|
45695
|
+
* optional int32 vertical_resolution = 12;
|
|
45696
|
+
* @return {number}
|
|
45697
|
+
*/
|
|
45698
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.getVerticalResolution = function() {
|
|
45699
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 12, 0));
|
|
45700
|
+
};
|
|
45701
|
+
|
|
45702
|
+
|
|
45703
|
+
/**
|
|
45704
|
+
* @param {number} value
|
|
45705
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter} returns this
|
|
45706
|
+
*/
|
|
45707
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.setVerticalResolution = function(value) {
|
|
45708
|
+
return jspb.Message.setField(this, 12, value);
|
|
45709
|
+
};
|
|
45710
|
+
|
|
45711
|
+
|
|
45712
|
+
/**
|
|
45713
|
+
* Clears the field making it undefined.
|
|
45714
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter} returns this
|
|
45715
|
+
*/
|
|
45716
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.clearVerticalResolution = function() {
|
|
45717
|
+
return jspb.Message.setField(this, 12, undefined);
|
|
45718
|
+
};
|
|
45719
|
+
|
|
45720
|
+
|
|
45721
|
+
/**
|
|
45722
|
+
* Returns whether this field is set.
|
|
45723
|
+
* @return {boolean}
|
|
45724
|
+
*/
|
|
45725
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.hasVerticalResolution = function() {
|
|
45726
|
+
return jspb.Message.getField(this, 12) != null;
|
|
45727
|
+
};
|
|
45728
|
+
|
|
45729
|
+
|
|
45730
|
+
/**
|
|
45731
|
+
* optional bool enable_bidi = 14;
|
|
45732
|
+
* @return {boolean}
|
|
45733
|
+
*/
|
|
45734
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.getEnableBidi = function() {
|
|
45735
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 14, false));
|
|
45736
|
+
};
|
|
45737
|
+
|
|
45738
|
+
|
|
45739
|
+
/**
|
|
45740
|
+
* @param {boolean} value
|
|
45741
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter} returns this
|
|
45742
|
+
*/
|
|
45743
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.setEnableBidi = function(value) {
|
|
45744
|
+
return jspb.Message.setField(this, 14, value);
|
|
45745
|
+
};
|
|
45746
|
+
|
|
45747
|
+
|
|
45748
|
+
/**
|
|
45749
|
+
* Clears the field making it undefined.
|
|
45750
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter} returns this
|
|
45751
|
+
*/
|
|
45752
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.clearEnableBidi = function() {
|
|
45753
|
+
return jspb.Message.setField(this, 14, undefined);
|
|
45754
|
+
};
|
|
45755
|
+
|
|
45756
|
+
|
|
45757
|
+
/**
|
|
45758
|
+
* Returns whether this field is set.
|
|
45759
|
+
* @return {boolean}
|
|
45760
|
+
*/
|
|
45761
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.hasEnableBidi = function() {
|
|
45762
|
+
return jspb.Message.getField(this, 14) != null;
|
|
45763
|
+
};
|
|
45764
|
+
|
|
45765
|
+
|
|
45766
|
+
/**
|
|
45767
|
+
* optional bool local = 15;
|
|
45768
|
+
* @return {boolean}
|
|
45769
|
+
*/
|
|
45770
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.getLocal = function() {
|
|
45771
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 15, false));
|
|
45772
|
+
};
|
|
45773
|
+
|
|
45774
|
+
|
|
45775
|
+
/**
|
|
45776
|
+
* @param {boolean} value
|
|
45777
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter} returns this
|
|
45778
|
+
*/
|
|
45779
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.setLocal = function(value) {
|
|
45780
|
+
return jspb.Message.setField(this, 15, value);
|
|
45781
|
+
};
|
|
45782
|
+
|
|
45783
|
+
|
|
45784
|
+
/**
|
|
45785
|
+
* Clears the field making it undefined.
|
|
45786
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter} returns this
|
|
45787
|
+
*/
|
|
45788
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.clearLocal = function() {
|
|
45789
|
+
return jspb.Message.setField(this, 15, undefined);
|
|
45790
|
+
};
|
|
45791
|
+
|
|
45792
|
+
|
|
45793
|
+
/**
|
|
45794
|
+
* Returns whether this field is set.
|
|
45795
|
+
* @return {boolean}
|
|
45796
|
+
*/
|
|
45797
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.hasLocal = function() {
|
|
45798
|
+
return jspb.Message.getField(this, 15) != null;
|
|
45799
|
+
};
|
|
45800
|
+
|
|
45801
|
+
|
|
45802
|
+
/**
|
|
45803
|
+
* optional bool network = 16;
|
|
45804
|
+
* @return {boolean}
|
|
45805
|
+
*/
|
|
45806
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.getNetwork = function() {
|
|
45807
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 16, false));
|
|
45808
|
+
};
|
|
45809
|
+
|
|
45810
|
+
|
|
45811
|
+
/**
|
|
45812
|
+
* @param {boolean} value
|
|
45813
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter} returns this
|
|
45814
|
+
*/
|
|
45815
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.setNetwork = function(value) {
|
|
45816
|
+
return jspb.Message.setField(this, 16, value);
|
|
45817
|
+
};
|
|
45818
|
+
|
|
45819
|
+
|
|
45820
|
+
/**
|
|
45821
|
+
* Clears the field making it undefined.
|
|
45822
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter} returns this
|
|
45823
|
+
*/
|
|
45824
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.clearNetwork = function() {
|
|
45825
|
+
return jspb.Message.setField(this, 16, undefined);
|
|
45826
|
+
};
|
|
45827
|
+
|
|
45828
|
+
|
|
45829
|
+
/**
|
|
45830
|
+
* Returns whether this field is set.
|
|
45831
|
+
* @return {boolean}
|
|
45832
|
+
*/
|
|
45833
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.prototype.hasNetwork = function() {
|
|
45834
|
+
return jspb.Message.getField(this, 16) != null;
|
|
45835
|
+
};
|
|
45836
|
+
|
|
45837
|
+
|
|
45838
|
+
|
|
45839
|
+
/**
|
|
45840
|
+
* List of repeated fields within this message type.
|
|
45841
|
+
* @private {!Array<number>}
|
|
45842
|
+
* @const
|
|
45843
|
+
*/
|
|
45844
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.repeatedFields_ = [2];
|
|
45845
|
+
|
|
45846
|
+
|
|
45847
|
+
|
|
45848
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
45849
|
+
/**
|
|
45850
|
+
* Creates an object representation of this proto.
|
|
45851
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
45852
|
+
* Optional fields that are not set will be set to undefined.
|
|
45853
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
45854
|
+
* For the list of reserved names please see:
|
|
45855
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
45856
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
45857
|
+
* JSPB instance for transitional soy proto support:
|
|
45858
|
+
* http://goto/soy-param-migration
|
|
45859
|
+
* @return {!Object}
|
|
45860
|
+
*/
|
|
45861
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.toObject = function(opt_includeInstance) {
|
|
45862
|
+
return proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.toObject(opt_includeInstance, this);
|
|
45863
|
+
};
|
|
45864
|
+
|
|
45865
|
+
|
|
45866
|
+
/**
|
|
45867
|
+
* Static version of the {@see toObject} method.
|
|
45868
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
45869
|
+
* the JSPB instance for transitional soy proto support:
|
|
45870
|
+
* http://goto/soy-param-migration
|
|
45871
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive} msg The msg instance to transform.
|
|
45872
|
+
* @return {!Object}
|
|
45873
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
45874
|
+
*/
|
|
45875
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.toObject = function(includeInstance, msg) {
|
|
45876
|
+
var f, obj = {
|
|
45877
|
+
availability: (f = msg.getAvailability()) && proto.com.lansweeper.dp.outbound.v1.MappedValue.toObject(includeInstance, f),
|
|
45878
|
+
capabilitiesList: jspb.Message.toObjectList(msg.getCapabilitiesList(),
|
|
45879
|
+
proto.com.lansweeper.dp.outbound.v1.MappedValue.toObject, includeInstance),
|
|
45880
|
+
caption: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
45881
|
+
compression: jspb.Message.getBooleanFieldWithDefault(msg, 4, false),
|
|
45882
|
+
defaultBlockSize: jspb.Message.getFieldWithDefault(msg, 5, 0),
|
|
45883
|
+
deviceId: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
45884
|
+
manufacturer: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
45885
|
+
maxBlockSize: jspb.Message.getFieldWithDefault(msg, 8, 0),
|
|
45886
|
+
maxMediaSize: jspb.Message.getFieldWithDefault(msg, 9, 0),
|
|
45887
|
+
maxPartitionCount: jspb.Message.getFieldWithDefault(msg, 10, 0),
|
|
45888
|
+
mediaType: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
45889
|
+
minBlockSize: jspb.Message.getFieldWithDefault(msg, 12, 0),
|
|
45890
|
+
needsCleaning: jspb.Message.getBooleanFieldWithDefault(msg, 13, false),
|
|
45891
|
+
numberOfMediaSupported: jspb.Message.getFieldWithDefault(msg, 14, 0),
|
|
45892
|
+
padding: jspb.Message.getFieldWithDefault(msg, 15, 0)
|
|
45893
|
+
};
|
|
45894
|
+
|
|
45895
|
+
if (includeInstance) {
|
|
45896
|
+
obj.$jspbMessageInstance = msg;
|
|
45897
|
+
}
|
|
45898
|
+
return obj;
|
|
45899
|
+
};
|
|
45900
|
+
}
|
|
45901
|
+
|
|
45902
|
+
|
|
45903
|
+
/**
|
|
45904
|
+
* Deserializes binary data (in protobuf wire format).
|
|
45905
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
45906
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive}
|
|
45907
|
+
*/
|
|
45908
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.deserializeBinary = function(bytes) {
|
|
45909
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
45910
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive;
|
|
45911
|
+
return proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.deserializeBinaryFromReader(msg, reader);
|
|
45912
|
+
};
|
|
45913
|
+
|
|
45914
|
+
|
|
45915
|
+
/**
|
|
45916
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
45917
|
+
* given reader into the given message object.
|
|
45918
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive} msg The message object to deserialize into.
|
|
45919
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
45920
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive}
|
|
45921
|
+
*/
|
|
45922
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.deserializeBinaryFromReader = function(msg, reader) {
|
|
45923
|
+
while (reader.nextField()) {
|
|
45924
|
+
if (reader.isEndGroup()) {
|
|
45925
|
+
break;
|
|
45926
|
+
}
|
|
45927
|
+
var field = reader.getFieldNumber();
|
|
45928
|
+
switch (field) {
|
|
45929
|
+
case 1:
|
|
45930
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.MappedValue;
|
|
45931
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.MappedValue.deserializeBinaryFromReader);
|
|
45932
|
+
msg.setAvailability(value);
|
|
45933
|
+
break;
|
|
45934
|
+
case 2:
|
|
45935
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.MappedValue;
|
|
45936
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.MappedValue.deserializeBinaryFromReader);
|
|
45937
|
+
msg.addCapabilities(value);
|
|
45938
|
+
break;
|
|
45939
|
+
case 3:
|
|
45940
|
+
var value = /** @type {string} */ (reader.readString());
|
|
45941
|
+
msg.setCaption(value);
|
|
45942
|
+
break;
|
|
45943
|
+
case 4:
|
|
45944
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
45945
|
+
msg.setCompression(value);
|
|
45946
|
+
break;
|
|
45947
|
+
case 5:
|
|
45948
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
45949
|
+
msg.setDefaultBlockSize(value);
|
|
45950
|
+
break;
|
|
45951
|
+
case 6:
|
|
45952
|
+
var value = /** @type {string} */ (reader.readString());
|
|
45953
|
+
msg.setDeviceId(value);
|
|
45954
|
+
break;
|
|
45955
|
+
case 7:
|
|
45956
|
+
var value = /** @type {string} */ (reader.readString());
|
|
45957
|
+
msg.setManufacturer(value);
|
|
45958
|
+
break;
|
|
45959
|
+
case 8:
|
|
45960
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
45961
|
+
msg.setMaxBlockSize(value);
|
|
45962
|
+
break;
|
|
45963
|
+
case 9:
|
|
45964
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
45965
|
+
msg.setMaxMediaSize(value);
|
|
45966
|
+
break;
|
|
45967
|
+
case 10:
|
|
45968
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
45969
|
+
msg.setMaxPartitionCount(value);
|
|
45970
|
+
break;
|
|
45971
|
+
case 11:
|
|
45972
|
+
var value = /** @type {string} */ (reader.readString());
|
|
45973
|
+
msg.setMediaType(value);
|
|
45974
|
+
break;
|
|
45975
|
+
case 12:
|
|
45976
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
45977
|
+
msg.setMinBlockSize(value);
|
|
45978
|
+
break;
|
|
45979
|
+
case 13:
|
|
45980
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
45981
|
+
msg.setNeedsCleaning(value);
|
|
45982
|
+
break;
|
|
45983
|
+
case 14:
|
|
45984
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
45985
|
+
msg.setNumberOfMediaSupported(value);
|
|
45986
|
+
break;
|
|
45987
|
+
case 15:
|
|
45988
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
45989
|
+
msg.setPadding(value);
|
|
45990
|
+
break;
|
|
45991
|
+
default:
|
|
45992
|
+
reader.skipField();
|
|
45993
|
+
break;
|
|
45994
|
+
}
|
|
45995
|
+
}
|
|
45996
|
+
return msg;
|
|
45997
|
+
};
|
|
45998
|
+
|
|
45999
|
+
|
|
46000
|
+
/**
|
|
46001
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
46002
|
+
* @return {!Uint8Array}
|
|
46003
|
+
*/
|
|
46004
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.serializeBinary = function() {
|
|
46005
|
+
var writer = new jspb.BinaryWriter();
|
|
46006
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.serializeBinaryToWriter(this, writer);
|
|
46007
|
+
return writer.getResultBuffer();
|
|
46008
|
+
};
|
|
46009
|
+
|
|
46010
|
+
|
|
46011
|
+
/**
|
|
46012
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
46013
|
+
* format), writing to the given BinaryWriter.
|
|
46014
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive} message
|
|
46015
|
+
* @param {!jspb.BinaryWriter} writer
|
|
46016
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
46017
|
+
*/
|
|
46018
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.serializeBinaryToWriter = function(message, writer) {
|
|
46019
|
+
var f = undefined;
|
|
46020
|
+
f = message.getAvailability();
|
|
46021
|
+
if (f != null) {
|
|
46022
|
+
writer.writeMessage(
|
|
46023
|
+
1,
|
|
46024
|
+
f,
|
|
46025
|
+
proto.com.lansweeper.dp.outbound.v1.MappedValue.serializeBinaryToWriter
|
|
46026
|
+
);
|
|
46027
|
+
}
|
|
46028
|
+
f = message.getCapabilitiesList();
|
|
46029
|
+
if (f.length > 0) {
|
|
46030
|
+
writer.writeRepeatedMessage(
|
|
46031
|
+
2,
|
|
46032
|
+
f,
|
|
46033
|
+
proto.com.lansweeper.dp.outbound.v1.MappedValue.serializeBinaryToWriter
|
|
46034
|
+
);
|
|
46035
|
+
}
|
|
46036
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 3));
|
|
46037
|
+
if (f != null) {
|
|
46038
|
+
writer.writeString(
|
|
46039
|
+
3,
|
|
46040
|
+
f
|
|
46041
|
+
);
|
|
46042
|
+
}
|
|
46043
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 4));
|
|
46044
|
+
if (f != null) {
|
|
46045
|
+
writer.writeBool(
|
|
46046
|
+
4,
|
|
46047
|
+
f
|
|
46048
|
+
);
|
|
46049
|
+
}
|
|
46050
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 5));
|
|
46051
|
+
if (f != null) {
|
|
46052
|
+
writer.writeInt64(
|
|
46053
|
+
5,
|
|
46054
|
+
f
|
|
46055
|
+
);
|
|
46056
|
+
}
|
|
46057
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 6));
|
|
46058
|
+
if (f != null) {
|
|
46059
|
+
writer.writeString(
|
|
46060
|
+
6,
|
|
46061
|
+
f
|
|
46062
|
+
);
|
|
46063
|
+
}
|
|
46064
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 7));
|
|
46065
|
+
if (f != null) {
|
|
46066
|
+
writer.writeString(
|
|
46067
|
+
7,
|
|
46068
|
+
f
|
|
46069
|
+
);
|
|
46070
|
+
}
|
|
46071
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 8));
|
|
46072
|
+
if (f != null) {
|
|
46073
|
+
writer.writeInt64(
|
|
46074
|
+
8,
|
|
46075
|
+
f
|
|
46076
|
+
);
|
|
46077
|
+
}
|
|
46078
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 9));
|
|
46079
|
+
if (f != null) {
|
|
46080
|
+
writer.writeInt64(
|
|
46081
|
+
9,
|
|
46082
|
+
f
|
|
46083
|
+
);
|
|
46084
|
+
}
|
|
46085
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 10));
|
|
46086
|
+
if (f != null) {
|
|
46087
|
+
writer.writeInt32(
|
|
46088
|
+
10,
|
|
46089
|
+
f
|
|
46090
|
+
);
|
|
46091
|
+
}
|
|
46092
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 11));
|
|
46093
|
+
if (f != null) {
|
|
46094
|
+
writer.writeString(
|
|
46095
|
+
11,
|
|
46096
|
+
f
|
|
46097
|
+
);
|
|
46098
|
+
}
|
|
46099
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 12));
|
|
46100
|
+
if (f != null) {
|
|
46101
|
+
writer.writeInt64(
|
|
46102
|
+
12,
|
|
46103
|
+
f
|
|
46104
|
+
);
|
|
46105
|
+
}
|
|
46106
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 13));
|
|
46107
|
+
if (f != null) {
|
|
46108
|
+
writer.writeBool(
|
|
46109
|
+
13,
|
|
46110
|
+
f
|
|
46111
|
+
);
|
|
46112
|
+
}
|
|
46113
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 14));
|
|
46114
|
+
if (f != null) {
|
|
46115
|
+
writer.writeInt32(
|
|
46116
|
+
14,
|
|
46117
|
+
f
|
|
46118
|
+
);
|
|
46119
|
+
}
|
|
46120
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 15));
|
|
46121
|
+
if (f != null) {
|
|
46122
|
+
writer.writeInt32(
|
|
46123
|
+
15,
|
|
46124
|
+
f
|
|
46125
|
+
);
|
|
46126
|
+
}
|
|
46127
|
+
};
|
|
46128
|
+
|
|
46129
|
+
|
|
46130
|
+
/**
|
|
46131
|
+
* optional MappedValue availability = 1;
|
|
46132
|
+
* @return {?proto.com.lansweeper.dp.outbound.v1.MappedValue}
|
|
46133
|
+
*/
|
|
46134
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.getAvailability = function() {
|
|
46135
|
+
return /** @type{?proto.com.lansweeper.dp.outbound.v1.MappedValue} */ (
|
|
46136
|
+
jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MappedValue, 1));
|
|
46137
|
+
};
|
|
46138
|
+
|
|
46139
|
+
|
|
46140
|
+
/**
|
|
46141
|
+
* @param {?proto.com.lansweeper.dp.outbound.v1.MappedValue|undefined} value
|
|
46142
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive} returns this
|
|
46143
|
+
*/
|
|
46144
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.setAvailability = function(value) {
|
|
46145
|
+
return jspb.Message.setWrapperField(this, 1, value);
|
|
46146
|
+
};
|
|
46147
|
+
|
|
46148
|
+
|
|
46149
|
+
/**
|
|
46150
|
+
* Clears the message field making it undefined.
|
|
46151
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive} returns this
|
|
46152
|
+
*/
|
|
46153
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.clearAvailability = function() {
|
|
46154
|
+
return this.setAvailability(undefined);
|
|
46155
|
+
};
|
|
46156
|
+
|
|
46157
|
+
|
|
46158
|
+
/**
|
|
46159
|
+
* Returns whether this field is set.
|
|
46160
|
+
* @return {boolean}
|
|
46161
|
+
*/
|
|
46162
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.hasAvailability = function() {
|
|
46163
|
+
return jspb.Message.getField(this, 1) != null;
|
|
46164
|
+
};
|
|
46165
|
+
|
|
46166
|
+
|
|
46167
|
+
/**
|
|
46168
|
+
* repeated MappedValue capabilities = 2;
|
|
46169
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.MappedValue>}
|
|
46170
|
+
*/
|
|
46171
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.getCapabilitiesList = function() {
|
|
46172
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.MappedValue>} */ (
|
|
46173
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MappedValue, 2));
|
|
46174
|
+
};
|
|
46175
|
+
|
|
46176
|
+
|
|
46177
|
+
/**
|
|
46178
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.MappedValue>} value
|
|
46179
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive} returns this
|
|
46180
|
+
*/
|
|
46181
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.setCapabilitiesList = function(value) {
|
|
46182
|
+
return jspb.Message.setRepeatedWrapperField(this, 2, value);
|
|
46183
|
+
};
|
|
46184
|
+
|
|
46185
|
+
|
|
46186
|
+
/**
|
|
46187
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.MappedValue=} opt_value
|
|
46188
|
+
* @param {number=} opt_index
|
|
46189
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MappedValue}
|
|
46190
|
+
*/
|
|
46191
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.addCapabilities = function(opt_value, opt_index) {
|
|
46192
|
+
return jspb.Message.addToRepeatedWrapperField(this, 2, opt_value, proto.com.lansweeper.dp.outbound.v1.MappedValue, opt_index);
|
|
46193
|
+
};
|
|
46194
|
+
|
|
46195
|
+
|
|
46196
|
+
/**
|
|
46197
|
+
* Clears the list making it empty but non-null.
|
|
46198
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive} returns this
|
|
46199
|
+
*/
|
|
46200
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.clearCapabilitiesList = function() {
|
|
46201
|
+
return this.setCapabilitiesList([]);
|
|
46202
|
+
};
|
|
46203
|
+
|
|
46204
|
+
|
|
46205
|
+
/**
|
|
46206
|
+
* optional string caption = 3;
|
|
46207
|
+
* @return {string}
|
|
46208
|
+
*/
|
|
46209
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.getCaption = function() {
|
|
46210
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
46211
|
+
};
|
|
46212
|
+
|
|
46213
|
+
|
|
46214
|
+
/**
|
|
46215
|
+
* @param {string} value
|
|
46216
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive} returns this
|
|
46217
|
+
*/
|
|
46218
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.setCaption = function(value) {
|
|
46219
|
+
return jspb.Message.setField(this, 3, value);
|
|
46220
|
+
};
|
|
46221
|
+
|
|
46222
|
+
|
|
46223
|
+
/**
|
|
46224
|
+
* Clears the field making it undefined.
|
|
46225
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive} returns this
|
|
46226
|
+
*/
|
|
46227
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.clearCaption = function() {
|
|
46228
|
+
return jspb.Message.setField(this, 3, undefined);
|
|
46229
|
+
};
|
|
46230
|
+
|
|
46231
|
+
|
|
46232
|
+
/**
|
|
46233
|
+
* Returns whether this field is set.
|
|
46234
|
+
* @return {boolean}
|
|
46235
|
+
*/
|
|
46236
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.hasCaption = function() {
|
|
46237
|
+
return jspb.Message.getField(this, 3) != null;
|
|
46238
|
+
};
|
|
46239
|
+
|
|
46240
|
+
|
|
46241
|
+
/**
|
|
46242
|
+
* optional bool compression = 4;
|
|
46243
|
+
* @return {boolean}
|
|
46244
|
+
*/
|
|
46245
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.getCompression = function() {
|
|
46246
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 4, false));
|
|
46247
|
+
};
|
|
46248
|
+
|
|
46249
|
+
|
|
46250
|
+
/**
|
|
46251
|
+
* @param {boolean} value
|
|
46252
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive} returns this
|
|
46253
|
+
*/
|
|
46254
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.setCompression = function(value) {
|
|
46255
|
+
return jspb.Message.setField(this, 4, value);
|
|
46256
|
+
};
|
|
46257
|
+
|
|
46258
|
+
|
|
46259
|
+
/**
|
|
46260
|
+
* Clears the field making it undefined.
|
|
46261
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive} returns this
|
|
46262
|
+
*/
|
|
46263
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.clearCompression = function() {
|
|
46264
|
+
return jspb.Message.setField(this, 4, undefined);
|
|
46265
|
+
};
|
|
46266
|
+
|
|
46267
|
+
|
|
46268
|
+
/**
|
|
46269
|
+
* Returns whether this field is set.
|
|
46270
|
+
* @return {boolean}
|
|
46271
|
+
*/
|
|
46272
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.hasCompression = function() {
|
|
46273
|
+
return jspb.Message.getField(this, 4) != null;
|
|
46274
|
+
};
|
|
46275
|
+
|
|
46276
|
+
|
|
46277
|
+
/**
|
|
46278
|
+
* optional int64 default_block_size = 5;
|
|
46279
|
+
* @return {number}
|
|
46280
|
+
*/
|
|
46281
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.getDefaultBlockSize = function() {
|
|
46282
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 5, 0));
|
|
46283
|
+
};
|
|
46284
|
+
|
|
46285
|
+
|
|
46286
|
+
/**
|
|
46287
|
+
* @param {number} value
|
|
46288
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive} returns this
|
|
46289
|
+
*/
|
|
46290
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.setDefaultBlockSize = function(value) {
|
|
46291
|
+
return jspb.Message.setField(this, 5, value);
|
|
46292
|
+
};
|
|
46293
|
+
|
|
46294
|
+
|
|
46295
|
+
/**
|
|
46296
|
+
* Clears the field making it undefined.
|
|
46297
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive} returns this
|
|
46298
|
+
*/
|
|
46299
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.clearDefaultBlockSize = function() {
|
|
46300
|
+
return jspb.Message.setField(this, 5, undefined);
|
|
46301
|
+
};
|
|
46302
|
+
|
|
46303
|
+
|
|
46304
|
+
/**
|
|
46305
|
+
* Returns whether this field is set.
|
|
46306
|
+
* @return {boolean}
|
|
46307
|
+
*/
|
|
46308
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.hasDefaultBlockSize = function() {
|
|
46309
|
+
return jspb.Message.getField(this, 5) != null;
|
|
46310
|
+
};
|
|
46311
|
+
|
|
46312
|
+
|
|
46313
|
+
/**
|
|
46314
|
+
* optional string device_id = 6;
|
|
46315
|
+
* @return {string}
|
|
46316
|
+
*/
|
|
46317
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.getDeviceId = function() {
|
|
46318
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
|
|
46319
|
+
};
|
|
46320
|
+
|
|
46321
|
+
|
|
46322
|
+
/**
|
|
46323
|
+
* @param {string} value
|
|
46324
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive} returns this
|
|
46325
|
+
*/
|
|
46326
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.setDeviceId = function(value) {
|
|
46327
|
+
return jspb.Message.setField(this, 6, value);
|
|
46328
|
+
};
|
|
46329
|
+
|
|
46330
|
+
|
|
46331
|
+
/**
|
|
46332
|
+
* Clears the field making it undefined.
|
|
46333
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive} returns this
|
|
46334
|
+
*/
|
|
46335
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.clearDeviceId = function() {
|
|
46336
|
+
return jspb.Message.setField(this, 6, undefined);
|
|
46337
|
+
};
|
|
46338
|
+
|
|
46339
|
+
|
|
46340
|
+
/**
|
|
46341
|
+
* Returns whether this field is set.
|
|
46342
|
+
* @return {boolean}
|
|
46343
|
+
*/
|
|
46344
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.hasDeviceId = function() {
|
|
46345
|
+
return jspb.Message.getField(this, 6) != null;
|
|
46346
|
+
};
|
|
46347
|
+
|
|
46348
|
+
|
|
46349
|
+
/**
|
|
46350
|
+
* optional string manufacturer = 7;
|
|
46351
|
+
* @return {string}
|
|
46352
|
+
*/
|
|
46353
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.getManufacturer = function() {
|
|
46354
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
|
|
46355
|
+
};
|
|
46356
|
+
|
|
46357
|
+
|
|
46358
|
+
/**
|
|
46359
|
+
* @param {string} value
|
|
46360
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive} returns this
|
|
46361
|
+
*/
|
|
46362
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.setManufacturer = function(value) {
|
|
46363
|
+
return jspb.Message.setField(this, 7, value);
|
|
46364
|
+
};
|
|
46365
|
+
|
|
46366
|
+
|
|
46367
|
+
/**
|
|
46368
|
+
* Clears the field making it undefined.
|
|
46369
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive} returns this
|
|
46370
|
+
*/
|
|
46371
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.clearManufacturer = function() {
|
|
46372
|
+
return jspb.Message.setField(this, 7, undefined);
|
|
46373
|
+
};
|
|
46374
|
+
|
|
46375
|
+
|
|
46376
|
+
/**
|
|
46377
|
+
* Returns whether this field is set.
|
|
46378
|
+
* @return {boolean}
|
|
46379
|
+
*/
|
|
46380
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.hasManufacturer = function() {
|
|
46381
|
+
return jspb.Message.getField(this, 7) != null;
|
|
46382
|
+
};
|
|
46383
|
+
|
|
46384
|
+
|
|
46385
|
+
/**
|
|
46386
|
+
* optional int64 max_block_size = 8;
|
|
46387
|
+
* @return {number}
|
|
46388
|
+
*/
|
|
46389
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.getMaxBlockSize = function() {
|
|
46390
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 8, 0));
|
|
46391
|
+
};
|
|
46392
|
+
|
|
46393
|
+
|
|
46394
|
+
/**
|
|
46395
|
+
* @param {number} value
|
|
46396
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive} returns this
|
|
46397
|
+
*/
|
|
46398
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.setMaxBlockSize = function(value) {
|
|
46399
|
+
return jspb.Message.setField(this, 8, value);
|
|
46400
|
+
};
|
|
46401
|
+
|
|
46402
|
+
|
|
46403
|
+
/**
|
|
46404
|
+
* Clears the field making it undefined.
|
|
46405
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive} returns this
|
|
46406
|
+
*/
|
|
46407
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.clearMaxBlockSize = function() {
|
|
46408
|
+
return jspb.Message.setField(this, 8, undefined);
|
|
46409
|
+
};
|
|
46410
|
+
|
|
46411
|
+
|
|
46412
|
+
/**
|
|
46413
|
+
* Returns whether this field is set.
|
|
46414
|
+
* @return {boolean}
|
|
46415
|
+
*/
|
|
46416
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.hasMaxBlockSize = function() {
|
|
46417
|
+
return jspb.Message.getField(this, 8) != null;
|
|
46418
|
+
};
|
|
46419
|
+
|
|
46420
|
+
|
|
46421
|
+
/**
|
|
46422
|
+
* optional int64 max_media_size = 9;
|
|
46423
|
+
* @return {number}
|
|
46424
|
+
*/
|
|
46425
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.getMaxMediaSize = function() {
|
|
46426
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 9, 0));
|
|
46427
|
+
};
|
|
46428
|
+
|
|
46429
|
+
|
|
46430
|
+
/**
|
|
46431
|
+
* @param {number} value
|
|
46432
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive} returns this
|
|
46433
|
+
*/
|
|
46434
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.setMaxMediaSize = function(value) {
|
|
46435
|
+
return jspb.Message.setField(this, 9, value);
|
|
46436
|
+
};
|
|
46437
|
+
|
|
46438
|
+
|
|
46439
|
+
/**
|
|
46440
|
+
* Clears the field making it undefined.
|
|
46441
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive} returns this
|
|
46442
|
+
*/
|
|
46443
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.clearMaxMediaSize = function() {
|
|
46444
|
+
return jspb.Message.setField(this, 9, undefined);
|
|
46445
|
+
};
|
|
46446
|
+
|
|
46447
|
+
|
|
46448
|
+
/**
|
|
46449
|
+
* Returns whether this field is set.
|
|
46450
|
+
* @return {boolean}
|
|
46451
|
+
*/
|
|
46452
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.hasMaxMediaSize = function() {
|
|
46453
|
+
return jspb.Message.getField(this, 9) != null;
|
|
46454
|
+
};
|
|
46455
|
+
|
|
46456
|
+
|
|
46457
|
+
/**
|
|
46458
|
+
* optional int32 max_partition_count = 10;
|
|
46459
|
+
* @return {number}
|
|
46460
|
+
*/
|
|
46461
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.getMaxPartitionCount = function() {
|
|
46462
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 10, 0));
|
|
46463
|
+
};
|
|
46464
|
+
|
|
46465
|
+
|
|
46466
|
+
/**
|
|
46467
|
+
* @param {number} value
|
|
46468
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive} returns this
|
|
46469
|
+
*/
|
|
46470
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.setMaxPartitionCount = function(value) {
|
|
46471
|
+
return jspb.Message.setField(this, 10, value);
|
|
46472
|
+
};
|
|
46473
|
+
|
|
46474
|
+
|
|
46475
|
+
/**
|
|
46476
|
+
* Clears the field making it undefined.
|
|
46477
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive} returns this
|
|
46478
|
+
*/
|
|
46479
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.clearMaxPartitionCount = function() {
|
|
46480
|
+
return jspb.Message.setField(this, 10, undefined);
|
|
46481
|
+
};
|
|
46482
|
+
|
|
46483
|
+
|
|
46484
|
+
/**
|
|
46485
|
+
* Returns whether this field is set.
|
|
46486
|
+
* @return {boolean}
|
|
46487
|
+
*/
|
|
46488
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.hasMaxPartitionCount = function() {
|
|
46489
|
+
return jspb.Message.getField(this, 10) != null;
|
|
46490
|
+
};
|
|
46491
|
+
|
|
46492
|
+
|
|
46493
|
+
/**
|
|
46494
|
+
* optional string media_type = 11;
|
|
46495
|
+
* @return {string}
|
|
46496
|
+
*/
|
|
46497
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.getMediaType = function() {
|
|
46498
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
|
|
46499
|
+
};
|
|
46500
|
+
|
|
46501
|
+
|
|
46502
|
+
/**
|
|
46503
|
+
* @param {string} value
|
|
46504
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive} returns this
|
|
46505
|
+
*/
|
|
46506
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.setMediaType = function(value) {
|
|
46507
|
+
return jspb.Message.setField(this, 11, value);
|
|
46508
|
+
};
|
|
46509
|
+
|
|
46510
|
+
|
|
46511
|
+
/**
|
|
46512
|
+
* Clears the field making it undefined.
|
|
46513
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive} returns this
|
|
46514
|
+
*/
|
|
46515
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.clearMediaType = function() {
|
|
46516
|
+
return jspb.Message.setField(this, 11, undefined);
|
|
46517
|
+
};
|
|
46518
|
+
|
|
46519
|
+
|
|
46520
|
+
/**
|
|
46521
|
+
* Returns whether this field is set.
|
|
46522
|
+
* @return {boolean}
|
|
46523
|
+
*/
|
|
46524
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.hasMediaType = function() {
|
|
46525
|
+
return jspb.Message.getField(this, 11) != null;
|
|
46526
|
+
};
|
|
46527
|
+
|
|
46528
|
+
|
|
46529
|
+
/**
|
|
46530
|
+
* optional int64 min_block_size = 12;
|
|
46531
|
+
* @return {number}
|
|
46532
|
+
*/
|
|
46533
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.getMinBlockSize = function() {
|
|
46534
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 12, 0));
|
|
46535
|
+
};
|
|
46536
|
+
|
|
46537
|
+
|
|
46538
|
+
/**
|
|
46539
|
+
* @param {number} value
|
|
46540
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive} returns this
|
|
46541
|
+
*/
|
|
46542
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.setMinBlockSize = function(value) {
|
|
46543
|
+
return jspb.Message.setField(this, 12, value);
|
|
46544
|
+
};
|
|
46545
|
+
|
|
46546
|
+
|
|
46547
|
+
/**
|
|
46548
|
+
* Clears the field making it undefined.
|
|
46549
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive} returns this
|
|
46550
|
+
*/
|
|
46551
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.clearMinBlockSize = function() {
|
|
46552
|
+
return jspb.Message.setField(this, 12, undefined);
|
|
46553
|
+
};
|
|
46554
|
+
|
|
46555
|
+
|
|
46556
|
+
/**
|
|
46557
|
+
* Returns whether this field is set.
|
|
46558
|
+
* @return {boolean}
|
|
46559
|
+
*/
|
|
46560
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.hasMinBlockSize = function() {
|
|
46561
|
+
return jspb.Message.getField(this, 12) != null;
|
|
46562
|
+
};
|
|
46563
|
+
|
|
46564
|
+
|
|
46565
|
+
/**
|
|
46566
|
+
* optional bool needs_cleaning = 13;
|
|
46567
|
+
* @return {boolean}
|
|
46568
|
+
*/
|
|
46569
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.getNeedsCleaning = function() {
|
|
46570
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 13, false));
|
|
46571
|
+
};
|
|
46572
|
+
|
|
46573
|
+
|
|
46574
|
+
/**
|
|
46575
|
+
* @param {boolean} value
|
|
46576
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive} returns this
|
|
46577
|
+
*/
|
|
46578
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.setNeedsCleaning = function(value) {
|
|
46579
|
+
return jspb.Message.setField(this, 13, value);
|
|
46580
|
+
};
|
|
46581
|
+
|
|
46582
|
+
|
|
46583
|
+
/**
|
|
46584
|
+
* Clears the field making it undefined.
|
|
46585
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive} returns this
|
|
46586
|
+
*/
|
|
46587
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.clearNeedsCleaning = function() {
|
|
46588
|
+
return jspb.Message.setField(this, 13, undefined);
|
|
46589
|
+
};
|
|
46590
|
+
|
|
46591
|
+
|
|
46592
|
+
/**
|
|
46593
|
+
* Returns whether this field is set.
|
|
46594
|
+
* @return {boolean}
|
|
46595
|
+
*/
|
|
46596
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.hasNeedsCleaning = function() {
|
|
46597
|
+
return jspb.Message.getField(this, 13) != null;
|
|
46598
|
+
};
|
|
46599
|
+
|
|
46600
|
+
|
|
46601
|
+
/**
|
|
46602
|
+
* optional int32 number_of_media_supported = 14;
|
|
46603
|
+
* @return {number}
|
|
46604
|
+
*/
|
|
46605
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.getNumberOfMediaSupported = function() {
|
|
46606
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 14, 0));
|
|
46607
|
+
};
|
|
46608
|
+
|
|
46609
|
+
|
|
46610
|
+
/**
|
|
46611
|
+
* @param {number} value
|
|
46612
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive} returns this
|
|
46613
|
+
*/
|
|
46614
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.setNumberOfMediaSupported = function(value) {
|
|
46615
|
+
return jspb.Message.setField(this, 14, value);
|
|
46616
|
+
};
|
|
46617
|
+
|
|
46618
|
+
|
|
46619
|
+
/**
|
|
46620
|
+
* Clears the field making it undefined.
|
|
46621
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive} returns this
|
|
46622
|
+
*/
|
|
46623
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.clearNumberOfMediaSupported = function() {
|
|
46624
|
+
return jspb.Message.setField(this, 14, undefined);
|
|
46625
|
+
};
|
|
46626
|
+
|
|
46627
|
+
|
|
46628
|
+
/**
|
|
46629
|
+
* Returns whether this field is set.
|
|
46630
|
+
* @return {boolean}
|
|
46631
|
+
*/
|
|
46632
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.hasNumberOfMediaSupported = function() {
|
|
46633
|
+
return jspb.Message.getField(this, 14) != null;
|
|
46634
|
+
};
|
|
46635
|
+
|
|
46636
|
+
|
|
46637
|
+
/**
|
|
46638
|
+
* optional int32 padding = 15;
|
|
46639
|
+
* @return {number}
|
|
46640
|
+
*/
|
|
46641
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.getPadding = function() {
|
|
46642
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 15, 0));
|
|
46643
|
+
};
|
|
46644
|
+
|
|
46645
|
+
|
|
46646
|
+
/**
|
|
46647
|
+
* @param {number} value
|
|
46648
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive} returns this
|
|
46649
|
+
*/
|
|
46650
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.setPadding = function(value) {
|
|
46651
|
+
return jspb.Message.setField(this, 15, value);
|
|
46652
|
+
};
|
|
46653
|
+
|
|
46654
|
+
|
|
46655
|
+
/**
|
|
46656
|
+
* Clears the field making it undefined.
|
|
46657
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive} returns this
|
|
46658
|
+
*/
|
|
46659
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.clearPadding = function() {
|
|
46660
|
+
return jspb.Message.setField(this, 15, undefined);
|
|
46661
|
+
};
|
|
46662
|
+
|
|
46663
|
+
|
|
46664
|
+
/**
|
|
46665
|
+
* Returns whether this field is set.
|
|
46666
|
+
* @return {boolean}
|
|
46667
|
+
*/
|
|
46668
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.hasPadding = function() {
|
|
46669
|
+
return jspb.Message.getField(this, 15) != null;
|
|
46670
|
+
};
|
|
46671
|
+
|
|
46672
|
+
|
|
46673
|
+
|
|
46674
|
+
|
|
46675
|
+
|
|
44016
46676
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
44017
46677
|
/**
|
|
44018
46678
|
* Creates an object representation of this proto.
|