@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.
- package/CHANGELOG.md +8 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +68 -0
- package/gen-proto/outbound_pb.js +590 -3
- package/generated-go/outbound.pb.go +10064 -9879
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +24 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DataProcessor$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DataProcessor$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DataProcessor.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DataProcessorOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Group$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Group$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Group.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/GroupOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/User$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/User$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/User.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/UserOrBuilder.class +0 -0
- package/model/target/classes/outbound.proto +24 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Asset.java +847 -312
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetOrBuilder.java +64 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DataProcessor.java +1405 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DataProcessorOrBuilder.java +121 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Group.java +430 -79
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/GroupOrBuilder.java +24 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +2958 -2934
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/User.java +430 -79
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/UserOrBuilder.java +24 -0
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +4 -0
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +2 -0
- package/model/target/{outbound-model-0.3.14-sources.jar → outbound-model-0.3.15-sources.jar} +0 -0
- package/model/target/{outbound-model-0.3.14.jar → outbound-model-0.3.15.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +24 -0
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.3.14-sources.jar → outbound-service-0.3.15-sources.jar} +0 -0
- package/service/target/{outbound-service-0.3.14.jar → outbound-service-0.3.15.jar} +0 -0
package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Group.java
CHANGED
|
@@ -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 = 22;
|
|
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 = 22;</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 = 22;</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 = 22;</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 = 22;</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 = 22;</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_ = "";
|
|
@@ -770,6 +812,9 @@ private static final long serialVersionUID = 0L;
|
|
|
770
812
|
if (((bitField0_ & 0x00001000) != 0)) {
|
|
771
813
|
output.writeMessage(21, getAdGroup());
|
|
772
814
|
}
|
|
815
|
+
for (int i = 0; i < dataProcessor_.size(); i++) {
|
|
816
|
+
output.writeMessage(22, dataProcessor_.get(i));
|
|
817
|
+
}
|
|
773
818
|
getUnknownFields().writeTo(output);
|
|
774
819
|
}
|
|
775
820
|
|
|
@@ -848,6 +893,10 @@ private static final long serialVersionUID = 0L;
|
|
|
848
893
|
size += com.google.protobuf.CodedOutputStream
|
|
849
894
|
.computeMessageSize(21, getAdGroup());
|
|
850
895
|
}
|
|
896
|
+
for (int i = 0; i < dataProcessor_.size(); i++) {
|
|
897
|
+
size += com.google.protobuf.CodedOutputStream
|
|
898
|
+
.computeMessageSize(22, dataProcessor_.get(i));
|
|
899
|
+
}
|
|
851
900
|
size += getUnknownFields().getSerializedSize();
|
|
852
901
|
memoizedSize = size;
|
|
853
902
|
return size;
|
|
@@ -902,6 +951,8 @@ private static final long serialVersionUID = 0L;
|
|
|
902
951
|
.equals(other.getSourceInfoList())) return false;
|
|
903
952
|
if (!getUnlinkedSourceInfoList()
|
|
904
953
|
.equals(other.getUnlinkedSourceInfoList())) return false;
|
|
954
|
+
if (!getDataProcessorList()
|
|
955
|
+
.equals(other.getDataProcessorList())) return false;
|
|
905
956
|
if (hasUniqueKey() != other.hasUniqueKey()) return false;
|
|
906
957
|
if (hasUniqueKey()) {
|
|
907
958
|
if (!getUniqueKey()
|
|
@@ -985,6 +1036,10 @@ private static final long serialVersionUID = 0L;
|
|
|
985
1036
|
hash = (37 * hash) + UNLINKED_SOURCE_INFO_FIELD_NUMBER;
|
|
986
1037
|
hash = (53 * hash) + getUnlinkedSourceInfoList().hashCode();
|
|
987
1038
|
}
|
|
1039
|
+
if (getDataProcessorCount() > 0) {
|
|
1040
|
+
hash = (37 * hash) + DATA_PROCESSOR_FIELD_NUMBER;
|
|
1041
|
+
hash = (53 * hash) + getDataProcessorList().hashCode();
|
|
1042
|
+
}
|
|
988
1043
|
if (hasUniqueKey()) {
|
|
989
1044
|
hash = (37 * hash) + UNIQUE_KEY_FIELD_NUMBER;
|
|
990
1045
|
hash = (53 * hash) + getUniqueKey().hashCode();
|
|
@@ -1162,6 +1217,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1162
1217
|
getLastEnrichedFieldBuilder();
|
|
1163
1218
|
getSourceInfoFieldBuilder();
|
|
1164
1219
|
getUnlinkedSourceInfoFieldBuilder();
|
|
1220
|
+
getDataProcessorFieldBuilder();
|
|
1165
1221
|
getScanErrorFieldBuilder();
|
|
1166
1222
|
getInternetIpFieldBuilder();
|
|
1167
1223
|
getTagFieldBuilder();
|
|
@@ -1217,6 +1273,13 @@ private static final long serialVersionUID = 0L;
|
|
|
1217
1273
|
unlinkedSourceInfoBuilder_.clear();
|
|
1218
1274
|
}
|
|
1219
1275
|
bitField0_ = (bitField0_ & ~0x00000100);
|
|
1276
|
+
if (dataProcessorBuilder_ == null) {
|
|
1277
|
+
dataProcessor_ = java.util.Collections.emptyList();
|
|
1278
|
+
} else {
|
|
1279
|
+
dataProcessor_ = null;
|
|
1280
|
+
dataProcessorBuilder_.clear();
|
|
1281
|
+
}
|
|
1282
|
+
bitField0_ = (bitField0_ & ~0x00000200);
|
|
1220
1283
|
uniqueKey_ = "";
|
|
1221
1284
|
if (scanErrorBuilder_ == null) {
|
|
1222
1285
|
scanError_ = java.util.Collections.emptyList();
|
|
@@ -1224,7 +1287,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1224
1287
|
scanError_ = null;
|
|
1225
1288
|
scanErrorBuilder_.clear();
|
|
1226
1289
|
}
|
|
1227
|
-
bitField0_ = (bitField0_ & ~
|
|
1290
|
+
bitField0_ = (bitField0_ & ~0x00000800);
|
|
1228
1291
|
internetIp_ = null;
|
|
1229
1292
|
if (internetIpBuilder_ != null) {
|
|
1230
1293
|
internetIpBuilder_.dispose();
|
|
@@ -1236,14 +1299,14 @@ private static final long serialVersionUID = 0L;
|
|
|
1236
1299
|
tag_ = null;
|
|
1237
1300
|
tagBuilder_.clear();
|
|
1238
1301
|
}
|
|
1239
|
-
bitField0_ = (bitField0_ & ~
|
|
1302
|
+
bitField0_ = (bitField0_ & ~0x00002000);
|
|
1240
1303
|
if (relationBuilder_ == null) {
|
|
1241
1304
|
relation_ = java.util.Collections.emptyList();
|
|
1242
1305
|
} else {
|
|
1243
1306
|
relation_ = null;
|
|
1244
1307
|
relationBuilder_.clear();
|
|
1245
1308
|
}
|
|
1246
|
-
bitField0_ = (bitField0_ & ~
|
|
1309
|
+
bitField0_ = (bitField0_ & ~0x00004000);
|
|
1247
1310
|
correlationFields_ = null;
|
|
1248
1311
|
if (correlationFieldsBuilder_ != null) {
|
|
1249
1312
|
correlationFieldsBuilder_.dispose();
|
|
@@ -1315,28 +1378,37 @@ private static final long serialVersionUID = 0L;
|
|
|
1315
1378
|
} else {
|
|
1316
1379
|
result.unlinkedSourceInfo_ = unlinkedSourceInfoBuilder_.build();
|
|
1317
1380
|
}
|
|
1381
|
+
if (dataProcessorBuilder_ == null) {
|
|
1382
|
+
if (((bitField0_ & 0x00000200) != 0)) {
|
|
1383
|
+
dataProcessor_ = java.util.Collections.unmodifiableList(dataProcessor_);
|
|
1384
|
+
bitField0_ = (bitField0_ & ~0x00000200);
|
|
1385
|
+
}
|
|
1386
|
+
result.dataProcessor_ = dataProcessor_;
|
|
1387
|
+
} else {
|
|
1388
|
+
result.dataProcessor_ = dataProcessorBuilder_.build();
|
|
1389
|
+
}
|
|
1318
1390
|
if (scanErrorBuilder_ == null) {
|
|
1319
|
-
if (((bitField0_ &
|
|
1391
|
+
if (((bitField0_ & 0x00000800) != 0)) {
|
|
1320
1392
|
scanError_ = java.util.Collections.unmodifiableList(scanError_);
|
|
1321
|
-
bitField0_ = (bitField0_ & ~
|
|
1393
|
+
bitField0_ = (bitField0_ & ~0x00000800);
|
|
1322
1394
|
}
|
|
1323
1395
|
result.scanError_ = scanError_;
|
|
1324
1396
|
} else {
|
|
1325
1397
|
result.scanError_ = scanErrorBuilder_.build();
|
|
1326
1398
|
}
|
|
1327
1399
|
if (tagBuilder_ == null) {
|
|
1328
|
-
if (((bitField0_ &
|
|
1400
|
+
if (((bitField0_ & 0x00002000) != 0)) {
|
|
1329
1401
|
tag_ = java.util.Collections.unmodifiableList(tag_);
|
|
1330
|
-
bitField0_ = (bitField0_ & ~
|
|
1402
|
+
bitField0_ = (bitField0_ & ~0x00002000);
|
|
1331
1403
|
}
|
|
1332
1404
|
result.tag_ = tag_;
|
|
1333
1405
|
} else {
|
|
1334
1406
|
result.tag_ = tagBuilder_.build();
|
|
1335
1407
|
}
|
|
1336
1408
|
if (relationBuilder_ == null) {
|
|
1337
|
-
if (((bitField0_ &
|
|
1409
|
+
if (((bitField0_ & 0x00004000) != 0)) {
|
|
1338
1410
|
relation_ = java.util.Collections.unmodifiableList(relation_);
|
|
1339
|
-
bitField0_ = (bitField0_ & ~
|
|
1411
|
+
bitField0_ = (bitField0_ & ~0x00004000);
|
|
1340
1412
|
}
|
|
1341
1413
|
result.relation_ = relation_;
|
|
1342
1414
|
} else {
|
|
@@ -1385,35 +1457,35 @@ private static final long serialVersionUID = 0L;
|
|
|
1385
1457
|
result.lastSyncedSourceName_ = lastSyncedSourceName_;
|
|
1386
1458
|
to_bitField0_ |= 0x00000040;
|
|
1387
1459
|
}
|
|
1388
|
-
if (((from_bitField0_ &
|
|
1460
|
+
if (((from_bitField0_ & 0x00000400) != 0)) {
|
|
1389
1461
|
result.uniqueKey_ = uniqueKey_;
|
|
1390
1462
|
to_bitField0_ |= 0x00000080;
|
|
1391
1463
|
}
|
|
1392
|
-
if (((from_bitField0_ &
|
|
1464
|
+
if (((from_bitField0_ & 0x00001000) != 0)) {
|
|
1393
1465
|
result.internetIp_ = internetIpBuilder_ == null
|
|
1394
1466
|
? internetIp_
|
|
1395
1467
|
: internetIpBuilder_.build();
|
|
1396
1468
|
to_bitField0_ |= 0x00000100;
|
|
1397
1469
|
}
|
|
1398
|
-
if (((from_bitField0_ &
|
|
1470
|
+
if (((from_bitField0_ & 0x00008000) != 0)) {
|
|
1399
1471
|
result.correlationFields_ = correlationFieldsBuilder_ == null
|
|
1400
1472
|
? correlationFields_
|
|
1401
1473
|
: correlationFieldsBuilder_.build();
|
|
1402
1474
|
to_bitField0_ |= 0x00000200;
|
|
1403
1475
|
}
|
|
1404
|
-
if (((from_bitField0_ &
|
|
1476
|
+
if (((from_bitField0_ & 0x00010000) != 0)) {
|
|
1405
1477
|
result.reconciliation_ = reconciliationBuilder_ == null
|
|
1406
1478
|
? reconciliation_
|
|
1407
1479
|
: reconciliationBuilder_.build();
|
|
1408
1480
|
to_bitField0_ |= 0x00000400;
|
|
1409
1481
|
}
|
|
1410
|
-
if (((from_bitField0_ &
|
|
1482
|
+
if (((from_bitField0_ & 0x00020000) != 0)) {
|
|
1411
1483
|
result.core_ = coreBuilder_ == null
|
|
1412
1484
|
? core_
|
|
1413
1485
|
: coreBuilder_.build();
|
|
1414
1486
|
to_bitField0_ |= 0x00000800;
|
|
1415
1487
|
}
|
|
1416
|
-
if (((from_bitField0_ &
|
|
1488
|
+
if (((from_bitField0_ & 0x00040000) != 0)) {
|
|
1417
1489
|
result.adGroup_ = adGroupBuilder_ == null
|
|
1418
1490
|
? adGroup_
|
|
1419
1491
|
: adGroupBuilder_.build();
|
|
@@ -1543,16 +1615,42 @@ private static final long serialVersionUID = 0L;
|
|
|
1543
1615
|
}
|
|
1544
1616
|
}
|
|
1545
1617
|
}
|
|
1618
|
+
if (dataProcessorBuilder_ == null) {
|
|
1619
|
+
if (!other.dataProcessor_.isEmpty()) {
|
|
1620
|
+
if (dataProcessor_.isEmpty()) {
|
|
1621
|
+
dataProcessor_ = other.dataProcessor_;
|
|
1622
|
+
bitField0_ = (bitField0_ & ~0x00000200);
|
|
1623
|
+
} else {
|
|
1624
|
+
ensureDataProcessorIsMutable();
|
|
1625
|
+
dataProcessor_.addAll(other.dataProcessor_);
|
|
1626
|
+
}
|
|
1627
|
+
onChanged();
|
|
1628
|
+
}
|
|
1629
|
+
} else {
|
|
1630
|
+
if (!other.dataProcessor_.isEmpty()) {
|
|
1631
|
+
if (dataProcessorBuilder_.isEmpty()) {
|
|
1632
|
+
dataProcessorBuilder_.dispose();
|
|
1633
|
+
dataProcessorBuilder_ = null;
|
|
1634
|
+
dataProcessor_ = other.dataProcessor_;
|
|
1635
|
+
bitField0_ = (bitField0_ & ~0x00000200);
|
|
1636
|
+
dataProcessorBuilder_ =
|
|
1637
|
+
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
|
|
1638
|
+
getDataProcessorFieldBuilder() : null;
|
|
1639
|
+
} else {
|
|
1640
|
+
dataProcessorBuilder_.addAllMessages(other.dataProcessor_);
|
|
1641
|
+
}
|
|
1642
|
+
}
|
|
1643
|
+
}
|
|
1546
1644
|
if (other.hasUniqueKey()) {
|
|
1547
1645
|
uniqueKey_ = other.uniqueKey_;
|
|
1548
|
-
bitField0_ |=
|
|
1646
|
+
bitField0_ |= 0x00000400;
|
|
1549
1647
|
onChanged();
|
|
1550
1648
|
}
|
|
1551
1649
|
if (scanErrorBuilder_ == null) {
|
|
1552
1650
|
if (!other.scanError_.isEmpty()) {
|
|
1553
1651
|
if (scanError_.isEmpty()) {
|
|
1554
1652
|
scanError_ = other.scanError_;
|
|
1555
|
-
bitField0_ = (bitField0_ & ~
|
|
1653
|
+
bitField0_ = (bitField0_ & ~0x00000800);
|
|
1556
1654
|
} else {
|
|
1557
1655
|
ensureScanErrorIsMutable();
|
|
1558
1656
|
scanError_.addAll(other.scanError_);
|
|
@@ -1565,7 +1663,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1565
1663
|
scanErrorBuilder_.dispose();
|
|
1566
1664
|
scanErrorBuilder_ = null;
|
|
1567
1665
|
scanError_ = other.scanError_;
|
|
1568
|
-
bitField0_ = (bitField0_ & ~
|
|
1666
|
+
bitField0_ = (bitField0_ & ~0x00000800);
|
|
1569
1667
|
scanErrorBuilder_ =
|
|
1570
1668
|
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
|
|
1571
1669
|
getScanErrorFieldBuilder() : null;
|
|
@@ -1581,7 +1679,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1581
1679
|
if (!other.tag_.isEmpty()) {
|
|
1582
1680
|
if (tag_.isEmpty()) {
|
|
1583
1681
|
tag_ = other.tag_;
|
|
1584
|
-
bitField0_ = (bitField0_ & ~
|
|
1682
|
+
bitField0_ = (bitField0_ & ~0x00002000);
|
|
1585
1683
|
} else {
|
|
1586
1684
|
ensureTagIsMutable();
|
|
1587
1685
|
tag_.addAll(other.tag_);
|
|
@@ -1594,7 +1692,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1594
1692
|
tagBuilder_.dispose();
|
|
1595
1693
|
tagBuilder_ = null;
|
|
1596
1694
|
tag_ = other.tag_;
|
|
1597
|
-
bitField0_ = (bitField0_ & ~
|
|
1695
|
+
bitField0_ = (bitField0_ & ~0x00002000);
|
|
1598
1696
|
tagBuilder_ =
|
|
1599
1697
|
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
|
|
1600
1698
|
getTagFieldBuilder() : null;
|
|
@@ -1607,7 +1705,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1607
1705
|
if (!other.relation_.isEmpty()) {
|
|
1608
1706
|
if (relation_.isEmpty()) {
|
|
1609
1707
|
relation_ = other.relation_;
|
|
1610
|
-
bitField0_ = (bitField0_ & ~
|
|
1708
|
+
bitField0_ = (bitField0_ & ~0x00004000);
|
|
1611
1709
|
} else {
|
|
1612
1710
|
ensureRelationIsMutable();
|
|
1613
1711
|
relation_.addAll(other.relation_);
|
|
@@ -1620,7 +1718,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1620
1718
|
relationBuilder_.dispose();
|
|
1621
1719
|
relationBuilder_ = null;
|
|
1622
1720
|
relation_ = other.relation_;
|
|
1623
|
-
bitField0_ = (bitField0_ & ~
|
|
1721
|
+
bitField0_ = (bitField0_ & ~0x00004000);
|
|
1624
1722
|
relationBuilder_ =
|
|
1625
1723
|
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
|
|
1626
1724
|
getRelationFieldBuilder() : null;
|
|
@@ -1740,7 +1838,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1740
1838
|
} // case 74
|
|
1741
1839
|
case 82: {
|
|
1742
1840
|
uniqueKey_ = input.readStringRequireUtf8();
|
|
1743
|
-
bitField0_ |=
|
|
1841
|
+
bitField0_ |= 0x00000400;
|
|
1744
1842
|
break;
|
|
1745
1843
|
} // case 82
|
|
1746
1844
|
case 90: {
|
|
@@ -1760,7 +1858,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1760
1858
|
input.readMessage(
|
|
1761
1859
|
getInternetIpFieldBuilder().getBuilder(),
|
|
1762
1860
|
extensionRegistry);
|
|
1763
|
-
bitField0_ |=
|
|
1861
|
+
bitField0_ |= 0x00001000;
|
|
1764
1862
|
break;
|
|
1765
1863
|
} // case 98
|
|
1766
1864
|
case 106: {
|
|
@@ -1793,30 +1891,43 @@ private static final long serialVersionUID = 0L;
|
|
|
1793
1891
|
input.readMessage(
|
|
1794
1892
|
getCorrelationFieldsFieldBuilder().getBuilder(),
|
|
1795
1893
|
extensionRegistry);
|
|
1796
|
-
bitField0_ |=
|
|
1894
|
+
bitField0_ |= 0x00008000;
|
|
1797
1895
|
break;
|
|
1798
1896
|
} // case 122
|
|
1799
1897
|
case 130: {
|
|
1800
1898
|
input.readMessage(
|
|
1801
1899
|
getReconciliationFieldBuilder().getBuilder(),
|
|
1802
1900
|
extensionRegistry);
|
|
1803
|
-
bitField0_ |=
|
|
1901
|
+
bitField0_ |= 0x00010000;
|
|
1804
1902
|
break;
|
|
1805
1903
|
} // case 130
|
|
1806
1904
|
case 162: {
|
|
1807
1905
|
input.readMessage(
|
|
1808
1906
|
getCoreFieldBuilder().getBuilder(),
|
|
1809
1907
|
extensionRegistry);
|
|
1810
|
-
bitField0_ |=
|
|
1908
|
+
bitField0_ |= 0x00020000;
|
|
1811
1909
|
break;
|
|
1812
1910
|
} // case 162
|
|
1813
1911
|
case 170: {
|
|
1814
1912
|
input.readMessage(
|
|
1815
1913
|
getAdGroupFieldBuilder().getBuilder(),
|
|
1816
1914
|
extensionRegistry);
|
|
1817
|
-
bitField0_ |=
|
|
1915
|
+
bitField0_ |= 0x00040000;
|
|
1818
1916
|
break;
|
|
1819
1917
|
} // case 170
|
|
1918
|
+
case 178: {
|
|
1919
|
+
com.lansweeper.dp.outbound.v1.DataProcessor m =
|
|
1920
|
+
input.readMessage(
|
|
1921
|
+
com.lansweeper.dp.outbound.v1.DataProcessor.parser(),
|
|
1922
|
+
extensionRegistry);
|
|
1923
|
+
if (dataProcessorBuilder_ == null) {
|
|
1924
|
+
ensureDataProcessorIsMutable();
|
|
1925
|
+
dataProcessor_.add(m);
|
|
1926
|
+
} else {
|
|
1927
|
+
dataProcessorBuilder_.addMessage(m);
|
|
1928
|
+
}
|
|
1929
|
+
break;
|
|
1930
|
+
} // case 178
|
|
1820
1931
|
default: {
|
|
1821
1932
|
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
|
|
1822
1933
|
done = true; // was an endgroup tag
|
|
@@ -3077,13 +3188,253 @@ private static final long serialVersionUID = 0L;
|
|
|
3077
3188
|
return unlinkedSourceInfoBuilder_;
|
|
3078
3189
|
}
|
|
3079
3190
|
|
|
3191
|
+
private java.util.List<com.lansweeper.dp.outbound.v1.DataProcessor> dataProcessor_ =
|
|
3192
|
+
java.util.Collections.emptyList();
|
|
3193
|
+
private void ensureDataProcessorIsMutable() {
|
|
3194
|
+
if (!((bitField0_ & 0x00000200) != 0)) {
|
|
3195
|
+
dataProcessor_ = new java.util.ArrayList<com.lansweeper.dp.outbound.v1.DataProcessor>(dataProcessor_);
|
|
3196
|
+
bitField0_ |= 0x00000200;
|
|
3197
|
+
}
|
|
3198
|
+
}
|
|
3199
|
+
|
|
3200
|
+
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
3201
|
+
com.lansweeper.dp.outbound.v1.DataProcessor, com.lansweeper.dp.outbound.v1.DataProcessor.Builder, com.lansweeper.dp.outbound.v1.DataProcessorOrBuilder> dataProcessorBuilder_;
|
|
3202
|
+
|
|
3203
|
+
/**
|
|
3204
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 22;</code>
|
|
3205
|
+
*/
|
|
3206
|
+
public java.util.List<com.lansweeper.dp.outbound.v1.DataProcessor> getDataProcessorList() {
|
|
3207
|
+
if (dataProcessorBuilder_ == null) {
|
|
3208
|
+
return java.util.Collections.unmodifiableList(dataProcessor_);
|
|
3209
|
+
} else {
|
|
3210
|
+
return dataProcessorBuilder_.getMessageList();
|
|
3211
|
+
}
|
|
3212
|
+
}
|
|
3213
|
+
/**
|
|
3214
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 22;</code>
|
|
3215
|
+
*/
|
|
3216
|
+
public int getDataProcessorCount() {
|
|
3217
|
+
if (dataProcessorBuilder_ == null) {
|
|
3218
|
+
return dataProcessor_.size();
|
|
3219
|
+
} else {
|
|
3220
|
+
return dataProcessorBuilder_.getCount();
|
|
3221
|
+
}
|
|
3222
|
+
}
|
|
3223
|
+
/**
|
|
3224
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 22;</code>
|
|
3225
|
+
*/
|
|
3226
|
+
public com.lansweeper.dp.outbound.v1.DataProcessor getDataProcessor(int index) {
|
|
3227
|
+
if (dataProcessorBuilder_ == null) {
|
|
3228
|
+
return dataProcessor_.get(index);
|
|
3229
|
+
} else {
|
|
3230
|
+
return dataProcessorBuilder_.getMessage(index);
|
|
3231
|
+
}
|
|
3232
|
+
}
|
|
3233
|
+
/**
|
|
3234
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 22;</code>
|
|
3235
|
+
*/
|
|
3236
|
+
public Builder setDataProcessor(
|
|
3237
|
+
int index, com.lansweeper.dp.outbound.v1.DataProcessor value) {
|
|
3238
|
+
if (dataProcessorBuilder_ == null) {
|
|
3239
|
+
if (value == null) {
|
|
3240
|
+
throw new NullPointerException();
|
|
3241
|
+
}
|
|
3242
|
+
ensureDataProcessorIsMutable();
|
|
3243
|
+
dataProcessor_.set(index, value);
|
|
3244
|
+
onChanged();
|
|
3245
|
+
} else {
|
|
3246
|
+
dataProcessorBuilder_.setMessage(index, value);
|
|
3247
|
+
}
|
|
3248
|
+
return this;
|
|
3249
|
+
}
|
|
3250
|
+
/**
|
|
3251
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 22;</code>
|
|
3252
|
+
*/
|
|
3253
|
+
public Builder setDataProcessor(
|
|
3254
|
+
int index, com.lansweeper.dp.outbound.v1.DataProcessor.Builder builderForValue) {
|
|
3255
|
+
if (dataProcessorBuilder_ == null) {
|
|
3256
|
+
ensureDataProcessorIsMutable();
|
|
3257
|
+
dataProcessor_.set(index, builderForValue.build());
|
|
3258
|
+
onChanged();
|
|
3259
|
+
} else {
|
|
3260
|
+
dataProcessorBuilder_.setMessage(index, builderForValue.build());
|
|
3261
|
+
}
|
|
3262
|
+
return this;
|
|
3263
|
+
}
|
|
3264
|
+
/**
|
|
3265
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 22;</code>
|
|
3266
|
+
*/
|
|
3267
|
+
public Builder addDataProcessor(com.lansweeper.dp.outbound.v1.DataProcessor value) {
|
|
3268
|
+
if (dataProcessorBuilder_ == null) {
|
|
3269
|
+
if (value == null) {
|
|
3270
|
+
throw new NullPointerException();
|
|
3271
|
+
}
|
|
3272
|
+
ensureDataProcessorIsMutable();
|
|
3273
|
+
dataProcessor_.add(value);
|
|
3274
|
+
onChanged();
|
|
3275
|
+
} else {
|
|
3276
|
+
dataProcessorBuilder_.addMessage(value);
|
|
3277
|
+
}
|
|
3278
|
+
return this;
|
|
3279
|
+
}
|
|
3280
|
+
/**
|
|
3281
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 22;</code>
|
|
3282
|
+
*/
|
|
3283
|
+
public Builder addDataProcessor(
|
|
3284
|
+
int index, com.lansweeper.dp.outbound.v1.DataProcessor value) {
|
|
3285
|
+
if (dataProcessorBuilder_ == null) {
|
|
3286
|
+
if (value == null) {
|
|
3287
|
+
throw new NullPointerException();
|
|
3288
|
+
}
|
|
3289
|
+
ensureDataProcessorIsMutable();
|
|
3290
|
+
dataProcessor_.add(index, value);
|
|
3291
|
+
onChanged();
|
|
3292
|
+
} else {
|
|
3293
|
+
dataProcessorBuilder_.addMessage(index, value);
|
|
3294
|
+
}
|
|
3295
|
+
return this;
|
|
3296
|
+
}
|
|
3297
|
+
/**
|
|
3298
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 22;</code>
|
|
3299
|
+
*/
|
|
3300
|
+
public Builder addDataProcessor(
|
|
3301
|
+
com.lansweeper.dp.outbound.v1.DataProcessor.Builder builderForValue) {
|
|
3302
|
+
if (dataProcessorBuilder_ == null) {
|
|
3303
|
+
ensureDataProcessorIsMutable();
|
|
3304
|
+
dataProcessor_.add(builderForValue.build());
|
|
3305
|
+
onChanged();
|
|
3306
|
+
} else {
|
|
3307
|
+
dataProcessorBuilder_.addMessage(builderForValue.build());
|
|
3308
|
+
}
|
|
3309
|
+
return this;
|
|
3310
|
+
}
|
|
3311
|
+
/**
|
|
3312
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 22;</code>
|
|
3313
|
+
*/
|
|
3314
|
+
public Builder addDataProcessor(
|
|
3315
|
+
int index, com.lansweeper.dp.outbound.v1.DataProcessor.Builder builderForValue) {
|
|
3316
|
+
if (dataProcessorBuilder_ == null) {
|
|
3317
|
+
ensureDataProcessorIsMutable();
|
|
3318
|
+
dataProcessor_.add(index, builderForValue.build());
|
|
3319
|
+
onChanged();
|
|
3320
|
+
} else {
|
|
3321
|
+
dataProcessorBuilder_.addMessage(index, builderForValue.build());
|
|
3322
|
+
}
|
|
3323
|
+
return this;
|
|
3324
|
+
}
|
|
3325
|
+
/**
|
|
3326
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 22;</code>
|
|
3327
|
+
*/
|
|
3328
|
+
public Builder addAllDataProcessor(
|
|
3329
|
+
java.lang.Iterable<? extends com.lansweeper.dp.outbound.v1.DataProcessor> values) {
|
|
3330
|
+
if (dataProcessorBuilder_ == null) {
|
|
3331
|
+
ensureDataProcessorIsMutable();
|
|
3332
|
+
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
3333
|
+
values, dataProcessor_);
|
|
3334
|
+
onChanged();
|
|
3335
|
+
} else {
|
|
3336
|
+
dataProcessorBuilder_.addAllMessages(values);
|
|
3337
|
+
}
|
|
3338
|
+
return this;
|
|
3339
|
+
}
|
|
3340
|
+
/**
|
|
3341
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 22;</code>
|
|
3342
|
+
*/
|
|
3343
|
+
public Builder clearDataProcessor() {
|
|
3344
|
+
if (dataProcessorBuilder_ == null) {
|
|
3345
|
+
dataProcessor_ = java.util.Collections.emptyList();
|
|
3346
|
+
bitField0_ = (bitField0_ & ~0x00000200);
|
|
3347
|
+
onChanged();
|
|
3348
|
+
} else {
|
|
3349
|
+
dataProcessorBuilder_.clear();
|
|
3350
|
+
}
|
|
3351
|
+
return this;
|
|
3352
|
+
}
|
|
3353
|
+
/**
|
|
3354
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 22;</code>
|
|
3355
|
+
*/
|
|
3356
|
+
public Builder removeDataProcessor(int index) {
|
|
3357
|
+
if (dataProcessorBuilder_ == null) {
|
|
3358
|
+
ensureDataProcessorIsMutable();
|
|
3359
|
+
dataProcessor_.remove(index);
|
|
3360
|
+
onChanged();
|
|
3361
|
+
} else {
|
|
3362
|
+
dataProcessorBuilder_.remove(index);
|
|
3363
|
+
}
|
|
3364
|
+
return this;
|
|
3365
|
+
}
|
|
3366
|
+
/**
|
|
3367
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 22;</code>
|
|
3368
|
+
*/
|
|
3369
|
+
public com.lansweeper.dp.outbound.v1.DataProcessor.Builder getDataProcessorBuilder(
|
|
3370
|
+
int index) {
|
|
3371
|
+
return getDataProcessorFieldBuilder().getBuilder(index);
|
|
3372
|
+
}
|
|
3373
|
+
/**
|
|
3374
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 22;</code>
|
|
3375
|
+
*/
|
|
3376
|
+
public com.lansweeper.dp.outbound.v1.DataProcessorOrBuilder getDataProcessorOrBuilder(
|
|
3377
|
+
int index) {
|
|
3378
|
+
if (dataProcessorBuilder_ == null) {
|
|
3379
|
+
return dataProcessor_.get(index); } else {
|
|
3380
|
+
return dataProcessorBuilder_.getMessageOrBuilder(index);
|
|
3381
|
+
}
|
|
3382
|
+
}
|
|
3383
|
+
/**
|
|
3384
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 22;</code>
|
|
3385
|
+
*/
|
|
3386
|
+
public java.util.List<? extends com.lansweeper.dp.outbound.v1.DataProcessorOrBuilder>
|
|
3387
|
+
getDataProcessorOrBuilderList() {
|
|
3388
|
+
if (dataProcessorBuilder_ != null) {
|
|
3389
|
+
return dataProcessorBuilder_.getMessageOrBuilderList();
|
|
3390
|
+
} else {
|
|
3391
|
+
return java.util.Collections.unmodifiableList(dataProcessor_);
|
|
3392
|
+
}
|
|
3393
|
+
}
|
|
3394
|
+
/**
|
|
3395
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 22;</code>
|
|
3396
|
+
*/
|
|
3397
|
+
public com.lansweeper.dp.outbound.v1.DataProcessor.Builder addDataProcessorBuilder() {
|
|
3398
|
+
return getDataProcessorFieldBuilder().addBuilder(
|
|
3399
|
+
com.lansweeper.dp.outbound.v1.DataProcessor.getDefaultInstance());
|
|
3400
|
+
}
|
|
3401
|
+
/**
|
|
3402
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 22;</code>
|
|
3403
|
+
*/
|
|
3404
|
+
public com.lansweeper.dp.outbound.v1.DataProcessor.Builder addDataProcessorBuilder(
|
|
3405
|
+
int index) {
|
|
3406
|
+
return getDataProcessorFieldBuilder().addBuilder(
|
|
3407
|
+
index, com.lansweeper.dp.outbound.v1.DataProcessor.getDefaultInstance());
|
|
3408
|
+
}
|
|
3409
|
+
/**
|
|
3410
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.DataProcessor data_processor = 22;</code>
|
|
3411
|
+
*/
|
|
3412
|
+
public java.util.List<com.lansweeper.dp.outbound.v1.DataProcessor.Builder>
|
|
3413
|
+
getDataProcessorBuilderList() {
|
|
3414
|
+
return getDataProcessorFieldBuilder().getBuilderList();
|
|
3415
|
+
}
|
|
3416
|
+
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
3417
|
+
com.lansweeper.dp.outbound.v1.DataProcessor, com.lansweeper.dp.outbound.v1.DataProcessor.Builder, com.lansweeper.dp.outbound.v1.DataProcessorOrBuilder>
|
|
3418
|
+
getDataProcessorFieldBuilder() {
|
|
3419
|
+
if (dataProcessorBuilder_ == null) {
|
|
3420
|
+
dataProcessorBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
|
|
3421
|
+
com.lansweeper.dp.outbound.v1.DataProcessor, com.lansweeper.dp.outbound.v1.DataProcessor.Builder, com.lansweeper.dp.outbound.v1.DataProcessorOrBuilder>(
|
|
3422
|
+
dataProcessor_,
|
|
3423
|
+
((bitField0_ & 0x00000200) != 0),
|
|
3424
|
+
getParentForChildren(),
|
|
3425
|
+
isClean());
|
|
3426
|
+
dataProcessor_ = null;
|
|
3427
|
+
}
|
|
3428
|
+
return dataProcessorBuilder_;
|
|
3429
|
+
}
|
|
3430
|
+
|
|
3080
3431
|
private java.lang.Object uniqueKey_ = "";
|
|
3081
3432
|
/**
|
|
3082
3433
|
* <code>optional string unique_key = 10;</code>
|
|
3083
3434
|
* @return Whether the uniqueKey field is set.
|
|
3084
3435
|
*/
|
|
3085
3436
|
public boolean hasUniqueKey() {
|
|
3086
|
-
return ((bitField0_ &
|
|
3437
|
+
return ((bitField0_ & 0x00000400) != 0);
|
|
3087
3438
|
}
|
|
3088
3439
|
/**
|
|
3089
3440
|
* <code>optional string unique_key = 10;</code>
|
|
@@ -3127,7 +3478,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3127
3478
|
java.lang.String value) {
|
|
3128
3479
|
if (value == null) { throw new NullPointerException(); }
|
|
3129
3480
|
uniqueKey_ = value;
|
|
3130
|
-
bitField0_ |=
|
|
3481
|
+
bitField0_ |= 0x00000400;
|
|
3131
3482
|
onChanged();
|
|
3132
3483
|
return this;
|
|
3133
3484
|
}
|
|
@@ -3137,7 +3488,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3137
3488
|
*/
|
|
3138
3489
|
public Builder clearUniqueKey() {
|
|
3139
3490
|
uniqueKey_ = getDefaultInstance().getUniqueKey();
|
|
3140
|
-
bitField0_ = (bitField0_ & ~
|
|
3491
|
+
bitField0_ = (bitField0_ & ~0x00000400);
|
|
3141
3492
|
onChanged();
|
|
3142
3493
|
return this;
|
|
3143
3494
|
}
|
|
@@ -3151,7 +3502,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3151
3502
|
if (value == null) { throw new NullPointerException(); }
|
|
3152
3503
|
checkByteStringIsUtf8(value);
|
|
3153
3504
|
uniqueKey_ = value;
|
|
3154
|
-
bitField0_ |=
|
|
3505
|
+
bitField0_ |= 0x00000400;
|
|
3155
3506
|
onChanged();
|
|
3156
3507
|
return this;
|
|
3157
3508
|
}
|
|
@@ -3159,9 +3510,9 @@ private static final long serialVersionUID = 0L;
|
|
|
3159
3510
|
private java.util.List<com.lansweeper.dp.outbound.v1.ScanError> scanError_ =
|
|
3160
3511
|
java.util.Collections.emptyList();
|
|
3161
3512
|
private void ensureScanErrorIsMutable() {
|
|
3162
|
-
if (!((bitField0_ &
|
|
3513
|
+
if (!((bitField0_ & 0x00000800) != 0)) {
|
|
3163
3514
|
scanError_ = new java.util.ArrayList<com.lansweeper.dp.outbound.v1.ScanError>(scanError_);
|
|
3164
|
-
bitField0_ |=
|
|
3515
|
+
bitField0_ |= 0x00000800;
|
|
3165
3516
|
}
|
|
3166
3517
|
}
|
|
3167
3518
|
|
|
@@ -3311,7 +3662,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3311
3662
|
public Builder clearScanError() {
|
|
3312
3663
|
if (scanErrorBuilder_ == null) {
|
|
3313
3664
|
scanError_ = java.util.Collections.emptyList();
|
|
3314
|
-
bitField0_ = (bitField0_ & ~
|
|
3665
|
+
bitField0_ = (bitField0_ & ~0x00000800);
|
|
3315
3666
|
onChanged();
|
|
3316
3667
|
} else {
|
|
3317
3668
|
scanErrorBuilder_.clear();
|
|
@@ -3388,7 +3739,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3388
3739
|
scanErrorBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
|
|
3389
3740
|
com.lansweeper.dp.outbound.v1.ScanError, com.lansweeper.dp.outbound.v1.ScanError.Builder, com.lansweeper.dp.outbound.v1.ScanErrorOrBuilder>(
|
|
3390
3741
|
scanError_,
|
|
3391
|
-
((bitField0_ &
|
|
3742
|
+
((bitField0_ & 0x00000800) != 0),
|
|
3392
3743
|
getParentForChildren(),
|
|
3393
3744
|
isClean());
|
|
3394
3745
|
scanError_ = null;
|
|
@@ -3408,7 +3759,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3408
3759
|
* @return Whether the internetIp field is set.
|
|
3409
3760
|
*/
|
|
3410
3761
|
public boolean hasInternetIp() {
|
|
3411
|
-
return ((bitField0_ &
|
|
3762
|
+
return ((bitField0_ & 0x00001000) != 0);
|
|
3412
3763
|
}
|
|
3413
3764
|
/**
|
|
3414
3765
|
* <pre>
|
|
@@ -3441,7 +3792,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3441
3792
|
} else {
|
|
3442
3793
|
internetIpBuilder_.setMessage(value);
|
|
3443
3794
|
}
|
|
3444
|
-
bitField0_ |=
|
|
3795
|
+
bitField0_ |= 0x00001000;
|
|
3445
3796
|
onChanged();
|
|
3446
3797
|
return this;
|
|
3447
3798
|
}
|
|
@@ -3459,7 +3810,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3459
3810
|
} else {
|
|
3460
3811
|
internetIpBuilder_.setMessage(builderForValue.build());
|
|
3461
3812
|
}
|
|
3462
|
-
bitField0_ |=
|
|
3813
|
+
bitField0_ |= 0x00001000;
|
|
3463
3814
|
onChanged();
|
|
3464
3815
|
return this;
|
|
3465
3816
|
}
|
|
@@ -3472,7 +3823,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3472
3823
|
*/
|
|
3473
3824
|
public Builder mergeInternetIp(com.lansweeper.dp.outbound.v1.IpInfo value) {
|
|
3474
3825
|
if (internetIpBuilder_ == null) {
|
|
3475
|
-
if (((bitField0_ &
|
|
3826
|
+
if (((bitField0_ & 0x00001000) != 0) &&
|
|
3476
3827
|
internetIp_ != null &&
|
|
3477
3828
|
internetIp_ != com.lansweeper.dp.outbound.v1.IpInfo.getDefaultInstance()) {
|
|
3478
3829
|
getInternetIpBuilder().mergeFrom(value);
|
|
@@ -3483,7 +3834,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3483
3834
|
internetIpBuilder_.mergeFrom(value);
|
|
3484
3835
|
}
|
|
3485
3836
|
if (internetIp_ != null) {
|
|
3486
|
-
bitField0_ |=
|
|
3837
|
+
bitField0_ |= 0x00001000;
|
|
3487
3838
|
onChanged();
|
|
3488
3839
|
}
|
|
3489
3840
|
return this;
|
|
@@ -3496,7 +3847,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3496
3847
|
* <code>optional .com.lansweeper.dp.outbound.v1.IpInfo internet_ip = 12;</code>
|
|
3497
3848
|
*/
|
|
3498
3849
|
public Builder clearInternetIp() {
|
|
3499
|
-
bitField0_ = (bitField0_ & ~
|
|
3850
|
+
bitField0_ = (bitField0_ & ~0x00001000);
|
|
3500
3851
|
internetIp_ = null;
|
|
3501
3852
|
if (internetIpBuilder_ != null) {
|
|
3502
3853
|
internetIpBuilder_.dispose();
|
|
@@ -3513,7 +3864,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3513
3864
|
* <code>optional .com.lansweeper.dp.outbound.v1.IpInfo internet_ip = 12;</code>
|
|
3514
3865
|
*/
|
|
3515
3866
|
public com.lansweeper.dp.outbound.v1.IpInfo.Builder getInternetIpBuilder() {
|
|
3516
|
-
bitField0_ |=
|
|
3867
|
+
bitField0_ |= 0x00001000;
|
|
3517
3868
|
onChanged();
|
|
3518
3869
|
return getInternetIpFieldBuilder().getBuilder();
|
|
3519
3870
|
}
|
|
@@ -3556,9 +3907,9 @@ private static final long serialVersionUID = 0L;
|
|
|
3556
3907
|
private java.util.List<com.lansweeper.dp.outbound.v1.Tag> tag_ =
|
|
3557
3908
|
java.util.Collections.emptyList();
|
|
3558
3909
|
private void ensureTagIsMutable() {
|
|
3559
|
-
if (!((bitField0_ &
|
|
3910
|
+
if (!((bitField0_ & 0x00002000) != 0)) {
|
|
3560
3911
|
tag_ = new java.util.ArrayList<com.lansweeper.dp.outbound.v1.Tag>(tag_);
|
|
3561
|
-
bitField0_ |=
|
|
3912
|
+
bitField0_ |= 0x00002000;
|
|
3562
3913
|
}
|
|
3563
3914
|
}
|
|
3564
3915
|
|
|
@@ -3708,7 +4059,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3708
4059
|
public Builder clearTag() {
|
|
3709
4060
|
if (tagBuilder_ == null) {
|
|
3710
4061
|
tag_ = java.util.Collections.emptyList();
|
|
3711
|
-
bitField0_ = (bitField0_ & ~
|
|
4062
|
+
bitField0_ = (bitField0_ & ~0x00002000);
|
|
3712
4063
|
onChanged();
|
|
3713
4064
|
} else {
|
|
3714
4065
|
tagBuilder_.clear();
|
|
@@ -3785,7 +4136,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3785
4136
|
tagBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
|
|
3786
4137
|
com.lansweeper.dp.outbound.v1.Tag, com.lansweeper.dp.outbound.v1.Tag.Builder, com.lansweeper.dp.outbound.v1.TagOrBuilder>(
|
|
3787
4138
|
tag_,
|
|
3788
|
-
((bitField0_ &
|
|
4139
|
+
((bitField0_ & 0x00002000) != 0),
|
|
3789
4140
|
getParentForChildren(),
|
|
3790
4141
|
isClean());
|
|
3791
4142
|
tag_ = null;
|
|
@@ -3796,9 +4147,9 @@ private static final long serialVersionUID = 0L;
|
|
|
3796
4147
|
private java.util.List<com.lansweeper.dp.outbound.v1.Relation> relation_ =
|
|
3797
4148
|
java.util.Collections.emptyList();
|
|
3798
4149
|
private void ensureRelationIsMutable() {
|
|
3799
|
-
if (!((bitField0_ &
|
|
4150
|
+
if (!((bitField0_ & 0x00004000) != 0)) {
|
|
3800
4151
|
relation_ = new java.util.ArrayList<com.lansweeper.dp.outbound.v1.Relation>(relation_);
|
|
3801
|
-
bitField0_ |=
|
|
4152
|
+
bitField0_ |= 0x00004000;
|
|
3802
4153
|
}
|
|
3803
4154
|
}
|
|
3804
4155
|
|
|
@@ -3992,7 +4343,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3992
4343
|
public Builder clearRelation() {
|
|
3993
4344
|
if (relationBuilder_ == null) {
|
|
3994
4345
|
relation_ = java.util.Collections.emptyList();
|
|
3995
|
-
bitField0_ = (bitField0_ & ~
|
|
4346
|
+
bitField0_ = (bitField0_ & ~0x00004000);
|
|
3996
4347
|
onChanged();
|
|
3997
4348
|
} else {
|
|
3998
4349
|
relationBuilder_.clear();
|
|
@@ -4097,7 +4448,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4097
4448
|
relationBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
|
|
4098
4449
|
com.lansweeper.dp.outbound.v1.Relation, com.lansweeper.dp.outbound.v1.Relation.Builder, com.lansweeper.dp.outbound.v1.RelationOrBuilder>(
|
|
4099
4450
|
relation_,
|
|
4100
|
-
((bitField0_ &
|
|
4451
|
+
((bitField0_ & 0x00004000) != 0),
|
|
4101
4452
|
getParentForChildren(),
|
|
4102
4453
|
isClean());
|
|
4103
4454
|
relation_ = null;
|
|
@@ -4113,7 +4464,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4113
4464
|
* @return Whether the correlationFields field is set.
|
|
4114
4465
|
*/
|
|
4115
4466
|
public boolean hasCorrelationFields() {
|
|
4116
|
-
return ((bitField0_ &
|
|
4467
|
+
return ((bitField0_ & 0x00008000) != 0);
|
|
4117
4468
|
}
|
|
4118
4469
|
/**
|
|
4119
4470
|
* <code>optional .com.lansweeper.dp.outbound.v1.CorrelationFields correlation_fields = 15;</code>
|
|
@@ -4138,7 +4489,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4138
4489
|
} else {
|
|
4139
4490
|
correlationFieldsBuilder_.setMessage(value);
|
|
4140
4491
|
}
|
|
4141
|
-
bitField0_ |=
|
|
4492
|
+
bitField0_ |= 0x00008000;
|
|
4142
4493
|
onChanged();
|
|
4143
4494
|
return this;
|
|
4144
4495
|
}
|
|
@@ -4152,7 +4503,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4152
4503
|
} else {
|
|
4153
4504
|
correlationFieldsBuilder_.setMessage(builderForValue.build());
|
|
4154
4505
|
}
|
|
4155
|
-
bitField0_ |=
|
|
4506
|
+
bitField0_ |= 0x00008000;
|
|
4156
4507
|
onChanged();
|
|
4157
4508
|
return this;
|
|
4158
4509
|
}
|
|
@@ -4161,7 +4512,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4161
4512
|
*/
|
|
4162
4513
|
public Builder mergeCorrelationFields(com.lansweeper.dp.outbound.v1.CorrelationFields value) {
|
|
4163
4514
|
if (correlationFieldsBuilder_ == null) {
|
|
4164
|
-
if (((bitField0_ &
|
|
4515
|
+
if (((bitField0_ & 0x00008000) != 0) &&
|
|
4165
4516
|
correlationFields_ != null &&
|
|
4166
4517
|
correlationFields_ != com.lansweeper.dp.outbound.v1.CorrelationFields.getDefaultInstance()) {
|
|
4167
4518
|
getCorrelationFieldsBuilder().mergeFrom(value);
|
|
@@ -4172,7 +4523,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4172
4523
|
correlationFieldsBuilder_.mergeFrom(value);
|
|
4173
4524
|
}
|
|
4174
4525
|
if (correlationFields_ != null) {
|
|
4175
|
-
bitField0_ |=
|
|
4526
|
+
bitField0_ |= 0x00008000;
|
|
4176
4527
|
onChanged();
|
|
4177
4528
|
}
|
|
4178
4529
|
return this;
|
|
@@ -4181,7 +4532,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4181
4532
|
* <code>optional .com.lansweeper.dp.outbound.v1.CorrelationFields correlation_fields = 15;</code>
|
|
4182
4533
|
*/
|
|
4183
4534
|
public Builder clearCorrelationFields() {
|
|
4184
|
-
bitField0_ = (bitField0_ & ~
|
|
4535
|
+
bitField0_ = (bitField0_ & ~0x00008000);
|
|
4185
4536
|
correlationFields_ = null;
|
|
4186
4537
|
if (correlationFieldsBuilder_ != null) {
|
|
4187
4538
|
correlationFieldsBuilder_.dispose();
|
|
@@ -4194,7 +4545,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4194
4545
|
* <code>optional .com.lansweeper.dp.outbound.v1.CorrelationFields correlation_fields = 15;</code>
|
|
4195
4546
|
*/
|
|
4196
4547
|
public com.lansweeper.dp.outbound.v1.CorrelationFields.Builder getCorrelationFieldsBuilder() {
|
|
4197
|
-
bitField0_ |=
|
|
4548
|
+
bitField0_ |= 0x00008000;
|
|
4198
4549
|
onChanged();
|
|
4199
4550
|
return getCorrelationFieldsFieldBuilder().getBuilder();
|
|
4200
4551
|
}
|
|
@@ -4234,7 +4585,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4234
4585
|
* @return Whether the reconciliation field is set.
|
|
4235
4586
|
*/
|
|
4236
4587
|
public boolean hasReconciliation() {
|
|
4237
|
-
return ((bitField0_ &
|
|
4588
|
+
return ((bitField0_ & 0x00010000) != 0);
|
|
4238
4589
|
}
|
|
4239
4590
|
/**
|
|
4240
4591
|
* <code>optional .com.lansweeper.dp.outbound.v1.ReconciliationInfo reconciliation = 16;</code>
|
|
@@ -4259,7 +4610,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4259
4610
|
} else {
|
|
4260
4611
|
reconciliationBuilder_.setMessage(value);
|
|
4261
4612
|
}
|
|
4262
|
-
bitField0_ |=
|
|
4613
|
+
bitField0_ |= 0x00010000;
|
|
4263
4614
|
onChanged();
|
|
4264
4615
|
return this;
|
|
4265
4616
|
}
|
|
@@ -4273,7 +4624,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4273
4624
|
} else {
|
|
4274
4625
|
reconciliationBuilder_.setMessage(builderForValue.build());
|
|
4275
4626
|
}
|
|
4276
|
-
bitField0_ |=
|
|
4627
|
+
bitField0_ |= 0x00010000;
|
|
4277
4628
|
onChanged();
|
|
4278
4629
|
return this;
|
|
4279
4630
|
}
|
|
@@ -4282,7 +4633,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4282
4633
|
*/
|
|
4283
4634
|
public Builder mergeReconciliation(com.lansweeper.dp.outbound.v1.ReconciliationInfo value) {
|
|
4284
4635
|
if (reconciliationBuilder_ == null) {
|
|
4285
|
-
if (((bitField0_ &
|
|
4636
|
+
if (((bitField0_ & 0x00010000) != 0) &&
|
|
4286
4637
|
reconciliation_ != null &&
|
|
4287
4638
|
reconciliation_ != com.lansweeper.dp.outbound.v1.ReconciliationInfo.getDefaultInstance()) {
|
|
4288
4639
|
getReconciliationBuilder().mergeFrom(value);
|
|
@@ -4293,7 +4644,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4293
4644
|
reconciliationBuilder_.mergeFrom(value);
|
|
4294
4645
|
}
|
|
4295
4646
|
if (reconciliation_ != null) {
|
|
4296
|
-
bitField0_ |=
|
|
4647
|
+
bitField0_ |= 0x00010000;
|
|
4297
4648
|
onChanged();
|
|
4298
4649
|
}
|
|
4299
4650
|
return this;
|
|
@@ -4302,7 +4653,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4302
4653
|
* <code>optional .com.lansweeper.dp.outbound.v1.ReconciliationInfo reconciliation = 16;</code>
|
|
4303
4654
|
*/
|
|
4304
4655
|
public Builder clearReconciliation() {
|
|
4305
|
-
bitField0_ = (bitField0_ & ~
|
|
4656
|
+
bitField0_ = (bitField0_ & ~0x00010000);
|
|
4306
4657
|
reconciliation_ = null;
|
|
4307
4658
|
if (reconciliationBuilder_ != null) {
|
|
4308
4659
|
reconciliationBuilder_.dispose();
|
|
@@ -4315,7 +4666,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4315
4666
|
* <code>optional .com.lansweeper.dp.outbound.v1.ReconciliationInfo reconciliation = 16;</code>
|
|
4316
4667
|
*/
|
|
4317
4668
|
public com.lansweeper.dp.outbound.v1.ReconciliationInfo.Builder getReconciliationBuilder() {
|
|
4318
|
-
bitField0_ |=
|
|
4669
|
+
bitField0_ |= 0x00010000;
|
|
4319
4670
|
onChanged();
|
|
4320
4671
|
return getReconciliationFieldBuilder().getBuilder();
|
|
4321
4672
|
}
|
|
@@ -4359,7 +4710,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4359
4710
|
* @return Whether the core field is set.
|
|
4360
4711
|
*/
|
|
4361
4712
|
public boolean hasCore() {
|
|
4362
|
-
return ((bitField0_ &
|
|
4713
|
+
return ((bitField0_ & 0x00020000) != 0);
|
|
4363
4714
|
}
|
|
4364
4715
|
/**
|
|
4365
4716
|
* <pre>
|
|
@@ -4392,7 +4743,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4392
4743
|
} else {
|
|
4393
4744
|
coreBuilder_.setMessage(value);
|
|
4394
4745
|
}
|
|
4395
|
-
bitField0_ |=
|
|
4746
|
+
bitField0_ |= 0x00020000;
|
|
4396
4747
|
onChanged();
|
|
4397
4748
|
return this;
|
|
4398
4749
|
}
|
|
@@ -4410,7 +4761,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4410
4761
|
} else {
|
|
4411
4762
|
coreBuilder_.setMessage(builderForValue.build());
|
|
4412
4763
|
}
|
|
4413
|
-
bitField0_ |=
|
|
4764
|
+
bitField0_ |= 0x00020000;
|
|
4414
4765
|
onChanged();
|
|
4415
4766
|
return this;
|
|
4416
4767
|
}
|
|
@@ -4423,7 +4774,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4423
4774
|
*/
|
|
4424
4775
|
public Builder mergeCore(com.lansweeper.dp.outbound.v1.GroupCoreFields value) {
|
|
4425
4776
|
if (coreBuilder_ == null) {
|
|
4426
|
-
if (((bitField0_ &
|
|
4777
|
+
if (((bitField0_ & 0x00020000) != 0) &&
|
|
4427
4778
|
core_ != null &&
|
|
4428
4779
|
core_ != com.lansweeper.dp.outbound.v1.GroupCoreFields.getDefaultInstance()) {
|
|
4429
4780
|
getCoreBuilder().mergeFrom(value);
|
|
@@ -4434,7 +4785,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4434
4785
|
coreBuilder_.mergeFrom(value);
|
|
4435
4786
|
}
|
|
4436
4787
|
if (core_ != null) {
|
|
4437
|
-
bitField0_ |=
|
|
4788
|
+
bitField0_ |= 0x00020000;
|
|
4438
4789
|
onChanged();
|
|
4439
4790
|
}
|
|
4440
4791
|
return this;
|
|
@@ -4447,7 +4798,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4447
4798
|
* <code>.com.lansweeper.dp.outbound.v1.GroupCoreFields core = 20;</code>
|
|
4448
4799
|
*/
|
|
4449
4800
|
public Builder clearCore() {
|
|
4450
|
-
bitField0_ = (bitField0_ & ~
|
|
4801
|
+
bitField0_ = (bitField0_ & ~0x00020000);
|
|
4451
4802
|
core_ = null;
|
|
4452
4803
|
if (coreBuilder_ != null) {
|
|
4453
4804
|
coreBuilder_.dispose();
|
|
@@ -4464,7 +4815,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4464
4815
|
* <code>.com.lansweeper.dp.outbound.v1.GroupCoreFields core = 20;</code>
|
|
4465
4816
|
*/
|
|
4466
4817
|
public com.lansweeper.dp.outbound.v1.GroupCoreFields.Builder getCoreBuilder() {
|
|
4467
|
-
bitField0_ |=
|
|
4818
|
+
bitField0_ |= 0x00020000;
|
|
4468
4819
|
onChanged();
|
|
4469
4820
|
return getCoreFieldBuilder().getBuilder();
|
|
4470
4821
|
}
|
|
@@ -4512,7 +4863,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4512
4863
|
* @return Whether the adGroup field is set.
|
|
4513
4864
|
*/
|
|
4514
4865
|
public boolean hasAdGroup() {
|
|
4515
|
-
return ((bitField0_ &
|
|
4866
|
+
return ((bitField0_ & 0x00040000) != 0);
|
|
4516
4867
|
}
|
|
4517
4868
|
/**
|
|
4518
4869
|
* <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryGroup ad_group = 21;</code>
|
|
@@ -4537,7 +4888,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4537
4888
|
} else {
|
|
4538
4889
|
adGroupBuilder_.setMessage(value);
|
|
4539
4890
|
}
|
|
4540
|
-
bitField0_ |=
|
|
4891
|
+
bitField0_ |= 0x00040000;
|
|
4541
4892
|
onChanged();
|
|
4542
4893
|
return this;
|
|
4543
4894
|
}
|
|
@@ -4551,7 +4902,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4551
4902
|
} else {
|
|
4552
4903
|
adGroupBuilder_.setMessage(builderForValue.build());
|
|
4553
4904
|
}
|
|
4554
|
-
bitField0_ |=
|
|
4905
|
+
bitField0_ |= 0x00040000;
|
|
4555
4906
|
onChanged();
|
|
4556
4907
|
return this;
|
|
4557
4908
|
}
|
|
@@ -4560,7 +4911,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4560
4911
|
*/
|
|
4561
4912
|
public Builder mergeAdGroup(com.lansweeper.dp.outbound.v1.ActiveDirectoryGroup value) {
|
|
4562
4913
|
if (adGroupBuilder_ == null) {
|
|
4563
|
-
if (((bitField0_ &
|
|
4914
|
+
if (((bitField0_ & 0x00040000) != 0) &&
|
|
4564
4915
|
adGroup_ != null &&
|
|
4565
4916
|
adGroup_ != com.lansweeper.dp.outbound.v1.ActiveDirectoryGroup.getDefaultInstance()) {
|
|
4566
4917
|
getAdGroupBuilder().mergeFrom(value);
|
|
@@ -4571,7 +4922,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4571
4922
|
adGroupBuilder_.mergeFrom(value);
|
|
4572
4923
|
}
|
|
4573
4924
|
if (adGroup_ != null) {
|
|
4574
|
-
bitField0_ |=
|
|
4925
|
+
bitField0_ |= 0x00040000;
|
|
4575
4926
|
onChanged();
|
|
4576
4927
|
}
|
|
4577
4928
|
return this;
|
|
@@ -4580,7 +4931,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4580
4931
|
* <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryGroup ad_group = 21;</code>
|
|
4581
4932
|
*/
|
|
4582
4933
|
public Builder clearAdGroup() {
|
|
4583
|
-
bitField0_ = (bitField0_ & ~
|
|
4934
|
+
bitField0_ = (bitField0_ & ~0x00040000);
|
|
4584
4935
|
adGroup_ = null;
|
|
4585
4936
|
if (adGroupBuilder_ != null) {
|
|
4586
4937
|
adGroupBuilder_.dispose();
|
|
@@ -4593,7 +4944,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4593
4944
|
* <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryGroup ad_group = 21;</code>
|
|
4594
4945
|
*/
|
|
4595
4946
|
public com.lansweeper.dp.outbound.v1.ActiveDirectoryGroup.Builder getAdGroupBuilder() {
|
|
4596
|
-
bitField0_ |=
|
|
4947
|
+
bitField0_ |= 0x00040000;
|
|
4597
4948
|
onChanged();
|
|
4598
4949
|
return getAdGroupFieldBuilder().getBuilder();
|
|
4599
4950
|
}
|