@lansweeper/discovery-sensor-proto 2.76.2 → 2.77.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -30,6 +30,7 @@ goog.exportSymbol('proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryD
30
30
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryGroup', null, global);
31
31
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject', null, global);
32
32
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject.ObjectCase', null, global);
33
+ goog.exportSymbol('proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter', null, global);
33
34
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryScanResult', null, global);
34
35
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryUser', null, global);
35
36
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.api.v1.AirWatchApplication', null, global);
@@ -200,6 +201,27 @@ if (goog.DEBUG && !COMPILED) {
200
201
  */
201
202
  proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.displayName = 'proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer';
202
203
  }
204
+ /**
205
+ * Generated by JsPbCodeGenerator.
206
+ * @param {Array=} opt_data Optional initial data array, typically from a
207
+ * server response, or constructed directly in Javascript. The array is used
208
+ * in place and becomes part of the constructed object. It is not cloned.
209
+ * If no data is provided, the constructed object will be empty, but still
210
+ * valid.
211
+ * @extends {jspb.Message}
212
+ * @constructor
213
+ */
214
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter = function(opt_data) {
215
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
216
+ };
217
+ goog.inherits(proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter, jspb.Message);
218
+ if (goog.DEBUG && !COMPILED) {
219
+ /**
220
+ * @public
221
+ * @override
222
+ */
223
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.displayName = 'proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter';
224
+ }
203
225
  /**
204
226
  * Generated by JsPbCodeGenerator.
205
227
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -1167,7 +1189,7 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryScanResult.prototype
1167
1189
  * @private {!Array<!Array<number>>}
1168
1190
  * @const
1169
1191
  */
1170
- proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject.oneofGroups_ = [[10,11,12,13]];
1192
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject.oneofGroups_ = [[10,11,12,13,14]];
1171
1193
 
1172
1194
  /**
1173
1195
  * @enum {number}
@@ -1177,7 +1199,8 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject.ObjectCase =
1177
1199
  DOMAIN: 10,
1178
1200
  USER: 11,
1179
1201
  GROUP: 12,
1180
- COMPUTER: 13
1202
+ COMPUTER: 13,
1203
+ PRINTER: 14
1181
1204
  };
1182
1205
 
1183
1206
  /**
@@ -1229,7 +1252,8 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject.toObject = fu
1229
1252
  domain: (f = msg.getDomain()) && proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryDomain.toObject(includeInstance, f),
1230
1253
  user: (f = msg.getUser()) && proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryUser.toObject(includeInstance, f),
1231
1254
  group: (f = msg.getGroup()) && proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryGroup.toObject(includeInstance, f),
1232
- computer: (f = msg.getComputer()) && proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.toObject(includeInstance, f)
1255
+ computer: (f = msg.getComputer()) && proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.toObject(includeInstance, f),
1256
+ printer: (f = msg.getPrinter()) && proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.toObject(includeInstance, f)
1233
1257
  };
1234
1258
 
1235
1259
  if (includeInstance) {
@@ -1322,6 +1346,11 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject.deserializeBi
1322
1346
  reader.readMessage(value,proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.deserializeBinaryFromReader);
1323
1347
  msg.setComputer(value);
1324
1348
  break;
1349
+ case 14:
1350
+ var value = new proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter;
1351
+ reader.readMessage(value,proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.deserializeBinaryFromReader);
1352
+ msg.setPrinter(value);
1353
+ break;
1325
1354
  default:
1326
1355
  reader.skipField();
1327
1356
  break;
@@ -1443,6 +1472,14 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject.serializeBina
1443
1472
  proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.serializeBinaryToWriter
1444
1473
  );
1445
1474
  }
1475
+ f = message.getPrinter();
1476
+ if (f != null) {
1477
+ writer.writeMessage(
1478
+ 14,
1479
+ f,
1480
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.serializeBinaryToWriter
1481
+ );
1482
+ }
1446
1483
  };
1447
1484
 
1448
1485
 
@@ -1814,6 +1851,43 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject.prototype.has
1814
1851
  };
1815
1852
 
1816
1853
 
1854
+ /**
1855
+ * optional ActiveDirectoryPrinter printer = 14;
1856
+ * @return {?proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter}
1857
+ */
1858
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject.prototype.getPrinter = function() {
1859
+ return /** @type{?proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} */ (
1860
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter, 14));
1861
+ };
1862
+
1863
+
1864
+ /**
1865
+ * @param {?proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter|undefined} value
1866
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject} returns this
1867
+ */
1868
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject.prototype.setPrinter = function(value) {
1869
+ return jspb.Message.setOneofWrapperField(this, 14, proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject.oneofGroups_[0], value);
1870
+ };
1871
+
1872
+
1873
+ /**
1874
+ * Clears the message field making it undefined.
1875
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject} returns this
1876
+ */
1877
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject.prototype.clearPrinter = function() {
1878
+ return this.setPrinter(undefined);
1879
+ };
1880
+
1881
+
1882
+ /**
1883
+ * Returns whether this field is set.
1884
+ * @return {boolean}
1885
+ */
1886
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject.prototype.hasPrinter = function() {
1887
+ return jspb.Message.getField(this, 14) != null;
1888
+ };
1889
+
1890
+
1817
1891
 
1818
1892
  /**
1819
1893
  * List of repeated fields within this message type.
@@ -6517,6 +6591,2044 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.h
6517
6591
 
6518
6592
 
6519
6593
 
6594
+
6595
+
6596
+ if (jspb.Message.GENERATE_TO_OBJECT) {
6597
+ /**
6598
+ * Creates an object representation of this proto.
6599
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
6600
+ * Optional fields that are not set will be set to undefined.
6601
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
6602
+ * For the list of reserved names please see:
6603
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
6604
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
6605
+ * JSPB instance for transitional soy proto support:
6606
+ * http://goto/soy-param-migration
6607
+ * @return {!Object}
6608
+ */
6609
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.toObject = function(opt_includeInstance) {
6610
+ return proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.toObject(opt_includeInstance, this);
6611
+ };
6612
+
6613
+
6614
+ /**
6615
+ * Static version of the {@see toObject} method.
6616
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
6617
+ * the JSPB instance for transitional soy proto support:
6618
+ * http://goto/soy-param-migration
6619
+ * @param {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} msg The msg instance to transform.
6620
+ * @return {!Object}
6621
+ * @suppress {unusedLocalVariables} f is only used for nested messages
6622
+ */
6623
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.toObject = function(includeInstance, msg) {
6624
+ var f, obj = {
6625
+ description: (f = msg.getDescription()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6626
+ cn: (f = msg.getCn()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6627
+ driverVersion: (f = msg.getDriverVersion()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6628
+ serverName: (f = msg.getServerName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6629
+ dScorePropagationData: (f = msg.getDScorePropagationData()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6630
+ ntSecurityDescriptor: (f = msg.getNtSecurityDescriptor()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6631
+ printStartTime: (f = msg.getPrintStartTime()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6632
+ printBinNames: (f = msg.getPrintBinNames()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6633
+ printColor: (f = msg.getPrintColor()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6634
+ printKeepPrintedJobs: (f = msg.getPrintKeepPrintedJobs()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6635
+ printSpooling: (f = msg.getPrintSpooling()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6636
+ printDuplexSupported: (f = msg.getPrintDuplexSupported()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6637
+ printMinYExtent: (f = msg.getPrintMinYExtent()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6638
+ printMaxYExtent: (f = msg.getPrintMaxYExtent()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6639
+ printMinXExtent: (f = msg.getPrintMinXExtent()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6640
+ printMaxXExtent: (f = msg.getPrintMaxXExtent()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6641
+ printMaxResolutionSupported: (f = msg.getPrintMaxResolutionSupported()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6642
+ printPagesPerMinute: (f = msg.getPrintPagesPerMinute()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6643
+ printStaplingSupported: (f = msg.getPrintStaplingSupported()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6644
+ instanceType: (f = msg.getInstanceType()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6645
+ printCollate: (f = msg.getPrintCollate()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6646
+ printRateUnit: (f = msg.getPrintRateUnit()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6647
+ printEndTime: (f = msg.getPrintEndTime()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6648
+ portName: (f = msg.getPortName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6649
+ priority: (f = msg.getPriority()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6650
+ versionNumber: (f = msg.getVersionNumber()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6651
+ printerName: (f = msg.getPrinterName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6652
+ shortServerName: (f = msg.getShortServerName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6653
+ printMediaReady: (f = msg.getPrintMediaReady()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6654
+ printMediaSupported: (f = msg.getPrintMediaSupported()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6655
+ uncName: (f = msg.getUncName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6656
+ usnChanged: (f = msg.getUsnChanged()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6657
+ usnCreated: (f = msg.getUsnCreated()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6658
+ category: (f = msg.getCategory()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6659
+ driverName: (f = msg.getDriverName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6660
+ printOrientationsSupported: (f = msg.getPrintOrientationsSupported()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6661
+ printShareName: (f = msg.getPrintShareName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6662
+ printRate: (f = msg.getPrintRate()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
6663
+ };
6664
+
6665
+ if (includeInstance) {
6666
+ obj.$jspbMessageInstance = msg;
6667
+ }
6668
+ return obj;
6669
+ };
6670
+ }
6671
+
6672
+
6673
+ /**
6674
+ * Deserializes binary data (in protobuf wire format).
6675
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
6676
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter}
6677
+ */
6678
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.deserializeBinary = function(bytes) {
6679
+ var reader = new jspb.BinaryReader(bytes);
6680
+ var msg = new proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter;
6681
+ return proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.deserializeBinaryFromReader(msg, reader);
6682
+ };
6683
+
6684
+
6685
+ /**
6686
+ * Deserializes binary data (in protobuf wire format) from the
6687
+ * given reader into the given message object.
6688
+ * @param {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} msg The message object to deserialize into.
6689
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
6690
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter}
6691
+ */
6692
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.deserializeBinaryFromReader = function(msg, reader) {
6693
+ while (reader.nextField()) {
6694
+ if (reader.isEndGroup()) {
6695
+ break;
6696
+ }
6697
+ var field = reader.getFieldNumber();
6698
+ switch (field) {
6699
+ case 1:
6700
+ var value = new google_protobuf_wrappers_pb.StringValue;
6701
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6702
+ msg.setDescription(value);
6703
+ break;
6704
+ case 2:
6705
+ var value = new google_protobuf_wrappers_pb.StringValue;
6706
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6707
+ msg.setCn(value);
6708
+ break;
6709
+ case 3:
6710
+ var value = new google_protobuf_wrappers_pb.StringValue;
6711
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6712
+ msg.setDriverVersion(value);
6713
+ break;
6714
+ case 4:
6715
+ var value = new google_protobuf_wrappers_pb.StringValue;
6716
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6717
+ msg.setServerName(value);
6718
+ break;
6719
+ case 5:
6720
+ var value = new google_protobuf_wrappers_pb.StringValue;
6721
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6722
+ msg.setDScorePropagationData(value);
6723
+ break;
6724
+ case 6:
6725
+ var value = new google_protobuf_wrappers_pb.StringValue;
6726
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6727
+ msg.setNtSecurityDescriptor(value);
6728
+ break;
6729
+ case 7:
6730
+ var value = new google_protobuf_wrappers_pb.StringValue;
6731
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6732
+ msg.setPrintStartTime(value);
6733
+ break;
6734
+ case 8:
6735
+ var value = new google_protobuf_wrappers_pb.StringValue;
6736
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6737
+ msg.setPrintBinNames(value);
6738
+ break;
6739
+ case 9:
6740
+ var value = new google_protobuf_wrappers_pb.StringValue;
6741
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6742
+ msg.setPrintColor(value);
6743
+ break;
6744
+ case 10:
6745
+ var value = new google_protobuf_wrappers_pb.StringValue;
6746
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6747
+ msg.setPrintKeepPrintedJobs(value);
6748
+ break;
6749
+ case 11:
6750
+ var value = new google_protobuf_wrappers_pb.StringValue;
6751
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6752
+ msg.setPrintSpooling(value);
6753
+ break;
6754
+ case 12:
6755
+ var value = new google_protobuf_wrappers_pb.StringValue;
6756
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6757
+ msg.setPrintDuplexSupported(value);
6758
+ break;
6759
+ case 13:
6760
+ var value = new google_protobuf_wrappers_pb.StringValue;
6761
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6762
+ msg.setPrintMinYExtent(value);
6763
+ break;
6764
+ case 14:
6765
+ var value = new google_protobuf_wrappers_pb.StringValue;
6766
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6767
+ msg.setPrintMaxYExtent(value);
6768
+ break;
6769
+ case 15:
6770
+ var value = new google_protobuf_wrappers_pb.StringValue;
6771
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6772
+ msg.setPrintMinXExtent(value);
6773
+ break;
6774
+ case 16:
6775
+ var value = new google_protobuf_wrappers_pb.StringValue;
6776
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6777
+ msg.setPrintMaxXExtent(value);
6778
+ break;
6779
+ case 17:
6780
+ var value = new google_protobuf_wrappers_pb.StringValue;
6781
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6782
+ msg.setPrintMaxResolutionSupported(value);
6783
+ break;
6784
+ case 18:
6785
+ var value = new google_protobuf_wrappers_pb.StringValue;
6786
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6787
+ msg.setPrintPagesPerMinute(value);
6788
+ break;
6789
+ case 19:
6790
+ var value = new google_protobuf_wrappers_pb.StringValue;
6791
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6792
+ msg.setPrintStaplingSupported(value);
6793
+ break;
6794
+ case 20:
6795
+ var value = new google_protobuf_wrappers_pb.StringValue;
6796
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6797
+ msg.setInstanceType(value);
6798
+ break;
6799
+ case 21:
6800
+ var value = new google_protobuf_wrappers_pb.StringValue;
6801
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6802
+ msg.setPrintCollate(value);
6803
+ break;
6804
+ case 22:
6805
+ var value = new google_protobuf_wrappers_pb.StringValue;
6806
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6807
+ msg.setPrintRateUnit(value);
6808
+ break;
6809
+ case 23:
6810
+ var value = new google_protobuf_wrappers_pb.StringValue;
6811
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6812
+ msg.setPrintEndTime(value);
6813
+ break;
6814
+ case 24:
6815
+ var value = new google_protobuf_wrappers_pb.StringValue;
6816
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6817
+ msg.setPortName(value);
6818
+ break;
6819
+ case 25:
6820
+ var value = new google_protobuf_wrappers_pb.StringValue;
6821
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6822
+ msg.setPriority(value);
6823
+ break;
6824
+ case 26:
6825
+ var value = new google_protobuf_wrappers_pb.StringValue;
6826
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6827
+ msg.setVersionNumber(value);
6828
+ break;
6829
+ case 27:
6830
+ var value = new google_protobuf_wrappers_pb.StringValue;
6831
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6832
+ msg.setPrinterName(value);
6833
+ break;
6834
+ case 28:
6835
+ var value = new google_protobuf_wrappers_pb.StringValue;
6836
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6837
+ msg.setShortServerName(value);
6838
+ break;
6839
+ case 29:
6840
+ var value = new google_protobuf_wrappers_pb.StringValue;
6841
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6842
+ msg.setPrintMediaReady(value);
6843
+ break;
6844
+ case 30:
6845
+ var value = new google_protobuf_wrappers_pb.StringValue;
6846
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6847
+ msg.setPrintMediaSupported(value);
6848
+ break;
6849
+ case 31:
6850
+ var value = new google_protobuf_wrappers_pb.StringValue;
6851
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6852
+ msg.setUncName(value);
6853
+ break;
6854
+ case 32:
6855
+ var value = new google_protobuf_wrappers_pb.StringValue;
6856
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6857
+ msg.setUsnChanged(value);
6858
+ break;
6859
+ case 33:
6860
+ var value = new google_protobuf_wrappers_pb.StringValue;
6861
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6862
+ msg.setUsnCreated(value);
6863
+ break;
6864
+ case 34:
6865
+ var value = new google_protobuf_wrappers_pb.StringValue;
6866
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6867
+ msg.setCategory(value);
6868
+ break;
6869
+ case 35:
6870
+ var value = new google_protobuf_wrappers_pb.StringValue;
6871
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6872
+ msg.setDriverName(value);
6873
+ break;
6874
+ case 36:
6875
+ var value = new google_protobuf_wrappers_pb.StringValue;
6876
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6877
+ msg.setPrintOrientationsSupported(value);
6878
+ break;
6879
+ case 37:
6880
+ var value = new google_protobuf_wrappers_pb.StringValue;
6881
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6882
+ msg.setPrintShareName(value);
6883
+ break;
6884
+ case 38:
6885
+ var value = new google_protobuf_wrappers_pb.StringValue;
6886
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6887
+ msg.setPrintRate(value);
6888
+ break;
6889
+ default:
6890
+ reader.skipField();
6891
+ break;
6892
+ }
6893
+ }
6894
+ return msg;
6895
+ };
6896
+
6897
+
6898
+ /**
6899
+ * Serializes the message to binary data (in protobuf wire format).
6900
+ * @return {!Uint8Array}
6901
+ */
6902
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.serializeBinary = function() {
6903
+ var writer = new jspb.BinaryWriter();
6904
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.serializeBinaryToWriter(this, writer);
6905
+ return writer.getResultBuffer();
6906
+ };
6907
+
6908
+
6909
+ /**
6910
+ * Serializes the given message to binary data (in protobuf wire
6911
+ * format), writing to the given BinaryWriter.
6912
+ * @param {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} message
6913
+ * @param {!jspb.BinaryWriter} writer
6914
+ * @suppress {unusedLocalVariables} f is only used for nested messages
6915
+ */
6916
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.serializeBinaryToWriter = function(message, writer) {
6917
+ var f = undefined;
6918
+ f = message.getDescription();
6919
+ if (f != null) {
6920
+ writer.writeMessage(
6921
+ 1,
6922
+ f,
6923
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
6924
+ );
6925
+ }
6926
+ f = message.getCn();
6927
+ if (f != null) {
6928
+ writer.writeMessage(
6929
+ 2,
6930
+ f,
6931
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
6932
+ );
6933
+ }
6934
+ f = message.getDriverVersion();
6935
+ if (f != null) {
6936
+ writer.writeMessage(
6937
+ 3,
6938
+ f,
6939
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
6940
+ );
6941
+ }
6942
+ f = message.getServerName();
6943
+ if (f != null) {
6944
+ writer.writeMessage(
6945
+ 4,
6946
+ f,
6947
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
6948
+ );
6949
+ }
6950
+ f = message.getDScorePropagationData();
6951
+ if (f != null) {
6952
+ writer.writeMessage(
6953
+ 5,
6954
+ f,
6955
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
6956
+ );
6957
+ }
6958
+ f = message.getNtSecurityDescriptor();
6959
+ if (f != null) {
6960
+ writer.writeMessage(
6961
+ 6,
6962
+ f,
6963
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
6964
+ );
6965
+ }
6966
+ f = message.getPrintStartTime();
6967
+ if (f != null) {
6968
+ writer.writeMessage(
6969
+ 7,
6970
+ f,
6971
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
6972
+ );
6973
+ }
6974
+ f = message.getPrintBinNames();
6975
+ if (f != null) {
6976
+ writer.writeMessage(
6977
+ 8,
6978
+ f,
6979
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
6980
+ );
6981
+ }
6982
+ f = message.getPrintColor();
6983
+ if (f != null) {
6984
+ writer.writeMessage(
6985
+ 9,
6986
+ f,
6987
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
6988
+ );
6989
+ }
6990
+ f = message.getPrintKeepPrintedJobs();
6991
+ if (f != null) {
6992
+ writer.writeMessage(
6993
+ 10,
6994
+ f,
6995
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
6996
+ );
6997
+ }
6998
+ f = message.getPrintSpooling();
6999
+ if (f != null) {
7000
+ writer.writeMessage(
7001
+ 11,
7002
+ f,
7003
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
7004
+ );
7005
+ }
7006
+ f = message.getPrintDuplexSupported();
7007
+ if (f != null) {
7008
+ writer.writeMessage(
7009
+ 12,
7010
+ f,
7011
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
7012
+ );
7013
+ }
7014
+ f = message.getPrintMinYExtent();
7015
+ if (f != null) {
7016
+ writer.writeMessage(
7017
+ 13,
7018
+ f,
7019
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
7020
+ );
7021
+ }
7022
+ f = message.getPrintMaxYExtent();
7023
+ if (f != null) {
7024
+ writer.writeMessage(
7025
+ 14,
7026
+ f,
7027
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
7028
+ );
7029
+ }
7030
+ f = message.getPrintMinXExtent();
7031
+ if (f != null) {
7032
+ writer.writeMessage(
7033
+ 15,
7034
+ f,
7035
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
7036
+ );
7037
+ }
7038
+ f = message.getPrintMaxXExtent();
7039
+ if (f != null) {
7040
+ writer.writeMessage(
7041
+ 16,
7042
+ f,
7043
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
7044
+ );
7045
+ }
7046
+ f = message.getPrintMaxResolutionSupported();
7047
+ if (f != null) {
7048
+ writer.writeMessage(
7049
+ 17,
7050
+ f,
7051
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
7052
+ );
7053
+ }
7054
+ f = message.getPrintPagesPerMinute();
7055
+ if (f != null) {
7056
+ writer.writeMessage(
7057
+ 18,
7058
+ f,
7059
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
7060
+ );
7061
+ }
7062
+ f = message.getPrintStaplingSupported();
7063
+ if (f != null) {
7064
+ writer.writeMessage(
7065
+ 19,
7066
+ f,
7067
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
7068
+ );
7069
+ }
7070
+ f = message.getInstanceType();
7071
+ if (f != null) {
7072
+ writer.writeMessage(
7073
+ 20,
7074
+ f,
7075
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
7076
+ );
7077
+ }
7078
+ f = message.getPrintCollate();
7079
+ if (f != null) {
7080
+ writer.writeMessage(
7081
+ 21,
7082
+ f,
7083
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
7084
+ );
7085
+ }
7086
+ f = message.getPrintRateUnit();
7087
+ if (f != null) {
7088
+ writer.writeMessage(
7089
+ 22,
7090
+ f,
7091
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
7092
+ );
7093
+ }
7094
+ f = message.getPrintEndTime();
7095
+ if (f != null) {
7096
+ writer.writeMessage(
7097
+ 23,
7098
+ f,
7099
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
7100
+ );
7101
+ }
7102
+ f = message.getPortName();
7103
+ if (f != null) {
7104
+ writer.writeMessage(
7105
+ 24,
7106
+ f,
7107
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
7108
+ );
7109
+ }
7110
+ f = message.getPriority();
7111
+ if (f != null) {
7112
+ writer.writeMessage(
7113
+ 25,
7114
+ f,
7115
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
7116
+ );
7117
+ }
7118
+ f = message.getVersionNumber();
7119
+ if (f != null) {
7120
+ writer.writeMessage(
7121
+ 26,
7122
+ f,
7123
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
7124
+ );
7125
+ }
7126
+ f = message.getPrinterName();
7127
+ if (f != null) {
7128
+ writer.writeMessage(
7129
+ 27,
7130
+ f,
7131
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
7132
+ );
7133
+ }
7134
+ f = message.getShortServerName();
7135
+ if (f != null) {
7136
+ writer.writeMessage(
7137
+ 28,
7138
+ f,
7139
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
7140
+ );
7141
+ }
7142
+ f = message.getPrintMediaReady();
7143
+ if (f != null) {
7144
+ writer.writeMessage(
7145
+ 29,
7146
+ f,
7147
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
7148
+ );
7149
+ }
7150
+ f = message.getPrintMediaSupported();
7151
+ if (f != null) {
7152
+ writer.writeMessage(
7153
+ 30,
7154
+ f,
7155
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
7156
+ );
7157
+ }
7158
+ f = message.getUncName();
7159
+ if (f != null) {
7160
+ writer.writeMessage(
7161
+ 31,
7162
+ f,
7163
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
7164
+ );
7165
+ }
7166
+ f = message.getUsnChanged();
7167
+ if (f != null) {
7168
+ writer.writeMessage(
7169
+ 32,
7170
+ f,
7171
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
7172
+ );
7173
+ }
7174
+ f = message.getUsnCreated();
7175
+ if (f != null) {
7176
+ writer.writeMessage(
7177
+ 33,
7178
+ f,
7179
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
7180
+ );
7181
+ }
7182
+ f = message.getCategory();
7183
+ if (f != null) {
7184
+ writer.writeMessage(
7185
+ 34,
7186
+ f,
7187
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
7188
+ );
7189
+ }
7190
+ f = message.getDriverName();
7191
+ if (f != null) {
7192
+ writer.writeMessage(
7193
+ 35,
7194
+ f,
7195
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
7196
+ );
7197
+ }
7198
+ f = message.getPrintOrientationsSupported();
7199
+ if (f != null) {
7200
+ writer.writeMessage(
7201
+ 36,
7202
+ f,
7203
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
7204
+ );
7205
+ }
7206
+ f = message.getPrintShareName();
7207
+ if (f != null) {
7208
+ writer.writeMessage(
7209
+ 37,
7210
+ f,
7211
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
7212
+ );
7213
+ }
7214
+ f = message.getPrintRate();
7215
+ if (f != null) {
7216
+ writer.writeMessage(
7217
+ 38,
7218
+ f,
7219
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
7220
+ );
7221
+ }
7222
+ };
7223
+
7224
+
7225
+ /**
7226
+ * optional google.protobuf.StringValue description = 1;
7227
+ * @return {?proto.google.protobuf.StringValue}
7228
+ */
7229
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getDescription = function() {
7230
+ return /** @type{?proto.google.protobuf.StringValue} */ (
7231
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 1));
7232
+ };
7233
+
7234
+
7235
+ /**
7236
+ * @param {?proto.google.protobuf.StringValue|undefined} value
7237
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7238
+ */
7239
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setDescription = function(value) {
7240
+ return jspb.Message.setWrapperField(this, 1, value);
7241
+ };
7242
+
7243
+
7244
+ /**
7245
+ * Clears the message field making it undefined.
7246
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7247
+ */
7248
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearDescription = function() {
7249
+ return this.setDescription(undefined);
7250
+ };
7251
+
7252
+
7253
+ /**
7254
+ * Returns whether this field is set.
7255
+ * @return {boolean}
7256
+ */
7257
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasDescription = function() {
7258
+ return jspb.Message.getField(this, 1) != null;
7259
+ };
7260
+
7261
+
7262
+ /**
7263
+ * optional google.protobuf.StringValue cn = 2;
7264
+ * @return {?proto.google.protobuf.StringValue}
7265
+ */
7266
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getCn = function() {
7267
+ return /** @type{?proto.google.protobuf.StringValue} */ (
7268
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 2));
7269
+ };
7270
+
7271
+
7272
+ /**
7273
+ * @param {?proto.google.protobuf.StringValue|undefined} value
7274
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7275
+ */
7276
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setCn = function(value) {
7277
+ return jspb.Message.setWrapperField(this, 2, value);
7278
+ };
7279
+
7280
+
7281
+ /**
7282
+ * Clears the message field making it undefined.
7283
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7284
+ */
7285
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearCn = function() {
7286
+ return this.setCn(undefined);
7287
+ };
7288
+
7289
+
7290
+ /**
7291
+ * Returns whether this field is set.
7292
+ * @return {boolean}
7293
+ */
7294
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasCn = function() {
7295
+ return jspb.Message.getField(this, 2) != null;
7296
+ };
7297
+
7298
+
7299
+ /**
7300
+ * optional google.protobuf.StringValue driver_version = 3;
7301
+ * @return {?proto.google.protobuf.StringValue}
7302
+ */
7303
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getDriverVersion = function() {
7304
+ return /** @type{?proto.google.protobuf.StringValue} */ (
7305
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 3));
7306
+ };
7307
+
7308
+
7309
+ /**
7310
+ * @param {?proto.google.protobuf.StringValue|undefined} value
7311
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7312
+ */
7313
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setDriverVersion = function(value) {
7314
+ return jspb.Message.setWrapperField(this, 3, value);
7315
+ };
7316
+
7317
+
7318
+ /**
7319
+ * Clears the message field making it undefined.
7320
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7321
+ */
7322
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearDriverVersion = function() {
7323
+ return this.setDriverVersion(undefined);
7324
+ };
7325
+
7326
+
7327
+ /**
7328
+ * Returns whether this field is set.
7329
+ * @return {boolean}
7330
+ */
7331
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasDriverVersion = function() {
7332
+ return jspb.Message.getField(this, 3) != null;
7333
+ };
7334
+
7335
+
7336
+ /**
7337
+ * optional google.protobuf.StringValue server_name = 4;
7338
+ * @return {?proto.google.protobuf.StringValue}
7339
+ */
7340
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getServerName = function() {
7341
+ return /** @type{?proto.google.protobuf.StringValue} */ (
7342
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 4));
7343
+ };
7344
+
7345
+
7346
+ /**
7347
+ * @param {?proto.google.protobuf.StringValue|undefined} value
7348
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7349
+ */
7350
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setServerName = function(value) {
7351
+ return jspb.Message.setWrapperField(this, 4, value);
7352
+ };
7353
+
7354
+
7355
+ /**
7356
+ * Clears the message field making it undefined.
7357
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7358
+ */
7359
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearServerName = function() {
7360
+ return this.setServerName(undefined);
7361
+ };
7362
+
7363
+
7364
+ /**
7365
+ * Returns whether this field is set.
7366
+ * @return {boolean}
7367
+ */
7368
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasServerName = function() {
7369
+ return jspb.Message.getField(this, 4) != null;
7370
+ };
7371
+
7372
+
7373
+ /**
7374
+ * optional google.protobuf.StringValue d_score_propagation_data = 5;
7375
+ * @return {?proto.google.protobuf.StringValue}
7376
+ */
7377
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getDScorePropagationData = function() {
7378
+ return /** @type{?proto.google.protobuf.StringValue} */ (
7379
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 5));
7380
+ };
7381
+
7382
+
7383
+ /**
7384
+ * @param {?proto.google.protobuf.StringValue|undefined} value
7385
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7386
+ */
7387
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setDScorePropagationData = function(value) {
7388
+ return jspb.Message.setWrapperField(this, 5, value);
7389
+ };
7390
+
7391
+
7392
+ /**
7393
+ * Clears the message field making it undefined.
7394
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7395
+ */
7396
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearDScorePropagationData = function() {
7397
+ return this.setDScorePropagationData(undefined);
7398
+ };
7399
+
7400
+
7401
+ /**
7402
+ * Returns whether this field is set.
7403
+ * @return {boolean}
7404
+ */
7405
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasDScorePropagationData = function() {
7406
+ return jspb.Message.getField(this, 5) != null;
7407
+ };
7408
+
7409
+
7410
+ /**
7411
+ * optional google.protobuf.StringValue nt_security_descriptor = 6;
7412
+ * @return {?proto.google.protobuf.StringValue}
7413
+ */
7414
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getNtSecurityDescriptor = function() {
7415
+ return /** @type{?proto.google.protobuf.StringValue} */ (
7416
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 6));
7417
+ };
7418
+
7419
+
7420
+ /**
7421
+ * @param {?proto.google.protobuf.StringValue|undefined} value
7422
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7423
+ */
7424
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setNtSecurityDescriptor = function(value) {
7425
+ return jspb.Message.setWrapperField(this, 6, value);
7426
+ };
7427
+
7428
+
7429
+ /**
7430
+ * Clears the message field making it undefined.
7431
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7432
+ */
7433
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearNtSecurityDescriptor = function() {
7434
+ return this.setNtSecurityDescriptor(undefined);
7435
+ };
7436
+
7437
+
7438
+ /**
7439
+ * Returns whether this field is set.
7440
+ * @return {boolean}
7441
+ */
7442
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasNtSecurityDescriptor = function() {
7443
+ return jspb.Message.getField(this, 6) != null;
7444
+ };
7445
+
7446
+
7447
+ /**
7448
+ * optional google.protobuf.StringValue print_start_time = 7;
7449
+ * @return {?proto.google.protobuf.StringValue}
7450
+ */
7451
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintStartTime = function() {
7452
+ return /** @type{?proto.google.protobuf.StringValue} */ (
7453
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 7));
7454
+ };
7455
+
7456
+
7457
+ /**
7458
+ * @param {?proto.google.protobuf.StringValue|undefined} value
7459
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7460
+ */
7461
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintStartTime = function(value) {
7462
+ return jspb.Message.setWrapperField(this, 7, value);
7463
+ };
7464
+
7465
+
7466
+ /**
7467
+ * Clears the message field making it undefined.
7468
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7469
+ */
7470
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintStartTime = function() {
7471
+ return this.setPrintStartTime(undefined);
7472
+ };
7473
+
7474
+
7475
+ /**
7476
+ * Returns whether this field is set.
7477
+ * @return {boolean}
7478
+ */
7479
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintStartTime = function() {
7480
+ return jspb.Message.getField(this, 7) != null;
7481
+ };
7482
+
7483
+
7484
+ /**
7485
+ * optional google.protobuf.StringValue print_bin_names = 8;
7486
+ * @return {?proto.google.protobuf.StringValue}
7487
+ */
7488
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintBinNames = function() {
7489
+ return /** @type{?proto.google.protobuf.StringValue} */ (
7490
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 8));
7491
+ };
7492
+
7493
+
7494
+ /**
7495
+ * @param {?proto.google.protobuf.StringValue|undefined} value
7496
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7497
+ */
7498
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintBinNames = function(value) {
7499
+ return jspb.Message.setWrapperField(this, 8, value);
7500
+ };
7501
+
7502
+
7503
+ /**
7504
+ * Clears the message field making it undefined.
7505
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7506
+ */
7507
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintBinNames = function() {
7508
+ return this.setPrintBinNames(undefined);
7509
+ };
7510
+
7511
+
7512
+ /**
7513
+ * Returns whether this field is set.
7514
+ * @return {boolean}
7515
+ */
7516
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintBinNames = function() {
7517
+ return jspb.Message.getField(this, 8) != null;
7518
+ };
7519
+
7520
+
7521
+ /**
7522
+ * optional google.protobuf.StringValue print_color = 9;
7523
+ * @return {?proto.google.protobuf.StringValue}
7524
+ */
7525
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintColor = function() {
7526
+ return /** @type{?proto.google.protobuf.StringValue} */ (
7527
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 9));
7528
+ };
7529
+
7530
+
7531
+ /**
7532
+ * @param {?proto.google.protobuf.StringValue|undefined} value
7533
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7534
+ */
7535
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintColor = function(value) {
7536
+ return jspb.Message.setWrapperField(this, 9, value);
7537
+ };
7538
+
7539
+
7540
+ /**
7541
+ * Clears the message field making it undefined.
7542
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7543
+ */
7544
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintColor = function() {
7545
+ return this.setPrintColor(undefined);
7546
+ };
7547
+
7548
+
7549
+ /**
7550
+ * Returns whether this field is set.
7551
+ * @return {boolean}
7552
+ */
7553
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintColor = function() {
7554
+ return jspb.Message.getField(this, 9) != null;
7555
+ };
7556
+
7557
+
7558
+ /**
7559
+ * optional google.protobuf.StringValue print_keep_printed_jobs = 10;
7560
+ * @return {?proto.google.protobuf.StringValue}
7561
+ */
7562
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintKeepPrintedJobs = function() {
7563
+ return /** @type{?proto.google.protobuf.StringValue} */ (
7564
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 10));
7565
+ };
7566
+
7567
+
7568
+ /**
7569
+ * @param {?proto.google.protobuf.StringValue|undefined} value
7570
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7571
+ */
7572
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintKeepPrintedJobs = function(value) {
7573
+ return jspb.Message.setWrapperField(this, 10, value);
7574
+ };
7575
+
7576
+
7577
+ /**
7578
+ * Clears the message field making it undefined.
7579
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7580
+ */
7581
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintKeepPrintedJobs = function() {
7582
+ return this.setPrintKeepPrintedJobs(undefined);
7583
+ };
7584
+
7585
+
7586
+ /**
7587
+ * Returns whether this field is set.
7588
+ * @return {boolean}
7589
+ */
7590
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintKeepPrintedJobs = function() {
7591
+ return jspb.Message.getField(this, 10) != null;
7592
+ };
7593
+
7594
+
7595
+ /**
7596
+ * optional google.protobuf.StringValue print_spooling = 11;
7597
+ * @return {?proto.google.protobuf.StringValue}
7598
+ */
7599
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintSpooling = function() {
7600
+ return /** @type{?proto.google.protobuf.StringValue} */ (
7601
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 11));
7602
+ };
7603
+
7604
+
7605
+ /**
7606
+ * @param {?proto.google.protobuf.StringValue|undefined} value
7607
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7608
+ */
7609
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintSpooling = function(value) {
7610
+ return jspb.Message.setWrapperField(this, 11, value);
7611
+ };
7612
+
7613
+
7614
+ /**
7615
+ * Clears the message field making it undefined.
7616
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7617
+ */
7618
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintSpooling = function() {
7619
+ return this.setPrintSpooling(undefined);
7620
+ };
7621
+
7622
+
7623
+ /**
7624
+ * Returns whether this field is set.
7625
+ * @return {boolean}
7626
+ */
7627
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintSpooling = function() {
7628
+ return jspb.Message.getField(this, 11) != null;
7629
+ };
7630
+
7631
+
7632
+ /**
7633
+ * optional google.protobuf.StringValue print_duplex_supported = 12;
7634
+ * @return {?proto.google.protobuf.StringValue}
7635
+ */
7636
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintDuplexSupported = function() {
7637
+ return /** @type{?proto.google.protobuf.StringValue} */ (
7638
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 12));
7639
+ };
7640
+
7641
+
7642
+ /**
7643
+ * @param {?proto.google.protobuf.StringValue|undefined} value
7644
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7645
+ */
7646
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintDuplexSupported = function(value) {
7647
+ return jspb.Message.setWrapperField(this, 12, value);
7648
+ };
7649
+
7650
+
7651
+ /**
7652
+ * Clears the message field making it undefined.
7653
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7654
+ */
7655
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintDuplexSupported = function() {
7656
+ return this.setPrintDuplexSupported(undefined);
7657
+ };
7658
+
7659
+
7660
+ /**
7661
+ * Returns whether this field is set.
7662
+ * @return {boolean}
7663
+ */
7664
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintDuplexSupported = function() {
7665
+ return jspb.Message.getField(this, 12) != null;
7666
+ };
7667
+
7668
+
7669
+ /**
7670
+ * optional google.protobuf.StringValue print_min_y_extent = 13;
7671
+ * @return {?proto.google.protobuf.StringValue}
7672
+ */
7673
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintMinYExtent = function() {
7674
+ return /** @type{?proto.google.protobuf.StringValue} */ (
7675
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 13));
7676
+ };
7677
+
7678
+
7679
+ /**
7680
+ * @param {?proto.google.protobuf.StringValue|undefined} value
7681
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7682
+ */
7683
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintMinYExtent = function(value) {
7684
+ return jspb.Message.setWrapperField(this, 13, value);
7685
+ };
7686
+
7687
+
7688
+ /**
7689
+ * Clears the message field making it undefined.
7690
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7691
+ */
7692
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintMinYExtent = function() {
7693
+ return this.setPrintMinYExtent(undefined);
7694
+ };
7695
+
7696
+
7697
+ /**
7698
+ * Returns whether this field is set.
7699
+ * @return {boolean}
7700
+ */
7701
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintMinYExtent = function() {
7702
+ return jspb.Message.getField(this, 13) != null;
7703
+ };
7704
+
7705
+
7706
+ /**
7707
+ * optional google.protobuf.StringValue print_max_y_extent = 14;
7708
+ * @return {?proto.google.protobuf.StringValue}
7709
+ */
7710
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintMaxYExtent = function() {
7711
+ return /** @type{?proto.google.protobuf.StringValue} */ (
7712
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 14));
7713
+ };
7714
+
7715
+
7716
+ /**
7717
+ * @param {?proto.google.protobuf.StringValue|undefined} value
7718
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7719
+ */
7720
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintMaxYExtent = function(value) {
7721
+ return jspb.Message.setWrapperField(this, 14, value);
7722
+ };
7723
+
7724
+
7725
+ /**
7726
+ * Clears the message field making it undefined.
7727
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7728
+ */
7729
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintMaxYExtent = function() {
7730
+ return this.setPrintMaxYExtent(undefined);
7731
+ };
7732
+
7733
+
7734
+ /**
7735
+ * Returns whether this field is set.
7736
+ * @return {boolean}
7737
+ */
7738
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintMaxYExtent = function() {
7739
+ return jspb.Message.getField(this, 14) != null;
7740
+ };
7741
+
7742
+
7743
+ /**
7744
+ * optional google.protobuf.StringValue print_min_x_extent = 15;
7745
+ * @return {?proto.google.protobuf.StringValue}
7746
+ */
7747
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintMinXExtent = function() {
7748
+ return /** @type{?proto.google.protobuf.StringValue} */ (
7749
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 15));
7750
+ };
7751
+
7752
+
7753
+ /**
7754
+ * @param {?proto.google.protobuf.StringValue|undefined} value
7755
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7756
+ */
7757
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintMinXExtent = function(value) {
7758
+ return jspb.Message.setWrapperField(this, 15, value);
7759
+ };
7760
+
7761
+
7762
+ /**
7763
+ * Clears the message field making it undefined.
7764
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7765
+ */
7766
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintMinXExtent = function() {
7767
+ return this.setPrintMinXExtent(undefined);
7768
+ };
7769
+
7770
+
7771
+ /**
7772
+ * Returns whether this field is set.
7773
+ * @return {boolean}
7774
+ */
7775
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintMinXExtent = function() {
7776
+ return jspb.Message.getField(this, 15) != null;
7777
+ };
7778
+
7779
+
7780
+ /**
7781
+ * optional google.protobuf.StringValue print_max_x_extent = 16;
7782
+ * @return {?proto.google.protobuf.StringValue}
7783
+ */
7784
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintMaxXExtent = function() {
7785
+ return /** @type{?proto.google.protobuf.StringValue} */ (
7786
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 16));
7787
+ };
7788
+
7789
+
7790
+ /**
7791
+ * @param {?proto.google.protobuf.StringValue|undefined} value
7792
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7793
+ */
7794
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintMaxXExtent = function(value) {
7795
+ return jspb.Message.setWrapperField(this, 16, value);
7796
+ };
7797
+
7798
+
7799
+ /**
7800
+ * Clears the message field making it undefined.
7801
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7802
+ */
7803
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintMaxXExtent = function() {
7804
+ return this.setPrintMaxXExtent(undefined);
7805
+ };
7806
+
7807
+
7808
+ /**
7809
+ * Returns whether this field is set.
7810
+ * @return {boolean}
7811
+ */
7812
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintMaxXExtent = function() {
7813
+ return jspb.Message.getField(this, 16) != null;
7814
+ };
7815
+
7816
+
7817
+ /**
7818
+ * optional google.protobuf.StringValue print_max_resolution_supported = 17;
7819
+ * @return {?proto.google.protobuf.StringValue}
7820
+ */
7821
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintMaxResolutionSupported = function() {
7822
+ return /** @type{?proto.google.protobuf.StringValue} */ (
7823
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 17));
7824
+ };
7825
+
7826
+
7827
+ /**
7828
+ * @param {?proto.google.protobuf.StringValue|undefined} value
7829
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7830
+ */
7831
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintMaxResolutionSupported = function(value) {
7832
+ return jspb.Message.setWrapperField(this, 17, value);
7833
+ };
7834
+
7835
+
7836
+ /**
7837
+ * Clears the message field making it undefined.
7838
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7839
+ */
7840
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintMaxResolutionSupported = function() {
7841
+ return this.setPrintMaxResolutionSupported(undefined);
7842
+ };
7843
+
7844
+
7845
+ /**
7846
+ * Returns whether this field is set.
7847
+ * @return {boolean}
7848
+ */
7849
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintMaxResolutionSupported = function() {
7850
+ return jspb.Message.getField(this, 17) != null;
7851
+ };
7852
+
7853
+
7854
+ /**
7855
+ * optional google.protobuf.StringValue print_pages_per_minute = 18;
7856
+ * @return {?proto.google.protobuf.StringValue}
7857
+ */
7858
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintPagesPerMinute = function() {
7859
+ return /** @type{?proto.google.protobuf.StringValue} */ (
7860
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 18));
7861
+ };
7862
+
7863
+
7864
+ /**
7865
+ * @param {?proto.google.protobuf.StringValue|undefined} value
7866
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7867
+ */
7868
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintPagesPerMinute = function(value) {
7869
+ return jspb.Message.setWrapperField(this, 18, value);
7870
+ };
7871
+
7872
+
7873
+ /**
7874
+ * Clears the message field making it undefined.
7875
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7876
+ */
7877
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintPagesPerMinute = function() {
7878
+ return this.setPrintPagesPerMinute(undefined);
7879
+ };
7880
+
7881
+
7882
+ /**
7883
+ * Returns whether this field is set.
7884
+ * @return {boolean}
7885
+ */
7886
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintPagesPerMinute = function() {
7887
+ return jspb.Message.getField(this, 18) != null;
7888
+ };
7889
+
7890
+
7891
+ /**
7892
+ * optional google.protobuf.StringValue print_stapling_supported = 19;
7893
+ * @return {?proto.google.protobuf.StringValue}
7894
+ */
7895
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintStaplingSupported = function() {
7896
+ return /** @type{?proto.google.protobuf.StringValue} */ (
7897
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 19));
7898
+ };
7899
+
7900
+
7901
+ /**
7902
+ * @param {?proto.google.protobuf.StringValue|undefined} value
7903
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7904
+ */
7905
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintStaplingSupported = function(value) {
7906
+ return jspb.Message.setWrapperField(this, 19, value);
7907
+ };
7908
+
7909
+
7910
+ /**
7911
+ * Clears the message field making it undefined.
7912
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7913
+ */
7914
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintStaplingSupported = function() {
7915
+ return this.setPrintStaplingSupported(undefined);
7916
+ };
7917
+
7918
+
7919
+ /**
7920
+ * Returns whether this field is set.
7921
+ * @return {boolean}
7922
+ */
7923
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintStaplingSupported = function() {
7924
+ return jspb.Message.getField(this, 19) != null;
7925
+ };
7926
+
7927
+
7928
+ /**
7929
+ * optional google.protobuf.StringValue instance_type = 20;
7930
+ * @return {?proto.google.protobuf.StringValue}
7931
+ */
7932
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getInstanceType = function() {
7933
+ return /** @type{?proto.google.protobuf.StringValue} */ (
7934
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 20));
7935
+ };
7936
+
7937
+
7938
+ /**
7939
+ * @param {?proto.google.protobuf.StringValue|undefined} value
7940
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7941
+ */
7942
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setInstanceType = function(value) {
7943
+ return jspb.Message.setWrapperField(this, 20, value);
7944
+ };
7945
+
7946
+
7947
+ /**
7948
+ * Clears the message field making it undefined.
7949
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7950
+ */
7951
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearInstanceType = function() {
7952
+ return this.setInstanceType(undefined);
7953
+ };
7954
+
7955
+
7956
+ /**
7957
+ * Returns whether this field is set.
7958
+ * @return {boolean}
7959
+ */
7960
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasInstanceType = function() {
7961
+ return jspb.Message.getField(this, 20) != null;
7962
+ };
7963
+
7964
+
7965
+ /**
7966
+ * optional google.protobuf.StringValue print_collate = 21;
7967
+ * @return {?proto.google.protobuf.StringValue}
7968
+ */
7969
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintCollate = function() {
7970
+ return /** @type{?proto.google.protobuf.StringValue} */ (
7971
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 21));
7972
+ };
7973
+
7974
+
7975
+ /**
7976
+ * @param {?proto.google.protobuf.StringValue|undefined} value
7977
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7978
+ */
7979
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintCollate = function(value) {
7980
+ return jspb.Message.setWrapperField(this, 21, value);
7981
+ };
7982
+
7983
+
7984
+ /**
7985
+ * Clears the message field making it undefined.
7986
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
7987
+ */
7988
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintCollate = function() {
7989
+ return this.setPrintCollate(undefined);
7990
+ };
7991
+
7992
+
7993
+ /**
7994
+ * Returns whether this field is set.
7995
+ * @return {boolean}
7996
+ */
7997
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintCollate = function() {
7998
+ return jspb.Message.getField(this, 21) != null;
7999
+ };
8000
+
8001
+
8002
+ /**
8003
+ * optional google.protobuf.StringValue print_rate_unit = 22;
8004
+ * @return {?proto.google.protobuf.StringValue}
8005
+ */
8006
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintRateUnit = function() {
8007
+ return /** @type{?proto.google.protobuf.StringValue} */ (
8008
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 22));
8009
+ };
8010
+
8011
+
8012
+ /**
8013
+ * @param {?proto.google.protobuf.StringValue|undefined} value
8014
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
8015
+ */
8016
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintRateUnit = function(value) {
8017
+ return jspb.Message.setWrapperField(this, 22, value);
8018
+ };
8019
+
8020
+
8021
+ /**
8022
+ * Clears the message field making it undefined.
8023
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
8024
+ */
8025
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintRateUnit = function() {
8026
+ return this.setPrintRateUnit(undefined);
8027
+ };
8028
+
8029
+
8030
+ /**
8031
+ * Returns whether this field is set.
8032
+ * @return {boolean}
8033
+ */
8034
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintRateUnit = function() {
8035
+ return jspb.Message.getField(this, 22) != null;
8036
+ };
8037
+
8038
+
8039
+ /**
8040
+ * optional google.protobuf.StringValue print_end_time = 23;
8041
+ * @return {?proto.google.protobuf.StringValue}
8042
+ */
8043
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintEndTime = function() {
8044
+ return /** @type{?proto.google.protobuf.StringValue} */ (
8045
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 23));
8046
+ };
8047
+
8048
+
8049
+ /**
8050
+ * @param {?proto.google.protobuf.StringValue|undefined} value
8051
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
8052
+ */
8053
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintEndTime = function(value) {
8054
+ return jspb.Message.setWrapperField(this, 23, value);
8055
+ };
8056
+
8057
+
8058
+ /**
8059
+ * Clears the message field making it undefined.
8060
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
8061
+ */
8062
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintEndTime = function() {
8063
+ return this.setPrintEndTime(undefined);
8064
+ };
8065
+
8066
+
8067
+ /**
8068
+ * Returns whether this field is set.
8069
+ * @return {boolean}
8070
+ */
8071
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintEndTime = function() {
8072
+ return jspb.Message.getField(this, 23) != null;
8073
+ };
8074
+
8075
+
8076
+ /**
8077
+ * optional google.protobuf.StringValue port_name = 24;
8078
+ * @return {?proto.google.protobuf.StringValue}
8079
+ */
8080
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPortName = function() {
8081
+ return /** @type{?proto.google.protobuf.StringValue} */ (
8082
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 24));
8083
+ };
8084
+
8085
+
8086
+ /**
8087
+ * @param {?proto.google.protobuf.StringValue|undefined} value
8088
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
8089
+ */
8090
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPortName = function(value) {
8091
+ return jspb.Message.setWrapperField(this, 24, value);
8092
+ };
8093
+
8094
+
8095
+ /**
8096
+ * Clears the message field making it undefined.
8097
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
8098
+ */
8099
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPortName = function() {
8100
+ return this.setPortName(undefined);
8101
+ };
8102
+
8103
+
8104
+ /**
8105
+ * Returns whether this field is set.
8106
+ * @return {boolean}
8107
+ */
8108
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPortName = function() {
8109
+ return jspb.Message.getField(this, 24) != null;
8110
+ };
8111
+
8112
+
8113
+ /**
8114
+ * optional google.protobuf.StringValue priority = 25;
8115
+ * @return {?proto.google.protobuf.StringValue}
8116
+ */
8117
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPriority = function() {
8118
+ return /** @type{?proto.google.protobuf.StringValue} */ (
8119
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 25));
8120
+ };
8121
+
8122
+
8123
+ /**
8124
+ * @param {?proto.google.protobuf.StringValue|undefined} value
8125
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
8126
+ */
8127
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPriority = function(value) {
8128
+ return jspb.Message.setWrapperField(this, 25, value);
8129
+ };
8130
+
8131
+
8132
+ /**
8133
+ * Clears the message field making it undefined.
8134
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
8135
+ */
8136
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPriority = function() {
8137
+ return this.setPriority(undefined);
8138
+ };
8139
+
8140
+
8141
+ /**
8142
+ * Returns whether this field is set.
8143
+ * @return {boolean}
8144
+ */
8145
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPriority = function() {
8146
+ return jspb.Message.getField(this, 25) != null;
8147
+ };
8148
+
8149
+
8150
+ /**
8151
+ * optional google.protobuf.StringValue version_number = 26;
8152
+ * @return {?proto.google.protobuf.StringValue}
8153
+ */
8154
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getVersionNumber = function() {
8155
+ return /** @type{?proto.google.protobuf.StringValue} */ (
8156
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 26));
8157
+ };
8158
+
8159
+
8160
+ /**
8161
+ * @param {?proto.google.protobuf.StringValue|undefined} value
8162
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
8163
+ */
8164
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setVersionNumber = function(value) {
8165
+ return jspb.Message.setWrapperField(this, 26, value);
8166
+ };
8167
+
8168
+
8169
+ /**
8170
+ * Clears the message field making it undefined.
8171
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
8172
+ */
8173
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearVersionNumber = function() {
8174
+ return this.setVersionNumber(undefined);
8175
+ };
8176
+
8177
+
8178
+ /**
8179
+ * Returns whether this field is set.
8180
+ * @return {boolean}
8181
+ */
8182
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasVersionNumber = function() {
8183
+ return jspb.Message.getField(this, 26) != null;
8184
+ };
8185
+
8186
+
8187
+ /**
8188
+ * optional google.protobuf.StringValue printer_name = 27;
8189
+ * @return {?proto.google.protobuf.StringValue}
8190
+ */
8191
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrinterName = function() {
8192
+ return /** @type{?proto.google.protobuf.StringValue} */ (
8193
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 27));
8194
+ };
8195
+
8196
+
8197
+ /**
8198
+ * @param {?proto.google.protobuf.StringValue|undefined} value
8199
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
8200
+ */
8201
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrinterName = function(value) {
8202
+ return jspb.Message.setWrapperField(this, 27, value);
8203
+ };
8204
+
8205
+
8206
+ /**
8207
+ * Clears the message field making it undefined.
8208
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
8209
+ */
8210
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrinterName = function() {
8211
+ return this.setPrinterName(undefined);
8212
+ };
8213
+
8214
+
8215
+ /**
8216
+ * Returns whether this field is set.
8217
+ * @return {boolean}
8218
+ */
8219
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrinterName = function() {
8220
+ return jspb.Message.getField(this, 27) != null;
8221
+ };
8222
+
8223
+
8224
+ /**
8225
+ * optional google.protobuf.StringValue short_server_name = 28;
8226
+ * @return {?proto.google.protobuf.StringValue}
8227
+ */
8228
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getShortServerName = function() {
8229
+ return /** @type{?proto.google.protobuf.StringValue} */ (
8230
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 28));
8231
+ };
8232
+
8233
+
8234
+ /**
8235
+ * @param {?proto.google.protobuf.StringValue|undefined} value
8236
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
8237
+ */
8238
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setShortServerName = function(value) {
8239
+ return jspb.Message.setWrapperField(this, 28, value);
8240
+ };
8241
+
8242
+
8243
+ /**
8244
+ * Clears the message field making it undefined.
8245
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
8246
+ */
8247
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearShortServerName = function() {
8248
+ return this.setShortServerName(undefined);
8249
+ };
8250
+
8251
+
8252
+ /**
8253
+ * Returns whether this field is set.
8254
+ * @return {boolean}
8255
+ */
8256
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasShortServerName = function() {
8257
+ return jspb.Message.getField(this, 28) != null;
8258
+ };
8259
+
8260
+
8261
+ /**
8262
+ * optional google.protobuf.StringValue print_media_ready = 29;
8263
+ * @return {?proto.google.protobuf.StringValue}
8264
+ */
8265
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintMediaReady = function() {
8266
+ return /** @type{?proto.google.protobuf.StringValue} */ (
8267
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 29));
8268
+ };
8269
+
8270
+
8271
+ /**
8272
+ * @param {?proto.google.protobuf.StringValue|undefined} value
8273
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
8274
+ */
8275
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintMediaReady = function(value) {
8276
+ return jspb.Message.setWrapperField(this, 29, value);
8277
+ };
8278
+
8279
+
8280
+ /**
8281
+ * Clears the message field making it undefined.
8282
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
8283
+ */
8284
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintMediaReady = function() {
8285
+ return this.setPrintMediaReady(undefined);
8286
+ };
8287
+
8288
+
8289
+ /**
8290
+ * Returns whether this field is set.
8291
+ * @return {boolean}
8292
+ */
8293
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintMediaReady = function() {
8294
+ return jspb.Message.getField(this, 29) != null;
8295
+ };
8296
+
8297
+
8298
+ /**
8299
+ * optional google.protobuf.StringValue print_media_supported = 30;
8300
+ * @return {?proto.google.protobuf.StringValue}
8301
+ */
8302
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintMediaSupported = function() {
8303
+ return /** @type{?proto.google.protobuf.StringValue} */ (
8304
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 30));
8305
+ };
8306
+
8307
+
8308
+ /**
8309
+ * @param {?proto.google.protobuf.StringValue|undefined} value
8310
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
8311
+ */
8312
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintMediaSupported = function(value) {
8313
+ return jspb.Message.setWrapperField(this, 30, value);
8314
+ };
8315
+
8316
+
8317
+ /**
8318
+ * Clears the message field making it undefined.
8319
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
8320
+ */
8321
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintMediaSupported = function() {
8322
+ return this.setPrintMediaSupported(undefined);
8323
+ };
8324
+
8325
+
8326
+ /**
8327
+ * Returns whether this field is set.
8328
+ * @return {boolean}
8329
+ */
8330
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintMediaSupported = function() {
8331
+ return jspb.Message.getField(this, 30) != null;
8332
+ };
8333
+
8334
+
8335
+ /**
8336
+ * optional google.protobuf.StringValue unc_name = 31;
8337
+ * @return {?proto.google.protobuf.StringValue}
8338
+ */
8339
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getUncName = function() {
8340
+ return /** @type{?proto.google.protobuf.StringValue} */ (
8341
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 31));
8342
+ };
8343
+
8344
+
8345
+ /**
8346
+ * @param {?proto.google.protobuf.StringValue|undefined} value
8347
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
8348
+ */
8349
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setUncName = function(value) {
8350
+ return jspb.Message.setWrapperField(this, 31, value);
8351
+ };
8352
+
8353
+
8354
+ /**
8355
+ * Clears the message field making it undefined.
8356
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
8357
+ */
8358
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearUncName = function() {
8359
+ return this.setUncName(undefined);
8360
+ };
8361
+
8362
+
8363
+ /**
8364
+ * Returns whether this field is set.
8365
+ * @return {boolean}
8366
+ */
8367
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasUncName = function() {
8368
+ return jspb.Message.getField(this, 31) != null;
8369
+ };
8370
+
8371
+
8372
+ /**
8373
+ * optional google.protobuf.StringValue usn_changed = 32;
8374
+ * @return {?proto.google.protobuf.StringValue}
8375
+ */
8376
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getUsnChanged = function() {
8377
+ return /** @type{?proto.google.protobuf.StringValue} */ (
8378
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 32));
8379
+ };
8380
+
8381
+
8382
+ /**
8383
+ * @param {?proto.google.protobuf.StringValue|undefined} value
8384
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
8385
+ */
8386
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setUsnChanged = function(value) {
8387
+ return jspb.Message.setWrapperField(this, 32, value);
8388
+ };
8389
+
8390
+
8391
+ /**
8392
+ * Clears the message field making it undefined.
8393
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
8394
+ */
8395
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearUsnChanged = function() {
8396
+ return this.setUsnChanged(undefined);
8397
+ };
8398
+
8399
+
8400
+ /**
8401
+ * Returns whether this field is set.
8402
+ * @return {boolean}
8403
+ */
8404
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasUsnChanged = function() {
8405
+ return jspb.Message.getField(this, 32) != null;
8406
+ };
8407
+
8408
+
8409
+ /**
8410
+ * optional google.protobuf.StringValue usn_created = 33;
8411
+ * @return {?proto.google.protobuf.StringValue}
8412
+ */
8413
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getUsnCreated = function() {
8414
+ return /** @type{?proto.google.protobuf.StringValue} */ (
8415
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 33));
8416
+ };
8417
+
8418
+
8419
+ /**
8420
+ * @param {?proto.google.protobuf.StringValue|undefined} value
8421
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
8422
+ */
8423
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setUsnCreated = function(value) {
8424
+ return jspb.Message.setWrapperField(this, 33, value);
8425
+ };
8426
+
8427
+
8428
+ /**
8429
+ * Clears the message field making it undefined.
8430
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
8431
+ */
8432
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearUsnCreated = function() {
8433
+ return this.setUsnCreated(undefined);
8434
+ };
8435
+
8436
+
8437
+ /**
8438
+ * Returns whether this field is set.
8439
+ * @return {boolean}
8440
+ */
8441
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasUsnCreated = function() {
8442
+ return jspb.Message.getField(this, 33) != null;
8443
+ };
8444
+
8445
+
8446
+ /**
8447
+ * optional google.protobuf.StringValue category = 34;
8448
+ * @return {?proto.google.protobuf.StringValue}
8449
+ */
8450
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getCategory = function() {
8451
+ return /** @type{?proto.google.protobuf.StringValue} */ (
8452
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 34));
8453
+ };
8454
+
8455
+
8456
+ /**
8457
+ * @param {?proto.google.protobuf.StringValue|undefined} value
8458
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
8459
+ */
8460
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setCategory = function(value) {
8461
+ return jspb.Message.setWrapperField(this, 34, value);
8462
+ };
8463
+
8464
+
8465
+ /**
8466
+ * Clears the message field making it undefined.
8467
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
8468
+ */
8469
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearCategory = function() {
8470
+ return this.setCategory(undefined);
8471
+ };
8472
+
8473
+
8474
+ /**
8475
+ * Returns whether this field is set.
8476
+ * @return {boolean}
8477
+ */
8478
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasCategory = function() {
8479
+ return jspb.Message.getField(this, 34) != null;
8480
+ };
8481
+
8482
+
8483
+ /**
8484
+ * optional google.protobuf.StringValue driver_name = 35;
8485
+ * @return {?proto.google.protobuf.StringValue}
8486
+ */
8487
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getDriverName = function() {
8488
+ return /** @type{?proto.google.protobuf.StringValue} */ (
8489
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 35));
8490
+ };
8491
+
8492
+
8493
+ /**
8494
+ * @param {?proto.google.protobuf.StringValue|undefined} value
8495
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
8496
+ */
8497
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setDriverName = function(value) {
8498
+ return jspb.Message.setWrapperField(this, 35, value);
8499
+ };
8500
+
8501
+
8502
+ /**
8503
+ * Clears the message field making it undefined.
8504
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
8505
+ */
8506
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearDriverName = function() {
8507
+ return this.setDriverName(undefined);
8508
+ };
8509
+
8510
+
8511
+ /**
8512
+ * Returns whether this field is set.
8513
+ * @return {boolean}
8514
+ */
8515
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasDriverName = function() {
8516
+ return jspb.Message.getField(this, 35) != null;
8517
+ };
8518
+
8519
+
8520
+ /**
8521
+ * optional google.protobuf.StringValue print_orientations_supported = 36;
8522
+ * @return {?proto.google.protobuf.StringValue}
8523
+ */
8524
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintOrientationsSupported = function() {
8525
+ return /** @type{?proto.google.protobuf.StringValue} */ (
8526
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 36));
8527
+ };
8528
+
8529
+
8530
+ /**
8531
+ * @param {?proto.google.protobuf.StringValue|undefined} value
8532
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
8533
+ */
8534
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintOrientationsSupported = function(value) {
8535
+ return jspb.Message.setWrapperField(this, 36, value);
8536
+ };
8537
+
8538
+
8539
+ /**
8540
+ * Clears the message field making it undefined.
8541
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
8542
+ */
8543
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintOrientationsSupported = function() {
8544
+ return this.setPrintOrientationsSupported(undefined);
8545
+ };
8546
+
8547
+
8548
+ /**
8549
+ * Returns whether this field is set.
8550
+ * @return {boolean}
8551
+ */
8552
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintOrientationsSupported = function() {
8553
+ return jspb.Message.getField(this, 36) != null;
8554
+ };
8555
+
8556
+
8557
+ /**
8558
+ * optional google.protobuf.StringValue print_share_name = 37;
8559
+ * @return {?proto.google.protobuf.StringValue}
8560
+ */
8561
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintShareName = function() {
8562
+ return /** @type{?proto.google.protobuf.StringValue} */ (
8563
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 37));
8564
+ };
8565
+
8566
+
8567
+ /**
8568
+ * @param {?proto.google.protobuf.StringValue|undefined} value
8569
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
8570
+ */
8571
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintShareName = function(value) {
8572
+ return jspb.Message.setWrapperField(this, 37, value);
8573
+ };
8574
+
8575
+
8576
+ /**
8577
+ * Clears the message field making it undefined.
8578
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
8579
+ */
8580
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintShareName = function() {
8581
+ return this.setPrintShareName(undefined);
8582
+ };
8583
+
8584
+
8585
+ /**
8586
+ * Returns whether this field is set.
8587
+ * @return {boolean}
8588
+ */
8589
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintShareName = function() {
8590
+ return jspb.Message.getField(this, 37) != null;
8591
+ };
8592
+
8593
+
8594
+ /**
8595
+ * optional google.protobuf.StringValue print_rate = 38;
8596
+ * @return {?proto.google.protobuf.StringValue}
8597
+ */
8598
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintRate = function() {
8599
+ return /** @type{?proto.google.protobuf.StringValue} */ (
8600
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 38));
8601
+ };
8602
+
8603
+
8604
+ /**
8605
+ * @param {?proto.google.protobuf.StringValue|undefined} value
8606
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
8607
+ */
8608
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintRate = function(value) {
8609
+ return jspb.Message.setWrapperField(this, 38, value);
8610
+ };
8611
+
8612
+
8613
+ /**
8614
+ * Clears the message field making it undefined.
8615
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
8616
+ */
8617
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintRate = function() {
8618
+ return this.setPrintRate(undefined);
8619
+ };
8620
+
8621
+
8622
+ /**
8623
+ * Returns whether this field is set.
8624
+ * @return {boolean}
8625
+ */
8626
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintRate = function() {
8627
+ return jspb.Message.getField(this, 38) != null;
8628
+ };
8629
+
8630
+
8631
+
6520
8632
  /**
6521
8633
  * List of repeated fields within this message type.
6522
8634
  * @private {!Array<number>}