@lansweeper/data-platform-outbound-grpc 0.1.43 → 0.1.44

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.
@@ -22,6 +22,8 @@ goog.object.extend(proto, google_protobuf_any_pb);
22
22
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.AntivirusSoftware', null, global);
23
23
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Asset', null, global);
24
24
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.AssetType', null, global);
25
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.AutoRunCommand', null, global);
26
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.BootConfig', null, global);
25
27
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.CatalogBrand', null, global);
26
28
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.CatalogLookupRequest', null, global);
27
29
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.CatalogLookupResponse', null, global);
@@ -770,6 +772,48 @@ if (goog.DEBUG && !COMPILED) {
770
772
  */
771
773
  proto.com.lansweeper.dp.outbound.v1.PointingDevice.displayName = 'proto.com.lansweeper.dp.outbound.v1.PointingDevice';
772
774
  }
775
+ /**
776
+ * Generated by JsPbCodeGenerator.
777
+ * @param {Array=} opt_data Optional initial data array, typically from a
778
+ * server response, or constructed directly in Javascript. The array is used
779
+ * in place and becomes part of the constructed object. It is not cloned.
780
+ * If no data is provided, the constructed object will be empty, but still
781
+ * valid.
782
+ * @extends {jspb.Message}
783
+ * @constructor
784
+ */
785
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand = function(opt_data) {
786
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
787
+ };
788
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.AutoRunCommand, jspb.Message);
789
+ if (goog.DEBUG && !COMPILED) {
790
+ /**
791
+ * @public
792
+ * @override
793
+ */
794
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.displayName = 'proto.com.lansweeper.dp.outbound.v1.AutoRunCommand';
795
+ }
796
+ /**
797
+ * Generated by JsPbCodeGenerator.
798
+ * @param {Array=} opt_data Optional initial data array, typically from a
799
+ * server response, or constructed directly in Javascript. The array is used
800
+ * in place and becomes part of the constructed object. It is not cloned.
801
+ * If no data is provided, the constructed object will be empty, but still
802
+ * valid.
803
+ * @extends {jspb.Message}
804
+ * @constructor
805
+ */
806
+ proto.com.lansweeper.dp.outbound.v1.BootConfig = function(opt_data) {
807
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
808
+ };
809
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.BootConfig, jspb.Message);
810
+ if (goog.DEBUG && !COMPILED) {
811
+ /**
812
+ * @public
813
+ * @override
814
+ */
815
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.displayName = 'proto.com.lansweeper.dp.outbound.v1.BootConfig';
816
+ }
773
817
  /**
774
818
  * Generated by JsPbCodeGenerator.
775
819
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -3320,7 +3364,7 @@ proto.com.lansweeper.dp.outbound.v1.Entity.prototype.hasAsset = function() {
3320
3364
  * @private {!Array<number>}
3321
3365
  * @const
3322
3366
  */
3323
- proto.com.lansweeper.dp.outbound.v1.Asset.repeatedFields_ = [33,14,20,26,13,15,24,25,27,30,28,29];
3367
+ proto.com.lansweeper.dp.outbound.v1.Asset.repeatedFields_ = [33,14,20,26,13,15,24,25,27,30,28,29,34];
3324
3368
 
3325
3369
 
3326
3370
 
@@ -3393,6 +3437,9 @@ proto.com.lansweeper.dp.outbound.v1.Asset.toObject = function(includeInstance, m
3393
3437
  proto.com.lansweeper.dp.outbound.v1.Keyboard.toObject, includeInstance),
3394
3438
  pointingDeviceList: jspb.Message.toObjectList(msg.getPointingDeviceList(),
3395
3439
  proto.com.lansweeper.dp.outbound.v1.PointingDevice.toObject, includeInstance),
3440
+ autoRunCommandList: jspb.Message.toObjectList(msg.getAutoRunCommandList(),
3441
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.toObject, includeInstance),
3442
+ bootConfig: (f = msg.getBootConfig()) && proto.com.lansweeper.dp.outbound.v1.BootConfig.toObject(includeInstance, f),
3396
3443
  lastUser: (f = msg.getLastUser()) && proto.com.lansweeper.dp.outbound.v1.LastUser.toObject(includeInstance, f),
3397
3444
  otModule: (f = msg.getOtModule()) && proto.com.lansweeper.dp.outbound.v1.OtModule.toObject(includeInstance, f),
3398
3445
  cloud: (f = msg.getCloud()) && proto.com.lansweeper.dp.outbound.v1.CloudEntity.toObject(includeInstance, f)
@@ -3571,6 +3618,16 @@ proto.com.lansweeper.dp.outbound.v1.Asset.deserializeBinaryFromReader = function
3571
3618
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.PointingDevice.deserializeBinaryFromReader);
3572
3619
  msg.addPointingDevice(value);
3573
3620
  break;
3621
+ case 34:
3622
+ var value = new proto.com.lansweeper.dp.outbound.v1.AutoRunCommand;
3623
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.deserializeBinaryFromReader);
3624
+ msg.addAutoRunCommand(value);
3625
+ break;
3626
+ case 35:
3627
+ var value = new proto.com.lansweeper.dp.outbound.v1.BootConfig;
3628
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.BootConfig.deserializeBinaryFromReader);
3629
+ msg.setBootConfig(value);
3630
+ break;
3574
3631
  case 31:
3575
3632
  var value = new proto.com.lansweeper.dp.outbound.v1.LastUser;
3576
3633
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.LastUser.deserializeBinaryFromReader);
@@ -3838,6 +3895,22 @@ proto.com.lansweeper.dp.outbound.v1.Asset.serializeBinaryToWriter = function(mes
3838
3895
  proto.com.lansweeper.dp.outbound.v1.PointingDevice.serializeBinaryToWriter
3839
3896
  );
3840
3897
  }
3898
+ f = message.getAutoRunCommandList();
3899
+ if (f.length > 0) {
3900
+ writer.writeRepeatedMessage(
3901
+ 34,
3902
+ f,
3903
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.serializeBinaryToWriter
3904
+ );
3905
+ }
3906
+ f = message.getBootConfig();
3907
+ if (f != null) {
3908
+ writer.writeMessage(
3909
+ 35,
3910
+ f,
3911
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.serializeBinaryToWriter
3912
+ );
3913
+ }
3841
3914
  f = message.getLastUser();
3842
3915
  if (f != null) {
3843
3916
  writer.writeMessage(
@@ -4912,6 +4985,81 @@ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearPointingDeviceList = fu
4912
4985
  };
4913
4986
 
4914
4987
 
4988
+ /**
4989
+ * repeated AutoRunCommand auto_run_command = 34;
4990
+ * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand>}
4991
+ */
4992
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getAutoRunCommandList = function() {
4993
+ return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand>} */ (
4994
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.AutoRunCommand, 34));
4995
+ };
4996
+
4997
+
4998
+ /**
4999
+ * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand>} value
5000
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
5001
+ */
5002
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setAutoRunCommandList = function(value) {
5003
+ return jspb.Message.setRepeatedWrapperField(this, 34, value);
5004
+ };
5005
+
5006
+
5007
+ /**
5008
+ * @param {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand=} opt_value
5009
+ * @param {number=} opt_index
5010
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand}
5011
+ */
5012
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.addAutoRunCommand = function(opt_value, opt_index) {
5013
+ return jspb.Message.addToRepeatedWrapperField(this, 34, opt_value, proto.com.lansweeper.dp.outbound.v1.AutoRunCommand, opt_index);
5014
+ };
5015
+
5016
+
5017
+ /**
5018
+ * Clears the list making it empty but non-null.
5019
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
5020
+ */
5021
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearAutoRunCommandList = function() {
5022
+ return this.setAutoRunCommandList([]);
5023
+ };
5024
+
5025
+
5026
+ /**
5027
+ * optional BootConfig boot_config = 35;
5028
+ * @return {?proto.com.lansweeper.dp.outbound.v1.BootConfig}
5029
+ */
5030
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getBootConfig = function() {
5031
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.BootConfig} */ (
5032
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.BootConfig, 35));
5033
+ };
5034
+
5035
+
5036
+ /**
5037
+ * @param {?proto.com.lansweeper.dp.outbound.v1.BootConfig|undefined} value
5038
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
5039
+ */
5040
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setBootConfig = function(value) {
5041
+ return jspb.Message.setWrapperField(this, 35, value);
5042
+ };
5043
+
5044
+
5045
+ /**
5046
+ * Clears the message field making it undefined.
5047
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
5048
+ */
5049
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearBootConfig = function() {
5050
+ return this.setBootConfig(undefined);
5051
+ };
5052
+
5053
+
5054
+ /**
5055
+ * Returns whether this field is set.
5056
+ * @return {boolean}
5057
+ */
5058
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasBootConfig = function() {
5059
+ return jspb.Message.getField(this, 35) != null;
5060
+ };
5061
+
5062
+
4915
5063
  /**
4916
5064
  * optional LastUser last_user = 31;
4917
5065
  * @return {?proto.com.lansweeper.dp.outbound.v1.LastUser}
@@ -18377,6 +18525,878 @@ proto.com.lansweeper.dp.outbound.v1.PointingDevice.prototype.hasQuadSpeedThresho
18377
18525
 
18378
18526
 
18379
18527
 
18528
+ if (jspb.Message.GENERATE_TO_OBJECT) {
18529
+ /**
18530
+ * Creates an object representation of this proto.
18531
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
18532
+ * Optional fields that are not set will be set to undefined.
18533
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
18534
+ * For the list of reserved names please see:
18535
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
18536
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
18537
+ * JSPB instance for transitional soy proto support:
18538
+ * http://goto/soy-param-migration
18539
+ * @return {!Object}
18540
+ */
18541
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.toObject = function(opt_includeInstance) {
18542
+ return proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.toObject(opt_includeInstance, this);
18543
+ };
18544
+
18545
+
18546
+ /**
18547
+ * Static version of the {@see toObject} method.
18548
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
18549
+ * the JSPB instance for transitional soy proto support:
18550
+ * http://goto/soy-param-migration
18551
+ * @param {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} msg The msg instance to transform.
18552
+ * @return {!Object}
18553
+ * @suppress {unusedLocalVariables} f is only used for nested messages
18554
+ */
18555
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.toObject = function(includeInstance, msg) {
18556
+ var f, obj = {
18557
+ caption: jspb.Message.getFieldWithDefault(msg, 1, ""),
18558
+ command: jspb.Message.getFieldWithDefault(msg, 2, ""),
18559
+ location: jspb.Message.getFieldWithDefault(msg, 3, ""),
18560
+ name: jspb.Message.getFieldWithDefault(msg, 4, ""),
18561
+ user: jspb.Message.getFieldWithDefault(msg, 5, ""),
18562
+ userSid: jspb.Message.getFieldWithDefault(msg, 6, "")
18563
+ };
18564
+
18565
+ if (includeInstance) {
18566
+ obj.$jspbMessageInstance = msg;
18567
+ }
18568
+ return obj;
18569
+ };
18570
+ }
18571
+
18572
+
18573
+ /**
18574
+ * Deserializes binary data (in protobuf wire format).
18575
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
18576
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand}
18577
+ */
18578
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.deserializeBinary = function(bytes) {
18579
+ var reader = new jspb.BinaryReader(bytes);
18580
+ var msg = new proto.com.lansweeper.dp.outbound.v1.AutoRunCommand;
18581
+ return proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.deserializeBinaryFromReader(msg, reader);
18582
+ };
18583
+
18584
+
18585
+ /**
18586
+ * Deserializes binary data (in protobuf wire format) from the
18587
+ * given reader into the given message object.
18588
+ * @param {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} msg The message object to deserialize into.
18589
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
18590
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand}
18591
+ */
18592
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.deserializeBinaryFromReader = function(msg, reader) {
18593
+ while (reader.nextField()) {
18594
+ if (reader.isEndGroup()) {
18595
+ break;
18596
+ }
18597
+ var field = reader.getFieldNumber();
18598
+ switch (field) {
18599
+ case 1:
18600
+ var value = /** @type {string} */ (reader.readString());
18601
+ msg.setCaption(value);
18602
+ break;
18603
+ case 2:
18604
+ var value = /** @type {string} */ (reader.readString());
18605
+ msg.setCommand(value);
18606
+ break;
18607
+ case 3:
18608
+ var value = /** @type {string} */ (reader.readString());
18609
+ msg.setLocation(value);
18610
+ break;
18611
+ case 4:
18612
+ var value = /** @type {string} */ (reader.readString());
18613
+ msg.setName(value);
18614
+ break;
18615
+ case 5:
18616
+ var value = /** @type {string} */ (reader.readString());
18617
+ msg.setUser(value);
18618
+ break;
18619
+ case 6:
18620
+ var value = /** @type {string} */ (reader.readString());
18621
+ msg.setUserSid(value);
18622
+ break;
18623
+ default:
18624
+ reader.skipField();
18625
+ break;
18626
+ }
18627
+ }
18628
+ return msg;
18629
+ };
18630
+
18631
+
18632
+ /**
18633
+ * Serializes the message to binary data (in protobuf wire format).
18634
+ * @return {!Uint8Array}
18635
+ */
18636
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.serializeBinary = function() {
18637
+ var writer = new jspb.BinaryWriter();
18638
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.serializeBinaryToWriter(this, writer);
18639
+ return writer.getResultBuffer();
18640
+ };
18641
+
18642
+
18643
+ /**
18644
+ * Serializes the given message to binary data (in protobuf wire
18645
+ * format), writing to the given BinaryWriter.
18646
+ * @param {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} message
18647
+ * @param {!jspb.BinaryWriter} writer
18648
+ * @suppress {unusedLocalVariables} f is only used for nested messages
18649
+ */
18650
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.serializeBinaryToWriter = function(message, writer) {
18651
+ var f = undefined;
18652
+ f = /** @type {string} */ (jspb.Message.getField(message, 1));
18653
+ if (f != null) {
18654
+ writer.writeString(
18655
+ 1,
18656
+ f
18657
+ );
18658
+ }
18659
+ f = /** @type {string} */ (jspb.Message.getField(message, 2));
18660
+ if (f != null) {
18661
+ writer.writeString(
18662
+ 2,
18663
+ f
18664
+ );
18665
+ }
18666
+ f = /** @type {string} */ (jspb.Message.getField(message, 3));
18667
+ if (f != null) {
18668
+ writer.writeString(
18669
+ 3,
18670
+ f
18671
+ );
18672
+ }
18673
+ f = /** @type {string} */ (jspb.Message.getField(message, 4));
18674
+ if (f != null) {
18675
+ writer.writeString(
18676
+ 4,
18677
+ f
18678
+ );
18679
+ }
18680
+ f = /** @type {string} */ (jspb.Message.getField(message, 5));
18681
+ if (f != null) {
18682
+ writer.writeString(
18683
+ 5,
18684
+ f
18685
+ );
18686
+ }
18687
+ f = /** @type {string} */ (jspb.Message.getField(message, 6));
18688
+ if (f != null) {
18689
+ writer.writeString(
18690
+ 6,
18691
+ f
18692
+ );
18693
+ }
18694
+ };
18695
+
18696
+
18697
+ /**
18698
+ * optional string caption = 1;
18699
+ * @return {string}
18700
+ */
18701
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.getCaption = function() {
18702
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
18703
+ };
18704
+
18705
+
18706
+ /**
18707
+ * @param {string} value
18708
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
18709
+ */
18710
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.setCaption = function(value) {
18711
+ return jspb.Message.setField(this, 1, value);
18712
+ };
18713
+
18714
+
18715
+ /**
18716
+ * Clears the field making it undefined.
18717
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
18718
+ */
18719
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.clearCaption = function() {
18720
+ return jspb.Message.setField(this, 1, undefined);
18721
+ };
18722
+
18723
+
18724
+ /**
18725
+ * Returns whether this field is set.
18726
+ * @return {boolean}
18727
+ */
18728
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.hasCaption = function() {
18729
+ return jspb.Message.getField(this, 1) != null;
18730
+ };
18731
+
18732
+
18733
+ /**
18734
+ * optional string command = 2;
18735
+ * @return {string}
18736
+ */
18737
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.getCommand = function() {
18738
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
18739
+ };
18740
+
18741
+
18742
+ /**
18743
+ * @param {string} value
18744
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
18745
+ */
18746
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.setCommand = function(value) {
18747
+ return jspb.Message.setField(this, 2, value);
18748
+ };
18749
+
18750
+
18751
+ /**
18752
+ * Clears the field making it undefined.
18753
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
18754
+ */
18755
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.clearCommand = function() {
18756
+ return jspb.Message.setField(this, 2, undefined);
18757
+ };
18758
+
18759
+
18760
+ /**
18761
+ * Returns whether this field is set.
18762
+ * @return {boolean}
18763
+ */
18764
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.hasCommand = function() {
18765
+ return jspb.Message.getField(this, 2) != null;
18766
+ };
18767
+
18768
+
18769
+ /**
18770
+ * optional string location = 3;
18771
+ * @return {string}
18772
+ */
18773
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.getLocation = function() {
18774
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
18775
+ };
18776
+
18777
+
18778
+ /**
18779
+ * @param {string} value
18780
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
18781
+ */
18782
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.setLocation = function(value) {
18783
+ return jspb.Message.setField(this, 3, value);
18784
+ };
18785
+
18786
+
18787
+ /**
18788
+ * Clears the field making it undefined.
18789
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
18790
+ */
18791
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.clearLocation = function() {
18792
+ return jspb.Message.setField(this, 3, undefined);
18793
+ };
18794
+
18795
+
18796
+ /**
18797
+ * Returns whether this field is set.
18798
+ * @return {boolean}
18799
+ */
18800
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.hasLocation = function() {
18801
+ return jspb.Message.getField(this, 3) != null;
18802
+ };
18803
+
18804
+
18805
+ /**
18806
+ * optional string name = 4;
18807
+ * @return {string}
18808
+ */
18809
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.getName = function() {
18810
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
18811
+ };
18812
+
18813
+
18814
+ /**
18815
+ * @param {string} value
18816
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
18817
+ */
18818
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.setName = function(value) {
18819
+ return jspb.Message.setField(this, 4, value);
18820
+ };
18821
+
18822
+
18823
+ /**
18824
+ * Clears the field making it undefined.
18825
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
18826
+ */
18827
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.clearName = function() {
18828
+ return jspb.Message.setField(this, 4, undefined);
18829
+ };
18830
+
18831
+
18832
+ /**
18833
+ * Returns whether this field is set.
18834
+ * @return {boolean}
18835
+ */
18836
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.hasName = function() {
18837
+ return jspb.Message.getField(this, 4) != null;
18838
+ };
18839
+
18840
+
18841
+ /**
18842
+ * optional string user = 5;
18843
+ * @return {string}
18844
+ */
18845
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.getUser = function() {
18846
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
18847
+ };
18848
+
18849
+
18850
+ /**
18851
+ * @param {string} value
18852
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
18853
+ */
18854
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.setUser = function(value) {
18855
+ return jspb.Message.setField(this, 5, value);
18856
+ };
18857
+
18858
+
18859
+ /**
18860
+ * Clears the field making it undefined.
18861
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
18862
+ */
18863
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.clearUser = function() {
18864
+ return jspb.Message.setField(this, 5, undefined);
18865
+ };
18866
+
18867
+
18868
+ /**
18869
+ * Returns whether this field is set.
18870
+ * @return {boolean}
18871
+ */
18872
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.hasUser = function() {
18873
+ return jspb.Message.getField(this, 5) != null;
18874
+ };
18875
+
18876
+
18877
+ /**
18878
+ * optional string user_sid = 6;
18879
+ * @return {string}
18880
+ */
18881
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.getUserSid = function() {
18882
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
18883
+ };
18884
+
18885
+
18886
+ /**
18887
+ * @param {string} value
18888
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
18889
+ */
18890
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.setUserSid = function(value) {
18891
+ return jspb.Message.setField(this, 6, value);
18892
+ };
18893
+
18894
+
18895
+ /**
18896
+ * Clears the field making it undefined.
18897
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
18898
+ */
18899
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.clearUserSid = function() {
18900
+ return jspb.Message.setField(this, 6, undefined);
18901
+ };
18902
+
18903
+
18904
+ /**
18905
+ * Returns whether this field is set.
18906
+ * @return {boolean}
18907
+ */
18908
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.hasUserSid = function() {
18909
+ return jspb.Message.getField(this, 6) != null;
18910
+ };
18911
+
18912
+
18913
+
18914
+
18915
+
18916
+ if (jspb.Message.GENERATE_TO_OBJECT) {
18917
+ /**
18918
+ * Creates an object representation of this proto.
18919
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
18920
+ * Optional fields that are not set will be set to undefined.
18921
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
18922
+ * For the list of reserved names please see:
18923
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
18924
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
18925
+ * JSPB instance for transitional soy proto support:
18926
+ * http://goto/soy-param-migration
18927
+ * @return {!Object}
18928
+ */
18929
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.toObject = function(opt_includeInstance) {
18930
+ return proto.com.lansweeper.dp.outbound.v1.BootConfig.toObject(opt_includeInstance, this);
18931
+ };
18932
+
18933
+
18934
+ /**
18935
+ * Static version of the {@see toObject} method.
18936
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
18937
+ * the JSPB instance for transitional soy proto support:
18938
+ * http://goto/soy-param-migration
18939
+ * @param {!proto.com.lansweeper.dp.outbound.v1.BootConfig} msg The msg instance to transform.
18940
+ * @return {!Object}
18941
+ * @suppress {unusedLocalVariables} f is only used for nested messages
18942
+ */
18943
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.toObject = function(includeInstance, msg) {
18944
+ var f, obj = {
18945
+ bootDirectory: jspb.Message.getFieldWithDefault(msg, 1, ""),
18946
+ caption: jspb.Message.getFieldWithDefault(msg, 2, ""),
18947
+ name: jspb.Message.getFieldWithDefault(msg, 3, ""),
18948
+ configurationPath: jspb.Message.getFieldWithDefault(msg, 4, ""),
18949
+ scratchDirectory: jspb.Message.getFieldWithDefault(msg, 5, ""),
18950
+ tempDirectory: jspb.Message.getFieldWithDefault(msg, 6, ""),
18951
+ bootVolume: jspb.Message.getFieldWithDefault(msg, 7, ""),
18952
+ bootMode: jspb.Message.getFieldWithDefault(msg, 8, "")
18953
+ };
18954
+
18955
+ if (includeInstance) {
18956
+ obj.$jspbMessageInstance = msg;
18957
+ }
18958
+ return obj;
18959
+ };
18960
+ }
18961
+
18962
+
18963
+ /**
18964
+ * Deserializes binary data (in protobuf wire format).
18965
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
18966
+ * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig}
18967
+ */
18968
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.deserializeBinary = function(bytes) {
18969
+ var reader = new jspb.BinaryReader(bytes);
18970
+ var msg = new proto.com.lansweeper.dp.outbound.v1.BootConfig;
18971
+ return proto.com.lansweeper.dp.outbound.v1.BootConfig.deserializeBinaryFromReader(msg, reader);
18972
+ };
18973
+
18974
+
18975
+ /**
18976
+ * Deserializes binary data (in protobuf wire format) from the
18977
+ * given reader into the given message object.
18978
+ * @param {!proto.com.lansweeper.dp.outbound.v1.BootConfig} msg The message object to deserialize into.
18979
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
18980
+ * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig}
18981
+ */
18982
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.deserializeBinaryFromReader = function(msg, reader) {
18983
+ while (reader.nextField()) {
18984
+ if (reader.isEndGroup()) {
18985
+ break;
18986
+ }
18987
+ var field = reader.getFieldNumber();
18988
+ switch (field) {
18989
+ case 1:
18990
+ var value = /** @type {string} */ (reader.readString());
18991
+ msg.setBootDirectory(value);
18992
+ break;
18993
+ case 2:
18994
+ var value = /** @type {string} */ (reader.readString());
18995
+ msg.setCaption(value);
18996
+ break;
18997
+ case 3:
18998
+ var value = /** @type {string} */ (reader.readString());
18999
+ msg.setName(value);
19000
+ break;
19001
+ case 4:
19002
+ var value = /** @type {string} */ (reader.readString());
19003
+ msg.setConfigurationPath(value);
19004
+ break;
19005
+ case 5:
19006
+ var value = /** @type {string} */ (reader.readString());
19007
+ msg.setScratchDirectory(value);
19008
+ break;
19009
+ case 6:
19010
+ var value = /** @type {string} */ (reader.readString());
19011
+ msg.setTempDirectory(value);
19012
+ break;
19013
+ case 7:
19014
+ var value = /** @type {string} */ (reader.readString());
19015
+ msg.setBootVolume(value);
19016
+ break;
19017
+ case 8:
19018
+ var value = /** @type {string} */ (reader.readString());
19019
+ msg.setBootMode(value);
19020
+ break;
19021
+ default:
19022
+ reader.skipField();
19023
+ break;
19024
+ }
19025
+ }
19026
+ return msg;
19027
+ };
19028
+
19029
+
19030
+ /**
19031
+ * Serializes the message to binary data (in protobuf wire format).
19032
+ * @return {!Uint8Array}
19033
+ */
19034
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.serializeBinary = function() {
19035
+ var writer = new jspb.BinaryWriter();
19036
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.serializeBinaryToWriter(this, writer);
19037
+ return writer.getResultBuffer();
19038
+ };
19039
+
19040
+
19041
+ /**
19042
+ * Serializes the given message to binary data (in protobuf wire
19043
+ * format), writing to the given BinaryWriter.
19044
+ * @param {!proto.com.lansweeper.dp.outbound.v1.BootConfig} message
19045
+ * @param {!jspb.BinaryWriter} writer
19046
+ * @suppress {unusedLocalVariables} f is only used for nested messages
19047
+ */
19048
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.serializeBinaryToWriter = function(message, writer) {
19049
+ var f = undefined;
19050
+ f = /** @type {string} */ (jspb.Message.getField(message, 1));
19051
+ if (f != null) {
19052
+ writer.writeString(
19053
+ 1,
19054
+ f
19055
+ );
19056
+ }
19057
+ f = /** @type {string} */ (jspb.Message.getField(message, 2));
19058
+ if (f != null) {
19059
+ writer.writeString(
19060
+ 2,
19061
+ f
19062
+ );
19063
+ }
19064
+ f = /** @type {string} */ (jspb.Message.getField(message, 3));
19065
+ if (f != null) {
19066
+ writer.writeString(
19067
+ 3,
19068
+ f
19069
+ );
19070
+ }
19071
+ f = /** @type {string} */ (jspb.Message.getField(message, 4));
19072
+ if (f != null) {
19073
+ writer.writeString(
19074
+ 4,
19075
+ f
19076
+ );
19077
+ }
19078
+ f = /** @type {string} */ (jspb.Message.getField(message, 5));
19079
+ if (f != null) {
19080
+ writer.writeString(
19081
+ 5,
19082
+ f
19083
+ );
19084
+ }
19085
+ f = /** @type {string} */ (jspb.Message.getField(message, 6));
19086
+ if (f != null) {
19087
+ writer.writeString(
19088
+ 6,
19089
+ f
19090
+ );
19091
+ }
19092
+ f = /** @type {string} */ (jspb.Message.getField(message, 7));
19093
+ if (f != null) {
19094
+ writer.writeString(
19095
+ 7,
19096
+ f
19097
+ );
19098
+ }
19099
+ f = /** @type {string} */ (jspb.Message.getField(message, 8));
19100
+ if (f != null) {
19101
+ writer.writeString(
19102
+ 8,
19103
+ f
19104
+ );
19105
+ }
19106
+ };
19107
+
19108
+
19109
+ /**
19110
+ * optional string boot_directory = 1;
19111
+ * @return {string}
19112
+ */
19113
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.getBootDirectory = function() {
19114
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
19115
+ };
19116
+
19117
+
19118
+ /**
19119
+ * @param {string} value
19120
+ * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
19121
+ */
19122
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.setBootDirectory = function(value) {
19123
+ return jspb.Message.setField(this, 1, value);
19124
+ };
19125
+
19126
+
19127
+ /**
19128
+ * Clears the field making it undefined.
19129
+ * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
19130
+ */
19131
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.clearBootDirectory = function() {
19132
+ return jspb.Message.setField(this, 1, undefined);
19133
+ };
19134
+
19135
+
19136
+ /**
19137
+ * Returns whether this field is set.
19138
+ * @return {boolean}
19139
+ */
19140
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.hasBootDirectory = function() {
19141
+ return jspb.Message.getField(this, 1) != null;
19142
+ };
19143
+
19144
+
19145
+ /**
19146
+ * optional string caption = 2;
19147
+ * @return {string}
19148
+ */
19149
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.getCaption = function() {
19150
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
19151
+ };
19152
+
19153
+
19154
+ /**
19155
+ * @param {string} value
19156
+ * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
19157
+ */
19158
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.setCaption = function(value) {
19159
+ return jspb.Message.setField(this, 2, value);
19160
+ };
19161
+
19162
+
19163
+ /**
19164
+ * Clears the field making it undefined.
19165
+ * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
19166
+ */
19167
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.clearCaption = function() {
19168
+ return jspb.Message.setField(this, 2, undefined);
19169
+ };
19170
+
19171
+
19172
+ /**
19173
+ * Returns whether this field is set.
19174
+ * @return {boolean}
19175
+ */
19176
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.hasCaption = function() {
19177
+ return jspb.Message.getField(this, 2) != null;
19178
+ };
19179
+
19180
+
19181
+ /**
19182
+ * optional string name = 3;
19183
+ * @return {string}
19184
+ */
19185
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.getName = function() {
19186
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
19187
+ };
19188
+
19189
+
19190
+ /**
19191
+ * @param {string} value
19192
+ * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
19193
+ */
19194
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.setName = function(value) {
19195
+ return jspb.Message.setField(this, 3, value);
19196
+ };
19197
+
19198
+
19199
+ /**
19200
+ * Clears the field making it undefined.
19201
+ * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
19202
+ */
19203
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.clearName = function() {
19204
+ return jspb.Message.setField(this, 3, undefined);
19205
+ };
19206
+
19207
+
19208
+ /**
19209
+ * Returns whether this field is set.
19210
+ * @return {boolean}
19211
+ */
19212
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.hasName = function() {
19213
+ return jspb.Message.getField(this, 3) != null;
19214
+ };
19215
+
19216
+
19217
+ /**
19218
+ * optional string configuration_path = 4;
19219
+ * @return {string}
19220
+ */
19221
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.getConfigurationPath = function() {
19222
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
19223
+ };
19224
+
19225
+
19226
+ /**
19227
+ * @param {string} value
19228
+ * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
19229
+ */
19230
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.setConfigurationPath = function(value) {
19231
+ return jspb.Message.setField(this, 4, value);
19232
+ };
19233
+
19234
+
19235
+ /**
19236
+ * Clears the field making it undefined.
19237
+ * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
19238
+ */
19239
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.clearConfigurationPath = function() {
19240
+ return jspb.Message.setField(this, 4, undefined);
19241
+ };
19242
+
19243
+
19244
+ /**
19245
+ * Returns whether this field is set.
19246
+ * @return {boolean}
19247
+ */
19248
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.hasConfigurationPath = function() {
19249
+ return jspb.Message.getField(this, 4) != null;
19250
+ };
19251
+
19252
+
19253
+ /**
19254
+ * optional string scratch_directory = 5;
19255
+ * @return {string}
19256
+ */
19257
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.getScratchDirectory = function() {
19258
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
19259
+ };
19260
+
19261
+
19262
+ /**
19263
+ * @param {string} value
19264
+ * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
19265
+ */
19266
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.setScratchDirectory = function(value) {
19267
+ return jspb.Message.setField(this, 5, value);
19268
+ };
19269
+
19270
+
19271
+ /**
19272
+ * Clears the field making it undefined.
19273
+ * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
19274
+ */
19275
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.clearScratchDirectory = function() {
19276
+ return jspb.Message.setField(this, 5, undefined);
19277
+ };
19278
+
19279
+
19280
+ /**
19281
+ * Returns whether this field is set.
19282
+ * @return {boolean}
19283
+ */
19284
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.hasScratchDirectory = function() {
19285
+ return jspb.Message.getField(this, 5) != null;
19286
+ };
19287
+
19288
+
19289
+ /**
19290
+ * optional string temp_directory = 6;
19291
+ * @return {string}
19292
+ */
19293
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.getTempDirectory = function() {
19294
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
19295
+ };
19296
+
19297
+
19298
+ /**
19299
+ * @param {string} value
19300
+ * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
19301
+ */
19302
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.setTempDirectory = function(value) {
19303
+ return jspb.Message.setField(this, 6, value);
19304
+ };
19305
+
19306
+
19307
+ /**
19308
+ * Clears the field making it undefined.
19309
+ * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
19310
+ */
19311
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.clearTempDirectory = function() {
19312
+ return jspb.Message.setField(this, 6, undefined);
19313
+ };
19314
+
19315
+
19316
+ /**
19317
+ * Returns whether this field is set.
19318
+ * @return {boolean}
19319
+ */
19320
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.hasTempDirectory = function() {
19321
+ return jspb.Message.getField(this, 6) != null;
19322
+ };
19323
+
19324
+
19325
+ /**
19326
+ * optional string boot_volume = 7;
19327
+ * @return {string}
19328
+ */
19329
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.getBootVolume = function() {
19330
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
19331
+ };
19332
+
19333
+
19334
+ /**
19335
+ * @param {string} value
19336
+ * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
19337
+ */
19338
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.setBootVolume = function(value) {
19339
+ return jspb.Message.setField(this, 7, value);
19340
+ };
19341
+
19342
+
19343
+ /**
19344
+ * Clears the field making it undefined.
19345
+ * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
19346
+ */
19347
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.clearBootVolume = function() {
19348
+ return jspb.Message.setField(this, 7, undefined);
19349
+ };
19350
+
19351
+
19352
+ /**
19353
+ * Returns whether this field is set.
19354
+ * @return {boolean}
19355
+ */
19356
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.hasBootVolume = function() {
19357
+ return jspb.Message.getField(this, 7) != null;
19358
+ };
19359
+
19360
+
19361
+ /**
19362
+ * optional string boot_mode = 8;
19363
+ * @return {string}
19364
+ */
19365
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.getBootMode = function() {
19366
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
19367
+ };
19368
+
19369
+
19370
+ /**
19371
+ * @param {string} value
19372
+ * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
19373
+ */
19374
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.setBootMode = function(value) {
19375
+ return jspb.Message.setField(this, 8, value);
19376
+ };
19377
+
19378
+
19379
+ /**
19380
+ * Clears the field making it undefined.
19381
+ * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
19382
+ */
19383
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.clearBootMode = function() {
19384
+ return jspb.Message.setField(this, 8, undefined);
19385
+ };
19386
+
19387
+
19388
+ /**
19389
+ * Returns whether this field is set.
19390
+ * @return {boolean}
19391
+ */
19392
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.hasBootMode = function() {
19393
+ return jspb.Message.getField(this, 8) != null;
19394
+ };
19395
+
19396
+
19397
+
19398
+
19399
+
18380
19400
  if (jspb.Message.GENERATE_TO_OBJECT) {
18381
19401
  /**
18382
19402
  * Creates an object representation of this proto.