@lansweeper/data-platform-outbound-grpc 0.8.5 → 0.8.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +422 -0
  4. package/gen-proto/outbound_pb.js +3420 -2
  5. package/generated-go/outbound.pb.go +14134 -13230
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +79 -8
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetCustom$1.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetCustom$Builder.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetCustom.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetCustomOrBuilder.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetGroupLink$1.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetGroupLink$Builder.class +0 -0
  15. package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetGroupLink.class +0 -0
  16. package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetGroupLinkOrBuilder.class +0 -0
  17. package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFields$1.class +0 -0
  18. package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFields$Builder.class +0 -0
  19. package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFields.class +0 -0
  20. package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFieldsOrBuilder.class +0 -0
  21. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  22. package/model/target/classes/outbound.proto +79 -8
  23. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetCustom.java +7583 -0
  24. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetCustomOrBuilder.java +789 -0
  25. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetGroupLink.java +1037 -0
  26. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetGroupLinkOrBuilder.java +78 -0
  27. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/LegacyFields.java +2355 -10
  28. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/LegacyFieldsOrBuilder.java +206 -0
  29. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +4015 -3909
  30. package/model/target/maven-archiver/pom.properties +2 -2
  31. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +8 -0
  32. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +5 -1
  33. package/model/target/{outbound-model-0.8.4-sources.jar → outbound-model-0.8.6-sources.jar} +0 -0
  34. package/model/target/{outbound-model-0.8.4.jar → outbound-model-0.8.6.jar} +0 -0
  35. package/package.json +2 -2
  36. package/pom.xml +1 -1
  37. package/proto/outbound.proto +79 -8
  38. package/service/pom.xml +1 -1
  39. package/service/target/maven-archiver/pom.properties +2 -2
  40. package/service/target/{outbound-service-0.8.4-sources.jar → outbound-service-0.8.6-sources.jar} +0 -0
  41. package/service/target/{outbound-service-0.8.4.jar → outbound-service-0.8.6.jar} +0 -0
@@ -35,6 +35,8 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.AntivirusSoftware', null,
35
35
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Asset', null, global);
36
36
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent', null, global);
37
37
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.EventCase', null, global);
38
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.AssetCustom', null, global);
39
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.AssetGroupLink', null, global);
38
40
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.AssetType', null, global);
39
41
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.AutoRunCommand', null, global);
40
42
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Bios', null, global);
@@ -796,7 +798,7 @@ if (goog.DEBUG && !COMPILED) {
796
798
  * @constructor
797
799
  */
798
800
  proto.com.lansweeper.dp.outbound.v1.LegacyFields = function(opt_data) {
799
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
801
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.dp.outbound.v1.LegacyFields.repeatedFields_, null);
800
802
  };
801
803
  goog.inherits(proto.com.lansweeper.dp.outbound.v1.LegacyFields, jspb.Message);
802
804
  if (goog.DEBUG && !COMPILED) {
@@ -806,6 +808,48 @@ if (goog.DEBUG && !COMPILED) {
806
808
  */
807
809
  proto.com.lansweeper.dp.outbound.v1.LegacyFields.displayName = 'proto.com.lansweeper.dp.outbound.v1.LegacyFields';
808
810
  }
811
+ /**
812
+ * Generated by JsPbCodeGenerator.
813
+ * @param {Array=} opt_data Optional initial data array, typically from a
814
+ * server response, or constructed directly in Javascript. The array is used
815
+ * in place and becomes part of the constructed object. It is not cloned.
816
+ * If no data is provided, the constructed object will be empty, but still
817
+ * valid.
818
+ * @extends {jspb.Message}
819
+ * @constructor
820
+ */
821
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom = function(opt_data) {
822
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.dp.outbound.v1.AssetCustom.repeatedFields_, null);
823
+ };
824
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.AssetCustom, jspb.Message);
825
+ if (goog.DEBUG && !COMPILED) {
826
+ /**
827
+ * @public
828
+ * @override
829
+ */
830
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.displayName = 'proto.com.lansweeper.dp.outbound.v1.AssetCustom';
831
+ }
832
+ /**
833
+ * Generated by JsPbCodeGenerator.
834
+ * @param {Array=} opt_data Optional initial data array, typically from a
835
+ * server response, or constructed directly in Javascript. The array is used
836
+ * in place and becomes part of the constructed object. It is not cloned.
837
+ * If no data is provided, the constructed object will be empty, but still
838
+ * valid.
839
+ * @extends {jspb.Message}
840
+ * @constructor
841
+ */
842
+ proto.com.lansweeper.dp.outbound.v1.AssetGroupLink = function(opt_data) {
843
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
844
+ };
845
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.AssetGroupLink, jspb.Message);
846
+ if (goog.DEBUG && !COMPILED) {
847
+ /**
848
+ * @public
849
+ * @override
850
+ */
851
+ proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.displayName = 'proto.com.lansweeper.dp.outbound.v1.AssetGroupLink';
852
+ }
809
853
  /**
810
854
  * Generated by JsPbCodeGenerator.
811
855
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -14132,6 +14176,13 @@ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasManualAssetLockedFields =
14132
14176
 
14133
14177
 
14134
14178
 
14179
+ /**
14180
+ * List of repeated fields within this message type.
14181
+ * @private {!Array<number>}
14182
+ * @const
14183
+ */
14184
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.repeatedFields_ = [16];
14185
+
14135
14186
 
14136
14187
 
14137
14188
  if (jspb.Message.GENERATE_TO_OBJECT) {
@@ -14167,7 +14218,19 @@ proto.com.lansweeper.dp.outbound.v1.LegacyFields.toObject = function(includeInst
14167
14218
  lastActiveScan: (f = msg.getLastActiveScan()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
14168
14219
  lastIpScan: (f = msg.getLastIpScan()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
14169
14220
  lastSaved: (f = msg.getLastSaved()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
14170
- lastSccmScan: (f = msg.getLastSccmScan()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f)
14221
+ lastSccmScan: (f = msg.getLastSccmScan()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
14222
+ lastLsAgent: (f = msg.getLastLsAgent()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
14223
+ lastLsFallBack: (f = msg.getLastLsFallBack()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
14224
+ lastWorkGroupScan: (f = msg.getLastWorkGroupScan()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
14225
+ lastAssetRadarScan: (f = msg.getLastAssetRadarScan()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
14226
+ lastPerformanceScan: (f = msg.getLastPerformanceScan()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
14227
+ lastLsPush: (f = msg.getLastLsPush()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
14228
+ lastScheduled: (f = msg.getLastScheduled()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
14229
+ lastTriggered: (f = msg.getLastTriggered()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
14230
+ lastLsAgentDirect: (f = msg.getLastLsAgentDirect()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
14231
+ custom: (f = msg.getCustom()) && proto.com.lansweeper.dp.outbound.v1.AssetCustom.toObject(includeInstance, f),
14232
+ groupLinkList: jspb.Message.toObjectList(msg.getGroupLinkList(),
14233
+ proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.toObject, includeInstance)
14171
14234
  };
14172
14235
 
14173
14236
  if (includeInstance) {
@@ -14229,6 +14292,61 @@ proto.com.lansweeper.dp.outbound.v1.LegacyFields.deserializeBinaryFromReader = f
14229
14292
  reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
14230
14293
  msg.setLastSccmScan(value);
14231
14294
  break;
14295
+ case 6:
14296
+ var value = new google_protobuf_timestamp_pb.Timestamp;
14297
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
14298
+ msg.setLastLsAgent(value);
14299
+ break;
14300
+ case 7:
14301
+ var value = new google_protobuf_timestamp_pb.Timestamp;
14302
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
14303
+ msg.setLastLsFallBack(value);
14304
+ break;
14305
+ case 8:
14306
+ var value = new google_protobuf_timestamp_pb.Timestamp;
14307
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
14308
+ msg.setLastWorkGroupScan(value);
14309
+ break;
14310
+ case 9:
14311
+ var value = new google_protobuf_timestamp_pb.Timestamp;
14312
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
14313
+ msg.setLastAssetRadarScan(value);
14314
+ break;
14315
+ case 10:
14316
+ var value = new google_protobuf_timestamp_pb.Timestamp;
14317
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
14318
+ msg.setLastPerformanceScan(value);
14319
+ break;
14320
+ case 11:
14321
+ var value = new google_protobuf_timestamp_pb.Timestamp;
14322
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
14323
+ msg.setLastLsPush(value);
14324
+ break;
14325
+ case 12:
14326
+ var value = new google_protobuf_timestamp_pb.Timestamp;
14327
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
14328
+ msg.setLastScheduled(value);
14329
+ break;
14330
+ case 13:
14331
+ var value = new google_protobuf_timestamp_pb.Timestamp;
14332
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
14333
+ msg.setLastTriggered(value);
14334
+ break;
14335
+ case 14:
14336
+ var value = new google_protobuf_timestamp_pb.Timestamp;
14337
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
14338
+ msg.setLastLsAgentDirect(value);
14339
+ break;
14340
+ case 15:
14341
+ var value = new proto.com.lansweeper.dp.outbound.v1.AssetCustom;
14342
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.AssetCustom.deserializeBinaryFromReader);
14343
+ msg.setCustom(value);
14344
+ break;
14345
+ case 16:
14346
+ var value = new proto.com.lansweeper.dp.outbound.v1.AssetGroupLink;
14347
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.deserializeBinaryFromReader);
14348
+ msg.addGroupLink(value);
14349
+ break;
14232
14350
  default:
14233
14351
  reader.skipField();
14234
14352
  break;
@@ -14298,6 +14416,94 @@ proto.com.lansweeper.dp.outbound.v1.LegacyFields.serializeBinaryToWriter = funct
14298
14416
  google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
14299
14417
  );
14300
14418
  }
14419
+ f = message.getLastLsAgent();
14420
+ if (f != null) {
14421
+ writer.writeMessage(
14422
+ 6,
14423
+ f,
14424
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
14425
+ );
14426
+ }
14427
+ f = message.getLastLsFallBack();
14428
+ if (f != null) {
14429
+ writer.writeMessage(
14430
+ 7,
14431
+ f,
14432
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
14433
+ );
14434
+ }
14435
+ f = message.getLastWorkGroupScan();
14436
+ if (f != null) {
14437
+ writer.writeMessage(
14438
+ 8,
14439
+ f,
14440
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
14441
+ );
14442
+ }
14443
+ f = message.getLastAssetRadarScan();
14444
+ if (f != null) {
14445
+ writer.writeMessage(
14446
+ 9,
14447
+ f,
14448
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
14449
+ );
14450
+ }
14451
+ f = message.getLastPerformanceScan();
14452
+ if (f != null) {
14453
+ writer.writeMessage(
14454
+ 10,
14455
+ f,
14456
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
14457
+ );
14458
+ }
14459
+ f = message.getLastLsPush();
14460
+ if (f != null) {
14461
+ writer.writeMessage(
14462
+ 11,
14463
+ f,
14464
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
14465
+ );
14466
+ }
14467
+ f = message.getLastScheduled();
14468
+ if (f != null) {
14469
+ writer.writeMessage(
14470
+ 12,
14471
+ f,
14472
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
14473
+ );
14474
+ }
14475
+ f = message.getLastTriggered();
14476
+ if (f != null) {
14477
+ writer.writeMessage(
14478
+ 13,
14479
+ f,
14480
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
14481
+ );
14482
+ }
14483
+ f = message.getLastLsAgentDirect();
14484
+ if (f != null) {
14485
+ writer.writeMessage(
14486
+ 14,
14487
+ f,
14488
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
14489
+ );
14490
+ }
14491
+ f = message.getCustom();
14492
+ if (f != null) {
14493
+ writer.writeMessage(
14494
+ 15,
14495
+ f,
14496
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.serializeBinaryToWriter
14497
+ );
14498
+ }
14499
+ f = message.getGroupLinkList();
14500
+ if (f.length > 0) {
14501
+ writer.writeRepeatedMessage(
14502
+ 16,
14503
+ f,
14504
+ proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.serializeBinaryToWriter
14505
+ );
14506
+ }
14301
14507
  };
14302
14508
 
14303
14509
 
@@ -14486,6 +14692,3218 @@ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.hasLastSccmScan = fun
14486
14692
  };
14487
14693
 
14488
14694
 
14695
+ /**
14696
+ * optional google.protobuf.Timestamp last_ls_agent = 6;
14697
+ * @return {?proto.google.protobuf.Timestamp}
14698
+ */
14699
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.getLastLsAgent = function() {
14700
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
14701
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 6));
14702
+ };
14703
+
14704
+
14705
+ /**
14706
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
14707
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
14708
+ */
14709
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.setLastLsAgent = function(value) {
14710
+ return jspb.Message.setWrapperField(this, 6, value);
14711
+ };
14712
+
14713
+
14714
+ /**
14715
+ * Clears the message field making it undefined.
14716
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
14717
+ */
14718
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.clearLastLsAgent = function() {
14719
+ return this.setLastLsAgent(undefined);
14720
+ };
14721
+
14722
+
14723
+ /**
14724
+ * Returns whether this field is set.
14725
+ * @return {boolean}
14726
+ */
14727
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.hasLastLsAgent = function() {
14728
+ return jspb.Message.getField(this, 6) != null;
14729
+ };
14730
+
14731
+
14732
+ /**
14733
+ * optional google.protobuf.Timestamp last_ls_fall_back = 7;
14734
+ * @return {?proto.google.protobuf.Timestamp}
14735
+ */
14736
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.getLastLsFallBack = function() {
14737
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
14738
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 7));
14739
+ };
14740
+
14741
+
14742
+ /**
14743
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
14744
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
14745
+ */
14746
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.setLastLsFallBack = function(value) {
14747
+ return jspb.Message.setWrapperField(this, 7, value);
14748
+ };
14749
+
14750
+
14751
+ /**
14752
+ * Clears the message field making it undefined.
14753
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
14754
+ */
14755
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.clearLastLsFallBack = function() {
14756
+ return this.setLastLsFallBack(undefined);
14757
+ };
14758
+
14759
+
14760
+ /**
14761
+ * Returns whether this field is set.
14762
+ * @return {boolean}
14763
+ */
14764
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.hasLastLsFallBack = function() {
14765
+ return jspb.Message.getField(this, 7) != null;
14766
+ };
14767
+
14768
+
14769
+ /**
14770
+ * optional google.protobuf.Timestamp last_work_group_scan = 8;
14771
+ * @return {?proto.google.protobuf.Timestamp}
14772
+ */
14773
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.getLastWorkGroupScan = function() {
14774
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
14775
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 8));
14776
+ };
14777
+
14778
+
14779
+ /**
14780
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
14781
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
14782
+ */
14783
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.setLastWorkGroupScan = function(value) {
14784
+ return jspb.Message.setWrapperField(this, 8, value);
14785
+ };
14786
+
14787
+
14788
+ /**
14789
+ * Clears the message field making it undefined.
14790
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
14791
+ */
14792
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.clearLastWorkGroupScan = function() {
14793
+ return this.setLastWorkGroupScan(undefined);
14794
+ };
14795
+
14796
+
14797
+ /**
14798
+ * Returns whether this field is set.
14799
+ * @return {boolean}
14800
+ */
14801
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.hasLastWorkGroupScan = function() {
14802
+ return jspb.Message.getField(this, 8) != null;
14803
+ };
14804
+
14805
+
14806
+ /**
14807
+ * optional google.protobuf.Timestamp last_asset_radar_scan = 9;
14808
+ * @return {?proto.google.protobuf.Timestamp}
14809
+ */
14810
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.getLastAssetRadarScan = function() {
14811
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
14812
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 9));
14813
+ };
14814
+
14815
+
14816
+ /**
14817
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
14818
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
14819
+ */
14820
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.setLastAssetRadarScan = function(value) {
14821
+ return jspb.Message.setWrapperField(this, 9, value);
14822
+ };
14823
+
14824
+
14825
+ /**
14826
+ * Clears the message field making it undefined.
14827
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
14828
+ */
14829
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.clearLastAssetRadarScan = function() {
14830
+ return this.setLastAssetRadarScan(undefined);
14831
+ };
14832
+
14833
+
14834
+ /**
14835
+ * Returns whether this field is set.
14836
+ * @return {boolean}
14837
+ */
14838
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.hasLastAssetRadarScan = function() {
14839
+ return jspb.Message.getField(this, 9) != null;
14840
+ };
14841
+
14842
+
14843
+ /**
14844
+ * optional google.protobuf.Timestamp last_performance_scan = 10;
14845
+ * @return {?proto.google.protobuf.Timestamp}
14846
+ */
14847
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.getLastPerformanceScan = function() {
14848
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
14849
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 10));
14850
+ };
14851
+
14852
+
14853
+ /**
14854
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
14855
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
14856
+ */
14857
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.setLastPerformanceScan = function(value) {
14858
+ return jspb.Message.setWrapperField(this, 10, value);
14859
+ };
14860
+
14861
+
14862
+ /**
14863
+ * Clears the message field making it undefined.
14864
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
14865
+ */
14866
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.clearLastPerformanceScan = function() {
14867
+ return this.setLastPerformanceScan(undefined);
14868
+ };
14869
+
14870
+
14871
+ /**
14872
+ * Returns whether this field is set.
14873
+ * @return {boolean}
14874
+ */
14875
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.hasLastPerformanceScan = function() {
14876
+ return jspb.Message.getField(this, 10) != null;
14877
+ };
14878
+
14879
+
14880
+ /**
14881
+ * optional google.protobuf.Timestamp last_ls_push = 11;
14882
+ * @return {?proto.google.protobuf.Timestamp}
14883
+ */
14884
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.getLastLsPush = function() {
14885
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
14886
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 11));
14887
+ };
14888
+
14889
+
14890
+ /**
14891
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
14892
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
14893
+ */
14894
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.setLastLsPush = function(value) {
14895
+ return jspb.Message.setWrapperField(this, 11, value);
14896
+ };
14897
+
14898
+
14899
+ /**
14900
+ * Clears the message field making it undefined.
14901
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
14902
+ */
14903
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.clearLastLsPush = function() {
14904
+ return this.setLastLsPush(undefined);
14905
+ };
14906
+
14907
+
14908
+ /**
14909
+ * Returns whether this field is set.
14910
+ * @return {boolean}
14911
+ */
14912
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.hasLastLsPush = function() {
14913
+ return jspb.Message.getField(this, 11) != null;
14914
+ };
14915
+
14916
+
14917
+ /**
14918
+ * optional google.protobuf.Timestamp last_scheduled = 12;
14919
+ * @return {?proto.google.protobuf.Timestamp}
14920
+ */
14921
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.getLastScheduled = function() {
14922
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
14923
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 12));
14924
+ };
14925
+
14926
+
14927
+ /**
14928
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
14929
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
14930
+ */
14931
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.setLastScheduled = function(value) {
14932
+ return jspb.Message.setWrapperField(this, 12, value);
14933
+ };
14934
+
14935
+
14936
+ /**
14937
+ * Clears the message field making it undefined.
14938
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
14939
+ */
14940
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.clearLastScheduled = function() {
14941
+ return this.setLastScheduled(undefined);
14942
+ };
14943
+
14944
+
14945
+ /**
14946
+ * Returns whether this field is set.
14947
+ * @return {boolean}
14948
+ */
14949
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.hasLastScheduled = function() {
14950
+ return jspb.Message.getField(this, 12) != null;
14951
+ };
14952
+
14953
+
14954
+ /**
14955
+ * optional google.protobuf.Timestamp last_triggered = 13;
14956
+ * @return {?proto.google.protobuf.Timestamp}
14957
+ */
14958
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.getLastTriggered = function() {
14959
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
14960
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 13));
14961
+ };
14962
+
14963
+
14964
+ /**
14965
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
14966
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
14967
+ */
14968
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.setLastTriggered = function(value) {
14969
+ return jspb.Message.setWrapperField(this, 13, value);
14970
+ };
14971
+
14972
+
14973
+ /**
14974
+ * Clears the message field making it undefined.
14975
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
14976
+ */
14977
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.clearLastTriggered = function() {
14978
+ return this.setLastTriggered(undefined);
14979
+ };
14980
+
14981
+
14982
+ /**
14983
+ * Returns whether this field is set.
14984
+ * @return {boolean}
14985
+ */
14986
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.hasLastTriggered = function() {
14987
+ return jspb.Message.getField(this, 13) != null;
14988
+ };
14989
+
14990
+
14991
+ /**
14992
+ * optional google.protobuf.Timestamp last_ls_agent_direct = 14;
14993
+ * @return {?proto.google.protobuf.Timestamp}
14994
+ */
14995
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.getLastLsAgentDirect = function() {
14996
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
14997
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 14));
14998
+ };
14999
+
15000
+
15001
+ /**
15002
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
15003
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
15004
+ */
15005
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.setLastLsAgentDirect = function(value) {
15006
+ return jspb.Message.setWrapperField(this, 14, value);
15007
+ };
15008
+
15009
+
15010
+ /**
15011
+ * Clears the message field making it undefined.
15012
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
15013
+ */
15014
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.clearLastLsAgentDirect = function() {
15015
+ return this.setLastLsAgentDirect(undefined);
15016
+ };
15017
+
15018
+
15019
+ /**
15020
+ * Returns whether this field is set.
15021
+ * @return {boolean}
15022
+ */
15023
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.hasLastLsAgentDirect = function() {
15024
+ return jspb.Message.getField(this, 14) != null;
15025
+ };
15026
+
15027
+
15028
+ /**
15029
+ * optional AssetCustom custom = 15;
15030
+ * @return {?proto.com.lansweeper.dp.outbound.v1.AssetCustom}
15031
+ */
15032
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.getCustom = function() {
15033
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.AssetCustom} */ (
15034
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.AssetCustom, 15));
15035
+ };
15036
+
15037
+
15038
+ /**
15039
+ * @param {?proto.com.lansweeper.dp.outbound.v1.AssetCustom|undefined} value
15040
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
15041
+ */
15042
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.setCustom = function(value) {
15043
+ return jspb.Message.setWrapperField(this, 15, value);
15044
+ };
15045
+
15046
+
15047
+ /**
15048
+ * Clears the message field making it undefined.
15049
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
15050
+ */
15051
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.clearCustom = function() {
15052
+ return this.setCustom(undefined);
15053
+ };
15054
+
15055
+
15056
+ /**
15057
+ * Returns whether this field is set.
15058
+ * @return {boolean}
15059
+ */
15060
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.hasCustom = function() {
15061
+ return jspb.Message.getField(this, 15) != null;
15062
+ };
15063
+
15064
+
15065
+ /**
15066
+ * repeated AssetGroupLink group_link = 16;
15067
+ * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.AssetGroupLink>}
15068
+ */
15069
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.getGroupLinkList = function() {
15070
+ return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.AssetGroupLink>} */ (
15071
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.AssetGroupLink, 16));
15072
+ };
15073
+
15074
+
15075
+ /**
15076
+ * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.AssetGroupLink>} value
15077
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
15078
+ */
15079
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.setGroupLinkList = function(value) {
15080
+ return jspb.Message.setRepeatedWrapperField(this, 16, value);
15081
+ };
15082
+
15083
+
15084
+ /**
15085
+ * @param {!proto.com.lansweeper.dp.outbound.v1.AssetGroupLink=} opt_value
15086
+ * @param {number=} opt_index
15087
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetGroupLink}
15088
+ */
15089
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.addGroupLink = function(opt_value, opt_index) {
15090
+ return jspb.Message.addToRepeatedWrapperField(this, 16, opt_value, proto.com.lansweeper.dp.outbound.v1.AssetGroupLink, opt_index);
15091
+ };
15092
+
15093
+
15094
+ /**
15095
+ * Clears the list making it empty but non-null.
15096
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
15097
+ */
15098
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.clearGroupLinkList = function() {
15099
+ return this.setGroupLinkList([]);
15100
+ };
15101
+
15102
+
15103
+
15104
+ /**
15105
+ * List of repeated fields within this message type.
15106
+ * @private {!Array<number>}
15107
+ * @const
15108
+ */
15109
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.repeatedFields_ = [49];
15110
+
15111
+
15112
+
15113
+ if (jspb.Message.GENERATE_TO_OBJECT) {
15114
+ /**
15115
+ * Creates an object representation of this proto.
15116
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
15117
+ * Optional fields that are not set will be set to undefined.
15118
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
15119
+ * For the list of reserved names please see:
15120
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
15121
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
15122
+ * JSPB instance for transitional soy proto support:
15123
+ * http://goto/soy-param-migration
15124
+ * @return {!Object}
15125
+ */
15126
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.toObject = function(opt_includeInstance) {
15127
+ return proto.com.lansweeper.dp.outbound.v1.AssetCustom.toObject(opt_includeInstance, this);
15128
+ };
15129
+
15130
+
15131
+ /**
15132
+ * Static version of the {@see toObject} method.
15133
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
15134
+ * the JSPB instance for transitional soy proto support:
15135
+ * http://goto/soy-param-migration
15136
+ * @param {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} msg The msg instance to transform.
15137
+ * @return {!Object}
15138
+ * @suppress {unusedLocalVariables} f is only used for nested messages
15139
+ */
15140
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.toObject = function(includeInstance, msg) {
15141
+ var f, obj = {
15142
+ assetCustomId: jspb.Message.getFieldWithDefault(msg, 1, ""),
15143
+ stateId: jspb.Message.getFieldWithDefault(msg, 2, ""),
15144
+ purchaseDate: jspb.Message.getFieldWithDefault(msg, 3, ""),
15145
+ warrantyDate: jspb.Message.getFieldWithDefault(msg, 4, ""),
15146
+ lastPatched: jspb.Message.getFieldWithDefault(msg, 5, ""),
15147
+ lastFullBackup: jspb.Message.getFieldWithDefault(msg, 6, ""),
15148
+ lastFullImage: jspb.Message.getFieldWithDefault(msg, 7, ""),
15149
+ orderNumber: jspb.Message.getFieldWithDefault(msg, 8, ""),
15150
+ comment: jspb.Message.getFieldWithDefault(msg, 9, ""),
15151
+ location: jspb.Message.getFieldWithDefault(msg, 10, ""),
15152
+ locationLock: jspb.Message.getBooleanFieldWithDefault(msg, 11, false),
15153
+ building: jspb.Message.getFieldWithDefault(msg, 12, ""),
15154
+ department: jspb.Message.getFieldWithDefault(msg, 13, ""),
15155
+ branchOffice: jspb.Message.getFieldWithDefault(msg, 14, ""),
15156
+ barCode: jspb.Message.getFieldWithDefault(msg, 15, ""),
15157
+ manufacturer: jspb.Message.getFieldWithDefault(msg, 16, ""),
15158
+ manufacturerLock: jspb.Message.getBooleanFieldWithDefault(msg, 17, false),
15159
+ contact: jspb.Message.getFieldWithDefault(msg, 18, ""),
15160
+ contactLock: jspb.Message.getBooleanFieldWithDefault(msg, 19, false),
15161
+ model: jspb.Message.getFieldWithDefault(msg, 20, ""),
15162
+ modelLock: jspb.Message.getBooleanFieldWithDefault(msg, 21, false),
15163
+ httpTitle: jspb.Message.getFieldWithDefault(msg, 22, ""),
15164
+ httpServer: jspb.Message.getFieldWithDefault(msg, 23, ""),
15165
+ httpsServer: jspb.Message.getFieldWithDefault(msg, 24, ""),
15166
+ snmpOId: jspb.Message.getFieldWithDefault(msg, 25, ""),
15167
+ smtpHeader: jspb.Message.getFieldWithDefault(msg, 26, ""),
15168
+ ftpHeader: jspb.Message.getFieldWithDefault(msg, 27, ""),
15169
+ lastChanged: jspb.Message.getFieldWithDefault(msg, 28, ""),
15170
+ serialNumber: jspb.Message.getFieldWithDefault(msg, 29, ""),
15171
+ serialNumberLock: jspb.Message.getBooleanFieldWithDefault(msg, 30, false),
15172
+ printedPages: jspb.Message.getFloatingPointFieldWithDefault(msg, 31, 0.0),
15173
+ printerStatus: jspb.Message.getFieldWithDefault(msg, 32, ""),
15174
+ dnsName: jspb.Message.getFieldWithDefault(msg, 33, ""),
15175
+ sshServer: jspb.Message.getFieldWithDefault(msg, 34, ""),
15176
+ purchaseDateLock: jspb.Message.getBooleanFieldWithDefault(msg, 35, false),
15177
+ warrantyDateLock: jspb.Message.getBooleanFieldWithDefault(msg, 36, false),
15178
+ systemSku: jspb.Message.getFieldWithDefault(msg, 37, ""),
15179
+ preventCleanup: jspb.Message.getBooleanFieldWithDefault(msg, 38, false),
15180
+ lockSystemSku: jspb.Message.getBooleanFieldWithDefault(msg, 39, false),
15181
+ dmiDecodeError: jspb.Message.getBooleanFieldWithDefault(msg, 40, false),
15182
+ hardwareVersion: jspb.Message.getFieldWithDefault(msg, 41, ""),
15183
+ softwareVersion: jspb.Message.getFieldWithDefault(msg, 42, ""),
15184
+ firmwareVersion: jspb.Message.getFieldWithDefault(msg, 43, ""),
15185
+ deviceVersion: jspb.Message.getFieldWithDefault(msg, 44, ""),
15186
+ printedColorPages: jspb.Message.getFieldWithDefault(msg, 45, 0),
15187
+ printedMonoPages: jspb.Message.getFieldWithDefault(msg, 46, 0),
15188
+ stateKey: jspb.Message.getFieldWithDefault(msg, 47, ""),
15189
+ stateName: jspb.Message.getFieldWithDefault(msg, 48, ""),
15190
+ fieldsList: jspb.Message.toObjectList(msg.getFieldsList(),
15191
+ proto.com.lansweeper.dp.outbound.v1.MappedValue.toObject, includeInstance),
15192
+ modelNumber: jspb.Message.getFieldWithDefault(msg, 50, "")
15193
+ };
15194
+
15195
+ if (includeInstance) {
15196
+ obj.$jspbMessageInstance = msg;
15197
+ }
15198
+ return obj;
15199
+ };
15200
+ }
15201
+
15202
+
15203
+ /**
15204
+ * Deserializes binary data (in protobuf wire format).
15205
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
15206
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom}
15207
+ */
15208
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.deserializeBinary = function(bytes) {
15209
+ var reader = new jspb.BinaryReader(bytes);
15210
+ var msg = new proto.com.lansweeper.dp.outbound.v1.AssetCustom;
15211
+ return proto.com.lansweeper.dp.outbound.v1.AssetCustom.deserializeBinaryFromReader(msg, reader);
15212
+ };
15213
+
15214
+
15215
+ /**
15216
+ * Deserializes binary data (in protobuf wire format) from the
15217
+ * given reader into the given message object.
15218
+ * @param {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} msg The message object to deserialize into.
15219
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
15220
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom}
15221
+ */
15222
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.deserializeBinaryFromReader = function(msg, reader) {
15223
+ while (reader.nextField()) {
15224
+ if (reader.isEndGroup()) {
15225
+ break;
15226
+ }
15227
+ var field = reader.getFieldNumber();
15228
+ switch (field) {
15229
+ case 1:
15230
+ var value = /** @type {string} */ (reader.readString());
15231
+ msg.setAssetCustomId(value);
15232
+ break;
15233
+ case 2:
15234
+ var value = /** @type {string} */ (reader.readString());
15235
+ msg.setStateId(value);
15236
+ break;
15237
+ case 3:
15238
+ var value = /** @type {string} */ (reader.readString());
15239
+ msg.setPurchaseDate(value);
15240
+ break;
15241
+ case 4:
15242
+ var value = /** @type {string} */ (reader.readString());
15243
+ msg.setWarrantyDate(value);
15244
+ break;
15245
+ case 5:
15246
+ var value = /** @type {string} */ (reader.readString());
15247
+ msg.setLastPatched(value);
15248
+ break;
15249
+ case 6:
15250
+ var value = /** @type {string} */ (reader.readString());
15251
+ msg.setLastFullBackup(value);
15252
+ break;
15253
+ case 7:
15254
+ var value = /** @type {string} */ (reader.readString());
15255
+ msg.setLastFullImage(value);
15256
+ break;
15257
+ case 8:
15258
+ var value = /** @type {string} */ (reader.readString());
15259
+ msg.setOrderNumber(value);
15260
+ break;
15261
+ case 9:
15262
+ var value = /** @type {string} */ (reader.readString());
15263
+ msg.setComment(value);
15264
+ break;
15265
+ case 10:
15266
+ var value = /** @type {string} */ (reader.readString());
15267
+ msg.setLocation(value);
15268
+ break;
15269
+ case 11:
15270
+ var value = /** @type {boolean} */ (reader.readBool());
15271
+ msg.setLocationLock(value);
15272
+ break;
15273
+ case 12:
15274
+ var value = /** @type {string} */ (reader.readString());
15275
+ msg.setBuilding(value);
15276
+ break;
15277
+ case 13:
15278
+ var value = /** @type {string} */ (reader.readString());
15279
+ msg.setDepartment(value);
15280
+ break;
15281
+ case 14:
15282
+ var value = /** @type {string} */ (reader.readString());
15283
+ msg.setBranchOffice(value);
15284
+ break;
15285
+ case 15:
15286
+ var value = /** @type {string} */ (reader.readString());
15287
+ msg.setBarCode(value);
15288
+ break;
15289
+ case 16:
15290
+ var value = /** @type {string} */ (reader.readString());
15291
+ msg.setManufacturer(value);
15292
+ break;
15293
+ case 17:
15294
+ var value = /** @type {boolean} */ (reader.readBool());
15295
+ msg.setManufacturerLock(value);
15296
+ break;
15297
+ case 18:
15298
+ var value = /** @type {string} */ (reader.readString());
15299
+ msg.setContact(value);
15300
+ break;
15301
+ case 19:
15302
+ var value = /** @type {boolean} */ (reader.readBool());
15303
+ msg.setContactLock(value);
15304
+ break;
15305
+ case 20:
15306
+ var value = /** @type {string} */ (reader.readString());
15307
+ msg.setModel(value);
15308
+ break;
15309
+ case 21:
15310
+ var value = /** @type {boolean} */ (reader.readBool());
15311
+ msg.setModelLock(value);
15312
+ break;
15313
+ case 22:
15314
+ var value = /** @type {string} */ (reader.readString());
15315
+ msg.setHttpTitle(value);
15316
+ break;
15317
+ case 23:
15318
+ var value = /** @type {string} */ (reader.readString());
15319
+ msg.setHttpServer(value);
15320
+ break;
15321
+ case 24:
15322
+ var value = /** @type {string} */ (reader.readString());
15323
+ msg.setHttpsServer(value);
15324
+ break;
15325
+ case 25:
15326
+ var value = /** @type {string} */ (reader.readString());
15327
+ msg.setSnmpOId(value);
15328
+ break;
15329
+ case 26:
15330
+ var value = /** @type {string} */ (reader.readString());
15331
+ msg.setSmtpHeader(value);
15332
+ break;
15333
+ case 27:
15334
+ var value = /** @type {string} */ (reader.readString());
15335
+ msg.setFtpHeader(value);
15336
+ break;
15337
+ case 28:
15338
+ var value = /** @type {string} */ (reader.readString());
15339
+ msg.setLastChanged(value);
15340
+ break;
15341
+ case 29:
15342
+ var value = /** @type {string} */ (reader.readString());
15343
+ msg.setSerialNumber(value);
15344
+ break;
15345
+ case 30:
15346
+ var value = /** @type {boolean} */ (reader.readBool());
15347
+ msg.setSerialNumberLock(value);
15348
+ break;
15349
+ case 31:
15350
+ var value = /** @type {number} */ (reader.readFloat());
15351
+ msg.setPrintedPages(value);
15352
+ break;
15353
+ case 32:
15354
+ var value = /** @type {string} */ (reader.readString());
15355
+ msg.setPrinterStatus(value);
15356
+ break;
15357
+ case 33:
15358
+ var value = /** @type {string} */ (reader.readString());
15359
+ msg.setDnsName(value);
15360
+ break;
15361
+ case 34:
15362
+ var value = /** @type {string} */ (reader.readString());
15363
+ msg.setSshServer(value);
15364
+ break;
15365
+ case 35:
15366
+ var value = /** @type {boolean} */ (reader.readBool());
15367
+ msg.setPurchaseDateLock(value);
15368
+ break;
15369
+ case 36:
15370
+ var value = /** @type {boolean} */ (reader.readBool());
15371
+ msg.setWarrantyDateLock(value);
15372
+ break;
15373
+ case 37:
15374
+ var value = /** @type {string} */ (reader.readString());
15375
+ msg.setSystemSku(value);
15376
+ break;
15377
+ case 38:
15378
+ var value = /** @type {boolean} */ (reader.readBool());
15379
+ msg.setPreventCleanup(value);
15380
+ break;
15381
+ case 39:
15382
+ var value = /** @type {boolean} */ (reader.readBool());
15383
+ msg.setLockSystemSku(value);
15384
+ break;
15385
+ case 40:
15386
+ var value = /** @type {boolean} */ (reader.readBool());
15387
+ msg.setDmiDecodeError(value);
15388
+ break;
15389
+ case 41:
15390
+ var value = /** @type {string} */ (reader.readString());
15391
+ msg.setHardwareVersion(value);
15392
+ break;
15393
+ case 42:
15394
+ var value = /** @type {string} */ (reader.readString());
15395
+ msg.setSoftwareVersion(value);
15396
+ break;
15397
+ case 43:
15398
+ var value = /** @type {string} */ (reader.readString());
15399
+ msg.setFirmwareVersion(value);
15400
+ break;
15401
+ case 44:
15402
+ var value = /** @type {string} */ (reader.readString());
15403
+ msg.setDeviceVersion(value);
15404
+ break;
15405
+ case 45:
15406
+ var value = /** @type {number} */ (reader.readInt64());
15407
+ msg.setPrintedColorPages(value);
15408
+ break;
15409
+ case 46:
15410
+ var value = /** @type {number} */ (reader.readInt64());
15411
+ msg.setPrintedMonoPages(value);
15412
+ break;
15413
+ case 47:
15414
+ var value = /** @type {string} */ (reader.readString());
15415
+ msg.setStateKey(value);
15416
+ break;
15417
+ case 48:
15418
+ var value = /** @type {string} */ (reader.readString());
15419
+ msg.setStateName(value);
15420
+ break;
15421
+ case 49:
15422
+ var value = new proto.com.lansweeper.dp.outbound.v1.MappedValue;
15423
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.MappedValue.deserializeBinaryFromReader);
15424
+ msg.addFields(value);
15425
+ break;
15426
+ case 50:
15427
+ var value = /** @type {string} */ (reader.readString());
15428
+ msg.setModelNumber(value);
15429
+ break;
15430
+ default:
15431
+ reader.skipField();
15432
+ break;
15433
+ }
15434
+ }
15435
+ return msg;
15436
+ };
15437
+
15438
+
15439
+ /**
15440
+ * Serializes the message to binary data (in protobuf wire format).
15441
+ * @return {!Uint8Array}
15442
+ */
15443
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.serializeBinary = function() {
15444
+ var writer = new jspb.BinaryWriter();
15445
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.serializeBinaryToWriter(this, writer);
15446
+ return writer.getResultBuffer();
15447
+ };
15448
+
15449
+
15450
+ /**
15451
+ * Serializes the given message to binary data (in protobuf wire
15452
+ * format), writing to the given BinaryWriter.
15453
+ * @param {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} message
15454
+ * @param {!jspb.BinaryWriter} writer
15455
+ * @suppress {unusedLocalVariables} f is only used for nested messages
15456
+ */
15457
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.serializeBinaryToWriter = function(message, writer) {
15458
+ var f = undefined;
15459
+ f = /** @type {string} */ (jspb.Message.getField(message, 1));
15460
+ if (f != null) {
15461
+ writer.writeString(
15462
+ 1,
15463
+ f
15464
+ );
15465
+ }
15466
+ f = /** @type {string} */ (jspb.Message.getField(message, 2));
15467
+ if (f != null) {
15468
+ writer.writeString(
15469
+ 2,
15470
+ f
15471
+ );
15472
+ }
15473
+ f = /** @type {string} */ (jspb.Message.getField(message, 3));
15474
+ if (f != null) {
15475
+ writer.writeString(
15476
+ 3,
15477
+ f
15478
+ );
15479
+ }
15480
+ f = /** @type {string} */ (jspb.Message.getField(message, 4));
15481
+ if (f != null) {
15482
+ writer.writeString(
15483
+ 4,
15484
+ f
15485
+ );
15486
+ }
15487
+ f = /** @type {string} */ (jspb.Message.getField(message, 5));
15488
+ if (f != null) {
15489
+ writer.writeString(
15490
+ 5,
15491
+ f
15492
+ );
15493
+ }
15494
+ f = /** @type {string} */ (jspb.Message.getField(message, 6));
15495
+ if (f != null) {
15496
+ writer.writeString(
15497
+ 6,
15498
+ f
15499
+ );
15500
+ }
15501
+ f = /** @type {string} */ (jspb.Message.getField(message, 7));
15502
+ if (f != null) {
15503
+ writer.writeString(
15504
+ 7,
15505
+ f
15506
+ );
15507
+ }
15508
+ f = /** @type {string} */ (jspb.Message.getField(message, 8));
15509
+ if (f != null) {
15510
+ writer.writeString(
15511
+ 8,
15512
+ f
15513
+ );
15514
+ }
15515
+ f = /** @type {string} */ (jspb.Message.getField(message, 9));
15516
+ if (f != null) {
15517
+ writer.writeString(
15518
+ 9,
15519
+ f
15520
+ );
15521
+ }
15522
+ f = /** @type {string} */ (jspb.Message.getField(message, 10));
15523
+ if (f != null) {
15524
+ writer.writeString(
15525
+ 10,
15526
+ f
15527
+ );
15528
+ }
15529
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 11));
15530
+ if (f != null) {
15531
+ writer.writeBool(
15532
+ 11,
15533
+ f
15534
+ );
15535
+ }
15536
+ f = /** @type {string} */ (jspb.Message.getField(message, 12));
15537
+ if (f != null) {
15538
+ writer.writeString(
15539
+ 12,
15540
+ f
15541
+ );
15542
+ }
15543
+ f = /** @type {string} */ (jspb.Message.getField(message, 13));
15544
+ if (f != null) {
15545
+ writer.writeString(
15546
+ 13,
15547
+ f
15548
+ );
15549
+ }
15550
+ f = /** @type {string} */ (jspb.Message.getField(message, 14));
15551
+ if (f != null) {
15552
+ writer.writeString(
15553
+ 14,
15554
+ f
15555
+ );
15556
+ }
15557
+ f = /** @type {string} */ (jspb.Message.getField(message, 15));
15558
+ if (f != null) {
15559
+ writer.writeString(
15560
+ 15,
15561
+ f
15562
+ );
15563
+ }
15564
+ f = /** @type {string} */ (jspb.Message.getField(message, 16));
15565
+ if (f != null) {
15566
+ writer.writeString(
15567
+ 16,
15568
+ f
15569
+ );
15570
+ }
15571
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 17));
15572
+ if (f != null) {
15573
+ writer.writeBool(
15574
+ 17,
15575
+ f
15576
+ );
15577
+ }
15578
+ f = /** @type {string} */ (jspb.Message.getField(message, 18));
15579
+ if (f != null) {
15580
+ writer.writeString(
15581
+ 18,
15582
+ f
15583
+ );
15584
+ }
15585
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 19));
15586
+ if (f != null) {
15587
+ writer.writeBool(
15588
+ 19,
15589
+ f
15590
+ );
15591
+ }
15592
+ f = /** @type {string} */ (jspb.Message.getField(message, 20));
15593
+ if (f != null) {
15594
+ writer.writeString(
15595
+ 20,
15596
+ f
15597
+ );
15598
+ }
15599
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 21));
15600
+ if (f != null) {
15601
+ writer.writeBool(
15602
+ 21,
15603
+ f
15604
+ );
15605
+ }
15606
+ f = /** @type {string} */ (jspb.Message.getField(message, 22));
15607
+ if (f != null) {
15608
+ writer.writeString(
15609
+ 22,
15610
+ f
15611
+ );
15612
+ }
15613
+ f = /** @type {string} */ (jspb.Message.getField(message, 23));
15614
+ if (f != null) {
15615
+ writer.writeString(
15616
+ 23,
15617
+ f
15618
+ );
15619
+ }
15620
+ f = /** @type {string} */ (jspb.Message.getField(message, 24));
15621
+ if (f != null) {
15622
+ writer.writeString(
15623
+ 24,
15624
+ f
15625
+ );
15626
+ }
15627
+ f = /** @type {string} */ (jspb.Message.getField(message, 25));
15628
+ if (f != null) {
15629
+ writer.writeString(
15630
+ 25,
15631
+ f
15632
+ );
15633
+ }
15634
+ f = /** @type {string} */ (jspb.Message.getField(message, 26));
15635
+ if (f != null) {
15636
+ writer.writeString(
15637
+ 26,
15638
+ f
15639
+ );
15640
+ }
15641
+ f = /** @type {string} */ (jspb.Message.getField(message, 27));
15642
+ if (f != null) {
15643
+ writer.writeString(
15644
+ 27,
15645
+ f
15646
+ );
15647
+ }
15648
+ f = /** @type {string} */ (jspb.Message.getField(message, 28));
15649
+ if (f != null) {
15650
+ writer.writeString(
15651
+ 28,
15652
+ f
15653
+ );
15654
+ }
15655
+ f = /** @type {string} */ (jspb.Message.getField(message, 29));
15656
+ if (f != null) {
15657
+ writer.writeString(
15658
+ 29,
15659
+ f
15660
+ );
15661
+ }
15662
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 30));
15663
+ if (f != null) {
15664
+ writer.writeBool(
15665
+ 30,
15666
+ f
15667
+ );
15668
+ }
15669
+ f = /** @type {number} */ (jspb.Message.getField(message, 31));
15670
+ if (f != null) {
15671
+ writer.writeFloat(
15672
+ 31,
15673
+ f
15674
+ );
15675
+ }
15676
+ f = /** @type {string} */ (jspb.Message.getField(message, 32));
15677
+ if (f != null) {
15678
+ writer.writeString(
15679
+ 32,
15680
+ f
15681
+ );
15682
+ }
15683
+ f = /** @type {string} */ (jspb.Message.getField(message, 33));
15684
+ if (f != null) {
15685
+ writer.writeString(
15686
+ 33,
15687
+ f
15688
+ );
15689
+ }
15690
+ f = /** @type {string} */ (jspb.Message.getField(message, 34));
15691
+ if (f != null) {
15692
+ writer.writeString(
15693
+ 34,
15694
+ f
15695
+ );
15696
+ }
15697
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 35));
15698
+ if (f != null) {
15699
+ writer.writeBool(
15700
+ 35,
15701
+ f
15702
+ );
15703
+ }
15704
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 36));
15705
+ if (f != null) {
15706
+ writer.writeBool(
15707
+ 36,
15708
+ f
15709
+ );
15710
+ }
15711
+ f = /** @type {string} */ (jspb.Message.getField(message, 37));
15712
+ if (f != null) {
15713
+ writer.writeString(
15714
+ 37,
15715
+ f
15716
+ );
15717
+ }
15718
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 38));
15719
+ if (f != null) {
15720
+ writer.writeBool(
15721
+ 38,
15722
+ f
15723
+ );
15724
+ }
15725
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 39));
15726
+ if (f != null) {
15727
+ writer.writeBool(
15728
+ 39,
15729
+ f
15730
+ );
15731
+ }
15732
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 40));
15733
+ if (f != null) {
15734
+ writer.writeBool(
15735
+ 40,
15736
+ f
15737
+ );
15738
+ }
15739
+ f = /** @type {string} */ (jspb.Message.getField(message, 41));
15740
+ if (f != null) {
15741
+ writer.writeString(
15742
+ 41,
15743
+ f
15744
+ );
15745
+ }
15746
+ f = /** @type {string} */ (jspb.Message.getField(message, 42));
15747
+ if (f != null) {
15748
+ writer.writeString(
15749
+ 42,
15750
+ f
15751
+ );
15752
+ }
15753
+ f = /** @type {string} */ (jspb.Message.getField(message, 43));
15754
+ if (f != null) {
15755
+ writer.writeString(
15756
+ 43,
15757
+ f
15758
+ );
15759
+ }
15760
+ f = /** @type {string} */ (jspb.Message.getField(message, 44));
15761
+ if (f != null) {
15762
+ writer.writeString(
15763
+ 44,
15764
+ f
15765
+ );
15766
+ }
15767
+ f = /** @type {number} */ (jspb.Message.getField(message, 45));
15768
+ if (f != null) {
15769
+ writer.writeInt64(
15770
+ 45,
15771
+ f
15772
+ );
15773
+ }
15774
+ f = /** @type {number} */ (jspb.Message.getField(message, 46));
15775
+ if (f != null) {
15776
+ writer.writeInt64(
15777
+ 46,
15778
+ f
15779
+ );
15780
+ }
15781
+ f = /** @type {string} */ (jspb.Message.getField(message, 47));
15782
+ if (f != null) {
15783
+ writer.writeString(
15784
+ 47,
15785
+ f
15786
+ );
15787
+ }
15788
+ f = /** @type {string} */ (jspb.Message.getField(message, 48));
15789
+ if (f != null) {
15790
+ writer.writeString(
15791
+ 48,
15792
+ f
15793
+ );
15794
+ }
15795
+ f = message.getFieldsList();
15796
+ if (f.length > 0) {
15797
+ writer.writeRepeatedMessage(
15798
+ 49,
15799
+ f,
15800
+ proto.com.lansweeper.dp.outbound.v1.MappedValue.serializeBinaryToWriter
15801
+ );
15802
+ }
15803
+ f = /** @type {string} */ (jspb.Message.getField(message, 50));
15804
+ if (f != null) {
15805
+ writer.writeString(
15806
+ 50,
15807
+ f
15808
+ );
15809
+ }
15810
+ };
15811
+
15812
+
15813
+ /**
15814
+ * optional string asset_custom_id = 1;
15815
+ * @return {string}
15816
+ */
15817
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getAssetCustomId = function() {
15818
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
15819
+ };
15820
+
15821
+
15822
+ /**
15823
+ * @param {string} value
15824
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
15825
+ */
15826
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setAssetCustomId = function(value) {
15827
+ return jspb.Message.setField(this, 1, value);
15828
+ };
15829
+
15830
+
15831
+ /**
15832
+ * Clears the field making it undefined.
15833
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
15834
+ */
15835
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearAssetCustomId = function() {
15836
+ return jspb.Message.setField(this, 1, undefined);
15837
+ };
15838
+
15839
+
15840
+ /**
15841
+ * Returns whether this field is set.
15842
+ * @return {boolean}
15843
+ */
15844
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasAssetCustomId = function() {
15845
+ return jspb.Message.getField(this, 1) != null;
15846
+ };
15847
+
15848
+
15849
+ /**
15850
+ * optional string state_id = 2;
15851
+ * @return {string}
15852
+ */
15853
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getStateId = function() {
15854
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
15855
+ };
15856
+
15857
+
15858
+ /**
15859
+ * @param {string} value
15860
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
15861
+ */
15862
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setStateId = function(value) {
15863
+ return jspb.Message.setField(this, 2, value);
15864
+ };
15865
+
15866
+
15867
+ /**
15868
+ * Clears the field making it undefined.
15869
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
15870
+ */
15871
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearStateId = function() {
15872
+ return jspb.Message.setField(this, 2, undefined);
15873
+ };
15874
+
15875
+
15876
+ /**
15877
+ * Returns whether this field is set.
15878
+ * @return {boolean}
15879
+ */
15880
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasStateId = function() {
15881
+ return jspb.Message.getField(this, 2) != null;
15882
+ };
15883
+
15884
+
15885
+ /**
15886
+ * optional string purchase_date = 3;
15887
+ * @return {string}
15888
+ */
15889
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getPurchaseDate = function() {
15890
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
15891
+ };
15892
+
15893
+
15894
+ /**
15895
+ * @param {string} value
15896
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
15897
+ */
15898
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setPurchaseDate = function(value) {
15899
+ return jspb.Message.setField(this, 3, value);
15900
+ };
15901
+
15902
+
15903
+ /**
15904
+ * Clears the field making it undefined.
15905
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
15906
+ */
15907
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearPurchaseDate = function() {
15908
+ return jspb.Message.setField(this, 3, undefined);
15909
+ };
15910
+
15911
+
15912
+ /**
15913
+ * Returns whether this field is set.
15914
+ * @return {boolean}
15915
+ */
15916
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasPurchaseDate = function() {
15917
+ return jspb.Message.getField(this, 3) != null;
15918
+ };
15919
+
15920
+
15921
+ /**
15922
+ * optional string warranty_date = 4;
15923
+ * @return {string}
15924
+ */
15925
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getWarrantyDate = function() {
15926
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
15927
+ };
15928
+
15929
+
15930
+ /**
15931
+ * @param {string} value
15932
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
15933
+ */
15934
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setWarrantyDate = function(value) {
15935
+ return jspb.Message.setField(this, 4, value);
15936
+ };
15937
+
15938
+
15939
+ /**
15940
+ * Clears the field making it undefined.
15941
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
15942
+ */
15943
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearWarrantyDate = function() {
15944
+ return jspb.Message.setField(this, 4, undefined);
15945
+ };
15946
+
15947
+
15948
+ /**
15949
+ * Returns whether this field is set.
15950
+ * @return {boolean}
15951
+ */
15952
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasWarrantyDate = function() {
15953
+ return jspb.Message.getField(this, 4) != null;
15954
+ };
15955
+
15956
+
15957
+ /**
15958
+ * optional string last_patched = 5;
15959
+ * @return {string}
15960
+ */
15961
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getLastPatched = function() {
15962
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
15963
+ };
15964
+
15965
+
15966
+ /**
15967
+ * @param {string} value
15968
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
15969
+ */
15970
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setLastPatched = function(value) {
15971
+ return jspb.Message.setField(this, 5, value);
15972
+ };
15973
+
15974
+
15975
+ /**
15976
+ * Clears the field making it undefined.
15977
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
15978
+ */
15979
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearLastPatched = function() {
15980
+ return jspb.Message.setField(this, 5, undefined);
15981
+ };
15982
+
15983
+
15984
+ /**
15985
+ * Returns whether this field is set.
15986
+ * @return {boolean}
15987
+ */
15988
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasLastPatched = function() {
15989
+ return jspb.Message.getField(this, 5) != null;
15990
+ };
15991
+
15992
+
15993
+ /**
15994
+ * optional string last_full_backup = 6;
15995
+ * @return {string}
15996
+ */
15997
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getLastFullBackup = function() {
15998
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
15999
+ };
16000
+
16001
+
16002
+ /**
16003
+ * @param {string} value
16004
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16005
+ */
16006
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setLastFullBackup = function(value) {
16007
+ return jspb.Message.setField(this, 6, value);
16008
+ };
16009
+
16010
+
16011
+ /**
16012
+ * Clears the field making it undefined.
16013
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16014
+ */
16015
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearLastFullBackup = function() {
16016
+ return jspb.Message.setField(this, 6, undefined);
16017
+ };
16018
+
16019
+
16020
+ /**
16021
+ * Returns whether this field is set.
16022
+ * @return {boolean}
16023
+ */
16024
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasLastFullBackup = function() {
16025
+ return jspb.Message.getField(this, 6) != null;
16026
+ };
16027
+
16028
+
16029
+ /**
16030
+ * optional string last_full_image = 7;
16031
+ * @return {string}
16032
+ */
16033
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getLastFullImage = function() {
16034
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
16035
+ };
16036
+
16037
+
16038
+ /**
16039
+ * @param {string} value
16040
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16041
+ */
16042
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setLastFullImage = function(value) {
16043
+ return jspb.Message.setField(this, 7, value);
16044
+ };
16045
+
16046
+
16047
+ /**
16048
+ * Clears the field making it undefined.
16049
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16050
+ */
16051
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearLastFullImage = function() {
16052
+ return jspb.Message.setField(this, 7, undefined);
16053
+ };
16054
+
16055
+
16056
+ /**
16057
+ * Returns whether this field is set.
16058
+ * @return {boolean}
16059
+ */
16060
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasLastFullImage = function() {
16061
+ return jspb.Message.getField(this, 7) != null;
16062
+ };
16063
+
16064
+
16065
+ /**
16066
+ * optional string order_number = 8;
16067
+ * @return {string}
16068
+ */
16069
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getOrderNumber = function() {
16070
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
16071
+ };
16072
+
16073
+
16074
+ /**
16075
+ * @param {string} value
16076
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16077
+ */
16078
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setOrderNumber = function(value) {
16079
+ return jspb.Message.setField(this, 8, value);
16080
+ };
16081
+
16082
+
16083
+ /**
16084
+ * Clears the field making it undefined.
16085
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16086
+ */
16087
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearOrderNumber = function() {
16088
+ return jspb.Message.setField(this, 8, undefined);
16089
+ };
16090
+
16091
+
16092
+ /**
16093
+ * Returns whether this field is set.
16094
+ * @return {boolean}
16095
+ */
16096
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasOrderNumber = function() {
16097
+ return jspb.Message.getField(this, 8) != null;
16098
+ };
16099
+
16100
+
16101
+ /**
16102
+ * optional string comment = 9;
16103
+ * @return {string}
16104
+ */
16105
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getComment = function() {
16106
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, ""));
16107
+ };
16108
+
16109
+
16110
+ /**
16111
+ * @param {string} value
16112
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16113
+ */
16114
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setComment = function(value) {
16115
+ return jspb.Message.setField(this, 9, value);
16116
+ };
16117
+
16118
+
16119
+ /**
16120
+ * Clears the field making it undefined.
16121
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16122
+ */
16123
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearComment = function() {
16124
+ return jspb.Message.setField(this, 9, undefined);
16125
+ };
16126
+
16127
+
16128
+ /**
16129
+ * Returns whether this field is set.
16130
+ * @return {boolean}
16131
+ */
16132
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasComment = function() {
16133
+ return jspb.Message.getField(this, 9) != null;
16134
+ };
16135
+
16136
+
16137
+ /**
16138
+ * optional string location = 10;
16139
+ * @return {string}
16140
+ */
16141
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getLocation = function() {
16142
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, ""));
16143
+ };
16144
+
16145
+
16146
+ /**
16147
+ * @param {string} value
16148
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16149
+ */
16150
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setLocation = function(value) {
16151
+ return jspb.Message.setField(this, 10, value);
16152
+ };
16153
+
16154
+
16155
+ /**
16156
+ * Clears the field making it undefined.
16157
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16158
+ */
16159
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearLocation = function() {
16160
+ return jspb.Message.setField(this, 10, undefined);
16161
+ };
16162
+
16163
+
16164
+ /**
16165
+ * Returns whether this field is set.
16166
+ * @return {boolean}
16167
+ */
16168
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasLocation = function() {
16169
+ return jspb.Message.getField(this, 10) != null;
16170
+ };
16171
+
16172
+
16173
+ /**
16174
+ * optional bool location_lock = 11;
16175
+ * @return {boolean}
16176
+ */
16177
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getLocationLock = function() {
16178
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 11, false));
16179
+ };
16180
+
16181
+
16182
+ /**
16183
+ * @param {boolean} value
16184
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16185
+ */
16186
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setLocationLock = function(value) {
16187
+ return jspb.Message.setField(this, 11, value);
16188
+ };
16189
+
16190
+
16191
+ /**
16192
+ * Clears the field making it undefined.
16193
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16194
+ */
16195
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearLocationLock = function() {
16196
+ return jspb.Message.setField(this, 11, undefined);
16197
+ };
16198
+
16199
+
16200
+ /**
16201
+ * Returns whether this field is set.
16202
+ * @return {boolean}
16203
+ */
16204
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasLocationLock = function() {
16205
+ return jspb.Message.getField(this, 11) != null;
16206
+ };
16207
+
16208
+
16209
+ /**
16210
+ * optional string building = 12;
16211
+ * @return {string}
16212
+ */
16213
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getBuilding = function() {
16214
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, ""));
16215
+ };
16216
+
16217
+
16218
+ /**
16219
+ * @param {string} value
16220
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16221
+ */
16222
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setBuilding = function(value) {
16223
+ return jspb.Message.setField(this, 12, value);
16224
+ };
16225
+
16226
+
16227
+ /**
16228
+ * Clears the field making it undefined.
16229
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16230
+ */
16231
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearBuilding = function() {
16232
+ return jspb.Message.setField(this, 12, undefined);
16233
+ };
16234
+
16235
+
16236
+ /**
16237
+ * Returns whether this field is set.
16238
+ * @return {boolean}
16239
+ */
16240
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasBuilding = function() {
16241
+ return jspb.Message.getField(this, 12) != null;
16242
+ };
16243
+
16244
+
16245
+ /**
16246
+ * optional string department = 13;
16247
+ * @return {string}
16248
+ */
16249
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getDepartment = function() {
16250
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 13, ""));
16251
+ };
16252
+
16253
+
16254
+ /**
16255
+ * @param {string} value
16256
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16257
+ */
16258
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setDepartment = function(value) {
16259
+ return jspb.Message.setField(this, 13, value);
16260
+ };
16261
+
16262
+
16263
+ /**
16264
+ * Clears the field making it undefined.
16265
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16266
+ */
16267
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearDepartment = function() {
16268
+ return jspb.Message.setField(this, 13, undefined);
16269
+ };
16270
+
16271
+
16272
+ /**
16273
+ * Returns whether this field is set.
16274
+ * @return {boolean}
16275
+ */
16276
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasDepartment = function() {
16277
+ return jspb.Message.getField(this, 13) != null;
16278
+ };
16279
+
16280
+
16281
+ /**
16282
+ * optional string branch_office = 14;
16283
+ * @return {string}
16284
+ */
16285
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getBranchOffice = function() {
16286
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 14, ""));
16287
+ };
16288
+
16289
+
16290
+ /**
16291
+ * @param {string} value
16292
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16293
+ */
16294
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setBranchOffice = function(value) {
16295
+ return jspb.Message.setField(this, 14, value);
16296
+ };
16297
+
16298
+
16299
+ /**
16300
+ * Clears the field making it undefined.
16301
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16302
+ */
16303
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearBranchOffice = function() {
16304
+ return jspb.Message.setField(this, 14, undefined);
16305
+ };
16306
+
16307
+
16308
+ /**
16309
+ * Returns whether this field is set.
16310
+ * @return {boolean}
16311
+ */
16312
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasBranchOffice = function() {
16313
+ return jspb.Message.getField(this, 14) != null;
16314
+ };
16315
+
16316
+
16317
+ /**
16318
+ * optional string bar_code = 15;
16319
+ * @return {string}
16320
+ */
16321
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getBarCode = function() {
16322
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 15, ""));
16323
+ };
16324
+
16325
+
16326
+ /**
16327
+ * @param {string} value
16328
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16329
+ */
16330
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setBarCode = function(value) {
16331
+ return jspb.Message.setField(this, 15, value);
16332
+ };
16333
+
16334
+
16335
+ /**
16336
+ * Clears the field making it undefined.
16337
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16338
+ */
16339
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearBarCode = function() {
16340
+ return jspb.Message.setField(this, 15, undefined);
16341
+ };
16342
+
16343
+
16344
+ /**
16345
+ * Returns whether this field is set.
16346
+ * @return {boolean}
16347
+ */
16348
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasBarCode = function() {
16349
+ return jspb.Message.getField(this, 15) != null;
16350
+ };
16351
+
16352
+
16353
+ /**
16354
+ * optional string manufacturer = 16;
16355
+ * @return {string}
16356
+ */
16357
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getManufacturer = function() {
16358
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 16, ""));
16359
+ };
16360
+
16361
+
16362
+ /**
16363
+ * @param {string} value
16364
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16365
+ */
16366
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setManufacturer = function(value) {
16367
+ return jspb.Message.setField(this, 16, value);
16368
+ };
16369
+
16370
+
16371
+ /**
16372
+ * Clears the field making it undefined.
16373
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16374
+ */
16375
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearManufacturer = function() {
16376
+ return jspb.Message.setField(this, 16, undefined);
16377
+ };
16378
+
16379
+
16380
+ /**
16381
+ * Returns whether this field is set.
16382
+ * @return {boolean}
16383
+ */
16384
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasManufacturer = function() {
16385
+ return jspb.Message.getField(this, 16) != null;
16386
+ };
16387
+
16388
+
16389
+ /**
16390
+ * optional bool manufacturer_lock = 17;
16391
+ * @return {boolean}
16392
+ */
16393
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getManufacturerLock = function() {
16394
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 17, false));
16395
+ };
16396
+
16397
+
16398
+ /**
16399
+ * @param {boolean} value
16400
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16401
+ */
16402
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setManufacturerLock = function(value) {
16403
+ return jspb.Message.setField(this, 17, value);
16404
+ };
16405
+
16406
+
16407
+ /**
16408
+ * Clears the field making it undefined.
16409
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16410
+ */
16411
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearManufacturerLock = function() {
16412
+ return jspb.Message.setField(this, 17, undefined);
16413
+ };
16414
+
16415
+
16416
+ /**
16417
+ * Returns whether this field is set.
16418
+ * @return {boolean}
16419
+ */
16420
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasManufacturerLock = function() {
16421
+ return jspb.Message.getField(this, 17) != null;
16422
+ };
16423
+
16424
+
16425
+ /**
16426
+ * optional string contact = 18;
16427
+ * @return {string}
16428
+ */
16429
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getContact = function() {
16430
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 18, ""));
16431
+ };
16432
+
16433
+
16434
+ /**
16435
+ * @param {string} value
16436
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16437
+ */
16438
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setContact = function(value) {
16439
+ return jspb.Message.setField(this, 18, value);
16440
+ };
16441
+
16442
+
16443
+ /**
16444
+ * Clears the field making it undefined.
16445
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16446
+ */
16447
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearContact = function() {
16448
+ return jspb.Message.setField(this, 18, undefined);
16449
+ };
16450
+
16451
+
16452
+ /**
16453
+ * Returns whether this field is set.
16454
+ * @return {boolean}
16455
+ */
16456
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasContact = function() {
16457
+ return jspb.Message.getField(this, 18) != null;
16458
+ };
16459
+
16460
+
16461
+ /**
16462
+ * optional bool contact_lock = 19;
16463
+ * @return {boolean}
16464
+ */
16465
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getContactLock = function() {
16466
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 19, false));
16467
+ };
16468
+
16469
+
16470
+ /**
16471
+ * @param {boolean} value
16472
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16473
+ */
16474
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setContactLock = function(value) {
16475
+ return jspb.Message.setField(this, 19, value);
16476
+ };
16477
+
16478
+
16479
+ /**
16480
+ * Clears the field making it undefined.
16481
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16482
+ */
16483
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearContactLock = function() {
16484
+ return jspb.Message.setField(this, 19, undefined);
16485
+ };
16486
+
16487
+
16488
+ /**
16489
+ * Returns whether this field is set.
16490
+ * @return {boolean}
16491
+ */
16492
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasContactLock = function() {
16493
+ return jspb.Message.getField(this, 19) != null;
16494
+ };
16495
+
16496
+
16497
+ /**
16498
+ * optional string model = 20;
16499
+ * @return {string}
16500
+ */
16501
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getModel = function() {
16502
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 20, ""));
16503
+ };
16504
+
16505
+
16506
+ /**
16507
+ * @param {string} value
16508
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16509
+ */
16510
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setModel = function(value) {
16511
+ return jspb.Message.setField(this, 20, value);
16512
+ };
16513
+
16514
+
16515
+ /**
16516
+ * Clears the field making it undefined.
16517
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16518
+ */
16519
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearModel = function() {
16520
+ return jspb.Message.setField(this, 20, undefined);
16521
+ };
16522
+
16523
+
16524
+ /**
16525
+ * Returns whether this field is set.
16526
+ * @return {boolean}
16527
+ */
16528
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasModel = function() {
16529
+ return jspb.Message.getField(this, 20) != null;
16530
+ };
16531
+
16532
+
16533
+ /**
16534
+ * optional bool model_lock = 21;
16535
+ * @return {boolean}
16536
+ */
16537
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getModelLock = function() {
16538
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 21, false));
16539
+ };
16540
+
16541
+
16542
+ /**
16543
+ * @param {boolean} value
16544
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16545
+ */
16546
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setModelLock = function(value) {
16547
+ return jspb.Message.setField(this, 21, value);
16548
+ };
16549
+
16550
+
16551
+ /**
16552
+ * Clears the field making it undefined.
16553
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16554
+ */
16555
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearModelLock = function() {
16556
+ return jspb.Message.setField(this, 21, undefined);
16557
+ };
16558
+
16559
+
16560
+ /**
16561
+ * Returns whether this field is set.
16562
+ * @return {boolean}
16563
+ */
16564
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasModelLock = function() {
16565
+ return jspb.Message.getField(this, 21) != null;
16566
+ };
16567
+
16568
+
16569
+ /**
16570
+ * optional string http_title = 22;
16571
+ * @return {string}
16572
+ */
16573
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getHttpTitle = function() {
16574
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 22, ""));
16575
+ };
16576
+
16577
+
16578
+ /**
16579
+ * @param {string} value
16580
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16581
+ */
16582
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setHttpTitle = function(value) {
16583
+ return jspb.Message.setField(this, 22, value);
16584
+ };
16585
+
16586
+
16587
+ /**
16588
+ * Clears the field making it undefined.
16589
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16590
+ */
16591
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearHttpTitle = function() {
16592
+ return jspb.Message.setField(this, 22, undefined);
16593
+ };
16594
+
16595
+
16596
+ /**
16597
+ * Returns whether this field is set.
16598
+ * @return {boolean}
16599
+ */
16600
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasHttpTitle = function() {
16601
+ return jspb.Message.getField(this, 22) != null;
16602
+ };
16603
+
16604
+
16605
+ /**
16606
+ * optional string http_server = 23;
16607
+ * @return {string}
16608
+ */
16609
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getHttpServer = function() {
16610
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 23, ""));
16611
+ };
16612
+
16613
+
16614
+ /**
16615
+ * @param {string} value
16616
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16617
+ */
16618
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setHttpServer = function(value) {
16619
+ return jspb.Message.setField(this, 23, value);
16620
+ };
16621
+
16622
+
16623
+ /**
16624
+ * Clears the field making it undefined.
16625
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16626
+ */
16627
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearHttpServer = function() {
16628
+ return jspb.Message.setField(this, 23, undefined);
16629
+ };
16630
+
16631
+
16632
+ /**
16633
+ * Returns whether this field is set.
16634
+ * @return {boolean}
16635
+ */
16636
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasHttpServer = function() {
16637
+ return jspb.Message.getField(this, 23) != null;
16638
+ };
16639
+
16640
+
16641
+ /**
16642
+ * optional string https_server = 24;
16643
+ * @return {string}
16644
+ */
16645
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getHttpsServer = function() {
16646
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 24, ""));
16647
+ };
16648
+
16649
+
16650
+ /**
16651
+ * @param {string} value
16652
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16653
+ */
16654
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setHttpsServer = function(value) {
16655
+ return jspb.Message.setField(this, 24, value);
16656
+ };
16657
+
16658
+
16659
+ /**
16660
+ * Clears the field making it undefined.
16661
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16662
+ */
16663
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearHttpsServer = function() {
16664
+ return jspb.Message.setField(this, 24, undefined);
16665
+ };
16666
+
16667
+
16668
+ /**
16669
+ * Returns whether this field is set.
16670
+ * @return {boolean}
16671
+ */
16672
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasHttpsServer = function() {
16673
+ return jspb.Message.getField(this, 24) != null;
16674
+ };
16675
+
16676
+
16677
+ /**
16678
+ * optional string snmp_o_id = 25;
16679
+ * @return {string}
16680
+ */
16681
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getSnmpOId = function() {
16682
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 25, ""));
16683
+ };
16684
+
16685
+
16686
+ /**
16687
+ * @param {string} value
16688
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16689
+ */
16690
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setSnmpOId = function(value) {
16691
+ return jspb.Message.setField(this, 25, value);
16692
+ };
16693
+
16694
+
16695
+ /**
16696
+ * Clears the field making it undefined.
16697
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16698
+ */
16699
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearSnmpOId = function() {
16700
+ return jspb.Message.setField(this, 25, undefined);
16701
+ };
16702
+
16703
+
16704
+ /**
16705
+ * Returns whether this field is set.
16706
+ * @return {boolean}
16707
+ */
16708
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasSnmpOId = function() {
16709
+ return jspb.Message.getField(this, 25) != null;
16710
+ };
16711
+
16712
+
16713
+ /**
16714
+ * optional string smtp_header = 26;
16715
+ * @return {string}
16716
+ */
16717
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getSmtpHeader = function() {
16718
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 26, ""));
16719
+ };
16720
+
16721
+
16722
+ /**
16723
+ * @param {string} value
16724
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16725
+ */
16726
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setSmtpHeader = function(value) {
16727
+ return jspb.Message.setField(this, 26, value);
16728
+ };
16729
+
16730
+
16731
+ /**
16732
+ * Clears the field making it undefined.
16733
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16734
+ */
16735
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearSmtpHeader = function() {
16736
+ return jspb.Message.setField(this, 26, undefined);
16737
+ };
16738
+
16739
+
16740
+ /**
16741
+ * Returns whether this field is set.
16742
+ * @return {boolean}
16743
+ */
16744
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasSmtpHeader = function() {
16745
+ return jspb.Message.getField(this, 26) != null;
16746
+ };
16747
+
16748
+
16749
+ /**
16750
+ * optional string ftp_header = 27;
16751
+ * @return {string}
16752
+ */
16753
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getFtpHeader = function() {
16754
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 27, ""));
16755
+ };
16756
+
16757
+
16758
+ /**
16759
+ * @param {string} value
16760
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16761
+ */
16762
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setFtpHeader = function(value) {
16763
+ return jspb.Message.setField(this, 27, value);
16764
+ };
16765
+
16766
+
16767
+ /**
16768
+ * Clears the field making it undefined.
16769
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16770
+ */
16771
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearFtpHeader = function() {
16772
+ return jspb.Message.setField(this, 27, undefined);
16773
+ };
16774
+
16775
+
16776
+ /**
16777
+ * Returns whether this field is set.
16778
+ * @return {boolean}
16779
+ */
16780
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasFtpHeader = function() {
16781
+ return jspb.Message.getField(this, 27) != null;
16782
+ };
16783
+
16784
+
16785
+ /**
16786
+ * optional string last_changed = 28;
16787
+ * @return {string}
16788
+ */
16789
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getLastChanged = function() {
16790
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 28, ""));
16791
+ };
16792
+
16793
+
16794
+ /**
16795
+ * @param {string} value
16796
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16797
+ */
16798
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setLastChanged = function(value) {
16799
+ return jspb.Message.setField(this, 28, value);
16800
+ };
16801
+
16802
+
16803
+ /**
16804
+ * Clears the field making it undefined.
16805
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16806
+ */
16807
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearLastChanged = function() {
16808
+ return jspb.Message.setField(this, 28, undefined);
16809
+ };
16810
+
16811
+
16812
+ /**
16813
+ * Returns whether this field is set.
16814
+ * @return {boolean}
16815
+ */
16816
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasLastChanged = function() {
16817
+ return jspb.Message.getField(this, 28) != null;
16818
+ };
16819
+
16820
+
16821
+ /**
16822
+ * optional string serial_number = 29;
16823
+ * @return {string}
16824
+ */
16825
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getSerialNumber = function() {
16826
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 29, ""));
16827
+ };
16828
+
16829
+
16830
+ /**
16831
+ * @param {string} value
16832
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16833
+ */
16834
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setSerialNumber = function(value) {
16835
+ return jspb.Message.setField(this, 29, value);
16836
+ };
16837
+
16838
+
16839
+ /**
16840
+ * Clears the field making it undefined.
16841
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16842
+ */
16843
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearSerialNumber = function() {
16844
+ return jspb.Message.setField(this, 29, undefined);
16845
+ };
16846
+
16847
+
16848
+ /**
16849
+ * Returns whether this field is set.
16850
+ * @return {boolean}
16851
+ */
16852
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasSerialNumber = function() {
16853
+ return jspb.Message.getField(this, 29) != null;
16854
+ };
16855
+
16856
+
16857
+ /**
16858
+ * optional bool serial_number_lock = 30;
16859
+ * @return {boolean}
16860
+ */
16861
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getSerialNumberLock = function() {
16862
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 30, false));
16863
+ };
16864
+
16865
+
16866
+ /**
16867
+ * @param {boolean} value
16868
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16869
+ */
16870
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setSerialNumberLock = function(value) {
16871
+ return jspb.Message.setField(this, 30, value);
16872
+ };
16873
+
16874
+
16875
+ /**
16876
+ * Clears the field making it undefined.
16877
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16878
+ */
16879
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearSerialNumberLock = function() {
16880
+ return jspb.Message.setField(this, 30, undefined);
16881
+ };
16882
+
16883
+
16884
+ /**
16885
+ * Returns whether this field is set.
16886
+ * @return {boolean}
16887
+ */
16888
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasSerialNumberLock = function() {
16889
+ return jspb.Message.getField(this, 30) != null;
16890
+ };
16891
+
16892
+
16893
+ /**
16894
+ * optional float printed_pages = 31;
16895
+ * @return {number}
16896
+ */
16897
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getPrintedPages = function() {
16898
+ return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 31, 0.0));
16899
+ };
16900
+
16901
+
16902
+ /**
16903
+ * @param {number} value
16904
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16905
+ */
16906
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setPrintedPages = function(value) {
16907
+ return jspb.Message.setField(this, 31, value);
16908
+ };
16909
+
16910
+
16911
+ /**
16912
+ * Clears the field making it undefined.
16913
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16914
+ */
16915
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearPrintedPages = function() {
16916
+ return jspb.Message.setField(this, 31, undefined);
16917
+ };
16918
+
16919
+
16920
+ /**
16921
+ * Returns whether this field is set.
16922
+ * @return {boolean}
16923
+ */
16924
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasPrintedPages = function() {
16925
+ return jspb.Message.getField(this, 31) != null;
16926
+ };
16927
+
16928
+
16929
+ /**
16930
+ * optional string printer_status = 32;
16931
+ * @return {string}
16932
+ */
16933
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getPrinterStatus = function() {
16934
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 32, ""));
16935
+ };
16936
+
16937
+
16938
+ /**
16939
+ * @param {string} value
16940
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16941
+ */
16942
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setPrinterStatus = function(value) {
16943
+ return jspb.Message.setField(this, 32, value);
16944
+ };
16945
+
16946
+
16947
+ /**
16948
+ * Clears the field making it undefined.
16949
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16950
+ */
16951
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearPrinterStatus = function() {
16952
+ return jspb.Message.setField(this, 32, undefined);
16953
+ };
16954
+
16955
+
16956
+ /**
16957
+ * Returns whether this field is set.
16958
+ * @return {boolean}
16959
+ */
16960
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasPrinterStatus = function() {
16961
+ return jspb.Message.getField(this, 32) != null;
16962
+ };
16963
+
16964
+
16965
+ /**
16966
+ * optional string dns_name = 33;
16967
+ * @return {string}
16968
+ */
16969
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getDnsName = function() {
16970
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 33, ""));
16971
+ };
16972
+
16973
+
16974
+ /**
16975
+ * @param {string} value
16976
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16977
+ */
16978
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setDnsName = function(value) {
16979
+ return jspb.Message.setField(this, 33, value);
16980
+ };
16981
+
16982
+
16983
+ /**
16984
+ * Clears the field making it undefined.
16985
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
16986
+ */
16987
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearDnsName = function() {
16988
+ return jspb.Message.setField(this, 33, undefined);
16989
+ };
16990
+
16991
+
16992
+ /**
16993
+ * Returns whether this field is set.
16994
+ * @return {boolean}
16995
+ */
16996
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasDnsName = function() {
16997
+ return jspb.Message.getField(this, 33) != null;
16998
+ };
16999
+
17000
+
17001
+ /**
17002
+ * optional string ssh_server = 34;
17003
+ * @return {string}
17004
+ */
17005
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getSshServer = function() {
17006
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 34, ""));
17007
+ };
17008
+
17009
+
17010
+ /**
17011
+ * @param {string} value
17012
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
17013
+ */
17014
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setSshServer = function(value) {
17015
+ return jspb.Message.setField(this, 34, value);
17016
+ };
17017
+
17018
+
17019
+ /**
17020
+ * Clears the field making it undefined.
17021
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
17022
+ */
17023
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearSshServer = function() {
17024
+ return jspb.Message.setField(this, 34, undefined);
17025
+ };
17026
+
17027
+
17028
+ /**
17029
+ * Returns whether this field is set.
17030
+ * @return {boolean}
17031
+ */
17032
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasSshServer = function() {
17033
+ return jspb.Message.getField(this, 34) != null;
17034
+ };
17035
+
17036
+
17037
+ /**
17038
+ * optional bool purchase_date_lock = 35;
17039
+ * @return {boolean}
17040
+ */
17041
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getPurchaseDateLock = function() {
17042
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 35, false));
17043
+ };
17044
+
17045
+
17046
+ /**
17047
+ * @param {boolean} value
17048
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
17049
+ */
17050
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setPurchaseDateLock = function(value) {
17051
+ return jspb.Message.setField(this, 35, value);
17052
+ };
17053
+
17054
+
17055
+ /**
17056
+ * Clears the field making it undefined.
17057
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
17058
+ */
17059
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearPurchaseDateLock = function() {
17060
+ return jspb.Message.setField(this, 35, undefined);
17061
+ };
17062
+
17063
+
17064
+ /**
17065
+ * Returns whether this field is set.
17066
+ * @return {boolean}
17067
+ */
17068
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasPurchaseDateLock = function() {
17069
+ return jspb.Message.getField(this, 35) != null;
17070
+ };
17071
+
17072
+
17073
+ /**
17074
+ * optional bool warranty_date_lock = 36;
17075
+ * @return {boolean}
17076
+ */
17077
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getWarrantyDateLock = function() {
17078
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 36, false));
17079
+ };
17080
+
17081
+
17082
+ /**
17083
+ * @param {boolean} value
17084
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
17085
+ */
17086
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setWarrantyDateLock = function(value) {
17087
+ return jspb.Message.setField(this, 36, value);
17088
+ };
17089
+
17090
+
17091
+ /**
17092
+ * Clears the field making it undefined.
17093
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
17094
+ */
17095
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearWarrantyDateLock = function() {
17096
+ return jspb.Message.setField(this, 36, undefined);
17097
+ };
17098
+
17099
+
17100
+ /**
17101
+ * Returns whether this field is set.
17102
+ * @return {boolean}
17103
+ */
17104
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasWarrantyDateLock = function() {
17105
+ return jspb.Message.getField(this, 36) != null;
17106
+ };
17107
+
17108
+
17109
+ /**
17110
+ * optional string system_sku = 37;
17111
+ * @return {string}
17112
+ */
17113
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getSystemSku = function() {
17114
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 37, ""));
17115
+ };
17116
+
17117
+
17118
+ /**
17119
+ * @param {string} value
17120
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
17121
+ */
17122
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setSystemSku = function(value) {
17123
+ return jspb.Message.setField(this, 37, value);
17124
+ };
17125
+
17126
+
17127
+ /**
17128
+ * Clears the field making it undefined.
17129
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
17130
+ */
17131
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearSystemSku = function() {
17132
+ return jspb.Message.setField(this, 37, undefined);
17133
+ };
17134
+
17135
+
17136
+ /**
17137
+ * Returns whether this field is set.
17138
+ * @return {boolean}
17139
+ */
17140
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasSystemSku = function() {
17141
+ return jspb.Message.getField(this, 37) != null;
17142
+ };
17143
+
17144
+
17145
+ /**
17146
+ * optional bool prevent_cleanup = 38;
17147
+ * @return {boolean}
17148
+ */
17149
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getPreventCleanup = function() {
17150
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 38, false));
17151
+ };
17152
+
17153
+
17154
+ /**
17155
+ * @param {boolean} value
17156
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
17157
+ */
17158
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setPreventCleanup = function(value) {
17159
+ return jspb.Message.setField(this, 38, value);
17160
+ };
17161
+
17162
+
17163
+ /**
17164
+ * Clears the field making it undefined.
17165
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
17166
+ */
17167
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearPreventCleanup = function() {
17168
+ return jspb.Message.setField(this, 38, undefined);
17169
+ };
17170
+
17171
+
17172
+ /**
17173
+ * Returns whether this field is set.
17174
+ * @return {boolean}
17175
+ */
17176
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasPreventCleanup = function() {
17177
+ return jspb.Message.getField(this, 38) != null;
17178
+ };
17179
+
17180
+
17181
+ /**
17182
+ * optional bool lock_system_sku = 39;
17183
+ * @return {boolean}
17184
+ */
17185
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getLockSystemSku = function() {
17186
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 39, false));
17187
+ };
17188
+
17189
+
17190
+ /**
17191
+ * @param {boolean} value
17192
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
17193
+ */
17194
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setLockSystemSku = function(value) {
17195
+ return jspb.Message.setField(this, 39, value);
17196
+ };
17197
+
17198
+
17199
+ /**
17200
+ * Clears the field making it undefined.
17201
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
17202
+ */
17203
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearLockSystemSku = function() {
17204
+ return jspb.Message.setField(this, 39, undefined);
17205
+ };
17206
+
17207
+
17208
+ /**
17209
+ * Returns whether this field is set.
17210
+ * @return {boolean}
17211
+ */
17212
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasLockSystemSku = function() {
17213
+ return jspb.Message.getField(this, 39) != null;
17214
+ };
17215
+
17216
+
17217
+ /**
17218
+ * optional bool dmi_decode_error = 40;
17219
+ * @return {boolean}
17220
+ */
17221
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getDmiDecodeError = function() {
17222
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 40, false));
17223
+ };
17224
+
17225
+
17226
+ /**
17227
+ * @param {boolean} value
17228
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
17229
+ */
17230
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setDmiDecodeError = function(value) {
17231
+ return jspb.Message.setField(this, 40, value);
17232
+ };
17233
+
17234
+
17235
+ /**
17236
+ * Clears the field making it undefined.
17237
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
17238
+ */
17239
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearDmiDecodeError = function() {
17240
+ return jspb.Message.setField(this, 40, undefined);
17241
+ };
17242
+
17243
+
17244
+ /**
17245
+ * Returns whether this field is set.
17246
+ * @return {boolean}
17247
+ */
17248
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasDmiDecodeError = function() {
17249
+ return jspb.Message.getField(this, 40) != null;
17250
+ };
17251
+
17252
+
17253
+ /**
17254
+ * optional string hardware_version = 41;
17255
+ * @return {string}
17256
+ */
17257
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getHardwareVersion = function() {
17258
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 41, ""));
17259
+ };
17260
+
17261
+
17262
+ /**
17263
+ * @param {string} value
17264
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
17265
+ */
17266
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setHardwareVersion = function(value) {
17267
+ return jspb.Message.setField(this, 41, value);
17268
+ };
17269
+
17270
+
17271
+ /**
17272
+ * Clears the field making it undefined.
17273
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
17274
+ */
17275
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearHardwareVersion = function() {
17276
+ return jspb.Message.setField(this, 41, undefined);
17277
+ };
17278
+
17279
+
17280
+ /**
17281
+ * Returns whether this field is set.
17282
+ * @return {boolean}
17283
+ */
17284
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasHardwareVersion = function() {
17285
+ return jspb.Message.getField(this, 41) != null;
17286
+ };
17287
+
17288
+
17289
+ /**
17290
+ * optional string software_version = 42;
17291
+ * @return {string}
17292
+ */
17293
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getSoftwareVersion = function() {
17294
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 42, ""));
17295
+ };
17296
+
17297
+
17298
+ /**
17299
+ * @param {string} value
17300
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
17301
+ */
17302
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setSoftwareVersion = function(value) {
17303
+ return jspb.Message.setField(this, 42, value);
17304
+ };
17305
+
17306
+
17307
+ /**
17308
+ * Clears the field making it undefined.
17309
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
17310
+ */
17311
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearSoftwareVersion = function() {
17312
+ return jspb.Message.setField(this, 42, undefined);
17313
+ };
17314
+
17315
+
17316
+ /**
17317
+ * Returns whether this field is set.
17318
+ * @return {boolean}
17319
+ */
17320
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasSoftwareVersion = function() {
17321
+ return jspb.Message.getField(this, 42) != null;
17322
+ };
17323
+
17324
+
17325
+ /**
17326
+ * optional string firmware_version = 43;
17327
+ * @return {string}
17328
+ */
17329
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getFirmwareVersion = function() {
17330
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 43, ""));
17331
+ };
17332
+
17333
+
17334
+ /**
17335
+ * @param {string} value
17336
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
17337
+ */
17338
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setFirmwareVersion = function(value) {
17339
+ return jspb.Message.setField(this, 43, value);
17340
+ };
17341
+
17342
+
17343
+ /**
17344
+ * Clears the field making it undefined.
17345
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
17346
+ */
17347
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearFirmwareVersion = function() {
17348
+ return jspb.Message.setField(this, 43, undefined);
17349
+ };
17350
+
17351
+
17352
+ /**
17353
+ * Returns whether this field is set.
17354
+ * @return {boolean}
17355
+ */
17356
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasFirmwareVersion = function() {
17357
+ return jspb.Message.getField(this, 43) != null;
17358
+ };
17359
+
17360
+
17361
+ /**
17362
+ * optional string device_version = 44;
17363
+ * @return {string}
17364
+ */
17365
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getDeviceVersion = function() {
17366
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 44, ""));
17367
+ };
17368
+
17369
+
17370
+ /**
17371
+ * @param {string} value
17372
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
17373
+ */
17374
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setDeviceVersion = function(value) {
17375
+ return jspb.Message.setField(this, 44, value);
17376
+ };
17377
+
17378
+
17379
+ /**
17380
+ * Clears the field making it undefined.
17381
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
17382
+ */
17383
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearDeviceVersion = function() {
17384
+ return jspb.Message.setField(this, 44, undefined);
17385
+ };
17386
+
17387
+
17388
+ /**
17389
+ * Returns whether this field is set.
17390
+ * @return {boolean}
17391
+ */
17392
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasDeviceVersion = function() {
17393
+ return jspb.Message.getField(this, 44) != null;
17394
+ };
17395
+
17396
+
17397
+ /**
17398
+ * optional int64 printed_color_pages = 45;
17399
+ * @return {number}
17400
+ */
17401
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getPrintedColorPages = function() {
17402
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 45, 0));
17403
+ };
17404
+
17405
+
17406
+ /**
17407
+ * @param {number} value
17408
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
17409
+ */
17410
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setPrintedColorPages = function(value) {
17411
+ return jspb.Message.setField(this, 45, value);
17412
+ };
17413
+
17414
+
17415
+ /**
17416
+ * Clears the field making it undefined.
17417
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
17418
+ */
17419
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearPrintedColorPages = function() {
17420
+ return jspb.Message.setField(this, 45, undefined);
17421
+ };
17422
+
17423
+
17424
+ /**
17425
+ * Returns whether this field is set.
17426
+ * @return {boolean}
17427
+ */
17428
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasPrintedColorPages = function() {
17429
+ return jspb.Message.getField(this, 45) != null;
17430
+ };
17431
+
17432
+
17433
+ /**
17434
+ * optional int64 printed_mono_pages = 46;
17435
+ * @return {number}
17436
+ */
17437
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getPrintedMonoPages = function() {
17438
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 46, 0));
17439
+ };
17440
+
17441
+
17442
+ /**
17443
+ * @param {number} value
17444
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
17445
+ */
17446
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setPrintedMonoPages = function(value) {
17447
+ return jspb.Message.setField(this, 46, value);
17448
+ };
17449
+
17450
+
17451
+ /**
17452
+ * Clears the field making it undefined.
17453
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
17454
+ */
17455
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearPrintedMonoPages = function() {
17456
+ return jspb.Message.setField(this, 46, undefined);
17457
+ };
17458
+
17459
+
17460
+ /**
17461
+ * Returns whether this field is set.
17462
+ * @return {boolean}
17463
+ */
17464
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasPrintedMonoPages = function() {
17465
+ return jspb.Message.getField(this, 46) != null;
17466
+ };
17467
+
17468
+
17469
+ /**
17470
+ * optional string state_key = 47;
17471
+ * @return {string}
17472
+ */
17473
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getStateKey = function() {
17474
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 47, ""));
17475
+ };
17476
+
17477
+
17478
+ /**
17479
+ * @param {string} value
17480
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
17481
+ */
17482
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setStateKey = function(value) {
17483
+ return jspb.Message.setField(this, 47, value);
17484
+ };
17485
+
17486
+
17487
+ /**
17488
+ * Clears the field making it undefined.
17489
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
17490
+ */
17491
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearStateKey = function() {
17492
+ return jspb.Message.setField(this, 47, undefined);
17493
+ };
17494
+
17495
+
17496
+ /**
17497
+ * Returns whether this field is set.
17498
+ * @return {boolean}
17499
+ */
17500
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasStateKey = function() {
17501
+ return jspb.Message.getField(this, 47) != null;
17502
+ };
17503
+
17504
+
17505
+ /**
17506
+ * optional string state_name = 48;
17507
+ * @return {string}
17508
+ */
17509
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getStateName = function() {
17510
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 48, ""));
17511
+ };
17512
+
17513
+
17514
+ /**
17515
+ * @param {string} value
17516
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
17517
+ */
17518
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setStateName = function(value) {
17519
+ return jspb.Message.setField(this, 48, value);
17520
+ };
17521
+
17522
+
17523
+ /**
17524
+ * Clears the field making it undefined.
17525
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
17526
+ */
17527
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearStateName = function() {
17528
+ return jspb.Message.setField(this, 48, undefined);
17529
+ };
17530
+
17531
+
17532
+ /**
17533
+ * Returns whether this field is set.
17534
+ * @return {boolean}
17535
+ */
17536
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasStateName = function() {
17537
+ return jspb.Message.getField(this, 48) != null;
17538
+ };
17539
+
17540
+
17541
+ /**
17542
+ * repeated MappedValue fields = 49;
17543
+ * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.MappedValue>}
17544
+ */
17545
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getFieldsList = function() {
17546
+ return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.MappedValue>} */ (
17547
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MappedValue, 49));
17548
+ };
17549
+
17550
+
17551
+ /**
17552
+ * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.MappedValue>} value
17553
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
17554
+ */
17555
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setFieldsList = function(value) {
17556
+ return jspb.Message.setRepeatedWrapperField(this, 49, value);
17557
+ };
17558
+
17559
+
17560
+ /**
17561
+ * @param {!proto.com.lansweeper.dp.outbound.v1.MappedValue=} opt_value
17562
+ * @param {number=} opt_index
17563
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MappedValue}
17564
+ */
17565
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.addFields = function(opt_value, opt_index) {
17566
+ return jspb.Message.addToRepeatedWrapperField(this, 49, opt_value, proto.com.lansweeper.dp.outbound.v1.MappedValue, opt_index);
17567
+ };
17568
+
17569
+
17570
+ /**
17571
+ * Clears the list making it empty but non-null.
17572
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
17573
+ */
17574
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearFieldsList = function() {
17575
+ return this.setFieldsList([]);
17576
+ };
17577
+
17578
+
17579
+ /**
17580
+ * optional string model_number = 50;
17581
+ * @return {string}
17582
+ */
17583
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getModelNumber = function() {
17584
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 50, ""));
17585
+ };
17586
+
17587
+
17588
+ /**
17589
+ * @param {string} value
17590
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
17591
+ */
17592
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setModelNumber = function(value) {
17593
+ return jspb.Message.setField(this, 50, value);
17594
+ };
17595
+
17596
+
17597
+ /**
17598
+ * Clears the field making it undefined.
17599
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
17600
+ */
17601
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearModelNumber = function() {
17602
+ return jspb.Message.setField(this, 50, undefined);
17603
+ };
17604
+
17605
+
17606
+ /**
17607
+ * Returns whether this field is set.
17608
+ * @return {boolean}
17609
+ */
17610
+ proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasModelNumber = function() {
17611
+ return jspb.Message.getField(this, 50) != null;
17612
+ };
17613
+
17614
+
17615
+
17616
+
17617
+
17618
+ if (jspb.Message.GENERATE_TO_OBJECT) {
17619
+ /**
17620
+ * Creates an object representation of this proto.
17621
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
17622
+ * Optional fields that are not set will be set to undefined.
17623
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
17624
+ * For the list of reserved names please see:
17625
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
17626
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
17627
+ * JSPB instance for transitional soy proto support:
17628
+ * http://goto/soy-param-migration
17629
+ * @return {!Object}
17630
+ */
17631
+ proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.prototype.toObject = function(opt_includeInstance) {
17632
+ return proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.toObject(opt_includeInstance, this);
17633
+ };
17634
+
17635
+
17636
+ /**
17637
+ * Static version of the {@see toObject} method.
17638
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
17639
+ * the JSPB instance for transitional soy proto support:
17640
+ * http://goto/soy-param-migration
17641
+ * @param {!proto.com.lansweeper.dp.outbound.v1.AssetGroupLink} msg The msg instance to transform.
17642
+ * @return {!Object}
17643
+ * @suppress {unusedLocalVariables} f is only used for nested messages
17644
+ */
17645
+ proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.toObject = function(includeInstance, msg) {
17646
+ var f, obj = {
17647
+ assetGroupLinkId: jspb.Message.getFieldWithDefault(msg, 1, ""),
17648
+ assetGroupId: jspb.Message.getFieldWithDefault(msg, 2, ""),
17649
+ assetGroupKey: jspb.Message.getFieldWithDefault(msg, 3, ""),
17650
+ installKey: jspb.Message.getFieldWithDefault(msg, 4, "")
17651
+ };
17652
+
17653
+ if (includeInstance) {
17654
+ obj.$jspbMessageInstance = msg;
17655
+ }
17656
+ return obj;
17657
+ };
17658
+ }
17659
+
17660
+
17661
+ /**
17662
+ * Deserializes binary data (in protobuf wire format).
17663
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
17664
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetGroupLink}
17665
+ */
17666
+ proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.deserializeBinary = function(bytes) {
17667
+ var reader = new jspb.BinaryReader(bytes);
17668
+ var msg = new proto.com.lansweeper.dp.outbound.v1.AssetGroupLink;
17669
+ return proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.deserializeBinaryFromReader(msg, reader);
17670
+ };
17671
+
17672
+
17673
+ /**
17674
+ * Deserializes binary data (in protobuf wire format) from the
17675
+ * given reader into the given message object.
17676
+ * @param {!proto.com.lansweeper.dp.outbound.v1.AssetGroupLink} msg The message object to deserialize into.
17677
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
17678
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetGroupLink}
17679
+ */
17680
+ proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.deserializeBinaryFromReader = function(msg, reader) {
17681
+ while (reader.nextField()) {
17682
+ if (reader.isEndGroup()) {
17683
+ break;
17684
+ }
17685
+ var field = reader.getFieldNumber();
17686
+ switch (field) {
17687
+ case 1:
17688
+ var value = /** @type {string} */ (reader.readString());
17689
+ msg.setAssetGroupLinkId(value);
17690
+ break;
17691
+ case 2:
17692
+ var value = /** @type {string} */ (reader.readString());
17693
+ msg.setAssetGroupId(value);
17694
+ break;
17695
+ case 3:
17696
+ var value = /** @type {string} */ (reader.readString());
17697
+ msg.setAssetGroupKey(value);
17698
+ break;
17699
+ case 4:
17700
+ var value = /** @type {string} */ (reader.readString());
17701
+ msg.setInstallKey(value);
17702
+ break;
17703
+ default:
17704
+ reader.skipField();
17705
+ break;
17706
+ }
17707
+ }
17708
+ return msg;
17709
+ };
17710
+
17711
+
17712
+ /**
17713
+ * Serializes the message to binary data (in protobuf wire format).
17714
+ * @return {!Uint8Array}
17715
+ */
17716
+ proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.prototype.serializeBinary = function() {
17717
+ var writer = new jspb.BinaryWriter();
17718
+ proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.serializeBinaryToWriter(this, writer);
17719
+ return writer.getResultBuffer();
17720
+ };
17721
+
17722
+
17723
+ /**
17724
+ * Serializes the given message to binary data (in protobuf wire
17725
+ * format), writing to the given BinaryWriter.
17726
+ * @param {!proto.com.lansweeper.dp.outbound.v1.AssetGroupLink} message
17727
+ * @param {!jspb.BinaryWriter} writer
17728
+ * @suppress {unusedLocalVariables} f is only used for nested messages
17729
+ */
17730
+ proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.serializeBinaryToWriter = function(message, writer) {
17731
+ var f = undefined;
17732
+ f = /** @type {string} */ (jspb.Message.getField(message, 1));
17733
+ if (f != null) {
17734
+ writer.writeString(
17735
+ 1,
17736
+ f
17737
+ );
17738
+ }
17739
+ f = /** @type {string} */ (jspb.Message.getField(message, 2));
17740
+ if (f != null) {
17741
+ writer.writeString(
17742
+ 2,
17743
+ f
17744
+ );
17745
+ }
17746
+ f = /** @type {string} */ (jspb.Message.getField(message, 3));
17747
+ if (f != null) {
17748
+ writer.writeString(
17749
+ 3,
17750
+ f
17751
+ );
17752
+ }
17753
+ f = /** @type {string} */ (jspb.Message.getField(message, 4));
17754
+ if (f != null) {
17755
+ writer.writeString(
17756
+ 4,
17757
+ f
17758
+ );
17759
+ }
17760
+ };
17761
+
17762
+
17763
+ /**
17764
+ * optional string asset_group_link_id = 1;
17765
+ * @return {string}
17766
+ */
17767
+ proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.prototype.getAssetGroupLinkId = function() {
17768
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
17769
+ };
17770
+
17771
+
17772
+ /**
17773
+ * @param {string} value
17774
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetGroupLink} returns this
17775
+ */
17776
+ proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.prototype.setAssetGroupLinkId = function(value) {
17777
+ return jspb.Message.setField(this, 1, value);
17778
+ };
17779
+
17780
+
17781
+ /**
17782
+ * Clears the field making it undefined.
17783
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetGroupLink} returns this
17784
+ */
17785
+ proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.prototype.clearAssetGroupLinkId = function() {
17786
+ return jspb.Message.setField(this, 1, undefined);
17787
+ };
17788
+
17789
+
17790
+ /**
17791
+ * Returns whether this field is set.
17792
+ * @return {boolean}
17793
+ */
17794
+ proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.prototype.hasAssetGroupLinkId = function() {
17795
+ return jspb.Message.getField(this, 1) != null;
17796
+ };
17797
+
17798
+
17799
+ /**
17800
+ * optional string asset_group_id = 2;
17801
+ * @return {string}
17802
+ */
17803
+ proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.prototype.getAssetGroupId = function() {
17804
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
17805
+ };
17806
+
17807
+
17808
+ /**
17809
+ * @param {string} value
17810
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetGroupLink} returns this
17811
+ */
17812
+ proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.prototype.setAssetGroupId = function(value) {
17813
+ return jspb.Message.setField(this, 2, value);
17814
+ };
17815
+
17816
+
17817
+ /**
17818
+ * Clears the field making it undefined.
17819
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetGroupLink} returns this
17820
+ */
17821
+ proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.prototype.clearAssetGroupId = function() {
17822
+ return jspb.Message.setField(this, 2, undefined);
17823
+ };
17824
+
17825
+
17826
+ /**
17827
+ * Returns whether this field is set.
17828
+ * @return {boolean}
17829
+ */
17830
+ proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.prototype.hasAssetGroupId = function() {
17831
+ return jspb.Message.getField(this, 2) != null;
17832
+ };
17833
+
17834
+
17835
+ /**
17836
+ * optional string asset_group_key = 3;
17837
+ * @return {string}
17838
+ */
17839
+ proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.prototype.getAssetGroupKey = function() {
17840
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
17841
+ };
17842
+
17843
+
17844
+ /**
17845
+ * @param {string} value
17846
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetGroupLink} returns this
17847
+ */
17848
+ proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.prototype.setAssetGroupKey = function(value) {
17849
+ return jspb.Message.setField(this, 3, value);
17850
+ };
17851
+
17852
+
17853
+ /**
17854
+ * Clears the field making it undefined.
17855
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetGroupLink} returns this
17856
+ */
17857
+ proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.prototype.clearAssetGroupKey = function() {
17858
+ return jspb.Message.setField(this, 3, undefined);
17859
+ };
17860
+
17861
+
17862
+ /**
17863
+ * Returns whether this field is set.
17864
+ * @return {boolean}
17865
+ */
17866
+ proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.prototype.hasAssetGroupKey = function() {
17867
+ return jspb.Message.getField(this, 3) != null;
17868
+ };
17869
+
17870
+
17871
+ /**
17872
+ * optional string install_key = 4;
17873
+ * @return {string}
17874
+ */
17875
+ proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.prototype.getInstallKey = function() {
17876
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
17877
+ };
17878
+
17879
+
17880
+ /**
17881
+ * @param {string} value
17882
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetGroupLink} returns this
17883
+ */
17884
+ proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.prototype.setInstallKey = function(value) {
17885
+ return jspb.Message.setField(this, 4, value);
17886
+ };
17887
+
17888
+
17889
+ /**
17890
+ * Clears the field making it undefined.
17891
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetGroupLink} returns this
17892
+ */
17893
+ proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.prototype.clearInstallKey = function() {
17894
+ return jspb.Message.setField(this, 4, undefined);
17895
+ };
17896
+
17897
+
17898
+ /**
17899
+ * Returns whether this field is set.
17900
+ * @return {boolean}
17901
+ */
17902
+ proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.prototype.hasInstallKey = function() {
17903
+ return jspb.Message.getField(this, 4) != null;
17904
+ };
17905
+
17906
+
14489
17907
 
14490
17908
 
14491
17909