@lansweeper/installer-grpc 0.0.2 → 0.0.4

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.
@@ -17,6 +17,10 @@ var global = Function('return this')();
17
17
 
18
18
  goog.exportSymbol('proto.lansweeper.installer.v1.GenerateInstallerRequest', null, global);
19
19
  goog.exportSymbol('proto.lansweeper.installer.v1.GenerateInstallerResponse', null, global);
20
+ goog.exportSymbol('proto.lansweeper.installer.v1.GetInstallerUrlRequest', null, global);
21
+ goog.exportSymbol('proto.lansweeper.installer.v1.GetInstallerUrlResponse', null, global);
22
+ goog.exportSymbol('proto.lansweeper.installer.v1.NullableString', null, global);
23
+ goog.exportSymbol('proto.lansweeper.installer.v1.NullableString.KindCase', null, global);
20
24
  /**
21
25
  * Generated by JsPbCodeGenerator.
22
26
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -59,6 +63,69 @@ if (goog.DEBUG && !COMPILED) {
59
63
  */
60
64
  proto.lansweeper.installer.v1.GenerateInstallerResponse.displayName = 'proto.lansweeper.installer.v1.GenerateInstallerResponse';
61
65
  }
66
+ /**
67
+ * Generated by JsPbCodeGenerator.
68
+ * @param {Array=} opt_data Optional initial data array, typically from a
69
+ * server response, or constructed directly in Javascript. The array is used
70
+ * in place and becomes part of the constructed object. It is not cloned.
71
+ * If no data is provided, the constructed object will be empty, but still
72
+ * valid.
73
+ * @extends {jspb.Message}
74
+ * @constructor
75
+ */
76
+ proto.lansweeper.installer.v1.NullableString = function(opt_data) {
77
+ jspb.Message.initialize(this, opt_data, 0, -1, null, proto.lansweeper.installer.v1.NullableString.oneofGroups_);
78
+ };
79
+ goog.inherits(proto.lansweeper.installer.v1.NullableString, jspb.Message);
80
+ if (goog.DEBUG && !COMPILED) {
81
+ /**
82
+ * @public
83
+ * @override
84
+ */
85
+ proto.lansweeper.installer.v1.NullableString.displayName = 'proto.lansweeper.installer.v1.NullableString';
86
+ }
87
+ /**
88
+ * Generated by JsPbCodeGenerator.
89
+ * @param {Array=} opt_data Optional initial data array, typically from a
90
+ * server response, or constructed directly in Javascript. The array is used
91
+ * in place and becomes part of the constructed object. It is not cloned.
92
+ * If no data is provided, the constructed object will be empty, but still
93
+ * valid.
94
+ * @extends {jspb.Message}
95
+ * @constructor
96
+ */
97
+ proto.lansweeper.installer.v1.GetInstallerUrlRequest = function(opt_data) {
98
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
99
+ };
100
+ goog.inherits(proto.lansweeper.installer.v1.GetInstallerUrlRequest, jspb.Message);
101
+ if (goog.DEBUG && !COMPILED) {
102
+ /**
103
+ * @public
104
+ * @override
105
+ */
106
+ proto.lansweeper.installer.v1.GetInstallerUrlRequest.displayName = 'proto.lansweeper.installer.v1.GetInstallerUrlRequest';
107
+ }
108
+ /**
109
+ * Generated by JsPbCodeGenerator.
110
+ * @param {Array=} opt_data Optional initial data array, typically from a
111
+ * server response, or constructed directly in Javascript. The array is used
112
+ * in place and becomes part of the constructed object. It is not cloned.
113
+ * If no data is provided, the constructed object will be empty, but still
114
+ * valid.
115
+ * @extends {jspb.Message}
116
+ * @constructor
117
+ */
118
+ proto.lansweeper.installer.v1.GetInstallerUrlResponse = function(opt_data) {
119
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
120
+ };
121
+ goog.inherits(proto.lansweeper.installer.v1.GetInstallerUrlResponse, jspb.Message);
122
+ if (goog.DEBUG && !COMPILED) {
123
+ /**
124
+ * @public
125
+ * @override
126
+ */
127
+ proto.lansweeper.installer.v1.GetInstallerUrlResponse.displayName = 'proto.lansweeper.installer.v1.GetInstallerUrlResponse';
128
+ }
62
129
 
63
130
 
64
131
 
@@ -349,4 +416,488 @@ proto.lansweeper.installer.v1.GenerateInstallerResponse.prototype.setSuccess = f
349
416
  };
350
417
 
351
418
 
419
+
420
+ /**
421
+ * Oneof group definitions for this message. Each group defines the field
422
+ * numbers belonging to that group. When of these fields' value is set, all
423
+ * other fields in the group are cleared. During deserialization, if multiple
424
+ * fields are encountered for a group, only the last value seen will be kept.
425
+ * @private {!Array<!Array<number>>}
426
+ * @const
427
+ */
428
+ proto.lansweeper.installer.v1.NullableString.oneofGroups_ = [[1]];
429
+
430
+ /**
431
+ * @enum {number}
432
+ */
433
+ proto.lansweeper.installer.v1.NullableString.KindCase = {
434
+ KIND_NOT_SET: 0,
435
+ DATA: 1
436
+ };
437
+
438
+ /**
439
+ * @return {proto.lansweeper.installer.v1.NullableString.KindCase}
440
+ */
441
+ proto.lansweeper.installer.v1.NullableString.prototype.getKindCase = function() {
442
+ return /** @type {proto.lansweeper.installer.v1.NullableString.KindCase} */(jspb.Message.computeOneofCase(this, proto.lansweeper.installer.v1.NullableString.oneofGroups_[0]));
443
+ };
444
+
445
+
446
+
447
+ if (jspb.Message.GENERATE_TO_OBJECT) {
448
+ /**
449
+ * Creates an object representation of this proto.
450
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
451
+ * Optional fields that are not set will be set to undefined.
452
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
453
+ * For the list of reserved names please see:
454
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
455
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
456
+ * JSPB instance for transitional soy proto support:
457
+ * http://goto/soy-param-migration
458
+ * @return {!Object}
459
+ */
460
+ proto.lansweeper.installer.v1.NullableString.prototype.toObject = function(opt_includeInstance) {
461
+ return proto.lansweeper.installer.v1.NullableString.toObject(opt_includeInstance, this);
462
+ };
463
+
464
+
465
+ /**
466
+ * Static version of the {@see toObject} method.
467
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
468
+ * the JSPB instance for transitional soy proto support:
469
+ * http://goto/soy-param-migration
470
+ * @param {!proto.lansweeper.installer.v1.NullableString} msg The msg instance to transform.
471
+ * @return {!Object}
472
+ * @suppress {unusedLocalVariables} f is only used for nested messages
473
+ */
474
+ proto.lansweeper.installer.v1.NullableString.toObject = function(includeInstance, msg) {
475
+ var f, obj = {
476
+ data: jspb.Message.getFieldWithDefault(msg, 1, "")
477
+ };
478
+
479
+ if (includeInstance) {
480
+ obj.$jspbMessageInstance = msg;
481
+ }
482
+ return obj;
483
+ };
484
+ }
485
+
486
+
487
+ /**
488
+ * Deserializes binary data (in protobuf wire format).
489
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
490
+ * @return {!proto.lansweeper.installer.v1.NullableString}
491
+ */
492
+ proto.lansweeper.installer.v1.NullableString.deserializeBinary = function(bytes) {
493
+ var reader = new jspb.BinaryReader(bytes);
494
+ var msg = new proto.lansweeper.installer.v1.NullableString;
495
+ return proto.lansweeper.installer.v1.NullableString.deserializeBinaryFromReader(msg, reader);
496
+ };
497
+
498
+
499
+ /**
500
+ * Deserializes binary data (in protobuf wire format) from the
501
+ * given reader into the given message object.
502
+ * @param {!proto.lansweeper.installer.v1.NullableString} msg The message object to deserialize into.
503
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
504
+ * @return {!proto.lansweeper.installer.v1.NullableString}
505
+ */
506
+ proto.lansweeper.installer.v1.NullableString.deserializeBinaryFromReader = function(msg, reader) {
507
+ while (reader.nextField()) {
508
+ if (reader.isEndGroup()) {
509
+ break;
510
+ }
511
+ var field = reader.getFieldNumber();
512
+ switch (field) {
513
+ case 1:
514
+ var value = /** @type {string} */ (reader.readString());
515
+ msg.setData(value);
516
+ break;
517
+ default:
518
+ reader.skipField();
519
+ break;
520
+ }
521
+ }
522
+ return msg;
523
+ };
524
+
525
+
526
+ /**
527
+ * Serializes the message to binary data (in protobuf wire format).
528
+ * @return {!Uint8Array}
529
+ */
530
+ proto.lansweeper.installer.v1.NullableString.prototype.serializeBinary = function() {
531
+ var writer = new jspb.BinaryWriter();
532
+ proto.lansweeper.installer.v1.NullableString.serializeBinaryToWriter(this, writer);
533
+ return writer.getResultBuffer();
534
+ };
535
+
536
+
537
+ /**
538
+ * Serializes the given message to binary data (in protobuf wire
539
+ * format), writing to the given BinaryWriter.
540
+ * @param {!proto.lansweeper.installer.v1.NullableString} message
541
+ * @param {!jspb.BinaryWriter} writer
542
+ * @suppress {unusedLocalVariables} f is only used for nested messages
543
+ */
544
+ proto.lansweeper.installer.v1.NullableString.serializeBinaryToWriter = function(message, writer) {
545
+ var f = undefined;
546
+ f = /** @type {string} */ (jspb.Message.getField(message, 1));
547
+ if (f != null) {
548
+ writer.writeString(
549
+ 1,
550
+ f
551
+ );
552
+ }
553
+ };
554
+
555
+
556
+ /**
557
+ * optional string data = 1;
558
+ * @return {string}
559
+ */
560
+ proto.lansweeper.installer.v1.NullableString.prototype.getData = function() {
561
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
562
+ };
563
+
564
+
565
+ /**
566
+ * @param {string} value
567
+ * @return {!proto.lansweeper.installer.v1.NullableString} returns this
568
+ */
569
+ proto.lansweeper.installer.v1.NullableString.prototype.setData = function(value) {
570
+ return jspb.Message.setOneofField(this, 1, proto.lansweeper.installer.v1.NullableString.oneofGroups_[0], value);
571
+ };
572
+
573
+
574
+ /**
575
+ * Clears the field making it undefined.
576
+ * @return {!proto.lansweeper.installer.v1.NullableString} returns this
577
+ */
578
+ proto.lansweeper.installer.v1.NullableString.prototype.clearData = function() {
579
+ return jspb.Message.setOneofField(this, 1, proto.lansweeper.installer.v1.NullableString.oneofGroups_[0], undefined);
580
+ };
581
+
582
+
583
+ /**
584
+ * Returns whether this field is set.
585
+ * @return {boolean}
586
+ */
587
+ proto.lansweeper.installer.v1.NullableString.prototype.hasData = function() {
588
+ return jspb.Message.getField(this, 1) != null;
589
+ };
590
+
591
+
592
+
593
+
594
+
595
+ if (jspb.Message.GENERATE_TO_OBJECT) {
596
+ /**
597
+ * Creates an object representation of this proto.
598
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
599
+ * Optional fields that are not set will be set to undefined.
600
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
601
+ * For the list of reserved names please see:
602
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
603
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
604
+ * JSPB instance for transitional soy proto support:
605
+ * http://goto/soy-param-migration
606
+ * @return {!Object}
607
+ */
608
+ proto.lansweeper.installer.v1.GetInstallerUrlRequest.prototype.toObject = function(opt_includeInstance) {
609
+ return proto.lansweeper.installer.v1.GetInstallerUrlRequest.toObject(opt_includeInstance, this);
610
+ };
611
+
612
+
613
+ /**
614
+ * Static version of the {@see toObject} method.
615
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
616
+ * the JSPB instance for transitional soy proto support:
617
+ * http://goto/soy-param-migration
618
+ * @param {!proto.lansweeper.installer.v1.GetInstallerUrlRequest} msg The msg instance to transform.
619
+ * @return {!Object}
620
+ * @suppress {unusedLocalVariables} f is only used for nested messages
621
+ */
622
+ proto.lansweeper.installer.v1.GetInstallerUrlRequest.toObject = function(includeInstance, msg) {
623
+ var f, obj = {
624
+ clientId: (f = msg.getClientId()) && proto.lansweeper.installer.v1.NullableString.toObject(includeInstance, f)
625
+ };
626
+
627
+ if (includeInstance) {
628
+ obj.$jspbMessageInstance = msg;
629
+ }
630
+ return obj;
631
+ };
632
+ }
633
+
634
+
635
+ /**
636
+ * Deserializes binary data (in protobuf wire format).
637
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
638
+ * @return {!proto.lansweeper.installer.v1.GetInstallerUrlRequest}
639
+ */
640
+ proto.lansweeper.installer.v1.GetInstallerUrlRequest.deserializeBinary = function(bytes) {
641
+ var reader = new jspb.BinaryReader(bytes);
642
+ var msg = new proto.lansweeper.installer.v1.GetInstallerUrlRequest;
643
+ return proto.lansweeper.installer.v1.GetInstallerUrlRequest.deserializeBinaryFromReader(msg, reader);
644
+ };
645
+
646
+
647
+ /**
648
+ * Deserializes binary data (in protobuf wire format) from the
649
+ * given reader into the given message object.
650
+ * @param {!proto.lansweeper.installer.v1.GetInstallerUrlRequest} msg The message object to deserialize into.
651
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
652
+ * @return {!proto.lansweeper.installer.v1.GetInstallerUrlRequest}
653
+ */
654
+ proto.lansweeper.installer.v1.GetInstallerUrlRequest.deserializeBinaryFromReader = function(msg, reader) {
655
+ while (reader.nextField()) {
656
+ if (reader.isEndGroup()) {
657
+ break;
658
+ }
659
+ var field = reader.getFieldNumber();
660
+ switch (field) {
661
+ case 1:
662
+ var value = new proto.lansweeper.installer.v1.NullableString;
663
+ reader.readMessage(value,proto.lansweeper.installer.v1.NullableString.deserializeBinaryFromReader);
664
+ msg.setClientId(value);
665
+ break;
666
+ default:
667
+ reader.skipField();
668
+ break;
669
+ }
670
+ }
671
+ return msg;
672
+ };
673
+
674
+
675
+ /**
676
+ * Serializes the message to binary data (in protobuf wire format).
677
+ * @return {!Uint8Array}
678
+ */
679
+ proto.lansweeper.installer.v1.GetInstallerUrlRequest.prototype.serializeBinary = function() {
680
+ var writer = new jspb.BinaryWriter();
681
+ proto.lansweeper.installer.v1.GetInstallerUrlRequest.serializeBinaryToWriter(this, writer);
682
+ return writer.getResultBuffer();
683
+ };
684
+
685
+
686
+ /**
687
+ * Serializes the given message to binary data (in protobuf wire
688
+ * format), writing to the given BinaryWriter.
689
+ * @param {!proto.lansweeper.installer.v1.GetInstallerUrlRequest} message
690
+ * @param {!jspb.BinaryWriter} writer
691
+ * @suppress {unusedLocalVariables} f is only used for nested messages
692
+ */
693
+ proto.lansweeper.installer.v1.GetInstallerUrlRequest.serializeBinaryToWriter = function(message, writer) {
694
+ var f = undefined;
695
+ f = message.getClientId();
696
+ if (f != null) {
697
+ writer.writeMessage(
698
+ 1,
699
+ f,
700
+ proto.lansweeper.installer.v1.NullableString.serializeBinaryToWriter
701
+ );
702
+ }
703
+ };
704
+
705
+
706
+ /**
707
+ * optional NullableString client_id = 1;
708
+ * @return {?proto.lansweeper.installer.v1.NullableString}
709
+ */
710
+ proto.lansweeper.installer.v1.GetInstallerUrlRequest.prototype.getClientId = function() {
711
+ return /** @type{?proto.lansweeper.installer.v1.NullableString} */ (
712
+ jspb.Message.getWrapperField(this, proto.lansweeper.installer.v1.NullableString, 1));
713
+ };
714
+
715
+
716
+ /**
717
+ * @param {?proto.lansweeper.installer.v1.NullableString|undefined} value
718
+ * @return {!proto.lansweeper.installer.v1.GetInstallerUrlRequest} returns this
719
+ */
720
+ proto.lansweeper.installer.v1.GetInstallerUrlRequest.prototype.setClientId = function(value) {
721
+ return jspb.Message.setWrapperField(this, 1, value);
722
+ };
723
+
724
+
725
+ /**
726
+ * Clears the message field making it undefined.
727
+ * @return {!proto.lansweeper.installer.v1.GetInstallerUrlRequest} returns this
728
+ */
729
+ proto.lansweeper.installer.v1.GetInstallerUrlRequest.prototype.clearClientId = function() {
730
+ return this.setClientId(undefined);
731
+ };
732
+
733
+
734
+ /**
735
+ * Returns whether this field is set.
736
+ * @return {boolean}
737
+ */
738
+ proto.lansweeper.installer.v1.GetInstallerUrlRequest.prototype.hasClientId = function() {
739
+ return jspb.Message.getField(this, 1) != null;
740
+ };
741
+
742
+
743
+
744
+
745
+
746
+ if (jspb.Message.GENERATE_TO_OBJECT) {
747
+ /**
748
+ * Creates an object representation of this proto.
749
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
750
+ * Optional fields that are not set will be set to undefined.
751
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
752
+ * For the list of reserved names please see:
753
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
754
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
755
+ * JSPB instance for transitional soy proto support:
756
+ * http://goto/soy-param-migration
757
+ * @return {!Object}
758
+ */
759
+ proto.lansweeper.installer.v1.GetInstallerUrlResponse.prototype.toObject = function(opt_includeInstance) {
760
+ return proto.lansweeper.installer.v1.GetInstallerUrlResponse.toObject(opt_includeInstance, this);
761
+ };
762
+
763
+
764
+ /**
765
+ * Static version of the {@see toObject} method.
766
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
767
+ * the JSPB instance for transitional soy proto support:
768
+ * http://goto/soy-param-migration
769
+ * @param {!proto.lansweeper.installer.v1.GetInstallerUrlResponse} msg The msg instance to transform.
770
+ * @return {!Object}
771
+ * @suppress {unusedLocalVariables} f is only used for nested messages
772
+ */
773
+ proto.lansweeper.installer.v1.GetInstallerUrlResponse.toObject = function(includeInstance, msg) {
774
+ var f, obj = {
775
+ url: jspb.Message.getFieldWithDefault(msg, 1, ""),
776
+ success: jspb.Message.getBooleanFieldWithDefault(msg, 2, false)
777
+ };
778
+
779
+ if (includeInstance) {
780
+ obj.$jspbMessageInstance = msg;
781
+ }
782
+ return obj;
783
+ };
784
+ }
785
+
786
+
787
+ /**
788
+ * Deserializes binary data (in protobuf wire format).
789
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
790
+ * @return {!proto.lansweeper.installer.v1.GetInstallerUrlResponse}
791
+ */
792
+ proto.lansweeper.installer.v1.GetInstallerUrlResponse.deserializeBinary = function(bytes) {
793
+ var reader = new jspb.BinaryReader(bytes);
794
+ var msg = new proto.lansweeper.installer.v1.GetInstallerUrlResponse;
795
+ return proto.lansweeper.installer.v1.GetInstallerUrlResponse.deserializeBinaryFromReader(msg, reader);
796
+ };
797
+
798
+
799
+ /**
800
+ * Deserializes binary data (in protobuf wire format) from the
801
+ * given reader into the given message object.
802
+ * @param {!proto.lansweeper.installer.v1.GetInstallerUrlResponse} msg The message object to deserialize into.
803
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
804
+ * @return {!proto.lansweeper.installer.v1.GetInstallerUrlResponse}
805
+ */
806
+ proto.lansweeper.installer.v1.GetInstallerUrlResponse.deserializeBinaryFromReader = function(msg, reader) {
807
+ while (reader.nextField()) {
808
+ if (reader.isEndGroup()) {
809
+ break;
810
+ }
811
+ var field = reader.getFieldNumber();
812
+ switch (field) {
813
+ case 1:
814
+ var value = /** @type {string} */ (reader.readString());
815
+ msg.setUrl(value);
816
+ break;
817
+ case 2:
818
+ var value = /** @type {boolean} */ (reader.readBool());
819
+ msg.setSuccess(value);
820
+ break;
821
+ default:
822
+ reader.skipField();
823
+ break;
824
+ }
825
+ }
826
+ return msg;
827
+ };
828
+
829
+
830
+ /**
831
+ * Serializes the message to binary data (in protobuf wire format).
832
+ * @return {!Uint8Array}
833
+ */
834
+ proto.lansweeper.installer.v1.GetInstallerUrlResponse.prototype.serializeBinary = function() {
835
+ var writer = new jspb.BinaryWriter();
836
+ proto.lansweeper.installer.v1.GetInstallerUrlResponse.serializeBinaryToWriter(this, writer);
837
+ return writer.getResultBuffer();
838
+ };
839
+
840
+
841
+ /**
842
+ * Serializes the given message to binary data (in protobuf wire
843
+ * format), writing to the given BinaryWriter.
844
+ * @param {!proto.lansweeper.installer.v1.GetInstallerUrlResponse} message
845
+ * @param {!jspb.BinaryWriter} writer
846
+ * @suppress {unusedLocalVariables} f is only used for nested messages
847
+ */
848
+ proto.lansweeper.installer.v1.GetInstallerUrlResponse.serializeBinaryToWriter = function(message, writer) {
849
+ var f = undefined;
850
+ f = message.getUrl();
851
+ if (f.length > 0) {
852
+ writer.writeString(
853
+ 1,
854
+ f
855
+ );
856
+ }
857
+ f = message.getSuccess();
858
+ if (f) {
859
+ writer.writeBool(
860
+ 2,
861
+ f
862
+ );
863
+ }
864
+ };
865
+
866
+
867
+ /**
868
+ * optional string url = 1;
869
+ * @return {string}
870
+ */
871
+ proto.lansweeper.installer.v1.GetInstallerUrlResponse.prototype.getUrl = function() {
872
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
873
+ };
874
+
875
+
876
+ /**
877
+ * @param {string} value
878
+ * @return {!proto.lansweeper.installer.v1.GetInstallerUrlResponse} returns this
879
+ */
880
+ proto.lansweeper.installer.v1.GetInstallerUrlResponse.prototype.setUrl = function(value) {
881
+ return jspb.Message.setProto3StringField(this, 1, value);
882
+ };
883
+
884
+
885
+ /**
886
+ * optional bool success = 2;
887
+ * @return {boolean}
888
+ */
889
+ proto.lansweeper.installer.v1.GetInstallerUrlResponse.prototype.getSuccess = function() {
890
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 2, false));
891
+ };
892
+
893
+
894
+ /**
895
+ * @param {boolean} value
896
+ * @return {!proto.lansweeper.installer.v1.GetInstallerUrlResponse} returns this
897
+ */
898
+ proto.lansweeper.installer.v1.GetInstallerUrlResponse.prototype.setSuccess = function(value) {
899
+ return jspb.Message.setProto3BooleanField(this, 2, value);
900
+ };
901
+
902
+
352
903
  goog.object.extend(exports, proto.lansweeper.installer.v1);