@lansweeper/data-platform-outbound-grpc 0.8.13 → 0.9.1

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 (47) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +94 -0
  4. package/gen-proto/outbound_pb.js +732 -2
  5. package/generated-go/outbound.pb.go +4726 -4463
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +44 -0
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser$1.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser$Builder.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUserOrBuilder.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPoints$1.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPoints$Builder.class +0 -0
  15. package/model/target/classes/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPoints.class +0 -0
  16. package/model/target/classes/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPointsOrBuilder.class +0 -0
  17. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  18. package/model/target/classes/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPoints$1.class +0 -0
  19. package/model/target/classes/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPoints$Builder.class +0 -0
  20. package/model/target/classes/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPoints.class +0 -0
  21. package/model/target/classes/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPointsOrBuilder.class +0 -0
  22. package/model/target/classes/com/lansweeper/dp/outbound/v1/Software$1.class +0 -0
  23. package/model/target/classes/com/lansweeper/dp/outbound/v1/Software$Builder.class +0 -0
  24. package/model/target/classes/com/lansweeper/dp/outbound/v1/Software.class +0 -0
  25. package/model/target/classes/com/lansweeper/dp/outbound/v1/SoftwareOrBuilder.class +0 -0
  26. package/model/target/classes/outbound.proto +44 -0
  27. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser.java +157 -0
  28. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryUserOrBuilder.java +17 -0
  29. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPoints.java +1270 -0
  30. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPointsOrBuilder.java +153 -0
  31. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +1319 -1279
  32. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPoints.java +939 -0
  33. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPointsOrBuilder.java +95 -0
  34. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Software.java +370 -0
  35. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SoftwareOrBuilder.java +30 -0
  36. package/model/target/maven-archiver/pom.properties +2 -2
  37. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +8 -0
  38. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +4 -0
  39. package/model/target/{outbound-model-0.8.12-sources.jar → outbound-model-0.9.0-sources.jar} +0 -0
  40. package/model/target/{outbound-model-0.8.12.jar → outbound-model-0.9.0.jar} +0 -0
  41. package/package.json +2 -2
  42. package/pom.xml +1 -1
  43. package/proto/outbound.proto +44 -0
  44. package/service/pom.xml +1 -1
  45. package/service/target/maven-archiver/pom.properties +2 -2
  46. package/service/target/{outbound-service-0.8.12-sources.jar → outbound-service-0.9.0-sources.jar} +0 -0
  47. package/service/target/{outbound-service-0.8.12.jar → outbound-service-0.9.0.jar} +0 -0
@@ -0,0 +1,95 @@
1
+ // Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ // source: outbound.proto
3
+
4
+ // Protobuf Java Version: 3.25.1
5
+ package com.lansweeper.dp.outbound.v1;
6
+
7
+ public interface RhelBasedSoftwareDataPointsOrBuilder extends
8
+ // @@protoc_insertion_point(interface_extends:com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints)
9
+ com.google.protobuf.MessageOrBuilder {
10
+
11
+ /**
12
+ * <pre>
13
+ * For RPM packages, the original source RPM file name from which the binary package was built.
14
+ * Example: "ntp-4.2.6p5-10.el6.centos.2.src.rpm"
15
+ * </pre>
16
+ *
17
+ * <code>optional string source_rpm = 1;</code>
18
+ * @return Whether the sourceRpm field is set.
19
+ */
20
+ boolean hasSourceRpm();
21
+ /**
22
+ * <pre>
23
+ * For RPM packages, the original source RPM file name from which the binary package was built.
24
+ * Example: "ntp-4.2.6p5-10.el6.centos.2.src.rpm"
25
+ * </pre>
26
+ *
27
+ * <code>optional string source_rpm = 1;</code>
28
+ * @return The sourceRpm.
29
+ */
30
+ java.lang.String getSourceRpm();
31
+ /**
32
+ * <pre>
33
+ * For RPM packages, the original source RPM file name from which the binary package was built.
34
+ * Example: "ntp-4.2.6p5-10.el6.centos.2.src.rpm"
35
+ * </pre>
36
+ *
37
+ * <code>optional string source_rpm = 1;</code>
38
+ * @return The bytes for sourceRpm.
39
+ */
40
+ com.google.protobuf.ByteString
41
+ getSourceRpmBytes();
42
+
43
+ /**
44
+ * <pre>
45
+ * The epoch number for RPM packages. Used in version comparison to handle cases where upstream versioning changes.
46
+ * Example: "1" for "1:2.3.4-5". Defaults to 0 if no explicit epoch is present.
47
+ * </pre>
48
+ *
49
+ * <code>optional uint32 epoch = 2;</code>
50
+ * @return Whether the epoch field is set.
51
+ */
52
+ boolean hasEpoch();
53
+ /**
54
+ * <pre>
55
+ * The epoch number for RPM packages. Used in version comparison to handle cases where upstream versioning changes.
56
+ * Example: "1" for "1:2.3.4-5". Defaults to 0 if no explicit epoch is present.
57
+ * </pre>
58
+ *
59
+ * <code>optional uint32 epoch = 2;</code>
60
+ * @return The epoch.
61
+ */
62
+ int getEpoch();
63
+
64
+ /**
65
+ * <pre>
66
+ * The originating repository for the software. Currently primarily observed for Amazon Linux 2+
67
+ * where 'repoquery' can provide this information (e.g., "amzn2-core", "epel").
68
+ * </pre>
69
+ *
70
+ * <code>optional string ui_from_repo = 3;</code>
71
+ * @return Whether the uiFromRepo field is set.
72
+ */
73
+ boolean hasUiFromRepo();
74
+ /**
75
+ * <pre>
76
+ * The originating repository for the software. Currently primarily observed for Amazon Linux 2+
77
+ * where 'repoquery' can provide this information (e.g., "amzn2-core", "epel").
78
+ * </pre>
79
+ *
80
+ * <code>optional string ui_from_repo = 3;</code>
81
+ * @return The uiFromRepo.
82
+ */
83
+ java.lang.String getUiFromRepo();
84
+ /**
85
+ * <pre>
86
+ * The originating repository for the software. Currently primarily observed for Amazon Linux 2+
87
+ * where 'repoquery' can provide this information (e.g., "amzn2-core", "epel").
88
+ * </pre>
89
+ *
90
+ * <code>optional string ui_from_repo = 3;</code>
91
+ * @return The bytes for uiFromRepo.
92
+ */
93
+ com.google.protobuf.ByteString
94
+ getUiFromRepoBytes();
95
+ }
@@ -1062,6 +1062,58 @@ private static final long serialVersionUID = 0L;
1062
1062
  return catalogParent_ == null ? com.lansweeper.dp.outbound.v1.CatalogSoftware.getDefaultInstance() : catalogParent_;
1063
1063
  }
1064
1064
 
1065
+ public static final int RHEL_BASED_DATA_POINTS_FIELD_NUMBER = 53;
1066
+ private com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints rhelBasedDataPoints_;
1067
+ /**
1068
+ * <code>optional .com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints rhel_based_data_points = 53;</code>
1069
+ * @return Whether the rhelBasedDataPoints field is set.
1070
+ */
1071
+ @java.lang.Override
1072
+ public boolean hasRhelBasedDataPoints() {
1073
+ return ((bitField0_ & 0x01000000) != 0);
1074
+ }
1075
+ /**
1076
+ * <code>optional .com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints rhel_based_data_points = 53;</code>
1077
+ * @return The rhelBasedDataPoints.
1078
+ */
1079
+ @java.lang.Override
1080
+ public com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints getRhelBasedDataPoints() {
1081
+ return rhelBasedDataPoints_ == null ? com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints.getDefaultInstance() : rhelBasedDataPoints_;
1082
+ }
1083
+ /**
1084
+ * <code>optional .com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints rhel_based_data_points = 53;</code>
1085
+ */
1086
+ @java.lang.Override
1087
+ public com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPointsOrBuilder getRhelBasedDataPointsOrBuilder() {
1088
+ return rhelBasedDataPoints_ == null ? com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints.getDefaultInstance() : rhelBasedDataPoints_;
1089
+ }
1090
+
1091
+ public static final int DEBIAN_BASED_DATA_POINTS_FIELD_NUMBER = 54;
1092
+ private com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints debianBasedDataPoints_;
1093
+ /**
1094
+ * <code>optional .com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints debian_based_data_points = 54;</code>
1095
+ * @return Whether the debianBasedDataPoints field is set.
1096
+ */
1097
+ @java.lang.Override
1098
+ public boolean hasDebianBasedDataPoints() {
1099
+ return ((bitField0_ & 0x02000000) != 0);
1100
+ }
1101
+ /**
1102
+ * <code>optional .com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints debian_based_data_points = 54;</code>
1103
+ * @return The debianBasedDataPoints.
1104
+ */
1105
+ @java.lang.Override
1106
+ public com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints getDebianBasedDataPoints() {
1107
+ return debianBasedDataPoints_ == null ? com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.getDefaultInstance() : debianBasedDataPoints_;
1108
+ }
1109
+ /**
1110
+ * <code>optional .com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints debian_based_data_points = 54;</code>
1111
+ */
1112
+ @java.lang.Override
1113
+ public com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPointsOrBuilder getDebianBasedDataPointsOrBuilder() {
1114
+ return debianBasedDataPoints_ == null ? com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.getDefaultInstance() : debianBasedDataPoints_;
1115
+ }
1116
+
1065
1117
  private byte memoizedIsInitialized = -1;
1066
1118
  @java.lang.Override
1067
1119
  public final boolean isInitialized() {
@@ -1151,6 +1203,12 @@ private static final long serialVersionUID = 0L;
1151
1203
  if (((bitField0_ & 0x00800000) != 0)) {
1152
1204
  output.writeMessage(52, getCatalogParent());
1153
1205
  }
1206
+ if (((bitField0_ & 0x01000000) != 0)) {
1207
+ output.writeMessage(53, getRhelBasedDataPoints());
1208
+ }
1209
+ if (((bitField0_ & 0x02000000) != 0)) {
1210
+ output.writeMessage(54, getDebianBasedDataPoints());
1211
+ }
1154
1212
  getUnknownFields().writeTo(output);
1155
1213
  }
1156
1214
 
@@ -1250,6 +1308,14 @@ private static final long serialVersionUID = 0L;
1250
1308
  size += com.google.protobuf.CodedOutputStream
1251
1309
  .computeMessageSize(52, getCatalogParent());
1252
1310
  }
1311
+ if (((bitField0_ & 0x01000000) != 0)) {
1312
+ size += com.google.protobuf.CodedOutputStream
1313
+ .computeMessageSize(53, getRhelBasedDataPoints());
1314
+ }
1315
+ if (((bitField0_ & 0x02000000) != 0)) {
1316
+ size += com.google.protobuf.CodedOutputStream
1317
+ .computeMessageSize(54, getDebianBasedDataPoints());
1318
+ }
1253
1319
  size += getUnknownFields().getSerializedSize();
1254
1320
  memoizedSize = size;
1255
1321
  return size;
@@ -1387,6 +1453,16 @@ private static final long serialVersionUID = 0L;
1387
1453
  if (!getCatalogParent()
1388
1454
  .equals(other.getCatalogParent())) return false;
1389
1455
  }
1456
+ if (hasRhelBasedDataPoints() != other.hasRhelBasedDataPoints()) return false;
1457
+ if (hasRhelBasedDataPoints()) {
1458
+ if (!getRhelBasedDataPoints()
1459
+ .equals(other.getRhelBasedDataPoints())) return false;
1460
+ }
1461
+ if (hasDebianBasedDataPoints() != other.hasDebianBasedDataPoints()) return false;
1462
+ if (hasDebianBasedDataPoints()) {
1463
+ if (!getDebianBasedDataPoints()
1464
+ .equals(other.getDebianBasedDataPoints())) return false;
1465
+ }
1390
1466
  if (!getUnknownFields().equals(other.getUnknownFields())) return false;
1391
1467
  return true;
1392
1468
  }
@@ -1503,6 +1579,14 @@ private static final long serialVersionUID = 0L;
1503
1579
  hash = (37 * hash) + CATALOG_PARENT_FIELD_NUMBER;
1504
1580
  hash = (53 * hash) + getCatalogParent().hashCode();
1505
1581
  }
1582
+ if (hasRhelBasedDataPoints()) {
1583
+ hash = (37 * hash) + RHEL_BASED_DATA_POINTS_FIELD_NUMBER;
1584
+ hash = (53 * hash) + getRhelBasedDataPoints().hashCode();
1585
+ }
1586
+ if (hasDebianBasedDataPoints()) {
1587
+ hash = (37 * hash) + DEBIAN_BASED_DATA_POINTS_FIELD_NUMBER;
1588
+ hash = (53 * hash) + getDebianBasedDataPoints().hashCode();
1589
+ }
1506
1590
  hash = (29 * hash) + getUnknownFields().hashCode();
1507
1591
  memoizedHashCode = hash;
1508
1592
  return hash;
@@ -1646,6 +1730,8 @@ private static final long serialVersionUID = 0L;
1646
1730
  getCatalogBrandFieldBuilder();
1647
1731
  getCatalogSoftwareFieldBuilder();
1648
1732
  getCatalogParentFieldBuilder();
1733
+ getRhelBasedDataPointsFieldBuilder();
1734
+ getDebianBasedDataPointsFieldBuilder();
1649
1735
  }
1650
1736
  }
1651
1737
  @java.lang.Override
@@ -1694,6 +1780,16 @@ private static final long serialVersionUID = 0L;
1694
1780
  catalogParentBuilder_.dispose();
1695
1781
  catalogParentBuilder_ = null;
1696
1782
  }
1783
+ rhelBasedDataPoints_ = null;
1784
+ if (rhelBasedDataPointsBuilder_ != null) {
1785
+ rhelBasedDataPointsBuilder_.dispose();
1786
+ rhelBasedDataPointsBuilder_ = null;
1787
+ }
1788
+ debianBasedDataPoints_ = null;
1789
+ if (debianBasedDataPointsBuilder_ != null) {
1790
+ debianBasedDataPointsBuilder_.dispose();
1791
+ debianBasedDataPointsBuilder_ = null;
1792
+ }
1697
1793
  return this;
1698
1794
  }
1699
1795
 
@@ -1836,6 +1932,18 @@ private static final long serialVersionUID = 0L;
1836
1932
  : catalogParentBuilder_.build();
1837
1933
  to_bitField0_ |= 0x00800000;
1838
1934
  }
1935
+ if (((from_bitField0_ & 0x02000000) != 0)) {
1936
+ result.rhelBasedDataPoints_ = rhelBasedDataPointsBuilder_ == null
1937
+ ? rhelBasedDataPoints_
1938
+ : rhelBasedDataPointsBuilder_.build();
1939
+ to_bitField0_ |= 0x01000000;
1940
+ }
1941
+ if (((from_bitField0_ & 0x04000000) != 0)) {
1942
+ result.debianBasedDataPoints_ = debianBasedDataPointsBuilder_ == null
1943
+ ? debianBasedDataPoints_
1944
+ : debianBasedDataPointsBuilder_.build();
1945
+ to_bitField0_ |= 0x02000000;
1946
+ }
1839
1947
  result.bitField0_ |= to_bitField0_;
1840
1948
  }
1841
1949
 
@@ -1993,6 +2101,12 @@ private static final long serialVersionUID = 0L;
1993
2101
  if (other.hasCatalogParent()) {
1994
2102
  mergeCatalogParent(other.getCatalogParent());
1995
2103
  }
2104
+ if (other.hasRhelBasedDataPoints()) {
2105
+ mergeRhelBasedDataPoints(other.getRhelBasedDataPoints());
2106
+ }
2107
+ if (other.hasDebianBasedDataPoints()) {
2108
+ mergeDebianBasedDataPoints(other.getDebianBasedDataPoints());
2109
+ }
1996
2110
  this.mergeUnknownFields(other.getUnknownFields());
1997
2111
  onChanged();
1998
2112
  return this;
@@ -2153,6 +2267,20 @@ private static final long serialVersionUID = 0L;
2153
2267
  bitField0_ |= 0x01000000;
2154
2268
  break;
2155
2269
  } // case 418
2270
+ case 426: {
2271
+ input.readMessage(
2272
+ getRhelBasedDataPointsFieldBuilder().getBuilder(),
2273
+ extensionRegistry);
2274
+ bitField0_ |= 0x02000000;
2275
+ break;
2276
+ } // case 426
2277
+ case 434: {
2278
+ input.readMessage(
2279
+ getDebianBasedDataPointsFieldBuilder().getBuilder(),
2280
+ extensionRegistry);
2281
+ bitField0_ |= 0x04000000;
2282
+ break;
2283
+ } // case 434
2156
2284
  default: {
2157
2285
  if (!super.parseUnknownField(input, extensionRegistry, tag)) {
2158
2286
  done = true; // was an endgroup tag
@@ -4314,6 +4442,248 @@ private static final long serialVersionUID = 0L;
4314
4442
  }
4315
4443
  return catalogParentBuilder_;
4316
4444
  }
4445
+
4446
+ private com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints rhelBasedDataPoints_;
4447
+ private com.google.protobuf.SingleFieldBuilderV3<
4448
+ com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints, com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints.Builder, com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPointsOrBuilder> rhelBasedDataPointsBuilder_;
4449
+ /**
4450
+ * <code>optional .com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints rhel_based_data_points = 53;</code>
4451
+ * @return Whether the rhelBasedDataPoints field is set.
4452
+ */
4453
+ public boolean hasRhelBasedDataPoints() {
4454
+ return ((bitField0_ & 0x02000000) != 0);
4455
+ }
4456
+ /**
4457
+ * <code>optional .com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints rhel_based_data_points = 53;</code>
4458
+ * @return The rhelBasedDataPoints.
4459
+ */
4460
+ public com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints getRhelBasedDataPoints() {
4461
+ if (rhelBasedDataPointsBuilder_ == null) {
4462
+ return rhelBasedDataPoints_ == null ? com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints.getDefaultInstance() : rhelBasedDataPoints_;
4463
+ } else {
4464
+ return rhelBasedDataPointsBuilder_.getMessage();
4465
+ }
4466
+ }
4467
+ /**
4468
+ * <code>optional .com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints rhel_based_data_points = 53;</code>
4469
+ */
4470
+ public Builder setRhelBasedDataPoints(com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints value) {
4471
+ if (rhelBasedDataPointsBuilder_ == null) {
4472
+ if (value == null) {
4473
+ throw new NullPointerException();
4474
+ }
4475
+ rhelBasedDataPoints_ = value;
4476
+ } else {
4477
+ rhelBasedDataPointsBuilder_.setMessage(value);
4478
+ }
4479
+ bitField0_ |= 0x02000000;
4480
+ onChanged();
4481
+ return this;
4482
+ }
4483
+ /**
4484
+ * <code>optional .com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints rhel_based_data_points = 53;</code>
4485
+ */
4486
+ public Builder setRhelBasedDataPoints(
4487
+ com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints.Builder builderForValue) {
4488
+ if (rhelBasedDataPointsBuilder_ == null) {
4489
+ rhelBasedDataPoints_ = builderForValue.build();
4490
+ } else {
4491
+ rhelBasedDataPointsBuilder_.setMessage(builderForValue.build());
4492
+ }
4493
+ bitField0_ |= 0x02000000;
4494
+ onChanged();
4495
+ return this;
4496
+ }
4497
+ /**
4498
+ * <code>optional .com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints rhel_based_data_points = 53;</code>
4499
+ */
4500
+ public Builder mergeRhelBasedDataPoints(com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints value) {
4501
+ if (rhelBasedDataPointsBuilder_ == null) {
4502
+ if (((bitField0_ & 0x02000000) != 0) &&
4503
+ rhelBasedDataPoints_ != null &&
4504
+ rhelBasedDataPoints_ != com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints.getDefaultInstance()) {
4505
+ getRhelBasedDataPointsBuilder().mergeFrom(value);
4506
+ } else {
4507
+ rhelBasedDataPoints_ = value;
4508
+ }
4509
+ } else {
4510
+ rhelBasedDataPointsBuilder_.mergeFrom(value);
4511
+ }
4512
+ if (rhelBasedDataPoints_ != null) {
4513
+ bitField0_ |= 0x02000000;
4514
+ onChanged();
4515
+ }
4516
+ return this;
4517
+ }
4518
+ /**
4519
+ * <code>optional .com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints rhel_based_data_points = 53;</code>
4520
+ */
4521
+ public Builder clearRhelBasedDataPoints() {
4522
+ bitField0_ = (bitField0_ & ~0x02000000);
4523
+ rhelBasedDataPoints_ = null;
4524
+ if (rhelBasedDataPointsBuilder_ != null) {
4525
+ rhelBasedDataPointsBuilder_.dispose();
4526
+ rhelBasedDataPointsBuilder_ = null;
4527
+ }
4528
+ onChanged();
4529
+ return this;
4530
+ }
4531
+ /**
4532
+ * <code>optional .com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints rhel_based_data_points = 53;</code>
4533
+ */
4534
+ public com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints.Builder getRhelBasedDataPointsBuilder() {
4535
+ bitField0_ |= 0x02000000;
4536
+ onChanged();
4537
+ return getRhelBasedDataPointsFieldBuilder().getBuilder();
4538
+ }
4539
+ /**
4540
+ * <code>optional .com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints rhel_based_data_points = 53;</code>
4541
+ */
4542
+ public com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPointsOrBuilder getRhelBasedDataPointsOrBuilder() {
4543
+ if (rhelBasedDataPointsBuilder_ != null) {
4544
+ return rhelBasedDataPointsBuilder_.getMessageOrBuilder();
4545
+ } else {
4546
+ return rhelBasedDataPoints_ == null ?
4547
+ com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints.getDefaultInstance() : rhelBasedDataPoints_;
4548
+ }
4549
+ }
4550
+ /**
4551
+ * <code>optional .com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints rhel_based_data_points = 53;</code>
4552
+ */
4553
+ private com.google.protobuf.SingleFieldBuilderV3<
4554
+ com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints, com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints.Builder, com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPointsOrBuilder>
4555
+ getRhelBasedDataPointsFieldBuilder() {
4556
+ if (rhelBasedDataPointsBuilder_ == null) {
4557
+ rhelBasedDataPointsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
4558
+ com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints, com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints.Builder, com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPointsOrBuilder>(
4559
+ getRhelBasedDataPoints(),
4560
+ getParentForChildren(),
4561
+ isClean());
4562
+ rhelBasedDataPoints_ = null;
4563
+ }
4564
+ return rhelBasedDataPointsBuilder_;
4565
+ }
4566
+
4567
+ private com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints debianBasedDataPoints_;
4568
+ private com.google.protobuf.SingleFieldBuilderV3<
4569
+ com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints, com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.Builder, com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPointsOrBuilder> debianBasedDataPointsBuilder_;
4570
+ /**
4571
+ * <code>optional .com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints debian_based_data_points = 54;</code>
4572
+ * @return Whether the debianBasedDataPoints field is set.
4573
+ */
4574
+ public boolean hasDebianBasedDataPoints() {
4575
+ return ((bitField0_ & 0x04000000) != 0);
4576
+ }
4577
+ /**
4578
+ * <code>optional .com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints debian_based_data_points = 54;</code>
4579
+ * @return The debianBasedDataPoints.
4580
+ */
4581
+ public com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints getDebianBasedDataPoints() {
4582
+ if (debianBasedDataPointsBuilder_ == null) {
4583
+ return debianBasedDataPoints_ == null ? com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.getDefaultInstance() : debianBasedDataPoints_;
4584
+ } else {
4585
+ return debianBasedDataPointsBuilder_.getMessage();
4586
+ }
4587
+ }
4588
+ /**
4589
+ * <code>optional .com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints debian_based_data_points = 54;</code>
4590
+ */
4591
+ public Builder setDebianBasedDataPoints(com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints value) {
4592
+ if (debianBasedDataPointsBuilder_ == null) {
4593
+ if (value == null) {
4594
+ throw new NullPointerException();
4595
+ }
4596
+ debianBasedDataPoints_ = value;
4597
+ } else {
4598
+ debianBasedDataPointsBuilder_.setMessage(value);
4599
+ }
4600
+ bitField0_ |= 0x04000000;
4601
+ onChanged();
4602
+ return this;
4603
+ }
4604
+ /**
4605
+ * <code>optional .com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints debian_based_data_points = 54;</code>
4606
+ */
4607
+ public Builder setDebianBasedDataPoints(
4608
+ com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.Builder builderForValue) {
4609
+ if (debianBasedDataPointsBuilder_ == null) {
4610
+ debianBasedDataPoints_ = builderForValue.build();
4611
+ } else {
4612
+ debianBasedDataPointsBuilder_.setMessage(builderForValue.build());
4613
+ }
4614
+ bitField0_ |= 0x04000000;
4615
+ onChanged();
4616
+ return this;
4617
+ }
4618
+ /**
4619
+ * <code>optional .com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints debian_based_data_points = 54;</code>
4620
+ */
4621
+ public Builder mergeDebianBasedDataPoints(com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints value) {
4622
+ if (debianBasedDataPointsBuilder_ == null) {
4623
+ if (((bitField0_ & 0x04000000) != 0) &&
4624
+ debianBasedDataPoints_ != null &&
4625
+ debianBasedDataPoints_ != com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.getDefaultInstance()) {
4626
+ getDebianBasedDataPointsBuilder().mergeFrom(value);
4627
+ } else {
4628
+ debianBasedDataPoints_ = value;
4629
+ }
4630
+ } else {
4631
+ debianBasedDataPointsBuilder_.mergeFrom(value);
4632
+ }
4633
+ if (debianBasedDataPoints_ != null) {
4634
+ bitField0_ |= 0x04000000;
4635
+ onChanged();
4636
+ }
4637
+ return this;
4638
+ }
4639
+ /**
4640
+ * <code>optional .com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints debian_based_data_points = 54;</code>
4641
+ */
4642
+ public Builder clearDebianBasedDataPoints() {
4643
+ bitField0_ = (bitField0_ & ~0x04000000);
4644
+ debianBasedDataPoints_ = null;
4645
+ if (debianBasedDataPointsBuilder_ != null) {
4646
+ debianBasedDataPointsBuilder_.dispose();
4647
+ debianBasedDataPointsBuilder_ = null;
4648
+ }
4649
+ onChanged();
4650
+ return this;
4651
+ }
4652
+ /**
4653
+ * <code>optional .com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints debian_based_data_points = 54;</code>
4654
+ */
4655
+ public com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.Builder getDebianBasedDataPointsBuilder() {
4656
+ bitField0_ |= 0x04000000;
4657
+ onChanged();
4658
+ return getDebianBasedDataPointsFieldBuilder().getBuilder();
4659
+ }
4660
+ /**
4661
+ * <code>optional .com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints debian_based_data_points = 54;</code>
4662
+ */
4663
+ public com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPointsOrBuilder getDebianBasedDataPointsOrBuilder() {
4664
+ if (debianBasedDataPointsBuilder_ != null) {
4665
+ return debianBasedDataPointsBuilder_.getMessageOrBuilder();
4666
+ } else {
4667
+ return debianBasedDataPoints_ == null ?
4668
+ com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.getDefaultInstance() : debianBasedDataPoints_;
4669
+ }
4670
+ }
4671
+ /**
4672
+ * <code>optional .com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints debian_based_data_points = 54;</code>
4673
+ */
4674
+ private com.google.protobuf.SingleFieldBuilderV3<
4675
+ com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints, com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.Builder, com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPointsOrBuilder>
4676
+ getDebianBasedDataPointsFieldBuilder() {
4677
+ if (debianBasedDataPointsBuilder_ == null) {
4678
+ debianBasedDataPointsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
4679
+ com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints, com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.Builder, com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPointsOrBuilder>(
4680
+ getDebianBasedDataPoints(),
4681
+ getParentForChildren(),
4682
+ isClean());
4683
+ debianBasedDataPoints_ = null;
4684
+ }
4685
+ return debianBasedDataPointsBuilder_;
4686
+ }
4317
4687
  @java.lang.Override
4318
4688
  public final Builder setUnknownFields(
4319
4689
  final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -480,4 +480,34 @@ public interface SoftwareOrBuilder extends
480
480
  * <code>optional .com.lansweeper.dp.outbound.v1.CatalogSoftware catalog_parent = 52;</code>
481
481
  */
482
482
  com.lansweeper.dp.outbound.v1.CatalogSoftwareOrBuilder getCatalogParentOrBuilder();
483
+
484
+ /**
485
+ * <code>optional .com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints rhel_based_data_points = 53;</code>
486
+ * @return Whether the rhelBasedDataPoints field is set.
487
+ */
488
+ boolean hasRhelBasedDataPoints();
489
+ /**
490
+ * <code>optional .com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints rhel_based_data_points = 53;</code>
491
+ * @return The rhelBasedDataPoints.
492
+ */
493
+ com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints getRhelBasedDataPoints();
494
+ /**
495
+ * <code>optional .com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints rhel_based_data_points = 53;</code>
496
+ */
497
+ com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPointsOrBuilder getRhelBasedDataPointsOrBuilder();
498
+
499
+ /**
500
+ * <code>optional .com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints debian_based_data_points = 54;</code>
501
+ * @return Whether the debianBasedDataPoints field is set.
502
+ */
503
+ boolean hasDebianBasedDataPoints();
504
+ /**
505
+ * <code>optional .com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints debian_based_data_points = 54;</code>
506
+ * @return The debianBasedDataPoints.
507
+ */
508
+ com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints getDebianBasedDataPoints();
509
+ /**
510
+ * <code>optional .com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints debian_based_data_points = 54;</code>
511
+ */
512
+ com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPointsOrBuilder getDebianBasedDataPointsOrBuilder();
483
513
  }
@@ -1,5 +1,5 @@
1
1
  #Generated by Maven
2
- #Wed Jul 09 12:52:37 UTC 2025
2
+ #Mon Aug 25 15:20:01 UTC 2025
3
3
  groupId=com.lansweeper.dp.outbound.v1
4
4
  artifactId=outbound-model
5
- version=0.8.12
5
+ version=0.9.0
@@ -130,6 +130,7 @@ com/lansweeper/dp/outbound/v1/Memory$Builder.class
130
130
  com/lansweeper/dp/outbound/v1/WindowsCertificateEnhancedKeyUsageOrBuilder.class
131
131
  com/lansweeper/dp/outbound/v1/WindowsMappedDrive$1.class
132
132
  com/lansweeper/dp/outbound/v1/NetworkVolumeOrBuilder.class
133
+ com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPoints.class
133
134
  com/lansweeper/dp/outbound/v1/EntityFilter$EntryState$1.class
134
135
  com/lansweeper/dp/outbound/v1/ComputerLinuxLogicalVolume$1.class
135
136
  com/lansweeper/dp/outbound/v1/AssetGroupLink$Builder.class
@@ -149,6 +150,7 @@ com/lansweeper/dp/outbound/v1/WindowsComputerRegistryInfo.class
149
150
  com/lansweeper/dp/outbound/v1/PcmciaController.class
150
151
  com/lansweeper/dp/outbound/v1/SccmClient.class
151
152
  com/lansweeper/dp/outbound/v1/ComputerMacDiagnosticsOrBuilder.class
153
+ com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPoints.class
152
154
  com/lansweeper/dp/outbound/v1/ComputerMacAccessibilityOrBuilder.class
153
155
  com/lansweeper/dp/outbound/v1/CatalogOsOrBuilder.class
154
156
  com/lansweeper/dp/outbound/v1/ComputerInfraredOrBuilder.class
@@ -159,6 +161,7 @@ com/lansweeper/dp/outbound/v1/PcmciaController$Builder.class
159
161
  com/lansweeper/dp/outbound/v1/Ups$1.class
160
162
  com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisor$Builder.class
161
163
  com/lansweeper/dp/outbound/v1/EsxiCluster$1.class
164
+ com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPoints$1.class
162
165
  com/lansweeper/dp/outbound/v1/MacMonitorInfo.class
163
166
  com/lansweeper/dp/outbound/v1/MacRegionalRecoveryOsSettingsOrBuilder.class
164
167
  com/lansweeper/dp/outbound/v1/SnmpInfoOrBuilder.class
@@ -307,6 +310,7 @@ com/lansweeper/dp/outbound/v1/WindowsHyperVChangeEventOrBuilder.class
307
310
  com/lansweeper/dp/outbound/v1/CitrixVirtualBlockDevice.class
308
311
  com/lansweeper/dp/outbound/v1/SqlServerClusterNode$Builder.class
309
312
  com/lansweeper/dp/outbound/v1/IntuneDevice.class
313
+ com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPoints$1.class
310
314
  com/lansweeper/dp/outbound/v1/WindowsMappedDriveOrBuilder.class
311
315
  com/lansweeper/dp/outbound/v1/PhysicalMemoryOrBuilder.class
312
316
  com/lansweeper/dp/outbound/v1/GetIpLocationConfigRequestOrBuilder.class
@@ -620,6 +624,7 @@ com/lansweeper/dp/outbound/v1/ComputerWindowsPageFile$Builder.class
620
624
  com/lansweeper/dp/outbound/v1/VmwareVCenter$VcenterDatacentersDefaultEntryHolder.class
621
625
  com/lansweeper/dp/outbound/v1/ComputerMacNetworkLocation.class
622
626
  com/lansweeper/dp/outbound/v1/ComputerWindowsEnvironment.class
627
+ com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPoints$Builder.class
623
628
  com/lansweeper/dp/outbound/v1/Chassis.class
624
629
  com/lansweeper/dp/outbound/v1/ThunderboltPort$1.class
625
630
  com/lansweeper/dp/outbound/v1/CatalogLookupRequestOrBuilder.class
@@ -806,6 +811,7 @@ com/lansweeper/dp/outbound/v1/SccmServer$Builder.class
806
811
  com/lansweeper/dp/outbound/v1/CatalogMonitor.class
807
812
  com/lansweeper/dp/outbound/v1/ActiveDirectoryDomain$Builder.class
808
813
  com/lansweeper/dp/outbound/v1/CitrixVirtualInterfaceAddressOrBuilder.class
814
+ com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPointsOrBuilder.class
809
815
  com/lansweeper/dp/outbound/v1/Processor$Builder.class
810
816
  com/lansweeper/dp/outbound/v1/ComputerMacCardReader.class
811
817
  com/lansweeper/dp/outbound/v1/MacDiskVolume$1.class
@@ -1002,6 +1008,7 @@ com/lansweeper/dp/outbound/v1/Keyboard.class
1002
1008
  com/lansweeper/dp/outbound/v1/CatalogLookupRequest$Builder.class
1003
1009
  com/lansweeper/dp/outbound/v1/DeconcileRequest$Builder.class
1004
1010
  com/lansweeper/dp/outbound/v1/PhysicalMemory$Builder.class
1011
+ com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPointsOrBuilder.class
1005
1012
  com/lansweeper/dp/outbound/v1/EntityFilter$EntryState.class
1006
1013
  com/lansweeper/dp/outbound/v1/CitrixPoolRestriction$Builder.class
1007
1014
  com/lansweeper/dp/outbound/v1/VmwareDatacenterOrBuilder.class
@@ -1062,6 +1069,7 @@ com/lansweeper/dp/outbound/v1/WiFiInterfaceOrBuilder.class
1062
1069
  com/lansweeper/dp/outbound/v1/MacRegionalUserSettings$Builder.class
1063
1070
  com/lansweeper/dp/outbound/v1/CatalogModel$1.class
1064
1071
  com/lansweeper/dp/outbound/v1/ScsiController.class
1072
+ com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPoints$Builder.class
1065
1073
  com/lansweeper/dp/outbound/v1/VmwareDisk$1.class
1066
1074
  com/lansweeper/dp/outbound/v1/SharedPermission.class
1067
1075
  com/lansweeper/dp/outbound/v1/CitrixVirtualInterfaceAddress.class