@lansweeper/data-platform-outbound-grpc 0.3.15 → 0.3.16

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 +8 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +68 -0
  4. package/gen-proto/outbound_pb.js +590 -3
  5. package/generated-go/outbound.pb.go +10064 -9879
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +24 -0
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset$1.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset$Builder.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetOrBuilder.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/DataProcessor$1.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/DataProcessor$Builder.class +0 -0
  15. package/model/target/classes/com/lansweeper/dp/outbound/v1/DataProcessor.class +0 -0
  16. package/model/target/classes/com/lansweeper/dp/outbound/v1/DataProcessorOrBuilder.class +0 -0
  17. package/model/target/classes/com/lansweeper/dp/outbound/v1/Group$1.class +0 -0
  18. package/model/target/classes/com/lansweeper/dp/outbound/v1/Group$Builder.class +0 -0
  19. package/model/target/classes/com/lansweeper/dp/outbound/v1/Group.class +0 -0
  20. package/model/target/classes/com/lansweeper/dp/outbound/v1/GroupOrBuilder.class +0 -0
  21. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  22. package/model/target/classes/com/lansweeper/dp/outbound/v1/User$1.class +0 -0
  23. package/model/target/classes/com/lansweeper/dp/outbound/v1/User$Builder.class +0 -0
  24. package/model/target/classes/com/lansweeper/dp/outbound/v1/User.class +0 -0
  25. package/model/target/classes/com/lansweeper/dp/outbound/v1/UserOrBuilder.class +0 -0
  26. package/model/target/classes/outbound.proto +24 -0
  27. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Asset.java +847 -312
  28. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetOrBuilder.java +64 -0
  29. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DataProcessor.java +1405 -0
  30. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DataProcessorOrBuilder.java +121 -0
  31. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Group.java +430 -79
  32. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/GroupOrBuilder.java +24 -0
  33. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +2958 -2934
  34. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/User.java +430 -79
  35. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/UserOrBuilder.java +24 -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 +4 -0
  38. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +2 -0
  39. package/model/target/{outbound-model-0.3.14-sources.jar → outbound-model-0.3.15-sources.jar} +0 -0
  40. package/model/target/{outbound-model-0.3.14.jar → outbound-model-0.3.15.jar} +0 -0
  41. package/package.json +2 -2
  42. package/pom.xml +1 -1
  43. package/proto/outbound.proto +24 -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.3.14-sources.jar → outbound-service-0.3.15-sources.jar} +0 -0
  47. package/service/target/{outbound-service-0.3.14.jar → outbound-service-0.3.15.jar} +0 -0
@@ -25,6 +25,7 @@ private static final long serialVersionUID = 0L;
25
25
  lastSyncedSourceName_ = "";
26
26
  sourceInfo_ = java.util.Collections.emptyList();
27
27
  unlinkedSourceInfo_ = java.util.Collections.emptyList();
28
+ dataProcessor_ = java.util.Collections.emptyList();
28
29
  uniqueKey_ = "";
29
30
  scanError_ = java.util.Collections.emptyList();
30
31
  tag_ = java.util.Collections.emptyList();
@@ -358,6 +359,47 @@ private static final long serialVersionUID = 0L;
358
359
  return unlinkedSourceInfo_.get(index);
359
360
  }
360
361
 
362
+ public static final int DATA_PROCESSOR_FIELD_NUMBER = 23;
363
+ @SuppressWarnings("serial")
364
+ private java.util.List<com.lansweeper.dp.outbound.v1.DataProcessor> dataProcessor_;
365
+ /**
366
+ * <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 23;</code>
367
+ */
368
+ @java.lang.Override
369
+ public java.util.List<com.lansweeper.dp.outbound.v1.DataProcessor> getDataProcessorList() {
370
+ return dataProcessor_;
371
+ }
372
+ /**
373
+ * <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 23;</code>
374
+ */
375
+ @java.lang.Override
376
+ public java.util.List<? extends com.lansweeper.dp.outbound.v1.DataProcessorOrBuilder>
377
+ getDataProcessorOrBuilderList() {
378
+ return dataProcessor_;
379
+ }
380
+ /**
381
+ * <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 23;</code>
382
+ */
383
+ @java.lang.Override
384
+ public int getDataProcessorCount() {
385
+ return dataProcessor_.size();
386
+ }
387
+ /**
388
+ * <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 23;</code>
389
+ */
390
+ @java.lang.Override
391
+ public com.lansweeper.dp.outbound.v1.DataProcessor getDataProcessor(int index) {
392
+ return dataProcessor_.get(index);
393
+ }
394
+ /**
395
+ * <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 23;</code>
396
+ */
397
+ @java.lang.Override
398
+ public com.lansweeper.dp.outbound.v1.DataProcessorOrBuilder getDataProcessorOrBuilder(
399
+ int index) {
400
+ return dataProcessor_.get(index);
401
+ }
402
+
361
403
  public static final int UNIQUE_KEY_FIELD_NUMBER = 10;
362
404
  @SuppressWarnings("serial")
363
405
  private volatile java.lang.Object uniqueKey_ = "";
@@ -782,6 +824,9 @@ private static final long serialVersionUID = 0L;
782
824
  if (((bitField0_ & 0x00001000) != 0)) {
783
825
  output.writeMessage(21, getAdUser());
784
826
  }
827
+ for (int i = 0; i < dataProcessor_.size(); i++) {
828
+ output.writeMessage(23, dataProcessor_.get(i));
829
+ }
785
830
  getUnknownFields().writeTo(output);
786
831
  }
787
832
 
@@ -860,6 +905,10 @@ private static final long serialVersionUID = 0L;
860
905
  size += com.google.protobuf.CodedOutputStream
861
906
  .computeMessageSize(21, getAdUser());
862
907
  }
908
+ for (int i = 0; i < dataProcessor_.size(); i++) {
909
+ size += com.google.protobuf.CodedOutputStream
910
+ .computeMessageSize(23, dataProcessor_.get(i));
911
+ }
863
912
  size += getUnknownFields().getSerializedSize();
864
913
  memoizedSize = size;
865
914
  return size;
@@ -914,6 +963,8 @@ private static final long serialVersionUID = 0L;
914
963
  .equals(other.getSourceInfoList())) return false;
915
964
  if (!getUnlinkedSourceInfoList()
916
965
  .equals(other.getUnlinkedSourceInfoList())) return false;
966
+ if (!getDataProcessorList()
967
+ .equals(other.getDataProcessorList())) return false;
917
968
  if (hasUniqueKey() != other.hasUniqueKey()) return false;
918
969
  if (hasUniqueKey()) {
919
970
  if (!getUniqueKey()
@@ -997,6 +1048,10 @@ private static final long serialVersionUID = 0L;
997
1048
  hash = (37 * hash) + UNLINKED_SOURCE_INFO_FIELD_NUMBER;
998
1049
  hash = (53 * hash) + getUnlinkedSourceInfoList().hashCode();
999
1050
  }
1051
+ if (getDataProcessorCount() > 0) {
1052
+ hash = (37 * hash) + DATA_PROCESSOR_FIELD_NUMBER;
1053
+ hash = (53 * hash) + getDataProcessorList().hashCode();
1054
+ }
1000
1055
  if (hasUniqueKey()) {
1001
1056
  hash = (37 * hash) + UNIQUE_KEY_FIELD_NUMBER;
1002
1057
  hash = (53 * hash) + getUniqueKey().hashCode();
@@ -1174,6 +1229,7 @@ private static final long serialVersionUID = 0L;
1174
1229
  getLastEnrichedFieldBuilder();
1175
1230
  getSourceInfoFieldBuilder();
1176
1231
  getUnlinkedSourceInfoFieldBuilder();
1232
+ getDataProcessorFieldBuilder();
1177
1233
  getScanErrorFieldBuilder();
1178
1234
  getInternetIpFieldBuilder();
1179
1235
  getTagFieldBuilder();
@@ -1229,6 +1285,13 @@ private static final long serialVersionUID = 0L;
1229
1285
  unlinkedSourceInfoBuilder_.clear();
1230
1286
  }
1231
1287
  bitField0_ = (bitField0_ & ~0x00000100);
1288
+ if (dataProcessorBuilder_ == null) {
1289
+ dataProcessor_ = java.util.Collections.emptyList();
1290
+ } else {
1291
+ dataProcessor_ = null;
1292
+ dataProcessorBuilder_.clear();
1293
+ }
1294
+ bitField0_ = (bitField0_ & ~0x00000200);
1232
1295
  uniqueKey_ = "";
1233
1296
  if (scanErrorBuilder_ == null) {
1234
1297
  scanError_ = java.util.Collections.emptyList();
@@ -1236,7 +1299,7 @@ private static final long serialVersionUID = 0L;
1236
1299
  scanError_ = null;
1237
1300
  scanErrorBuilder_.clear();
1238
1301
  }
1239
- bitField0_ = (bitField0_ & ~0x00000400);
1302
+ bitField0_ = (bitField0_ & ~0x00000800);
1240
1303
  internetIp_ = null;
1241
1304
  if (internetIpBuilder_ != null) {
1242
1305
  internetIpBuilder_.dispose();
@@ -1248,14 +1311,14 @@ private static final long serialVersionUID = 0L;
1248
1311
  tag_ = null;
1249
1312
  tagBuilder_.clear();
1250
1313
  }
1251
- bitField0_ = (bitField0_ & ~0x00001000);
1314
+ bitField0_ = (bitField0_ & ~0x00002000);
1252
1315
  if (relationBuilder_ == null) {
1253
1316
  relation_ = java.util.Collections.emptyList();
1254
1317
  } else {
1255
1318
  relation_ = null;
1256
1319
  relationBuilder_.clear();
1257
1320
  }
1258
- bitField0_ = (bitField0_ & ~0x00002000);
1321
+ bitField0_ = (bitField0_ & ~0x00004000);
1259
1322
  correlationFields_ = null;
1260
1323
  if (correlationFieldsBuilder_ != null) {
1261
1324
  correlationFieldsBuilder_.dispose();
@@ -1327,28 +1390,37 @@ private static final long serialVersionUID = 0L;
1327
1390
  } else {
1328
1391
  result.unlinkedSourceInfo_ = unlinkedSourceInfoBuilder_.build();
1329
1392
  }
1393
+ if (dataProcessorBuilder_ == null) {
1394
+ if (((bitField0_ & 0x00000200) != 0)) {
1395
+ dataProcessor_ = java.util.Collections.unmodifiableList(dataProcessor_);
1396
+ bitField0_ = (bitField0_ & ~0x00000200);
1397
+ }
1398
+ result.dataProcessor_ = dataProcessor_;
1399
+ } else {
1400
+ result.dataProcessor_ = dataProcessorBuilder_.build();
1401
+ }
1330
1402
  if (scanErrorBuilder_ == null) {
1331
- if (((bitField0_ & 0x00000400) != 0)) {
1403
+ if (((bitField0_ & 0x00000800) != 0)) {
1332
1404
  scanError_ = java.util.Collections.unmodifiableList(scanError_);
1333
- bitField0_ = (bitField0_ & ~0x00000400);
1405
+ bitField0_ = (bitField0_ & ~0x00000800);
1334
1406
  }
1335
1407
  result.scanError_ = scanError_;
1336
1408
  } else {
1337
1409
  result.scanError_ = scanErrorBuilder_.build();
1338
1410
  }
1339
1411
  if (tagBuilder_ == null) {
1340
- if (((bitField0_ & 0x00001000) != 0)) {
1412
+ if (((bitField0_ & 0x00002000) != 0)) {
1341
1413
  tag_ = java.util.Collections.unmodifiableList(tag_);
1342
- bitField0_ = (bitField0_ & ~0x00001000);
1414
+ bitField0_ = (bitField0_ & ~0x00002000);
1343
1415
  }
1344
1416
  result.tag_ = tag_;
1345
1417
  } else {
1346
1418
  result.tag_ = tagBuilder_.build();
1347
1419
  }
1348
1420
  if (relationBuilder_ == null) {
1349
- if (((bitField0_ & 0x00002000) != 0)) {
1421
+ if (((bitField0_ & 0x00004000) != 0)) {
1350
1422
  relation_ = java.util.Collections.unmodifiableList(relation_);
1351
- bitField0_ = (bitField0_ & ~0x00002000);
1423
+ bitField0_ = (bitField0_ & ~0x00004000);
1352
1424
  }
1353
1425
  result.relation_ = relation_;
1354
1426
  } else {
@@ -1397,35 +1469,35 @@ private static final long serialVersionUID = 0L;
1397
1469
  result.lastSyncedSourceName_ = lastSyncedSourceName_;
1398
1470
  to_bitField0_ |= 0x00000040;
1399
1471
  }
1400
- if (((from_bitField0_ & 0x00000200) != 0)) {
1472
+ if (((from_bitField0_ & 0x00000400) != 0)) {
1401
1473
  result.uniqueKey_ = uniqueKey_;
1402
1474
  to_bitField0_ |= 0x00000080;
1403
1475
  }
1404
- if (((from_bitField0_ & 0x00000800) != 0)) {
1476
+ if (((from_bitField0_ & 0x00001000) != 0)) {
1405
1477
  result.internetIp_ = internetIpBuilder_ == null
1406
1478
  ? internetIp_
1407
1479
  : internetIpBuilder_.build();
1408
1480
  to_bitField0_ |= 0x00000100;
1409
1481
  }
1410
- if (((from_bitField0_ & 0x00004000) != 0)) {
1482
+ if (((from_bitField0_ & 0x00008000) != 0)) {
1411
1483
  result.correlationFields_ = correlationFieldsBuilder_ == null
1412
1484
  ? correlationFields_
1413
1485
  : correlationFieldsBuilder_.build();
1414
1486
  to_bitField0_ |= 0x00000200;
1415
1487
  }
1416
- if (((from_bitField0_ & 0x00008000) != 0)) {
1488
+ if (((from_bitField0_ & 0x00010000) != 0)) {
1417
1489
  result.reconciliation_ = reconciliationBuilder_ == null
1418
1490
  ? reconciliation_
1419
1491
  : reconciliationBuilder_.build();
1420
1492
  to_bitField0_ |= 0x00000400;
1421
1493
  }
1422
- if (((from_bitField0_ & 0x00010000) != 0)) {
1494
+ if (((from_bitField0_ & 0x00020000) != 0)) {
1423
1495
  result.core_ = coreBuilder_ == null
1424
1496
  ? core_
1425
1497
  : coreBuilder_.build();
1426
1498
  to_bitField0_ |= 0x00000800;
1427
1499
  }
1428
- if (((from_bitField0_ & 0x00020000) != 0)) {
1500
+ if (((from_bitField0_ & 0x00040000) != 0)) {
1429
1501
  result.adUser_ = adUserBuilder_ == null
1430
1502
  ? adUser_
1431
1503
  : adUserBuilder_.build();
@@ -1555,16 +1627,42 @@ private static final long serialVersionUID = 0L;
1555
1627
  }
1556
1628
  }
1557
1629
  }
1630
+ if (dataProcessorBuilder_ == null) {
1631
+ if (!other.dataProcessor_.isEmpty()) {
1632
+ if (dataProcessor_.isEmpty()) {
1633
+ dataProcessor_ = other.dataProcessor_;
1634
+ bitField0_ = (bitField0_ & ~0x00000200);
1635
+ } else {
1636
+ ensureDataProcessorIsMutable();
1637
+ dataProcessor_.addAll(other.dataProcessor_);
1638
+ }
1639
+ onChanged();
1640
+ }
1641
+ } else {
1642
+ if (!other.dataProcessor_.isEmpty()) {
1643
+ if (dataProcessorBuilder_.isEmpty()) {
1644
+ dataProcessorBuilder_.dispose();
1645
+ dataProcessorBuilder_ = null;
1646
+ dataProcessor_ = other.dataProcessor_;
1647
+ bitField0_ = (bitField0_ & ~0x00000200);
1648
+ dataProcessorBuilder_ =
1649
+ com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
1650
+ getDataProcessorFieldBuilder() : null;
1651
+ } else {
1652
+ dataProcessorBuilder_.addAllMessages(other.dataProcessor_);
1653
+ }
1654
+ }
1655
+ }
1558
1656
  if (other.hasUniqueKey()) {
1559
1657
  uniqueKey_ = other.uniqueKey_;
1560
- bitField0_ |= 0x00000200;
1658
+ bitField0_ |= 0x00000400;
1561
1659
  onChanged();
1562
1660
  }
1563
1661
  if (scanErrorBuilder_ == null) {
1564
1662
  if (!other.scanError_.isEmpty()) {
1565
1663
  if (scanError_.isEmpty()) {
1566
1664
  scanError_ = other.scanError_;
1567
- bitField0_ = (bitField0_ & ~0x00000400);
1665
+ bitField0_ = (bitField0_ & ~0x00000800);
1568
1666
  } else {
1569
1667
  ensureScanErrorIsMutable();
1570
1668
  scanError_.addAll(other.scanError_);
@@ -1577,7 +1675,7 @@ private static final long serialVersionUID = 0L;
1577
1675
  scanErrorBuilder_.dispose();
1578
1676
  scanErrorBuilder_ = null;
1579
1677
  scanError_ = other.scanError_;
1580
- bitField0_ = (bitField0_ & ~0x00000400);
1678
+ bitField0_ = (bitField0_ & ~0x00000800);
1581
1679
  scanErrorBuilder_ =
1582
1680
  com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
1583
1681
  getScanErrorFieldBuilder() : null;
@@ -1593,7 +1691,7 @@ private static final long serialVersionUID = 0L;
1593
1691
  if (!other.tag_.isEmpty()) {
1594
1692
  if (tag_.isEmpty()) {
1595
1693
  tag_ = other.tag_;
1596
- bitField0_ = (bitField0_ & ~0x00001000);
1694
+ bitField0_ = (bitField0_ & ~0x00002000);
1597
1695
  } else {
1598
1696
  ensureTagIsMutable();
1599
1697
  tag_.addAll(other.tag_);
@@ -1606,7 +1704,7 @@ private static final long serialVersionUID = 0L;
1606
1704
  tagBuilder_.dispose();
1607
1705
  tagBuilder_ = null;
1608
1706
  tag_ = other.tag_;
1609
- bitField0_ = (bitField0_ & ~0x00001000);
1707
+ bitField0_ = (bitField0_ & ~0x00002000);
1610
1708
  tagBuilder_ =
1611
1709
  com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
1612
1710
  getTagFieldBuilder() : null;
@@ -1619,7 +1717,7 @@ private static final long serialVersionUID = 0L;
1619
1717
  if (!other.relation_.isEmpty()) {
1620
1718
  if (relation_.isEmpty()) {
1621
1719
  relation_ = other.relation_;
1622
- bitField0_ = (bitField0_ & ~0x00002000);
1720
+ bitField0_ = (bitField0_ & ~0x00004000);
1623
1721
  } else {
1624
1722
  ensureRelationIsMutable();
1625
1723
  relation_.addAll(other.relation_);
@@ -1632,7 +1730,7 @@ private static final long serialVersionUID = 0L;
1632
1730
  relationBuilder_.dispose();
1633
1731
  relationBuilder_ = null;
1634
1732
  relation_ = other.relation_;
1635
- bitField0_ = (bitField0_ & ~0x00002000);
1733
+ bitField0_ = (bitField0_ & ~0x00004000);
1636
1734
  relationBuilder_ =
1637
1735
  com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
1638
1736
  getRelationFieldBuilder() : null;
@@ -1752,7 +1850,7 @@ private static final long serialVersionUID = 0L;
1752
1850
  } // case 74
1753
1851
  case 82: {
1754
1852
  uniqueKey_ = input.readStringRequireUtf8();
1755
- bitField0_ |= 0x00000200;
1853
+ bitField0_ |= 0x00000400;
1756
1854
  break;
1757
1855
  } // case 82
1758
1856
  case 90: {
@@ -1772,7 +1870,7 @@ private static final long serialVersionUID = 0L;
1772
1870
  input.readMessage(
1773
1871
  getInternetIpFieldBuilder().getBuilder(),
1774
1872
  extensionRegistry);
1775
- bitField0_ |= 0x00000800;
1873
+ bitField0_ |= 0x00001000;
1776
1874
  break;
1777
1875
  } // case 98
1778
1876
  case 106: {
@@ -1805,30 +1903,43 @@ private static final long serialVersionUID = 0L;
1805
1903
  input.readMessage(
1806
1904
  getCorrelationFieldsFieldBuilder().getBuilder(),
1807
1905
  extensionRegistry);
1808
- bitField0_ |= 0x00004000;
1906
+ bitField0_ |= 0x00008000;
1809
1907
  break;
1810
1908
  } // case 122
1811
1909
  case 130: {
1812
1910
  input.readMessage(
1813
1911
  getReconciliationFieldBuilder().getBuilder(),
1814
1912
  extensionRegistry);
1815
- bitField0_ |= 0x00008000;
1913
+ bitField0_ |= 0x00010000;
1816
1914
  break;
1817
1915
  } // case 130
1818
1916
  case 162: {
1819
1917
  input.readMessage(
1820
1918
  getCoreFieldBuilder().getBuilder(),
1821
1919
  extensionRegistry);
1822
- bitField0_ |= 0x00010000;
1920
+ bitField0_ |= 0x00020000;
1823
1921
  break;
1824
1922
  } // case 162
1825
1923
  case 170: {
1826
1924
  input.readMessage(
1827
1925
  getAdUserFieldBuilder().getBuilder(),
1828
1926
  extensionRegistry);
1829
- bitField0_ |= 0x00020000;
1927
+ bitField0_ |= 0x00040000;
1830
1928
  break;
1831
1929
  } // case 170
1930
+ case 186: {
1931
+ com.lansweeper.dp.outbound.v1.DataProcessor m =
1932
+ input.readMessage(
1933
+ com.lansweeper.dp.outbound.v1.DataProcessor.parser(),
1934
+ extensionRegistry);
1935
+ if (dataProcessorBuilder_ == null) {
1936
+ ensureDataProcessorIsMutable();
1937
+ dataProcessor_.add(m);
1938
+ } else {
1939
+ dataProcessorBuilder_.addMessage(m);
1940
+ }
1941
+ break;
1942
+ } // case 186
1832
1943
  default: {
1833
1944
  if (!super.parseUnknownField(input, extensionRegistry, tag)) {
1834
1945
  done = true; // was an endgroup tag
@@ -3089,13 +3200,253 @@ private static final long serialVersionUID = 0L;
3089
3200
  return unlinkedSourceInfoBuilder_;
3090
3201
  }
3091
3202
 
3203
+ private java.util.List<com.lansweeper.dp.outbound.v1.DataProcessor> dataProcessor_ =
3204
+ java.util.Collections.emptyList();
3205
+ private void ensureDataProcessorIsMutable() {
3206
+ if (!((bitField0_ & 0x00000200) != 0)) {
3207
+ dataProcessor_ = new java.util.ArrayList<com.lansweeper.dp.outbound.v1.DataProcessor>(dataProcessor_);
3208
+ bitField0_ |= 0x00000200;
3209
+ }
3210
+ }
3211
+
3212
+ private com.google.protobuf.RepeatedFieldBuilderV3<
3213
+ com.lansweeper.dp.outbound.v1.DataProcessor, com.lansweeper.dp.outbound.v1.DataProcessor.Builder, com.lansweeper.dp.outbound.v1.DataProcessorOrBuilder> dataProcessorBuilder_;
3214
+
3215
+ /**
3216
+ * <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 23;</code>
3217
+ */
3218
+ public java.util.List<com.lansweeper.dp.outbound.v1.DataProcessor> getDataProcessorList() {
3219
+ if (dataProcessorBuilder_ == null) {
3220
+ return java.util.Collections.unmodifiableList(dataProcessor_);
3221
+ } else {
3222
+ return dataProcessorBuilder_.getMessageList();
3223
+ }
3224
+ }
3225
+ /**
3226
+ * <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 23;</code>
3227
+ */
3228
+ public int getDataProcessorCount() {
3229
+ if (dataProcessorBuilder_ == null) {
3230
+ return dataProcessor_.size();
3231
+ } else {
3232
+ return dataProcessorBuilder_.getCount();
3233
+ }
3234
+ }
3235
+ /**
3236
+ * <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 23;</code>
3237
+ */
3238
+ public com.lansweeper.dp.outbound.v1.DataProcessor getDataProcessor(int index) {
3239
+ if (dataProcessorBuilder_ == null) {
3240
+ return dataProcessor_.get(index);
3241
+ } else {
3242
+ return dataProcessorBuilder_.getMessage(index);
3243
+ }
3244
+ }
3245
+ /**
3246
+ * <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 23;</code>
3247
+ */
3248
+ public Builder setDataProcessor(
3249
+ int index, com.lansweeper.dp.outbound.v1.DataProcessor value) {
3250
+ if (dataProcessorBuilder_ == null) {
3251
+ if (value == null) {
3252
+ throw new NullPointerException();
3253
+ }
3254
+ ensureDataProcessorIsMutable();
3255
+ dataProcessor_.set(index, value);
3256
+ onChanged();
3257
+ } else {
3258
+ dataProcessorBuilder_.setMessage(index, value);
3259
+ }
3260
+ return this;
3261
+ }
3262
+ /**
3263
+ * <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 23;</code>
3264
+ */
3265
+ public Builder setDataProcessor(
3266
+ int index, com.lansweeper.dp.outbound.v1.DataProcessor.Builder builderForValue) {
3267
+ if (dataProcessorBuilder_ == null) {
3268
+ ensureDataProcessorIsMutable();
3269
+ dataProcessor_.set(index, builderForValue.build());
3270
+ onChanged();
3271
+ } else {
3272
+ dataProcessorBuilder_.setMessage(index, builderForValue.build());
3273
+ }
3274
+ return this;
3275
+ }
3276
+ /**
3277
+ * <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 23;</code>
3278
+ */
3279
+ public Builder addDataProcessor(com.lansweeper.dp.outbound.v1.DataProcessor value) {
3280
+ if (dataProcessorBuilder_ == null) {
3281
+ if (value == null) {
3282
+ throw new NullPointerException();
3283
+ }
3284
+ ensureDataProcessorIsMutable();
3285
+ dataProcessor_.add(value);
3286
+ onChanged();
3287
+ } else {
3288
+ dataProcessorBuilder_.addMessage(value);
3289
+ }
3290
+ return this;
3291
+ }
3292
+ /**
3293
+ * <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 23;</code>
3294
+ */
3295
+ public Builder addDataProcessor(
3296
+ int index, com.lansweeper.dp.outbound.v1.DataProcessor value) {
3297
+ if (dataProcessorBuilder_ == null) {
3298
+ if (value == null) {
3299
+ throw new NullPointerException();
3300
+ }
3301
+ ensureDataProcessorIsMutable();
3302
+ dataProcessor_.add(index, value);
3303
+ onChanged();
3304
+ } else {
3305
+ dataProcessorBuilder_.addMessage(index, value);
3306
+ }
3307
+ return this;
3308
+ }
3309
+ /**
3310
+ * <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 23;</code>
3311
+ */
3312
+ public Builder addDataProcessor(
3313
+ com.lansweeper.dp.outbound.v1.DataProcessor.Builder builderForValue) {
3314
+ if (dataProcessorBuilder_ == null) {
3315
+ ensureDataProcessorIsMutable();
3316
+ dataProcessor_.add(builderForValue.build());
3317
+ onChanged();
3318
+ } else {
3319
+ dataProcessorBuilder_.addMessage(builderForValue.build());
3320
+ }
3321
+ return this;
3322
+ }
3323
+ /**
3324
+ * <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 23;</code>
3325
+ */
3326
+ public Builder addDataProcessor(
3327
+ int index, com.lansweeper.dp.outbound.v1.DataProcessor.Builder builderForValue) {
3328
+ if (dataProcessorBuilder_ == null) {
3329
+ ensureDataProcessorIsMutable();
3330
+ dataProcessor_.add(index, builderForValue.build());
3331
+ onChanged();
3332
+ } else {
3333
+ dataProcessorBuilder_.addMessage(index, builderForValue.build());
3334
+ }
3335
+ return this;
3336
+ }
3337
+ /**
3338
+ * <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 23;</code>
3339
+ */
3340
+ public Builder addAllDataProcessor(
3341
+ java.lang.Iterable<? extends com.lansweeper.dp.outbound.v1.DataProcessor> values) {
3342
+ if (dataProcessorBuilder_ == null) {
3343
+ ensureDataProcessorIsMutable();
3344
+ com.google.protobuf.AbstractMessageLite.Builder.addAll(
3345
+ values, dataProcessor_);
3346
+ onChanged();
3347
+ } else {
3348
+ dataProcessorBuilder_.addAllMessages(values);
3349
+ }
3350
+ return this;
3351
+ }
3352
+ /**
3353
+ * <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 23;</code>
3354
+ */
3355
+ public Builder clearDataProcessor() {
3356
+ if (dataProcessorBuilder_ == null) {
3357
+ dataProcessor_ = java.util.Collections.emptyList();
3358
+ bitField0_ = (bitField0_ & ~0x00000200);
3359
+ onChanged();
3360
+ } else {
3361
+ dataProcessorBuilder_.clear();
3362
+ }
3363
+ return this;
3364
+ }
3365
+ /**
3366
+ * <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 23;</code>
3367
+ */
3368
+ public Builder removeDataProcessor(int index) {
3369
+ if (dataProcessorBuilder_ == null) {
3370
+ ensureDataProcessorIsMutable();
3371
+ dataProcessor_.remove(index);
3372
+ onChanged();
3373
+ } else {
3374
+ dataProcessorBuilder_.remove(index);
3375
+ }
3376
+ return this;
3377
+ }
3378
+ /**
3379
+ * <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 23;</code>
3380
+ */
3381
+ public com.lansweeper.dp.outbound.v1.DataProcessor.Builder getDataProcessorBuilder(
3382
+ int index) {
3383
+ return getDataProcessorFieldBuilder().getBuilder(index);
3384
+ }
3385
+ /**
3386
+ * <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 23;</code>
3387
+ */
3388
+ public com.lansweeper.dp.outbound.v1.DataProcessorOrBuilder getDataProcessorOrBuilder(
3389
+ int index) {
3390
+ if (dataProcessorBuilder_ == null) {
3391
+ return dataProcessor_.get(index); } else {
3392
+ return dataProcessorBuilder_.getMessageOrBuilder(index);
3393
+ }
3394
+ }
3395
+ /**
3396
+ * <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 23;</code>
3397
+ */
3398
+ public java.util.List<? extends com.lansweeper.dp.outbound.v1.DataProcessorOrBuilder>
3399
+ getDataProcessorOrBuilderList() {
3400
+ if (dataProcessorBuilder_ != null) {
3401
+ return dataProcessorBuilder_.getMessageOrBuilderList();
3402
+ } else {
3403
+ return java.util.Collections.unmodifiableList(dataProcessor_);
3404
+ }
3405
+ }
3406
+ /**
3407
+ * <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 23;</code>
3408
+ */
3409
+ public com.lansweeper.dp.outbound.v1.DataProcessor.Builder addDataProcessorBuilder() {
3410
+ return getDataProcessorFieldBuilder().addBuilder(
3411
+ com.lansweeper.dp.outbound.v1.DataProcessor.getDefaultInstance());
3412
+ }
3413
+ /**
3414
+ * <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 23;</code>
3415
+ */
3416
+ public com.lansweeper.dp.outbound.v1.DataProcessor.Builder addDataProcessorBuilder(
3417
+ int index) {
3418
+ return getDataProcessorFieldBuilder().addBuilder(
3419
+ index, com.lansweeper.dp.outbound.v1.DataProcessor.getDefaultInstance());
3420
+ }
3421
+ /**
3422
+ * <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 23;</code>
3423
+ */
3424
+ public java.util.List<com.lansweeper.dp.outbound.v1.DataProcessor.Builder>
3425
+ getDataProcessorBuilderList() {
3426
+ return getDataProcessorFieldBuilder().getBuilderList();
3427
+ }
3428
+ private com.google.protobuf.RepeatedFieldBuilderV3<
3429
+ com.lansweeper.dp.outbound.v1.DataProcessor, com.lansweeper.dp.outbound.v1.DataProcessor.Builder, com.lansweeper.dp.outbound.v1.DataProcessorOrBuilder>
3430
+ getDataProcessorFieldBuilder() {
3431
+ if (dataProcessorBuilder_ == null) {
3432
+ dataProcessorBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
3433
+ com.lansweeper.dp.outbound.v1.DataProcessor, com.lansweeper.dp.outbound.v1.DataProcessor.Builder, com.lansweeper.dp.outbound.v1.DataProcessorOrBuilder>(
3434
+ dataProcessor_,
3435
+ ((bitField0_ & 0x00000200) != 0),
3436
+ getParentForChildren(),
3437
+ isClean());
3438
+ dataProcessor_ = null;
3439
+ }
3440
+ return dataProcessorBuilder_;
3441
+ }
3442
+
3092
3443
  private java.lang.Object uniqueKey_ = "";
3093
3444
  /**
3094
3445
  * <code>optional string unique_key = 10;</code>
3095
3446
  * @return Whether the uniqueKey field is set.
3096
3447
  */
3097
3448
  public boolean hasUniqueKey() {
3098
- return ((bitField0_ & 0x00000200) != 0);
3449
+ return ((bitField0_ & 0x00000400) != 0);
3099
3450
  }
3100
3451
  /**
3101
3452
  * <code>optional string unique_key = 10;</code>
@@ -3139,7 +3490,7 @@ private static final long serialVersionUID = 0L;
3139
3490
  java.lang.String value) {
3140
3491
  if (value == null) { throw new NullPointerException(); }
3141
3492
  uniqueKey_ = value;
3142
- bitField0_ |= 0x00000200;
3493
+ bitField0_ |= 0x00000400;
3143
3494
  onChanged();
3144
3495
  return this;
3145
3496
  }
@@ -3149,7 +3500,7 @@ private static final long serialVersionUID = 0L;
3149
3500
  */
3150
3501
  public Builder clearUniqueKey() {
3151
3502
  uniqueKey_ = getDefaultInstance().getUniqueKey();
3152
- bitField0_ = (bitField0_ & ~0x00000200);
3503
+ bitField0_ = (bitField0_ & ~0x00000400);
3153
3504
  onChanged();
3154
3505
  return this;
3155
3506
  }
@@ -3163,7 +3514,7 @@ private static final long serialVersionUID = 0L;
3163
3514
  if (value == null) { throw new NullPointerException(); }
3164
3515
  checkByteStringIsUtf8(value);
3165
3516
  uniqueKey_ = value;
3166
- bitField0_ |= 0x00000200;
3517
+ bitField0_ |= 0x00000400;
3167
3518
  onChanged();
3168
3519
  return this;
3169
3520
  }
@@ -3171,9 +3522,9 @@ private static final long serialVersionUID = 0L;
3171
3522
  private java.util.List<com.lansweeper.dp.outbound.v1.ScanError> scanError_ =
3172
3523
  java.util.Collections.emptyList();
3173
3524
  private void ensureScanErrorIsMutable() {
3174
- if (!((bitField0_ & 0x00000400) != 0)) {
3525
+ if (!((bitField0_ & 0x00000800) != 0)) {
3175
3526
  scanError_ = new java.util.ArrayList<com.lansweeper.dp.outbound.v1.ScanError>(scanError_);
3176
- bitField0_ |= 0x00000400;
3527
+ bitField0_ |= 0x00000800;
3177
3528
  }
3178
3529
  }
3179
3530
 
@@ -3323,7 +3674,7 @@ private static final long serialVersionUID = 0L;
3323
3674
  public Builder clearScanError() {
3324
3675
  if (scanErrorBuilder_ == null) {
3325
3676
  scanError_ = java.util.Collections.emptyList();
3326
- bitField0_ = (bitField0_ & ~0x00000400);
3677
+ bitField0_ = (bitField0_ & ~0x00000800);
3327
3678
  onChanged();
3328
3679
  } else {
3329
3680
  scanErrorBuilder_.clear();
@@ -3400,7 +3751,7 @@ private static final long serialVersionUID = 0L;
3400
3751
  scanErrorBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
3401
3752
  com.lansweeper.dp.outbound.v1.ScanError, com.lansweeper.dp.outbound.v1.ScanError.Builder, com.lansweeper.dp.outbound.v1.ScanErrorOrBuilder>(
3402
3753
  scanError_,
3403
- ((bitField0_ & 0x00000400) != 0),
3754
+ ((bitField0_ & 0x00000800) != 0),
3404
3755
  getParentForChildren(),
3405
3756
  isClean());
3406
3757
  scanError_ = null;
@@ -3420,7 +3771,7 @@ private static final long serialVersionUID = 0L;
3420
3771
  * @return Whether the internetIp field is set.
3421
3772
  */
3422
3773
  public boolean hasInternetIp() {
3423
- return ((bitField0_ & 0x00000800) != 0);
3774
+ return ((bitField0_ & 0x00001000) != 0);
3424
3775
  }
3425
3776
  /**
3426
3777
  * <pre>
@@ -3453,7 +3804,7 @@ private static final long serialVersionUID = 0L;
3453
3804
  } else {
3454
3805
  internetIpBuilder_.setMessage(value);
3455
3806
  }
3456
- bitField0_ |= 0x00000800;
3807
+ bitField0_ |= 0x00001000;
3457
3808
  onChanged();
3458
3809
  return this;
3459
3810
  }
@@ -3471,7 +3822,7 @@ private static final long serialVersionUID = 0L;
3471
3822
  } else {
3472
3823
  internetIpBuilder_.setMessage(builderForValue.build());
3473
3824
  }
3474
- bitField0_ |= 0x00000800;
3825
+ bitField0_ |= 0x00001000;
3475
3826
  onChanged();
3476
3827
  return this;
3477
3828
  }
@@ -3484,7 +3835,7 @@ private static final long serialVersionUID = 0L;
3484
3835
  */
3485
3836
  public Builder mergeInternetIp(com.lansweeper.dp.outbound.v1.IpInfo value) {
3486
3837
  if (internetIpBuilder_ == null) {
3487
- if (((bitField0_ & 0x00000800) != 0) &&
3838
+ if (((bitField0_ & 0x00001000) != 0) &&
3488
3839
  internetIp_ != null &&
3489
3840
  internetIp_ != com.lansweeper.dp.outbound.v1.IpInfo.getDefaultInstance()) {
3490
3841
  getInternetIpBuilder().mergeFrom(value);
@@ -3495,7 +3846,7 @@ private static final long serialVersionUID = 0L;
3495
3846
  internetIpBuilder_.mergeFrom(value);
3496
3847
  }
3497
3848
  if (internetIp_ != null) {
3498
- bitField0_ |= 0x00000800;
3849
+ bitField0_ |= 0x00001000;
3499
3850
  onChanged();
3500
3851
  }
3501
3852
  return this;
@@ -3508,7 +3859,7 @@ private static final long serialVersionUID = 0L;
3508
3859
  * <code>optional .com.lansweeper.dp.outbound.v1.IpInfo internet_ip = 12;</code>
3509
3860
  */
3510
3861
  public Builder clearInternetIp() {
3511
- bitField0_ = (bitField0_ & ~0x00000800);
3862
+ bitField0_ = (bitField0_ & ~0x00001000);
3512
3863
  internetIp_ = null;
3513
3864
  if (internetIpBuilder_ != null) {
3514
3865
  internetIpBuilder_.dispose();
@@ -3525,7 +3876,7 @@ private static final long serialVersionUID = 0L;
3525
3876
  * <code>optional .com.lansweeper.dp.outbound.v1.IpInfo internet_ip = 12;</code>
3526
3877
  */
3527
3878
  public com.lansweeper.dp.outbound.v1.IpInfo.Builder getInternetIpBuilder() {
3528
- bitField0_ |= 0x00000800;
3879
+ bitField0_ |= 0x00001000;
3529
3880
  onChanged();
3530
3881
  return getInternetIpFieldBuilder().getBuilder();
3531
3882
  }
@@ -3568,9 +3919,9 @@ private static final long serialVersionUID = 0L;
3568
3919
  private java.util.List<com.lansweeper.dp.outbound.v1.Tag> tag_ =
3569
3920
  java.util.Collections.emptyList();
3570
3921
  private void ensureTagIsMutable() {
3571
- if (!((bitField0_ & 0x00001000) != 0)) {
3922
+ if (!((bitField0_ & 0x00002000) != 0)) {
3572
3923
  tag_ = new java.util.ArrayList<com.lansweeper.dp.outbound.v1.Tag>(tag_);
3573
- bitField0_ |= 0x00001000;
3924
+ bitField0_ |= 0x00002000;
3574
3925
  }
3575
3926
  }
3576
3927
 
@@ -3720,7 +4071,7 @@ private static final long serialVersionUID = 0L;
3720
4071
  public Builder clearTag() {
3721
4072
  if (tagBuilder_ == null) {
3722
4073
  tag_ = java.util.Collections.emptyList();
3723
- bitField0_ = (bitField0_ & ~0x00001000);
4074
+ bitField0_ = (bitField0_ & ~0x00002000);
3724
4075
  onChanged();
3725
4076
  } else {
3726
4077
  tagBuilder_.clear();
@@ -3797,7 +4148,7 @@ private static final long serialVersionUID = 0L;
3797
4148
  tagBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
3798
4149
  com.lansweeper.dp.outbound.v1.Tag, com.lansweeper.dp.outbound.v1.Tag.Builder, com.lansweeper.dp.outbound.v1.TagOrBuilder>(
3799
4150
  tag_,
3800
- ((bitField0_ & 0x00001000) != 0),
4151
+ ((bitField0_ & 0x00002000) != 0),
3801
4152
  getParentForChildren(),
3802
4153
  isClean());
3803
4154
  tag_ = null;
@@ -3808,9 +4159,9 @@ private static final long serialVersionUID = 0L;
3808
4159
  private java.util.List<com.lansweeper.dp.outbound.v1.Relation> relation_ =
3809
4160
  java.util.Collections.emptyList();
3810
4161
  private void ensureRelationIsMutable() {
3811
- if (!((bitField0_ & 0x00002000) != 0)) {
4162
+ if (!((bitField0_ & 0x00004000) != 0)) {
3812
4163
  relation_ = new java.util.ArrayList<com.lansweeper.dp.outbound.v1.Relation>(relation_);
3813
- bitField0_ |= 0x00002000;
4164
+ bitField0_ |= 0x00004000;
3814
4165
  }
3815
4166
  }
3816
4167
 
@@ -4004,7 +4355,7 @@ private static final long serialVersionUID = 0L;
4004
4355
  public Builder clearRelation() {
4005
4356
  if (relationBuilder_ == null) {
4006
4357
  relation_ = java.util.Collections.emptyList();
4007
- bitField0_ = (bitField0_ & ~0x00002000);
4358
+ bitField0_ = (bitField0_ & ~0x00004000);
4008
4359
  onChanged();
4009
4360
  } else {
4010
4361
  relationBuilder_.clear();
@@ -4109,7 +4460,7 @@ private static final long serialVersionUID = 0L;
4109
4460
  relationBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
4110
4461
  com.lansweeper.dp.outbound.v1.Relation, com.lansweeper.dp.outbound.v1.Relation.Builder, com.lansweeper.dp.outbound.v1.RelationOrBuilder>(
4111
4462
  relation_,
4112
- ((bitField0_ & 0x00002000) != 0),
4463
+ ((bitField0_ & 0x00004000) != 0),
4113
4464
  getParentForChildren(),
4114
4465
  isClean());
4115
4466
  relation_ = null;
@@ -4125,7 +4476,7 @@ private static final long serialVersionUID = 0L;
4125
4476
  * @return Whether the correlationFields field is set.
4126
4477
  */
4127
4478
  public boolean hasCorrelationFields() {
4128
- return ((bitField0_ & 0x00004000) != 0);
4479
+ return ((bitField0_ & 0x00008000) != 0);
4129
4480
  }
4130
4481
  /**
4131
4482
  * <code>optional .com.lansweeper.dp.outbound.v1.CorrelationFields correlation_fields = 15;</code>
@@ -4150,7 +4501,7 @@ private static final long serialVersionUID = 0L;
4150
4501
  } else {
4151
4502
  correlationFieldsBuilder_.setMessage(value);
4152
4503
  }
4153
- bitField0_ |= 0x00004000;
4504
+ bitField0_ |= 0x00008000;
4154
4505
  onChanged();
4155
4506
  return this;
4156
4507
  }
@@ -4164,7 +4515,7 @@ private static final long serialVersionUID = 0L;
4164
4515
  } else {
4165
4516
  correlationFieldsBuilder_.setMessage(builderForValue.build());
4166
4517
  }
4167
- bitField0_ |= 0x00004000;
4518
+ bitField0_ |= 0x00008000;
4168
4519
  onChanged();
4169
4520
  return this;
4170
4521
  }
@@ -4173,7 +4524,7 @@ private static final long serialVersionUID = 0L;
4173
4524
  */
4174
4525
  public Builder mergeCorrelationFields(com.lansweeper.dp.outbound.v1.CorrelationFields value) {
4175
4526
  if (correlationFieldsBuilder_ == null) {
4176
- if (((bitField0_ & 0x00004000) != 0) &&
4527
+ if (((bitField0_ & 0x00008000) != 0) &&
4177
4528
  correlationFields_ != null &&
4178
4529
  correlationFields_ != com.lansweeper.dp.outbound.v1.CorrelationFields.getDefaultInstance()) {
4179
4530
  getCorrelationFieldsBuilder().mergeFrom(value);
@@ -4184,7 +4535,7 @@ private static final long serialVersionUID = 0L;
4184
4535
  correlationFieldsBuilder_.mergeFrom(value);
4185
4536
  }
4186
4537
  if (correlationFields_ != null) {
4187
- bitField0_ |= 0x00004000;
4538
+ bitField0_ |= 0x00008000;
4188
4539
  onChanged();
4189
4540
  }
4190
4541
  return this;
@@ -4193,7 +4544,7 @@ private static final long serialVersionUID = 0L;
4193
4544
  * <code>optional .com.lansweeper.dp.outbound.v1.CorrelationFields correlation_fields = 15;</code>
4194
4545
  */
4195
4546
  public Builder clearCorrelationFields() {
4196
- bitField0_ = (bitField0_ & ~0x00004000);
4547
+ bitField0_ = (bitField0_ & ~0x00008000);
4197
4548
  correlationFields_ = null;
4198
4549
  if (correlationFieldsBuilder_ != null) {
4199
4550
  correlationFieldsBuilder_.dispose();
@@ -4206,7 +4557,7 @@ private static final long serialVersionUID = 0L;
4206
4557
  * <code>optional .com.lansweeper.dp.outbound.v1.CorrelationFields correlation_fields = 15;</code>
4207
4558
  */
4208
4559
  public com.lansweeper.dp.outbound.v1.CorrelationFields.Builder getCorrelationFieldsBuilder() {
4209
- bitField0_ |= 0x00004000;
4560
+ bitField0_ |= 0x00008000;
4210
4561
  onChanged();
4211
4562
  return getCorrelationFieldsFieldBuilder().getBuilder();
4212
4563
  }
@@ -4246,7 +4597,7 @@ private static final long serialVersionUID = 0L;
4246
4597
  * @return Whether the reconciliation field is set.
4247
4598
  */
4248
4599
  public boolean hasReconciliation() {
4249
- return ((bitField0_ & 0x00008000) != 0);
4600
+ return ((bitField0_ & 0x00010000) != 0);
4250
4601
  }
4251
4602
  /**
4252
4603
  * <code>optional .com.lansweeper.dp.outbound.v1.ReconciliationInfo reconciliation = 16;</code>
@@ -4271,7 +4622,7 @@ private static final long serialVersionUID = 0L;
4271
4622
  } else {
4272
4623
  reconciliationBuilder_.setMessage(value);
4273
4624
  }
4274
- bitField0_ |= 0x00008000;
4625
+ bitField0_ |= 0x00010000;
4275
4626
  onChanged();
4276
4627
  return this;
4277
4628
  }
@@ -4285,7 +4636,7 @@ private static final long serialVersionUID = 0L;
4285
4636
  } else {
4286
4637
  reconciliationBuilder_.setMessage(builderForValue.build());
4287
4638
  }
4288
- bitField0_ |= 0x00008000;
4639
+ bitField0_ |= 0x00010000;
4289
4640
  onChanged();
4290
4641
  return this;
4291
4642
  }
@@ -4294,7 +4645,7 @@ private static final long serialVersionUID = 0L;
4294
4645
  */
4295
4646
  public Builder mergeReconciliation(com.lansweeper.dp.outbound.v1.ReconciliationInfo value) {
4296
4647
  if (reconciliationBuilder_ == null) {
4297
- if (((bitField0_ & 0x00008000) != 0) &&
4648
+ if (((bitField0_ & 0x00010000) != 0) &&
4298
4649
  reconciliation_ != null &&
4299
4650
  reconciliation_ != com.lansweeper.dp.outbound.v1.ReconciliationInfo.getDefaultInstance()) {
4300
4651
  getReconciliationBuilder().mergeFrom(value);
@@ -4305,7 +4656,7 @@ private static final long serialVersionUID = 0L;
4305
4656
  reconciliationBuilder_.mergeFrom(value);
4306
4657
  }
4307
4658
  if (reconciliation_ != null) {
4308
- bitField0_ |= 0x00008000;
4659
+ bitField0_ |= 0x00010000;
4309
4660
  onChanged();
4310
4661
  }
4311
4662
  return this;
@@ -4314,7 +4665,7 @@ private static final long serialVersionUID = 0L;
4314
4665
  * <code>optional .com.lansweeper.dp.outbound.v1.ReconciliationInfo reconciliation = 16;</code>
4315
4666
  */
4316
4667
  public Builder clearReconciliation() {
4317
- bitField0_ = (bitField0_ & ~0x00008000);
4668
+ bitField0_ = (bitField0_ & ~0x00010000);
4318
4669
  reconciliation_ = null;
4319
4670
  if (reconciliationBuilder_ != null) {
4320
4671
  reconciliationBuilder_.dispose();
@@ -4327,7 +4678,7 @@ private static final long serialVersionUID = 0L;
4327
4678
  * <code>optional .com.lansweeper.dp.outbound.v1.ReconciliationInfo reconciliation = 16;</code>
4328
4679
  */
4329
4680
  public com.lansweeper.dp.outbound.v1.ReconciliationInfo.Builder getReconciliationBuilder() {
4330
- bitField0_ |= 0x00008000;
4681
+ bitField0_ |= 0x00010000;
4331
4682
  onChanged();
4332
4683
  return getReconciliationFieldBuilder().getBuilder();
4333
4684
  }
@@ -4371,7 +4722,7 @@ private static final long serialVersionUID = 0L;
4371
4722
  * @return Whether the core field is set.
4372
4723
  */
4373
4724
  public boolean hasCore() {
4374
- return ((bitField0_ & 0x00010000) != 0);
4725
+ return ((bitField0_ & 0x00020000) != 0);
4375
4726
  }
4376
4727
  /**
4377
4728
  * <pre>
@@ -4404,7 +4755,7 @@ private static final long serialVersionUID = 0L;
4404
4755
  } else {
4405
4756
  coreBuilder_.setMessage(value);
4406
4757
  }
4407
- bitField0_ |= 0x00010000;
4758
+ bitField0_ |= 0x00020000;
4408
4759
  onChanged();
4409
4760
  return this;
4410
4761
  }
@@ -4422,7 +4773,7 @@ private static final long serialVersionUID = 0L;
4422
4773
  } else {
4423
4774
  coreBuilder_.setMessage(builderForValue.build());
4424
4775
  }
4425
- bitField0_ |= 0x00010000;
4776
+ bitField0_ |= 0x00020000;
4426
4777
  onChanged();
4427
4778
  return this;
4428
4779
  }
@@ -4435,7 +4786,7 @@ private static final long serialVersionUID = 0L;
4435
4786
  */
4436
4787
  public Builder mergeCore(com.lansweeper.dp.outbound.v1.UserCoreFields value) {
4437
4788
  if (coreBuilder_ == null) {
4438
- if (((bitField0_ & 0x00010000) != 0) &&
4789
+ if (((bitField0_ & 0x00020000) != 0) &&
4439
4790
  core_ != null &&
4440
4791
  core_ != com.lansweeper.dp.outbound.v1.UserCoreFields.getDefaultInstance()) {
4441
4792
  getCoreBuilder().mergeFrom(value);
@@ -4446,7 +4797,7 @@ private static final long serialVersionUID = 0L;
4446
4797
  coreBuilder_.mergeFrom(value);
4447
4798
  }
4448
4799
  if (core_ != null) {
4449
- bitField0_ |= 0x00010000;
4800
+ bitField0_ |= 0x00020000;
4450
4801
  onChanged();
4451
4802
  }
4452
4803
  return this;
@@ -4459,7 +4810,7 @@ private static final long serialVersionUID = 0L;
4459
4810
  * <code>.com.lansweeper.dp.outbound.v1.UserCoreFields core = 20;</code>
4460
4811
  */
4461
4812
  public Builder clearCore() {
4462
- bitField0_ = (bitField0_ & ~0x00010000);
4813
+ bitField0_ = (bitField0_ & ~0x00020000);
4463
4814
  core_ = null;
4464
4815
  if (coreBuilder_ != null) {
4465
4816
  coreBuilder_.dispose();
@@ -4476,7 +4827,7 @@ private static final long serialVersionUID = 0L;
4476
4827
  * <code>.com.lansweeper.dp.outbound.v1.UserCoreFields core = 20;</code>
4477
4828
  */
4478
4829
  public com.lansweeper.dp.outbound.v1.UserCoreFields.Builder getCoreBuilder() {
4479
- bitField0_ |= 0x00010000;
4830
+ bitField0_ |= 0x00020000;
4480
4831
  onChanged();
4481
4832
  return getCoreFieldBuilder().getBuilder();
4482
4833
  }
@@ -4528,7 +4879,7 @@ private static final long serialVersionUID = 0L;
4528
4879
  * @return Whether the adUser field is set.
4529
4880
  */
4530
4881
  public boolean hasAdUser() {
4531
- return ((bitField0_ & 0x00020000) != 0);
4882
+ return ((bitField0_ & 0x00040000) != 0);
4532
4883
  }
4533
4884
  /**
4534
4885
  * <pre>
@@ -4561,7 +4912,7 @@ private static final long serialVersionUID = 0L;
4561
4912
  } else {
4562
4913
  adUserBuilder_.setMessage(value);
4563
4914
  }
4564
- bitField0_ |= 0x00020000;
4915
+ bitField0_ |= 0x00040000;
4565
4916
  onChanged();
4566
4917
  return this;
4567
4918
  }
@@ -4579,7 +4930,7 @@ private static final long serialVersionUID = 0L;
4579
4930
  } else {
4580
4931
  adUserBuilder_.setMessage(builderForValue.build());
4581
4932
  }
4582
- bitField0_ |= 0x00020000;
4933
+ bitField0_ |= 0x00040000;
4583
4934
  onChanged();
4584
4935
  return this;
4585
4936
  }
@@ -4592,7 +4943,7 @@ private static final long serialVersionUID = 0L;
4592
4943
  */
4593
4944
  public Builder mergeAdUser(com.lansweeper.dp.outbound.v1.ActiveDirectoryUser value) {
4594
4945
  if (adUserBuilder_ == null) {
4595
- if (((bitField0_ & 0x00020000) != 0) &&
4946
+ if (((bitField0_ & 0x00040000) != 0) &&
4596
4947
  adUser_ != null &&
4597
4948
  adUser_ != com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.getDefaultInstance()) {
4598
4949
  getAdUserBuilder().mergeFrom(value);
@@ -4603,7 +4954,7 @@ private static final long serialVersionUID = 0L;
4603
4954
  adUserBuilder_.mergeFrom(value);
4604
4955
  }
4605
4956
  if (adUser_ != null) {
4606
- bitField0_ |= 0x00020000;
4957
+ bitField0_ |= 0x00040000;
4607
4958
  onChanged();
4608
4959
  }
4609
4960
  return this;
@@ -4616,7 +4967,7 @@ private static final long serialVersionUID = 0L;
4616
4967
  * <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryUser ad_user = 21;</code>
4617
4968
  */
4618
4969
  public Builder clearAdUser() {
4619
- bitField0_ = (bitField0_ & ~0x00020000);
4970
+ bitField0_ = (bitField0_ & ~0x00040000);
4620
4971
  adUser_ = null;
4621
4972
  if (adUserBuilder_ != null) {
4622
4973
  adUserBuilder_.dispose();
@@ -4633,7 +4984,7 @@ private static final long serialVersionUID = 0L;
4633
4984
  * <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryUser ad_user = 21;</code>
4634
4985
  */
4635
4986
  public com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.Builder getAdUserBuilder() {
4636
- bitField0_ |= 0x00020000;
4987
+ bitField0_ |= 0x00040000;
4637
4988
  onChanged();
4638
4989
  return getAdUserFieldBuilder().getBuilder();
4639
4990
  }