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

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 (27) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +54 -0
  4. package/gen-proto/outbound_pb.js +460 -1
  5. package/generated-go/outbound.pb.go +11887 -11751
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +9 -0
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFields$1.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFields$Builder.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFields.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFieldsOrBuilder.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  14. package/model/target/classes/outbound.proto +9 -0
  15. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/LegacyFields.java +1665 -0
  16. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/LegacyFieldsOrBuilder.java +135 -0
  17. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +3654 -3636
  18. package/model/target/maven-archiver/pom.properties +2 -2
  19. package/model/target/{outbound-model-0.8.4-sources.jar → outbound-model-0.8.5-sources.jar} +0 -0
  20. package/model/target/{outbound-model-0.8.4.jar → outbound-model-0.8.5.jar} +0 -0
  21. package/package.json +2 -2
  22. package/pom.xml +1 -1
  23. package/proto/outbound.proto +9 -0
  24. package/service/pom.xml +1 -1
  25. package/service/target/maven-archiver/pom.properties +2 -2
  26. package/service/target/{outbound-service-0.8.4-sources.jar → outbound-service-0.8.5-sources.jar} +0 -0
  27. package/service/target/{outbound-service-0.8.4.jar → outbound-service-0.8.5.jar} +0 -0
@@ -1032,6 +1032,51 @@ export class LegacyFields extends jspb.Message {
1032
1032
  getLastSccmScan(): google_protobuf_timestamp_pb.Timestamp | undefined;
1033
1033
  setLastSccmScan(value?: google_protobuf_timestamp_pb.Timestamp): LegacyFields;
1034
1034
 
1035
+ hasLastLsAgent(): boolean;
1036
+ clearLastLsAgent(): void;
1037
+ getLastLsAgent(): google_protobuf_timestamp_pb.Timestamp | undefined;
1038
+ setLastLsAgent(value?: google_protobuf_timestamp_pb.Timestamp): LegacyFields;
1039
+
1040
+ hasLastLsFallBack(): boolean;
1041
+ clearLastLsFallBack(): void;
1042
+ getLastLsFallBack(): google_protobuf_timestamp_pb.Timestamp | undefined;
1043
+ setLastLsFallBack(value?: google_protobuf_timestamp_pb.Timestamp): LegacyFields;
1044
+
1045
+ hasLastWorkGroupScan(): boolean;
1046
+ clearLastWorkGroupScan(): void;
1047
+ getLastWorkGroupScan(): google_protobuf_timestamp_pb.Timestamp | undefined;
1048
+ setLastWorkGroupScan(value?: google_protobuf_timestamp_pb.Timestamp): LegacyFields;
1049
+
1050
+ hasLastAssetRadarScan(): boolean;
1051
+ clearLastAssetRadarScan(): void;
1052
+ getLastAssetRadarScan(): google_protobuf_timestamp_pb.Timestamp | undefined;
1053
+ setLastAssetRadarScan(value?: google_protobuf_timestamp_pb.Timestamp): LegacyFields;
1054
+
1055
+ hasLastPerformanceScan(): boolean;
1056
+ clearLastPerformanceScan(): void;
1057
+ getLastPerformanceScan(): google_protobuf_timestamp_pb.Timestamp | undefined;
1058
+ setLastPerformanceScan(value?: google_protobuf_timestamp_pb.Timestamp): LegacyFields;
1059
+
1060
+ hasLastLsPush(): boolean;
1061
+ clearLastLsPush(): void;
1062
+ getLastLsPush(): google_protobuf_timestamp_pb.Timestamp | undefined;
1063
+ setLastLsPush(value?: google_protobuf_timestamp_pb.Timestamp): LegacyFields;
1064
+
1065
+ hasLastScheduled(): boolean;
1066
+ clearLastScheduled(): void;
1067
+ getLastScheduled(): google_protobuf_timestamp_pb.Timestamp | undefined;
1068
+ setLastScheduled(value?: google_protobuf_timestamp_pb.Timestamp): LegacyFields;
1069
+
1070
+ hasLastTriggered(): boolean;
1071
+ clearLastTriggered(): void;
1072
+ getLastTriggered(): google_protobuf_timestamp_pb.Timestamp | undefined;
1073
+ setLastTriggered(value?: google_protobuf_timestamp_pb.Timestamp): LegacyFields;
1074
+
1075
+ hasLastLsAgentDirect(): boolean;
1076
+ clearLastLsAgentDirect(): void;
1077
+ getLastLsAgentDirect(): google_protobuf_timestamp_pb.Timestamp | undefined;
1078
+ setLastLsAgentDirect(value?: google_protobuf_timestamp_pb.Timestamp): LegacyFields;
1079
+
1035
1080
  serializeBinary(): Uint8Array;
1036
1081
  toObject(includeInstance?: boolean): LegacyFields.AsObject;
1037
1082
  static toObject(includeInstance: boolean, msg: LegacyFields): LegacyFields.AsObject;
@@ -1049,6 +1094,15 @@ export namespace LegacyFields {
1049
1094
  lastIpScan?: google_protobuf_timestamp_pb.Timestamp.AsObject,
1050
1095
  lastSaved?: google_protobuf_timestamp_pb.Timestamp.AsObject,
1051
1096
  lastSccmScan?: google_protobuf_timestamp_pb.Timestamp.AsObject,
1097
+ lastLsAgent?: google_protobuf_timestamp_pb.Timestamp.AsObject,
1098
+ lastLsFallBack?: google_protobuf_timestamp_pb.Timestamp.AsObject,
1099
+ lastWorkGroupScan?: google_protobuf_timestamp_pb.Timestamp.AsObject,
1100
+ lastAssetRadarScan?: google_protobuf_timestamp_pb.Timestamp.AsObject,
1101
+ lastPerformanceScan?: google_protobuf_timestamp_pb.Timestamp.AsObject,
1102
+ lastLsPush?: google_protobuf_timestamp_pb.Timestamp.AsObject,
1103
+ lastScheduled?: google_protobuf_timestamp_pb.Timestamp.AsObject,
1104
+ lastTriggered?: google_protobuf_timestamp_pb.Timestamp.AsObject,
1105
+ lastLsAgentDirect?: google_protobuf_timestamp_pb.Timestamp.AsObject,
1052
1106
  }
1053
1107
  }
1054
1108
 
@@ -14167,7 +14167,16 @@ proto.com.lansweeper.dp.outbound.v1.LegacyFields.toObject = function(includeInst
14167
14167
  lastActiveScan: (f = msg.getLastActiveScan()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
14168
14168
  lastIpScan: (f = msg.getLastIpScan()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
14169
14169
  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)
14170
+ lastSccmScan: (f = msg.getLastSccmScan()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
14171
+ lastLsAgent: (f = msg.getLastLsAgent()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
14172
+ lastLsFallBack: (f = msg.getLastLsFallBack()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
14173
+ lastWorkGroupScan: (f = msg.getLastWorkGroupScan()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
14174
+ lastAssetRadarScan: (f = msg.getLastAssetRadarScan()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
14175
+ lastPerformanceScan: (f = msg.getLastPerformanceScan()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
14176
+ lastLsPush: (f = msg.getLastLsPush()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
14177
+ lastScheduled: (f = msg.getLastScheduled()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
14178
+ lastTriggered: (f = msg.getLastTriggered()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
14179
+ lastLsAgentDirect: (f = msg.getLastLsAgentDirect()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f)
14171
14180
  };
14172
14181
 
14173
14182
  if (includeInstance) {
@@ -14229,6 +14238,51 @@ proto.com.lansweeper.dp.outbound.v1.LegacyFields.deserializeBinaryFromReader = f
14229
14238
  reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
14230
14239
  msg.setLastSccmScan(value);
14231
14240
  break;
14241
+ case 6:
14242
+ var value = new google_protobuf_timestamp_pb.Timestamp;
14243
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
14244
+ msg.setLastLsAgent(value);
14245
+ break;
14246
+ case 7:
14247
+ var value = new google_protobuf_timestamp_pb.Timestamp;
14248
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
14249
+ msg.setLastLsFallBack(value);
14250
+ break;
14251
+ case 8:
14252
+ var value = new google_protobuf_timestamp_pb.Timestamp;
14253
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
14254
+ msg.setLastWorkGroupScan(value);
14255
+ break;
14256
+ case 9:
14257
+ var value = new google_protobuf_timestamp_pb.Timestamp;
14258
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
14259
+ msg.setLastAssetRadarScan(value);
14260
+ break;
14261
+ case 10:
14262
+ var value = new google_protobuf_timestamp_pb.Timestamp;
14263
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
14264
+ msg.setLastPerformanceScan(value);
14265
+ break;
14266
+ case 11:
14267
+ var value = new google_protobuf_timestamp_pb.Timestamp;
14268
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
14269
+ msg.setLastLsPush(value);
14270
+ break;
14271
+ case 12:
14272
+ var value = new google_protobuf_timestamp_pb.Timestamp;
14273
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
14274
+ msg.setLastScheduled(value);
14275
+ break;
14276
+ case 13:
14277
+ var value = new google_protobuf_timestamp_pb.Timestamp;
14278
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
14279
+ msg.setLastTriggered(value);
14280
+ break;
14281
+ case 14:
14282
+ var value = new google_protobuf_timestamp_pb.Timestamp;
14283
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
14284
+ msg.setLastLsAgentDirect(value);
14285
+ break;
14232
14286
  default:
14233
14287
  reader.skipField();
14234
14288
  break;
@@ -14298,6 +14352,78 @@ proto.com.lansweeper.dp.outbound.v1.LegacyFields.serializeBinaryToWriter = funct
14298
14352
  google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
14299
14353
  );
14300
14354
  }
14355
+ f = message.getLastLsAgent();
14356
+ if (f != null) {
14357
+ writer.writeMessage(
14358
+ 6,
14359
+ f,
14360
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
14361
+ );
14362
+ }
14363
+ f = message.getLastLsFallBack();
14364
+ if (f != null) {
14365
+ writer.writeMessage(
14366
+ 7,
14367
+ f,
14368
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
14369
+ );
14370
+ }
14371
+ f = message.getLastWorkGroupScan();
14372
+ if (f != null) {
14373
+ writer.writeMessage(
14374
+ 8,
14375
+ f,
14376
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
14377
+ );
14378
+ }
14379
+ f = message.getLastAssetRadarScan();
14380
+ if (f != null) {
14381
+ writer.writeMessage(
14382
+ 9,
14383
+ f,
14384
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
14385
+ );
14386
+ }
14387
+ f = message.getLastPerformanceScan();
14388
+ if (f != null) {
14389
+ writer.writeMessage(
14390
+ 10,
14391
+ f,
14392
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
14393
+ );
14394
+ }
14395
+ f = message.getLastLsPush();
14396
+ if (f != null) {
14397
+ writer.writeMessage(
14398
+ 11,
14399
+ f,
14400
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
14401
+ );
14402
+ }
14403
+ f = message.getLastScheduled();
14404
+ if (f != null) {
14405
+ writer.writeMessage(
14406
+ 12,
14407
+ f,
14408
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
14409
+ );
14410
+ }
14411
+ f = message.getLastTriggered();
14412
+ if (f != null) {
14413
+ writer.writeMessage(
14414
+ 13,
14415
+ f,
14416
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
14417
+ );
14418
+ }
14419
+ f = message.getLastLsAgentDirect();
14420
+ if (f != null) {
14421
+ writer.writeMessage(
14422
+ 14,
14423
+ f,
14424
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
14425
+ );
14426
+ }
14301
14427
  };
14302
14428
 
14303
14429
 
@@ -14486,6 +14612,339 @@ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.hasLastSccmScan = fun
14486
14612
  };
14487
14613
 
14488
14614
 
14615
+ /**
14616
+ * optional google.protobuf.Timestamp last_ls_agent = 6;
14617
+ * @return {?proto.google.protobuf.Timestamp}
14618
+ */
14619
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.getLastLsAgent = function() {
14620
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
14621
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 6));
14622
+ };
14623
+
14624
+
14625
+ /**
14626
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
14627
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
14628
+ */
14629
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.setLastLsAgent = function(value) {
14630
+ return jspb.Message.setWrapperField(this, 6, value);
14631
+ };
14632
+
14633
+
14634
+ /**
14635
+ * Clears the message field making it undefined.
14636
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
14637
+ */
14638
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.clearLastLsAgent = function() {
14639
+ return this.setLastLsAgent(undefined);
14640
+ };
14641
+
14642
+
14643
+ /**
14644
+ * Returns whether this field is set.
14645
+ * @return {boolean}
14646
+ */
14647
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.hasLastLsAgent = function() {
14648
+ return jspb.Message.getField(this, 6) != null;
14649
+ };
14650
+
14651
+
14652
+ /**
14653
+ * optional google.protobuf.Timestamp last_ls_fall_back = 7;
14654
+ * @return {?proto.google.protobuf.Timestamp}
14655
+ */
14656
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.getLastLsFallBack = function() {
14657
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
14658
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 7));
14659
+ };
14660
+
14661
+
14662
+ /**
14663
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
14664
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
14665
+ */
14666
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.setLastLsFallBack = function(value) {
14667
+ return jspb.Message.setWrapperField(this, 7, value);
14668
+ };
14669
+
14670
+
14671
+ /**
14672
+ * Clears the message field making it undefined.
14673
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
14674
+ */
14675
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.clearLastLsFallBack = function() {
14676
+ return this.setLastLsFallBack(undefined);
14677
+ };
14678
+
14679
+
14680
+ /**
14681
+ * Returns whether this field is set.
14682
+ * @return {boolean}
14683
+ */
14684
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.hasLastLsFallBack = function() {
14685
+ return jspb.Message.getField(this, 7) != null;
14686
+ };
14687
+
14688
+
14689
+ /**
14690
+ * optional google.protobuf.Timestamp last_work_group_scan = 8;
14691
+ * @return {?proto.google.protobuf.Timestamp}
14692
+ */
14693
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.getLastWorkGroupScan = function() {
14694
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
14695
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 8));
14696
+ };
14697
+
14698
+
14699
+ /**
14700
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
14701
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
14702
+ */
14703
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.setLastWorkGroupScan = function(value) {
14704
+ return jspb.Message.setWrapperField(this, 8, value);
14705
+ };
14706
+
14707
+
14708
+ /**
14709
+ * Clears the message field making it undefined.
14710
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
14711
+ */
14712
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.clearLastWorkGroupScan = function() {
14713
+ return this.setLastWorkGroupScan(undefined);
14714
+ };
14715
+
14716
+
14717
+ /**
14718
+ * Returns whether this field is set.
14719
+ * @return {boolean}
14720
+ */
14721
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.hasLastWorkGroupScan = function() {
14722
+ return jspb.Message.getField(this, 8) != null;
14723
+ };
14724
+
14725
+
14726
+ /**
14727
+ * optional google.protobuf.Timestamp last_asset_radar_scan = 9;
14728
+ * @return {?proto.google.protobuf.Timestamp}
14729
+ */
14730
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.getLastAssetRadarScan = function() {
14731
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
14732
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 9));
14733
+ };
14734
+
14735
+
14736
+ /**
14737
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
14738
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
14739
+ */
14740
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.setLastAssetRadarScan = function(value) {
14741
+ return jspb.Message.setWrapperField(this, 9, value);
14742
+ };
14743
+
14744
+
14745
+ /**
14746
+ * Clears the message field making it undefined.
14747
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
14748
+ */
14749
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.clearLastAssetRadarScan = function() {
14750
+ return this.setLastAssetRadarScan(undefined);
14751
+ };
14752
+
14753
+
14754
+ /**
14755
+ * Returns whether this field is set.
14756
+ * @return {boolean}
14757
+ */
14758
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.hasLastAssetRadarScan = function() {
14759
+ return jspb.Message.getField(this, 9) != null;
14760
+ };
14761
+
14762
+
14763
+ /**
14764
+ * optional google.protobuf.Timestamp last_performance_scan = 10;
14765
+ * @return {?proto.google.protobuf.Timestamp}
14766
+ */
14767
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.getLastPerformanceScan = function() {
14768
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
14769
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 10));
14770
+ };
14771
+
14772
+
14773
+ /**
14774
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
14775
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
14776
+ */
14777
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.setLastPerformanceScan = function(value) {
14778
+ return jspb.Message.setWrapperField(this, 10, value);
14779
+ };
14780
+
14781
+
14782
+ /**
14783
+ * Clears the message field making it undefined.
14784
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
14785
+ */
14786
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.clearLastPerformanceScan = function() {
14787
+ return this.setLastPerformanceScan(undefined);
14788
+ };
14789
+
14790
+
14791
+ /**
14792
+ * Returns whether this field is set.
14793
+ * @return {boolean}
14794
+ */
14795
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.hasLastPerformanceScan = function() {
14796
+ return jspb.Message.getField(this, 10) != null;
14797
+ };
14798
+
14799
+
14800
+ /**
14801
+ * optional google.protobuf.Timestamp last_ls_push = 11;
14802
+ * @return {?proto.google.protobuf.Timestamp}
14803
+ */
14804
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.getLastLsPush = function() {
14805
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
14806
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 11));
14807
+ };
14808
+
14809
+
14810
+ /**
14811
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
14812
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
14813
+ */
14814
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.setLastLsPush = function(value) {
14815
+ return jspb.Message.setWrapperField(this, 11, value);
14816
+ };
14817
+
14818
+
14819
+ /**
14820
+ * Clears the message field making it undefined.
14821
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
14822
+ */
14823
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.clearLastLsPush = function() {
14824
+ return this.setLastLsPush(undefined);
14825
+ };
14826
+
14827
+
14828
+ /**
14829
+ * Returns whether this field is set.
14830
+ * @return {boolean}
14831
+ */
14832
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.hasLastLsPush = function() {
14833
+ return jspb.Message.getField(this, 11) != null;
14834
+ };
14835
+
14836
+
14837
+ /**
14838
+ * optional google.protobuf.Timestamp last_scheduled = 12;
14839
+ * @return {?proto.google.protobuf.Timestamp}
14840
+ */
14841
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.getLastScheduled = function() {
14842
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
14843
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 12));
14844
+ };
14845
+
14846
+
14847
+ /**
14848
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
14849
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
14850
+ */
14851
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.setLastScheduled = function(value) {
14852
+ return jspb.Message.setWrapperField(this, 12, value);
14853
+ };
14854
+
14855
+
14856
+ /**
14857
+ * Clears the message field making it undefined.
14858
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
14859
+ */
14860
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.clearLastScheduled = function() {
14861
+ return this.setLastScheduled(undefined);
14862
+ };
14863
+
14864
+
14865
+ /**
14866
+ * Returns whether this field is set.
14867
+ * @return {boolean}
14868
+ */
14869
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.hasLastScheduled = function() {
14870
+ return jspb.Message.getField(this, 12) != null;
14871
+ };
14872
+
14873
+
14874
+ /**
14875
+ * optional google.protobuf.Timestamp last_triggered = 13;
14876
+ * @return {?proto.google.protobuf.Timestamp}
14877
+ */
14878
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.getLastTriggered = function() {
14879
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
14880
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 13));
14881
+ };
14882
+
14883
+
14884
+ /**
14885
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
14886
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
14887
+ */
14888
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.setLastTriggered = function(value) {
14889
+ return jspb.Message.setWrapperField(this, 13, value);
14890
+ };
14891
+
14892
+
14893
+ /**
14894
+ * Clears the message field making it undefined.
14895
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
14896
+ */
14897
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.clearLastTriggered = function() {
14898
+ return this.setLastTriggered(undefined);
14899
+ };
14900
+
14901
+
14902
+ /**
14903
+ * Returns whether this field is set.
14904
+ * @return {boolean}
14905
+ */
14906
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.hasLastTriggered = function() {
14907
+ return jspb.Message.getField(this, 13) != null;
14908
+ };
14909
+
14910
+
14911
+ /**
14912
+ * optional google.protobuf.Timestamp last_ls_agent_direct = 14;
14913
+ * @return {?proto.google.protobuf.Timestamp}
14914
+ */
14915
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.getLastLsAgentDirect = function() {
14916
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
14917
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 14));
14918
+ };
14919
+
14920
+
14921
+ /**
14922
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
14923
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
14924
+ */
14925
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.setLastLsAgentDirect = function(value) {
14926
+ return jspb.Message.setWrapperField(this, 14, value);
14927
+ };
14928
+
14929
+
14930
+ /**
14931
+ * Clears the message field making it undefined.
14932
+ * @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
14933
+ */
14934
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.clearLastLsAgentDirect = function() {
14935
+ return this.setLastLsAgentDirect(undefined);
14936
+ };
14937
+
14938
+
14939
+ /**
14940
+ * Returns whether this field is set.
14941
+ * @return {boolean}
14942
+ */
14943
+ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.hasLastLsAgentDirect = function() {
14944
+ return jspb.Message.getField(this, 14) != null;
14945
+ };
14946
+
14947
+
14489
14948
 
14490
14949
 
14491
14950