@lansweeper/data-platform-outbound-grpc 0.3.30 → 0.3.32

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.
Files changed (66) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +199 -0
  4. package/gen-proto/outbound_pb.js +1894 -279
  5. package/generated-go/outbound.pb.go +9015 -8552
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +42 -5
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/MacMonitorInfo$1.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/MacMonitorInfo$Builder.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/MacMonitorInfo.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/MacMonitorInfoOrBuilder.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/Monitor$1.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/Monitor$2.class +0 -0
  15. package/model/target/classes/com/lansweeper/dp/outbound/v1/Monitor$Builder.class +0 -0
  16. package/model/target/classes/com/lansweeper/dp/outbound/v1/Monitor$SpecCase.class +0 -0
  17. package/model/target/classes/com/lansweeper/dp/outbound/v1/Monitor.class +0 -0
  18. package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorOrBuilder.class +0 -0
  19. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedLicense$1.class +0 -0
  20. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedLicense$Builder.class +0 -0
  21. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedLicense.class +0 -0
  22. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedLicenseOrBuilder.class +0 -0
  23. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedPlan$1.class +0 -0
  24. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedPlan$Builder.class +0 -0
  25. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedPlan$UsersKeysDefaultEntryHolder.class +0 -0
  26. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedPlan.class +0 -0
  27. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedPlanOrBuilder.class +0 -0
  28. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$1.class +0 -0
  29. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$AssignedPlansDefaultEntryHolder.class +0 -0
  30. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$Builder$AssignedPlansConverter.class +0 -0
  31. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$Builder.class +0 -0
  32. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization.class +0 -0
  33. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365OrganizationOrBuilder.class +0 -0
  34. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  35. package/model/target/classes/com/lansweeper/dp/outbound/v1/SpecHardwareInfo$1.class +0 -0
  36. package/model/target/classes/com/lansweeper/dp/outbound/v1/SpecHardwareInfo$Builder.class +0 -0
  37. package/model/target/classes/com/lansweeper/dp/outbound/v1/SpecHardwareInfo.class +0 -0
  38. package/model/target/classes/com/lansweeper/dp/outbound/v1/SpecHardwareInfoOrBuilder.class +0 -0
  39. package/model/target/classes/outbound.proto +42 -5
  40. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/GraphicsCard.java +42 -42
  41. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/GraphicsCardOrBuilder.java +14 -14
  42. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MacMonitorInfo.java +3706 -0
  43. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MacMonitorInfoOrBuilder.java +367 -0
  44. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Monitor.java +226 -18
  45. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MonitorOrBuilder.java +15 -0
  46. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365AssignedLicense.java +1086 -0
  47. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365AssignedLicenseOrBuilder.java +70 -0
  48. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365AssignedPlan.java +272 -0
  49. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365AssignedPlanOrBuilder.java +24 -0
  50. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365Organization.java +351 -0
  51. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365OrganizationOrBuilder.java +24 -0
  52. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +2696 -2643
  53. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SpecHardwareInfo.java +193 -0
  54. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SpecHardwareInfoOrBuilder.java +29 -0
  55. package/model/target/maven-archiver/pom.properties +2 -2
  56. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +8 -0
  57. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +4 -0
  58. package/model/target/{outbound-model-0.3.29-sources.jar → outbound-model-0.3.31-sources.jar} +0 -0
  59. package/model/target/{outbound-model-0.3.29.jar → outbound-model-0.3.31.jar} +0 -0
  60. package/package.json +2 -2
  61. package/pom.xml +1 -1
  62. package/proto/outbound.proto +42 -5
  63. package/service/pom.xml +1 -1
  64. package/service/target/maven-archiver/pom.properties +2 -2
  65. package/service/target/{outbound-service-0.3.29-sources.jar → outbound-service-0.3.31-sources.jar} +0 -0
  66. package/service/target/{outbound-service-0.3.29.jar → outbound-service-0.3.31.jar} +0 -0
@@ -158,6 +158,7 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ListEntityRequest', null,
158
158
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ListEntityResponse', null, global);
159
159
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MacComputerBattery', null, global);
160
160
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MacDiskVolume', null, global);
161
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo', null, global);
161
162
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MacNetworkVolume', null, global);
162
163
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MacOperatingSystemInfo', null, global);
163
164
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension', null, global);
@@ -185,6 +186,7 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.NetworkInterfaces', null,
185
186
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.NetworkProtocols', null, global);
186
187
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.NetworkVolume', null, global);
187
188
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.NetworkVolume.DriverCase', null, global);
189
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense', null, global);
188
190
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Office365AssignedPlan', null, global);
189
191
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Office365Contact', null, global);
190
192
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Office365Domain', null, global);
@@ -4551,6 +4553,27 @@ if (goog.DEBUG && !COMPILED) {
4551
4553
  */
4552
4554
  proto.com.lansweeper.dp.outbound.v1.WindowsMonitorInfo.displayName = 'proto.com.lansweeper.dp.outbound.v1.WindowsMonitorInfo';
4553
4555
  }
4556
+ /**
4557
+ * Generated by JsPbCodeGenerator.
4558
+ * @param {Array=} opt_data Optional initial data array, typically from a
4559
+ * server response, or constructed directly in Javascript. The array is used
4560
+ * in place and becomes part of the constructed object. It is not cloned.
4561
+ * If no data is provided, the constructed object will be empty, but still
4562
+ * valid.
4563
+ * @extends {jspb.Message}
4564
+ * @constructor
4565
+ */
4566
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo = function(opt_data) {
4567
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
4568
+ };
4569
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo, jspb.Message);
4570
+ if (goog.DEBUG && !COMPILED) {
4571
+ /**
4572
+ * @public
4573
+ * @override
4574
+ */
4575
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.displayName = 'proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo';
4576
+ }
4554
4577
  /**
4555
4578
  * Generated by JsPbCodeGenerator.
4556
4579
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -5580,6 +5603,27 @@ if (goog.DEBUG && !COMPILED) {
5580
5603
  */
5581
5604
  proto.com.lansweeper.dp.outbound.v1.Office365AssignedPlan.displayName = 'proto.com.lansweeper.dp.outbound.v1.Office365AssignedPlan';
5582
5605
  }
5606
+ /**
5607
+ * Generated by JsPbCodeGenerator.
5608
+ * @param {Array=} opt_data Optional initial data array, typically from a
5609
+ * server response, or constructed directly in Javascript. The array is used
5610
+ * in place and becomes part of the constructed object. It is not cloned.
5611
+ * If no data is provided, the constructed object will be empty, but still
5612
+ * valid.
5613
+ * @extends {jspb.Message}
5614
+ * @constructor
5615
+ */
5616
+ proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense = function(opt_data) {
5617
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
5618
+ };
5619
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense, jspb.Message);
5620
+ if (goog.DEBUG && !COMPILED) {
5621
+ /**
5622
+ * @public
5623
+ * @override
5624
+ */
5625
+ proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.displayName = 'proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense';
5626
+ }
5583
5627
  /**
5584
5628
  * Generated by JsPbCodeGenerator.
5585
5629
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -37312,7 +37356,8 @@ proto.com.lansweeper.dp.outbound.v1.SpecHardwareInfo.toObject = function(include
37312
37356
  uptime: jspb.Message.getFieldWithDefault(msg, 6, 0),
37313
37357
  busSpeed: jspb.Message.getFieldWithDefault(msg, 7, ""),
37314
37358
  bootRomVersion: jspb.Message.getFieldWithDefault(msg, 8, ""),
37315
- smcVersionSystem: jspb.Message.getFieldWithDefault(msg, 9, "")
37359
+ smcVersionSystem: jspb.Message.getFieldWithDefault(msg, 9, ""),
37360
+ modelNumber: jspb.Message.getFieldWithDefault(msg, 10, "")
37316
37361
  };
37317
37362
 
37318
37363
  if (includeInstance) {
@@ -37385,6 +37430,10 @@ proto.com.lansweeper.dp.outbound.v1.SpecHardwareInfo.deserializeBinaryFromReader
37385
37430
  var value = /** @type {string} */ (reader.readString());
37386
37431
  msg.setSmcVersionSystem(value);
37387
37432
  break;
37433
+ case 10:
37434
+ var value = /** @type {string} */ (reader.readString());
37435
+ msg.setModelNumber(value);
37436
+ break;
37388
37437
  default:
37389
37438
  reader.skipField();
37390
37439
  break;
@@ -37477,6 +37526,13 @@ proto.com.lansweeper.dp.outbound.v1.SpecHardwareInfo.serializeBinaryToWriter = f
37477
37526
  f
37478
37527
  );
37479
37528
  }
37529
+ f = /** @type {string} */ (jspb.Message.getField(message, 10));
37530
+ if (f != null) {
37531
+ writer.writeString(
37532
+ 10,
37533
+ f
37534
+ );
37535
+ }
37480
37536
  };
37481
37537
 
37482
37538
 
@@ -37804,6 +37860,42 @@ proto.com.lansweeper.dp.outbound.v1.SpecHardwareInfo.prototype.hasSmcVersionSyst
37804
37860
  };
37805
37861
 
37806
37862
 
37863
+ /**
37864
+ * optional string model_number = 10;
37865
+ * @return {string}
37866
+ */
37867
+ proto.com.lansweeper.dp.outbound.v1.SpecHardwareInfo.prototype.getModelNumber = function() {
37868
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, ""));
37869
+ };
37870
+
37871
+
37872
+ /**
37873
+ * @param {string} value
37874
+ * @return {!proto.com.lansweeper.dp.outbound.v1.SpecHardwareInfo} returns this
37875
+ */
37876
+ proto.com.lansweeper.dp.outbound.v1.SpecHardwareInfo.prototype.setModelNumber = function(value) {
37877
+ return jspb.Message.setField(this, 10, value);
37878
+ };
37879
+
37880
+
37881
+ /**
37882
+ * Clears the field making it undefined.
37883
+ * @return {!proto.com.lansweeper.dp.outbound.v1.SpecHardwareInfo} returns this
37884
+ */
37885
+ proto.com.lansweeper.dp.outbound.v1.SpecHardwareInfo.prototype.clearModelNumber = function() {
37886
+ return jspb.Message.setField(this, 10, undefined);
37887
+ };
37888
+
37889
+
37890
+ /**
37891
+ * Returns whether this field is set.
37892
+ * @return {boolean}
37893
+ */
37894
+ proto.com.lansweeper.dp.outbound.v1.SpecHardwareInfo.prototype.hasModelNumber = function() {
37895
+ return jspb.Message.getField(this, 10) != null;
37896
+ };
37897
+
37898
+
37807
37899
 
37808
37900
  /**
37809
37901
  * Oneof group definitions for this message. Each group defines the field
@@ -112435,14 +112527,15 @@ proto.com.lansweeper.dp.outbound.v1.MonitorInventory.prototype.clearMonitorList
112435
112527
  * @private {!Array<!Array<number>>}
112436
112528
  * @const
112437
112529
  */
112438
- proto.com.lansweeper.dp.outbound.v1.Monitor.oneofGroups_ = [[20]];
112530
+ proto.com.lansweeper.dp.outbound.v1.Monitor.oneofGroups_ = [[20,21]];
112439
112531
 
112440
112532
  /**
112441
112533
  * @enum {number}
112442
112534
  */
112443
112535
  proto.com.lansweeper.dp.outbound.v1.Monitor.SpecCase = {
112444
112536
  SPEC_NOT_SET: 0,
112445
- WINDOWS: 20
112537
+ WINDOWS: 20,
112538
+ MAC: 21
112446
112539
  };
112447
112540
 
112448
112541
  /**
@@ -112490,6 +112583,7 @@ proto.com.lansweeper.dp.outbound.v1.Monitor.toObject = function(includeInstance,
112490
112583
  serialNumber: jspb.Message.getFieldWithDefault(msg, 5, ""),
112491
112584
  manufacturerDate: (f = msg.getManufacturerDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
112492
112585
  windows: (f = msg.getWindows()) && proto.com.lansweeper.dp.outbound.v1.WindowsMonitorInfo.toObject(includeInstance, f),
112586
+ mac: (f = msg.getMac()) && proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.toObject(includeInstance, f),
112493
112587
  catalogBrand: (f = msg.getCatalogBrand()) && proto.com.lansweeper.dp.outbound.v1.CatalogBrand.toObject(includeInstance, f),
112494
112588
  catalogMonitor: (f = msg.getCatalogMonitor()) && proto.com.lansweeper.dp.outbound.v1.CatalogMonitor.toObject(includeInstance, f)
112495
112589
  };
@@ -112558,6 +112652,11 @@ proto.com.lansweeper.dp.outbound.v1.Monitor.deserializeBinaryFromReader = functi
112558
112652
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.WindowsMonitorInfo.deserializeBinaryFromReader);
112559
112653
  msg.setWindows(value);
112560
112654
  break;
112655
+ case 21:
112656
+ var value = new proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo;
112657
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.deserializeBinaryFromReader);
112658
+ msg.setMac(value);
112659
+ break;
112561
112660
  case 50:
112562
112661
  var value = new proto.com.lansweeper.dp.outbound.v1.CatalogBrand;
112563
112662
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.CatalogBrand.deserializeBinaryFromReader);
@@ -112648,6 +112747,14 @@ proto.com.lansweeper.dp.outbound.v1.Monitor.serializeBinaryToWriter = function(m
112648
112747
  proto.com.lansweeper.dp.outbound.v1.WindowsMonitorInfo.serializeBinaryToWriter
112649
112748
  );
112650
112749
  }
112750
+ f = message.getMac();
112751
+ if (f != null) {
112752
+ writer.writeMessage(
112753
+ 21,
112754
+ f,
112755
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.serializeBinaryToWriter
112756
+ );
112757
+ }
112651
112758
  f = message.getCatalogBrand();
112652
112759
  if (f != null) {
112653
112760
  writer.writeMessage(
@@ -112885,6 +112992,43 @@ proto.com.lansweeper.dp.outbound.v1.Monitor.prototype.hasWindows = function() {
112885
112992
  };
112886
112993
 
112887
112994
 
112995
+ /**
112996
+ * optional MacMonitorInfo mac = 21;
112997
+ * @return {?proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo}
112998
+ */
112999
+ proto.com.lansweeper.dp.outbound.v1.Monitor.prototype.getMac = function() {
113000
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} */ (
113001
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo, 21));
113002
+ };
113003
+
113004
+
113005
+ /**
113006
+ * @param {?proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo|undefined} value
113007
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Monitor} returns this
113008
+ */
113009
+ proto.com.lansweeper.dp.outbound.v1.Monitor.prototype.setMac = function(value) {
113010
+ return jspb.Message.setOneofWrapperField(this, 21, proto.com.lansweeper.dp.outbound.v1.Monitor.oneofGroups_[0], value);
113011
+ };
113012
+
113013
+
113014
+ /**
113015
+ * Clears the message field making it undefined.
113016
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Monitor} returns this
113017
+ */
113018
+ proto.com.lansweeper.dp.outbound.v1.Monitor.prototype.clearMac = function() {
113019
+ return this.setMac(undefined);
113020
+ };
113021
+
113022
+
113023
+ /**
113024
+ * Returns whether this field is set.
113025
+ * @return {boolean}
113026
+ */
113027
+ proto.com.lansweeper.dp.outbound.v1.Monitor.prototype.hasMac = function() {
113028
+ return jspb.Message.getField(this, 21) != null;
113029
+ };
113030
+
113031
+
112888
113032
  /**
112889
113033
  * optional CatalogBrand catalog_brand = 50;
112890
113034
  * @return {?proto.com.lansweeper.dp.outbound.v1.CatalogBrand}
@@ -113429,13 +113573,6 @@ proto.com.lansweeper.dp.outbound.v1.WindowsMonitorInfo.prototype.hasDeviceId = f
113429
113573
 
113430
113574
 
113431
113575
 
113432
- /**
113433
- * List of repeated fields within this message type.
113434
- * @private {!Array<number>}
113435
- * @const
113436
- */
113437
- proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.repeatedFields_ = [1];
113438
-
113439
113576
 
113440
113577
 
113441
113578
  if (jspb.Message.GENERATE_TO_OBJECT) {
@@ -113451,8 +113588,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
113451
113588
  * http://goto/soy-param-migration
113452
113589
  * @return {!Object}
113453
113590
  */
113454
- proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.prototype.toObject = function(opt_includeInstance) {
113455
- return proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.toObject(opt_includeInstance, this);
113591
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.toObject = function(opt_includeInstance) {
113592
+ return proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.toObject(opt_includeInstance, this);
113456
113593
  };
113457
113594
 
113458
113595
 
@@ -113461,239 +113598,33 @@ proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.prototype.toObject
113461
113598
  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
113462
113599
  * the JSPB instance for transitional soy proto support:
113463
113600
  * http://goto/soy-param-migration
113464
- * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController} msg The msg instance to transform.
113601
+ * @param {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} msg The msg instance to transform.
113465
113602
  * @return {!Object}
113466
113603
  * @suppress {unusedLocalVariables} f is only used for nested messages
113467
113604
  */
113468
- proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.toObject = function(includeInstance, msg) {
113469
- var f, obj = {
113470
- airportInterfacesList: jspb.Message.toObjectList(msg.getAirportInterfacesList(),
113471
- proto.com.lansweeper.dp.outbound.v1.WiFiInterface.toObject, includeInstance),
113472
- softwareInformation: (f = msg.getSoftwareInformation()) && proto.com.lansweeper.dp.outbound.v1.WiFiSoftware.toObject(includeInstance, f)
113473
- };
113474
-
113475
- if (includeInstance) {
113476
- obj.$jspbMessageInstance = msg;
113477
- }
113478
- return obj;
113479
- };
113480
- }
113481
-
113482
-
113483
- /**
113484
- * Deserializes binary data (in protobuf wire format).
113485
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
113486
- * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController}
113487
- */
113488
- proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.deserializeBinary = function(bytes) {
113489
- var reader = new jspb.BinaryReader(bytes);
113490
- var msg = new proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController;
113491
- return proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.deserializeBinaryFromReader(msg, reader);
113492
- };
113493
-
113494
-
113495
- /**
113496
- * Deserializes binary data (in protobuf wire format) from the
113497
- * given reader into the given message object.
113498
- * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController} msg The message object to deserialize into.
113499
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
113500
- * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController}
113501
- */
113502
- proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.deserializeBinaryFromReader = function(msg, reader) {
113503
- while (reader.nextField()) {
113504
- if (reader.isEndGroup()) {
113505
- break;
113506
- }
113507
- var field = reader.getFieldNumber();
113508
- switch (field) {
113509
- case 1:
113510
- var value = new proto.com.lansweeper.dp.outbound.v1.WiFiInterface;
113511
- reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.WiFiInterface.deserializeBinaryFromReader);
113512
- msg.addAirportInterfaces(value);
113513
- break;
113514
- case 2:
113515
- var value = new proto.com.lansweeper.dp.outbound.v1.WiFiSoftware;
113516
- reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.WiFiSoftware.deserializeBinaryFromReader);
113517
- msg.setSoftwareInformation(value);
113518
- break;
113519
- default:
113520
- reader.skipField();
113521
- break;
113522
- }
113523
- }
113524
- return msg;
113525
- };
113526
-
113527
-
113528
- /**
113529
- * Serializes the message to binary data (in protobuf wire format).
113530
- * @return {!Uint8Array}
113531
- */
113532
- proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.prototype.serializeBinary = function() {
113533
- var writer = new jspb.BinaryWriter();
113534
- proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.serializeBinaryToWriter(this, writer);
113535
- return writer.getResultBuffer();
113536
- };
113537
-
113538
-
113539
- /**
113540
- * Serializes the given message to binary data (in protobuf wire
113541
- * format), writing to the given BinaryWriter.
113542
- * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController} message
113543
- * @param {!jspb.BinaryWriter} writer
113544
- * @suppress {unusedLocalVariables} f is only used for nested messages
113545
- */
113546
- proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.serializeBinaryToWriter = function(message, writer) {
113547
- var f = undefined;
113548
- f = message.getAirportInterfacesList();
113549
- if (f.length > 0) {
113550
- writer.writeRepeatedMessage(
113551
- 1,
113552
- f,
113553
- proto.com.lansweeper.dp.outbound.v1.WiFiInterface.serializeBinaryToWriter
113554
- );
113555
- }
113556
- f = message.getSoftwareInformation();
113557
- if (f != null) {
113558
- writer.writeMessage(
113559
- 2,
113560
- f,
113561
- proto.com.lansweeper.dp.outbound.v1.WiFiSoftware.serializeBinaryToWriter
113562
- );
113563
- }
113564
- };
113565
-
113566
-
113567
- /**
113568
- * repeated WiFiInterface airport_interfaces = 1;
113569
- * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.WiFiInterface>}
113570
- */
113571
- proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.prototype.getAirportInterfacesList = function() {
113572
- return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.WiFiInterface>} */ (
113573
- jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.WiFiInterface, 1));
113574
- };
113575
-
113576
-
113577
- /**
113578
- * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.WiFiInterface>} value
113579
- * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController} returns this
113580
- */
113581
- proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.prototype.setAirportInterfacesList = function(value) {
113582
- return jspb.Message.setRepeatedWrapperField(this, 1, value);
113583
- };
113584
-
113585
-
113586
- /**
113587
- * @param {!proto.com.lansweeper.dp.outbound.v1.WiFiInterface=} opt_value
113588
- * @param {number=} opt_index
113589
- * @return {!proto.com.lansweeper.dp.outbound.v1.WiFiInterface}
113590
- */
113591
- proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.prototype.addAirportInterfaces = function(opt_value, opt_index) {
113592
- return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.com.lansweeper.dp.outbound.v1.WiFiInterface, opt_index);
113593
- };
113594
-
113595
-
113596
- /**
113597
- * Clears the list making it empty but non-null.
113598
- * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController} returns this
113599
- */
113600
- proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.prototype.clearAirportInterfacesList = function() {
113601
- return this.setAirportInterfacesList([]);
113602
- };
113603
-
113604
-
113605
- /**
113606
- * optional WiFiSoftware software_information = 2;
113607
- * @return {?proto.com.lansweeper.dp.outbound.v1.WiFiSoftware}
113608
- */
113609
- proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.prototype.getSoftwareInformation = function() {
113610
- return /** @type{?proto.com.lansweeper.dp.outbound.v1.WiFiSoftware} */ (
113611
- jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.WiFiSoftware, 2));
113612
- };
113613
-
113614
-
113615
- /**
113616
- * @param {?proto.com.lansweeper.dp.outbound.v1.WiFiSoftware|undefined} value
113617
- * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController} returns this
113618
- */
113619
- proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.prototype.setSoftwareInformation = function(value) {
113620
- return jspb.Message.setWrapperField(this, 2, value);
113621
- };
113622
-
113623
-
113624
- /**
113625
- * Clears the message field making it undefined.
113626
- * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController} returns this
113627
- */
113628
- proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.prototype.clearSoftwareInformation = function() {
113629
- return this.setSoftwareInformation(undefined);
113630
- };
113631
-
113632
-
113633
- /**
113634
- * Returns whether this field is set.
113635
- * @return {boolean}
113636
- */
113637
- proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.prototype.hasSoftwareInformation = function() {
113638
- return jspb.Message.getField(this, 2) != null;
113639
- };
113640
-
113641
-
113642
-
113643
- /**
113644
- * List of repeated fields within this message type.
113645
- * @private {!Array<number>}
113646
- * @const
113647
- */
113648
- proto.com.lansweeper.dp.outbound.v1.WiFiInterface.repeatedFields_ = [11,15];
113649
-
113650
-
113651
-
113652
- if (jspb.Message.GENERATE_TO_OBJECT) {
113653
- /**
113654
- * Creates an object representation of this proto.
113655
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
113656
- * Optional fields that are not set will be set to undefined.
113657
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
113658
- * For the list of reserved names please see:
113659
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
113660
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
113661
- * JSPB instance for transitional soy proto support:
113662
- * http://goto/soy-param-migration
113663
- * @return {!Object}
113664
- */
113665
- proto.com.lansweeper.dp.outbound.v1.WiFiInterface.prototype.toObject = function(opt_includeInstance) {
113666
- return proto.com.lansweeper.dp.outbound.v1.WiFiInterface.toObject(opt_includeInstance, this);
113667
- };
113668
-
113669
-
113670
- /**
113671
- * Static version of the {@see toObject} method.
113672
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
113673
- * the JSPB instance for transitional soy proto support:
113674
- * http://goto/soy-param-migration
113675
- * @param {!proto.com.lansweeper.dp.outbound.v1.WiFiInterface} msg The msg instance to transform.
113676
- * @return {!Object}
113677
- * @suppress {unusedLocalVariables} f is only used for nested messages
113678
- */
113679
- proto.com.lansweeper.dp.outbound.v1.WiFiInterface.toObject = function(includeInstance, msg) {
113605
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.toObject = function(includeInstance, msg) {
113680
113606
  var f, obj = {
113681
113607
  name: jspb.Message.getFieldWithDefault(msg, 1, ""),
113682
- airdropChannel: jspb.Message.getFieldWithDefault(msg, 2, ""),
113683
- airdropSupported: jspb.Message.getBooleanFieldWithDefault(msg, 3, false),
113684
- autoUnlockSupported: jspb.Message.getBooleanFieldWithDefault(msg, 4, false),
113685
- cardType: jspb.Message.getFieldWithDefault(msg, 5, ""),
113686
- countryCode: jspb.Message.getFieldWithDefault(msg, 6, ""),
113687
- firmwareVersion: jspb.Message.getFieldWithDefault(msg, 7, ""),
113688
- locale: jspb.Message.getFieldWithDefault(msg, 8, ""),
113689
- macAddress: jspb.Message.getFieldWithDefault(msg, 9, ""),
113690
- statusInformation: jspb.Message.getFieldWithDefault(msg, 10, ""),
113691
- supportedChannelsList: (f = jspb.Message.getRepeatedField(msg, 11)) == null ? undefined : f,
113692
- supportedPhyModes: jspb.Message.getFieldWithDefault(msg, 12, ""),
113693
- wakeOnWirelessSupported: jspb.Message.getBooleanFieldWithDefault(msg, 13, false),
113694
- currentNetwork: (f = msg.getCurrentNetwork()) && proto.com.lansweeper.dp.outbound.v1.WiFiNetwork.toObject(includeInstance, f),
113695
- otherLocalNetworksList: jspb.Message.toObjectList(msg.getOtherLocalNetworksList(),
113696
- proto.com.lansweeper.dp.outbound.v1.WiFiNetwork.toObject, includeInstance)
113608
+ productId: jspb.Message.getFieldWithDefault(msg, 2, ""),
113609
+ serialNumber: jspb.Message.getFieldWithDefault(msg, 3, ""),
113610
+ vendorId: jspb.Message.getFieldWithDefault(msg, 4, ""),
113611
+ week: jspb.Message.getFieldWithDefault(msg, 5, ""),
113612
+ year: jspb.Message.getFieldWithDefault(msg, 6, ""),
113613
+ id: jspb.Message.getFieldWithDefault(msg, 7, ""),
113614
+ pixels: jspb.Message.getFieldWithDefault(msg, 8, ""),
113615
+ resolution: jspb.Message.getFieldWithDefault(msg, 9, ""),
113616
+ ambientBrightness: jspb.Message.getFieldWithDefault(msg, 10, ""),
113617
+ connectionType: jspb.Message.getFieldWithDefault(msg, 11, ""),
113618
+ displayType: jspb.Message.getFieldWithDefault(msg, 12, ""),
113619
+ isMain: jspb.Message.getFieldWithDefault(msg, 13, ""),
113620
+ mirror: jspb.Message.getFieldWithDefault(msg, 14, ""),
113621
+ isOnline: jspb.Message.getFieldWithDefault(msg, 15, ""),
113622
+ pixelResolution: jspb.Message.getFieldWithDefault(msg, 16, ""),
113623
+ coreImage: jspb.Message.getFieldWithDefault(msg, 17, ""),
113624
+ depth: jspb.Message.getFieldWithDefault(msg, 18, ""),
113625
+ quartzExtreme: jspb.Message.getFieldWithDefault(msg, 19, ""),
113626
+ deviceType: jspb.Message.getFieldWithDefault(msg, 20, ""),
113627
+ builtIn: jspb.Message.getFieldWithDefault(msg, 21, "")
113697
113628
  };
113698
113629
 
113699
113630
  if (includeInstance) {
@@ -113707,23 +113638,23 @@ proto.com.lansweeper.dp.outbound.v1.WiFiInterface.toObject = function(includeIns
113707
113638
  /**
113708
113639
  * Deserializes binary data (in protobuf wire format).
113709
113640
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
113710
- * @return {!proto.com.lansweeper.dp.outbound.v1.WiFiInterface}
113641
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo}
113711
113642
  */
113712
- proto.com.lansweeper.dp.outbound.v1.WiFiInterface.deserializeBinary = function(bytes) {
113643
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.deserializeBinary = function(bytes) {
113713
113644
  var reader = new jspb.BinaryReader(bytes);
113714
- var msg = new proto.com.lansweeper.dp.outbound.v1.WiFiInterface;
113715
- return proto.com.lansweeper.dp.outbound.v1.WiFiInterface.deserializeBinaryFromReader(msg, reader);
113645
+ var msg = new proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo;
113646
+ return proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.deserializeBinaryFromReader(msg, reader);
113716
113647
  };
113717
113648
 
113718
113649
 
113719
113650
  /**
113720
113651
  * Deserializes binary data (in protobuf wire format) from the
113721
113652
  * given reader into the given message object.
113722
- * @param {!proto.com.lansweeper.dp.outbound.v1.WiFiInterface} msg The message object to deserialize into.
113653
+ * @param {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} msg The message object to deserialize into.
113723
113654
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
113724
- * @return {!proto.com.lansweeper.dp.outbound.v1.WiFiInterface}
113655
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo}
113725
113656
  */
113726
- proto.com.lansweeper.dp.outbound.v1.WiFiInterface.deserializeBinaryFromReader = function(msg, reader) {
113657
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.deserializeBinaryFromReader = function(msg, reader) {
113727
113658
  while (reader.nextField()) {
113728
113659
  if (reader.isEndGroup()) {
113729
113660
  break;
@@ -113736,61 +113667,83 @@ proto.com.lansweeper.dp.outbound.v1.WiFiInterface.deserializeBinaryFromReader =
113736
113667
  break;
113737
113668
  case 2:
113738
113669
  var value = /** @type {string} */ (reader.readString());
113739
- msg.setAirdropChannel(value);
113670
+ msg.setProductId(value);
113740
113671
  break;
113741
113672
  case 3:
113742
- var value = /** @type {boolean} */ (reader.readBool());
113743
- msg.setAirdropSupported(value);
113673
+ var value = /** @type {string} */ (reader.readString());
113674
+ msg.setSerialNumber(value);
113744
113675
  break;
113745
113676
  case 4:
113746
- var value = /** @type {boolean} */ (reader.readBool());
113747
- msg.setAutoUnlockSupported(value);
113677
+ var value = /** @type {string} */ (reader.readString());
113678
+ msg.setVendorId(value);
113748
113679
  break;
113749
113680
  case 5:
113750
113681
  var value = /** @type {string} */ (reader.readString());
113751
- msg.setCardType(value);
113682
+ msg.setWeek(value);
113752
113683
  break;
113753
113684
  case 6:
113754
113685
  var value = /** @type {string} */ (reader.readString());
113755
- msg.setCountryCode(value);
113686
+ msg.setYear(value);
113756
113687
  break;
113757
113688
  case 7:
113758
113689
  var value = /** @type {string} */ (reader.readString());
113759
- msg.setFirmwareVersion(value);
113690
+ msg.setId(value);
113760
113691
  break;
113761
113692
  case 8:
113762
113693
  var value = /** @type {string} */ (reader.readString());
113763
- msg.setLocale(value);
113694
+ msg.setPixels(value);
113764
113695
  break;
113765
113696
  case 9:
113766
113697
  var value = /** @type {string} */ (reader.readString());
113767
- msg.setMacAddress(value);
113698
+ msg.setResolution(value);
113768
113699
  break;
113769
113700
  case 10:
113770
113701
  var value = /** @type {string} */ (reader.readString());
113771
- msg.setStatusInformation(value);
113702
+ msg.setAmbientBrightness(value);
113772
113703
  break;
113773
113704
  case 11:
113774
113705
  var value = /** @type {string} */ (reader.readString());
113775
- msg.addSupportedChannels(value);
113706
+ msg.setConnectionType(value);
113776
113707
  break;
113777
113708
  case 12:
113778
113709
  var value = /** @type {string} */ (reader.readString());
113779
- msg.setSupportedPhyModes(value);
113710
+ msg.setDisplayType(value);
113780
113711
  break;
113781
113712
  case 13:
113782
- var value = /** @type {boolean} */ (reader.readBool());
113783
- msg.setWakeOnWirelessSupported(value);
113713
+ var value = /** @type {string} */ (reader.readString());
113714
+ msg.setIsMain(value);
113784
113715
  break;
113785
113716
  case 14:
113786
- var value = new proto.com.lansweeper.dp.outbound.v1.WiFiNetwork;
113787
- reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.WiFiNetwork.deserializeBinaryFromReader);
113788
- msg.setCurrentNetwork(value);
113717
+ var value = /** @type {string} */ (reader.readString());
113718
+ msg.setMirror(value);
113789
113719
  break;
113790
113720
  case 15:
113791
- var value = new proto.com.lansweeper.dp.outbound.v1.WiFiNetwork;
113792
- reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.WiFiNetwork.deserializeBinaryFromReader);
113793
- msg.addOtherLocalNetworks(value);
113721
+ var value = /** @type {string} */ (reader.readString());
113722
+ msg.setIsOnline(value);
113723
+ break;
113724
+ case 16:
113725
+ var value = /** @type {string} */ (reader.readString());
113726
+ msg.setPixelResolution(value);
113727
+ break;
113728
+ case 17:
113729
+ var value = /** @type {string} */ (reader.readString());
113730
+ msg.setCoreImage(value);
113731
+ break;
113732
+ case 18:
113733
+ var value = /** @type {string} */ (reader.readString());
113734
+ msg.setDepth(value);
113735
+ break;
113736
+ case 19:
113737
+ var value = /** @type {string} */ (reader.readString());
113738
+ msg.setQuartzExtreme(value);
113739
+ break;
113740
+ case 20:
113741
+ var value = /** @type {string} */ (reader.readString());
113742
+ msg.setDeviceType(value);
113743
+ break;
113744
+ case 21:
113745
+ var value = /** @type {string} */ (reader.readString());
113746
+ msg.setBuiltIn(value);
113794
113747
  break;
113795
113748
  default:
113796
113749
  reader.skipField();
@@ -113805,9 +113758,9 @@ proto.com.lansweeper.dp.outbound.v1.WiFiInterface.deserializeBinaryFromReader =
113805
113758
  * Serializes the message to binary data (in protobuf wire format).
113806
113759
  * @return {!Uint8Array}
113807
113760
  */
113808
- proto.com.lansweeper.dp.outbound.v1.WiFiInterface.prototype.serializeBinary = function() {
113761
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.serializeBinary = function() {
113809
113762
  var writer = new jspb.BinaryWriter();
113810
- proto.com.lansweeper.dp.outbound.v1.WiFiInterface.serializeBinaryToWriter(this, writer);
113763
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.serializeBinaryToWriter(this, writer);
113811
113764
  return writer.getResultBuffer();
113812
113765
  };
113813
113766
 
@@ -113815,11 +113768,11 @@ proto.com.lansweeper.dp.outbound.v1.WiFiInterface.prototype.serializeBinary = fu
113815
113768
  /**
113816
113769
  * Serializes the given message to binary data (in protobuf wire
113817
113770
  * format), writing to the given BinaryWriter.
113818
- * @param {!proto.com.lansweeper.dp.outbound.v1.WiFiInterface} message
113771
+ * @param {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} message
113819
113772
  * @param {!jspb.BinaryWriter} writer
113820
113773
  * @suppress {unusedLocalVariables} f is only used for nested messages
113821
113774
  */
113822
- proto.com.lansweeper.dp.outbound.v1.WiFiInterface.serializeBinaryToWriter = function(message, writer) {
113775
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.serializeBinaryToWriter = function(message, writer) {
113823
113776
  var f = undefined;
113824
113777
  f = /** @type {string} */ (jspb.Message.getField(message, 1));
113825
113778
  if (f != null) {
@@ -113835,16 +113788,1315 @@ proto.com.lansweeper.dp.outbound.v1.WiFiInterface.serializeBinaryToWriter = func
113835
113788
  f
113836
113789
  );
113837
113790
  }
113838
- f = /** @type {boolean} */ (jspb.Message.getField(message, 3));
113791
+ f = /** @type {string} */ (jspb.Message.getField(message, 3));
113839
113792
  if (f != null) {
113840
- writer.writeBool(
113793
+ writer.writeString(
113841
113794
  3,
113842
113795
  f
113843
113796
  );
113844
113797
  }
113845
- f = /** @type {boolean} */ (jspb.Message.getField(message, 4));
113798
+ f = /** @type {string} */ (jspb.Message.getField(message, 4));
113846
113799
  if (f != null) {
113847
- writer.writeBool(
113800
+ writer.writeString(
113801
+ 4,
113802
+ f
113803
+ );
113804
+ }
113805
+ f = /** @type {string} */ (jspb.Message.getField(message, 5));
113806
+ if (f != null) {
113807
+ writer.writeString(
113808
+ 5,
113809
+ f
113810
+ );
113811
+ }
113812
+ f = /** @type {string} */ (jspb.Message.getField(message, 6));
113813
+ if (f != null) {
113814
+ writer.writeString(
113815
+ 6,
113816
+ f
113817
+ );
113818
+ }
113819
+ f = /** @type {string} */ (jspb.Message.getField(message, 7));
113820
+ if (f != null) {
113821
+ writer.writeString(
113822
+ 7,
113823
+ f
113824
+ );
113825
+ }
113826
+ f = /** @type {string} */ (jspb.Message.getField(message, 8));
113827
+ if (f != null) {
113828
+ writer.writeString(
113829
+ 8,
113830
+ f
113831
+ );
113832
+ }
113833
+ f = /** @type {string} */ (jspb.Message.getField(message, 9));
113834
+ if (f != null) {
113835
+ writer.writeString(
113836
+ 9,
113837
+ f
113838
+ );
113839
+ }
113840
+ f = /** @type {string} */ (jspb.Message.getField(message, 10));
113841
+ if (f != null) {
113842
+ writer.writeString(
113843
+ 10,
113844
+ f
113845
+ );
113846
+ }
113847
+ f = /** @type {string} */ (jspb.Message.getField(message, 11));
113848
+ if (f != null) {
113849
+ writer.writeString(
113850
+ 11,
113851
+ f
113852
+ );
113853
+ }
113854
+ f = /** @type {string} */ (jspb.Message.getField(message, 12));
113855
+ if (f != null) {
113856
+ writer.writeString(
113857
+ 12,
113858
+ f
113859
+ );
113860
+ }
113861
+ f = /** @type {string} */ (jspb.Message.getField(message, 13));
113862
+ if (f != null) {
113863
+ writer.writeString(
113864
+ 13,
113865
+ f
113866
+ );
113867
+ }
113868
+ f = /** @type {string} */ (jspb.Message.getField(message, 14));
113869
+ if (f != null) {
113870
+ writer.writeString(
113871
+ 14,
113872
+ f
113873
+ );
113874
+ }
113875
+ f = /** @type {string} */ (jspb.Message.getField(message, 15));
113876
+ if (f != null) {
113877
+ writer.writeString(
113878
+ 15,
113879
+ f
113880
+ );
113881
+ }
113882
+ f = /** @type {string} */ (jspb.Message.getField(message, 16));
113883
+ if (f != null) {
113884
+ writer.writeString(
113885
+ 16,
113886
+ f
113887
+ );
113888
+ }
113889
+ f = /** @type {string} */ (jspb.Message.getField(message, 17));
113890
+ if (f != null) {
113891
+ writer.writeString(
113892
+ 17,
113893
+ f
113894
+ );
113895
+ }
113896
+ f = /** @type {string} */ (jspb.Message.getField(message, 18));
113897
+ if (f != null) {
113898
+ writer.writeString(
113899
+ 18,
113900
+ f
113901
+ );
113902
+ }
113903
+ f = /** @type {string} */ (jspb.Message.getField(message, 19));
113904
+ if (f != null) {
113905
+ writer.writeString(
113906
+ 19,
113907
+ f
113908
+ );
113909
+ }
113910
+ f = /** @type {string} */ (jspb.Message.getField(message, 20));
113911
+ if (f != null) {
113912
+ writer.writeString(
113913
+ 20,
113914
+ f
113915
+ );
113916
+ }
113917
+ f = /** @type {string} */ (jspb.Message.getField(message, 21));
113918
+ if (f != null) {
113919
+ writer.writeString(
113920
+ 21,
113921
+ f
113922
+ );
113923
+ }
113924
+ };
113925
+
113926
+
113927
+ /**
113928
+ * optional string name = 1;
113929
+ * @return {string}
113930
+ */
113931
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.getName = function() {
113932
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
113933
+ };
113934
+
113935
+
113936
+ /**
113937
+ * @param {string} value
113938
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
113939
+ */
113940
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.setName = function(value) {
113941
+ return jspb.Message.setField(this, 1, value);
113942
+ };
113943
+
113944
+
113945
+ /**
113946
+ * Clears the field making it undefined.
113947
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
113948
+ */
113949
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.clearName = function() {
113950
+ return jspb.Message.setField(this, 1, undefined);
113951
+ };
113952
+
113953
+
113954
+ /**
113955
+ * Returns whether this field is set.
113956
+ * @return {boolean}
113957
+ */
113958
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.hasName = function() {
113959
+ return jspb.Message.getField(this, 1) != null;
113960
+ };
113961
+
113962
+
113963
+ /**
113964
+ * optional string product_id = 2;
113965
+ * @return {string}
113966
+ */
113967
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.getProductId = function() {
113968
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
113969
+ };
113970
+
113971
+
113972
+ /**
113973
+ * @param {string} value
113974
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
113975
+ */
113976
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.setProductId = function(value) {
113977
+ return jspb.Message.setField(this, 2, value);
113978
+ };
113979
+
113980
+
113981
+ /**
113982
+ * Clears the field making it undefined.
113983
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
113984
+ */
113985
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.clearProductId = function() {
113986
+ return jspb.Message.setField(this, 2, undefined);
113987
+ };
113988
+
113989
+
113990
+ /**
113991
+ * Returns whether this field is set.
113992
+ * @return {boolean}
113993
+ */
113994
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.hasProductId = function() {
113995
+ return jspb.Message.getField(this, 2) != null;
113996
+ };
113997
+
113998
+
113999
+ /**
114000
+ * optional string serial_number = 3;
114001
+ * @return {string}
114002
+ */
114003
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.getSerialNumber = function() {
114004
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
114005
+ };
114006
+
114007
+
114008
+ /**
114009
+ * @param {string} value
114010
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114011
+ */
114012
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.setSerialNumber = function(value) {
114013
+ return jspb.Message.setField(this, 3, value);
114014
+ };
114015
+
114016
+
114017
+ /**
114018
+ * Clears the field making it undefined.
114019
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114020
+ */
114021
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.clearSerialNumber = function() {
114022
+ return jspb.Message.setField(this, 3, undefined);
114023
+ };
114024
+
114025
+
114026
+ /**
114027
+ * Returns whether this field is set.
114028
+ * @return {boolean}
114029
+ */
114030
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.hasSerialNumber = function() {
114031
+ return jspb.Message.getField(this, 3) != null;
114032
+ };
114033
+
114034
+
114035
+ /**
114036
+ * optional string vendor_id = 4;
114037
+ * @return {string}
114038
+ */
114039
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.getVendorId = function() {
114040
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
114041
+ };
114042
+
114043
+
114044
+ /**
114045
+ * @param {string} value
114046
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114047
+ */
114048
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.setVendorId = function(value) {
114049
+ return jspb.Message.setField(this, 4, value);
114050
+ };
114051
+
114052
+
114053
+ /**
114054
+ * Clears the field making it undefined.
114055
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114056
+ */
114057
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.clearVendorId = function() {
114058
+ return jspb.Message.setField(this, 4, undefined);
114059
+ };
114060
+
114061
+
114062
+ /**
114063
+ * Returns whether this field is set.
114064
+ * @return {boolean}
114065
+ */
114066
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.hasVendorId = function() {
114067
+ return jspb.Message.getField(this, 4) != null;
114068
+ };
114069
+
114070
+
114071
+ /**
114072
+ * optional string week = 5;
114073
+ * @return {string}
114074
+ */
114075
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.getWeek = function() {
114076
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
114077
+ };
114078
+
114079
+
114080
+ /**
114081
+ * @param {string} value
114082
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114083
+ */
114084
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.setWeek = function(value) {
114085
+ return jspb.Message.setField(this, 5, value);
114086
+ };
114087
+
114088
+
114089
+ /**
114090
+ * Clears the field making it undefined.
114091
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114092
+ */
114093
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.clearWeek = function() {
114094
+ return jspb.Message.setField(this, 5, undefined);
114095
+ };
114096
+
114097
+
114098
+ /**
114099
+ * Returns whether this field is set.
114100
+ * @return {boolean}
114101
+ */
114102
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.hasWeek = function() {
114103
+ return jspb.Message.getField(this, 5) != null;
114104
+ };
114105
+
114106
+
114107
+ /**
114108
+ * optional string year = 6;
114109
+ * @return {string}
114110
+ */
114111
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.getYear = function() {
114112
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
114113
+ };
114114
+
114115
+
114116
+ /**
114117
+ * @param {string} value
114118
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114119
+ */
114120
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.setYear = function(value) {
114121
+ return jspb.Message.setField(this, 6, value);
114122
+ };
114123
+
114124
+
114125
+ /**
114126
+ * Clears the field making it undefined.
114127
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114128
+ */
114129
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.clearYear = function() {
114130
+ return jspb.Message.setField(this, 6, undefined);
114131
+ };
114132
+
114133
+
114134
+ /**
114135
+ * Returns whether this field is set.
114136
+ * @return {boolean}
114137
+ */
114138
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.hasYear = function() {
114139
+ return jspb.Message.getField(this, 6) != null;
114140
+ };
114141
+
114142
+
114143
+ /**
114144
+ * optional string id = 7;
114145
+ * @return {string}
114146
+ */
114147
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.getId = function() {
114148
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
114149
+ };
114150
+
114151
+
114152
+ /**
114153
+ * @param {string} value
114154
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114155
+ */
114156
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.setId = function(value) {
114157
+ return jspb.Message.setField(this, 7, value);
114158
+ };
114159
+
114160
+
114161
+ /**
114162
+ * Clears the field making it undefined.
114163
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114164
+ */
114165
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.clearId = function() {
114166
+ return jspb.Message.setField(this, 7, undefined);
114167
+ };
114168
+
114169
+
114170
+ /**
114171
+ * Returns whether this field is set.
114172
+ * @return {boolean}
114173
+ */
114174
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.hasId = function() {
114175
+ return jspb.Message.getField(this, 7) != null;
114176
+ };
114177
+
114178
+
114179
+ /**
114180
+ * optional string pixels = 8;
114181
+ * @return {string}
114182
+ */
114183
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.getPixels = function() {
114184
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
114185
+ };
114186
+
114187
+
114188
+ /**
114189
+ * @param {string} value
114190
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114191
+ */
114192
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.setPixels = function(value) {
114193
+ return jspb.Message.setField(this, 8, value);
114194
+ };
114195
+
114196
+
114197
+ /**
114198
+ * Clears the field making it undefined.
114199
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114200
+ */
114201
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.clearPixels = function() {
114202
+ return jspb.Message.setField(this, 8, undefined);
114203
+ };
114204
+
114205
+
114206
+ /**
114207
+ * Returns whether this field is set.
114208
+ * @return {boolean}
114209
+ */
114210
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.hasPixels = function() {
114211
+ return jspb.Message.getField(this, 8) != null;
114212
+ };
114213
+
114214
+
114215
+ /**
114216
+ * optional string resolution = 9;
114217
+ * @return {string}
114218
+ */
114219
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.getResolution = function() {
114220
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, ""));
114221
+ };
114222
+
114223
+
114224
+ /**
114225
+ * @param {string} value
114226
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114227
+ */
114228
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.setResolution = function(value) {
114229
+ return jspb.Message.setField(this, 9, value);
114230
+ };
114231
+
114232
+
114233
+ /**
114234
+ * Clears the field making it undefined.
114235
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114236
+ */
114237
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.clearResolution = function() {
114238
+ return jspb.Message.setField(this, 9, undefined);
114239
+ };
114240
+
114241
+
114242
+ /**
114243
+ * Returns whether this field is set.
114244
+ * @return {boolean}
114245
+ */
114246
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.hasResolution = function() {
114247
+ return jspb.Message.getField(this, 9) != null;
114248
+ };
114249
+
114250
+
114251
+ /**
114252
+ * optional string ambient_brightness = 10;
114253
+ * @return {string}
114254
+ */
114255
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.getAmbientBrightness = function() {
114256
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, ""));
114257
+ };
114258
+
114259
+
114260
+ /**
114261
+ * @param {string} value
114262
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114263
+ */
114264
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.setAmbientBrightness = function(value) {
114265
+ return jspb.Message.setField(this, 10, value);
114266
+ };
114267
+
114268
+
114269
+ /**
114270
+ * Clears the field making it undefined.
114271
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114272
+ */
114273
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.clearAmbientBrightness = function() {
114274
+ return jspb.Message.setField(this, 10, undefined);
114275
+ };
114276
+
114277
+
114278
+ /**
114279
+ * Returns whether this field is set.
114280
+ * @return {boolean}
114281
+ */
114282
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.hasAmbientBrightness = function() {
114283
+ return jspb.Message.getField(this, 10) != null;
114284
+ };
114285
+
114286
+
114287
+ /**
114288
+ * optional string connection_type = 11;
114289
+ * @return {string}
114290
+ */
114291
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.getConnectionType = function() {
114292
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
114293
+ };
114294
+
114295
+
114296
+ /**
114297
+ * @param {string} value
114298
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114299
+ */
114300
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.setConnectionType = function(value) {
114301
+ return jspb.Message.setField(this, 11, value);
114302
+ };
114303
+
114304
+
114305
+ /**
114306
+ * Clears the field making it undefined.
114307
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114308
+ */
114309
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.clearConnectionType = function() {
114310
+ return jspb.Message.setField(this, 11, undefined);
114311
+ };
114312
+
114313
+
114314
+ /**
114315
+ * Returns whether this field is set.
114316
+ * @return {boolean}
114317
+ */
114318
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.hasConnectionType = function() {
114319
+ return jspb.Message.getField(this, 11) != null;
114320
+ };
114321
+
114322
+
114323
+ /**
114324
+ * optional string display_type = 12;
114325
+ * @return {string}
114326
+ */
114327
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.getDisplayType = function() {
114328
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, ""));
114329
+ };
114330
+
114331
+
114332
+ /**
114333
+ * @param {string} value
114334
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114335
+ */
114336
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.setDisplayType = function(value) {
114337
+ return jspb.Message.setField(this, 12, value);
114338
+ };
114339
+
114340
+
114341
+ /**
114342
+ * Clears the field making it undefined.
114343
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114344
+ */
114345
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.clearDisplayType = function() {
114346
+ return jspb.Message.setField(this, 12, undefined);
114347
+ };
114348
+
114349
+
114350
+ /**
114351
+ * Returns whether this field is set.
114352
+ * @return {boolean}
114353
+ */
114354
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.hasDisplayType = function() {
114355
+ return jspb.Message.getField(this, 12) != null;
114356
+ };
114357
+
114358
+
114359
+ /**
114360
+ * optional string is_main = 13;
114361
+ * @return {string}
114362
+ */
114363
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.getIsMain = function() {
114364
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 13, ""));
114365
+ };
114366
+
114367
+
114368
+ /**
114369
+ * @param {string} value
114370
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114371
+ */
114372
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.setIsMain = function(value) {
114373
+ return jspb.Message.setField(this, 13, value);
114374
+ };
114375
+
114376
+
114377
+ /**
114378
+ * Clears the field making it undefined.
114379
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114380
+ */
114381
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.clearIsMain = function() {
114382
+ return jspb.Message.setField(this, 13, undefined);
114383
+ };
114384
+
114385
+
114386
+ /**
114387
+ * Returns whether this field is set.
114388
+ * @return {boolean}
114389
+ */
114390
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.hasIsMain = function() {
114391
+ return jspb.Message.getField(this, 13) != null;
114392
+ };
114393
+
114394
+
114395
+ /**
114396
+ * optional string mirror = 14;
114397
+ * @return {string}
114398
+ */
114399
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.getMirror = function() {
114400
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 14, ""));
114401
+ };
114402
+
114403
+
114404
+ /**
114405
+ * @param {string} value
114406
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114407
+ */
114408
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.setMirror = function(value) {
114409
+ return jspb.Message.setField(this, 14, value);
114410
+ };
114411
+
114412
+
114413
+ /**
114414
+ * Clears the field making it undefined.
114415
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114416
+ */
114417
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.clearMirror = function() {
114418
+ return jspb.Message.setField(this, 14, undefined);
114419
+ };
114420
+
114421
+
114422
+ /**
114423
+ * Returns whether this field is set.
114424
+ * @return {boolean}
114425
+ */
114426
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.hasMirror = function() {
114427
+ return jspb.Message.getField(this, 14) != null;
114428
+ };
114429
+
114430
+
114431
+ /**
114432
+ * optional string is_online = 15;
114433
+ * @return {string}
114434
+ */
114435
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.getIsOnline = function() {
114436
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 15, ""));
114437
+ };
114438
+
114439
+
114440
+ /**
114441
+ * @param {string} value
114442
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114443
+ */
114444
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.setIsOnline = function(value) {
114445
+ return jspb.Message.setField(this, 15, value);
114446
+ };
114447
+
114448
+
114449
+ /**
114450
+ * Clears the field making it undefined.
114451
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114452
+ */
114453
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.clearIsOnline = function() {
114454
+ return jspb.Message.setField(this, 15, undefined);
114455
+ };
114456
+
114457
+
114458
+ /**
114459
+ * Returns whether this field is set.
114460
+ * @return {boolean}
114461
+ */
114462
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.hasIsOnline = function() {
114463
+ return jspb.Message.getField(this, 15) != null;
114464
+ };
114465
+
114466
+
114467
+ /**
114468
+ * optional string pixel_resolution = 16;
114469
+ * @return {string}
114470
+ */
114471
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.getPixelResolution = function() {
114472
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 16, ""));
114473
+ };
114474
+
114475
+
114476
+ /**
114477
+ * @param {string} value
114478
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114479
+ */
114480
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.setPixelResolution = function(value) {
114481
+ return jspb.Message.setField(this, 16, value);
114482
+ };
114483
+
114484
+
114485
+ /**
114486
+ * Clears the field making it undefined.
114487
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114488
+ */
114489
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.clearPixelResolution = function() {
114490
+ return jspb.Message.setField(this, 16, undefined);
114491
+ };
114492
+
114493
+
114494
+ /**
114495
+ * Returns whether this field is set.
114496
+ * @return {boolean}
114497
+ */
114498
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.hasPixelResolution = function() {
114499
+ return jspb.Message.getField(this, 16) != null;
114500
+ };
114501
+
114502
+
114503
+ /**
114504
+ * optional string core_image = 17;
114505
+ * @return {string}
114506
+ */
114507
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.getCoreImage = function() {
114508
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 17, ""));
114509
+ };
114510
+
114511
+
114512
+ /**
114513
+ * @param {string} value
114514
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114515
+ */
114516
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.setCoreImage = function(value) {
114517
+ return jspb.Message.setField(this, 17, value);
114518
+ };
114519
+
114520
+
114521
+ /**
114522
+ * Clears the field making it undefined.
114523
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114524
+ */
114525
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.clearCoreImage = function() {
114526
+ return jspb.Message.setField(this, 17, undefined);
114527
+ };
114528
+
114529
+
114530
+ /**
114531
+ * Returns whether this field is set.
114532
+ * @return {boolean}
114533
+ */
114534
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.hasCoreImage = function() {
114535
+ return jspb.Message.getField(this, 17) != null;
114536
+ };
114537
+
114538
+
114539
+ /**
114540
+ * optional string depth = 18;
114541
+ * @return {string}
114542
+ */
114543
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.getDepth = function() {
114544
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 18, ""));
114545
+ };
114546
+
114547
+
114548
+ /**
114549
+ * @param {string} value
114550
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114551
+ */
114552
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.setDepth = function(value) {
114553
+ return jspb.Message.setField(this, 18, value);
114554
+ };
114555
+
114556
+
114557
+ /**
114558
+ * Clears the field making it undefined.
114559
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114560
+ */
114561
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.clearDepth = function() {
114562
+ return jspb.Message.setField(this, 18, undefined);
114563
+ };
114564
+
114565
+
114566
+ /**
114567
+ * Returns whether this field is set.
114568
+ * @return {boolean}
114569
+ */
114570
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.hasDepth = function() {
114571
+ return jspb.Message.getField(this, 18) != null;
114572
+ };
114573
+
114574
+
114575
+ /**
114576
+ * optional string quartz_extreme = 19;
114577
+ * @return {string}
114578
+ */
114579
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.getQuartzExtreme = function() {
114580
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 19, ""));
114581
+ };
114582
+
114583
+
114584
+ /**
114585
+ * @param {string} value
114586
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114587
+ */
114588
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.setQuartzExtreme = function(value) {
114589
+ return jspb.Message.setField(this, 19, value);
114590
+ };
114591
+
114592
+
114593
+ /**
114594
+ * Clears the field making it undefined.
114595
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114596
+ */
114597
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.clearQuartzExtreme = function() {
114598
+ return jspb.Message.setField(this, 19, undefined);
114599
+ };
114600
+
114601
+
114602
+ /**
114603
+ * Returns whether this field is set.
114604
+ * @return {boolean}
114605
+ */
114606
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.hasQuartzExtreme = function() {
114607
+ return jspb.Message.getField(this, 19) != null;
114608
+ };
114609
+
114610
+
114611
+ /**
114612
+ * optional string device_type = 20;
114613
+ * @return {string}
114614
+ */
114615
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.getDeviceType = function() {
114616
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 20, ""));
114617
+ };
114618
+
114619
+
114620
+ /**
114621
+ * @param {string} value
114622
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114623
+ */
114624
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.setDeviceType = function(value) {
114625
+ return jspb.Message.setField(this, 20, value);
114626
+ };
114627
+
114628
+
114629
+ /**
114630
+ * Clears the field making it undefined.
114631
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114632
+ */
114633
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.clearDeviceType = function() {
114634
+ return jspb.Message.setField(this, 20, undefined);
114635
+ };
114636
+
114637
+
114638
+ /**
114639
+ * Returns whether this field is set.
114640
+ * @return {boolean}
114641
+ */
114642
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.hasDeviceType = function() {
114643
+ return jspb.Message.getField(this, 20) != null;
114644
+ };
114645
+
114646
+
114647
+ /**
114648
+ * optional string built_in = 21;
114649
+ * @return {string}
114650
+ */
114651
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.getBuiltIn = function() {
114652
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 21, ""));
114653
+ };
114654
+
114655
+
114656
+ /**
114657
+ * @param {string} value
114658
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114659
+ */
114660
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.setBuiltIn = function(value) {
114661
+ return jspb.Message.setField(this, 21, value);
114662
+ };
114663
+
114664
+
114665
+ /**
114666
+ * Clears the field making it undefined.
114667
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo} returns this
114668
+ */
114669
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.clearBuiltIn = function() {
114670
+ return jspb.Message.setField(this, 21, undefined);
114671
+ };
114672
+
114673
+
114674
+ /**
114675
+ * Returns whether this field is set.
114676
+ * @return {boolean}
114677
+ */
114678
+ proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo.prototype.hasBuiltIn = function() {
114679
+ return jspb.Message.getField(this, 21) != null;
114680
+ };
114681
+
114682
+
114683
+
114684
+ /**
114685
+ * List of repeated fields within this message type.
114686
+ * @private {!Array<number>}
114687
+ * @const
114688
+ */
114689
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.repeatedFields_ = [1];
114690
+
114691
+
114692
+
114693
+ if (jspb.Message.GENERATE_TO_OBJECT) {
114694
+ /**
114695
+ * Creates an object representation of this proto.
114696
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
114697
+ * Optional fields that are not set will be set to undefined.
114698
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
114699
+ * For the list of reserved names please see:
114700
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
114701
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
114702
+ * JSPB instance for transitional soy proto support:
114703
+ * http://goto/soy-param-migration
114704
+ * @return {!Object}
114705
+ */
114706
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.prototype.toObject = function(opt_includeInstance) {
114707
+ return proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.toObject(opt_includeInstance, this);
114708
+ };
114709
+
114710
+
114711
+ /**
114712
+ * Static version of the {@see toObject} method.
114713
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
114714
+ * the JSPB instance for transitional soy proto support:
114715
+ * http://goto/soy-param-migration
114716
+ * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController} msg The msg instance to transform.
114717
+ * @return {!Object}
114718
+ * @suppress {unusedLocalVariables} f is only used for nested messages
114719
+ */
114720
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.toObject = function(includeInstance, msg) {
114721
+ var f, obj = {
114722
+ airportInterfacesList: jspb.Message.toObjectList(msg.getAirportInterfacesList(),
114723
+ proto.com.lansweeper.dp.outbound.v1.WiFiInterface.toObject, includeInstance),
114724
+ softwareInformation: (f = msg.getSoftwareInformation()) && proto.com.lansweeper.dp.outbound.v1.WiFiSoftware.toObject(includeInstance, f)
114725
+ };
114726
+
114727
+ if (includeInstance) {
114728
+ obj.$jspbMessageInstance = msg;
114729
+ }
114730
+ return obj;
114731
+ };
114732
+ }
114733
+
114734
+
114735
+ /**
114736
+ * Deserializes binary data (in protobuf wire format).
114737
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
114738
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController}
114739
+ */
114740
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.deserializeBinary = function(bytes) {
114741
+ var reader = new jspb.BinaryReader(bytes);
114742
+ var msg = new proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController;
114743
+ return proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.deserializeBinaryFromReader(msg, reader);
114744
+ };
114745
+
114746
+
114747
+ /**
114748
+ * Deserializes binary data (in protobuf wire format) from the
114749
+ * given reader into the given message object.
114750
+ * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController} msg The message object to deserialize into.
114751
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
114752
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController}
114753
+ */
114754
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.deserializeBinaryFromReader = function(msg, reader) {
114755
+ while (reader.nextField()) {
114756
+ if (reader.isEndGroup()) {
114757
+ break;
114758
+ }
114759
+ var field = reader.getFieldNumber();
114760
+ switch (field) {
114761
+ case 1:
114762
+ var value = new proto.com.lansweeper.dp.outbound.v1.WiFiInterface;
114763
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.WiFiInterface.deserializeBinaryFromReader);
114764
+ msg.addAirportInterfaces(value);
114765
+ break;
114766
+ case 2:
114767
+ var value = new proto.com.lansweeper.dp.outbound.v1.WiFiSoftware;
114768
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.WiFiSoftware.deserializeBinaryFromReader);
114769
+ msg.setSoftwareInformation(value);
114770
+ break;
114771
+ default:
114772
+ reader.skipField();
114773
+ break;
114774
+ }
114775
+ }
114776
+ return msg;
114777
+ };
114778
+
114779
+
114780
+ /**
114781
+ * Serializes the message to binary data (in protobuf wire format).
114782
+ * @return {!Uint8Array}
114783
+ */
114784
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.prototype.serializeBinary = function() {
114785
+ var writer = new jspb.BinaryWriter();
114786
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.serializeBinaryToWriter(this, writer);
114787
+ return writer.getResultBuffer();
114788
+ };
114789
+
114790
+
114791
+ /**
114792
+ * Serializes the given message to binary data (in protobuf wire
114793
+ * format), writing to the given BinaryWriter.
114794
+ * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController} message
114795
+ * @param {!jspb.BinaryWriter} writer
114796
+ * @suppress {unusedLocalVariables} f is only used for nested messages
114797
+ */
114798
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.serializeBinaryToWriter = function(message, writer) {
114799
+ var f = undefined;
114800
+ f = message.getAirportInterfacesList();
114801
+ if (f.length > 0) {
114802
+ writer.writeRepeatedMessage(
114803
+ 1,
114804
+ f,
114805
+ proto.com.lansweeper.dp.outbound.v1.WiFiInterface.serializeBinaryToWriter
114806
+ );
114807
+ }
114808
+ f = message.getSoftwareInformation();
114809
+ if (f != null) {
114810
+ writer.writeMessage(
114811
+ 2,
114812
+ f,
114813
+ proto.com.lansweeper.dp.outbound.v1.WiFiSoftware.serializeBinaryToWriter
114814
+ );
114815
+ }
114816
+ };
114817
+
114818
+
114819
+ /**
114820
+ * repeated WiFiInterface airport_interfaces = 1;
114821
+ * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.WiFiInterface>}
114822
+ */
114823
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.prototype.getAirportInterfacesList = function() {
114824
+ return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.WiFiInterface>} */ (
114825
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.WiFiInterface, 1));
114826
+ };
114827
+
114828
+
114829
+ /**
114830
+ * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.WiFiInterface>} value
114831
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController} returns this
114832
+ */
114833
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.prototype.setAirportInterfacesList = function(value) {
114834
+ return jspb.Message.setRepeatedWrapperField(this, 1, value);
114835
+ };
114836
+
114837
+
114838
+ /**
114839
+ * @param {!proto.com.lansweeper.dp.outbound.v1.WiFiInterface=} opt_value
114840
+ * @param {number=} opt_index
114841
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WiFiInterface}
114842
+ */
114843
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.prototype.addAirportInterfaces = function(opt_value, opt_index) {
114844
+ return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.com.lansweeper.dp.outbound.v1.WiFiInterface, opt_index);
114845
+ };
114846
+
114847
+
114848
+ /**
114849
+ * Clears the list making it empty but non-null.
114850
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController} returns this
114851
+ */
114852
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.prototype.clearAirportInterfacesList = function() {
114853
+ return this.setAirportInterfacesList([]);
114854
+ };
114855
+
114856
+
114857
+ /**
114858
+ * optional WiFiSoftware software_information = 2;
114859
+ * @return {?proto.com.lansweeper.dp.outbound.v1.WiFiSoftware}
114860
+ */
114861
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.prototype.getSoftwareInformation = function() {
114862
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.WiFiSoftware} */ (
114863
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.WiFiSoftware, 2));
114864
+ };
114865
+
114866
+
114867
+ /**
114868
+ * @param {?proto.com.lansweeper.dp.outbound.v1.WiFiSoftware|undefined} value
114869
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController} returns this
114870
+ */
114871
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.prototype.setSoftwareInformation = function(value) {
114872
+ return jspb.Message.setWrapperField(this, 2, value);
114873
+ };
114874
+
114875
+
114876
+ /**
114877
+ * Clears the message field making it undefined.
114878
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController} returns this
114879
+ */
114880
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.prototype.clearSoftwareInformation = function() {
114881
+ return this.setSoftwareInformation(undefined);
114882
+ };
114883
+
114884
+
114885
+ /**
114886
+ * Returns whether this field is set.
114887
+ * @return {boolean}
114888
+ */
114889
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController.prototype.hasSoftwareInformation = function() {
114890
+ return jspb.Message.getField(this, 2) != null;
114891
+ };
114892
+
114893
+
114894
+
114895
+ /**
114896
+ * List of repeated fields within this message type.
114897
+ * @private {!Array<number>}
114898
+ * @const
114899
+ */
114900
+ proto.com.lansweeper.dp.outbound.v1.WiFiInterface.repeatedFields_ = [11,15];
114901
+
114902
+
114903
+
114904
+ if (jspb.Message.GENERATE_TO_OBJECT) {
114905
+ /**
114906
+ * Creates an object representation of this proto.
114907
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
114908
+ * Optional fields that are not set will be set to undefined.
114909
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
114910
+ * For the list of reserved names please see:
114911
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
114912
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
114913
+ * JSPB instance for transitional soy proto support:
114914
+ * http://goto/soy-param-migration
114915
+ * @return {!Object}
114916
+ */
114917
+ proto.com.lansweeper.dp.outbound.v1.WiFiInterface.prototype.toObject = function(opt_includeInstance) {
114918
+ return proto.com.lansweeper.dp.outbound.v1.WiFiInterface.toObject(opt_includeInstance, this);
114919
+ };
114920
+
114921
+
114922
+ /**
114923
+ * Static version of the {@see toObject} method.
114924
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
114925
+ * the JSPB instance for transitional soy proto support:
114926
+ * http://goto/soy-param-migration
114927
+ * @param {!proto.com.lansweeper.dp.outbound.v1.WiFiInterface} msg The msg instance to transform.
114928
+ * @return {!Object}
114929
+ * @suppress {unusedLocalVariables} f is only used for nested messages
114930
+ */
114931
+ proto.com.lansweeper.dp.outbound.v1.WiFiInterface.toObject = function(includeInstance, msg) {
114932
+ var f, obj = {
114933
+ name: jspb.Message.getFieldWithDefault(msg, 1, ""),
114934
+ airdropChannel: jspb.Message.getFieldWithDefault(msg, 2, ""),
114935
+ airdropSupported: jspb.Message.getBooleanFieldWithDefault(msg, 3, false),
114936
+ autoUnlockSupported: jspb.Message.getBooleanFieldWithDefault(msg, 4, false),
114937
+ cardType: jspb.Message.getFieldWithDefault(msg, 5, ""),
114938
+ countryCode: jspb.Message.getFieldWithDefault(msg, 6, ""),
114939
+ firmwareVersion: jspb.Message.getFieldWithDefault(msg, 7, ""),
114940
+ locale: jspb.Message.getFieldWithDefault(msg, 8, ""),
114941
+ macAddress: jspb.Message.getFieldWithDefault(msg, 9, ""),
114942
+ statusInformation: jspb.Message.getFieldWithDefault(msg, 10, ""),
114943
+ supportedChannelsList: (f = jspb.Message.getRepeatedField(msg, 11)) == null ? undefined : f,
114944
+ supportedPhyModes: jspb.Message.getFieldWithDefault(msg, 12, ""),
114945
+ wakeOnWirelessSupported: jspb.Message.getBooleanFieldWithDefault(msg, 13, false),
114946
+ currentNetwork: (f = msg.getCurrentNetwork()) && proto.com.lansweeper.dp.outbound.v1.WiFiNetwork.toObject(includeInstance, f),
114947
+ otherLocalNetworksList: jspb.Message.toObjectList(msg.getOtherLocalNetworksList(),
114948
+ proto.com.lansweeper.dp.outbound.v1.WiFiNetwork.toObject, includeInstance)
114949
+ };
114950
+
114951
+ if (includeInstance) {
114952
+ obj.$jspbMessageInstance = msg;
114953
+ }
114954
+ return obj;
114955
+ };
114956
+ }
114957
+
114958
+
114959
+ /**
114960
+ * Deserializes binary data (in protobuf wire format).
114961
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
114962
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WiFiInterface}
114963
+ */
114964
+ proto.com.lansweeper.dp.outbound.v1.WiFiInterface.deserializeBinary = function(bytes) {
114965
+ var reader = new jspb.BinaryReader(bytes);
114966
+ var msg = new proto.com.lansweeper.dp.outbound.v1.WiFiInterface;
114967
+ return proto.com.lansweeper.dp.outbound.v1.WiFiInterface.deserializeBinaryFromReader(msg, reader);
114968
+ };
114969
+
114970
+
114971
+ /**
114972
+ * Deserializes binary data (in protobuf wire format) from the
114973
+ * given reader into the given message object.
114974
+ * @param {!proto.com.lansweeper.dp.outbound.v1.WiFiInterface} msg The message object to deserialize into.
114975
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
114976
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WiFiInterface}
114977
+ */
114978
+ proto.com.lansweeper.dp.outbound.v1.WiFiInterface.deserializeBinaryFromReader = function(msg, reader) {
114979
+ while (reader.nextField()) {
114980
+ if (reader.isEndGroup()) {
114981
+ break;
114982
+ }
114983
+ var field = reader.getFieldNumber();
114984
+ switch (field) {
114985
+ case 1:
114986
+ var value = /** @type {string} */ (reader.readString());
114987
+ msg.setName(value);
114988
+ break;
114989
+ case 2:
114990
+ var value = /** @type {string} */ (reader.readString());
114991
+ msg.setAirdropChannel(value);
114992
+ break;
114993
+ case 3:
114994
+ var value = /** @type {boolean} */ (reader.readBool());
114995
+ msg.setAirdropSupported(value);
114996
+ break;
114997
+ case 4:
114998
+ var value = /** @type {boolean} */ (reader.readBool());
114999
+ msg.setAutoUnlockSupported(value);
115000
+ break;
115001
+ case 5:
115002
+ var value = /** @type {string} */ (reader.readString());
115003
+ msg.setCardType(value);
115004
+ break;
115005
+ case 6:
115006
+ var value = /** @type {string} */ (reader.readString());
115007
+ msg.setCountryCode(value);
115008
+ break;
115009
+ case 7:
115010
+ var value = /** @type {string} */ (reader.readString());
115011
+ msg.setFirmwareVersion(value);
115012
+ break;
115013
+ case 8:
115014
+ var value = /** @type {string} */ (reader.readString());
115015
+ msg.setLocale(value);
115016
+ break;
115017
+ case 9:
115018
+ var value = /** @type {string} */ (reader.readString());
115019
+ msg.setMacAddress(value);
115020
+ break;
115021
+ case 10:
115022
+ var value = /** @type {string} */ (reader.readString());
115023
+ msg.setStatusInformation(value);
115024
+ break;
115025
+ case 11:
115026
+ var value = /** @type {string} */ (reader.readString());
115027
+ msg.addSupportedChannels(value);
115028
+ break;
115029
+ case 12:
115030
+ var value = /** @type {string} */ (reader.readString());
115031
+ msg.setSupportedPhyModes(value);
115032
+ break;
115033
+ case 13:
115034
+ var value = /** @type {boolean} */ (reader.readBool());
115035
+ msg.setWakeOnWirelessSupported(value);
115036
+ break;
115037
+ case 14:
115038
+ var value = new proto.com.lansweeper.dp.outbound.v1.WiFiNetwork;
115039
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.WiFiNetwork.deserializeBinaryFromReader);
115040
+ msg.setCurrentNetwork(value);
115041
+ break;
115042
+ case 15:
115043
+ var value = new proto.com.lansweeper.dp.outbound.v1.WiFiNetwork;
115044
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.WiFiNetwork.deserializeBinaryFromReader);
115045
+ msg.addOtherLocalNetworks(value);
115046
+ break;
115047
+ default:
115048
+ reader.skipField();
115049
+ break;
115050
+ }
115051
+ }
115052
+ return msg;
115053
+ };
115054
+
115055
+
115056
+ /**
115057
+ * Serializes the message to binary data (in protobuf wire format).
115058
+ * @return {!Uint8Array}
115059
+ */
115060
+ proto.com.lansweeper.dp.outbound.v1.WiFiInterface.prototype.serializeBinary = function() {
115061
+ var writer = new jspb.BinaryWriter();
115062
+ proto.com.lansweeper.dp.outbound.v1.WiFiInterface.serializeBinaryToWriter(this, writer);
115063
+ return writer.getResultBuffer();
115064
+ };
115065
+
115066
+
115067
+ /**
115068
+ * Serializes the given message to binary data (in protobuf wire
115069
+ * format), writing to the given BinaryWriter.
115070
+ * @param {!proto.com.lansweeper.dp.outbound.v1.WiFiInterface} message
115071
+ * @param {!jspb.BinaryWriter} writer
115072
+ * @suppress {unusedLocalVariables} f is only used for nested messages
115073
+ */
115074
+ proto.com.lansweeper.dp.outbound.v1.WiFiInterface.serializeBinaryToWriter = function(message, writer) {
115075
+ var f = undefined;
115076
+ f = /** @type {string} */ (jspb.Message.getField(message, 1));
115077
+ if (f != null) {
115078
+ writer.writeString(
115079
+ 1,
115080
+ f
115081
+ );
115082
+ }
115083
+ f = /** @type {string} */ (jspb.Message.getField(message, 2));
115084
+ if (f != null) {
115085
+ writer.writeString(
115086
+ 2,
115087
+ f
115088
+ );
115089
+ }
115090
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 3));
115091
+ if (f != null) {
115092
+ writer.writeBool(
115093
+ 3,
115094
+ f
115095
+ );
115096
+ }
115097
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 4));
115098
+ if (f != null) {
115099
+ writer.writeBool(
113848
115100
  4,
113849
115101
  f
113850
115102
  );
@@ -145024,7 +146276,7 @@ proto.com.lansweeper.dp.outbound.v1.ReconRule.prototype.setEnabled = function(va
145024
146276
  * @private {!Array<number>}
145025
146277
  * @const
145026
146278
  */
145027
- proto.com.lansweeper.dp.outbound.v1.Office365Organization.repeatedFields_ = [12,15,17,18];
146279
+ proto.com.lansweeper.dp.outbound.v1.Office365Organization.repeatedFields_ = [12,15,17,18,19];
145028
146280
 
145029
146281
 
145030
146282
 
@@ -145076,7 +146328,9 @@ proto.com.lansweeper.dp.outbound.v1.Office365Organization.toObject = function(in
145076
146328
  contactsList: jspb.Message.toObjectList(msg.getContactsList(),
145077
146329
  proto.com.lansweeper.dp.outbound.v1.Office365Contact.toObject, includeInstance),
145078
146330
  mailboxesList: jspb.Message.toObjectList(msg.getMailboxesList(),
145079
- proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.toObject, includeInstance)
146331
+ proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.toObject, includeInstance),
146332
+ assignedLicensesList: jspb.Message.toObjectList(msg.getAssignedLicensesList(),
146333
+ proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.toObject, includeInstance)
145080
146334
  };
145081
146335
 
145082
146336
  if (includeInstance) {
@@ -145184,6 +146438,11 @@ proto.com.lansweeper.dp.outbound.v1.Office365Organization.deserializeBinaryFromR
145184
146438
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.deserializeBinaryFromReader);
145185
146439
  msg.addMailboxes(value);
145186
146440
  break;
146441
+ case 19:
146442
+ var value = new proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense;
146443
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.deserializeBinaryFromReader);
146444
+ msg.addAssignedLicenses(value);
146445
+ break;
145187
146446
  default:
145188
146447
  reader.skipField();
145189
146448
  break;
@@ -145327,6 +146586,14 @@ proto.com.lansweeper.dp.outbound.v1.Office365Organization.serializeBinaryToWrite
145327
146586
  proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.serializeBinaryToWriter
145328
146587
  );
145329
146588
  }
146589
+ f = message.getAssignedLicensesList();
146590
+ if (f.length > 0) {
146591
+ writer.writeRepeatedMessage(
146592
+ 19,
146593
+ f,
146594
+ proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.serializeBinaryToWriter
146595
+ );
146596
+ }
145330
146597
  };
145331
146598
 
145332
146599
 
@@ -145883,6 +147150,44 @@ proto.com.lansweeper.dp.outbound.v1.Office365Organization.prototype.clearMailbox
145883
147150
  };
145884
147151
 
145885
147152
 
147153
+ /**
147154
+ * repeated Office365AssignedLicense assigned_licenses = 19;
147155
+ * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense>}
147156
+ */
147157
+ proto.com.lansweeper.dp.outbound.v1.Office365Organization.prototype.getAssignedLicensesList = function() {
147158
+ return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense>} */ (
147159
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense, 19));
147160
+ };
147161
+
147162
+
147163
+ /**
147164
+ * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense>} value
147165
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Office365Organization} returns this
147166
+ */
147167
+ proto.com.lansweeper.dp.outbound.v1.Office365Organization.prototype.setAssignedLicensesList = function(value) {
147168
+ return jspb.Message.setRepeatedWrapperField(this, 19, value);
147169
+ };
147170
+
147171
+
147172
+ /**
147173
+ * @param {!proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense=} opt_value
147174
+ * @param {number=} opt_index
147175
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense}
147176
+ */
147177
+ proto.com.lansweeper.dp.outbound.v1.Office365Organization.prototype.addAssignedLicenses = function(opt_value, opt_index) {
147178
+ return jspb.Message.addToRepeatedWrapperField(this, 19, opt_value, proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense, opt_index);
147179
+ };
147180
+
147181
+
147182
+ /**
147183
+ * Clears the list making it empty but non-null.
147184
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Office365Organization} returns this
147185
+ */
147186
+ proto.com.lansweeper.dp.outbound.v1.Office365Organization.prototype.clearAssignedLicensesList = function() {
147187
+ return this.setAssignedLicensesList([]);
147188
+ };
147189
+
147190
+
145886
147191
 
145887
147192
 
145888
147193
 
@@ -146379,7 +147684,9 @@ proto.com.lansweeper.dp.outbound.v1.Office365AssignedPlan.toObject = function(in
146379
147684
  service: jspb.Message.getFieldWithDefault(msg, 2, ""),
146380
147685
  capabilityStatus: jspb.Message.getFieldWithDefault(msg, 3, ""),
146381
147686
  assignedTimeStamp: (f = msg.getAssignedTimeStamp()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
146382
- usersKeysMap: (f = msg.getUsersKeysMap()) ? f.toObject(includeInstance, undefined) : []
147687
+ usersKeysMap: (f = msg.getUsersKeysMap()) ? f.toObject(includeInstance, undefined) : [],
147688
+ o365AssignedPlanId: jspb.Message.getFieldWithDefault(msg, 6, ""),
147689
+ o365UserId: jspb.Message.getFieldWithDefault(msg, 8, "")
146383
147690
  };
146384
147691
 
146385
147692
  if (includeInstance) {
@@ -146439,6 +147746,14 @@ proto.com.lansweeper.dp.outbound.v1.Office365AssignedPlan.deserializeBinaryFromR
146439
147746
  jspb.Map.deserializeBinary(message, reader, jspb.BinaryReader.prototype.readString, jspb.BinaryReader.prototype.readBool, null, "", false);
146440
147747
  });
146441
147748
  break;
147749
+ case 6:
147750
+ var value = /** @type {string} */ (reader.readString());
147751
+ msg.setO365AssignedPlanId(value);
147752
+ break;
147753
+ case 8:
147754
+ var value = /** @type {string} */ (reader.readString());
147755
+ msg.setO365UserId(value);
147756
+ break;
146442
147757
  default:
146443
147758
  reader.skipField();
146444
147759
  break;
@@ -146501,6 +147816,20 @@ proto.com.lansweeper.dp.outbound.v1.Office365AssignedPlan.serializeBinaryToWrite
146501
147816
  if (f && f.getLength() > 0) {
146502
147817
  f.serializeBinary(5, writer, jspb.BinaryWriter.prototype.writeString, jspb.BinaryWriter.prototype.writeBool);
146503
147818
  }
147819
+ f = message.getO365AssignedPlanId();
147820
+ if (f.length > 0) {
147821
+ writer.writeString(
147822
+ 6,
147823
+ f
147824
+ );
147825
+ }
147826
+ f = message.getO365UserId();
147827
+ if (f.length > 0) {
147828
+ writer.writeString(
147829
+ 8,
147830
+ f
147831
+ );
147832
+ }
146504
147833
  };
146505
147834
 
146506
147835
 
@@ -146653,6 +147982,292 @@ proto.com.lansweeper.dp.outbound.v1.Office365AssignedPlan.prototype.clearUsersKe
146653
147982
  return this;};
146654
147983
 
146655
147984
 
147985
+ /**
147986
+ * optional string o365_assigned_plan_id = 6;
147987
+ * @return {string}
147988
+ */
147989
+ proto.com.lansweeper.dp.outbound.v1.Office365AssignedPlan.prototype.getO365AssignedPlanId = function() {
147990
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
147991
+ };
147992
+
147993
+
147994
+ /**
147995
+ * @param {string} value
147996
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Office365AssignedPlan} returns this
147997
+ */
147998
+ proto.com.lansweeper.dp.outbound.v1.Office365AssignedPlan.prototype.setO365AssignedPlanId = function(value) {
147999
+ return jspb.Message.setProto3StringField(this, 6, value);
148000
+ };
148001
+
148002
+
148003
+ /**
148004
+ * optional string o365_user_id = 8;
148005
+ * @return {string}
148006
+ */
148007
+ proto.com.lansweeper.dp.outbound.v1.Office365AssignedPlan.prototype.getO365UserId = function() {
148008
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
148009
+ };
148010
+
148011
+
148012
+ /**
148013
+ * @param {string} value
148014
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Office365AssignedPlan} returns this
148015
+ */
148016
+ proto.com.lansweeper.dp.outbound.v1.Office365AssignedPlan.prototype.setO365UserId = function(value) {
148017
+ return jspb.Message.setProto3StringField(this, 8, value);
148018
+ };
148019
+
148020
+
148021
+
148022
+
148023
+
148024
+ if (jspb.Message.GENERATE_TO_OBJECT) {
148025
+ /**
148026
+ * Creates an object representation of this proto.
148027
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
148028
+ * Optional fields that are not set will be set to undefined.
148029
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
148030
+ * For the list of reserved names please see:
148031
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
148032
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
148033
+ * JSPB instance for transitional soy proto support:
148034
+ * http://goto/soy-param-migration
148035
+ * @return {!Object}
148036
+ */
148037
+ proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.prototype.toObject = function(opt_includeInstance) {
148038
+ return proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.toObject(opt_includeInstance, this);
148039
+ };
148040
+
148041
+
148042
+ /**
148043
+ * Static version of the {@see toObject} method.
148044
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
148045
+ * the JSPB instance for transitional soy proto support:
148046
+ * http://goto/soy-param-migration
148047
+ * @param {!proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense} msg The msg instance to transform.
148048
+ * @return {!Object}
148049
+ * @suppress {unusedLocalVariables} f is only used for nested messages
148050
+ */
148051
+ proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.toObject = function(includeInstance, msg) {
148052
+ var f, obj = {
148053
+ o365AssignedLicenseId: jspb.Message.getFieldWithDefault(msg, 1, ""),
148054
+ o365LicenseId: jspb.Message.getFieldWithDefault(msg, 2, ""),
148055
+ o365UserId: jspb.Message.getFieldWithDefault(msg, 3, ""),
148056
+ o365AssignedLicenseKey: jspb.Message.getFieldWithDefault(msg, 4, ""),
148057
+ o365LicenseKey: jspb.Message.getFieldWithDefault(msg, 5, "")
148058
+ };
148059
+
148060
+ if (includeInstance) {
148061
+ obj.$jspbMessageInstance = msg;
148062
+ }
148063
+ return obj;
148064
+ };
148065
+ }
148066
+
148067
+
148068
+ /**
148069
+ * Deserializes binary data (in protobuf wire format).
148070
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
148071
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense}
148072
+ */
148073
+ proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.deserializeBinary = function(bytes) {
148074
+ var reader = new jspb.BinaryReader(bytes);
148075
+ var msg = new proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense;
148076
+ return proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.deserializeBinaryFromReader(msg, reader);
148077
+ };
148078
+
148079
+
148080
+ /**
148081
+ * Deserializes binary data (in protobuf wire format) from the
148082
+ * given reader into the given message object.
148083
+ * @param {!proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense} msg The message object to deserialize into.
148084
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
148085
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense}
148086
+ */
148087
+ proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.deserializeBinaryFromReader = function(msg, reader) {
148088
+ while (reader.nextField()) {
148089
+ if (reader.isEndGroup()) {
148090
+ break;
148091
+ }
148092
+ var field = reader.getFieldNumber();
148093
+ switch (field) {
148094
+ case 1:
148095
+ var value = /** @type {string} */ (reader.readString());
148096
+ msg.setO365AssignedLicenseId(value);
148097
+ break;
148098
+ case 2:
148099
+ var value = /** @type {string} */ (reader.readString());
148100
+ msg.setO365LicenseId(value);
148101
+ break;
148102
+ case 3:
148103
+ var value = /** @type {string} */ (reader.readString());
148104
+ msg.setO365UserId(value);
148105
+ break;
148106
+ case 4:
148107
+ var value = /** @type {string} */ (reader.readString());
148108
+ msg.setO365AssignedLicenseKey(value);
148109
+ break;
148110
+ case 5:
148111
+ var value = /** @type {string} */ (reader.readString());
148112
+ msg.setO365LicenseKey(value);
148113
+ break;
148114
+ default:
148115
+ reader.skipField();
148116
+ break;
148117
+ }
148118
+ }
148119
+ return msg;
148120
+ };
148121
+
148122
+
148123
+ /**
148124
+ * Serializes the message to binary data (in protobuf wire format).
148125
+ * @return {!Uint8Array}
148126
+ */
148127
+ proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.prototype.serializeBinary = function() {
148128
+ var writer = new jspb.BinaryWriter();
148129
+ proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.serializeBinaryToWriter(this, writer);
148130
+ return writer.getResultBuffer();
148131
+ };
148132
+
148133
+
148134
+ /**
148135
+ * Serializes the given message to binary data (in protobuf wire
148136
+ * format), writing to the given BinaryWriter.
148137
+ * @param {!proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense} message
148138
+ * @param {!jspb.BinaryWriter} writer
148139
+ * @suppress {unusedLocalVariables} f is only used for nested messages
148140
+ */
148141
+ proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.serializeBinaryToWriter = function(message, writer) {
148142
+ var f = undefined;
148143
+ f = message.getO365AssignedLicenseId();
148144
+ if (f.length > 0) {
148145
+ writer.writeString(
148146
+ 1,
148147
+ f
148148
+ );
148149
+ }
148150
+ f = message.getO365LicenseId();
148151
+ if (f.length > 0) {
148152
+ writer.writeString(
148153
+ 2,
148154
+ f
148155
+ );
148156
+ }
148157
+ f = message.getO365UserId();
148158
+ if (f.length > 0) {
148159
+ writer.writeString(
148160
+ 3,
148161
+ f
148162
+ );
148163
+ }
148164
+ f = message.getO365AssignedLicenseKey();
148165
+ if (f.length > 0) {
148166
+ writer.writeString(
148167
+ 4,
148168
+ f
148169
+ );
148170
+ }
148171
+ f = message.getO365LicenseKey();
148172
+ if (f.length > 0) {
148173
+ writer.writeString(
148174
+ 5,
148175
+ f
148176
+ );
148177
+ }
148178
+ };
148179
+
148180
+
148181
+ /**
148182
+ * optional string o365_assigned_license_id = 1;
148183
+ * @return {string}
148184
+ */
148185
+ proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.prototype.getO365AssignedLicenseId = function() {
148186
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
148187
+ };
148188
+
148189
+
148190
+ /**
148191
+ * @param {string} value
148192
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense} returns this
148193
+ */
148194
+ proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.prototype.setO365AssignedLicenseId = function(value) {
148195
+ return jspb.Message.setProto3StringField(this, 1, value);
148196
+ };
148197
+
148198
+
148199
+ /**
148200
+ * optional string o365_license_id = 2;
148201
+ * @return {string}
148202
+ */
148203
+ proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.prototype.getO365LicenseId = function() {
148204
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
148205
+ };
148206
+
148207
+
148208
+ /**
148209
+ * @param {string} value
148210
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense} returns this
148211
+ */
148212
+ proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.prototype.setO365LicenseId = function(value) {
148213
+ return jspb.Message.setProto3StringField(this, 2, value);
148214
+ };
148215
+
148216
+
148217
+ /**
148218
+ * optional string o365_user_id = 3;
148219
+ * @return {string}
148220
+ */
148221
+ proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.prototype.getO365UserId = function() {
148222
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
148223
+ };
148224
+
148225
+
148226
+ /**
148227
+ * @param {string} value
148228
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense} returns this
148229
+ */
148230
+ proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.prototype.setO365UserId = function(value) {
148231
+ return jspb.Message.setProto3StringField(this, 3, value);
148232
+ };
148233
+
148234
+
148235
+ /**
148236
+ * optional string o365_assigned_license_key = 4;
148237
+ * @return {string}
148238
+ */
148239
+ proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.prototype.getO365AssignedLicenseKey = function() {
148240
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
148241
+ };
148242
+
148243
+
148244
+ /**
148245
+ * @param {string} value
148246
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense} returns this
148247
+ */
148248
+ proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.prototype.setO365AssignedLicenseKey = function(value) {
148249
+ return jspb.Message.setProto3StringField(this, 4, value);
148250
+ };
148251
+
148252
+
148253
+ /**
148254
+ * optional string o365_license_key = 5;
148255
+ * @return {string}
148256
+ */
148257
+ proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.prototype.getO365LicenseKey = function() {
148258
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
148259
+ };
148260
+
148261
+
148262
+ /**
148263
+ * @param {string} value
148264
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense} returns this
148265
+ */
148266
+ proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.prototype.setO365LicenseKey = function(value) {
148267
+ return jspb.Message.setProto3StringField(this, 5, value);
148268
+ };
148269
+
148270
+
146656
148271
 
146657
148272
 
146658
148273