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