@lansweeper/data-platform-outbound-grpc 0.1.61 → 0.1.63

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.
@@ -69,6 +69,11 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.GetEntityResponse', null,
69
69
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.GraphicsCard', null, global);
70
70
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.HardDrive', null, global);
71
71
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.HardwareInfo', null, global);
72
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.InternetExplorer', null, global);
73
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX', null, global);
74
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BarInfo', null, global);
75
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject', null, global);
76
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension', null, global);
72
77
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.IpInfo', null, global);
73
78
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Keyboard', null, global);
74
79
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.LastUser', null, global);
@@ -123,6 +128,9 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.SoundCard', null, global)
123
128
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.SpecHardwareInfo', null, global);
124
129
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Tag', null, global);
125
130
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.TrustedPlatformModule', null, global);
131
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.UserAccount', null, global);
132
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.UserGroup', null, global);
133
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.UserInGroup', null, global);
126
134
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsBios', null, global);
127
135
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsComputerBattery', null, global);
128
136
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsMappedDrive', null, global);
@@ -532,6 +540,174 @@ if (goog.DEBUG && !COMPILED) {
532
540
  */
533
541
  proto.com.lansweeper.dp.outbound.v1.LastUser.displayName = 'proto.com.lansweeper.dp.outbound.v1.LastUser';
534
542
  }
543
+ /**
544
+ * Generated by JsPbCodeGenerator.
545
+ * @param {Array=} opt_data Optional initial data array, typically from a
546
+ * server response, or constructed directly in Javascript. The array is used
547
+ * in place and becomes part of the constructed object. It is not cloned.
548
+ * If no data is provided, the constructed object will be empty, but still
549
+ * valid.
550
+ * @extends {jspb.Message}
551
+ * @constructor
552
+ */
553
+ proto.com.lansweeper.dp.outbound.v1.UserAccount = function(opt_data) {
554
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
555
+ };
556
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.UserAccount, jspb.Message);
557
+ if (goog.DEBUG && !COMPILED) {
558
+ /**
559
+ * @public
560
+ * @override
561
+ */
562
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.displayName = 'proto.com.lansweeper.dp.outbound.v1.UserAccount';
563
+ }
564
+ /**
565
+ * Generated by JsPbCodeGenerator.
566
+ * @param {Array=} opt_data Optional initial data array, typically from a
567
+ * server response, or constructed directly in Javascript. The array is used
568
+ * in place and becomes part of the constructed object. It is not cloned.
569
+ * If no data is provided, the constructed object will be empty, but still
570
+ * valid.
571
+ * @extends {jspb.Message}
572
+ * @constructor
573
+ */
574
+ proto.com.lansweeper.dp.outbound.v1.UserGroup = function(opt_data) {
575
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
576
+ };
577
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.UserGroup, jspb.Message);
578
+ if (goog.DEBUG && !COMPILED) {
579
+ /**
580
+ * @public
581
+ * @override
582
+ */
583
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.displayName = 'proto.com.lansweeper.dp.outbound.v1.UserGroup';
584
+ }
585
+ /**
586
+ * Generated by JsPbCodeGenerator.
587
+ * @param {Array=} opt_data Optional initial data array, typically from a
588
+ * server response, or constructed directly in Javascript. The array is used
589
+ * in place and becomes part of the constructed object. It is not cloned.
590
+ * If no data is provided, the constructed object will be empty, but still
591
+ * valid.
592
+ * @extends {jspb.Message}
593
+ * @constructor
594
+ */
595
+ proto.com.lansweeper.dp.outbound.v1.UserInGroup = function(opt_data) {
596
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
597
+ };
598
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.UserInGroup, jspb.Message);
599
+ if (goog.DEBUG && !COMPILED) {
600
+ /**
601
+ * @public
602
+ * @override
603
+ */
604
+ proto.com.lansweeper.dp.outbound.v1.UserInGroup.displayName = 'proto.com.lansweeper.dp.outbound.v1.UserInGroup';
605
+ }
606
+ /**
607
+ * Generated by JsPbCodeGenerator.
608
+ * @param {Array=} opt_data Optional initial data array, typically from a
609
+ * server response, or constructed directly in Javascript. The array is used
610
+ * in place and becomes part of the constructed object. It is not cloned.
611
+ * If no data is provided, the constructed object will be empty, but still
612
+ * valid.
613
+ * @extends {jspb.Message}
614
+ * @constructor
615
+ */
616
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer = function(opt_data) {
617
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.dp.outbound.v1.InternetExplorer.repeatedFields_, null);
618
+ };
619
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.InternetExplorer, jspb.Message);
620
+ if (goog.DEBUG && !COMPILED) {
621
+ /**
622
+ * @public
623
+ * @override
624
+ */
625
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.displayName = 'proto.com.lansweeper.dp.outbound.v1.InternetExplorer';
626
+ }
627
+ /**
628
+ * Generated by JsPbCodeGenerator.
629
+ * @param {Array=} opt_data Optional initial data array, typically from a
630
+ * server response, or constructed directly in Javascript. The array is used
631
+ * in place and becomes part of the constructed object. It is not cloned.
632
+ * If no data is provided, the constructed object will be empty, but still
633
+ * valid.
634
+ * @extends {jspb.Message}
635
+ * @constructor
636
+ */
637
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX = function(opt_data) {
638
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
639
+ };
640
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX, jspb.Message);
641
+ if (goog.DEBUG && !COMPILED) {
642
+ /**
643
+ * @public
644
+ * @override
645
+ */
646
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX.displayName = 'proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX';
647
+ }
648
+ /**
649
+ * Generated by JsPbCodeGenerator.
650
+ * @param {Array=} opt_data Optional initial data array, typically from a
651
+ * server response, or constructed directly in Javascript. The array is used
652
+ * in place and becomes part of the constructed object. It is not cloned.
653
+ * If no data is provided, the constructed object will be empty, but still
654
+ * valid.
655
+ * @extends {jspb.Message}
656
+ * @constructor
657
+ */
658
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension = function(opt_data) {
659
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
660
+ };
661
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension, jspb.Message);
662
+ if (goog.DEBUG && !COMPILED) {
663
+ /**
664
+ * @public
665
+ * @override
666
+ */
667
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.displayName = 'proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension';
668
+ }
669
+ /**
670
+ * Generated by JsPbCodeGenerator.
671
+ * @param {Array=} opt_data Optional initial data array, typically from a
672
+ * server response, or constructed directly in Javascript. The array is used
673
+ * in place and becomes part of the constructed object. It is not cloned.
674
+ * If no data is provided, the constructed object will be empty, but still
675
+ * valid.
676
+ * @extends {jspb.Message}
677
+ * @constructor
678
+ */
679
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject = function(opt_data) {
680
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
681
+ };
682
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject, jspb.Message);
683
+ if (goog.DEBUG && !COMPILED) {
684
+ /**
685
+ * @public
686
+ * @override
687
+ */
688
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject.displayName = 'proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject';
689
+ }
690
+ /**
691
+ * Generated by JsPbCodeGenerator.
692
+ * @param {Array=} opt_data Optional initial data array, typically from a
693
+ * server response, or constructed directly in Javascript. The array is used
694
+ * in place and becomes part of the constructed object. It is not cloned.
695
+ * If no data is provided, the constructed object will be empty, but still
696
+ * valid.
697
+ * @extends {jspb.Message}
698
+ * @constructor
699
+ */
700
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BarInfo = function(opt_data) {
701
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
702
+ };
703
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BarInfo, jspb.Message);
704
+ if (goog.DEBUG && !COMPILED) {
705
+ /**
706
+ * @public
707
+ * @override
708
+ */
709
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BarInfo.displayName = 'proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BarInfo';
710
+ }
535
711
  /**
536
712
  * Generated by JsPbCodeGenerator.
537
713
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -4321,7 +4497,7 @@ proto.com.lansweeper.dp.outbound.v1.Entity.prototype.hasAsset = function() {
4321
4497
  * @private {!Array<number>}
4322
4498
  * @const
4323
4499
  */
4324
- proto.com.lansweeper.dp.outbound.v1.Asset.repeatedFields_ = [33,14,20,26,13,37,43,15,45,53,24,25,38,40,27,30,28,29,47,48,50,51,52,54,55,57,58,59,60,61,62,63,64,65,66,67,68,34,36,41,44];
4500
+ proto.com.lansweeper.dp.outbound.v1.Asset.repeatedFields_ = [33,14,20,26,13,37,43,15,45,53,24,25,38,40,27,30,28,29,47,48,50,51,52,54,55,57,58,59,60,61,62,63,64,65,66,67,68,34,36,41,44,69,70,71];
4325
4501
 
4326
4502
 
4327
4503
 
@@ -4459,6 +4635,13 @@ proto.com.lansweeper.dp.outbound.v1.Asset.toObject = function(includeInstance, m
4459
4635
  sharedResourceList: jspb.Message.toObjectList(msg.getSharedResourceList(),
4460
4636
  proto.com.lansweeper.dp.outbound.v1.SharedResource.toObject, includeInstance),
4461
4637
  lastUser: (f = msg.getLastUser()) && proto.com.lansweeper.dp.outbound.v1.LastUser.toObject(includeInstance, f),
4638
+ userList: jspb.Message.toObjectList(msg.getUserList(),
4639
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.toObject, includeInstance),
4640
+ userGroupList: jspb.Message.toObjectList(msg.getUserGroupList(),
4641
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.toObject, includeInstance),
4642
+ userInGroupList: jspb.Message.toObjectList(msg.getUserInGroupList(),
4643
+ proto.com.lansweeper.dp.outbound.v1.UserInGroup.toObject, includeInstance),
4644
+ internetExplorer: (f = msg.getInternetExplorer()) && proto.com.lansweeper.dp.outbound.v1.InternetExplorer.toObject(includeInstance, f),
4462
4645
  otModule: (f = msg.getOtModule()) && proto.com.lansweeper.dp.outbound.v1.OtModule.toObject(includeInstance, f),
4463
4646
  cloud: (f = msg.getCloud()) && proto.com.lansweeper.dp.outbound.v1.CloudEntity.toObject(includeInstance, f)
4464
4647
  };
@@ -4814,6 +4997,26 @@ proto.com.lansweeper.dp.outbound.v1.Asset.deserializeBinaryFromReader = function
4814
4997
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.LastUser.deserializeBinaryFromReader);
4815
4998
  msg.setLastUser(value);
4816
4999
  break;
5000
+ case 69:
5001
+ var value = new proto.com.lansweeper.dp.outbound.v1.UserAccount;
5002
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.UserAccount.deserializeBinaryFromReader);
5003
+ msg.addUser(value);
5004
+ break;
5005
+ case 70:
5006
+ var value = new proto.com.lansweeper.dp.outbound.v1.UserGroup;
5007
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.UserGroup.deserializeBinaryFromReader);
5008
+ msg.addUserGroup(value);
5009
+ break;
5010
+ case 71:
5011
+ var value = new proto.com.lansweeper.dp.outbound.v1.UserInGroup;
5012
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.UserInGroup.deserializeBinaryFromReader);
5013
+ msg.addUserInGroup(value);
5014
+ break;
5015
+ case 72:
5016
+ var value = new proto.com.lansweeper.dp.outbound.v1.InternetExplorer;
5017
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.InternetExplorer.deserializeBinaryFromReader);
5018
+ msg.setInternetExplorer(value);
5019
+ break;
4817
5020
  case 16:
4818
5021
  var value = new proto.com.lansweeper.dp.outbound.v1.OtModule;
4819
5022
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.OtModule.deserializeBinaryFromReader);
@@ -5362,6 +5565,38 @@ proto.com.lansweeper.dp.outbound.v1.Asset.serializeBinaryToWriter = function(mes
5362
5565
  proto.com.lansweeper.dp.outbound.v1.LastUser.serializeBinaryToWriter
5363
5566
  );
5364
5567
  }
5568
+ f = message.getUserList();
5569
+ if (f.length > 0) {
5570
+ writer.writeRepeatedMessage(
5571
+ 69,
5572
+ f,
5573
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.serializeBinaryToWriter
5574
+ );
5575
+ }
5576
+ f = message.getUserGroupList();
5577
+ if (f.length > 0) {
5578
+ writer.writeRepeatedMessage(
5579
+ 70,
5580
+ f,
5581
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.serializeBinaryToWriter
5582
+ );
5583
+ }
5584
+ f = message.getUserInGroupList();
5585
+ if (f.length > 0) {
5586
+ writer.writeRepeatedMessage(
5587
+ 71,
5588
+ f,
5589
+ proto.com.lansweeper.dp.outbound.v1.UserInGroup.serializeBinaryToWriter
5590
+ );
5591
+ }
5592
+ f = message.getInternetExplorer();
5593
+ if (f != null) {
5594
+ writer.writeMessage(
5595
+ 72,
5596
+ f,
5597
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.serializeBinaryToWriter
5598
+ );
5599
+ }
5365
5600
  f = message.getOtModule();
5366
5601
  if (f != null) {
5367
5602
  writer.writeMessage(
@@ -7788,138 +8023,289 @@ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasLastUser = function() {
7788
8023
 
7789
8024
 
7790
8025
  /**
7791
- * optional OtModule ot_module = 16;
7792
- * @return {?proto.com.lansweeper.dp.outbound.v1.OtModule}
8026
+ * repeated UserAccount user = 69;
8027
+ * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.UserAccount>}
7793
8028
  */
7794
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getOtModule = function() {
7795
- return /** @type{?proto.com.lansweeper.dp.outbound.v1.OtModule} */ (
7796
- jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.OtModule, 16));
8029
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getUserList = function() {
8030
+ return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.UserAccount>} */ (
8031
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.UserAccount, 69));
7797
8032
  };
7798
8033
 
7799
8034
 
7800
8035
  /**
7801
- * @param {?proto.com.lansweeper.dp.outbound.v1.OtModule|undefined} value
8036
+ * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.UserAccount>} value
7802
8037
  * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
7803
8038
  */
7804
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setOtModule = function(value) {
7805
- return jspb.Message.setWrapperField(this, 16, value);
8039
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setUserList = function(value) {
8040
+ return jspb.Message.setRepeatedWrapperField(this, 69, value);
7806
8041
  };
7807
8042
 
7808
8043
 
7809
8044
  /**
7810
- * Clears the message field making it undefined.
7811
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
8045
+ * @param {!proto.com.lansweeper.dp.outbound.v1.UserAccount=} opt_value
8046
+ * @param {number=} opt_index
8047
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount}
7812
8048
  */
7813
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearOtModule = function() {
7814
- return this.setOtModule(undefined);
8049
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.addUser = function(opt_value, opt_index) {
8050
+ return jspb.Message.addToRepeatedWrapperField(this, 69, opt_value, proto.com.lansweeper.dp.outbound.v1.UserAccount, opt_index);
7815
8051
  };
7816
8052
 
7817
8053
 
7818
8054
  /**
7819
- * Returns whether this field is set.
7820
- * @return {boolean}
8055
+ * Clears the list making it empty but non-null.
8056
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
7821
8057
  */
7822
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasOtModule = function() {
7823
- return jspb.Message.getField(this, 16) != null;
8058
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearUserList = function() {
8059
+ return this.setUserList([]);
7824
8060
  };
7825
8061
 
7826
8062
 
7827
8063
  /**
7828
- * optional CloudEntity cloud = 17;
7829
- * @return {?proto.com.lansweeper.dp.outbound.v1.CloudEntity}
8064
+ * repeated UserGroup user_group = 70;
8065
+ * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.UserGroup>}
7830
8066
  */
7831
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getCloud = function() {
7832
- return /** @type{?proto.com.lansweeper.dp.outbound.v1.CloudEntity} */ (
7833
- jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.CloudEntity, 17));
8067
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getUserGroupList = function() {
8068
+ return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.UserGroup>} */ (
8069
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.UserGroup, 70));
7834
8070
  };
7835
8071
 
7836
8072
 
7837
8073
  /**
7838
- * @param {?proto.com.lansweeper.dp.outbound.v1.CloudEntity|undefined} value
8074
+ * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.UserGroup>} value
7839
8075
  * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
7840
8076
  */
7841
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setCloud = function(value) {
7842
- return jspb.Message.setWrapperField(this, 17, value);
8077
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setUserGroupList = function(value) {
8078
+ return jspb.Message.setRepeatedWrapperField(this, 70, value);
7843
8079
  };
7844
8080
 
7845
8081
 
7846
8082
  /**
7847
- * Clears the message field making it undefined.
7848
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
8083
+ * @param {!proto.com.lansweeper.dp.outbound.v1.UserGroup=} opt_value
8084
+ * @param {number=} opt_index
8085
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserGroup}
7849
8086
  */
7850
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearCloud = function() {
7851
- return this.setCloud(undefined);
8087
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.addUserGroup = function(opt_value, opt_index) {
8088
+ return jspb.Message.addToRepeatedWrapperField(this, 70, opt_value, proto.com.lansweeper.dp.outbound.v1.UserGroup, opt_index);
7852
8089
  };
7853
8090
 
7854
8091
 
7855
8092
  /**
7856
- * Returns whether this field is set.
7857
- * @return {boolean}
8093
+ * Clears the list making it empty but non-null.
8094
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
7858
8095
  */
7859
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasCloud = function() {
7860
- return jspb.Message.getField(this, 17) != null;
8096
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearUserGroupList = function() {
8097
+ return this.setUserGroupList([]);
7861
8098
  };
7862
8099
 
7863
8100
 
8101
+ /**
8102
+ * repeated UserInGroup user_in_group = 71;
8103
+ * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.UserInGroup>}
8104
+ */
8105
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getUserInGroupList = function() {
8106
+ return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.UserInGroup>} */ (
8107
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.UserInGroup, 71));
8108
+ };
8109
+
7864
8110
 
8111
+ /**
8112
+ * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.UserInGroup>} value
8113
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
8114
+ */
8115
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setUserInGroupList = function(value) {
8116
+ return jspb.Message.setRepeatedWrapperField(this, 71, value);
8117
+ };
7865
8118
 
7866
8119
 
7867
- if (jspb.Message.GENERATE_TO_OBJECT) {
7868
8120
  /**
7869
- * Creates an object representation of this proto.
7870
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
7871
- * Optional fields that are not set will be set to undefined.
7872
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
7873
- * For the list of reserved names please see:
7874
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
7875
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
7876
- * JSPB instance for transitional soy proto support:
7877
- * http://goto/soy-param-migration
7878
- * @return {!Object}
8121
+ * @param {!proto.com.lansweeper.dp.outbound.v1.UserInGroup=} opt_value
8122
+ * @param {number=} opt_index
8123
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserInGroup}
7879
8124
  */
7880
- proto.com.lansweeper.dp.outbound.v1.Tag.prototype.toObject = function(opt_includeInstance) {
7881
- return proto.com.lansweeper.dp.outbound.v1.Tag.toObject(opt_includeInstance, this);
8125
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.addUserInGroup = function(opt_value, opt_index) {
8126
+ return jspb.Message.addToRepeatedWrapperField(this, 71, opt_value, proto.com.lansweeper.dp.outbound.v1.UserInGroup, opt_index);
7882
8127
  };
7883
8128
 
7884
8129
 
7885
8130
  /**
7886
- * Static version of the {@see toObject} method.
7887
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
7888
- * the JSPB instance for transitional soy proto support:
7889
- * http://goto/soy-param-migration
7890
- * @param {!proto.com.lansweeper.dp.outbound.v1.Tag} msg The msg instance to transform.
7891
- * @return {!Object}
7892
- * @suppress {unusedLocalVariables} f is only used for nested messages
8131
+ * Clears the list making it empty but non-null.
8132
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
7893
8133
  */
7894
- proto.com.lansweeper.dp.outbound.v1.Tag.toObject = function(includeInstance, msg) {
7895
- var f, obj = {
7896
- key: jspb.Message.getFieldWithDefault(msg, 1, ""),
7897
- value: jspb.Message.getFieldWithDefault(msg, 2, "")
7898
- };
7899
-
7900
- if (includeInstance) {
7901
- obj.$jspbMessageInstance = msg;
7902
- }
7903
- return obj;
8134
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearUserInGroupList = function() {
8135
+ return this.setUserInGroupList([]);
7904
8136
  };
7905
- }
7906
8137
 
7907
8138
 
7908
8139
  /**
7909
- * Deserializes binary data (in protobuf wire format).
7910
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
7911
- * @return {!proto.com.lansweeper.dp.outbound.v1.Tag}
8140
+ * optional InternetExplorer internet_explorer = 72;
8141
+ * @return {?proto.com.lansweeper.dp.outbound.v1.InternetExplorer}
7912
8142
  */
7913
- proto.com.lansweeper.dp.outbound.v1.Tag.deserializeBinary = function(bytes) {
7914
- var reader = new jspb.BinaryReader(bytes);
7915
- var msg = new proto.com.lansweeper.dp.outbound.v1.Tag;
7916
- return proto.com.lansweeper.dp.outbound.v1.Tag.deserializeBinaryFromReader(msg, reader);
8143
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getInternetExplorer = function() {
8144
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.InternetExplorer} */ (
8145
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.InternetExplorer, 72));
7917
8146
  };
7918
8147
 
7919
8148
 
7920
8149
  /**
7921
- * Deserializes binary data (in protobuf wire format) from the
7922
- * given reader into the given message object.
8150
+ * @param {?proto.com.lansweeper.dp.outbound.v1.InternetExplorer|undefined} value
8151
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
8152
+ */
8153
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setInternetExplorer = function(value) {
8154
+ return jspb.Message.setWrapperField(this, 72, value);
8155
+ };
8156
+
8157
+
8158
+ /**
8159
+ * Clears the message field making it undefined.
8160
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
8161
+ */
8162
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearInternetExplorer = function() {
8163
+ return this.setInternetExplorer(undefined);
8164
+ };
8165
+
8166
+
8167
+ /**
8168
+ * Returns whether this field is set.
8169
+ * @return {boolean}
8170
+ */
8171
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasInternetExplorer = function() {
8172
+ return jspb.Message.getField(this, 72) != null;
8173
+ };
8174
+
8175
+
8176
+ /**
8177
+ * optional OtModule ot_module = 16;
8178
+ * @return {?proto.com.lansweeper.dp.outbound.v1.OtModule}
8179
+ */
8180
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getOtModule = function() {
8181
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.OtModule} */ (
8182
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.OtModule, 16));
8183
+ };
8184
+
8185
+
8186
+ /**
8187
+ * @param {?proto.com.lansweeper.dp.outbound.v1.OtModule|undefined} value
8188
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
8189
+ */
8190
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setOtModule = function(value) {
8191
+ return jspb.Message.setWrapperField(this, 16, value);
8192
+ };
8193
+
8194
+
8195
+ /**
8196
+ * Clears the message field making it undefined.
8197
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
8198
+ */
8199
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearOtModule = function() {
8200
+ return this.setOtModule(undefined);
8201
+ };
8202
+
8203
+
8204
+ /**
8205
+ * Returns whether this field is set.
8206
+ * @return {boolean}
8207
+ */
8208
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasOtModule = function() {
8209
+ return jspb.Message.getField(this, 16) != null;
8210
+ };
8211
+
8212
+
8213
+ /**
8214
+ * optional CloudEntity cloud = 17;
8215
+ * @return {?proto.com.lansweeper.dp.outbound.v1.CloudEntity}
8216
+ */
8217
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getCloud = function() {
8218
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.CloudEntity} */ (
8219
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.CloudEntity, 17));
8220
+ };
8221
+
8222
+
8223
+ /**
8224
+ * @param {?proto.com.lansweeper.dp.outbound.v1.CloudEntity|undefined} value
8225
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
8226
+ */
8227
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setCloud = function(value) {
8228
+ return jspb.Message.setWrapperField(this, 17, value);
8229
+ };
8230
+
8231
+
8232
+ /**
8233
+ * Clears the message field making it undefined.
8234
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
8235
+ */
8236
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearCloud = function() {
8237
+ return this.setCloud(undefined);
8238
+ };
8239
+
8240
+
8241
+ /**
8242
+ * Returns whether this field is set.
8243
+ * @return {boolean}
8244
+ */
8245
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasCloud = function() {
8246
+ return jspb.Message.getField(this, 17) != null;
8247
+ };
8248
+
8249
+
8250
+
8251
+
8252
+
8253
+ if (jspb.Message.GENERATE_TO_OBJECT) {
8254
+ /**
8255
+ * Creates an object representation of this proto.
8256
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
8257
+ * Optional fields that are not set will be set to undefined.
8258
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
8259
+ * For the list of reserved names please see:
8260
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
8261
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
8262
+ * JSPB instance for transitional soy proto support:
8263
+ * http://goto/soy-param-migration
8264
+ * @return {!Object}
8265
+ */
8266
+ proto.com.lansweeper.dp.outbound.v1.Tag.prototype.toObject = function(opt_includeInstance) {
8267
+ return proto.com.lansweeper.dp.outbound.v1.Tag.toObject(opt_includeInstance, this);
8268
+ };
8269
+
8270
+
8271
+ /**
8272
+ * Static version of the {@see toObject} method.
8273
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
8274
+ * the JSPB instance for transitional soy proto support:
8275
+ * http://goto/soy-param-migration
8276
+ * @param {!proto.com.lansweeper.dp.outbound.v1.Tag} msg The msg instance to transform.
8277
+ * @return {!Object}
8278
+ * @suppress {unusedLocalVariables} f is only used for nested messages
8279
+ */
8280
+ proto.com.lansweeper.dp.outbound.v1.Tag.toObject = function(includeInstance, msg) {
8281
+ var f, obj = {
8282
+ key: jspb.Message.getFieldWithDefault(msg, 1, ""),
8283
+ value: jspb.Message.getFieldWithDefault(msg, 2, "")
8284
+ };
8285
+
8286
+ if (includeInstance) {
8287
+ obj.$jspbMessageInstance = msg;
8288
+ }
8289
+ return obj;
8290
+ };
8291
+ }
8292
+
8293
+
8294
+ /**
8295
+ * Deserializes binary data (in protobuf wire format).
8296
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
8297
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Tag}
8298
+ */
8299
+ proto.com.lansweeper.dp.outbound.v1.Tag.deserializeBinary = function(bytes) {
8300
+ var reader = new jspb.BinaryReader(bytes);
8301
+ var msg = new proto.com.lansweeper.dp.outbound.v1.Tag;
8302
+ return proto.com.lansweeper.dp.outbound.v1.Tag.deserializeBinaryFromReader(msg, reader);
8303
+ };
8304
+
8305
+
8306
+ /**
8307
+ * Deserializes binary data (in protobuf wire format) from the
8308
+ * given reader into the given message object.
7923
8309
  * @param {!proto.com.lansweeper.dp.outbound.v1.Tag} msg The message object to deserialize into.
7924
8310
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
7925
8311
  * @return {!proto.com.lansweeper.dp.outbound.v1.Tag}
@@ -10868,6 +11254,3251 @@ proto.com.lansweeper.dp.outbound.v1.LastUser.prototype.hasSid = function() {
10868
11254
 
10869
11255
 
10870
11256
 
11257
+ if (jspb.Message.GENERATE_TO_OBJECT) {
11258
+ /**
11259
+ * Creates an object representation of this proto.
11260
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
11261
+ * Optional fields that are not set will be set to undefined.
11262
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
11263
+ * For the list of reserved names please see:
11264
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
11265
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
11266
+ * JSPB instance for transitional soy proto support:
11267
+ * http://goto/soy-param-migration
11268
+ * @return {!Object}
11269
+ */
11270
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.toObject = function(opt_includeInstance) {
11271
+ return proto.com.lansweeper.dp.outbound.v1.UserAccount.toObject(opt_includeInstance, this);
11272
+ };
11273
+
11274
+
11275
+ /**
11276
+ * Static version of the {@see toObject} method.
11277
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
11278
+ * the JSPB instance for transitional soy proto support:
11279
+ * http://goto/soy-param-migration
11280
+ * @param {!proto.com.lansweeper.dp.outbound.v1.UserAccount} msg The msg instance to transform.
11281
+ * @return {!Object}
11282
+ * @suppress {unusedLocalVariables} f is only used for nested messages
11283
+ */
11284
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.toObject = function(includeInstance, msg) {
11285
+ var f, obj = {
11286
+ name: jspb.Message.getFieldWithDefault(msg, 1, ""),
11287
+ domain: jspb.Message.getFieldWithDefault(msg, 2, ""),
11288
+ caption: jspb.Message.getFieldWithDefault(msg, 3, ""),
11289
+ description: jspb.Message.getFieldWithDefault(msg, 4, ""),
11290
+ fullName: jspb.Message.getFieldWithDefault(msg, 5, ""),
11291
+ accountType: (f = msg.getAccountType()) && proto.com.lansweeper.dp.outbound.v1.MappedValue.toObject(includeInstance, f),
11292
+ sid: jspb.Message.getFieldWithDefault(msg, 7, ""),
11293
+ sidType: (f = msg.getSidType()) && proto.com.lansweeper.dp.outbound.v1.MappedValue.toObject(includeInstance, f),
11294
+ localAccount: jspb.Message.getBooleanFieldWithDefault(msg, 9, false),
11295
+ disabled: jspb.Message.getBooleanFieldWithDefault(msg, 10, false),
11296
+ lockout: jspb.Message.getBooleanFieldWithDefault(msg, 11, false),
11297
+ passwordChangeable: jspb.Message.getBooleanFieldWithDefault(msg, 12, false),
11298
+ passwordExpires: jspb.Message.getBooleanFieldWithDefault(msg, 13, false),
11299
+ passwordRequired: jspb.Message.getBooleanFieldWithDefault(msg, 14, false),
11300
+ status: jspb.Message.getFieldWithDefault(msg, 15, ""),
11301
+ userId: jspb.Message.getFieldWithDefault(msg, 16, 0),
11302
+ groupId: jspb.Message.getFieldWithDefault(msg, 17, 0),
11303
+ homeDirectory: jspb.Message.getFieldWithDefault(msg, 18, ""),
11304
+ loginShell: jspb.Message.getFieldWithDefault(msg, 19, "")
11305
+ };
11306
+
11307
+ if (includeInstance) {
11308
+ obj.$jspbMessageInstance = msg;
11309
+ }
11310
+ return obj;
11311
+ };
11312
+ }
11313
+
11314
+
11315
+ /**
11316
+ * Deserializes binary data (in protobuf wire format).
11317
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
11318
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount}
11319
+ */
11320
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.deserializeBinary = function(bytes) {
11321
+ var reader = new jspb.BinaryReader(bytes);
11322
+ var msg = new proto.com.lansweeper.dp.outbound.v1.UserAccount;
11323
+ return proto.com.lansweeper.dp.outbound.v1.UserAccount.deserializeBinaryFromReader(msg, reader);
11324
+ };
11325
+
11326
+
11327
+ /**
11328
+ * Deserializes binary data (in protobuf wire format) from the
11329
+ * given reader into the given message object.
11330
+ * @param {!proto.com.lansweeper.dp.outbound.v1.UserAccount} msg The message object to deserialize into.
11331
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
11332
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount}
11333
+ */
11334
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.deserializeBinaryFromReader = function(msg, reader) {
11335
+ while (reader.nextField()) {
11336
+ if (reader.isEndGroup()) {
11337
+ break;
11338
+ }
11339
+ var field = reader.getFieldNumber();
11340
+ switch (field) {
11341
+ case 1:
11342
+ var value = /** @type {string} */ (reader.readString());
11343
+ msg.setName(value);
11344
+ break;
11345
+ case 2:
11346
+ var value = /** @type {string} */ (reader.readString());
11347
+ msg.setDomain(value);
11348
+ break;
11349
+ case 3:
11350
+ var value = /** @type {string} */ (reader.readString());
11351
+ msg.setCaption(value);
11352
+ break;
11353
+ case 4:
11354
+ var value = /** @type {string} */ (reader.readString());
11355
+ msg.setDescription(value);
11356
+ break;
11357
+ case 5:
11358
+ var value = /** @type {string} */ (reader.readString());
11359
+ msg.setFullName(value);
11360
+ break;
11361
+ case 6:
11362
+ var value = new proto.com.lansweeper.dp.outbound.v1.MappedValue;
11363
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.MappedValue.deserializeBinaryFromReader);
11364
+ msg.setAccountType(value);
11365
+ break;
11366
+ case 7:
11367
+ var value = /** @type {string} */ (reader.readString());
11368
+ msg.setSid(value);
11369
+ break;
11370
+ case 8:
11371
+ var value = new proto.com.lansweeper.dp.outbound.v1.MappedValue;
11372
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.MappedValue.deserializeBinaryFromReader);
11373
+ msg.setSidType(value);
11374
+ break;
11375
+ case 9:
11376
+ var value = /** @type {boolean} */ (reader.readBool());
11377
+ msg.setLocalAccount(value);
11378
+ break;
11379
+ case 10:
11380
+ var value = /** @type {boolean} */ (reader.readBool());
11381
+ msg.setDisabled(value);
11382
+ break;
11383
+ case 11:
11384
+ var value = /** @type {boolean} */ (reader.readBool());
11385
+ msg.setLockout(value);
11386
+ break;
11387
+ case 12:
11388
+ var value = /** @type {boolean} */ (reader.readBool());
11389
+ msg.setPasswordChangeable(value);
11390
+ break;
11391
+ case 13:
11392
+ var value = /** @type {boolean} */ (reader.readBool());
11393
+ msg.setPasswordExpires(value);
11394
+ break;
11395
+ case 14:
11396
+ var value = /** @type {boolean} */ (reader.readBool());
11397
+ msg.setPasswordRequired(value);
11398
+ break;
11399
+ case 15:
11400
+ var value = /** @type {string} */ (reader.readString());
11401
+ msg.setStatus(value);
11402
+ break;
11403
+ case 16:
11404
+ var value = /** @type {number} */ (reader.readInt32());
11405
+ msg.setUserId(value);
11406
+ break;
11407
+ case 17:
11408
+ var value = /** @type {number} */ (reader.readInt32());
11409
+ msg.setGroupId(value);
11410
+ break;
11411
+ case 18:
11412
+ var value = /** @type {string} */ (reader.readString());
11413
+ msg.setHomeDirectory(value);
11414
+ break;
11415
+ case 19:
11416
+ var value = /** @type {string} */ (reader.readString());
11417
+ msg.setLoginShell(value);
11418
+ break;
11419
+ default:
11420
+ reader.skipField();
11421
+ break;
11422
+ }
11423
+ }
11424
+ return msg;
11425
+ };
11426
+
11427
+
11428
+ /**
11429
+ * Serializes the message to binary data (in protobuf wire format).
11430
+ * @return {!Uint8Array}
11431
+ */
11432
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.serializeBinary = function() {
11433
+ var writer = new jspb.BinaryWriter();
11434
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.serializeBinaryToWriter(this, writer);
11435
+ return writer.getResultBuffer();
11436
+ };
11437
+
11438
+
11439
+ /**
11440
+ * Serializes the given message to binary data (in protobuf wire
11441
+ * format), writing to the given BinaryWriter.
11442
+ * @param {!proto.com.lansweeper.dp.outbound.v1.UserAccount} message
11443
+ * @param {!jspb.BinaryWriter} writer
11444
+ * @suppress {unusedLocalVariables} f is only used for nested messages
11445
+ */
11446
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.serializeBinaryToWriter = function(message, writer) {
11447
+ var f = undefined;
11448
+ f = /** @type {string} */ (jspb.Message.getField(message, 1));
11449
+ if (f != null) {
11450
+ writer.writeString(
11451
+ 1,
11452
+ f
11453
+ );
11454
+ }
11455
+ f = /** @type {string} */ (jspb.Message.getField(message, 2));
11456
+ if (f != null) {
11457
+ writer.writeString(
11458
+ 2,
11459
+ f
11460
+ );
11461
+ }
11462
+ f = /** @type {string} */ (jspb.Message.getField(message, 3));
11463
+ if (f != null) {
11464
+ writer.writeString(
11465
+ 3,
11466
+ f
11467
+ );
11468
+ }
11469
+ f = /** @type {string} */ (jspb.Message.getField(message, 4));
11470
+ if (f != null) {
11471
+ writer.writeString(
11472
+ 4,
11473
+ f
11474
+ );
11475
+ }
11476
+ f = /** @type {string} */ (jspb.Message.getField(message, 5));
11477
+ if (f != null) {
11478
+ writer.writeString(
11479
+ 5,
11480
+ f
11481
+ );
11482
+ }
11483
+ f = message.getAccountType();
11484
+ if (f != null) {
11485
+ writer.writeMessage(
11486
+ 6,
11487
+ f,
11488
+ proto.com.lansweeper.dp.outbound.v1.MappedValue.serializeBinaryToWriter
11489
+ );
11490
+ }
11491
+ f = /** @type {string} */ (jspb.Message.getField(message, 7));
11492
+ if (f != null) {
11493
+ writer.writeString(
11494
+ 7,
11495
+ f
11496
+ );
11497
+ }
11498
+ f = message.getSidType();
11499
+ if (f != null) {
11500
+ writer.writeMessage(
11501
+ 8,
11502
+ f,
11503
+ proto.com.lansweeper.dp.outbound.v1.MappedValue.serializeBinaryToWriter
11504
+ );
11505
+ }
11506
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 9));
11507
+ if (f != null) {
11508
+ writer.writeBool(
11509
+ 9,
11510
+ f
11511
+ );
11512
+ }
11513
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 10));
11514
+ if (f != null) {
11515
+ writer.writeBool(
11516
+ 10,
11517
+ f
11518
+ );
11519
+ }
11520
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 11));
11521
+ if (f != null) {
11522
+ writer.writeBool(
11523
+ 11,
11524
+ f
11525
+ );
11526
+ }
11527
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 12));
11528
+ if (f != null) {
11529
+ writer.writeBool(
11530
+ 12,
11531
+ f
11532
+ );
11533
+ }
11534
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 13));
11535
+ if (f != null) {
11536
+ writer.writeBool(
11537
+ 13,
11538
+ f
11539
+ );
11540
+ }
11541
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 14));
11542
+ if (f != null) {
11543
+ writer.writeBool(
11544
+ 14,
11545
+ f
11546
+ );
11547
+ }
11548
+ f = /** @type {string} */ (jspb.Message.getField(message, 15));
11549
+ if (f != null) {
11550
+ writer.writeString(
11551
+ 15,
11552
+ f
11553
+ );
11554
+ }
11555
+ f = /** @type {number} */ (jspb.Message.getField(message, 16));
11556
+ if (f != null) {
11557
+ writer.writeInt32(
11558
+ 16,
11559
+ f
11560
+ );
11561
+ }
11562
+ f = /** @type {number} */ (jspb.Message.getField(message, 17));
11563
+ if (f != null) {
11564
+ writer.writeInt32(
11565
+ 17,
11566
+ f
11567
+ );
11568
+ }
11569
+ f = /** @type {string} */ (jspb.Message.getField(message, 18));
11570
+ if (f != null) {
11571
+ writer.writeString(
11572
+ 18,
11573
+ f
11574
+ );
11575
+ }
11576
+ f = /** @type {string} */ (jspb.Message.getField(message, 19));
11577
+ if (f != null) {
11578
+ writer.writeString(
11579
+ 19,
11580
+ f
11581
+ );
11582
+ }
11583
+ };
11584
+
11585
+
11586
+ /**
11587
+ * optional string name = 1;
11588
+ * @return {string}
11589
+ */
11590
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.getName = function() {
11591
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
11592
+ };
11593
+
11594
+
11595
+ /**
11596
+ * @param {string} value
11597
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
11598
+ */
11599
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.setName = function(value) {
11600
+ return jspb.Message.setField(this, 1, value);
11601
+ };
11602
+
11603
+
11604
+ /**
11605
+ * Clears the field making it undefined.
11606
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
11607
+ */
11608
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.clearName = function() {
11609
+ return jspb.Message.setField(this, 1, undefined);
11610
+ };
11611
+
11612
+
11613
+ /**
11614
+ * Returns whether this field is set.
11615
+ * @return {boolean}
11616
+ */
11617
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.hasName = function() {
11618
+ return jspb.Message.getField(this, 1) != null;
11619
+ };
11620
+
11621
+
11622
+ /**
11623
+ * optional string domain = 2;
11624
+ * @return {string}
11625
+ */
11626
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.getDomain = function() {
11627
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
11628
+ };
11629
+
11630
+
11631
+ /**
11632
+ * @param {string} value
11633
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
11634
+ */
11635
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.setDomain = function(value) {
11636
+ return jspb.Message.setField(this, 2, value);
11637
+ };
11638
+
11639
+
11640
+ /**
11641
+ * Clears the field making it undefined.
11642
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
11643
+ */
11644
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.clearDomain = function() {
11645
+ return jspb.Message.setField(this, 2, undefined);
11646
+ };
11647
+
11648
+
11649
+ /**
11650
+ * Returns whether this field is set.
11651
+ * @return {boolean}
11652
+ */
11653
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.hasDomain = function() {
11654
+ return jspb.Message.getField(this, 2) != null;
11655
+ };
11656
+
11657
+
11658
+ /**
11659
+ * optional string caption = 3;
11660
+ * @return {string}
11661
+ */
11662
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.getCaption = function() {
11663
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
11664
+ };
11665
+
11666
+
11667
+ /**
11668
+ * @param {string} value
11669
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
11670
+ */
11671
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.setCaption = function(value) {
11672
+ return jspb.Message.setField(this, 3, value);
11673
+ };
11674
+
11675
+
11676
+ /**
11677
+ * Clears the field making it undefined.
11678
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
11679
+ */
11680
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.clearCaption = function() {
11681
+ return jspb.Message.setField(this, 3, undefined);
11682
+ };
11683
+
11684
+
11685
+ /**
11686
+ * Returns whether this field is set.
11687
+ * @return {boolean}
11688
+ */
11689
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.hasCaption = function() {
11690
+ return jspb.Message.getField(this, 3) != null;
11691
+ };
11692
+
11693
+
11694
+ /**
11695
+ * optional string description = 4;
11696
+ * @return {string}
11697
+ */
11698
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.getDescription = function() {
11699
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
11700
+ };
11701
+
11702
+
11703
+ /**
11704
+ * @param {string} value
11705
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
11706
+ */
11707
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.setDescription = function(value) {
11708
+ return jspb.Message.setField(this, 4, value);
11709
+ };
11710
+
11711
+
11712
+ /**
11713
+ * Clears the field making it undefined.
11714
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
11715
+ */
11716
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.clearDescription = function() {
11717
+ return jspb.Message.setField(this, 4, undefined);
11718
+ };
11719
+
11720
+
11721
+ /**
11722
+ * Returns whether this field is set.
11723
+ * @return {boolean}
11724
+ */
11725
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.hasDescription = function() {
11726
+ return jspb.Message.getField(this, 4) != null;
11727
+ };
11728
+
11729
+
11730
+ /**
11731
+ * optional string full_name = 5;
11732
+ * @return {string}
11733
+ */
11734
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.getFullName = function() {
11735
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
11736
+ };
11737
+
11738
+
11739
+ /**
11740
+ * @param {string} value
11741
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
11742
+ */
11743
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.setFullName = function(value) {
11744
+ return jspb.Message.setField(this, 5, value);
11745
+ };
11746
+
11747
+
11748
+ /**
11749
+ * Clears the field making it undefined.
11750
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
11751
+ */
11752
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.clearFullName = function() {
11753
+ return jspb.Message.setField(this, 5, undefined);
11754
+ };
11755
+
11756
+
11757
+ /**
11758
+ * Returns whether this field is set.
11759
+ * @return {boolean}
11760
+ */
11761
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.hasFullName = function() {
11762
+ return jspb.Message.getField(this, 5) != null;
11763
+ };
11764
+
11765
+
11766
+ /**
11767
+ * optional MappedValue account_type = 6;
11768
+ * @return {?proto.com.lansweeper.dp.outbound.v1.MappedValue}
11769
+ */
11770
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.getAccountType = function() {
11771
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.MappedValue} */ (
11772
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MappedValue, 6));
11773
+ };
11774
+
11775
+
11776
+ /**
11777
+ * @param {?proto.com.lansweeper.dp.outbound.v1.MappedValue|undefined} value
11778
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
11779
+ */
11780
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.setAccountType = function(value) {
11781
+ return jspb.Message.setWrapperField(this, 6, value);
11782
+ };
11783
+
11784
+
11785
+ /**
11786
+ * Clears the message field making it undefined.
11787
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
11788
+ */
11789
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.clearAccountType = function() {
11790
+ return this.setAccountType(undefined);
11791
+ };
11792
+
11793
+
11794
+ /**
11795
+ * Returns whether this field is set.
11796
+ * @return {boolean}
11797
+ */
11798
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.hasAccountType = function() {
11799
+ return jspb.Message.getField(this, 6) != null;
11800
+ };
11801
+
11802
+
11803
+ /**
11804
+ * optional string sid = 7;
11805
+ * @return {string}
11806
+ */
11807
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.getSid = function() {
11808
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
11809
+ };
11810
+
11811
+
11812
+ /**
11813
+ * @param {string} value
11814
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
11815
+ */
11816
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.setSid = function(value) {
11817
+ return jspb.Message.setField(this, 7, value);
11818
+ };
11819
+
11820
+
11821
+ /**
11822
+ * Clears the field making it undefined.
11823
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
11824
+ */
11825
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.clearSid = function() {
11826
+ return jspb.Message.setField(this, 7, undefined);
11827
+ };
11828
+
11829
+
11830
+ /**
11831
+ * Returns whether this field is set.
11832
+ * @return {boolean}
11833
+ */
11834
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.hasSid = function() {
11835
+ return jspb.Message.getField(this, 7) != null;
11836
+ };
11837
+
11838
+
11839
+ /**
11840
+ * optional MappedValue sid_type = 8;
11841
+ * @return {?proto.com.lansweeper.dp.outbound.v1.MappedValue}
11842
+ */
11843
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.getSidType = function() {
11844
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.MappedValue} */ (
11845
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MappedValue, 8));
11846
+ };
11847
+
11848
+
11849
+ /**
11850
+ * @param {?proto.com.lansweeper.dp.outbound.v1.MappedValue|undefined} value
11851
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
11852
+ */
11853
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.setSidType = function(value) {
11854
+ return jspb.Message.setWrapperField(this, 8, value);
11855
+ };
11856
+
11857
+
11858
+ /**
11859
+ * Clears the message field making it undefined.
11860
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
11861
+ */
11862
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.clearSidType = function() {
11863
+ return this.setSidType(undefined);
11864
+ };
11865
+
11866
+
11867
+ /**
11868
+ * Returns whether this field is set.
11869
+ * @return {boolean}
11870
+ */
11871
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.hasSidType = function() {
11872
+ return jspb.Message.getField(this, 8) != null;
11873
+ };
11874
+
11875
+
11876
+ /**
11877
+ * optional bool local_account = 9;
11878
+ * @return {boolean}
11879
+ */
11880
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.getLocalAccount = function() {
11881
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 9, false));
11882
+ };
11883
+
11884
+
11885
+ /**
11886
+ * @param {boolean} value
11887
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
11888
+ */
11889
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.setLocalAccount = function(value) {
11890
+ return jspb.Message.setField(this, 9, value);
11891
+ };
11892
+
11893
+
11894
+ /**
11895
+ * Clears the field making it undefined.
11896
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
11897
+ */
11898
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.clearLocalAccount = function() {
11899
+ return jspb.Message.setField(this, 9, undefined);
11900
+ };
11901
+
11902
+
11903
+ /**
11904
+ * Returns whether this field is set.
11905
+ * @return {boolean}
11906
+ */
11907
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.hasLocalAccount = function() {
11908
+ return jspb.Message.getField(this, 9) != null;
11909
+ };
11910
+
11911
+
11912
+ /**
11913
+ * optional bool disabled = 10;
11914
+ * @return {boolean}
11915
+ */
11916
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.getDisabled = function() {
11917
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 10, false));
11918
+ };
11919
+
11920
+
11921
+ /**
11922
+ * @param {boolean} value
11923
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
11924
+ */
11925
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.setDisabled = function(value) {
11926
+ return jspb.Message.setField(this, 10, value);
11927
+ };
11928
+
11929
+
11930
+ /**
11931
+ * Clears the field making it undefined.
11932
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
11933
+ */
11934
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.clearDisabled = function() {
11935
+ return jspb.Message.setField(this, 10, undefined);
11936
+ };
11937
+
11938
+
11939
+ /**
11940
+ * Returns whether this field is set.
11941
+ * @return {boolean}
11942
+ */
11943
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.hasDisabled = function() {
11944
+ return jspb.Message.getField(this, 10) != null;
11945
+ };
11946
+
11947
+
11948
+ /**
11949
+ * optional bool lockout = 11;
11950
+ * @return {boolean}
11951
+ */
11952
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.getLockout = function() {
11953
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 11, false));
11954
+ };
11955
+
11956
+
11957
+ /**
11958
+ * @param {boolean} value
11959
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
11960
+ */
11961
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.setLockout = function(value) {
11962
+ return jspb.Message.setField(this, 11, value);
11963
+ };
11964
+
11965
+
11966
+ /**
11967
+ * Clears the field making it undefined.
11968
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
11969
+ */
11970
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.clearLockout = function() {
11971
+ return jspb.Message.setField(this, 11, undefined);
11972
+ };
11973
+
11974
+
11975
+ /**
11976
+ * Returns whether this field is set.
11977
+ * @return {boolean}
11978
+ */
11979
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.hasLockout = function() {
11980
+ return jspb.Message.getField(this, 11) != null;
11981
+ };
11982
+
11983
+
11984
+ /**
11985
+ * optional bool password_changeable = 12;
11986
+ * @return {boolean}
11987
+ */
11988
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.getPasswordChangeable = function() {
11989
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 12, false));
11990
+ };
11991
+
11992
+
11993
+ /**
11994
+ * @param {boolean} value
11995
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
11996
+ */
11997
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.setPasswordChangeable = function(value) {
11998
+ return jspb.Message.setField(this, 12, value);
11999
+ };
12000
+
12001
+
12002
+ /**
12003
+ * Clears the field making it undefined.
12004
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
12005
+ */
12006
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.clearPasswordChangeable = function() {
12007
+ return jspb.Message.setField(this, 12, undefined);
12008
+ };
12009
+
12010
+
12011
+ /**
12012
+ * Returns whether this field is set.
12013
+ * @return {boolean}
12014
+ */
12015
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.hasPasswordChangeable = function() {
12016
+ return jspb.Message.getField(this, 12) != null;
12017
+ };
12018
+
12019
+
12020
+ /**
12021
+ * optional bool password_expires = 13;
12022
+ * @return {boolean}
12023
+ */
12024
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.getPasswordExpires = function() {
12025
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 13, false));
12026
+ };
12027
+
12028
+
12029
+ /**
12030
+ * @param {boolean} value
12031
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
12032
+ */
12033
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.setPasswordExpires = function(value) {
12034
+ return jspb.Message.setField(this, 13, value);
12035
+ };
12036
+
12037
+
12038
+ /**
12039
+ * Clears the field making it undefined.
12040
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
12041
+ */
12042
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.clearPasswordExpires = function() {
12043
+ return jspb.Message.setField(this, 13, undefined);
12044
+ };
12045
+
12046
+
12047
+ /**
12048
+ * Returns whether this field is set.
12049
+ * @return {boolean}
12050
+ */
12051
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.hasPasswordExpires = function() {
12052
+ return jspb.Message.getField(this, 13) != null;
12053
+ };
12054
+
12055
+
12056
+ /**
12057
+ * optional bool password_required = 14;
12058
+ * @return {boolean}
12059
+ */
12060
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.getPasswordRequired = function() {
12061
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 14, false));
12062
+ };
12063
+
12064
+
12065
+ /**
12066
+ * @param {boolean} value
12067
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
12068
+ */
12069
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.setPasswordRequired = function(value) {
12070
+ return jspb.Message.setField(this, 14, value);
12071
+ };
12072
+
12073
+
12074
+ /**
12075
+ * Clears the field making it undefined.
12076
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
12077
+ */
12078
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.clearPasswordRequired = function() {
12079
+ return jspb.Message.setField(this, 14, undefined);
12080
+ };
12081
+
12082
+
12083
+ /**
12084
+ * Returns whether this field is set.
12085
+ * @return {boolean}
12086
+ */
12087
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.hasPasswordRequired = function() {
12088
+ return jspb.Message.getField(this, 14) != null;
12089
+ };
12090
+
12091
+
12092
+ /**
12093
+ * optional string status = 15;
12094
+ * @return {string}
12095
+ */
12096
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.getStatus = function() {
12097
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 15, ""));
12098
+ };
12099
+
12100
+
12101
+ /**
12102
+ * @param {string} value
12103
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
12104
+ */
12105
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.setStatus = function(value) {
12106
+ return jspb.Message.setField(this, 15, value);
12107
+ };
12108
+
12109
+
12110
+ /**
12111
+ * Clears the field making it undefined.
12112
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
12113
+ */
12114
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.clearStatus = function() {
12115
+ return jspb.Message.setField(this, 15, undefined);
12116
+ };
12117
+
12118
+
12119
+ /**
12120
+ * Returns whether this field is set.
12121
+ * @return {boolean}
12122
+ */
12123
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.hasStatus = function() {
12124
+ return jspb.Message.getField(this, 15) != null;
12125
+ };
12126
+
12127
+
12128
+ /**
12129
+ * optional int32 user_id = 16;
12130
+ * @return {number}
12131
+ */
12132
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.getUserId = function() {
12133
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 16, 0));
12134
+ };
12135
+
12136
+
12137
+ /**
12138
+ * @param {number} value
12139
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
12140
+ */
12141
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.setUserId = function(value) {
12142
+ return jspb.Message.setField(this, 16, value);
12143
+ };
12144
+
12145
+
12146
+ /**
12147
+ * Clears the field making it undefined.
12148
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
12149
+ */
12150
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.clearUserId = function() {
12151
+ return jspb.Message.setField(this, 16, undefined);
12152
+ };
12153
+
12154
+
12155
+ /**
12156
+ * Returns whether this field is set.
12157
+ * @return {boolean}
12158
+ */
12159
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.hasUserId = function() {
12160
+ return jspb.Message.getField(this, 16) != null;
12161
+ };
12162
+
12163
+
12164
+ /**
12165
+ * optional int32 group_id = 17;
12166
+ * @return {number}
12167
+ */
12168
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.getGroupId = function() {
12169
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 17, 0));
12170
+ };
12171
+
12172
+
12173
+ /**
12174
+ * @param {number} value
12175
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
12176
+ */
12177
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.setGroupId = function(value) {
12178
+ return jspb.Message.setField(this, 17, value);
12179
+ };
12180
+
12181
+
12182
+ /**
12183
+ * Clears the field making it undefined.
12184
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
12185
+ */
12186
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.clearGroupId = function() {
12187
+ return jspb.Message.setField(this, 17, undefined);
12188
+ };
12189
+
12190
+
12191
+ /**
12192
+ * Returns whether this field is set.
12193
+ * @return {boolean}
12194
+ */
12195
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.hasGroupId = function() {
12196
+ return jspb.Message.getField(this, 17) != null;
12197
+ };
12198
+
12199
+
12200
+ /**
12201
+ * optional string home_directory = 18;
12202
+ * @return {string}
12203
+ */
12204
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.getHomeDirectory = function() {
12205
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 18, ""));
12206
+ };
12207
+
12208
+
12209
+ /**
12210
+ * @param {string} value
12211
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
12212
+ */
12213
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.setHomeDirectory = function(value) {
12214
+ return jspb.Message.setField(this, 18, value);
12215
+ };
12216
+
12217
+
12218
+ /**
12219
+ * Clears the field making it undefined.
12220
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
12221
+ */
12222
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.clearHomeDirectory = function() {
12223
+ return jspb.Message.setField(this, 18, undefined);
12224
+ };
12225
+
12226
+
12227
+ /**
12228
+ * Returns whether this field is set.
12229
+ * @return {boolean}
12230
+ */
12231
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.hasHomeDirectory = function() {
12232
+ return jspb.Message.getField(this, 18) != null;
12233
+ };
12234
+
12235
+
12236
+ /**
12237
+ * optional string login_shell = 19;
12238
+ * @return {string}
12239
+ */
12240
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.getLoginShell = function() {
12241
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 19, ""));
12242
+ };
12243
+
12244
+
12245
+ /**
12246
+ * @param {string} value
12247
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
12248
+ */
12249
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.setLoginShell = function(value) {
12250
+ return jspb.Message.setField(this, 19, value);
12251
+ };
12252
+
12253
+
12254
+ /**
12255
+ * Clears the field making it undefined.
12256
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserAccount} returns this
12257
+ */
12258
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.clearLoginShell = function() {
12259
+ return jspb.Message.setField(this, 19, undefined);
12260
+ };
12261
+
12262
+
12263
+ /**
12264
+ * Returns whether this field is set.
12265
+ * @return {boolean}
12266
+ */
12267
+ proto.com.lansweeper.dp.outbound.v1.UserAccount.prototype.hasLoginShell = function() {
12268
+ return jspb.Message.getField(this, 19) != null;
12269
+ };
12270
+
12271
+
12272
+
12273
+
12274
+
12275
+ if (jspb.Message.GENERATE_TO_OBJECT) {
12276
+ /**
12277
+ * Creates an object representation of this proto.
12278
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
12279
+ * Optional fields that are not set will be set to undefined.
12280
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
12281
+ * For the list of reserved names please see:
12282
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
12283
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
12284
+ * JSPB instance for transitional soy proto support:
12285
+ * http://goto/soy-param-migration
12286
+ * @return {!Object}
12287
+ */
12288
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.prototype.toObject = function(opt_includeInstance) {
12289
+ return proto.com.lansweeper.dp.outbound.v1.UserGroup.toObject(opt_includeInstance, this);
12290
+ };
12291
+
12292
+
12293
+ /**
12294
+ * Static version of the {@see toObject} method.
12295
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
12296
+ * the JSPB instance for transitional soy proto support:
12297
+ * http://goto/soy-param-migration
12298
+ * @param {!proto.com.lansweeper.dp.outbound.v1.UserGroup} msg The msg instance to transform.
12299
+ * @return {!Object}
12300
+ * @suppress {unusedLocalVariables} f is only used for nested messages
12301
+ */
12302
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.toObject = function(includeInstance, msg) {
12303
+ var f, obj = {
12304
+ name: jspb.Message.getFieldWithDefault(msg, 1, ""),
12305
+ caption: jspb.Message.getFieldWithDefault(msg, 2, ""),
12306
+ description: jspb.Message.getFieldWithDefault(msg, 3, ""),
12307
+ domain: jspb.Message.getFieldWithDefault(msg, 4, ""),
12308
+ sid: jspb.Message.getFieldWithDefault(msg, 5, ""),
12309
+ localAccount: jspb.Message.getBooleanFieldWithDefault(msg, 6, false),
12310
+ groupId: jspb.Message.getFieldWithDefault(msg, 7, 0),
12311
+ type: jspb.Message.getFieldWithDefault(msg, 8, "")
12312
+ };
12313
+
12314
+ if (includeInstance) {
12315
+ obj.$jspbMessageInstance = msg;
12316
+ }
12317
+ return obj;
12318
+ };
12319
+ }
12320
+
12321
+
12322
+ /**
12323
+ * Deserializes binary data (in protobuf wire format).
12324
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
12325
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserGroup}
12326
+ */
12327
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.deserializeBinary = function(bytes) {
12328
+ var reader = new jspb.BinaryReader(bytes);
12329
+ var msg = new proto.com.lansweeper.dp.outbound.v1.UserGroup;
12330
+ return proto.com.lansweeper.dp.outbound.v1.UserGroup.deserializeBinaryFromReader(msg, reader);
12331
+ };
12332
+
12333
+
12334
+ /**
12335
+ * Deserializes binary data (in protobuf wire format) from the
12336
+ * given reader into the given message object.
12337
+ * @param {!proto.com.lansweeper.dp.outbound.v1.UserGroup} msg The message object to deserialize into.
12338
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
12339
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserGroup}
12340
+ */
12341
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.deserializeBinaryFromReader = function(msg, reader) {
12342
+ while (reader.nextField()) {
12343
+ if (reader.isEndGroup()) {
12344
+ break;
12345
+ }
12346
+ var field = reader.getFieldNumber();
12347
+ switch (field) {
12348
+ case 1:
12349
+ var value = /** @type {string} */ (reader.readString());
12350
+ msg.setName(value);
12351
+ break;
12352
+ case 2:
12353
+ var value = /** @type {string} */ (reader.readString());
12354
+ msg.setCaption(value);
12355
+ break;
12356
+ case 3:
12357
+ var value = /** @type {string} */ (reader.readString());
12358
+ msg.setDescription(value);
12359
+ break;
12360
+ case 4:
12361
+ var value = /** @type {string} */ (reader.readString());
12362
+ msg.setDomain(value);
12363
+ break;
12364
+ case 5:
12365
+ var value = /** @type {string} */ (reader.readString());
12366
+ msg.setSid(value);
12367
+ break;
12368
+ case 6:
12369
+ var value = /** @type {boolean} */ (reader.readBool());
12370
+ msg.setLocalAccount(value);
12371
+ break;
12372
+ case 7:
12373
+ var value = /** @type {number} */ (reader.readInt32());
12374
+ msg.setGroupId(value);
12375
+ break;
12376
+ case 8:
12377
+ var value = /** @type {string} */ (reader.readString());
12378
+ msg.setType(value);
12379
+ break;
12380
+ default:
12381
+ reader.skipField();
12382
+ break;
12383
+ }
12384
+ }
12385
+ return msg;
12386
+ };
12387
+
12388
+
12389
+ /**
12390
+ * Serializes the message to binary data (in protobuf wire format).
12391
+ * @return {!Uint8Array}
12392
+ */
12393
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.prototype.serializeBinary = function() {
12394
+ var writer = new jspb.BinaryWriter();
12395
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.serializeBinaryToWriter(this, writer);
12396
+ return writer.getResultBuffer();
12397
+ };
12398
+
12399
+
12400
+ /**
12401
+ * Serializes the given message to binary data (in protobuf wire
12402
+ * format), writing to the given BinaryWriter.
12403
+ * @param {!proto.com.lansweeper.dp.outbound.v1.UserGroup} message
12404
+ * @param {!jspb.BinaryWriter} writer
12405
+ * @suppress {unusedLocalVariables} f is only used for nested messages
12406
+ */
12407
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.serializeBinaryToWriter = function(message, writer) {
12408
+ var f = undefined;
12409
+ f = /** @type {string} */ (jspb.Message.getField(message, 1));
12410
+ if (f != null) {
12411
+ writer.writeString(
12412
+ 1,
12413
+ f
12414
+ );
12415
+ }
12416
+ f = /** @type {string} */ (jspb.Message.getField(message, 2));
12417
+ if (f != null) {
12418
+ writer.writeString(
12419
+ 2,
12420
+ f
12421
+ );
12422
+ }
12423
+ f = /** @type {string} */ (jspb.Message.getField(message, 3));
12424
+ if (f != null) {
12425
+ writer.writeString(
12426
+ 3,
12427
+ f
12428
+ );
12429
+ }
12430
+ f = /** @type {string} */ (jspb.Message.getField(message, 4));
12431
+ if (f != null) {
12432
+ writer.writeString(
12433
+ 4,
12434
+ f
12435
+ );
12436
+ }
12437
+ f = /** @type {string} */ (jspb.Message.getField(message, 5));
12438
+ if (f != null) {
12439
+ writer.writeString(
12440
+ 5,
12441
+ f
12442
+ );
12443
+ }
12444
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 6));
12445
+ if (f != null) {
12446
+ writer.writeBool(
12447
+ 6,
12448
+ f
12449
+ );
12450
+ }
12451
+ f = /** @type {number} */ (jspb.Message.getField(message, 7));
12452
+ if (f != null) {
12453
+ writer.writeInt32(
12454
+ 7,
12455
+ f
12456
+ );
12457
+ }
12458
+ f = /** @type {string} */ (jspb.Message.getField(message, 8));
12459
+ if (f != null) {
12460
+ writer.writeString(
12461
+ 8,
12462
+ f
12463
+ );
12464
+ }
12465
+ };
12466
+
12467
+
12468
+ /**
12469
+ * optional string name = 1;
12470
+ * @return {string}
12471
+ */
12472
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.prototype.getName = function() {
12473
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
12474
+ };
12475
+
12476
+
12477
+ /**
12478
+ * @param {string} value
12479
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserGroup} returns this
12480
+ */
12481
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.prototype.setName = function(value) {
12482
+ return jspb.Message.setField(this, 1, value);
12483
+ };
12484
+
12485
+
12486
+ /**
12487
+ * Clears the field making it undefined.
12488
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserGroup} returns this
12489
+ */
12490
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.prototype.clearName = function() {
12491
+ return jspb.Message.setField(this, 1, undefined);
12492
+ };
12493
+
12494
+
12495
+ /**
12496
+ * Returns whether this field is set.
12497
+ * @return {boolean}
12498
+ */
12499
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.prototype.hasName = function() {
12500
+ return jspb.Message.getField(this, 1) != null;
12501
+ };
12502
+
12503
+
12504
+ /**
12505
+ * optional string caption = 2;
12506
+ * @return {string}
12507
+ */
12508
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.prototype.getCaption = function() {
12509
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
12510
+ };
12511
+
12512
+
12513
+ /**
12514
+ * @param {string} value
12515
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserGroup} returns this
12516
+ */
12517
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.prototype.setCaption = function(value) {
12518
+ return jspb.Message.setField(this, 2, value);
12519
+ };
12520
+
12521
+
12522
+ /**
12523
+ * Clears the field making it undefined.
12524
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserGroup} returns this
12525
+ */
12526
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.prototype.clearCaption = function() {
12527
+ return jspb.Message.setField(this, 2, undefined);
12528
+ };
12529
+
12530
+
12531
+ /**
12532
+ * Returns whether this field is set.
12533
+ * @return {boolean}
12534
+ */
12535
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.prototype.hasCaption = function() {
12536
+ return jspb.Message.getField(this, 2) != null;
12537
+ };
12538
+
12539
+
12540
+ /**
12541
+ * optional string description = 3;
12542
+ * @return {string}
12543
+ */
12544
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.prototype.getDescription = function() {
12545
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
12546
+ };
12547
+
12548
+
12549
+ /**
12550
+ * @param {string} value
12551
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserGroup} returns this
12552
+ */
12553
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.prototype.setDescription = function(value) {
12554
+ return jspb.Message.setField(this, 3, value);
12555
+ };
12556
+
12557
+
12558
+ /**
12559
+ * Clears the field making it undefined.
12560
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserGroup} returns this
12561
+ */
12562
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.prototype.clearDescription = function() {
12563
+ return jspb.Message.setField(this, 3, undefined);
12564
+ };
12565
+
12566
+
12567
+ /**
12568
+ * Returns whether this field is set.
12569
+ * @return {boolean}
12570
+ */
12571
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.prototype.hasDescription = function() {
12572
+ return jspb.Message.getField(this, 3) != null;
12573
+ };
12574
+
12575
+
12576
+ /**
12577
+ * optional string domain = 4;
12578
+ * @return {string}
12579
+ */
12580
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.prototype.getDomain = function() {
12581
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
12582
+ };
12583
+
12584
+
12585
+ /**
12586
+ * @param {string} value
12587
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserGroup} returns this
12588
+ */
12589
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.prototype.setDomain = function(value) {
12590
+ return jspb.Message.setField(this, 4, value);
12591
+ };
12592
+
12593
+
12594
+ /**
12595
+ * Clears the field making it undefined.
12596
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserGroup} returns this
12597
+ */
12598
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.prototype.clearDomain = function() {
12599
+ return jspb.Message.setField(this, 4, undefined);
12600
+ };
12601
+
12602
+
12603
+ /**
12604
+ * Returns whether this field is set.
12605
+ * @return {boolean}
12606
+ */
12607
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.prototype.hasDomain = function() {
12608
+ return jspb.Message.getField(this, 4) != null;
12609
+ };
12610
+
12611
+
12612
+ /**
12613
+ * optional string sid = 5;
12614
+ * @return {string}
12615
+ */
12616
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.prototype.getSid = function() {
12617
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
12618
+ };
12619
+
12620
+
12621
+ /**
12622
+ * @param {string} value
12623
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserGroup} returns this
12624
+ */
12625
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.prototype.setSid = function(value) {
12626
+ return jspb.Message.setField(this, 5, value);
12627
+ };
12628
+
12629
+
12630
+ /**
12631
+ * Clears the field making it undefined.
12632
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserGroup} returns this
12633
+ */
12634
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.prototype.clearSid = function() {
12635
+ return jspb.Message.setField(this, 5, undefined);
12636
+ };
12637
+
12638
+
12639
+ /**
12640
+ * Returns whether this field is set.
12641
+ * @return {boolean}
12642
+ */
12643
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.prototype.hasSid = function() {
12644
+ return jspb.Message.getField(this, 5) != null;
12645
+ };
12646
+
12647
+
12648
+ /**
12649
+ * optional bool local_account = 6;
12650
+ * @return {boolean}
12651
+ */
12652
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.prototype.getLocalAccount = function() {
12653
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 6, false));
12654
+ };
12655
+
12656
+
12657
+ /**
12658
+ * @param {boolean} value
12659
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserGroup} returns this
12660
+ */
12661
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.prototype.setLocalAccount = function(value) {
12662
+ return jspb.Message.setField(this, 6, value);
12663
+ };
12664
+
12665
+
12666
+ /**
12667
+ * Clears the field making it undefined.
12668
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserGroup} returns this
12669
+ */
12670
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.prototype.clearLocalAccount = function() {
12671
+ return jspb.Message.setField(this, 6, undefined);
12672
+ };
12673
+
12674
+
12675
+ /**
12676
+ * Returns whether this field is set.
12677
+ * @return {boolean}
12678
+ */
12679
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.prototype.hasLocalAccount = function() {
12680
+ return jspb.Message.getField(this, 6) != null;
12681
+ };
12682
+
12683
+
12684
+ /**
12685
+ * optional int32 group_id = 7;
12686
+ * @return {number}
12687
+ */
12688
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.prototype.getGroupId = function() {
12689
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 7, 0));
12690
+ };
12691
+
12692
+
12693
+ /**
12694
+ * @param {number} value
12695
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserGroup} returns this
12696
+ */
12697
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.prototype.setGroupId = function(value) {
12698
+ return jspb.Message.setField(this, 7, value);
12699
+ };
12700
+
12701
+
12702
+ /**
12703
+ * Clears the field making it undefined.
12704
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserGroup} returns this
12705
+ */
12706
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.prototype.clearGroupId = function() {
12707
+ return jspb.Message.setField(this, 7, undefined);
12708
+ };
12709
+
12710
+
12711
+ /**
12712
+ * Returns whether this field is set.
12713
+ * @return {boolean}
12714
+ */
12715
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.prototype.hasGroupId = function() {
12716
+ return jspb.Message.getField(this, 7) != null;
12717
+ };
12718
+
12719
+
12720
+ /**
12721
+ * optional string type = 8;
12722
+ * @return {string}
12723
+ */
12724
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.prototype.getType = function() {
12725
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
12726
+ };
12727
+
12728
+
12729
+ /**
12730
+ * @param {string} value
12731
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserGroup} returns this
12732
+ */
12733
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.prototype.setType = function(value) {
12734
+ return jspb.Message.setField(this, 8, value);
12735
+ };
12736
+
12737
+
12738
+ /**
12739
+ * Clears the field making it undefined.
12740
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserGroup} returns this
12741
+ */
12742
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.prototype.clearType = function() {
12743
+ return jspb.Message.setField(this, 8, undefined);
12744
+ };
12745
+
12746
+
12747
+ /**
12748
+ * Returns whether this field is set.
12749
+ * @return {boolean}
12750
+ */
12751
+ proto.com.lansweeper.dp.outbound.v1.UserGroup.prototype.hasType = function() {
12752
+ return jspb.Message.getField(this, 8) != null;
12753
+ };
12754
+
12755
+
12756
+
12757
+
12758
+
12759
+ if (jspb.Message.GENERATE_TO_OBJECT) {
12760
+ /**
12761
+ * Creates an object representation of this proto.
12762
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
12763
+ * Optional fields that are not set will be set to undefined.
12764
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
12765
+ * For the list of reserved names please see:
12766
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
12767
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
12768
+ * JSPB instance for transitional soy proto support:
12769
+ * http://goto/soy-param-migration
12770
+ * @return {!Object}
12771
+ */
12772
+ proto.com.lansweeper.dp.outbound.v1.UserInGroup.prototype.toObject = function(opt_includeInstance) {
12773
+ return proto.com.lansweeper.dp.outbound.v1.UserInGroup.toObject(opt_includeInstance, this);
12774
+ };
12775
+
12776
+
12777
+ /**
12778
+ * Static version of the {@see toObject} method.
12779
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
12780
+ * the JSPB instance for transitional soy proto support:
12781
+ * http://goto/soy-param-migration
12782
+ * @param {!proto.com.lansweeper.dp.outbound.v1.UserInGroup} msg The msg instance to transform.
12783
+ * @return {!Object}
12784
+ * @suppress {unusedLocalVariables} f is only used for nested messages
12785
+ */
12786
+ proto.com.lansweeper.dp.outbound.v1.UserInGroup.toObject = function(includeInstance, msg) {
12787
+ var f, obj = {
12788
+ groupName: jspb.Message.getFieldWithDefault(msg, 1, ""),
12789
+ userName: jspb.Message.getFieldWithDefault(msg, 2, ""),
12790
+ userDomainName: jspb.Message.getFieldWithDefault(msg, 3, ""),
12791
+ accountType: jspb.Message.getFieldWithDefault(msg, 4, ""),
12792
+ isAdminGroup: jspb.Message.getBooleanFieldWithDefault(msg, 5, false)
12793
+ };
12794
+
12795
+ if (includeInstance) {
12796
+ obj.$jspbMessageInstance = msg;
12797
+ }
12798
+ return obj;
12799
+ };
12800
+ }
12801
+
12802
+
12803
+ /**
12804
+ * Deserializes binary data (in protobuf wire format).
12805
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
12806
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserInGroup}
12807
+ */
12808
+ proto.com.lansweeper.dp.outbound.v1.UserInGroup.deserializeBinary = function(bytes) {
12809
+ var reader = new jspb.BinaryReader(bytes);
12810
+ var msg = new proto.com.lansweeper.dp.outbound.v1.UserInGroup;
12811
+ return proto.com.lansweeper.dp.outbound.v1.UserInGroup.deserializeBinaryFromReader(msg, reader);
12812
+ };
12813
+
12814
+
12815
+ /**
12816
+ * Deserializes binary data (in protobuf wire format) from the
12817
+ * given reader into the given message object.
12818
+ * @param {!proto.com.lansweeper.dp.outbound.v1.UserInGroup} msg The message object to deserialize into.
12819
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
12820
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserInGroup}
12821
+ */
12822
+ proto.com.lansweeper.dp.outbound.v1.UserInGroup.deserializeBinaryFromReader = function(msg, reader) {
12823
+ while (reader.nextField()) {
12824
+ if (reader.isEndGroup()) {
12825
+ break;
12826
+ }
12827
+ var field = reader.getFieldNumber();
12828
+ switch (field) {
12829
+ case 1:
12830
+ var value = /** @type {string} */ (reader.readString());
12831
+ msg.setGroupName(value);
12832
+ break;
12833
+ case 2:
12834
+ var value = /** @type {string} */ (reader.readString());
12835
+ msg.setUserName(value);
12836
+ break;
12837
+ case 3:
12838
+ var value = /** @type {string} */ (reader.readString());
12839
+ msg.setUserDomainName(value);
12840
+ break;
12841
+ case 4:
12842
+ var value = /** @type {string} */ (reader.readString());
12843
+ msg.setAccountType(value);
12844
+ break;
12845
+ case 5:
12846
+ var value = /** @type {boolean} */ (reader.readBool());
12847
+ msg.setIsAdminGroup(value);
12848
+ break;
12849
+ default:
12850
+ reader.skipField();
12851
+ break;
12852
+ }
12853
+ }
12854
+ return msg;
12855
+ };
12856
+
12857
+
12858
+ /**
12859
+ * Serializes the message to binary data (in protobuf wire format).
12860
+ * @return {!Uint8Array}
12861
+ */
12862
+ proto.com.lansweeper.dp.outbound.v1.UserInGroup.prototype.serializeBinary = function() {
12863
+ var writer = new jspb.BinaryWriter();
12864
+ proto.com.lansweeper.dp.outbound.v1.UserInGroup.serializeBinaryToWriter(this, writer);
12865
+ return writer.getResultBuffer();
12866
+ };
12867
+
12868
+
12869
+ /**
12870
+ * Serializes the given message to binary data (in protobuf wire
12871
+ * format), writing to the given BinaryWriter.
12872
+ * @param {!proto.com.lansweeper.dp.outbound.v1.UserInGroup} message
12873
+ * @param {!jspb.BinaryWriter} writer
12874
+ * @suppress {unusedLocalVariables} f is only used for nested messages
12875
+ */
12876
+ proto.com.lansweeper.dp.outbound.v1.UserInGroup.serializeBinaryToWriter = function(message, writer) {
12877
+ var f = undefined;
12878
+ f = /** @type {string} */ (jspb.Message.getField(message, 1));
12879
+ if (f != null) {
12880
+ writer.writeString(
12881
+ 1,
12882
+ f
12883
+ );
12884
+ }
12885
+ f = /** @type {string} */ (jspb.Message.getField(message, 2));
12886
+ if (f != null) {
12887
+ writer.writeString(
12888
+ 2,
12889
+ f
12890
+ );
12891
+ }
12892
+ f = /** @type {string} */ (jspb.Message.getField(message, 3));
12893
+ if (f != null) {
12894
+ writer.writeString(
12895
+ 3,
12896
+ f
12897
+ );
12898
+ }
12899
+ f = /** @type {string} */ (jspb.Message.getField(message, 4));
12900
+ if (f != null) {
12901
+ writer.writeString(
12902
+ 4,
12903
+ f
12904
+ );
12905
+ }
12906
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 5));
12907
+ if (f != null) {
12908
+ writer.writeBool(
12909
+ 5,
12910
+ f
12911
+ );
12912
+ }
12913
+ };
12914
+
12915
+
12916
+ /**
12917
+ * optional string group_name = 1;
12918
+ * @return {string}
12919
+ */
12920
+ proto.com.lansweeper.dp.outbound.v1.UserInGroup.prototype.getGroupName = function() {
12921
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
12922
+ };
12923
+
12924
+
12925
+ /**
12926
+ * @param {string} value
12927
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserInGroup} returns this
12928
+ */
12929
+ proto.com.lansweeper.dp.outbound.v1.UserInGroup.prototype.setGroupName = function(value) {
12930
+ return jspb.Message.setField(this, 1, value);
12931
+ };
12932
+
12933
+
12934
+ /**
12935
+ * Clears the field making it undefined.
12936
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserInGroup} returns this
12937
+ */
12938
+ proto.com.lansweeper.dp.outbound.v1.UserInGroup.prototype.clearGroupName = function() {
12939
+ return jspb.Message.setField(this, 1, undefined);
12940
+ };
12941
+
12942
+
12943
+ /**
12944
+ * Returns whether this field is set.
12945
+ * @return {boolean}
12946
+ */
12947
+ proto.com.lansweeper.dp.outbound.v1.UserInGroup.prototype.hasGroupName = function() {
12948
+ return jspb.Message.getField(this, 1) != null;
12949
+ };
12950
+
12951
+
12952
+ /**
12953
+ * optional string user_name = 2;
12954
+ * @return {string}
12955
+ */
12956
+ proto.com.lansweeper.dp.outbound.v1.UserInGroup.prototype.getUserName = function() {
12957
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
12958
+ };
12959
+
12960
+
12961
+ /**
12962
+ * @param {string} value
12963
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserInGroup} returns this
12964
+ */
12965
+ proto.com.lansweeper.dp.outbound.v1.UserInGroup.prototype.setUserName = function(value) {
12966
+ return jspb.Message.setField(this, 2, value);
12967
+ };
12968
+
12969
+
12970
+ /**
12971
+ * Clears the field making it undefined.
12972
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserInGroup} returns this
12973
+ */
12974
+ proto.com.lansweeper.dp.outbound.v1.UserInGroup.prototype.clearUserName = function() {
12975
+ return jspb.Message.setField(this, 2, undefined);
12976
+ };
12977
+
12978
+
12979
+ /**
12980
+ * Returns whether this field is set.
12981
+ * @return {boolean}
12982
+ */
12983
+ proto.com.lansweeper.dp.outbound.v1.UserInGroup.prototype.hasUserName = function() {
12984
+ return jspb.Message.getField(this, 2) != null;
12985
+ };
12986
+
12987
+
12988
+ /**
12989
+ * optional string user_domain_name = 3;
12990
+ * @return {string}
12991
+ */
12992
+ proto.com.lansweeper.dp.outbound.v1.UserInGroup.prototype.getUserDomainName = function() {
12993
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
12994
+ };
12995
+
12996
+
12997
+ /**
12998
+ * @param {string} value
12999
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserInGroup} returns this
13000
+ */
13001
+ proto.com.lansweeper.dp.outbound.v1.UserInGroup.prototype.setUserDomainName = function(value) {
13002
+ return jspb.Message.setField(this, 3, value);
13003
+ };
13004
+
13005
+
13006
+ /**
13007
+ * Clears the field making it undefined.
13008
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserInGroup} returns this
13009
+ */
13010
+ proto.com.lansweeper.dp.outbound.v1.UserInGroup.prototype.clearUserDomainName = function() {
13011
+ return jspb.Message.setField(this, 3, undefined);
13012
+ };
13013
+
13014
+
13015
+ /**
13016
+ * Returns whether this field is set.
13017
+ * @return {boolean}
13018
+ */
13019
+ proto.com.lansweeper.dp.outbound.v1.UserInGroup.prototype.hasUserDomainName = function() {
13020
+ return jspb.Message.getField(this, 3) != null;
13021
+ };
13022
+
13023
+
13024
+ /**
13025
+ * optional string account_type = 4;
13026
+ * @return {string}
13027
+ */
13028
+ proto.com.lansweeper.dp.outbound.v1.UserInGroup.prototype.getAccountType = function() {
13029
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
13030
+ };
13031
+
13032
+
13033
+ /**
13034
+ * @param {string} value
13035
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserInGroup} returns this
13036
+ */
13037
+ proto.com.lansweeper.dp.outbound.v1.UserInGroup.prototype.setAccountType = function(value) {
13038
+ return jspb.Message.setField(this, 4, value);
13039
+ };
13040
+
13041
+
13042
+ /**
13043
+ * Clears the field making it undefined.
13044
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserInGroup} returns this
13045
+ */
13046
+ proto.com.lansweeper.dp.outbound.v1.UserInGroup.prototype.clearAccountType = function() {
13047
+ return jspb.Message.setField(this, 4, undefined);
13048
+ };
13049
+
13050
+
13051
+ /**
13052
+ * Returns whether this field is set.
13053
+ * @return {boolean}
13054
+ */
13055
+ proto.com.lansweeper.dp.outbound.v1.UserInGroup.prototype.hasAccountType = function() {
13056
+ return jspb.Message.getField(this, 4) != null;
13057
+ };
13058
+
13059
+
13060
+ /**
13061
+ * optional bool is_admin_group = 5;
13062
+ * @return {boolean}
13063
+ */
13064
+ proto.com.lansweeper.dp.outbound.v1.UserInGroup.prototype.getIsAdminGroup = function() {
13065
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 5, false));
13066
+ };
13067
+
13068
+
13069
+ /**
13070
+ * @param {boolean} value
13071
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserInGroup} returns this
13072
+ */
13073
+ proto.com.lansweeper.dp.outbound.v1.UserInGroup.prototype.setIsAdminGroup = function(value) {
13074
+ return jspb.Message.setField(this, 5, value);
13075
+ };
13076
+
13077
+
13078
+ /**
13079
+ * Clears the field making it undefined.
13080
+ * @return {!proto.com.lansweeper.dp.outbound.v1.UserInGroup} returns this
13081
+ */
13082
+ proto.com.lansweeper.dp.outbound.v1.UserInGroup.prototype.clearIsAdminGroup = function() {
13083
+ return jspb.Message.setField(this, 5, undefined);
13084
+ };
13085
+
13086
+
13087
+ /**
13088
+ * Returns whether this field is set.
13089
+ * @return {boolean}
13090
+ */
13091
+ proto.com.lansweeper.dp.outbound.v1.UserInGroup.prototype.hasIsAdminGroup = function() {
13092
+ return jspb.Message.getField(this, 5) != null;
13093
+ };
13094
+
13095
+
13096
+
13097
+ /**
13098
+ * List of repeated fields within this message type.
13099
+ * @private {!Array<number>}
13100
+ * @const
13101
+ */
13102
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.repeatedFields_ = [1,2,3,4];
13103
+
13104
+
13105
+
13106
+ if (jspb.Message.GENERATE_TO_OBJECT) {
13107
+ /**
13108
+ * Creates an object representation of this proto.
13109
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
13110
+ * Optional fields that are not set will be set to undefined.
13111
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
13112
+ * For the list of reserved names please see:
13113
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
13114
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
13115
+ * JSPB instance for transitional soy proto support:
13116
+ * http://goto/soy-param-migration
13117
+ * @return {!Object}
13118
+ */
13119
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.prototype.toObject = function(opt_includeInstance) {
13120
+ return proto.com.lansweeper.dp.outbound.v1.InternetExplorer.toObject(opt_includeInstance, this);
13121
+ };
13122
+
13123
+
13124
+ /**
13125
+ * Static version of the {@see toObject} method.
13126
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
13127
+ * the JSPB instance for transitional soy proto support:
13128
+ * http://goto/soy-param-migration
13129
+ * @param {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer} msg The msg instance to transform.
13130
+ * @return {!Object}
13131
+ * @suppress {unusedLocalVariables} f is only used for nested messages
13132
+ */
13133
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.toObject = function(includeInstance, msg) {
13134
+ var f, obj = {
13135
+ activeXList: jspb.Message.toObjectList(msg.getActiveXList(),
13136
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX.toObject, includeInstance),
13137
+ barList: jspb.Message.toObjectList(msg.getBarList(),
13138
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject.toObject, includeInstance),
13139
+ browserObjectList: jspb.Message.toObjectList(msg.getBrowserObjectList(),
13140
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject.toObject, includeInstance),
13141
+ extensionList: jspb.Message.toObjectList(msg.getExtensionList(),
13142
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.toObject, includeInstance)
13143
+ };
13144
+
13145
+ if (includeInstance) {
13146
+ obj.$jspbMessageInstance = msg;
13147
+ }
13148
+ return obj;
13149
+ };
13150
+ }
13151
+
13152
+
13153
+ /**
13154
+ * Deserializes binary data (in protobuf wire format).
13155
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
13156
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer}
13157
+ */
13158
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.deserializeBinary = function(bytes) {
13159
+ var reader = new jspb.BinaryReader(bytes);
13160
+ var msg = new proto.com.lansweeper.dp.outbound.v1.InternetExplorer;
13161
+ return proto.com.lansweeper.dp.outbound.v1.InternetExplorer.deserializeBinaryFromReader(msg, reader);
13162
+ };
13163
+
13164
+
13165
+ /**
13166
+ * Deserializes binary data (in protobuf wire format) from the
13167
+ * given reader into the given message object.
13168
+ * @param {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer} msg The message object to deserialize into.
13169
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
13170
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer}
13171
+ */
13172
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.deserializeBinaryFromReader = function(msg, reader) {
13173
+ while (reader.nextField()) {
13174
+ if (reader.isEndGroup()) {
13175
+ break;
13176
+ }
13177
+ var field = reader.getFieldNumber();
13178
+ switch (field) {
13179
+ case 1:
13180
+ var value = new proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX;
13181
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX.deserializeBinaryFromReader);
13182
+ msg.addActiveX(value);
13183
+ break;
13184
+ case 2:
13185
+ var value = new proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject;
13186
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject.deserializeBinaryFromReader);
13187
+ msg.addBar(value);
13188
+ break;
13189
+ case 3:
13190
+ var value = new proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject;
13191
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject.deserializeBinaryFromReader);
13192
+ msg.addBrowserObject(value);
13193
+ break;
13194
+ case 4:
13195
+ var value = new proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension;
13196
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.deserializeBinaryFromReader);
13197
+ msg.addExtension$(value);
13198
+ break;
13199
+ default:
13200
+ reader.skipField();
13201
+ break;
13202
+ }
13203
+ }
13204
+ return msg;
13205
+ };
13206
+
13207
+
13208
+ /**
13209
+ * Serializes the message to binary data (in protobuf wire format).
13210
+ * @return {!Uint8Array}
13211
+ */
13212
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.prototype.serializeBinary = function() {
13213
+ var writer = new jspb.BinaryWriter();
13214
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.serializeBinaryToWriter(this, writer);
13215
+ return writer.getResultBuffer();
13216
+ };
13217
+
13218
+
13219
+ /**
13220
+ * Serializes the given message to binary data (in protobuf wire
13221
+ * format), writing to the given BinaryWriter.
13222
+ * @param {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer} message
13223
+ * @param {!jspb.BinaryWriter} writer
13224
+ * @suppress {unusedLocalVariables} f is only used for nested messages
13225
+ */
13226
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.serializeBinaryToWriter = function(message, writer) {
13227
+ var f = undefined;
13228
+ f = message.getActiveXList();
13229
+ if (f.length > 0) {
13230
+ writer.writeRepeatedMessage(
13231
+ 1,
13232
+ f,
13233
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX.serializeBinaryToWriter
13234
+ );
13235
+ }
13236
+ f = message.getBarList();
13237
+ if (f.length > 0) {
13238
+ writer.writeRepeatedMessage(
13239
+ 2,
13240
+ f,
13241
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject.serializeBinaryToWriter
13242
+ );
13243
+ }
13244
+ f = message.getBrowserObjectList();
13245
+ if (f.length > 0) {
13246
+ writer.writeRepeatedMessage(
13247
+ 3,
13248
+ f,
13249
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject.serializeBinaryToWriter
13250
+ );
13251
+ }
13252
+ f = message.getExtensionList();
13253
+ if (f.length > 0) {
13254
+ writer.writeRepeatedMessage(
13255
+ 4,
13256
+ f,
13257
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.serializeBinaryToWriter
13258
+ );
13259
+ }
13260
+ };
13261
+
13262
+
13263
+
13264
+
13265
+
13266
+ if (jspb.Message.GENERATE_TO_OBJECT) {
13267
+ /**
13268
+ * Creates an object representation of this proto.
13269
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
13270
+ * Optional fields that are not set will be set to undefined.
13271
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
13272
+ * For the list of reserved names please see:
13273
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
13274
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
13275
+ * JSPB instance for transitional soy proto support:
13276
+ * http://goto/soy-param-migration
13277
+ * @return {!Object}
13278
+ */
13279
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX.prototype.toObject = function(opt_includeInstance) {
13280
+ return proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX.toObject(opt_includeInstance, this);
13281
+ };
13282
+
13283
+
13284
+ /**
13285
+ * Static version of the {@see toObject} method.
13286
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
13287
+ * the JSPB instance for transitional soy proto support:
13288
+ * http://goto/soy-param-migration
13289
+ * @param {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX} msg The msg instance to transform.
13290
+ * @return {!Object}
13291
+ * @suppress {unusedLocalVariables} f is only used for nested messages
13292
+ */
13293
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX.toObject = function(includeInstance, msg) {
13294
+ var f, obj = {
13295
+ control: jspb.Message.getFieldWithDefault(msg, 1, ""),
13296
+ codeBase: jspb.Message.getFieldWithDefault(msg, 2, ""),
13297
+ info: jspb.Message.getFieldWithDefault(msg, 3, ""),
13298
+ osd: jspb.Message.getFieldWithDefault(msg, 4, "")
13299
+ };
13300
+
13301
+ if (includeInstance) {
13302
+ obj.$jspbMessageInstance = msg;
13303
+ }
13304
+ return obj;
13305
+ };
13306
+ }
13307
+
13308
+
13309
+ /**
13310
+ * Deserializes binary data (in protobuf wire format).
13311
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
13312
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX}
13313
+ */
13314
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX.deserializeBinary = function(bytes) {
13315
+ var reader = new jspb.BinaryReader(bytes);
13316
+ var msg = new proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX;
13317
+ return proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX.deserializeBinaryFromReader(msg, reader);
13318
+ };
13319
+
13320
+
13321
+ /**
13322
+ * Deserializes binary data (in protobuf wire format) from the
13323
+ * given reader into the given message object.
13324
+ * @param {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX} msg The message object to deserialize into.
13325
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
13326
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX}
13327
+ */
13328
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX.deserializeBinaryFromReader = function(msg, reader) {
13329
+ while (reader.nextField()) {
13330
+ if (reader.isEndGroup()) {
13331
+ break;
13332
+ }
13333
+ var field = reader.getFieldNumber();
13334
+ switch (field) {
13335
+ case 1:
13336
+ var value = /** @type {string} */ (reader.readString());
13337
+ msg.setControl(value);
13338
+ break;
13339
+ case 2:
13340
+ var value = /** @type {string} */ (reader.readString());
13341
+ msg.setCodeBase(value);
13342
+ break;
13343
+ case 3:
13344
+ var value = /** @type {string} */ (reader.readString());
13345
+ msg.setInfo(value);
13346
+ break;
13347
+ case 4:
13348
+ var value = /** @type {string} */ (reader.readString());
13349
+ msg.setOsd(value);
13350
+ break;
13351
+ default:
13352
+ reader.skipField();
13353
+ break;
13354
+ }
13355
+ }
13356
+ return msg;
13357
+ };
13358
+
13359
+
13360
+ /**
13361
+ * Serializes the message to binary data (in protobuf wire format).
13362
+ * @return {!Uint8Array}
13363
+ */
13364
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX.prototype.serializeBinary = function() {
13365
+ var writer = new jspb.BinaryWriter();
13366
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX.serializeBinaryToWriter(this, writer);
13367
+ return writer.getResultBuffer();
13368
+ };
13369
+
13370
+
13371
+ /**
13372
+ * Serializes the given message to binary data (in protobuf wire
13373
+ * format), writing to the given BinaryWriter.
13374
+ * @param {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX} message
13375
+ * @param {!jspb.BinaryWriter} writer
13376
+ * @suppress {unusedLocalVariables} f is only used for nested messages
13377
+ */
13378
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX.serializeBinaryToWriter = function(message, writer) {
13379
+ var f = undefined;
13380
+ f = /** @type {string} */ (jspb.Message.getField(message, 1));
13381
+ if (f != null) {
13382
+ writer.writeString(
13383
+ 1,
13384
+ f
13385
+ );
13386
+ }
13387
+ f = /** @type {string} */ (jspb.Message.getField(message, 2));
13388
+ if (f != null) {
13389
+ writer.writeString(
13390
+ 2,
13391
+ f
13392
+ );
13393
+ }
13394
+ f = /** @type {string} */ (jspb.Message.getField(message, 3));
13395
+ if (f != null) {
13396
+ writer.writeString(
13397
+ 3,
13398
+ f
13399
+ );
13400
+ }
13401
+ f = /** @type {string} */ (jspb.Message.getField(message, 4));
13402
+ if (f != null) {
13403
+ writer.writeString(
13404
+ 4,
13405
+ f
13406
+ );
13407
+ }
13408
+ };
13409
+
13410
+
13411
+ /**
13412
+ * optional string control = 1;
13413
+ * @return {string}
13414
+ */
13415
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX.prototype.getControl = function() {
13416
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
13417
+ };
13418
+
13419
+
13420
+ /**
13421
+ * @param {string} value
13422
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX} returns this
13423
+ */
13424
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX.prototype.setControl = function(value) {
13425
+ return jspb.Message.setField(this, 1, value);
13426
+ };
13427
+
13428
+
13429
+ /**
13430
+ * Clears the field making it undefined.
13431
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX} returns this
13432
+ */
13433
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX.prototype.clearControl = function() {
13434
+ return jspb.Message.setField(this, 1, undefined);
13435
+ };
13436
+
13437
+
13438
+ /**
13439
+ * Returns whether this field is set.
13440
+ * @return {boolean}
13441
+ */
13442
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX.prototype.hasControl = function() {
13443
+ return jspb.Message.getField(this, 1) != null;
13444
+ };
13445
+
13446
+
13447
+ /**
13448
+ * optional string code_base = 2;
13449
+ * @return {string}
13450
+ */
13451
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX.prototype.getCodeBase = function() {
13452
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
13453
+ };
13454
+
13455
+
13456
+ /**
13457
+ * @param {string} value
13458
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX} returns this
13459
+ */
13460
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX.prototype.setCodeBase = function(value) {
13461
+ return jspb.Message.setField(this, 2, value);
13462
+ };
13463
+
13464
+
13465
+ /**
13466
+ * Clears the field making it undefined.
13467
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX} returns this
13468
+ */
13469
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX.prototype.clearCodeBase = function() {
13470
+ return jspb.Message.setField(this, 2, undefined);
13471
+ };
13472
+
13473
+
13474
+ /**
13475
+ * Returns whether this field is set.
13476
+ * @return {boolean}
13477
+ */
13478
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX.prototype.hasCodeBase = function() {
13479
+ return jspb.Message.getField(this, 2) != null;
13480
+ };
13481
+
13482
+
13483
+ /**
13484
+ * optional string info = 3;
13485
+ * @return {string}
13486
+ */
13487
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX.prototype.getInfo = function() {
13488
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
13489
+ };
13490
+
13491
+
13492
+ /**
13493
+ * @param {string} value
13494
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX} returns this
13495
+ */
13496
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX.prototype.setInfo = function(value) {
13497
+ return jspb.Message.setField(this, 3, value);
13498
+ };
13499
+
13500
+
13501
+ /**
13502
+ * Clears the field making it undefined.
13503
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX} returns this
13504
+ */
13505
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX.prototype.clearInfo = function() {
13506
+ return jspb.Message.setField(this, 3, undefined);
13507
+ };
13508
+
13509
+
13510
+ /**
13511
+ * Returns whether this field is set.
13512
+ * @return {boolean}
13513
+ */
13514
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX.prototype.hasInfo = function() {
13515
+ return jspb.Message.getField(this, 3) != null;
13516
+ };
13517
+
13518
+
13519
+ /**
13520
+ * optional string osd = 4;
13521
+ * @return {string}
13522
+ */
13523
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX.prototype.getOsd = function() {
13524
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
13525
+ };
13526
+
13527
+
13528
+ /**
13529
+ * @param {string} value
13530
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX} returns this
13531
+ */
13532
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX.prototype.setOsd = function(value) {
13533
+ return jspb.Message.setField(this, 4, value);
13534
+ };
13535
+
13536
+
13537
+ /**
13538
+ * Clears the field making it undefined.
13539
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX} returns this
13540
+ */
13541
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX.prototype.clearOsd = function() {
13542
+ return jspb.Message.setField(this, 4, undefined);
13543
+ };
13544
+
13545
+
13546
+ /**
13547
+ * Returns whether this field is set.
13548
+ * @return {boolean}
13549
+ */
13550
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX.prototype.hasOsd = function() {
13551
+ return jspb.Message.getField(this, 4) != null;
13552
+ };
13553
+
13554
+
13555
+
13556
+
13557
+
13558
+ if (jspb.Message.GENERATE_TO_OBJECT) {
13559
+ /**
13560
+ * Creates an object representation of this proto.
13561
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
13562
+ * Optional fields that are not set will be set to undefined.
13563
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
13564
+ * For the list of reserved names please see:
13565
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
13566
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
13567
+ * JSPB instance for transitional soy proto support:
13568
+ * http://goto/soy-param-migration
13569
+ * @return {!Object}
13570
+ */
13571
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.toObject = function(opt_includeInstance) {
13572
+ return proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.toObject(opt_includeInstance, this);
13573
+ };
13574
+
13575
+
13576
+ /**
13577
+ * Static version of the {@see toObject} method.
13578
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
13579
+ * the JSPB instance for transitional soy proto support:
13580
+ * http://goto/soy-param-migration
13581
+ * @param {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension} msg The msg instance to transform.
13582
+ * @return {!Object}
13583
+ * @suppress {unusedLocalVariables} f is only used for nested messages
13584
+ */
13585
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.toObject = function(includeInstance, msg) {
13586
+ var f, obj = {
13587
+ control: jspb.Message.getFieldWithDefault(msg, 1, ""),
13588
+ buttonText: jspb.Message.getFieldWithDefault(msg, 2, ""),
13589
+ clsId: jspb.Message.getFieldWithDefault(msg, 3, ""),
13590
+ defaultVisible: jspb.Message.getFieldWithDefault(msg, 4, ""),
13591
+ exec: jspb.Message.getFieldWithDefault(msg, 5, ""),
13592
+ hotIcon: jspb.Message.getFieldWithDefault(msg, 6, ""),
13593
+ icon: jspb.Message.getFieldWithDefault(msg, 7, ""),
13594
+ menuText: jspb.Message.getFieldWithDefault(msg, 8, ""),
13595
+ tooltip: jspb.Message.getFieldWithDefault(msg, 9, "")
13596
+ };
13597
+
13598
+ if (includeInstance) {
13599
+ obj.$jspbMessageInstance = msg;
13600
+ }
13601
+ return obj;
13602
+ };
13603
+ }
13604
+
13605
+
13606
+ /**
13607
+ * Deserializes binary data (in protobuf wire format).
13608
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
13609
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension}
13610
+ */
13611
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.deserializeBinary = function(bytes) {
13612
+ var reader = new jspb.BinaryReader(bytes);
13613
+ var msg = new proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension;
13614
+ return proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.deserializeBinaryFromReader(msg, reader);
13615
+ };
13616
+
13617
+
13618
+ /**
13619
+ * Deserializes binary data (in protobuf wire format) from the
13620
+ * given reader into the given message object.
13621
+ * @param {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension} msg The message object to deserialize into.
13622
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
13623
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension}
13624
+ */
13625
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.deserializeBinaryFromReader = function(msg, reader) {
13626
+ while (reader.nextField()) {
13627
+ if (reader.isEndGroup()) {
13628
+ break;
13629
+ }
13630
+ var field = reader.getFieldNumber();
13631
+ switch (field) {
13632
+ case 1:
13633
+ var value = /** @type {string} */ (reader.readString());
13634
+ msg.setControl(value);
13635
+ break;
13636
+ case 2:
13637
+ var value = /** @type {string} */ (reader.readString());
13638
+ msg.setButtonText(value);
13639
+ break;
13640
+ case 3:
13641
+ var value = /** @type {string} */ (reader.readString());
13642
+ msg.setClsId(value);
13643
+ break;
13644
+ case 4:
13645
+ var value = /** @type {string} */ (reader.readString());
13646
+ msg.setDefaultVisible(value);
13647
+ break;
13648
+ case 5:
13649
+ var value = /** @type {string} */ (reader.readString());
13650
+ msg.setExec(value);
13651
+ break;
13652
+ case 6:
13653
+ var value = /** @type {string} */ (reader.readString());
13654
+ msg.setHotIcon(value);
13655
+ break;
13656
+ case 7:
13657
+ var value = /** @type {string} */ (reader.readString());
13658
+ msg.setIcon(value);
13659
+ break;
13660
+ case 8:
13661
+ var value = /** @type {string} */ (reader.readString());
13662
+ msg.setMenuText(value);
13663
+ break;
13664
+ case 9:
13665
+ var value = /** @type {string} */ (reader.readString());
13666
+ msg.setTooltip(value);
13667
+ break;
13668
+ default:
13669
+ reader.skipField();
13670
+ break;
13671
+ }
13672
+ }
13673
+ return msg;
13674
+ };
13675
+
13676
+
13677
+ /**
13678
+ * Serializes the message to binary data (in protobuf wire format).
13679
+ * @return {!Uint8Array}
13680
+ */
13681
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.serializeBinary = function() {
13682
+ var writer = new jspb.BinaryWriter();
13683
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.serializeBinaryToWriter(this, writer);
13684
+ return writer.getResultBuffer();
13685
+ };
13686
+
13687
+
13688
+ /**
13689
+ * Serializes the given message to binary data (in protobuf wire
13690
+ * format), writing to the given BinaryWriter.
13691
+ * @param {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension} message
13692
+ * @param {!jspb.BinaryWriter} writer
13693
+ * @suppress {unusedLocalVariables} f is only used for nested messages
13694
+ */
13695
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.serializeBinaryToWriter = function(message, writer) {
13696
+ var f = undefined;
13697
+ f = /** @type {string} */ (jspb.Message.getField(message, 1));
13698
+ if (f != null) {
13699
+ writer.writeString(
13700
+ 1,
13701
+ f
13702
+ );
13703
+ }
13704
+ f = /** @type {string} */ (jspb.Message.getField(message, 2));
13705
+ if (f != null) {
13706
+ writer.writeString(
13707
+ 2,
13708
+ f
13709
+ );
13710
+ }
13711
+ f = /** @type {string} */ (jspb.Message.getField(message, 3));
13712
+ if (f != null) {
13713
+ writer.writeString(
13714
+ 3,
13715
+ f
13716
+ );
13717
+ }
13718
+ f = /** @type {string} */ (jspb.Message.getField(message, 4));
13719
+ if (f != null) {
13720
+ writer.writeString(
13721
+ 4,
13722
+ f
13723
+ );
13724
+ }
13725
+ f = /** @type {string} */ (jspb.Message.getField(message, 5));
13726
+ if (f != null) {
13727
+ writer.writeString(
13728
+ 5,
13729
+ f
13730
+ );
13731
+ }
13732
+ f = /** @type {string} */ (jspb.Message.getField(message, 6));
13733
+ if (f != null) {
13734
+ writer.writeString(
13735
+ 6,
13736
+ f
13737
+ );
13738
+ }
13739
+ f = /** @type {string} */ (jspb.Message.getField(message, 7));
13740
+ if (f != null) {
13741
+ writer.writeString(
13742
+ 7,
13743
+ f
13744
+ );
13745
+ }
13746
+ f = /** @type {string} */ (jspb.Message.getField(message, 8));
13747
+ if (f != null) {
13748
+ writer.writeString(
13749
+ 8,
13750
+ f
13751
+ );
13752
+ }
13753
+ f = /** @type {string} */ (jspb.Message.getField(message, 9));
13754
+ if (f != null) {
13755
+ writer.writeString(
13756
+ 9,
13757
+ f
13758
+ );
13759
+ }
13760
+ };
13761
+
13762
+
13763
+ /**
13764
+ * optional string control = 1;
13765
+ * @return {string}
13766
+ */
13767
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.getControl = function() {
13768
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
13769
+ };
13770
+
13771
+
13772
+ /**
13773
+ * @param {string} value
13774
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension} returns this
13775
+ */
13776
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.setControl = function(value) {
13777
+ return jspb.Message.setField(this, 1, value);
13778
+ };
13779
+
13780
+
13781
+ /**
13782
+ * Clears the field making it undefined.
13783
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension} returns this
13784
+ */
13785
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.clearControl = function() {
13786
+ return jspb.Message.setField(this, 1, undefined);
13787
+ };
13788
+
13789
+
13790
+ /**
13791
+ * Returns whether this field is set.
13792
+ * @return {boolean}
13793
+ */
13794
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.hasControl = function() {
13795
+ return jspb.Message.getField(this, 1) != null;
13796
+ };
13797
+
13798
+
13799
+ /**
13800
+ * optional string button_text = 2;
13801
+ * @return {string}
13802
+ */
13803
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.getButtonText = function() {
13804
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
13805
+ };
13806
+
13807
+
13808
+ /**
13809
+ * @param {string} value
13810
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension} returns this
13811
+ */
13812
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.setButtonText = function(value) {
13813
+ return jspb.Message.setField(this, 2, value);
13814
+ };
13815
+
13816
+
13817
+ /**
13818
+ * Clears the field making it undefined.
13819
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension} returns this
13820
+ */
13821
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.clearButtonText = function() {
13822
+ return jspb.Message.setField(this, 2, undefined);
13823
+ };
13824
+
13825
+
13826
+ /**
13827
+ * Returns whether this field is set.
13828
+ * @return {boolean}
13829
+ */
13830
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.hasButtonText = function() {
13831
+ return jspb.Message.getField(this, 2) != null;
13832
+ };
13833
+
13834
+
13835
+ /**
13836
+ * optional string cls_id = 3;
13837
+ * @return {string}
13838
+ */
13839
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.getClsId = function() {
13840
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
13841
+ };
13842
+
13843
+
13844
+ /**
13845
+ * @param {string} value
13846
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension} returns this
13847
+ */
13848
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.setClsId = function(value) {
13849
+ return jspb.Message.setField(this, 3, value);
13850
+ };
13851
+
13852
+
13853
+ /**
13854
+ * Clears the field making it undefined.
13855
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension} returns this
13856
+ */
13857
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.clearClsId = function() {
13858
+ return jspb.Message.setField(this, 3, undefined);
13859
+ };
13860
+
13861
+
13862
+ /**
13863
+ * Returns whether this field is set.
13864
+ * @return {boolean}
13865
+ */
13866
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.hasClsId = function() {
13867
+ return jspb.Message.getField(this, 3) != null;
13868
+ };
13869
+
13870
+
13871
+ /**
13872
+ * optional string default_visible = 4;
13873
+ * @return {string}
13874
+ */
13875
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.getDefaultVisible = function() {
13876
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
13877
+ };
13878
+
13879
+
13880
+ /**
13881
+ * @param {string} value
13882
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension} returns this
13883
+ */
13884
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.setDefaultVisible = function(value) {
13885
+ return jspb.Message.setField(this, 4, value);
13886
+ };
13887
+
13888
+
13889
+ /**
13890
+ * Clears the field making it undefined.
13891
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension} returns this
13892
+ */
13893
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.clearDefaultVisible = function() {
13894
+ return jspb.Message.setField(this, 4, undefined);
13895
+ };
13896
+
13897
+
13898
+ /**
13899
+ * Returns whether this field is set.
13900
+ * @return {boolean}
13901
+ */
13902
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.hasDefaultVisible = function() {
13903
+ return jspb.Message.getField(this, 4) != null;
13904
+ };
13905
+
13906
+
13907
+ /**
13908
+ * optional string exec = 5;
13909
+ * @return {string}
13910
+ */
13911
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.getExec = function() {
13912
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
13913
+ };
13914
+
13915
+
13916
+ /**
13917
+ * @param {string} value
13918
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension} returns this
13919
+ */
13920
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.setExec = function(value) {
13921
+ return jspb.Message.setField(this, 5, value);
13922
+ };
13923
+
13924
+
13925
+ /**
13926
+ * Clears the field making it undefined.
13927
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension} returns this
13928
+ */
13929
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.clearExec = function() {
13930
+ return jspb.Message.setField(this, 5, undefined);
13931
+ };
13932
+
13933
+
13934
+ /**
13935
+ * Returns whether this field is set.
13936
+ * @return {boolean}
13937
+ */
13938
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.hasExec = function() {
13939
+ return jspb.Message.getField(this, 5) != null;
13940
+ };
13941
+
13942
+
13943
+ /**
13944
+ * optional string hot_icon = 6;
13945
+ * @return {string}
13946
+ */
13947
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.getHotIcon = function() {
13948
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
13949
+ };
13950
+
13951
+
13952
+ /**
13953
+ * @param {string} value
13954
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension} returns this
13955
+ */
13956
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.setHotIcon = function(value) {
13957
+ return jspb.Message.setField(this, 6, value);
13958
+ };
13959
+
13960
+
13961
+ /**
13962
+ * Clears the field making it undefined.
13963
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension} returns this
13964
+ */
13965
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.clearHotIcon = function() {
13966
+ return jspb.Message.setField(this, 6, undefined);
13967
+ };
13968
+
13969
+
13970
+ /**
13971
+ * Returns whether this field is set.
13972
+ * @return {boolean}
13973
+ */
13974
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.hasHotIcon = function() {
13975
+ return jspb.Message.getField(this, 6) != null;
13976
+ };
13977
+
13978
+
13979
+ /**
13980
+ * optional string icon = 7;
13981
+ * @return {string}
13982
+ */
13983
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.getIcon = function() {
13984
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
13985
+ };
13986
+
13987
+
13988
+ /**
13989
+ * @param {string} value
13990
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension} returns this
13991
+ */
13992
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.setIcon = function(value) {
13993
+ return jspb.Message.setField(this, 7, value);
13994
+ };
13995
+
13996
+
13997
+ /**
13998
+ * Clears the field making it undefined.
13999
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension} returns this
14000
+ */
14001
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.clearIcon = function() {
14002
+ return jspb.Message.setField(this, 7, undefined);
14003
+ };
14004
+
14005
+
14006
+ /**
14007
+ * Returns whether this field is set.
14008
+ * @return {boolean}
14009
+ */
14010
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.hasIcon = function() {
14011
+ return jspb.Message.getField(this, 7) != null;
14012
+ };
14013
+
14014
+
14015
+ /**
14016
+ * optional string menu_text = 8;
14017
+ * @return {string}
14018
+ */
14019
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.getMenuText = function() {
14020
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
14021
+ };
14022
+
14023
+
14024
+ /**
14025
+ * @param {string} value
14026
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension} returns this
14027
+ */
14028
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.setMenuText = function(value) {
14029
+ return jspb.Message.setField(this, 8, value);
14030
+ };
14031
+
14032
+
14033
+ /**
14034
+ * Clears the field making it undefined.
14035
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension} returns this
14036
+ */
14037
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.clearMenuText = function() {
14038
+ return jspb.Message.setField(this, 8, undefined);
14039
+ };
14040
+
14041
+
14042
+ /**
14043
+ * Returns whether this field is set.
14044
+ * @return {boolean}
14045
+ */
14046
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.hasMenuText = function() {
14047
+ return jspb.Message.getField(this, 8) != null;
14048
+ };
14049
+
14050
+
14051
+ /**
14052
+ * optional string tooltip = 9;
14053
+ * @return {string}
14054
+ */
14055
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.getTooltip = function() {
14056
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, ""));
14057
+ };
14058
+
14059
+
14060
+ /**
14061
+ * @param {string} value
14062
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension} returns this
14063
+ */
14064
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.setTooltip = function(value) {
14065
+ return jspb.Message.setField(this, 9, value);
14066
+ };
14067
+
14068
+
14069
+ /**
14070
+ * Clears the field making it undefined.
14071
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension} returns this
14072
+ */
14073
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.clearTooltip = function() {
14074
+ return jspb.Message.setField(this, 9, undefined);
14075
+ };
14076
+
14077
+
14078
+ /**
14079
+ * Returns whether this field is set.
14080
+ * @return {boolean}
14081
+ */
14082
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension.prototype.hasTooltip = function() {
14083
+ return jspb.Message.getField(this, 9) != null;
14084
+ };
14085
+
14086
+
14087
+
14088
+
14089
+
14090
+ if (jspb.Message.GENERATE_TO_OBJECT) {
14091
+ /**
14092
+ * Creates an object representation of this proto.
14093
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
14094
+ * Optional fields that are not set will be set to undefined.
14095
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
14096
+ * For the list of reserved names please see:
14097
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
14098
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
14099
+ * JSPB instance for transitional soy proto support:
14100
+ * http://goto/soy-param-migration
14101
+ * @return {!Object}
14102
+ */
14103
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject.prototype.toObject = function(opt_includeInstance) {
14104
+ return proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject.toObject(opt_includeInstance, this);
14105
+ };
14106
+
14107
+
14108
+ /**
14109
+ * Static version of the {@see toObject} method.
14110
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
14111
+ * the JSPB instance for transitional soy proto support:
14112
+ * http://goto/soy-param-migration
14113
+ * @param {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject} msg The msg instance to transform.
14114
+ * @return {!Object}
14115
+ * @suppress {unusedLocalVariables} f is only used for nested messages
14116
+ */
14117
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject.toObject = function(includeInstance, msg) {
14118
+ var f, obj = {
14119
+ control: jspb.Message.getFieldWithDefault(msg, 1, "")
14120
+ };
14121
+
14122
+ if (includeInstance) {
14123
+ obj.$jspbMessageInstance = msg;
14124
+ }
14125
+ return obj;
14126
+ };
14127
+ }
14128
+
14129
+
14130
+ /**
14131
+ * Deserializes binary data (in protobuf wire format).
14132
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
14133
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject}
14134
+ */
14135
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject.deserializeBinary = function(bytes) {
14136
+ var reader = new jspb.BinaryReader(bytes);
14137
+ var msg = new proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject;
14138
+ return proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject.deserializeBinaryFromReader(msg, reader);
14139
+ };
14140
+
14141
+
14142
+ /**
14143
+ * Deserializes binary data (in protobuf wire format) from the
14144
+ * given reader into the given message object.
14145
+ * @param {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject} msg The message object to deserialize into.
14146
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
14147
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject}
14148
+ */
14149
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject.deserializeBinaryFromReader = function(msg, reader) {
14150
+ while (reader.nextField()) {
14151
+ if (reader.isEndGroup()) {
14152
+ break;
14153
+ }
14154
+ var field = reader.getFieldNumber();
14155
+ switch (field) {
14156
+ case 1:
14157
+ var value = /** @type {string} */ (reader.readString());
14158
+ msg.setControl(value);
14159
+ break;
14160
+ default:
14161
+ reader.skipField();
14162
+ break;
14163
+ }
14164
+ }
14165
+ return msg;
14166
+ };
14167
+
14168
+
14169
+ /**
14170
+ * Serializes the message to binary data (in protobuf wire format).
14171
+ * @return {!Uint8Array}
14172
+ */
14173
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject.prototype.serializeBinary = function() {
14174
+ var writer = new jspb.BinaryWriter();
14175
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject.serializeBinaryToWriter(this, writer);
14176
+ return writer.getResultBuffer();
14177
+ };
14178
+
14179
+
14180
+ /**
14181
+ * Serializes the given message to binary data (in protobuf wire
14182
+ * format), writing to the given BinaryWriter.
14183
+ * @param {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject} message
14184
+ * @param {!jspb.BinaryWriter} writer
14185
+ * @suppress {unusedLocalVariables} f is only used for nested messages
14186
+ */
14187
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject.serializeBinaryToWriter = function(message, writer) {
14188
+ var f = undefined;
14189
+ f = message.getControl();
14190
+ if (f.length > 0) {
14191
+ writer.writeString(
14192
+ 1,
14193
+ f
14194
+ );
14195
+ }
14196
+ };
14197
+
14198
+
14199
+ /**
14200
+ * optional string control = 1;
14201
+ * @return {string}
14202
+ */
14203
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject.prototype.getControl = function() {
14204
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
14205
+ };
14206
+
14207
+
14208
+ /**
14209
+ * @param {string} value
14210
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject} returns this
14211
+ */
14212
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject.prototype.setControl = function(value) {
14213
+ return jspb.Message.setProto3StringField(this, 1, value);
14214
+ };
14215
+
14216
+
14217
+
14218
+
14219
+
14220
+ if (jspb.Message.GENERATE_TO_OBJECT) {
14221
+ /**
14222
+ * Creates an object representation of this proto.
14223
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
14224
+ * Optional fields that are not set will be set to undefined.
14225
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
14226
+ * For the list of reserved names please see:
14227
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
14228
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
14229
+ * JSPB instance for transitional soy proto support:
14230
+ * http://goto/soy-param-migration
14231
+ * @return {!Object}
14232
+ */
14233
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BarInfo.prototype.toObject = function(opt_includeInstance) {
14234
+ return proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BarInfo.toObject(opt_includeInstance, this);
14235
+ };
14236
+
14237
+
14238
+ /**
14239
+ * Static version of the {@see toObject} method.
14240
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
14241
+ * the JSPB instance for transitional soy proto support:
14242
+ * http://goto/soy-param-migration
14243
+ * @param {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BarInfo} msg The msg instance to transform.
14244
+ * @return {!Object}
14245
+ * @suppress {unusedLocalVariables} f is only used for nested messages
14246
+ */
14247
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BarInfo.toObject = function(includeInstance, msg) {
14248
+ var f, obj = {
14249
+ control: jspb.Message.getFieldWithDefault(msg, 1, "")
14250
+ };
14251
+
14252
+ if (includeInstance) {
14253
+ obj.$jspbMessageInstance = msg;
14254
+ }
14255
+ return obj;
14256
+ };
14257
+ }
14258
+
14259
+
14260
+ /**
14261
+ * Deserializes binary data (in protobuf wire format).
14262
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
14263
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BarInfo}
14264
+ */
14265
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BarInfo.deserializeBinary = function(bytes) {
14266
+ var reader = new jspb.BinaryReader(bytes);
14267
+ var msg = new proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BarInfo;
14268
+ return proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BarInfo.deserializeBinaryFromReader(msg, reader);
14269
+ };
14270
+
14271
+
14272
+ /**
14273
+ * Deserializes binary data (in protobuf wire format) from the
14274
+ * given reader into the given message object.
14275
+ * @param {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BarInfo} msg The message object to deserialize into.
14276
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
14277
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BarInfo}
14278
+ */
14279
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BarInfo.deserializeBinaryFromReader = function(msg, reader) {
14280
+ while (reader.nextField()) {
14281
+ if (reader.isEndGroup()) {
14282
+ break;
14283
+ }
14284
+ var field = reader.getFieldNumber();
14285
+ switch (field) {
14286
+ case 1:
14287
+ var value = /** @type {string} */ (reader.readString());
14288
+ msg.setControl(value);
14289
+ break;
14290
+ default:
14291
+ reader.skipField();
14292
+ break;
14293
+ }
14294
+ }
14295
+ return msg;
14296
+ };
14297
+
14298
+
14299
+ /**
14300
+ * Serializes the message to binary data (in protobuf wire format).
14301
+ * @return {!Uint8Array}
14302
+ */
14303
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BarInfo.prototype.serializeBinary = function() {
14304
+ var writer = new jspb.BinaryWriter();
14305
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BarInfo.serializeBinaryToWriter(this, writer);
14306
+ return writer.getResultBuffer();
14307
+ };
14308
+
14309
+
14310
+ /**
14311
+ * Serializes the given message to binary data (in protobuf wire
14312
+ * format), writing to the given BinaryWriter.
14313
+ * @param {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BarInfo} message
14314
+ * @param {!jspb.BinaryWriter} writer
14315
+ * @suppress {unusedLocalVariables} f is only used for nested messages
14316
+ */
14317
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BarInfo.serializeBinaryToWriter = function(message, writer) {
14318
+ var f = undefined;
14319
+ f = message.getControl();
14320
+ if (f.length > 0) {
14321
+ writer.writeString(
14322
+ 1,
14323
+ f
14324
+ );
14325
+ }
14326
+ };
14327
+
14328
+
14329
+ /**
14330
+ * optional string control = 1;
14331
+ * @return {string}
14332
+ */
14333
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BarInfo.prototype.getControl = function() {
14334
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
14335
+ };
14336
+
14337
+
14338
+ /**
14339
+ * @param {string} value
14340
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BarInfo} returns this
14341
+ */
14342
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BarInfo.prototype.setControl = function(value) {
14343
+ return jspb.Message.setProto3StringField(this, 1, value);
14344
+ };
14345
+
14346
+
14347
+ /**
14348
+ * repeated ActiveX active_x = 1;
14349
+ * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX>}
14350
+ */
14351
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.prototype.getActiveXList = function() {
14352
+ return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX>} */ (
14353
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX, 1));
14354
+ };
14355
+
14356
+
14357
+ /**
14358
+ * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX>} value
14359
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer} returns this
14360
+ */
14361
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.prototype.setActiveXList = function(value) {
14362
+ return jspb.Message.setRepeatedWrapperField(this, 1, value);
14363
+ };
14364
+
14365
+
14366
+ /**
14367
+ * @param {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX=} opt_value
14368
+ * @param {number=} opt_index
14369
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX}
14370
+ */
14371
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.prototype.addActiveX = function(opt_value, opt_index) {
14372
+ return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX, opt_index);
14373
+ };
14374
+
14375
+
14376
+ /**
14377
+ * Clears the list making it empty but non-null.
14378
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer} returns this
14379
+ */
14380
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.prototype.clearActiveXList = function() {
14381
+ return this.setActiveXList([]);
14382
+ };
14383
+
14384
+
14385
+ /**
14386
+ * repeated BrowserObject bar = 2;
14387
+ * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject>}
14388
+ */
14389
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.prototype.getBarList = function() {
14390
+ return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject>} */ (
14391
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject, 2));
14392
+ };
14393
+
14394
+
14395
+ /**
14396
+ * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject>} value
14397
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer} returns this
14398
+ */
14399
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.prototype.setBarList = function(value) {
14400
+ return jspb.Message.setRepeatedWrapperField(this, 2, value);
14401
+ };
14402
+
14403
+
14404
+ /**
14405
+ * @param {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject=} opt_value
14406
+ * @param {number=} opt_index
14407
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject}
14408
+ */
14409
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.prototype.addBar = function(opt_value, opt_index) {
14410
+ return jspb.Message.addToRepeatedWrapperField(this, 2, opt_value, proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject, opt_index);
14411
+ };
14412
+
14413
+
14414
+ /**
14415
+ * Clears the list making it empty but non-null.
14416
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer} returns this
14417
+ */
14418
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.prototype.clearBarList = function() {
14419
+ return this.setBarList([]);
14420
+ };
14421
+
14422
+
14423
+ /**
14424
+ * repeated BrowserObject browser_object = 3;
14425
+ * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject>}
14426
+ */
14427
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.prototype.getBrowserObjectList = function() {
14428
+ return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject>} */ (
14429
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject, 3));
14430
+ };
14431
+
14432
+
14433
+ /**
14434
+ * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject>} value
14435
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer} returns this
14436
+ */
14437
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.prototype.setBrowserObjectList = function(value) {
14438
+ return jspb.Message.setRepeatedWrapperField(this, 3, value);
14439
+ };
14440
+
14441
+
14442
+ /**
14443
+ * @param {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject=} opt_value
14444
+ * @param {number=} opt_index
14445
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject}
14446
+ */
14447
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.prototype.addBrowserObject = function(opt_value, opt_index) {
14448
+ return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject, opt_index);
14449
+ };
14450
+
14451
+
14452
+ /**
14453
+ * Clears the list making it empty but non-null.
14454
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer} returns this
14455
+ */
14456
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.prototype.clearBrowserObjectList = function() {
14457
+ return this.setBrowserObjectList([]);
14458
+ };
14459
+
14460
+
14461
+ /**
14462
+ * repeated Extension extension = 4;
14463
+ * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension>}
14464
+ */
14465
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.prototype.getExtensionList = function() {
14466
+ return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension>} */ (
14467
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension, 4));
14468
+ };
14469
+
14470
+
14471
+ /**
14472
+ * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension>} value
14473
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer} returns this
14474
+ */
14475
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.prototype.setExtensionList = function(value) {
14476
+ return jspb.Message.setRepeatedWrapperField(this, 4, value);
14477
+ };
14478
+
14479
+
14480
+ /**
14481
+ * @param {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension=} opt_value
14482
+ * @param {number=} opt_index
14483
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension}
14484
+ */
14485
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.prototype.addExtension$ = function(opt_value, opt_index) {
14486
+ return jspb.Message.addToRepeatedWrapperField(this, 4, opt_value, proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension, opt_index);
14487
+ };
14488
+
14489
+
14490
+ /**
14491
+ * Clears the list making it empty but non-null.
14492
+ * @return {!proto.com.lansweeper.dp.outbound.v1.InternetExplorer} returns this
14493
+ */
14494
+ proto.com.lansweeper.dp.outbound.v1.InternetExplorer.prototype.clearExtensionList = function() {
14495
+ return this.setExtensionList([]);
14496
+ };
14497
+
14498
+
14499
+
14500
+
14501
+
10871
14502
  if (jspb.Message.GENERATE_TO_OBJECT) {
10872
14503
  /**
10873
14504
  * Creates an object representation of this proto.