@lansweeper/data-platform-outbound-grpc 0.8.4 → 0.8.5
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 +4 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +53 -0
- package/gen-proto/outbound_pb.js +428 -0
- package/generated-go/outbound.pb.go +13572 -13427
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +14 -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/LegacyFields$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFields$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFields.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFieldsOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/outbound.proto +14 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Asset.java +673 -440
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetOrBuilder.java +27 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/LegacyFields.java +1351 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/LegacyFieldsOrBuilder.java +85 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +4000 -3977
- 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.8.3-sources.jar → outbound-model-0.8.4-sources.jar} +0 -0
- package/model/target/{outbound-model-0.8.3.jar → outbound-model-0.8.4.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +14 -0
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.8.3-sources.jar → outbound-service-0.8.4-sources.jar} +0 -0
- package/service/target/{outbound-service-0.8.3.jar → outbound-service-0.8.4.jar} +0 -0
package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Asset.java
CHANGED
|
@@ -187,6 +187,44 @@ private static final long serialVersionUID = 0L;
|
|
|
187
187
|
return lastEnriched_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : lastEnriched_;
|
|
188
188
|
}
|
|
189
189
|
|
|
190
|
+
public static final int LEGACY_FIELDS_FIELD_NUMBER = 307;
|
|
191
|
+
private com.lansweeper.dp.outbound.v1.LegacyFields legacyFields_;
|
|
192
|
+
/**
|
|
193
|
+
* <pre>
|
|
194
|
+
* legacy fields for CLASSIC reconciliation
|
|
195
|
+
* </pre>
|
|
196
|
+
*
|
|
197
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.LegacyFields legacy_fields = 307;</code>
|
|
198
|
+
* @return Whether the legacyFields field is set.
|
|
199
|
+
*/
|
|
200
|
+
@java.lang.Override
|
|
201
|
+
public boolean hasLegacyFields() {
|
|
202
|
+
return ((bitField0_ & 0x00000020) != 0);
|
|
203
|
+
}
|
|
204
|
+
/**
|
|
205
|
+
* <pre>
|
|
206
|
+
* legacy fields for CLASSIC reconciliation
|
|
207
|
+
* </pre>
|
|
208
|
+
*
|
|
209
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.LegacyFields legacy_fields = 307;</code>
|
|
210
|
+
* @return The legacyFields.
|
|
211
|
+
*/
|
|
212
|
+
@java.lang.Override
|
|
213
|
+
public com.lansweeper.dp.outbound.v1.LegacyFields getLegacyFields() {
|
|
214
|
+
return legacyFields_ == null ? com.lansweeper.dp.outbound.v1.LegacyFields.getDefaultInstance() : legacyFields_;
|
|
215
|
+
}
|
|
216
|
+
/**
|
|
217
|
+
* <pre>
|
|
218
|
+
* legacy fields for CLASSIC reconciliation
|
|
219
|
+
* </pre>
|
|
220
|
+
*
|
|
221
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.LegacyFields legacy_fields = 307;</code>
|
|
222
|
+
*/
|
|
223
|
+
@java.lang.Override
|
|
224
|
+
public com.lansweeper.dp.outbound.v1.LegacyFieldsOrBuilder getLegacyFieldsOrBuilder() {
|
|
225
|
+
return legacyFields_ == null ? com.lansweeper.dp.outbound.v1.LegacyFields.getDefaultInstance() : legacyFields_;
|
|
226
|
+
}
|
|
227
|
+
|
|
190
228
|
public static final int LAST_SYNCED_SOURCE_AGENT_FIELD_NUMBER = 39;
|
|
191
229
|
@SuppressWarnings("serial")
|
|
192
230
|
private volatile java.lang.Object lastSyncedSourceAgent_ = "";
|
|
@@ -200,7 +238,7 @@ private static final long serialVersionUID = 0L;
|
|
|
200
238
|
*/
|
|
201
239
|
@java.lang.Override
|
|
202
240
|
public boolean hasLastSyncedSourceAgent() {
|
|
203
|
-
return ((bitField0_ &
|
|
241
|
+
return ((bitField0_ & 0x00000040) != 0);
|
|
204
242
|
}
|
|
205
243
|
/**
|
|
206
244
|
* <pre>
|
|
@@ -259,7 +297,7 @@ private static final long serialVersionUID = 0L;
|
|
|
259
297
|
*/
|
|
260
298
|
@java.lang.Override
|
|
261
299
|
public boolean hasLastSyncedSourceName() {
|
|
262
|
-
return ((bitField0_ &
|
|
300
|
+
return ((bitField0_ & 0x00000080) != 0);
|
|
263
301
|
}
|
|
264
302
|
/**
|
|
265
303
|
* <pre>
|
|
@@ -530,7 +568,7 @@ private static final long serialVersionUID = 0L;
|
|
|
530
568
|
*/
|
|
531
569
|
@java.lang.Override
|
|
532
570
|
public boolean hasUniqueKey() {
|
|
533
|
-
return ((bitField0_ &
|
|
571
|
+
return ((bitField0_ & 0x00000100) != 0);
|
|
534
572
|
}
|
|
535
573
|
/**
|
|
536
574
|
* <pre>
|
|
@@ -698,7 +736,7 @@ private static final long serialVersionUID = 0L;
|
|
|
698
736
|
*/
|
|
699
737
|
@java.lang.Override
|
|
700
738
|
public boolean hasInternetIp() {
|
|
701
|
-
return ((bitField0_ &
|
|
739
|
+
return ((bitField0_ & 0x00000200) != 0);
|
|
702
740
|
}
|
|
703
741
|
/**
|
|
704
742
|
* <pre>
|
|
@@ -838,7 +876,7 @@ private static final long serialVersionUID = 0L;
|
|
|
838
876
|
*/
|
|
839
877
|
@java.lang.Override
|
|
840
878
|
public boolean hasCorrelationFields() {
|
|
841
|
-
return ((bitField0_ &
|
|
879
|
+
return ((bitField0_ & 0x00000400) != 0);
|
|
842
880
|
}
|
|
843
881
|
/**
|
|
844
882
|
* <pre>
|
|
@@ -872,7 +910,7 @@ private static final long serialVersionUID = 0L;
|
|
|
872
910
|
*/
|
|
873
911
|
@java.lang.Override
|
|
874
912
|
public boolean hasReconciliation() {
|
|
875
|
-
return ((bitField0_ &
|
|
913
|
+
return ((bitField0_ & 0x00000800) != 0);
|
|
876
914
|
}
|
|
877
915
|
/**
|
|
878
916
|
* <code>optional .com.lansweeper.dp.outbound.v1.ReconciliationInfo reconciliation = 79;</code>
|
|
@@ -898,7 +936,7 @@ private static final long serialVersionUID = 0L;
|
|
|
898
936
|
*/
|
|
899
937
|
@java.lang.Override
|
|
900
938
|
public boolean hasCore() {
|
|
901
|
-
return ((bitField0_ &
|
|
939
|
+
return ((bitField0_ & 0x00001000) != 0);
|
|
902
940
|
}
|
|
903
941
|
/**
|
|
904
942
|
* <code>.com.lansweeper.dp.outbound.v1.CoreFields core = 6;</code>
|
|
@@ -924,7 +962,7 @@ private static final long serialVersionUID = 0L;
|
|
|
924
962
|
*/
|
|
925
963
|
@java.lang.Override
|
|
926
964
|
public boolean hasHw() {
|
|
927
|
-
return ((bitField0_ &
|
|
965
|
+
return ((bitField0_ & 0x00002000) != 0);
|
|
928
966
|
}
|
|
929
967
|
/**
|
|
930
968
|
* <code>optional .com.lansweeper.dp.outbound.v1.HardwareInfo hw = 7;</code>
|
|
@@ -950,7 +988,7 @@ private static final long serialVersionUID = 0L;
|
|
|
950
988
|
*/
|
|
951
989
|
@java.lang.Override
|
|
952
990
|
public boolean hasOs() {
|
|
953
|
-
return ((bitField0_ &
|
|
991
|
+
return ((bitField0_ & 0x00004000) != 0);
|
|
954
992
|
}
|
|
955
993
|
/**
|
|
956
994
|
* <code>optional .com.lansweeper.dp.outbound.v1.OperatingSystem os = 8;</code>
|
|
@@ -976,7 +1014,7 @@ private static final long serialVersionUID = 0L;
|
|
|
976
1014
|
*/
|
|
977
1015
|
@java.lang.Override
|
|
978
1016
|
public boolean hasMonitorInventory() {
|
|
979
|
-
return ((bitField0_ &
|
|
1017
|
+
return ((bitField0_ & 0x00008000) != 0);
|
|
980
1018
|
}
|
|
981
1019
|
/**
|
|
982
1020
|
* <code>optional .com.lansweeper.dp.outbound.v1.MonitorInventory monitor_inventory = 10;</code>
|
|
@@ -1002,7 +1040,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1002
1040
|
*/
|
|
1003
1041
|
@java.lang.Override
|
|
1004
1042
|
public boolean hasNetworkInterfaces() {
|
|
1005
|
-
return ((bitField0_ &
|
|
1043
|
+
return ((bitField0_ & 0x00010000) != 0);
|
|
1006
1044
|
}
|
|
1007
1045
|
/**
|
|
1008
1046
|
* <code>optional .com.lansweeper.dp.outbound.v1.NetworkInterfaces network_interfaces = 11;</code>
|
|
@@ -1028,7 +1066,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1028
1066
|
*/
|
|
1029
1067
|
@java.lang.Override
|
|
1030
1068
|
public boolean hasNetworkProtocols() {
|
|
1031
|
-
return ((bitField0_ &
|
|
1069
|
+
return ((bitField0_ & 0x00020000) != 0);
|
|
1032
1070
|
}
|
|
1033
1071
|
/**
|
|
1034
1072
|
* <code>optional .com.lansweeper.dp.outbound.v1.NetworkProtocols network_protocols = 76;</code>
|
|
@@ -1054,7 +1092,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1054
1092
|
*/
|
|
1055
1093
|
@java.lang.Override
|
|
1056
1094
|
public boolean hasPortScan() {
|
|
1057
|
-
return ((bitField0_ &
|
|
1095
|
+
return ((bitField0_ & 0x00040000) != 0);
|
|
1058
1096
|
}
|
|
1059
1097
|
/**
|
|
1060
1098
|
* <code>optional .com.lansweeper.dp.outbound.v1.PortScan port_scan = 77;</code>
|
|
@@ -1121,7 +1159,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1121
1159
|
*/
|
|
1122
1160
|
@java.lang.Override
|
|
1123
1161
|
public boolean hasComputer() {
|
|
1124
|
-
return ((bitField0_ &
|
|
1162
|
+
return ((bitField0_ & 0x00080000) != 0);
|
|
1125
1163
|
}
|
|
1126
1164
|
/**
|
|
1127
1165
|
* <code>optional .com.lansweeper.dp.outbound.v1.Computer computer = 75;</code>
|
|
@@ -1147,7 +1185,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1147
1185
|
*/
|
|
1148
1186
|
@java.lang.Override
|
|
1149
1187
|
public boolean hasServerGroup() {
|
|
1150
|
-
return ((bitField0_ &
|
|
1188
|
+
return ((bitField0_ & 0x00100000) != 0);
|
|
1151
1189
|
}
|
|
1152
1190
|
/**
|
|
1153
1191
|
* <code>optional .com.lansweeper.dp.outbound.v1.ServerGroup server_group = 87;</code>
|
|
@@ -1173,7 +1211,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1173
1211
|
*/
|
|
1174
1212
|
@java.lang.Override
|
|
1175
1213
|
public boolean hasAdComputer() {
|
|
1176
|
-
return ((bitField0_ &
|
|
1214
|
+
return ((bitField0_ & 0x00200000) != 0);
|
|
1177
1215
|
}
|
|
1178
1216
|
/**
|
|
1179
1217
|
* <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryComputer ad_computer = 88;</code>
|
|
@@ -1199,7 +1237,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1199
1237
|
*/
|
|
1200
1238
|
@java.lang.Override
|
|
1201
1239
|
public boolean hasHyperVComputer() {
|
|
1202
|
-
return ((bitField0_ &
|
|
1240
|
+
return ((bitField0_ & 0x00400000) != 0);
|
|
1203
1241
|
}
|
|
1204
1242
|
/**
|
|
1205
1243
|
* <code>optional .com.lansweeper.dp.outbound.v1.HyperV hyper_v_computer = 89;</code>
|
|
@@ -1229,7 +1267,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1229
1267
|
*/
|
|
1230
1268
|
@java.lang.Override
|
|
1231
1269
|
public boolean hasHyperVHost() {
|
|
1232
|
-
return ((bitField0_ &
|
|
1270
|
+
return ((bitField0_ & 0x00800000) != 0);
|
|
1233
1271
|
}
|
|
1234
1272
|
/**
|
|
1235
1273
|
* <pre>
|
|
@@ -1263,7 +1301,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1263
1301
|
*/
|
|
1264
1302
|
@java.lang.Override
|
|
1265
1303
|
public boolean hasAdPrinter() {
|
|
1266
|
-
return ((bitField0_ &
|
|
1304
|
+
return ((bitField0_ & 0x01000000) != 0);
|
|
1267
1305
|
}
|
|
1268
1306
|
/**
|
|
1269
1307
|
* <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter ad_printer = 96;</code>
|
|
@@ -1289,7 +1327,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1289
1327
|
*/
|
|
1290
1328
|
@java.lang.Override
|
|
1291
1329
|
public boolean hasPrinter() {
|
|
1292
|
-
return ((bitField0_ &
|
|
1330
|
+
return ((bitField0_ & 0x02000000) != 0);
|
|
1293
1331
|
}
|
|
1294
1332
|
/**
|
|
1295
1333
|
* <code>optional .com.lansweeper.dp.outbound.v1.Printer printer = 84;</code>
|
|
@@ -1315,7 +1353,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1315
1353
|
*/
|
|
1316
1354
|
@java.lang.Override
|
|
1317
1355
|
public boolean hasUps() {
|
|
1318
|
-
return ((bitField0_ &
|
|
1356
|
+
return ((bitField0_ & 0x04000000) != 0);
|
|
1319
1357
|
}
|
|
1320
1358
|
/**
|
|
1321
1359
|
* <code>optional .com.lansweeper.dp.outbound.v1.Ups ups = 85;</code>
|
|
@@ -1345,7 +1383,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1345
1383
|
*/
|
|
1346
1384
|
@java.lang.Override
|
|
1347
1385
|
public boolean hasOtModule() {
|
|
1348
|
-
return ((bitField0_ &
|
|
1386
|
+
return ((bitField0_ & 0x08000000) != 0);
|
|
1349
1387
|
}
|
|
1350
1388
|
/**
|
|
1351
1389
|
* <pre>
|
|
@@ -1379,7 +1417,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1379
1417
|
*/
|
|
1380
1418
|
@java.lang.Override
|
|
1381
1419
|
public boolean hasCloud() {
|
|
1382
|
-
return ((bitField0_ &
|
|
1420
|
+
return ((bitField0_ & 0x10000000) != 0);
|
|
1383
1421
|
}
|
|
1384
1422
|
/**
|
|
1385
1423
|
* <code>optional .com.lansweeper.dp.outbound.v1.CloudEntity cloud = 17;</code>
|
|
@@ -1446,7 +1484,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1446
1484
|
*/
|
|
1447
1485
|
@java.lang.Override
|
|
1448
1486
|
public boolean hasIntuneDevice() {
|
|
1449
|
-
return ((bitField0_ &
|
|
1487
|
+
return ((bitField0_ & 0x20000000) != 0);
|
|
1450
1488
|
}
|
|
1451
1489
|
/**
|
|
1452
1490
|
* <code>optional .com.lansweeper.dp.outbound.v1.IntuneDevice intune_device = 90;</code>
|
|
@@ -1472,7 +1510,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1472
1510
|
*/
|
|
1473
1511
|
@java.lang.Override
|
|
1474
1512
|
public boolean hasVmware() {
|
|
1475
|
-
return ((bitField0_ &
|
|
1513
|
+
return ((bitField0_ & 0x40000000) != 0);
|
|
1476
1514
|
}
|
|
1477
1515
|
/**
|
|
1478
1516
|
* <code>optional .com.lansweeper.dp.outbound.v1.Vmware vmware = 93;</code>
|
|
@@ -1502,7 +1540,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1502
1540
|
*/
|
|
1503
1541
|
@java.lang.Override
|
|
1504
1542
|
public boolean hasOffice365Organization() {
|
|
1505
|
-
return ((bitField0_ &
|
|
1543
|
+
return ((bitField0_ & 0x80000000) != 0);
|
|
1506
1544
|
}
|
|
1507
1545
|
/**
|
|
1508
1546
|
* <pre>
|
|
@@ -1536,7 +1574,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1536
1574
|
*/
|
|
1537
1575
|
@java.lang.Override
|
|
1538
1576
|
public boolean hasCitrix() {
|
|
1539
|
-
return ((
|
|
1577
|
+
return ((bitField1_ & 0x00000001) != 0);
|
|
1540
1578
|
}
|
|
1541
1579
|
/**
|
|
1542
1580
|
* <code>optional .com.lansweeper.dp.outbound.v1.Citrix citrix = 95;</code>
|
|
@@ -1566,7 +1604,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1566
1604
|
*/
|
|
1567
1605
|
@java.lang.Override
|
|
1568
1606
|
public boolean hasManualAssetLockedFields() {
|
|
1569
|
-
return ((bitField1_ &
|
|
1607
|
+
return ((bitField1_ & 0x00000002) != 0);
|
|
1570
1608
|
}
|
|
1571
1609
|
/**
|
|
1572
1610
|
* <pre>
|
|
@@ -1621,64 +1659,64 @@ private static final long serialVersionUID = 0L;
|
|
|
1621
1659
|
if (((bitField0_ & 0x00000010) != 0)) {
|
|
1622
1660
|
output.writeMessage(5, getLastEnriched());
|
|
1623
1661
|
}
|
|
1624
|
-
if (((bitField0_ &
|
|
1662
|
+
if (((bitField0_ & 0x00001000) != 0)) {
|
|
1625
1663
|
output.writeMessage(6, getCore());
|
|
1626
1664
|
}
|
|
1627
|
-
if (((bitField0_ &
|
|
1665
|
+
if (((bitField0_ & 0x00002000) != 0)) {
|
|
1628
1666
|
output.writeMessage(7, getHw());
|
|
1629
1667
|
}
|
|
1630
|
-
if (((bitField0_ &
|
|
1668
|
+
if (((bitField0_ & 0x00004000) != 0)) {
|
|
1631
1669
|
output.writeMessage(8, getOs());
|
|
1632
1670
|
}
|
|
1633
|
-
if (((bitField0_ &
|
|
1671
|
+
if (((bitField0_ & 0x00008000) != 0)) {
|
|
1634
1672
|
output.writeMessage(10, getMonitorInventory());
|
|
1635
1673
|
}
|
|
1636
|
-
if (((bitField0_ &
|
|
1674
|
+
if (((bitField0_ & 0x00010000) != 0)) {
|
|
1637
1675
|
output.writeMessage(11, getNetworkInterfaces());
|
|
1638
1676
|
}
|
|
1639
1677
|
for (int i = 0; i < tag_.size(); i++) {
|
|
1640
1678
|
output.writeMessage(14, tag_.get(i));
|
|
1641
1679
|
}
|
|
1642
|
-
if (((bitField0_ &
|
|
1680
|
+
if (((bitField0_ & 0x08000000) != 0)) {
|
|
1643
1681
|
output.writeMessage(16, getOtModule());
|
|
1644
1682
|
}
|
|
1645
|
-
if (((bitField0_ &
|
|
1683
|
+
if (((bitField0_ & 0x10000000) != 0)) {
|
|
1646
1684
|
output.writeMessage(17, getCloud());
|
|
1647
1685
|
}
|
|
1648
1686
|
for (int i = 0; i < relation_.size(); i++) {
|
|
1649
1687
|
output.writeMessage(20, relation_.get(i));
|
|
1650
1688
|
}
|
|
1651
|
-
if (((bitField0_ &
|
|
1689
|
+
if (((bitField0_ & 0x00000100) != 0)) {
|
|
1652
1690
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 23, uniqueKey_);
|
|
1653
1691
|
}
|
|
1654
|
-
if (((bitField0_ &
|
|
1692
|
+
if (((bitField0_ & 0x00000200) != 0)) {
|
|
1655
1693
|
output.writeMessage(32, getInternetIp());
|
|
1656
1694
|
}
|
|
1657
1695
|
for (int i = 0; i < scanError_.size(); i++) {
|
|
1658
1696
|
output.writeMessage(33, scanError_.get(i));
|
|
1659
1697
|
}
|
|
1660
|
-
if (((bitField0_ &
|
|
1698
|
+
if (((bitField0_ & 0x00000040) != 0)) {
|
|
1661
1699
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 39, lastSyncedSourceAgent_);
|
|
1662
1700
|
}
|
|
1663
|
-
if (((bitField0_ &
|
|
1701
|
+
if (((bitField0_ & 0x00000080) != 0)) {
|
|
1664
1702
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 49, lastSyncedSourceName_);
|
|
1665
1703
|
}
|
|
1666
1704
|
for (int i = 0; i < sourceInfo_.size(); i++) {
|
|
1667
1705
|
output.writeMessage(74, sourceInfo_.get(i));
|
|
1668
1706
|
}
|
|
1669
|
-
if (((bitField0_ &
|
|
1707
|
+
if (((bitField0_ & 0x00080000) != 0)) {
|
|
1670
1708
|
output.writeMessage(75, getComputer());
|
|
1671
1709
|
}
|
|
1672
|
-
if (((bitField0_ &
|
|
1710
|
+
if (((bitField0_ & 0x00020000) != 0)) {
|
|
1673
1711
|
output.writeMessage(76, getNetworkProtocols());
|
|
1674
1712
|
}
|
|
1675
|
-
if (((bitField0_ &
|
|
1713
|
+
if (((bitField0_ & 0x00040000) != 0)) {
|
|
1676
1714
|
output.writeMessage(77, getPortScan());
|
|
1677
1715
|
}
|
|
1678
|
-
if (((bitField0_ &
|
|
1716
|
+
if (((bitField0_ & 0x00000400) != 0)) {
|
|
1679
1717
|
output.writeMessage(78, getCorrelationFields());
|
|
1680
1718
|
}
|
|
1681
|
-
if (((bitField0_ &
|
|
1719
|
+
if (((bitField0_ & 0x00000800) != 0)) {
|
|
1682
1720
|
output.writeMessage(79, getReconciliation());
|
|
1683
1721
|
}
|
|
1684
1722
|
for (int i = 0; i < changeLog_.size(); i++) {
|
|
@@ -1687,51 +1725,54 @@ private static final long serialVersionUID = 0L;
|
|
|
1687
1725
|
for (int i = 0; i < warrantyInfo_.size(); i++) {
|
|
1688
1726
|
output.writeMessage(81, warrantyInfo_.get(i));
|
|
1689
1727
|
}
|
|
1690
|
-
if (((bitField0_ &
|
|
1728
|
+
if (((bitField0_ & 0x02000000) != 0)) {
|
|
1691
1729
|
output.writeMessage(84, getPrinter());
|
|
1692
1730
|
}
|
|
1693
|
-
if (((bitField0_ &
|
|
1731
|
+
if (((bitField0_ & 0x04000000) != 0)) {
|
|
1694
1732
|
output.writeMessage(85, getUps());
|
|
1695
1733
|
}
|
|
1696
1734
|
for (int i = 0; i < unlinkedSourceInfo_.size(); i++) {
|
|
1697
1735
|
output.writeMessage(86, unlinkedSourceInfo_.get(i));
|
|
1698
1736
|
}
|
|
1699
|
-
if (((bitField0_ &
|
|
1737
|
+
if (((bitField0_ & 0x00100000) != 0)) {
|
|
1700
1738
|
output.writeMessage(87, getServerGroup());
|
|
1701
1739
|
}
|
|
1702
|
-
if (((bitField0_ &
|
|
1740
|
+
if (((bitField0_ & 0x00200000) != 0)) {
|
|
1703
1741
|
output.writeMessage(88, getAdComputer());
|
|
1704
1742
|
}
|
|
1705
|
-
if (((bitField0_ &
|
|
1743
|
+
if (((bitField0_ & 0x00400000) != 0)) {
|
|
1706
1744
|
output.writeMessage(89, getHyperVComputer());
|
|
1707
1745
|
}
|
|
1708
|
-
if (((bitField0_ &
|
|
1746
|
+
if (((bitField0_ & 0x20000000) != 0)) {
|
|
1709
1747
|
output.writeMessage(90, getIntuneDevice());
|
|
1710
1748
|
}
|
|
1711
1749
|
for (int i = 0; i < dataProcessor_.size(); i++) {
|
|
1712
1750
|
output.writeMessage(92, dataProcessor_.get(i));
|
|
1713
1751
|
}
|
|
1714
|
-
if (((bitField0_ &
|
|
1752
|
+
if (((bitField0_ & 0x40000000) != 0)) {
|
|
1715
1753
|
output.writeMessage(93, getVmware());
|
|
1716
1754
|
}
|
|
1717
|
-
if (((bitField0_ &
|
|
1755
|
+
if (((bitField0_ & 0x80000000) != 0)) {
|
|
1718
1756
|
output.writeMessage(94, getOffice365Organization());
|
|
1719
1757
|
}
|
|
1720
|
-
if (((
|
|
1758
|
+
if (((bitField1_ & 0x00000001) != 0)) {
|
|
1721
1759
|
output.writeMessage(95, getCitrix());
|
|
1722
1760
|
}
|
|
1723
|
-
if (((bitField0_ &
|
|
1761
|
+
if (((bitField0_ & 0x01000000) != 0)) {
|
|
1724
1762
|
output.writeMessage(96, getAdPrinter());
|
|
1725
1763
|
}
|
|
1726
|
-
if (((bitField1_ &
|
|
1764
|
+
if (((bitField1_ & 0x00000002) != 0)) {
|
|
1727
1765
|
output.writeMessage(97, getManualAssetLockedFields());
|
|
1728
1766
|
}
|
|
1729
|
-
if (((bitField0_ &
|
|
1767
|
+
if (((bitField0_ & 0x00800000) != 0)) {
|
|
1730
1768
|
output.writeMessage(98, getHyperVHost());
|
|
1731
1769
|
}
|
|
1732
1770
|
for (int i = 0; i < scanSection_.size(); i++) {
|
|
1733
1771
|
output.writeMessage(306, scanSection_.get(i));
|
|
1734
1772
|
}
|
|
1773
|
+
if (((bitField0_ & 0x00000020) != 0)) {
|
|
1774
|
+
output.writeMessage(307, getLegacyFields());
|
|
1775
|
+
}
|
|
1735
1776
|
getUnknownFields().writeTo(output);
|
|
1736
1777
|
}
|
|
1737
1778
|
|
|
@@ -1761,23 +1802,23 @@ private static final long serialVersionUID = 0L;
|
|
|
1761
1802
|
size += com.google.protobuf.CodedOutputStream
|
|
1762
1803
|
.computeMessageSize(5, getLastEnriched());
|
|
1763
1804
|
}
|
|
1764
|
-
if (((bitField0_ &
|
|
1805
|
+
if (((bitField0_ & 0x00001000) != 0)) {
|
|
1765
1806
|
size += com.google.protobuf.CodedOutputStream
|
|
1766
1807
|
.computeMessageSize(6, getCore());
|
|
1767
1808
|
}
|
|
1768
|
-
if (((bitField0_ &
|
|
1809
|
+
if (((bitField0_ & 0x00002000) != 0)) {
|
|
1769
1810
|
size += com.google.protobuf.CodedOutputStream
|
|
1770
1811
|
.computeMessageSize(7, getHw());
|
|
1771
1812
|
}
|
|
1772
|
-
if (((bitField0_ &
|
|
1813
|
+
if (((bitField0_ & 0x00004000) != 0)) {
|
|
1773
1814
|
size += com.google.protobuf.CodedOutputStream
|
|
1774
1815
|
.computeMessageSize(8, getOs());
|
|
1775
1816
|
}
|
|
1776
|
-
if (((bitField0_ &
|
|
1817
|
+
if (((bitField0_ & 0x00008000) != 0)) {
|
|
1777
1818
|
size += com.google.protobuf.CodedOutputStream
|
|
1778
1819
|
.computeMessageSize(10, getMonitorInventory());
|
|
1779
1820
|
}
|
|
1780
|
-
if (((bitField0_ &
|
|
1821
|
+
if (((bitField0_ & 0x00010000) != 0)) {
|
|
1781
1822
|
size += com.google.protobuf.CodedOutputStream
|
|
1782
1823
|
.computeMessageSize(11, getNetworkInterfaces());
|
|
1783
1824
|
}
|
|
@@ -1785,11 +1826,11 @@ private static final long serialVersionUID = 0L;
|
|
|
1785
1826
|
size += com.google.protobuf.CodedOutputStream
|
|
1786
1827
|
.computeMessageSize(14, tag_.get(i));
|
|
1787
1828
|
}
|
|
1788
|
-
if (((bitField0_ &
|
|
1829
|
+
if (((bitField0_ & 0x08000000) != 0)) {
|
|
1789
1830
|
size += com.google.protobuf.CodedOutputStream
|
|
1790
1831
|
.computeMessageSize(16, getOtModule());
|
|
1791
1832
|
}
|
|
1792
|
-
if (((bitField0_ &
|
|
1833
|
+
if (((bitField0_ & 0x10000000) != 0)) {
|
|
1793
1834
|
size += com.google.protobuf.CodedOutputStream
|
|
1794
1835
|
.computeMessageSize(17, getCloud());
|
|
1795
1836
|
}
|
|
@@ -1797,10 +1838,10 @@ private static final long serialVersionUID = 0L;
|
|
|
1797
1838
|
size += com.google.protobuf.CodedOutputStream
|
|
1798
1839
|
.computeMessageSize(20, relation_.get(i));
|
|
1799
1840
|
}
|
|
1800
|
-
if (((bitField0_ &
|
|
1841
|
+
if (((bitField0_ & 0x00000100) != 0)) {
|
|
1801
1842
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(23, uniqueKey_);
|
|
1802
1843
|
}
|
|
1803
|
-
if (((bitField0_ &
|
|
1844
|
+
if (((bitField0_ & 0x00000200) != 0)) {
|
|
1804
1845
|
size += com.google.protobuf.CodedOutputStream
|
|
1805
1846
|
.computeMessageSize(32, getInternetIp());
|
|
1806
1847
|
}
|
|
@@ -1808,33 +1849,33 @@ private static final long serialVersionUID = 0L;
|
|
|
1808
1849
|
size += com.google.protobuf.CodedOutputStream
|
|
1809
1850
|
.computeMessageSize(33, scanError_.get(i));
|
|
1810
1851
|
}
|
|
1811
|
-
if (((bitField0_ &
|
|
1852
|
+
if (((bitField0_ & 0x00000040) != 0)) {
|
|
1812
1853
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(39, lastSyncedSourceAgent_);
|
|
1813
1854
|
}
|
|
1814
|
-
if (((bitField0_ &
|
|
1855
|
+
if (((bitField0_ & 0x00000080) != 0)) {
|
|
1815
1856
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(49, lastSyncedSourceName_);
|
|
1816
1857
|
}
|
|
1817
1858
|
for (int i = 0; i < sourceInfo_.size(); i++) {
|
|
1818
1859
|
size += com.google.protobuf.CodedOutputStream
|
|
1819
1860
|
.computeMessageSize(74, sourceInfo_.get(i));
|
|
1820
1861
|
}
|
|
1821
|
-
if (((bitField0_ &
|
|
1862
|
+
if (((bitField0_ & 0x00080000) != 0)) {
|
|
1822
1863
|
size += com.google.protobuf.CodedOutputStream
|
|
1823
1864
|
.computeMessageSize(75, getComputer());
|
|
1824
1865
|
}
|
|
1825
|
-
if (((bitField0_ &
|
|
1866
|
+
if (((bitField0_ & 0x00020000) != 0)) {
|
|
1826
1867
|
size += com.google.protobuf.CodedOutputStream
|
|
1827
1868
|
.computeMessageSize(76, getNetworkProtocols());
|
|
1828
1869
|
}
|
|
1829
|
-
if (((bitField0_ &
|
|
1870
|
+
if (((bitField0_ & 0x00040000) != 0)) {
|
|
1830
1871
|
size += com.google.protobuf.CodedOutputStream
|
|
1831
1872
|
.computeMessageSize(77, getPortScan());
|
|
1832
1873
|
}
|
|
1833
|
-
if (((bitField0_ &
|
|
1874
|
+
if (((bitField0_ & 0x00000400) != 0)) {
|
|
1834
1875
|
size += com.google.protobuf.CodedOutputStream
|
|
1835
1876
|
.computeMessageSize(78, getCorrelationFields());
|
|
1836
1877
|
}
|
|
1837
|
-
if (((bitField0_ &
|
|
1878
|
+
if (((bitField0_ & 0x00000800) != 0)) {
|
|
1838
1879
|
size += com.google.protobuf.CodedOutputStream
|
|
1839
1880
|
.computeMessageSize(79, getReconciliation());
|
|
1840
1881
|
}
|
|
@@ -1846,11 +1887,11 @@ private static final long serialVersionUID = 0L;
|
|
|
1846
1887
|
size += com.google.protobuf.CodedOutputStream
|
|
1847
1888
|
.computeMessageSize(81, warrantyInfo_.get(i));
|
|
1848
1889
|
}
|
|
1849
|
-
if (((bitField0_ &
|
|
1890
|
+
if (((bitField0_ & 0x02000000) != 0)) {
|
|
1850
1891
|
size += com.google.protobuf.CodedOutputStream
|
|
1851
1892
|
.computeMessageSize(84, getPrinter());
|
|
1852
1893
|
}
|
|
1853
|
-
if (((bitField0_ &
|
|
1894
|
+
if (((bitField0_ & 0x04000000) != 0)) {
|
|
1854
1895
|
size += com.google.protobuf.CodedOutputStream
|
|
1855
1896
|
.computeMessageSize(85, getUps());
|
|
1856
1897
|
}
|
|
@@ -1858,19 +1899,19 @@ private static final long serialVersionUID = 0L;
|
|
|
1858
1899
|
size += com.google.protobuf.CodedOutputStream
|
|
1859
1900
|
.computeMessageSize(86, unlinkedSourceInfo_.get(i));
|
|
1860
1901
|
}
|
|
1861
|
-
if (((bitField0_ &
|
|
1902
|
+
if (((bitField0_ & 0x00100000) != 0)) {
|
|
1862
1903
|
size += com.google.protobuf.CodedOutputStream
|
|
1863
1904
|
.computeMessageSize(87, getServerGroup());
|
|
1864
1905
|
}
|
|
1865
|
-
if (((bitField0_ &
|
|
1906
|
+
if (((bitField0_ & 0x00200000) != 0)) {
|
|
1866
1907
|
size += com.google.protobuf.CodedOutputStream
|
|
1867
1908
|
.computeMessageSize(88, getAdComputer());
|
|
1868
1909
|
}
|
|
1869
|
-
if (((bitField0_ &
|
|
1910
|
+
if (((bitField0_ & 0x00400000) != 0)) {
|
|
1870
1911
|
size += com.google.protobuf.CodedOutputStream
|
|
1871
1912
|
.computeMessageSize(89, getHyperVComputer());
|
|
1872
1913
|
}
|
|
1873
|
-
if (((bitField0_ &
|
|
1914
|
+
if (((bitField0_ & 0x20000000) != 0)) {
|
|
1874
1915
|
size += com.google.protobuf.CodedOutputStream
|
|
1875
1916
|
.computeMessageSize(90, getIntuneDevice());
|
|
1876
1917
|
}
|
|
@@ -1878,27 +1919,27 @@ private static final long serialVersionUID = 0L;
|
|
|
1878
1919
|
size += com.google.protobuf.CodedOutputStream
|
|
1879
1920
|
.computeMessageSize(92, dataProcessor_.get(i));
|
|
1880
1921
|
}
|
|
1881
|
-
if (((bitField0_ &
|
|
1922
|
+
if (((bitField0_ & 0x40000000) != 0)) {
|
|
1882
1923
|
size += com.google.protobuf.CodedOutputStream
|
|
1883
1924
|
.computeMessageSize(93, getVmware());
|
|
1884
1925
|
}
|
|
1885
|
-
if (((bitField0_ &
|
|
1926
|
+
if (((bitField0_ & 0x80000000) != 0)) {
|
|
1886
1927
|
size += com.google.protobuf.CodedOutputStream
|
|
1887
1928
|
.computeMessageSize(94, getOffice365Organization());
|
|
1888
1929
|
}
|
|
1889
|
-
if (((
|
|
1930
|
+
if (((bitField1_ & 0x00000001) != 0)) {
|
|
1890
1931
|
size += com.google.protobuf.CodedOutputStream
|
|
1891
1932
|
.computeMessageSize(95, getCitrix());
|
|
1892
1933
|
}
|
|
1893
|
-
if (((bitField0_ &
|
|
1934
|
+
if (((bitField0_ & 0x01000000) != 0)) {
|
|
1894
1935
|
size += com.google.protobuf.CodedOutputStream
|
|
1895
1936
|
.computeMessageSize(96, getAdPrinter());
|
|
1896
1937
|
}
|
|
1897
|
-
if (((bitField1_ &
|
|
1938
|
+
if (((bitField1_ & 0x00000002) != 0)) {
|
|
1898
1939
|
size += com.google.protobuf.CodedOutputStream
|
|
1899
1940
|
.computeMessageSize(97, getManualAssetLockedFields());
|
|
1900
1941
|
}
|
|
1901
|
-
if (((bitField0_ &
|
|
1942
|
+
if (((bitField0_ & 0x00800000) != 0)) {
|
|
1902
1943
|
size += com.google.protobuf.CodedOutputStream
|
|
1903
1944
|
.computeMessageSize(98, getHyperVHost());
|
|
1904
1945
|
}
|
|
@@ -1906,6 +1947,10 @@ private static final long serialVersionUID = 0L;
|
|
|
1906
1947
|
size += com.google.protobuf.CodedOutputStream
|
|
1907
1948
|
.computeMessageSize(306, scanSection_.get(i));
|
|
1908
1949
|
}
|
|
1950
|
+
if (((bitField0_ & 0x00000020) != 0)) {
|
|
1951
|
+
size += com.google.protobuf.CodedOutputStream
|
|
1952
|
+
.computeMessageSize(307, getLegacyFields());
|
|
1953
|
+
}
|
|
1909
1954
|
size += getUnknownFields().getSerializedSize();
|
|
1910
1955
|
memoizedSize = size;
|
|
1911
1956
|
return size;
|
|
@@ -1946,6 +1991,11 @@ private static final long serialVersionUID = 0L;
|
|
|
1946
1991
|
if (!getLastEnriched()
|
|
1947
1992
|
.equals(other.getLastEnriched())) return false;
|
|
1948
1993
|
}
|
|
1994
|
+
if (hasLegacyFields() != other.hasLegacyFields()) return false;
|
|
1995
|
+
if (hasLegacyFields()) {
|
|
1996
|
+
if (!getLegacyFields()
|
|
1997
|
+
.equals(other.getLegacyFields())) return false;
|
|
1998
|
+
}
|
|
1949
1999
|
if (hasLastSyncedSourceAgent() != other.hasLastSyncedSourceAgent()) return false;
|
|
1950
2000
|
if (hasLastSyncedSourceAgent()) {
|
|
1951
2001
|
if (!getLastSyncedSourceAgent()
|
|
@@ -2135,6 +2185,10 @@ private static final long serialVersionUID = 0L;
|
|
|
2135
2185
|
hash = (37 * hash) + LAST_ENRICHED_FIELD_NUMBER;
|
|
2136
2186
|
hash = (53 * hash) + getLastEnriched().hashCode();
|
|
2137
2187
|
}
|
|
2188
|
+
if (hasLegacyFields()) {
|
|
2189
|
+
hash = (37 * hash) + LEGACY_FIELDS_FIELD_NUMBER;
|
|
2190
|
+
hash = (53 * hash) + getLegacyFields().hashCode();
|
|
2191
|
+
}
|
|
2138
2192
|
if (hasLastSyncedSourceAgent()) {
|
|
2139
2193
|
hash = (37 * hash) + LAST_SYNCED_SOURCE_AGENT_FIELD_NUMBER;
|
|
2140
2194
|
hash = (53 * hash) + getLastSyncedSourceAgent().hashCode();
|
|
@@ -2422,6 +2476,7 @@ private static final long serialVersionUID = 0L;
|
|
|
2422
2476
|
getFirstSeenFieldBuilder();
|
|
2423
2477
|
getLastUpdatedFieldBuilder();
|
|
2424
2478
|
getLastEnrichedFieldBuilder();
|
|
2479
|
+
getLegacyFieldsFieldBuilder();
|
|
2425
2480
|
getSourceInfoFieldBuilder();
|
|
2426
2481
|
getUnlinkedSourceInfoFieldBuilder();
|
|
2427
2482
|
getDataProcessorFieldBuilder();
|
|
@@ -2488,6 +2543,11 @@ private static final long serialVersionUID = 0L;
|
|
|
2488
2543
|
lastEnrichedBuilder_.dispose();
|
|
2489
2544
|
lastEnrichedBuilder_ = null;
|
|
2490
2545
|
}
|
|
2546
|
+
legacyFields_ = null;
|
|
2547
|
+
if (legacyFieldsBuilder_ != null) {
|
|
2548
|
+
legacyFieldsBuilder_.dispose();
|
|
2549
|
+
legacyFieldsBuilder_ = null;
|
|
2550
|
+
}
|
|
2491
2551
|
lastSyncedSourceAgent_ = "";
|
|
2492
2552
|
lastSyncedSourceName_ = "";
|
|
2493
2553
|
if (sourceInfoBuilder_ == null) {
|
|
@@ -2496,21 +2556,21 @@ private static final long serialVersionUID = 0L;
|
|
|
2496
2556
|
sourceInfo_ = null;
|
|
2497
2557
|
sourceInfoBuilder_.clear();
|
|
2498
2558
|
}
|
|
2499
|
-
bitField0_ = (bitField0_ & ~
|
|
2559
|
+
bitField0_ = (bitField0_ & ~0x00000100);
|
|
2500
2560
|
if (unlinkedSourceInfoBuilder_ == null) {
|
|
2501
2561
|
unlinkedSourceInfo_ = java.util.Collections.emptyList();
|
|
2502
2562
|
} else {
|
|
2503
2563
|
unlinkedSourceInfo_ = null;
|
|
2504
2564
|
unlinkedSourceInfoBuilder_.clear();
|
|
2505
2565
|
}
|
|
2506
|
-
bitField0_ = (bitField0_ & ~
|
|
2566
|
+
bitField0_ = (bitField0_ & ~0x00000200);
|
|
2507
2567
|
if (dataProcessorBuilder_ == null) {
|
|
2508
2568
|
dataProcessor_ = java.util.Collections.emptyList();
|
|
2509
2569
|
} else {
|
|
2510
2570
|
dataProcessor_ = null;
|
|
2511
2571
|
dataProcessorBuilder_.clear();
|
|
2512
2572
|
}
|
|
2513
|
-
bitField0_ = (bitField0_ & ~
|
|
2573
|
+
bitField0_ = (bitField0_ & ~0x00000400);
|
|
2514
2574
|
uniqueKey_ = "";
|
|
2515
2575
|
if (scanSectionBuilder_ == null) {
|
|
2516
2576
|
scanSection_ = java.util.Collections.emptyList();
|
|
@@ -2518,14 +2578,14 @@ private static final long serialVersionUID = 0L;
|
|
|
2518
2578
|
scanSection_ = null;
|
|
2519
2579
|
scanSectionBuilder_.clear();
|
|
2520
2580
|
}
|
|
2521
|
-
bitField0_ = (bitField0_ & ~
|
|
2581
|
+
bitField0_ = (bitField0_ & ~0x00001000);
|
|
2522
2582
|
if (scanErrorBuilder_ == null) {
|
|
2523
2583
|
scanError_ = java.util.Collections.emptyList();
|
|
2524
2584
|
} else {
|
|
2525
2585
|
scanError_ = null;
|
|
2526
2586
|
scanErrorBuilder_.clear();
|
|
2527
2587
|
}
|
|
2528
|
-
bitField0_ = (bitField0_ & ~
|
|
2588
|
+
bitField0_ = (bitField0_ & ~0x00002000);
|
|
2529
2589
|
internetIp_ = null;
|
|
2530
2590
|
if (internetIpBuilder_ != null) {
|
|
2531
2591
|
internetIpBuilder_.dispose();
|
|
@@ -2537,14 +2597,14 @@ private static final long serialVersionUID = 0L;
|
|
|
2537
2597
|
tag_ = null;
|
|
2538
2598
|
tagBuilder_.clear();
|
|
2539
2599
|
}
|
|
2540
|
-
bitField0_ = (bitField0_ & ~
|
|
2600
|
+
bitField0_ = (bitField0_ & ~0x00008000);
|
|
2541
2601
|
if (relationBuilder_ == null) {
|
|
2542
2602
|
relation_ = java.util.Collections.emptyList();
|
|
2543
2603
|
} else {
|
|
2544
2604
|
relation_ = null;
|
|
2545
2605
|
relationBuilder_.clear();
|
|
2546
2606
|
}
|
|
2547
|
-
bitField0_ = (bitField0_ & ~
|
|
2607
|
+
bitField0_ = (bitField0_ & ~0x00010000);
|
|
2548
2608
|
correlationFields_ = null;
|
|
2549
2609
|
if (correlationFieldsBuilder_ != null) {
|
|
2550
2610
|
correlationFieldsBuilder_.dispose();
|
|
@@ -2596,7 +2656,7 @@ private static final long serialVersionUID = 0L;
|
|
|
2596
2656
|
warrantyInfo_ = null;
|
|
2597
2657
|
warrantyInfoBuilder_.clear();
|
|
2598
2658
|
}
|
|
2599
|
-
bitField0_ = (bitField0_ & ~
|
|
2659
|
+
bitField0_ = (bitField0_ & ~0x04000000);
|
|
2600
2660
|
computer_ = null;
|
|
2601
2661
|
if (computerBuilder_ != null) {
|
|
2602
2662
|
computerBuilder_.dispose();
|
|
@@ -2653,7 +2713,7 @@ private static final long serialVersionUID = 0L;
|
|
|
2653
2713
|
changeLog_ = null;
|
|
2654
2714
|
changeLogBuilder_.clear();
|
|
2655
2715
|
}
|
|
2656
|
-
bitField1_ = (bitField1_ & ~
|
|
2716
|
+
bitField1_ = (bitField1_ & ~0x00000020);
|
|
2657
2717
|
intuneDevice_ = null;
|
|
2658
2718
|
if (intuneDeviceBuilder_ != null) {
|
|
2659
2719
|
intuneDeviceBuilder_.dispose();
|
|
@@ -2714,81 +2774,81 @@ private static final long serialVersionUID = 0L;
|
|
|
2714
2774
|
|
|
2715
2775
|
private void buildPartialRepeatedFields(com.lansweeper.dp.outbound.v1.Asset result) {
|
|
2716
2776
|
if (sourceInfoBuilder_ == null) {
|
|
2717
|
-
if (((bitField0_ &
|
|
2777
|
+
if (((bitField0_ & 0x00000100) != 0)) {
|
|
2718
2778
|
sourceInfo_ = java.util.Collections.unmodifiableList(sourceInfo_);
|
|
2719
|
-
bitField0_ = (bitField0_ & ~
|
|
2779
|
+
bitField0_ = (bitField0_ & ~0x00000100);
|
|
2720
2780
|
}
|
|
2721
2781
|
result.sourceInfo_ = sourceInfo_;
|
|
2722
2782
|
} else {
|
|
2723
2783
|
result.sourceInfo_ = sourceInfoBuilder_.build();
|
|
2724
2784
|
}
|
|
2725
2785
|
if (unlinkedSourceInfoBuilder_ == null) {
|
|
2726
|
-
if (((bitField0_ &
|
|
2786
|
+
if (((bitField0_ & 0x00000200) != 0)) {
|
|
2727
2787
|
unlinkedSourceInfo_ = java.util.Collections.unmodifiableList(unlinkedSourceInfo_);
|
|
2728
|
-
bitField0_ = (bitField0_ & ~
|
|
2788
|
+
bitField0_ = (bitField0_ & ~0x00000200);
|
|
2729
2789
|
}
|
|
2730
2790
|
result.unlinkedSourceInfo_ = unlinkedSourceInfo_;
|
|
2731
2791
|
} else {
|
|
2732
2792
|
result.unlinkedSourceInfo_ = unlinkedSourceInfoBuilder_.build();
|
|
2733
2793
|
}
|
|
2734
2794
|
if (dataProcessorBuilder_ == null) {
|
|
2735
|
-
if (((bitField0_ &
|
|
2795
|
+
if (((bitField0_ & 0x00000400) != 0)) {
|
|
2736
2796
|
dataProcessor_ = java.util.Collections.unmodifiableList(dataProcessor_);
|
|
2737
|
-
bitField0_ = (bitField0_ & ~
|
|
2797
|
+
bitField0_ = (bitField0_ & ~0x00000400);
|
|
2738
2798
|
}
|
|
2739
2799
|
result.dataProcessor_ = dataProcessor_;
|
|
2740
2800
|
} else {
|
|
2741
2801
|
result.dataProcessor_ = dataProcessorBuilder_.build();
|
|
2742
2802
|
}
|
|
2743
2803
|
if (scanSectionBuilder_ == null) {
|
|
2744
|
-
if (((bitField0_ &
|
|
2804
|
+
if (((bitField0_ & 0x00001000) != 0)) {
|
|
2745
2805
|
scanSection_ = java.util.Collections.unmodifiableList(scanSection_);
|
|
2746
|
-
bitField0_ = (bitField0_ & ~
|
|
2806
|
+
bitField0_ = (bitField0_ & ~0x00001000);
|
|
2747
2807
|
}
|
|
2748
2808
|
result.scanSection_ = scanSection_;
|
|
2749
2809
|
} else {
|
|
2750
2810
|
result.scanSection_ = scanSectionBuilder_.build();
|
|
2751
2811
|
}
|
|
2752
2812
|
if (scanErrorBuilder_ == null) {
|
|
2753
|
-
if (((bitField0_ &
|
|
2813
|
+
if (((bitField0_ & 0x00002000) != 0)) {
|
|
2754
2814
|
scanError_ = java.util.Collections.unmodifiableList(scanError_);
|
|
2755
|
-
bitField0_ = (bitField0_ & ~
|
|
2815
|
+
bitField0_ = (bitField0_ & ~0x00002000);
|
|
2756
2816
|
}
|
|
2757
2817
|
result.scanError_ = scanError_;
|
|
2758
2818
|
} else {
|
|
2759
2819
|
result.scanError_ = scanErrorBuilder_.build();
|
|
2760
2820
|
}
|
|
2761
2821
|
if (tagBuilder_ == null) {
|
|
2762
|
-
if (((bitField0_ &
|
|
2822
|
+
if (((bitField0_ & 0x00008000) != 0)) {
|
|
2763
2823
|
tag_ = java.util.Collections.unmodifiableList(tag_);
|
|
2764
|
-
bitField0_ = (bitField0_ & ~
|
|
2824
|
+
bitField0_ = (bitField0_ & ~0x00008000);
|
|
2765
2825
|
}
|
|
2766
2826
|
result.tag_ = tag_;
|
|
2767
2827
|
} else {
|
|
2768
2828
|
result.tag_ = tagBuilder_.build();
|
|
2769
2829
|
}
|
|
2770
2830
|
if (relationBuilder_ == null) {
|
|
2771
|
-
if (((bitField0_ &
|
|
2831
|
+
if (((bitField0_ & 0x00010000) != 0)) {
|
|
2772
2832
|
relation_ = java.util.Collections.unmodifiableList(relation_);
|
|
2773
|
-
bitField0_ = (bitField0_ & ~
|
|
2833
|
+
bitField0_ = (bitField0_ & ~0x00010000);
|
|
2774
2834
|
}
|
|
2775
2835
|
result.relation_ = relation_;
|
|
2776
2836
|
} else {
|
|
2777
2837
|
result.relation_ = relationBuilder_.build();
|
|
2778
2838
|
}
|
|
2779
2839
|
if (warrantyInfoBuilder_ == null) {
|
|
2780
|
-
if (((bitField0_ &
|
|
2840
|
+
if (((bitField0_ & 0x04000000) != 0)) {
|
|
2781
2841
|
warrantyInfo_ = java.util.Collections.unmodifiableList(warrantyInfo_);
|
|
2782
|
-
bitField0_ = (bitField0_ & ~
|
|
2842
|
+
bitField0_ = (bitField0_ & ~0x04000000);
|
|
2783
2843
|
}
|
|
2784
2844
|
result.warrantyInfo_ = warrantyInfo_;
|
|
2785
2845
|
} else {
|
|
2786
2846
|
result.warrantyInfo_ = warrantyInfoBuilder_.build();
|
|
2787
2847
|
}
|
|
2788
2848
|
if (changeLogBuilder_ == null) {
|
|
2789
|
-
if (((bitField1_ &
|
|
2849
|
+
if (((bitField1_ & 0x00000020) != 0)) {
|
|
2790
2850
|
changeLog_ = java.util.Collections.unmodifiableList(changeLog_);
|
|
2791
|
-
bitField1_ = (bitField1_ & ~
|
|
2851
|
+
bitField1_ = (bitField1_ & ~0x00000020);
|
|
2792
2852
|
}
|
|
2793
2853
|
result.changeLog_ = changeLog_;
|
|
2794
2854
|
} else {
|
|
@@ -2830,111 +2890,111 @@ private static final long serialVersionUID = 0L;
|
|
|
2830
2890
|
to_bitField0_ |= 0x00000010;
|
|
2831
2891
|
}
|
|
2832
2892
|
if (((from_bitField0_ & 0x00000020) != 0)) {
|
|
2833
|
-
result.
|
|
2893
|
+
result.legacyFields_ = legacyFieldsBuilder_ == null
|
|
2894
|
+
? legacyFields_
|
|
2895
|
+
: legacyFieldsBuilder_.build();
|
|
2834
2896
|
to_bitField0_ |= 0x00000020;
|
|
2835
2897
|
}
|
|
2836
2898
|
if (((from_bitField0_ & 0x00000040) != 0)) {
|
|
2837
|
-
result.
|
|
2899
|
+
result.lastSyncedSourceAgent_ = lastSyncedSourceAgent_;
|
|
2838
2900
|
to_bitField0_ |= 0x00000040;
|
|
2839
2901
|
}
|
|
2840
|
-
if (((from_bitField0_ &
|
|
2841
|
-
result.
|
|
2902
|
+
if (((from_bitField0_ & 0x00000080) != 0)) {
|
|
2903
|
+
result.lastSyncedSourceName_ = lastSyncedSourceName_;
|
|
2842
2904
|
to_bitField0_ |= 0x00000080;
|
|
2843
2905
|
}
|
|
2844
|
-
if (((from_bitField0_ &
|
|
2906
|
+
if (((from_bitField0_ & 0x00000800) != 0)) {
|
|
2907
|
+
result.uniqueKey_ = uniqueKey_;
|
|
2908
|
+
to_bitField0_ |= 0x00000100;
|
|
2909
|
+
}
|
|
2910
|
+
if (((from_bitField0_ & 0x00004000) != 0)) {
|
|
2845
2911
|
result.internetIp_ = internetIpBuilder_ == null
|
|
2846
2912
|
? internetIp_
|
|
2847
2913
|
: internetIpBuilder_.build();
|
|
2848
|
-
to_bitField0_ |=
|
|
2914
|
+
to_bitField0_ |= 0x00000200;
|
|
2849
2915
|
}
|
|
2850
|
-
if (((from_bitField0_ &
|
|
2916
|
+
if (((from_bitField0_ & 0x00020000) != 0)) {
|
|
2851
2917
|
result.correlationFields_ = correlationFieldsBuilder_ == null
|
|
2852
2918
|
? correlationFields_
|
|
2853
2919
|
: correlationFieldsBuilder_.build();
|
|
2854
|
-
to_bitField0_ |=
|
|
2920
|
+
to_bitField0_ |= 0x00000400;
|
|
2855
2921
|
}
|
|
2856
|
-
if (((from_bitField0_ &
|
|
2922
|
+
if (((from_bitField0_ & 0x00040000) != 0)) {
|
|
2857
2923
|
result.reconciliation_ = reconciliationBuilder_ == null
|
|
2858
2924
|
? reconciliation_
|
|
2859
2925
|
: reconciliationBuilder_.build();
|
|
2860
|
-
to_bitField0_ |=
|
|
2926
|
+
to_bitField0_ |= 0x00000800;
|
|
2861
2927
|
}
|
|
2862
|
-
if (((from_bitField0_ &
|
|
2928
|
+
if (((from_bitField0_ & 0x00080000) != 0)) {
|
|
2863
2929
|
result.core_ = coreBuilder_ == null
|
|
2864
2930
|
? core_
|
|
2865
2931
|
: coreBuilder_.build();
|
|
2866
|
-
to_bitField0_ |=
|
|
2932
|
+
to_bitField0_ |= 0x00001000;
|
|
2867
2933
|
}
|
|
2868
|
-
if (((from_bitField0_ &
|
|
2934
|
+
if (((from_bitField0_ & 0x00100000) != 0)) {
|
|
2869
2935
|
result.hw_ = hwBuilder_ == null
|
|
2870
2936
|
? hw_
|
|
2871
2937
|
: hwBuilder_.build();
|
|
2872
|
-
to_bitField0_ |=
|
|
2938
|
+
to_bitField0_ |= 0x00002000;
|
|
2873
2939
|
}
|
|
2874
|
-
if (((from_bitField0_ &
|
|
2940
|
+
if (((from_bitField0_ & 0x00200000) != 0)) {
|
|
2875
2941
|
result.os_ = osBuilder_ == null
|
|
2876
2942
|
? os_
|
|
2877
2943
|
: osBuilder_.build();
|
|
2878
|
-
to_bitField0_ |=
|
|
2944
|
+
to_bitField0_ |= 0x00004000;
|
|
2879
2945
|
}
|
|
2880
|
-
if (((from_bitField0_ &
|
|
2946
|
+
if (((from_bitField0_ & 0x00400000) != 0)) {
|
|
2881
2947
|
result.monitorInventory_ = monitorInventoryBuilder_ == null
|
|
2882
2948
|
? monitorInventory_
|
|
2883
2949
|
: monitorInventoryBuilder_.build();
|
|
2884
|
-
to_bitField0_ |=
|
|
2950
|
+
to_bitField0_ |= 0x00008000;
|
|
2885
2951
|
}
|
|
2886
|
-
if (((from_bitField0_ &
|
|
2952
|
+
if (((from_bitField0_ & 0x00800000) != 0)) {
|
|
2887
2953
|
result.networkInterfaces_ = networkInterfacesBuilder_ == null
|
|
2888
2954
|
? networkInterfaces_
|
|
2889
2955
|
: networkInterfacesBuilder_.build();
|
|
2890
|
-
to_bitField0_ |=
|
|
2956
|
+
to_bitField0_ |= 0x00010000;
|
|
2891
2957
|
}
|
|
2892
|
-
if (((from_bitField0_ &
|
|
2958
|
+
if (((from_bitField0_ & 0x01000000) != 0)) {
|
|
2893
2959
|
result.networkProtocols_ = networkProtocolsBuilder_ == null
|
|
2894
2960
|
? networkProtocols_
|
|
2895
2961
|
: networkProtocolsBuilder_.build();
|
|
2896
|
-
to_bitField0_ |=
|
|
2962
|
+
to_bitField0_ |= 0x00020000;
|
|
2897
2963
|
}
|
|
2898
|
-
if (((from_bitField0_ &
|
|
2964
|
+
if (((from_bitField0_ & 0x02000000) != 0)) {
|
|
2899
2965
|
result.portScan_ = portScanBuilder_ == null
|
|
2900
2966
|
? portScan_
|
|
2901
2967
|
: portScanBuilder_.build();
|
|
2902
|
-
to_bitField0_ |=
|
|
2968
|
+
to_bitField0_ |= 0x00040000;
|
|
2903
2969
|
}
|
|
2904
|
-
if (((from_bitField0_ &
|
|
2970
|
+
if (((from_bitField0_ & 0x08000000) != 0)) {
|
|
2905
2971
|
result.computer_ = computerBuilder_ == null
|
|
2906
2972
|
? computer_
|
|
2907
2973
|
: computerBuilder_.build();
|
|
2908
|
-
to_bitField0_ |=
|
|
2974
|
+
to_bitField0_ |= 0x00080000;
|
|
2909
2975
|
}
|
|
2910
|
-
if (((from_bitField0_ &
|
|
2976
|
+
if (((from_bitField0_ & 0x10000000) != 0)) {
|
|
2911
2977
|
result.serverGroup_ = serverGroupBuilder_ == null
|
|
2912
2978
|
? serverGroup_
|
|
2913
2979
|
: serverGroupBuilder_.build();
|
|
2914
|
-
to_bitField0_ |=
|
|
2980
|
+
to_bitField0_ |= 0x00100000;
|
|
2915
2981
|
}
|
|
2916
|
-
if (((from_bitField0_ &
|
|
2982
|
+
if (((from_bitField0_ & 0x20000000) != 0)) {
|
|
2917
2983
|
result.adComputer_ = adComputerBuilder_ == null
|
|
2918
2984
|
? adComputer_
|
|
2919
2985
|
: adComputerBuilder_.build();
|
|
2920
|
-
to_bitField0_ |=
|
|
2986
|
+
to_bitField0_ |= 0x00200000;
|
|
2921
2987
|
}
|
|
2922
|
-
if (((from_bitField0_ &
|
|
2988
|
+
if (((from_bitField0_ & 0x40000000) != 0)) {
|
|
2923
2989
|
result.hyperVComputer_ = hyperVComputerBuilder_ == null
|
|
2924
2990
|
? hyperVComputer_
|
|
2925
2991
|
: hyperVComputerBuilder_.build();
|
|
2926
|
-
to_bitField0_ |=
|
|
2992
|
+
to_bitField0_ |= 0x00400000;
|
|
2927
2993
|
}
|
|
2928
|
-
if (((from_bitField0_ &
|
|
2994
|
+
if (((from_bitField0_ & 0x80000000) != 0)) {
|
|
2929
2995
|
result.hyperVHost_ = hyperVHostBuilder_ == null
|
|
2930
2996
|
? hyperVHost_
|
|
2931
2997
|
: hyperVHostBuilder_.build();
|
|
2932
|
-
to_bitField0_ |= 0x00400000;
|
|
2933
|
-
}
|
|
2934
|
-
if (((from_bitField0_ & 0x80000000) != 0)) {
|
|
2935
|
-
result.adPrinter_ = adPrinterBuilder_ == null
|
|
2936
|
-
? adPrinter_
|
|
2937
|
-
: adPrinterBuilder_.build();
|
|
2938
2998
|
to_bitField0_ |= 0x00800000;
|
|
2939
2999
|
}
|
|
2940
3000
|
result.bitField0_ |= to_bitField0_;
|
|
@@ -2944,59 +3004,65 @@ private static final long serialVersionUID = 0L;
|
|
|
2944
3004
|
int from_bitField1_ = bitField1_;
|
|
2945
3005
|
int to_bitField0_ = 0;
|
|
2946
3006
|
if (((from_bitField1_ & 0x00000001) != 0)) {
|
|
3007
|
+
result.adPrinter_ = adPrinterBuilder_ == null
|
|
3008
|
+
? adPrinter_
|
|
3009
|
+
: adPrinterBuilder_.build();
|
|
3010
|
+
to_bitField0_ |= 0x01000000;
|
|
3011
|
+
}
|
|
3012
|
+
if (((from_bitField1_ & 0x00000002) != 0)) {
|
|
2947
3013
|
result.printer_ = printerBuilder_ == null
|
|
2948
3014
|
? printer_
|
|
2949
3015
|
: printerBuilder_.build();
|
|
2950
|
-
to_bitField0_ |=
|
|
3016
|
+
to_bitField0_ |= 0x02000000;
|
|
2951
3017
|
}
|
|
2952
|
-
if (((from_bitField1_ &
|
|
3018
|
+
if (((from_bitField1_ & 0x00000004) != 0)) {
|
|
2953
3019
|
result.ups_ = upsBuilder_ == null
|
|
2954
3020
|
? ups_
|
|
2955
3021
|
: upsBuilder_.build();
|
|
2956
|
-
to_bitField0_ |=
|
|
3022
|
+
to_bitField0_ |= 0x04000000;
|
|
2957
3023
|
}
|
|
2958
|
-
if (((from_bitField1_ &
|
|
3024
|
+
if (((from_bitField1_ & 0x00000008) != 0)) {
|
|
2959
3025
|
result.otModule_ = otModuleBuilder_ == null
|
|
2960
3026
|
? otModule_
|
|
2961
3027
|
: otModuleBuilder_.build();
|
|
2962
|
-
to_bitField0_ |=
|
|
3028
|
+
to_bitField0_ |= 0x08000000;
|
|
2963
3029
|
}
|
|
2964
|
-
if (((from_bitField1_ &
|
|
3030
|
+
if (((from_bitField1_ & 0x00000010) != 0)) {
|
|
2965
3031
|
result.cloud_ = cloudBuilder_ == null
|
|
2966
3032
|
? cloud_
|
|
2967
3033
|
: cloudBuilder_.build();
|
|
2968
|
-
to_bitField0_ |=
|
|
3034
|
+
to_bitField0_ |= 0x10000000;
|
|
2969
3035
|
}
|
|
2970
|
-
if (((from_bitField1_ &
|
|
3036
|
+
if (((from_bitField1_ & 0x00000040) != 0)) {
|
|
2971
3037
|
result.intuneDevice_ = intuneDeviceBuilder_ == null
|
|
2972
3038
|
? intuneDevice_
|
|
2973
3039
|
: intuneDeviceBuilder_.build();
|
|
2974
|
-
to_bitField0_ |=
|
|
3040
|
+
to_bitField0_ |= 0x20000000;
|
|
2975
3041
|
}
|
|
2976
|
-
if (((from_bitField1_ &
|
|
3042
|
+
if (((from_bitField1_ & 0x00000080) != 0)) {
|
|
2977
3043
|
result.vmware_ = vmwareBuilder_ == null
|
|
2978
3044
|
? vmware_
|
|
2979
3045
|
: vmwareBuilder_.build();
|
|
2980
|
-
to_bitField0_ |=
|
|
3046
|
+
to_bitField0_ |= 0x40000000;
|
|
2981
3047
|
}
|
|
2982
|
-
if (((from_bitField1_ &
|
|
3048
|
+
if (((from_bitField1_ & 0x00000100) != 0)) {
|
|
2983
3049
|
result.office365Organization_ = office365OrganizationBuilder_ == null
|
|
2984
3050
|
? office365Organization_
|
|
2985
3051
|
: office365OrganizationBuilder_.build();
|
|
2986
|
-
to_bitField0_ |=
|
|
3052
|
+
to_bitField0_ |= 0x80000000;
|
|
2987
3053
|
}
|
|
2988
|
-
|
|
3054
|
+
int to_bitField1_ = 0;
|
|
3055
|
+
if (((from_bitField1_ & 0x00000200) != 0)) {
|
|
2989
3056
|
result.citrix_ = citrixBuilder_ == null
|
|
2990
3057
|
? citrix_
|
|
2991
3058
|
: citrixBuilder_.build();
|
|
2992
|
-
|
|
3059
|
+
to_bitField1_ |= 0x00000001;
|
|
2993
3060
|
}
|
|
2994
|
-
|
|
2995
|
-
if (((from_bitField1_ & 0x00000200) != 0)) {
|
|
3061
|
+
if (((from_bitField1_ & 0x00000400) != 0)) {
|
|
2996
3062
|
result.manualAssetLockedFields_ = manualAssetLockedFieldsBuilder_ == null
|
|
2997
3063
|
? manualAssetLockedFields_
|
|
2998
3064
|
: manualAssetLockedFieldsBuilder_.build();
|
|
2999
|
-
to_bitField1_ |=
|
|
3065
|
+
to_bitField1_ |= 0x00000002;
|
|
3000
3066
|
}
|
|
3001
3067
|
result.bitField0_ |= to_bitField0_;
|
|
3002
3068
|
result.bitField1_ |= to_bitField1_;
|
|
@@ -3061,21 +3127,24 @@ private static final long serialVersionUID = 0L;
|
|
|
3061
3127
|
if (other.hasLastEnriched()) {
|
|
3062
3128
|
mergeLastEnriched(other.getLastEnriched());
|
|
3063
3129
|
}
|
|
3130
|
+
if (other.hasLegacyFields()) {
|
|
3131
|
+
mergeLegacyFields(other.getLegacyFields());
|
|
3132
|
+
}
|
|
3064
3133
|
if (other.hasLastSyncedSourceAgent()) {
|
|
3065
3134
|
lastSyncedSourceAgent_ = other.lastSyncedSourceAgent_;
|
|
3066
|
-
bitField0_ |=
|
|
3135
|
+
bitField0_ |= 0x00000040;
|
|
3067
3136
|
onChanged();
|
|
3068
3137
|
}
|
|
3069
3138
|
if (other.hasLastSyncedSourceName()) {
|
|
3070
3139
|
lastSyncedSourceName_ = other.lastSyncedSourceName_;
|
|
3071
|
-
bitField0_ |=
|
|
3140
|
+
bitField0_ |= 0x00000080;
|
|
3072
3141
|
onChanged();
|
|
3073
3142
|
}
|
|
3074
3143
|
if (sourceInfoBuilder_ == null) {
|
|
3075
3144
|
if (!other.sourceInfo_.isEmpty()) {
|
|
3076
3145
|
if (sourceInfo_.isEmpty()) {
|
|
3077
3146
|
sourceInfo_ = other.sourceInfo_;
|
|
3078
|
-
bitField0_ = (bitField0_ & ~
|
|
3147
|
+
bitField0_ = (bitField0_ & ~0x00000100);
|
|
3079
3148
|
} else {
|
|
3080
3149
|
ensureSourceInfoIsMutable();
|
|
3081
3150
|
sourceInfo_.addAll(other.sourceInfo_);
|
|
@@ -3088,7 +3157,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3088
3157
|
sourceInfoBuilder_.dispose();
|
|
3089
3158
|
sourceInfoBuilder_ = null;
|
|
3090
3159
|
sourceInfo_ = other.sourceInfo_;
|
|
3091
|
-
bitField0_ = (bitField0_ & ~
|
|
3160
|
+
bitField0_ = (bitField0_ & ~0x00000100);
|
|
3092
3161
|
sourceInfoBuilder_ =
|
|
3093
3162
|
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
|
|
3094
3163
|
getSourceInfoFieldBuilder() : null;
|
|
@@ -3101,7 +3170,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3101
3170
|
if (!other.unlinkedSourceInfo_.isEmpty()) {
|
|
3102
3171
|
if (unlinkedSourceInfo_.isEmpty()) {
|
|
3103
3172
|
unlinkedSourceInfo_ = other.unlinkedSourceInfo_;
|
|
3104
|
-
bitField0_ = (bitField0_ & ~
|
|
3173
|
+
bitField0_ = (bitField0_ & ~0x00000200);
|
|
3105
3174
|
} else {
|
|
3106
3175
|
ensureUnlinkedSourceInfoIsMutable();
|
|
3107
3176
|
unlinkedSourceInfo_.addAll(other.unlinkedSourceInfo_);
|
|
@@ -3114,7 +3183,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3114
3183
|
unlinkedSourceInfoBuilder_.dispose();
|
|
3115
3184
|
unlinkedSourceInfoBuilder_ = null;
|
|
3116
3185
|
unlinkedSourceInfo_ = other.unlinkedSourceInfo_;
|
|
3117
|
-
bitField0_ = (bitField0_ & ~
|
|
3186
|
+
bitField0_ = (bitField0_ & ~0x00000200);
|
|
3118
3187
|
unlinkedSourceInfoBuilder_ =
|
|
3119
3188
|
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
|
|
3120
3189
|
getUnlinkedSourceInfoFieldBuilder() : null;
|
|
@@ -3127,7 +3196,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3127
3196
|
if (!other.dataProcessor_.isEmpty()) {
|
|
3128
3197
|
if (dataProcessor_.isEmpty()) {
|
|
3129
3198
|
dataProcessor_ = other.dataProcessor_;
|
|
3130
|
-
bitField0_ = (bitField0_ & ~
|
|
3199
|
+
bitField0_ = (bitField0_ & ~0x00000400);
|
|
3131
3200
|
} else {
|
|
3132
3201
|
ensureDataProcessorIsMutable();
|
|
3133
3202
|
dataProcessor_.addAll(other.dataProcessor_);
|
|
@@ -3140,7 +3209,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3140
3209
|
dataProcessorBuilder_.dispose();
|
|
3141
3210
|
dataProcessorBuilder_ = null;
|
|
3142
3211
|
dataProcessor_ = other.dataProcessor_;
|
|
3143
|
-
bitField0_ = (bitField0_ & ~
|
|
3212
|
+
bitField0_ = (bitField0_ & ~0x00000400);
|
|
3144
3213
|
dataProcessorBuilder_ =
|
|
3145
3214
|
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
|
|
3146
3215
|
getDataProcessorFieldBuilder() : null;
|
|
@@ -3151,14 +3220,14 @@ private static final long serialVersionUID = 0L;
|
|
|
3151
3220
|
}
|
|
3152
3221
|
if (other.hasUniqueKey()) {
|
|
3153
3222
|
uniqueKey_ = other.uniqueKey_;
|
|
3154
|
-
bitField0_ |=
|
|
3223
|
+
bitField0_ |= 0x00000800;
|
|
3155
3224
|
onChanged();
|
|
3156
3225
|
}
|
|
3157
3226
|
if (scanSectionBuilder_ == null) {
|
|
3158
3227
|
if (!other.scanSection_.isEmpty()) {
|
|
3159
3228
|
if (scanSection_.isEmpty()) {
|
|
3160
3229
|
scanSection_ = other.scanSection_;
|
|
3161
|
-
bitField0_ = (bitField0_ & ~
|
|
3230
|
+
bitField0_ = (bitField0_ & ~0x00001000);
|
|
3162
3231
|
} else {
|
|
3163
3232
|
ensureScanSectionIsMutable();
|
|
3164
3233
|
scanSection_.addAll(other.scanSection_);
|
|
@@ -3171,7 +3240,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3171
3240
|
scanSectionBuilder_.dispose();
|
|
3172
3241
|
scanSectionBuilder_ = null;
|
|
3173
3242
|
scanSection_ = other.scanSection_;
|
|
3174
|
-
bitField0_ = (bitField0_ & ~
|
|
3243
|
+
bitField0_ = (bitField0_ & ~0x00001000);
|
|
3175
3244
|
scanSectionBuilder_ =
|
|
3176
3245
|
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
|
|
3177
3246
|
getScanSectionFieldBuilder() : null;
|
|
@@ -3184,7 +3253,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3184
3253
|
if (!other.scanError_.isEmpty()) {
|
|
3185
3254
|
if (scanError_.isEmpty()) {
|
|
3186
3255
|
scanError_ = other.scanError_;
|
|
3187
|
-
bitField0_ = (bitField0_ & ~
|
|
3256
|
+
bitField0_ = (bitField0_ & ~0x00002000);
|
|
3188
3257
|
} else {
|
|
3189
3258
|
ensureScanErrorIsMutable();
|
|
3190
3259
|
scanError_.addAll(other.scanError_);
|
|
@@ -3197,7 +3266,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3197
3266
|
scanErrorBuilder_.dispose();
|
|
3198
3267
|
scanErrorBuilder_ = null;
|
|
3199
3268
|
scanError_ = other.scanError_;
|
|
3200
|
-
bitField0_ = (bitField0_ & ~
|
|
3269
|
+
bitField0_ = (bitField0_ & ~0x00002000);
|
|
3201
3270
|
scanErrorBuilder_ =
|
|
3202
3271
|
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
|
|
3203
3272
|
getScanErrorFieldBuilder() : null;
|
|
@@ -3213,7 +3282,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3213
3282
|
if (!other.tag_.isEmpty()) {
|
|
3214
3283
|
if (tag_.isEmpty()) {
|
|
3215
3284
|
tag_ = other.tag_;
|
|
3216
|
-
bitField0_ = (bitField0_ & ~
|
|
3285
|
+
bitField0_ = (bitField0_ & ~0x00008000);
|
|
3217
3286
|
} else {
|
|
3218
3287
|
ensureTagIsMutable();
|
|
3219
3288
|
tag_.addAll(other.tag_);
|
|
@@ -3226,7 +3295,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3226
3295
|
tagBuilder_.dispose();
|
|
3227
3296
|
tagBuilder_ = null;
|
|
3228
3297
|
tag_ = other.tag_;
|
|
3229
|
-
bitField0_ = (bitField0_ & ~
|
|
3298
|
+
bitField0_ = (bitField0_ & ~0x00008000);
|
|
3230
3299
|
tagBuilder_ =
|
|
3231
3300
|
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
|
|
3232
3301
|
getTagFieldBuilder() : null;
|
|
@@ -3239,7 +3308,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3239
3308
|
if (!other.relation_.isEmpty()) {
|
|
3240
3309
|
if (relation_.isEmpty()) {
|
|
3241
3310
|
relation_ = other.relation_;
|
|
3242
|
-
bitField0_ = (bitField0_ & ~
|
|
3311
|
+
bitField0_ = (bitField0_ & ~0x00010000);
|
|
3243
3312
|
} else {
|
|
3244
3313
|
ensureRelationIsMutable();
|
|
3245
3314
|
relation_.addAll(other.relation_);
|
|
@@ -3252,7 +3321,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3252
3321
|
relationBuilder_.dispose();
|
|
3253
3322
|
relationBuilder_ = null;
|
|
3254
3323
|
relation_ = other.relation_;
|
|
3255
|
-
bitField0_ = (bitField0_ & ~
|
|
3324
|
+
bitField0_ = (bitField0_ & ~0x00010000);
|
|
3256
3325
|
relationBuilder_ =
|
|
3257
3326
|
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
|
|
3258
3327
|
getRelationFieldBuilder() : null;
|
|
@@ -3292,7 +3361,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3292
3361
|
if (!other.warrantyInfo_.isEmpty()) {
|
|
3293
3362
|
if (warrantyInfo_.isEmpty()) {
|
|
3294
3363
|
warrantyInfo_ = other.warrantyInfo_;
|
|
3295
|
-
bitField0_ = (bitField0_ & ~
|
|
3364
|
+
bitField0_ = (bitField0_ & ~0x04000000);
|
|
3296
3365
|
} else {
|
|
3297
3366
|
ensureWarrantyInfoIsMutable();
|
|
3298
3367
|
warrantyInfo_.addAll(other.warrantyInfo_);
|
|
@@ -3305,7 +3374,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3305
3374
|
warrantyInfoBuilder_.dispose();
|
|
3306
3375
|
warrantyInfoBuilder_ = null;
|
|
3307
3376
|
warrantyInfo_ = other.warrantyInfo_;
|
|
3308
|
-
bitField0_ = (bitField0_ & ~
|
|
3377
|
+
bitField0_ = (bitField0_ & ~0x04000000);
|
|
3309
3378
|
warrantyInfoBuilder_ =
|
|
3310
3379
|
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
|
|
3311
3380
|
getWarrantyInfoFieldBuilder() : null;
|
|
@@ -3348,7 +3417,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3348
3417
|
if (!other.changeLog_.isEmpty()) {
|
|
3349
3418
|
if (changeLog_.isEmpty()) {
|
|
3350
3419
|
changeLog_ = other.changeLog_;
|
|
3351
|
-
bitField1_ = (bitField1_ & ~
|
|
3420
|
+
bitField1_ = (bitField1_ & ~0x00000020);
|
|
3352
3421
|
} else {
|
|
3353
3422
|
ensureChangeLogIsMutable();
|
|
3354
3423
|
changeLog_.addAll(other.changeLog_);
|
|
@@ -3361,7 +3430,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3361
3430
|
changeLogBuilder_.dispose();
|
|
3362
3431
|
changeLogBuilder_ = null;
|
|
3363
3432
|
changeLog_ = other.changeLog_;
|
|
3364
|
-
bitField1_ = (bitField1_ & ~
|
|
3433
|
+
bitField1_ = (bitField1_ & ~0x00000020);
|
|
3365
3434
|
changeLogBuilder_ =
|
|
3366
3435
|
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
|
|
3367
3436
|
getChangeLogFieldBuilder() : null;
|
|
@@ -3450,35 +3519,35 @@ private static final long serialVersionUID = 0L;
|
|
|
3450
3519
|
input.readMessage(
|
|
3451
3520
|
getCoreFieldBuilder().getBuilder(),
|
|
3452
3521
|
extensionRegistry);
|
|
3453
|
-
bitField0_ |=
|
|
3522
|
+
bitField0_ |= 0x00080000;
|
|
3454
3523
|
break;
|
|
3455
3524
|
} // case 50
|
|
3456
3525
|
case 58: {
|
|
3457
3526
|
input.readMessage(
|
|
3458
3527
|
getHwFieldBuilder().getBuilder(),
|
|
3459
3528
|
extensionRegistry);
|
|
3460
|
-
bitField0_ |=
|
|
3529
|
+
bitField0_ |= 0x00100000;
|
|
3461
3530
|
break;
|
|
3462
3531
|
} // case 58
|
|
3463
3532
|
case 66: {
|
|
3464
3533
|
input.readMessage(
|
|
3465
3534
|
getOsFieldBuilder().getBuilder(),
|
|
3466
3535
|
extensionRegistry);
|
|
3467
|
-
bitField0_ |=
|
|
3536
|
+
bitField0_ |= 0x00200000;
|
|
3468
3537
|
break;
|
|
3469
3538
|
} // case 66
|
|
3470
3539
|
case 82: {
|
|
3471
3540
|
input.readMessage(
|
|
3472
3541
|
getMonitorInventoryFieldBuilder().getBuilder(),
|
|
3473
3542
|
extensionRegistry);
|
|
3474
|
-
bitField0_ |=
|
|
3543
|
+
bitField0_ |= 0x00400000;
|
|
3475
3544
|
break;
|
|
3476
3545
|
} // case 82
|
|
3477
3546
|
case 90: {
|
|
3478
3547
|
input.readMessage(
|
|
3479
3548
|
getNetworkInterfacesFieldBuilder().getBuilder(),
|
|
3480
3549
|
extensionRegistry);
|
|
3481
|
-
bitField0_ |=
|
|
3550
|
+
bitField0_ |= 0x00800000;
|
|
3482
3551
|
break;
|
|
3483
3552
|
} // case 90
|
|
3484
3553
|
case 114: {
|
|
@@ -3498,14 +3567,14 @@ private static final long serialVersionUID = 0L;
|
|
|
3498
3567
|
input.readMessage(
|
|
3499
3568
|
getOtModuleFieldBuilder().getBuilder(),
|
|
3500
3569
|
extensionRegistry);
|
|
3501
|
-
bitField1_ |=
|
|
3570
|
+
bitField1_ |= 0x00000008;
|
|
3502
3571
|
break;
|
|
3503
3572
|
} // case 130
|
|
3504
3573
|
case 138: {
|
|
3505
3574
|
input.readMessage(
|
|
3506
3575
|
getCloudFieldBuilder().getBuilder(),
|
|
3507
3576
|
extensionRegistry);
|
|
3508
|
-
bitField1_ |=
|
|
3577
|
+
bitField1_ |= 0x00000010;
|
|
3509
3578
|
break;
|
|
3510
3579
|
} // case 138
|
|
3511
3580
|
case 162: {
|
|
@@ -3523,14 +3592,14 @@ private static final long serialVersionUID = 0L;
|
|
|
3523
3592
|
} // case 162
|
|
3524
3593
|
case 186: {
|
|
3525
3594
|
uniqueKey_ = input.readStringRequireUtf8();
|
|
3526
|
-
bitField0_ |=
|
|
3595
|
+
bitField0_ |= 0x00000800;
|
|
3527
3596
|
break;
|
|
3528
3597
|
} // case 186
|
|
3529
3598
|
case 258: {
|
|
3530
3599
|
input.readMessage(
|
|
3531
3600
|
getInternetIpFieldBuilder().getBuilder(),
|
|
3532
3601
|
extensionRegistry);
|
|
3533
|
-
bitField0_ |=
|
|
3602
|
+
bitField0_ |= 0x00004000;
|
|
3534
3603
|
break;
|
|
3535
3604
|
} // case 258
|
|
3536
3605
|
case 266: {
|
|
@@ -3548,12 +3617,12 @@ private static final long serialVersionUID = 0L;
|
|
|
3548
3617
|
} // case 266
|
|
3549
3618
|
case 314: {
|
|
3550
3619
|
lastSyncedSourceAgent_ = input.readStringRequireUtf8();
|
|
3551
|
-
bitField0_ |=
|
|
3620
|
+
bitField0_ |= 0x00000040;
|
|
3552
3621
|
break;
|
|
3553
3622
|
} // case 314
|
|
3554
3623
|
case 394: {
|
|
3555
3624
|
lastSyncedSourceName_ = input.readStringRequireUtf8();
|
|
3556
|
-
bitField0_ |=
|
|
3625
|
+
bitField0_ |= 0x00000080;
|
|
3557
3626
|
break;
|
|
3558
3627
|
} // case 394
|
|
3559
3628
|
case 594: {
|
|
@@ -3573,35 +3642,35 @@ private static final long serialVersionUID = 0L;
|
|
|
3573
3642
|
input.readMessage(
|
|
3574
3643
|
getComputerFieldBuilder().getBuilder(),
|
|
3575
3644
|
extensionRegistry);
|
|
3576
|
-
bitField0_ |=
|
|
3645
|
+
bitField0_ |= 0x08000000;
|
|
3577
3646
|
break;
|
|
3578
3647
|
} // case 602
|
|
3579
3648
|
case 610: {
|
|
3580
3649
|
input.readMessage(
|
|
3581
3650
|
getNetworkProtocolsFieldBuilder().getBuilder(),
|
|
3582
3651
|
extensionRegistry);
|
|
3583
|
-
bitField0_ |=
|
|
3652
|
+
bitField0_ |= 0x01000000;
|
|
3584
3653
|
break;
|
|
3585
3654
|
} // case 610
|
|
3586
3655
|
case 618: {
|
|
3587
3656
|
input.readMessage(
|
|
3588
3657
|
getPortScanFieldBuilder().getBuilder(),
|
|
3589
3658
|
extensionRegistry);
|
|
3590
|
-
bitField0_ |=
|
|
3659
|
+
bitField0_ |= 0x02000000;
|
|
3591
3660
|
break;
|
|
3592
3661
|
} // case 618
|
|
3593
3662
|
case 626: {
|
|
3594
3663
|
input.readMessage(
|
|
3595
3664
|
getCorrelationFieldsFieldBuilder().getBuilder(),
|
|
3596
3665
|
extensionRegistry);
|
|
3597
|
-
bitField0_ |=
|
|
3666
|
+
bitField0_ |= 0x00020000;
|
|
3598
3667
|
break;
|
|
3599
3668
|
} // case 626
|
|
3600
3669
|
case 634: {
|
|
3601
3670
|
input.readMessage(
|
|
3602
3671
|
getReconciliationFieldBuilder().getBuilder(),
|
|
3603
3672
|
extensionRegistry);
|
|
3604
|
-
bitField0_ |=
|
|
3673
|
+
bitField0_ |= 0x00040000;
|
|
3605
3674
|
break;
|
|
3606
3675
|
} // case 634
|
|
3607
3676
|
case 642: {
|
|
@@ -3634,14 +3703,14 @@ private static final long serialVersionUID = 0L;
|
|
|
3634
3703
|
input.readMessage(
|
|
3635
3704
|
getPrinterFieldBuilder().getBuilder(),
|
|
3636
3705
|
extensionRegistry);
|
|
3637
|
-
bitField1_ |=
|
|
3706
|
+
bitField1_ |= 0x00000002;
|
|
3638
3707
|
break;
|
|
3639
3708
|
} // case 674
|
|
3640
3709
|
case 682: {
|
|
3641
3710
|
input.readMessage(
|
|
3642
3711
|
getUpsFieldBuilder().getBuilder(),
|
|
3643
3712
|
extensionRegistry);
|
|
3644
|
-
bitField1_ |=
|
|
3713
|
+
bitField1_ |= 0x00000004;
|
|
3645
3714
|
break;
|
|
3646
3715
|
} // case 682
|
|
3647
3716
|
case 690: {
|
|
@@ -3661,28 +3730,28 @@ private static final long serialVersionUID = 0L;
|
|
|
3661
3730
|
input.readMessage(
|
|
3662
3731
|
getServerGroupFieldBuilder().getBuilder(),
|
|
3663
3732
|
extensionRegistry);
|
|
3664
|
-
bitField0_ |=
|
|
3733
|
+
bitField0_ |= 0x10000000;
|
|
3665
3734
|
break;
|
|
3666
3735
|
} // case 698
|
|
3667
3736
|
case 706: {
|
|
3668
3737
|
input.readMessage(
|
|
3669
3738
|
getAdComputerFieldBuilder().getBuilder(),
|
|
3670
3739
|
extensionRegistry);
|
|
3671
|
-
bitField0_ |=
|
|
3740
|
+
bitField0_ |= 0x20000000;
|
|
3672
3741
|
break;
|
|
3673
3742
|
} // case 706
|
|
3674
3743
|
case 714: {
|
|
3675
3744
|
input.readMessage(
|
|
3676
3745
|
getHyperVComputerFieldBuilder().getBuilder(),
|
|
3677
3746
|
extensionRegistry);
|
|
3678
|
-
bitField0_ |=
|
|
3747
|
+
bitField0_ |= 0x40000000;
|
|
3679
3748
|
break;
|
|
3680
3749
|
} // case 714
|
|
3681
3750
|
case 722: {
|
|
3682
3751
|
input.readMessage(
|
|
3683
3752
|
getIntuneDeviceFieldBuilder().getBuilder(),
|
|
3684
3753
|
extensionRegistry);
|
|
3685
|
-
bitField1_ |=
|
|
3754
|
+
bitField1_ |= 0x00000040;
|
|
3686
3755
|
break;
|
|
3687
3756
|
} // case 722
|
|
3688
3757
|
case 738: {
|
|
@@ -3702,42 +3771,42 @@ private static final long serialVersionUID = 0L;
|
|
|
3702
3771
|
input.readMessage(
|
|
3703
3772
|
getVmwareFieldBuilder().getBuilder(),
|
|
3704
3773
|
extensionRegistry);
|
|
3705
|
-
bitField1_ |=
|
|
3774
|
+
bitField1_ |= 0x00000080;
|
|
3706
3775
|
break;
|
|
3707
3776
|
} // case 746
|
|
3708
3777
|
case 754: {
|
|
3709
3778
|
input.readMessage(
|
|
3710
3779
|
getOffice365OrganizationFieldBuilder().getBuilder(),
|
|
3711
3780
|
extensionRegistry);
|
|
3712
|
-
bitField1_ |=
|
|
3781
|
+
bitField1_ |= 0x00000100;
|
|
3713
3782
|
break;
|
|
3714
3783
|
} // case 754
|
|
3715
3784
|
case 762: {
|
|
3716
3785
|
input.readMessage(
|
|
3717
3786
|
getCitrixFieldBuilder().getBuilder(),
|
|
3718
3787
|
extensionRegistry);
|
|
3719
|
-
bitField1_ |=
|
|
3788
|
+
bitField1_ |= 0x00000200;
|
|
3720
3789
|
break;
|
|
3721
3790
|
} // case 762
|
|
3722
3791
|
case 770: {
|
|
3723
3792
|
input.readMessage(
|
|
3724
3793
|
getAdPrinterFieldBuilder().getBuilder(),
|
|
3725
3794
|
extensionRegistry);
|
|
3726
|
-
|
|
3795
|
+
bitField1_ |= 0x00000001;
|
|
3727
3796
|
break;
|
|
3728
3797
|
} // case 770
|
|
3729
3798
|
case 778: {
|
|
3730
3799
|
input.readMessage(
|
|
3731
3800
|
getManualAssetLockedFieldsFieldBuilder().getBuilder(),
|
|
3732
3801
|
extensionRegistry);
|
|
3733
|
-
bitField1_ |=
|
|
3802
|
+
bitField1_ |= 0x00000400;
|
|
3734
3803
|
break;
|
|
3735
3804
|
} // case 778
|
|
3736
3805
|
case 786: {
|
|
3737
3806
|
input.readMessage(
|
|
3738
3807
|
getHyperVHostFieldBuilder().getBuilder(),
|
|
3739
3808
|
extensionRegistry);
|
|
3740
|
-
bitField0_ |=
|
|
3809
|
+
bitField0_ |= 0x80000000;
|
|
3741
3810
|
break;
|
|
3742
3811
|
} // case 786
|
|
3743
3812
|
case 2450: {
|
|
@@ -3753,6 +3822,13 @@ private static final long serialVersionUID = 0L;
|
|
|
3753
3822
|
}
|
|
3754
3823
|
break;
|
|
3755
3824
|
} // case 2450
|
|
3825
|
+
case 2458: {
|
|
3826
|
+
input.readMessage(
|
|
3827
|
+
getLegacyFieldsFieldBuilder().getBuilder(),
|
|
3828
|
+
extensionRegistry);
|
|
3829
|
+
bitField0_ |= 0x00000020;
|
|
3830
|
+
break;
|
|
3831
|
+
} // case 2458
|
|
3756
3832
|
default: {
|
|
3757
3833
|
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
|
|
3758
3834
|
done = true; // was an endgroup tag
|
|
@@ -4376,6 +4452,163 @@ private static final long serialVersionUID = 0L;
|
|
|
4376
4452
|
return lastEnrichedBuilder_;
|
|
4377
4453
|
}
|
|
4378
4454
|
|
|
4455
|
+
private com.lansweeper.dp.outbound.v1.LegacyFields legacyFields_;
|
|
4456
|
+
private com.google.protobuf.SingleFieldBuilderV3<
|
|
4457
|
+
com.lansweeper.dp.outbound.v1.LegacyFields, com.lansweeper.dp.outbound.v1.LegacyFields.Builder, com.lansweeper.dp.outbound.v1.LegacyFieldsOrBuilder> legacyFieldsBuilder_;
|
|
4458
|
+
/**
|
|
4459
|
+
* <pre>
|
|
4460
|
+
* legacy fields for CLASSIC reconciliation
|
|
4461
|
+
* </pre>
|
|
4462
|
+
*
|
|
4463
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.LegacyFields legacy_fields = 307;</code>
|
|
4464
|
+
* @return Whether the legacyFields field is set.
|
|
4465
|
+
*/
|
|
4466
|
+
public boolean hasLegacyFields() {
|
|
4467
|
+
return ((bitField0_ & 0x00000020) != 0);
|
|
4468
|
+
}
|
|
4469
|
+
/**
|
|
4470
|
+
* <pre>
|
|
4471
|
+
* legacy fields for CLASSIC reconciliation
|
|
4472
|
+
* </pre>
|
|
4473
|
+
*
|
|
4474
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.LegacyFields legacy_fields = 307;</code>
|
|
4475
|
+
* @return The legacyFields.
|
|
4476
|
+
*/
|
|
4477
|
+
public com.lansweeper.dp.outbound.v1.LegacyFields getLegacyFields() {
|
|
4478
|
+
if (legacyFieldsBuilder_ == null) {
|
|
4479
|
+
return legacyFields_ == null ? com.lansweeper.dp.outbound.v1.LegacyFields.getDefaultInstance() : legacyFields_;
|
|
4480
|
+
} else {
|
|
4481
|
+
return legacyFieldsBuilder_.getMessage();
|
|
4482
|
+
}
|
|
4483
|
+
}
|
|
4484
|
+
/**
|
|
4485
|
+
* <pre>
|
|
4486
|
+
* legacy fields for CLASSIC reconciliation
|
|
4487
|
+
* </pre>
|
|
4488
|
+
*
|
|
4489
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.LegacyFields legacy_fields = 307;</code>
|
|
4490
|
+
*/
|
|
4491
|
+
public Builder setLegacyFields(com.lansweeper.dp.outbound.v1.LegacyFields value) {
|
|
4492
|
+
if (legacyFieldsBuilder_ == null) {
|
|
4493
|
+
if (value == null) {
|
|
4494
|
+
throw new NullPointerException();
|
|
4495
|
+
}
|
|
4496
|
+
legacyFields_ = value;
|
|
4497
|
+
} else {
|
|
4498
|
+
legacyFieldsBuilder_.setMessage(value);
|
|
4499
|
+
}
|
|
4500
|
+
bitField0_ |= 0x00000020;
|
|
4501
|
+
onChanged();
|
|
4502
|
+
return this;
|
|
4503
|
+
}
|
|
4504
|
+
/**
|
|
4505
|
+
* <pre>
|
|
4506
|
+
* legacy fields for CLASSIC reconciliation
|
|
4507
|
+
* </pre>
|
|
4508
|
+
*
|
|
4509
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.LegacyFields legacy_fields = 307;</code>
|
|
4510
|
+
*/
|
|
4511
|
+
public Builder setLegacyFields(
|
|
4512
|
+
com.lansweeper.dp.outbound.v1.LegacyFields.Builder builderForValue) {
|
|
4513
|
+
if (legacyFieldsBuilder_ == null) {
|
|
4514
|
+
legacyFields_ = builderForValue.build();
|
|
4515
|
+
} else {
|
|
4516
|
+
legacyFieldsBuilder_.setMessage(builderForValue.build());
|
|
4517
|
+
}
|
|
4518
|
+
bitField0_ |= 0x00000020;
|
|
4519
|
+
onChanged();
|
|
4520
|
+
return this;
|
|
4521
|
+
}
|
|
4522
|
+
/**
|
|
4523
|
+
* <pre>
|
|
4524
|
+
* legacy fields for CLASSIC reconciliation
|
|
4525
|
+
* </pre>
|
|
4526
|
+
*
|
|
4527
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.LegacyFields legacy_fields = 307;</code>
|
|
4528
|
+
*/
|
|
4529
|
+
public Builder mergeLegacyFields(com.lansweeper.dp.outbound.v1.LegacyFields value) {
|
|
4530
|
+
if (legacyFieldsBuilder_ == null) {
|
|
4531
|
+
if (((bitField0_ & 0x00000020) != 0) &&
|
|
4532
|
+
legacyFields_ != null &&
|
|
4533
|
+
legacyFields_ != com.lansweeper.dp.outbound.v1.LegacyFields.getDefaultInstance()) {
|
|
4534
|
+
getLegacyFieldsBuilder().mergeFrom(value);
|
|
4535
|
+
} else {
|
|
4536
|
+
legacyFields_ = value;
|
|
4537
|
+
}
|
|
4538
|
+
} else {
|
|
4539
|
+
legacyFieldsBuilder_.mergeFrom(value);
|
|
4540
|
+
}
|
|
4541
|
+
if (legacyFields_ != null) {
|
|
4542
|
+
bitField0_ |= 0x00000020;
|
|
4543
|
+
onChanged();
|
|
4544
|
+
}
|
|
4545
|
+
return this;
|
|
4546
|
+
}
|
|
4547
|
+
/**
|
|
4548
|
+
* <pre>
|
|
4549
|
+
* legacy fields for CLASSIC reconciliation
|
|
4550
|
+
* </pre>
|
|
4551
|
+
*
|
|
4552
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.LegacyFields legacy_fields = 307;</code>
|
|
4553
|
+
*/
|
|
4554
|
+
public Builder clearLegacyFields() {
|
|
4555
|
+
bitField0_ = (bitField0_ & ~0x00000020);
|
|
4556
|
+
legacyFields_ = null;
|
|
4557
|
+
if (legacyFieldsBuilder_ != null) {
|
|
4558
|
+
legacyFieldsBuilder_.dispose();
|
|
4559
|
+
legacyFieldsBuilder_ = null;
|
|
4560
|
+
}
|
|
4561
|
+
onChanged();
|
|
4562
|
+
return this;
|
|
4563
|
+
}
|
|
4564
|
+
/**
|
|
4565
|
+
* <pre>
|
|
4566
|
+
* legacy fields for CLASSIC reconciliation
|
|
4567
|
+
* </pre>
|
|
4568
|
+
*
|
|
4569
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.LegacyFields legacy_fields = 307;</code>
|
|
4570
|
+
*/
|
|
4571
|
+
public com.lansweeper.dp.outbound.v1.LegacyFields.Builder getLegacyFieldsBuilder() {
|
|
4572
|
+
bitField0_ |= 0x00000020;
|
|
4573
|
+
onChanged();
|
|
4574
|
+
return getLegacyFieldsFieldBuilder().getBuilder();
|
|
4575
|
+
}
|
|
4576
|
+
/**
|
|
4577
|
+
* <pre>
|
|
4578
|
+
* legacy fields for CLASSIC reconciliation
|
|
4579
|
+
* </pre>
|
|
4580
|
+
*
|
|
4581
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.LegacyFields legacy_fields = 307;</code>
|
|
4582
|
+
*/
|
|
4583
|
+
public com.lansweeper.dp.outbound.v1.LegacyFieldsOrBuilder getLegacyFieldsOrBuilder() {
|
|
4584
|
+
if (legacyFieldsBuilder_ != null) {
|
|
4585
|
+
return legacyFieldsBuilder_.getMessageOrBuilder();
|
|
4586
|
+
} else {
|
|
4587
|
+
return legacyFields_ == null ?
|
|
4588
|
+
com.lansweeper.dp.outbound.v1.LegacyFields.getDefaultInstance() : legacyFields_;
|
|
4589
|
+
}
|
|
4590
|
+
}
|
|
4591
|
+
/**
|
|
4592
|
+
* <pre>
|
|
4593
|
+
* legacy fields for CLASSIC reconciliation
|
|
4594
|
+
* </pre>
|
|
4595
|
+
*
|
|
4596
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.LegacyFields legacy_fields = 307;</code>
|
|
4597
|
+
*/
|
|
4598
|
+
private com.google.protobuf.SingleFieldBuilderV3<
|
|
4599
|
+
com.lansweeper.dp.outbound.v1.LegacyFields, com.lansweeper.dp.outbound.v1.LegacyFields.Builder, com.lansweeper.dp.outbound.v1.LegacyFieldsOrBuilder>
|
|
4600
|
+
getLegacyFieldsFieldBuilder() {
|
|
4601
|
+
if (legacyFieldsBuilder_ == null) {
|
|
4602
|
+
legacyFieldsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
|
4603
|
+
com.lansweeper.dp.outbound.v1.LegacyFields, com.lansweeper.dp.outbound.v1.LegacyFields.Builder, com.lansweeper.dp.outbound.v1.LegacyFieldsOrBuilder>(
|
|
4604
|
+
getLegacyFields(),
|
|
4605
|
+
getParentForChildren(),
|
|
4606
|
+
isClean());
|
|
4607
|
+
legacyFields_ = null;
|
|
4608
|
+
}
|
|
4609
|
+
return legacyFieldsBuilder_;
|
|
4610
|
+
}
|
|
4611
|
+
|
|
4379
4612
|
private java.lang.Object lastSyncedSourceAgent_ = "";
|
|
4380
4613
|
/**
|
|
4381
4614
|
* <pre>
|
|
@@ -4386,7 +4619,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4386
4619
|
* @return Whether the lastSyncedSourceAgent field is set.
|
|
4387
4620
|
*/
|
|
4388
4621
|
public boolean hasLastSyncedSourceAgent() {
|
|
4389
|
-
return ((bitField0_ &
|
|
4622
|
+
return ((bitField0_ & 0x00000040) != 0);
|
|
4390
4623
|
}
|
|
4391
4624
|
/**
|
|
4392
4625
|
* <pre>
|
|
@@ -4442,7 +4675,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4442
4675
|
java.lang.String value) {
|
|
4443
4676
|
if (value == null) { throw new NullPointerException(); }
|
|
4444
4677
|
lastSyncedSourceAgent_ = value;
|
|
4445
|
-
bitField0_ |=
|
|
4678
|
+
bitField0_ |= 0x00000040;
|
|
4446
4679
|
onChanged();
|
|
4447
4680
|
return this;
|
|
4448
4681
|
}
|
|
@@ -4456,7 +4689,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4456
4689
|
*/
|
|
4457
4690
|
public Builder clearLastSyncedSourceAgent() {
|
|
4458
4691
|
lastSyncedSourceAgent_ = getDefaultInstance().getLastSyncedSourceAgent();
|
|
4459
|
-
bitField0_ = (bitField0_ & ~
|
|
4692
|
+
bitField0_ = (bitField0_ & ~0x00000040);
|
|
4460
4693
|
onChanged();
|
|
4461
4694
|
return this;
|
|
4462
4695
|
}
|
|
@@ -4474,7 +4707,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4474
4707
|
if (value == null) { throw new NullPointerException(); }
|
|
4475
4708
|
checkByteStringIsUtf8(value);
|
|
4476
4709
|
lastSyncedSourceAgent_ = value;
|
|
4477
|
-
bitField0_ |=
|
|
4710
|
+
bitField0_ |= 0x00000040;
|
|
4478
4711
|
onChanged();
|
|
4479
4712
|
return this;
|
|
4480
4713
|
}
|
|
@@ -4489,7 +4722,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4489
4722
|
* @return Whether the lastSyncedSourceName field is set.
|
|
4490
4723
|
*/
|
|
4491
4724
|
public boolean hasLastSyncedSourceName() {
|
|
4492
|
-
return ((bitField0_ &
|
|
4725
|
+
return ((bitField0_ & 0x00000080) != 0);
|
|
4493
4726
|
}
|
|
4494
4727
|
/**
|
|
4495
4728
|
* <pre>
|
|
@@ -4545,7 +4778,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4545
4778
|
java.lang.String value) {
|
|
4546
4779
|
if (value == null) { throw new NullPointerException(); }
|
|
4547
4780
|
lastSyncedSourceName_ = value;
|
|
4548
|
-
bitField0_ |=
|
|
4781
|
+
bitField0_ |= 0x00000080;
|
|
4549
4782
|
onChanged();
|
|
4550
4783
|
return this;
|
|
4551
4784
|
}
|
|
@@ -4559,7 +4792,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4559
4792
|
*/
|
|
4560
4793
|
public Builder clearLastSyncedSourceName() {
|
|
4561
4794
|
lastSyncedSourceName_ = getDefaultInstance().getLastSyncedSourceName();
|
|
4562
|
-
bitField0_ = (bitField0_ & ~
|
|
4795
|
+
bitField0_ = (bitField0_ & ~0x00000080);
|
|
4563
4796
|
onChanged();
|
|
4564
4797
|
return this;
|
|
4565
4798
|
}
|
|
@@ -4577,7 +4810,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4577
4810
|
if (value == null) { throw new NullPointerException(); }
|
|
4578
4811
|
checkByteStringIsUtf8(value);
|
|
4579
4812
|
lastSyncedSourceName_ = value;
|
|
4580
|
-
bitField0_ |=
|
|
4813
|
+
bitField0_ |= 0x00000080;
|
|
4581
4814
|
onChanged();
|
|
4582
4815
|
return this;
|
|
4583
4816
|
}
|
|
@@ -4585,9 +4818,9 @@ private static final long serialVersionUID = 0L;
|
|
|
4585
4818
|
private java.util.List<com.lansweeper.dp.outbound.v1.SourceInfo> sourceInfo_ =
|
|
4586
4819
|
java.util.Collections.emptyList();
|
|
4587
4820
|
private void ensureSourceInfoIsMutable() {
|
|
4588
|
-
if (!((bitField0_ &
|
|
4821
|
+
if (!((bitField0_ & 0x00000100) != 0)) {
|
|
4589
4822
|
sourceInfo_ = new java.util.ArrayList<com.lansweeper.dp.outbound.v1.SourceInfo>(sourceInfo_);
|
|
4590
|
-
bitField0_ |=
|
|
4823
|
+
bitField0_ |= 0x00000100;
|
|
4591
4824
|
}
|
|
4592
4825
|
}
|
|
4593
4826
|
|
|
@@ -4836,7 +5069,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4836
5069
|
public Builder clearSourceInfo() {
|
|
4837
5070
|
if (sourceInfoBuilder_ == null) {
|
|
4838
5071
|
sourceInfo_ = java.util.Collections.emptyList();
|
|
4839
|
-
bitField0_ = (bitField0_ & ~
|
|
5072
|
+
bitField0_ = (bitField0_ & ~0x00000100);
|
|
4840
5073
|
onChanged();
|
|
4841
5074
|
} else {
|
|
4842
5075
|
sourceInfoBuilder_.clear();
|
|
@@ -4976,7 +5209,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4976
5209
|
sourceInfoBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
|
|
4977
5210
|
com.lansweeper.dp.outbound.v1.SourceInfo, com.lansweeper.dp.outbound.v1.SourceInfo.Builder, com.lansweeper.dp.outbound.v1.SourceInfoOrBuilder>(
|
|
4978
5211
|
sourceInfo_,
|
|
4979
|
-
((bitField0_ &
|
|
5212
|
+
((bitField0_ & 0x00000100) != 0),
|
|
4980
5213
|
getParentForChildren(),
|
|
4981
5214
|
isClean());
|
|
4982
5215
|
sourceInfo_ = null;
|
|
@@ -4987,9 +5220,9 @@ private static final long serialVersionUID = 0L;
|
|
|
4987
5220
|
private java.util.List<com.lansweeper.dp.outbound.v1.SourceInfo> unlinkedSourceInfo_ =
|
|
4988
5221
|
java.util.Collections.emptyList();
|
|
4989
5222
|
private void ensureUnlinkedSourceInfoIsMutable() {
|
|
4990
|
-
if (!((bitField0_ &
|
|
5223
|
+
if (!((bitField0_ & 0x00000200) != 0)) {
|
|
4991
5224
|
unlinkedSourceInfo_ = new java.util.ArrayList<com.lansweeper.dp.outbound.v1.SourceInfo>(unlinkedSourceInfo_);
|
|
4992
|
-
bitField0_ |=
|
|
5225
|
+
bitField0_ |= 0x00000200;
|
|
4993
5226
|
}
|
|
4994
5227
|
}
|
|
4995
5228
|
|
|
@@ -5139,7 +5372,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5139
5372
|
public Builder clearUnlinkedSourceInfo() {
|
|
5140
5373
|
if (unlinkedSourceInfoBuilder_ == null) {
|
|
5141
5374
|
unlinkedSourceInfo_ = java.util.Collections.emptyList();
|
|
5142
|
-
bitField0_ = (bitField0_ & ~
|
|
5375
|
+
bitField0_ = (bitField0_ & ~0x00000200);
|
|
5143
5376
|
onChanged();
|
|
5144
5377
|
} else {
|
|
5145
5378
|
unlinkedSourceInfoBuilder_.clear();
|
|
@@ -5216,7 +5449,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5216
5449
|
unlinkedSourceInfoBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
|
|
5217
5450
|
com.lansweeper.dp.outbound.v1.SourceInfo, com.lansweeper.dp.outbound.v1.SourceInfo.Builder, com.lansweeper.dp.outbound.v1.SourceInfoOrBuilder>(
|
|
5218
5451
|
unlinkedSourceInfo_,
|
|
5219
|
-
((bitField0_ &
|
|
5452
|
+
((bitField0_ & 0x00000200) != 0),
|
|
5220
5453
|
getParentForChildren(),
|
|
5221
5454
|
isClean());
|
|
5222
5455
|
unlinkedSourceInfo_ = null;
|
|
@@ -5227,9 +5460,9 @@ private static final long serialVersionUID = 0L;
|
|
|
5227
5460
|
private java.util.List<com.lansweeper.dp.outbound.v1.DataProcessor> dataProcessor_ =
|
|
5228
5461
|
java.util.Collections.emptyList();
|
|
5229
5462
|
private void ensureDataProcessorIsMutable() {
|
|
5230
|
-
if (!((bitField0_ &
|
|
5463
|
+
if (!((bitField0_ & 0x00000400) != 0)) {
|
|
5231
5464
|
dataProcessor_ = new java.util.ArrayList<com.lansweeper.dp.outbound.v1.DataProcessor>(dataProcessor_);
|
|
5232
|
-
bitField0_ |=
|
|
5465
|
+
bitField0_ |= 0x00000400;
|
|
5233
5466
|
}
|
|
5234
5467
|
}
|
|
5235
5468
|
|
|
@@ -5467,7 +5700,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5467
5700
|
public Builder clearDataProcessor() {
|
|
5468
5701
|
if (dataProcessorBuilder_ == null) {
|
|
5469
5702
|
dataProcessor_ = java.util.Collections.emptyList();
|
|
5470
|
-
bitField0_ = (bitField0_ & ~
|
|
5703
|
+
bitField0_ = (bitField0_ & ~0x00000400);
|
|
5471
5704
|
onChanged();
|
|
5472
5705
|
} else {
|
|
5473
5706
|
dataProcessorBuilder_.clear();
|
|
@@ -5600,7 +5833,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5600
5833
|
dataProcessorBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
|
|
5601
5834
|
com.lansweeper.dp.outbound.v1.DataProcessor, com.lansweeper.dp.outbound.v1.DataProcessor.Builder, com.lansweeper.dp.outbound.v1.DataProcessorOrBuilder>(
|
|
5602
5835
|
dataProcessor_,
|
|
5603
|
-
((bitField0_ &
|
|
5836
|
+
((bitField0_ & 0x00000400) != 0),
|
|
5604
5837
|
getParentForChildren(),
|
|
5605
5838
|
isClean());
|
|
5606
5839
|
dataProcessor_ = null;
|
|
@@ -5622,7 +5855,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5622
5855
|
* @return Whether the uniqueKey field is set.
|
|
5623
5856
|
*/
|
|
5624
5857
|
public boolean hasUniqueKey() {
|
|
5625
|
-
return ((bitField0_ &
|
|
5858
|
+
return ((bitField0_ & 0x00000800) != 0);
|
|
5626
5859
|
}
|
|
5627
5860
|
/**
|
|
5628
5861
|
* <pre>
|
|
@@ -5690,7 +5923,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5690
5923
|
java.lang.String value) {
|
|
5691
5924
|
if (value == null) { throw new NullPointerException(); }
|
|
5692
5925
|
uniqueKey_ = value;
|
|
5693
|
-
bitField0_ |=
|
|
5926
|
+
bitField0_ |= 0x00000800;
|
|
5694
5927
|
onChanged();
|
|
5695
5928
|
return this;
|
|
5696
5929
|
}
|
|
@@ -5708,7 +5941,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5708
5941
|
*/
|
|
5709
5942
|
public Builder clearUniqueKey() {
|
|
5710
5943
|
uniqueKey_ = getDefaultInstance().getUniqueKey();
|
|
5711
|
-
bitField0_ = (bitField0_ & ~
|
|
5944
|
+
bitField0_ = (bitField0_ & ~0x00000800);
|
|
5712
5945
|
onChanged();
|
|
5713
5946
|
return this;
|
|
5714
5947
|
}
|
|
@@ -5730,7 +5963,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5730
5963
|
if (value == null) { throw new NullPointerException(); }
|
|
5731
5964
|
checkByteStringIsUtf8(value);
|
|
5732
5965
|
uniqueKey_ = value;
|
|
5733
|
-
bitField0_ |=
|
|
5966
|
+
bitField0_ |= 0x00000800;
|
|
5734
5967
|
onChanged();
|
|
5735
5968
|
return this;
|
|
5736
5969
|
}
|
|
@@ -5738,9 +5971,9 @@ private static final long serialVersionUID = 0L;
|
|
|
5738
5971
|
private java.util.List<com.lansweeper.dp.outbound.v1.ScanSection> scanSection_ =
|
|
5739
5972
|
java.util.Collections.emptyList();
|
|
5740
5973
|
private void ensureScanSectionIsMutable() {
|
|
5741
|
-
if (!((bitField0_ &
|
|
5974
|
+
if (!((bitField0_ & 0x00001000) != 0)) {
|
|
5742
5975
|
scanSection_ = new java.util.ArrayList<com.lansweeper.dp.outbound.v1.ScanSection>(scanSection_);
|
|
5743
|
-
bitField0_ |=
|
|
5976
|
+
bitField0_ |= 0x00001000;
|
|
5744
5977
|
}
|
|
5745
5978
|
}
|
|
5746
5979
|
|
|
@@ -5934,7 +6167,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5934
6167
|
public Builder clearScanSection() {
|
|
5935
6168
|
if (scanSectionBuilder_ == null) {
|
|
5936
6169
|
scanSection_ = java.util.Collections.emptyList();
|
|
5937
|
-
bitField0_ = (bitField0_ & ~
|
|
6170
|
+
bitField0_ = (bitField0_ & ~0x00001000);
|
|
5938
6171
|
onChanged();
|
|
5939
6172
|
} else {
|
|
5940
6173
|
scanSectionBuilder_.clear();
|
|
@@ -6039,7 +6272,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6039
6272
|
scanSectionBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
|
|
6040
6273
|
com.lansweeper.dp.outbound.v1.ScanSection, com.lansweeper.dp.outbound.v1.ScanSection.Builder, com.lansweeper.dp.outbound.v1.ScanSectionOrBuilder>(
|
|
6041
6274
|
scanSection_,
|
|
6042
|
-
((bitField0_ &
|
|
6275
|
+
((bitField0_ & 0x00001000) != 0),
|
|
6043
6276
|
getParentForChildren(),
|
|
6044
6277
|
isClean());
|
|
6045
6278
|
scanSection_ = null;
|
|
@@ -6050,9 +6283,9 @@ private static final long serialVersionUID = 0L;
|
|
|
6050
6283
|
private java.util.List<com.lansweeper.dp.outbound.v1.ScanError> scanError_ =
|
|
6051
6284
|
java.util.Collections.emptyList();
|
|
6052
6285
|
private void ensureScanErrorIsMutable() {
|
|
6053
|
-
if (!((bitField0_ &
|
|
6286
|
+
if (!((bitField0_ & 0x00002000) != 0)) {
|
|
6054
6287
|
scanError_ = new java.util.ArrayList<com.lansweeper.dp.outbound.v1.ScanError>(scanError_);
|
|
6055
|
-
bitField0_ |=
|
|
6288
|
+
bitField0_ |= 0x00002000;
|
|
6056
6289
|
}
|
|
6057
6290
|
}
|
|
6058
6291
|
|
|
@@ -6202,7 +6435,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6202
6435
|
public Builder clearScanError() {
|
|
6203
6436
|
if (scanErrorBuilder_ == null) {
|
|
6204
6437
|
scanError_ = java.util.Collections.emptyList();
|
|
6205
|
-
bitField0_ = (bitField0_ & ~
|
|
6438
|
+
bitField0_ = (bitField0_ & ~0x00002000);
|
|
6206
6439
|
onChanged();
|
|
6207
6440
|
} else {
|
|
6208
6441
|
scanErrorBuilder_.clear();
|
|
@@ -6279,7 +6512,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6279
6512
|
scanErrorBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
|
|
6280
6513
|
com.lansweeper.dp.outbound.v1.ScanError, com.lansweeper.dp.outbound.v1.ScanError.Builder, com.lansweeper.dp.outbound.v1.ScanErrorOrBuilder>(
|
|
6281
6514
|
scanError_,
|
|
6282
|
-
((bitField0_ &
|
|
6515
|
+
((bitField0_ & 0x00002000) != 0),
|
|
6283
6516
|
getParentForChildren(),
|
|
6284
6517
|
isClean());
|
|
6285
6518
|
scanError_ = null;
|
|
@@ -6299,7 +6532,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6299
6532
|
* @return Whether the internetIp field is set.
|
|
6300
6533
|
*/
|
|
6301
6534
|
public boolean hasInternetIp() {
|
|
6302
|
-
return ((bitField0_ &
|
|
6535
|
+
return ((bitField0_ & 0x00004000) != 0);
|
|
6303
6536
|
}
|
|
6304
6537
|
/**
|
|
6305
6538
|
* <pre>
|
|
@@ -6332,7 +6565,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6332
6565
|
} else {
|
|
6333
6566
|
internetIpBuilder_.setMessage(value);
|
|
6334
6567
|
}
|
|
6335
|
-
bitField0_ |=
|
|
6568
|
+
bitField0_ |= 0x00004000;
|
|
6336
6569
|
onChanged();
|
|
6337
6570
|
return this;
|
|
6338
6571
|
}
|
|
@@ -6350,7 +6583,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6350
6583
|
} else {
|
|
6351
6584
|
internetIpBuilder_.setMessage(builderForValue.build());
|
|
6352
6585
|
}
|
|
6353
|
-
bitField0_ |=
|
|
6586
|
+
bitField0_ |= 0x00004000;
|
|
6354
6587
|
onChanged();
|
|
6355
6588
|
return this;
|
|
6356
6589
|
}
|
|
@@ -6363,7 +6596,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6363
6596
|
*/
|
|
6364
6597
|
public Builder mergeInternetIp(com.lansweeper.dp.outbound.v1.IpInfo value) {
|
|
6365
6598
|
if (internetIpBuilder_ == null) {
|
|
6366
|
-
if (((bitField0_ &
|
|
6599
|
+
if (((bitField0_ & 0x00004000) != 0) &&
|
|
6367
6600
|
internetIp_ != null &&
|
|
6368
6601
|
internetIp_ != com.lansweeper.dp.outbound.v1.IpInfo.getDefaultInstance()) {
|
|
6369
6602
|
getInternetIpBuilder().mergeFrom(value);
|
|
@@ -6374,7 +6607,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6374
6607
|
internetIpBuilder_.mergeFrom(value);
|
|
6375
6608
|
}
|
|
6376
6609
|
if (internetIp_ != null) {
|
|
6377
|
-
bitField0_ |=
|
|
6610
|
+
bitField0_ |= 0x00004000;
|
|
6378
6611
|
onChanged();
|
|
6379
6612
|
}
|
|
6380
6613
|
return this;
|
|
@@ -6387,7 +6620,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6387
6620
|
* <code>optional .com.lansweeper.dp.outbound.v1.IpInfo internet_ip = 32;</code>
|
|
6388
6621
|
*/
|
|
6389
6622
|
public Builder clearInternetIp() {
|
|
6390
|
-
bitField0_ = (bitField0_ & ~
|
|
6623
|
+
bitField0_ = (bitField0_ & ~0x00004000);
|
|
6391
6624
|
internetIp_ = null;
|
|
6392
6625
|
if (internetIpBuilder_ != null) {
|
|
6393
6626
|
internetIpBuilder_.dispose();
|
|
@@ -6404,7 +6637,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6404
6637
|
* <code>optional .com.lansweeper.dp.outbound.v1.IpInfo internet_ip = 32;</code>
|
|
6405
6638
|
*/
|
|
6406
6639
|
public com.lansweeper.dp.outbound.v1.IpInfo.Builder getInternetIpBuilder() {
|
|
6407
|
-
bitField0_ |=
|
|
6640
|
+
bitField0_ |= 0x00004000;
|
|
6408
6641
|
onChanged();
|
|
6409
6642
|
return getInternetIpFieldBuilder().getBuilder();
|
|
6410
6643
|
}
|
|
@@ -6447,9 +6680,9 @@ private static final long serialVersionUID = 0L;
|
|
|
6447
6680
|
private java.util.List<com.lansweeper.dp.outbound.v1.Tag> tag_ =
|
|
6448
6681
|
java.util.Collections.emptyList();
|
|
6449
6682
|
private void ensureTagIsMutable() {
|
|
6450
|
-
if (!((bitField0_ &
|
|
6683
|
+
if (!((bitField0_ & 0x00008000) != 0)) {
|
|
6451
6684
|
tag_ = new java.util.ArrayList<com.lansweeper.dp.outbound.v1.Tag>(tag_);
|
|
6452
|
-
bitField0_ |=
|
|
6685
|
+
bitField0_ |= 0x00008000;
|
|
6453
6686
|
}
|
|
6454
6687
|
}
|
|
6455
6688
|
|
|
@@ -6599,7 +6832,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6599
6832
|
public Builder clearTag() {
|
|
6600
6833
|
if (tagBuilder_ == null) {
|
|
6601
6834
|
tag_ = java.util.Collections.emptyList();
|
|
6602
|
-
bitField0_ = (bitField0_ & ~
|
|
6835
|
+
bitField0_ = (bitField0_ & ~0x00008000);
|
|
6603
6836
|
onChanged();
|
|
6604
6837
|
} else {
|
|
6605
6838
|
tagBuilder_.clear();
|
|
@@ -6676,7 +6909,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6676
6909
|
tagBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
|
|
6677
6910
|
com.lansweeper.dp.outbound.v1.Tag, com.lansweeper.dp.outbound.v1.Tag.Builder, com.lansweeper.dp.outbound.v1.TagOrBuilder>(
|
|
6678
6911
|
tag_,
|
|
6679
|
-
((bitField0_ &
|
|
6912
|
+
((bitField0_ & 0x00008000) != 0),
|
|
6680
6913
|
getParentForChildren(),
|
|
6681
6914
|
isClean());
|
|
6682
6915
|
tag_ = null;
|
|
@@ -6687,9 +6920,9 @@ private static final long serialVersionUID = 0L;
|
|
|
6687
6920
|
private java.util.List<com.lansweeper.dp.outbound.v1.Relation> relation_ =
|
|
6688
6921
|
java.util.Collections.emptyList();
|
|
6689
6922
|
private void ensureRelationIsMutable() {
|
|
6690
|
-
if (!((bitField0_ &
|
|
6923
|
+
if (!((bitField0_ & 0x00010000) != 0)) {
|
|
6691
6924
|
relation_ = new java.util.ArrayList<com.lansweeper.dp.outbound.v1.Relation>(relation_);
|
|
6692
|
-
bitField0_ |=
|
|
6925
|
+
bitField0_ |= 0x00010000;
|
|
6693
6926
|
}
|
|
6694
6927
|
}
|
|
6695
6928
|
|
|
@@ -6883,7 +7116,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6883
7116
|
public Builder clearRelation() {
|
|
6884
7117
|
if (relationBuilder_ == null) {
|
|
6885
7118
|
relation_ = java.util.Collections.emptyList();
|
|
6886
|
-
bitField0_ = (bitField0_ & ~
|
|
7119
|
+
bitField0_ = (bitField0_ & ~0x00010000);
|
|
6887
7120
|
onChanged();
|
|
6888
7121
|
} else {
|
|
6889
7122
|
relationBuilder_.clear();
|
|
@@ -6988,7 +7221,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6988
7221
|
relationBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
|
|
6989
7222
|
com.lansweeper.dp.outbound.v1.Relation, com.lansweeper.dp.outbound.v1.Relation.Builder, com.lansweeper.dp.outbound.v1.RelationOrBuilder>(
|
|
6990
7223
|
relation_,
|
|
6991
|
-
((bitField0_ &
|
|
7224
|
+
((bitField0_ & 0x00010000) != 0),
|
|
6992
7225
|
getParentForChildren(),
|
|
6993
7226
|
isClean());
|
|
6994
7227
|
relation_ = null;
|
|
@@ -7008,7 +7241,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7008
7241
|
* @return Whether the correlationFields field is set.
|
|
7009
7242
|
*/
|
|
7010
7243
|
public boolean hasCorrelationFields() {
|
|
7011
|
-
return ((bitField0_ &
|
|
7244
|
+
return ((bitField0_ & 0x00020000) != 0);
|
|
7012
7245
|
}
|
|
7013
7246
|
/**
|
|
7014
7247
|
* <pre>
|
|
@@ -7041,7 +7274,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7041
7274
|
} else {
|
|
7042
7275
|
correlationFieldsBuilder_.setMessage(value);
|
|
7043
7276
|
}
|
|
7044
|
-
bitField0_ |=
|
|
7277
|
+
bitField0_ |= 0x00020000;
|
|
7045
7278
|
onChanged();
|
|
7046
7279
|
return this;
|
|
7047
7280
|
}
|
|
@@ -7059,7 +7292,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7059
7292
|
} else {
|
|
7060
7293
|
correlationFieldsBuilder_.setMessage(builderForValue.build());
|
|
7061
7294
|
}
|
|
7062
|
-
bitField0_ |=
|
|
7295
|
+
bitField0_ |= 0x00020000;
|
|
7063
7296
|
onChanged();
|
|
7064
7297
|
return this;
|
|
7065
7298
|
}
|
|
@@ -7072,7 +7305,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7072
7305
|
*/
|
|
7073
7306
|
public Builder mergeCorrelationFields(com.lansweeper.dp.outbound.v1.CorrelationFields value) {
|
|
7074
7307
|
if (correlationFieldsBuilder_ == null) {
|
|
7075
|
-
if (((bitField0_ &
|
|
7308
|
+
if (((bitField0_ & 0x00020000) != 0) &&
|
|
7076
7309
|
correlationFields_ != null &&
|
|
7077
7310
|
correlationFields_ != com.lansweeper.dp.outbound.v1.CorrelationFields.getDefaultInstance()) {
|
|
7078
7311
|
getCorrelationFieldsBuilder().mergeFrom(value);
|
|
@@ -7083,7 +7316,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7083
7316
|
correlationFieldsBuilder_.mergeFrom(value);
|
|
7084
7317
|
}
|
|
7085
7318
|
if (correlationFields_ != null) {
|
|
7086
|
-
bitField0_ |=
|
|
7319
|
+
bitField0_ |= 0x00020000;
|
|
7087
7320
|
onChanged();
|
|
7088
7321
|
}
|
|
7089
7322
|
return this;
|
|
@@ -7096,7 +7329,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7096
7329
|
* <code>optional .com.lansweeper.dp.outbound.v1.CorrelationFields correlation_fields = 78;</code>
|
|
7097
7330
|
*/
|
|
7098
7331
|
public Builder clearCorrelationFields() {
|
|
7099
|
-
bitField0_ = (bitField0_ & ~
|
|
7332
|
+
bitField0_ = (bitField0_ & ~0x00020000);
|
|
7100
7333
|
correlationFields_ = null;
|
|
7101
7334
|
if (correlationFieldsBuilder_ != null) {
|
|
7102
7335
|
correlationFieldsBuilder_.dispose();
|
|
@@ -7113,7 +7346,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7113
7346
|
* <code>optional .com.lansweeper.dp.outbound.v1.CorrelationFields correlation_fields = 78;</code>
|
|
7114
7347
|
*/
|
|
7115
7348
|
public com.lansweeper.dp.outbound.v1.CorrelationFields.Builder getCorrelationFieldsBuilder() {
|
|
7116
|
-
bitField0_ |=
|
|
7349
|
+
bitField0_ |= 0x00020000;
|
|
7117
7350
|
onChanged();
|
|
7118
7351
|
return getCorrelationFieldsFieldBuilder().getBuilder();
|
|
7119
7352
|
}
|
|
@@ -7161,7 +7394,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7161
7394
|
* @return Whether the reconciliation field is set.
|
|
7162
7395
|
*/
|
|
7163
7396
|
public boolean hasReconciliation() {
|
|
7164
|
-
return ((bitField0_ &
|
|
7397
|
+
return ((bitField0_ & 0x00040000) != 0);
|
|
7165
7398
|
}
|
|
7166
7399
|
/**
|
|
7167
7400
|
* <code>optional .com.lansweeper.dp.outbound.v1.ReconciliationInfo reconciliation = 79;</code>
|
|
@@ -7186,7 +7419,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7186
7419
|
} else {
|
|
7187
7420
|
reconciliationBuilder_.setMessage(value);
|
|
7188
7421
|
}
|
|
7189
|
-
bitField0_ |=
|
|
7422
|
+
bitField0_ |= 0x00040000;
|
|
7190
7423
|
onChanged();
|
|
7191
7424
|
return this;
|
|
7192
7425
|
}
|
|
@@ -7200,7 +7433,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7200
7433
|
} else {
|
|
7201
7434
|
reconciliationBuilder_.setMessage(builderForValue.build());
|
|
7202
7435
|
}
|
|
7203
|
-
bitField0_ |=
|
|
7436
|
+
bitField0_ |= 0x00040000;
|
|
7204
7437
|
onChanged();
|
|
7205
7438
|
return this;
|
|
7206
7439
|
}
|
|
@@ -7209,7 +7442,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7209
7442
|
*/
|
|
7210
7443
|
public Builder mergeReconciliation(com.lansweeper.dp.outbound.v1.ReconciliationInfo value) {
|
|
7211
7444
|
if (reconciliationBuilder_ == null) {
|
|
7212
|
-
if (((bitField0_ &
|
|
7445
|
+
if (((bitField0_ & 0x00040000) != 0) &&
|
|
7213
7446
|
reconciliation_ != null &&
|
|
7214
7447
|
reconciliation_ != com.lansweeper.dp.outbound.v1.ReconciliationInfo.getDefaultInstance()) {
|
|
7215
7448
|
getReconciliationBuilder().mergeFrom(value);
|
|
@@ -7220,7 +7453,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7220
7453
|
reconciliationBuilder_.mergeFrom(value);
|
|
7221
7454
|
}
|
|
7222
7455
|
if (reconciliation_ != null) {
|
|
7223
|
-
bitField0_ |=
|
|
7456
|
+
bitField0_ |= 0x00040000;
|
|
7224
7457
|
onChanged();
|
|
7225
7458
|
}
|
|
7226
7459
|
return this;
|
|
@@ -7229,7 +7462,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7229
7462
|
* <code>optional .com.lansweeper.dp.outbound.v1.ReconciliationInfo reconciliation = 79;</code>
|
|
7230
7463
|
*/
|
|
7231
7464
|
public Builder clearReconciliation() {
|
|
7232
|
-
bitField0_ = (bitField0_ & ~
|
|
7465
|
+
bitField0_ = (bitField0_ & ~0x00040000);
|
|
7233
7466
|
reconciliation_ = null;
|
|
7234
7467
|
if (reconciliationBuilder_ != null) {
|
|
7235
7468
|
reconciliationBuilder_.dispose();
|
|
@@ -7242,7 +7475,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7242
7475
|
* <code>optional .com.lansweeper.dp.outbound.v1.ReconciliationInfo reconciliation = 79;</code>
|
|
7243
7476
|
*/
|
|
7244
7477
|
public com.lansweeper.dp.outbound.v1.ReconciliationInfo.Builder getReconciliationBuilder() {
|
|
7245
|
-
bitField0_ |=
|
|
7478
|
+
bitField0_ |= 0x00040000;
|
|
7246
7479
|
onChanged();
|
|
7247
7480
|
return getReconciliationFieldBuilder().getBuilder();
|
|
7248
7481
|
}
|
|
@@ -7282,7 +7515,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7282
7515
|
* @return Whether the core field is set.
|
|
7283
7516
|
*/
|
|
7284
7517
|
public boolean hasCore() {
|
|
7285
|
-
return ((bitField0_ &
|
|
7518
|
+
return ((bitField0_ & 0x00080000) != 0);
|
|
7286
7519
|
}
|
|
7287
7520
|
/**
|
|
7288
7521
|
* <code>.com.lansweeper.dp.outbound.v1.CoreFields core = 6;</code>
|
|
@@ -7307,7 +7540,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7307
7540
|
} else {
|
|
7308
7541
|
coreBuilder_.setMessage(value);
|
|
7309
7542
|
}
|
|
7310
|
-
bitField0_ |=
|
|
7543
|
+
bitField0_ |= 0x00080000;
|
|
7311
7544
|
onChanged();
|
|
7312
7545
|
return this;
|
|
7313
7546
|
}
|
|
@@ -7321,7 +7554,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7321
7554
|
} else {
|
|
7322
7555
|
coreBuilder_.setMessage(builderForValue.build());
|
|
7323
7556
|
}
|
|
7324
|
-
bitField0_ |=
|
|
7557
|
+
bitField0_ |= 0x00080000;
|
|
7325
7558
|
onChanged();
|
|
7326
7559
|
return this;
|
|
7327
7560
|
}
|
|
@@ -7330,7 +7563,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7330
7563
|
*/
|
|
7331
7564
|
public Builder mergeCore(com.lansweeper.dp.outbound.v1.CoreFields value) {
|
|
7332
7565
|
if (coreBuilder_ == null) {
|
|
7333
|
-
if (((bitField0_ &
|
|
7566
|
+
if (((bitField0_ & 0x00080000) != 0) &&
|
|
7334
7567
|
core_ != null &&
|
|
7335
7568
|
core_ != com.lansweeper.dp.outbound.v1.CoreFields.getDefaultInstance()) {
|
|
7336
7569
|
getCoreBuilder().mergeFrom(value);
|
|
@@ -7341,7 +7574,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7341
7574
|
coreBuilder_.mergeFrom(value);
|
|
7342
7575
|
}
|
|
7343
7576
|
if (core_ != null) {
|
|
7344
|
-
bitField0_ |=
|
|
7577
|
+
bitField0_ |= 0x00080000;
|
|
7345
7578
|
onChanged();
|
|
7346
7579
|
}
|
|
7347
7580
|
return this;
|
|
@@ -7350,7 +7583,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7350
7583
|
* <code>.com.lansweeper.dp.outbound.v1.CoreFields core = 6;</code>
|
|
7351
7584
|
*/
|
|
7352
7585
|
public Builder clearCore() {
|
|
7353
|
-
bitField0_ = (bitField0_ & ~
|
|
7586
|
+
bitField0_ = (bitField0_ & ~0x00080000);
|
|
7354
7587
|
core_ = null;
|
|
7355
7588
|
if (coreBuilder_ != null) {
|
|
7356
7589
|
coreBuilder_.dispose();
|
|
@@ -7363,7 +7596,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7363
7596
|
* <code>.com.lansweeper.dp.outbound.v1.CoreFields core = 6;</code>
|
|
7364
7597
|
*/
|
|
7365
7598
|
public com.lansweeper.dp.outbound.v1.CoreFields.Builder getCoreBuilder() {
|
|
7366
|
-
bitField0_ |=
|
|
7599
|
+
bitField0_ |= 0x00080000;
|
|
7367
7600
|
onChanged();
|
|
7368
7601
|
return getCoreFieldBuilder().getBuilder();
|
|
7369
7602
|
}
|
|
@@ -7403,7 +7636,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7403
7636
|
* @return Whether the hw field is set.
|
|
7404
7637
|
*/
|
|
7405
7638
|
public boolean hasHw() {
|
|
7406
|
-
return ((bitField0_ &
|
|
7639
|
+
return ((bitField0_ & 0x00100000) != 0);
|
|
7407
7640
|
}
|
|
7408
7641
|
/**
|
|
7409
7642
|
* <code>optional .com.lansweeper.dp.outbound.v1.HardwareInfo hw = 7;</code>
|
|
@@ -7428,7 +7661,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7428
7661
|
} else {
|
|
7429
7662
|
hwBuilder_.setMessage(value);
|
|
7430
7663
|
}
|
|
7431
|
-
bitField0_ |=
|
|
7664
|
+
bitField0_ |= 0x00100000;
|
|
7432
7665
|
onChanged();
|
|
7433
7666
|
return this;
|
|
7434
7667
|
}
|
|
@@ -7442,7 +7675,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7442
7675
|
} else {
|
|
7443
7676
|
hwBuilder_.setMessage(builderForValue.build());
|
|
7444
7677
|
}
|
|
7445
|
-
bitField0_ |=
|
|
7678
|
+
bitField0_ |= 0x00100000;
|
|
7446
7679
|
onChanged();
|
|
7447
7680
|
return this;
|
|
7448
7681
|
}
|
|
@@ -7451,7 +7684,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7451
7684
|
*/
|
|
7452
7685
|
public Builder mergeHw(com.lansweeper.dp.outbound.v1.HardwareInfo value) {
|
|
7453
7686
|
if (hwBuilder_ == null) {
|
|
7454
|
-
if (((bitField0_ &
|
|
7687
|
+
if (((bitField0_ & 0x00100000) != 0) &&
|
|
7455
7688
|
hw_ != null &&
|
|
7456
7689
|
hw_ != com.lansweeper.dp.outbound.v1.HardwareInfo.getDefaultInstance()) {
|
|
7457
7690
|
getHwBuilder().mergeFrom(value);
|
|
@@ -7462,7 +7695,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7462
7695
|
hwBuilder_.mergeFrom(value);
|
|
7463
7696
|
}
|
|
7464
7697
|
if (hw_ != null) {
|
|
7465
|
-
bitField0_ |=
|
|
7698
|
+
bitField0_ |= 0x00100000;
|
|
7466
7699
|
onChanged();
|
|
7467
7700
|
}
|
|
7468
7701
|
return this;
|
|
@@ -7471,7 +7704,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7471
7704
|
* <code>optional .com.lansweeper.dp.outbound.v1.HardwareInfo hw = 7;</code>
|
|
7472
7705
|
*/
|
|
7473
7706
|
public Builder clearHw() {
|
|
7474
|
-
bitField0_ = (bitField0_ & ~
|
|
7707
|
+
bitField0_ = (bitField0_ & ~0x00100000);
|
|
7475
7708
|
hw_ = null;
|
|
7476
7709
|
if (hwBuilder_ != null) {
|
|
7477
7710
|
hwBuilder_.dispose();
|
|
@@ -7484,7 +7717,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7484
7717
|
* <code>optional .com.lansweeper.dp.outbound.v1.HardwareInfo hw = 7;</code>
|
|
7485
7718
|
*/
|
|
7486
7719
|
public com.lansweeper.dp.outbound.v1.HardwareInfo.Builder getHwBuilder() {
|
|
7487
|
-
bitField0_ |=
|
|
7720
|
+
bitField0_ |= 0x00100000;
|
|
7488
7721
|
onChanged();
|
|
7489
7722
|
return getHwFieldBuilder().getBuilder();
|
|
7490
7723
|
}
|
|
@@ -7524,7 +7757,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7524
7757
|
* @return Whether the os field is set.
|
|
7525
7758
|
*/
|
|
7526
7759
|
public boolean hasOs() {
|
|
7527
|
-
return ((bitField0_ &
|
|
7760
|
+
return ((bitField0_ & 0x00200000) != 0);
|
|
7528
7761
|
}
|
|
7529
7762
|
/**
|
|
7530
7763
|
* <code>optional .com.lansweeper.dp.outbound.v1.OperatingSystem os = 8;</code>
|
|
@@ -7549,7 +7782,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7549
7782
|
} else {
|
|
7550
7783
|
osBuilder_.setMessage(value);
|
|
7551
7784
|
}
|
|
7552
|
-
bitField0_ |=
|
|
7785
|
+
bitField0_ |= 0x00200000;
|
|
7553
7786
|
onChanged();
|
|
7554
7787
|
return this;
|
|
7555
7788
|
}
|
|
@@ -7563,7 +7796,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7563
7796
|
} else {
|
|
7564
7797
|
osBuilder_.setMessage(builderForValue.build());
|
|
7565
7798
|
}
|
|
7566
|
-
bitField0_ |=
|
|
7799
|
+
bitField0_ |= 0x00200000;
|
|
7567
7800
|
onChanged();
|
|
7568
7801
|
return this;
|
|
7569
7802
|
}
|
|
@@ -7572,7 +7805,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7572
7805
|
*/
|
|
7573
7806
|
public Builder mergeOs(com.lansweeper.dp.outbound.v1.OperatingSystem value) {
|
|
7574
7807
|
if (osBuilder_ == null) {
|
|
7575
|
-
if (((bitField0_ &
|
|
7808
|
+
if (((bitField0_ & 0x00200000) != 0) &&
|
|
7576
7809
|
os_ != null &&
|
|
7577
7810
|
os_ != com.lansweeper.dp.outbound.v1.OperatingSystem.getDefaultInstance()) {
|
|
7578
7811
|
getOsBuilder().mergeFrom(value);
|
|
@@ -7583,7 +7816,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7583
7816
|
osBuilder_.mergeFrom(value);
|
|
7584
7817
|
}
|
|
7585
7818
|
if (os_ != null) {
|
|
7586
|
-
bitField0_ |=
|
|
7819
|
+
bitField0_ |= 0x00200000;
|
|
7587
7820
|
onChanged();
|
|
7588
7821
|
}
|
|
7589
7822
|
return this;
|
|
@@ -7592,7 +7825,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7592
7825
|
* <code>optional .com.lansweeper.dp.outbound.v1.OperatingSystem os = 8;</code>
|
|
7593
7826
|
*/
|
|
7594
7827
|
public Builder clearOs() {
|
|
7595
|
-
bitField0_ = (bitField0_ & ~
|
|
7828
|
+
bitField0_ = (bitField0_ & ~0x00200000);
|
|
7596
7829
|
os_ = null;
|
|
7597
7830
|
if (osBuilder_ != null) {
|
|
7598
7831
|
osBuilder_.dispose();
|
|
@@ -7605,7 +7838,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7605
7838
|
* <code>optional .com.lansweeper.dp.outbound.v1.OperatingSystem os = 8;</code>
|
|
7606
7839
|
*/
|
|
7607
7840
|
public com.lansweeper.dp.outbound.v1.OperatingSystem.Builder getOsBuilder() {
|
|
7608
|
-
bitField0_ |=
|
|
7841
|
+
bitField0_ |= 0x00200000;
|
|
7609
7842
|
onChanged();
|
|
7610
7843
|
return getOsFieldBuilder().getBuilder();
|
|
7611
7844
|
}
|
|
@@ -7645,7 +7878,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7645
7878
|
* @return Whether the monitorInventory field is set.
|
|
7646
7879
|
*/
|
|
7647
7880
|
public boolean hasMonitorInventory() {
|
|
7648
|
-
return ((bitField0_ &
|
|
7881
|
+
return ((bitField0_ & 0x00400000) != 0);
|
|
7649
7882
|
}
|
|
7650
7883
|
/**
|
|
7651
7884
|
* <code>optional .com.lansweeper.dp.outbound.v1.MonitorInventory monitor_inventory = 10;</code>
|
|
@@ -7670,7 +7903,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7670
7903
|
} else {
|
|
7671
7904
|
monitorInventoryBuilder_.setMessage(value);
|
|
7672
7905
|
}
|
|
7673
|
-
bitField0_ |=
|
|
7906
|
+
bitField0_ |= 0x00400000;
|
|
7674
7907
|
onChanged();
|
|
7675
7908
|
return this;
|
|
7676
7909
|
}
|
|
@@ -7684,7 +7917,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7684
7917
|
} else {
|
|
7685
7918
|
monitorInventoryBuilder_.setMessage(builderForValue.build());
|
|
7686
7919
|
}
|
|
7687
|
-
bitField0_ |=
|
|
7920
|
+
bitField0_ |= 0x00400000;
|
|
7688
7921
|
onChanged();
|
|
7689
7922
|
return this;
|
|
7690
7923
|
}
|
|
@@ -7693,7 +7926,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7693
7926
|
*/
|
|
7694
7927
|
public Builder mergeMonitorInventory(com.lansweeper.dp.outbound.v1.MonitorInventory value) {
|
|
7695
7928
|
if (monitorInventoryBuilder_ == null) {
|
|
7696
|
-
if (((bitField0_ &
|
|
7929
|
+
if (((bitField0_ & 0x00400000) != 0) &&
|
|
7697
7930
|
monitorInventory_ != null &&
|
|
7698
7931
|
monitorInventory_ != com.lansweeper.dp.outbound.v1.MonitorInventory.getDefaultInstance()) {
|
|
7699
7932
|
getMonitorInventoryBuilder().mergeFrom(value);
|
|
@@ -7704,7 +7937,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7704
7937
|
monitorInventoryBuilder_.mergeFrom(value);
|
|
7705
7938
|
}
|
|
7706
7939
|
if (monitorInventory_ != null) {
|
|
7707
|
-
bitField0_ |=
|
|
7940
|
+
bitField0_ |= 0x00400000;
|
|
7708
7941
|
onChanged();
|
|
7709
7942
|
}
|
|
7710
7943
|
return this;
|
|
@@ -7713,7 +7946,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7713
7946
|
* <code>optional .com.lansweeper.dp.outbound.v1.MonitorInventory monitor_inventory = 10;</code>
|
|
7714
7947
|
*/
|
|
7715
7948
|
public Builder clearMonitorInventory() {
|
|
7716
|
-
bitField0_ = (bitField0_ & ~
|
|
7949
|
+
bitField0_ = (bitField0_ & ~0x00400000);
|
|
7717
7950
|
monitorInventory_ = null;
|
|
7718
7951
|
if (monitorInventoryBuilder_ != null) {
|
|
7719
7952
|
monitorInventoryBuilder_.dispose();
|
|
@@ -7726,7 +7959,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7726
7959
|
* <code>optional .com.lansweeper.dp.outbound.v1.MonitorInventory monitor_inventory = 10;</code>
|
|
7727
7960
|
*/
|
|
7728
7961
|
public com.lansweeper.dp.outbound.v1.MonitorInventory.Builder getMonitorInventoryBuilder() {
|
|
7729
|
-
bitField0_ |=
|
|
7962
|
+
bitField0_ |= 0x00400000;
|
|
7730
7963
|
onChanged();
|
|
7731
7964
|
return getMonitorInventoryFieldBuilder().getBuilder();
|
|
7732
7965
|
}
|
|
@@ -7766,7 +7999,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7766
7999
|
* @return Whether the networkInterfaces field is set.
|
|
7767
8000
|
*/
|
|
7768
8001
|
public boolean hasNetworkInterfaces() {
|
|
7769
|
-
return ((bitField0_ &
|
|
8002
|
+
return ((bitField0_ & 0x00800000) != 0);
|
|
7770
8003
|
}
|
|
7771
8004
|
/**
|
|
7772
8005
|
* <code>optional .com.lansweeper.dp.outbound.v1.NetworkInterfaces network_interfaces = 11;</code>
|
|
@@ -7791,7 +8024,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7791
8024
|
} else {
|
|
7792
8025
|
networkInterfacesBuilder_.setMessage(value);
|
|
7793
8026
|
}
|
|
7794
|
-
bitField0_ |=
|
|
8027
|
+
bitField0_ |= 0x00800000;
|
|
7795
8028
|
onChanged();
|
|
7796
8029
|
return this;
|
|
7797
8030
|
}
|
|
@@ -7805,7 +8038,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7805
8038
|
} else {
|
|
7806
8039
|
networkInterfacesBuilder_.setMessage(builderForValue.build());
|
|
7807
8040
|
}
|
|
7808
|
-
bitField0_ |=
|
|
8041
|
+
bitField0_ |= 0x00800000;
|
|
7809
8042
|
onChanged();
|
|
7810
8043
|
return this;
|
|
7811
8044
|
}
|
|
@@ -7814,7 +8047,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7814
8047
|
*/
|
|
7815
8048
|
public Builder mergeNetworkInterfaces(com.lansweeper.dp.outbound.v1.NetworkInterfaces value) {
|
|
7816
8049
|
if (networkInterfacesBuilder_ == null) {
|
|
7817
|
-
if (((bitField0_ &
|
|
8050
|
+
if (((bitField0_ & 0x00800000) != 0) &&
|
|
7818
8051
|
networkInterfaces_ != null &&
|
|
7819
8052
|
networkInterfaces_ != com.lansweeper.dp.outbound.v1.NetworkInterfaces.getDefaultInstance()) {
|
|
7820
8053
|
getNetworkInterfacesBuilder().mergeFrom(value);
|
|
@@ -7825,7 +8058,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7825
8058
|
networkInterfacesBuilder_.mergeFrom(value);
|
|
7826
8059
|
}
|
|
7827
8060
|
if (networkInterfaces_ != null) {
|
|
7828
|
-
bitField0_ |=
|
|
8061
|
+
bitField0_ |= 0x00800000;
|
|
7829
8062
|
onChanged();
|
|
7830
8063
|
}
|
|
7831
8064
|
return this;
|
|
@@ -7834,7 +8067,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7834
8067
|
* <code>optional .com.lansweeper.dp.outbound.v1.NetworkInterfaces network_interfaces = 11;</code>
|
|
7835
8068
|
*/
|
|
7836
8069
|
public Builder clearNetworkInterfaces() {
|
|
7837
|
-
bitField0_ = (bitField0_ & ~
|
|
8070
|
+
bitField0_ = (bitField0_ & ~0x00800000);
|
|
7838
8071
|
networkInterfaces_ = null;
|
|
7839
8072
|
if (networkInterfacesBuilder_ != null) {
|
|
7840
8073
|
networkInterfacesBuilder_.dispose();
|
|
@@ -7847,7 +8080,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7847
8080
|
* <code>optional .com.lansweeper.dp.outbound.v1.NetworkInterfaces network_interfaces = 11;</code>
|
|
7848
8081
|
*/
|
|
7849
8082
|
public com.lansweeper.dp.outbound.v1.NetworkInterfaces.Builder getNetworkInterfacesBuilder() {
|
|
7850
|
-
bitField0_ |=
|
|
8083
|
+
bitField0_ |= 0x00800000;
|
|
7851
8084
|
onChanged();
|
|
7852
8085
|
return getNetworkInterfacesFieldBuilder().getBuilder();
|
|
7853
8086
|
}
|
|
@@ -7887,7 +8120,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7887
8120
|
* @return Whether the networkProtocols field is set.
|
|
7888
8121
|
*/
|
|
7889
8122
|
public boolean hasNetworkProtocols() {
|
|
7890
|
-
return ((bitField0_ &
|
|
8123
|
+
return ((bitField0_ & 0x01000000) != 0);
|
|
7891
8124
|
}
|
|
7892
8125
|
/**
|
|
7893
8126
|
* <code>optional .com.lansweeper.dp.outbound.v1.NetworkProtocols network_protocols = 76;</code>
|
|
@@ -7912,7 +8145,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7912
8145
|
} else {
|
|
7913
8146
|
networkProtocolsBuilder_.setMessage(value);
|
|
7914
8147
|
}
|
|
7915
|
-
bitField0_ |=
|
|
8148
|
+
bitField0_ |= 0x01000000;
|
|
7916
8149
|
onChanged();
|
|
7917
8150
|
return this;
|
|
7918
8151
|
}
|
|
@@ -7926,7 +8159,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7926
8159
|
} else {
|
|
7927
8160
|
networkProtocolsBuilder_.setMessage(builderForValue.build());
|
|
7928
8161
|
}
|
|
7929
|
-
bitField0_ |=
|
|
8162
|
+
bitField0_ |= 0x01000000;
|
|
7930
8163
|
onChanged();
|
|
7931
8164
|
return this;
|
|
7932
8165
|
}
|
|
@@ -7935,7 +8168,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7935
8168
|
*/
|
|
7936
8169
|
public Builder mergeNetworkProtocols(com.lansweeper.dp.outbound.v1.NetworkProtocols value) {
|
|
7937
8170
|
if (networkProtocolsBuilder_ == null) {
|
|
7938
|
-
if (((bitField0_ &
|
|
8171
|
+
if (((bitField0_ & 0x01000000) != 0) &&
|
|
7939
8172
|
networkProtocols_ != null &&
|
|
7940
8173
|
networkProtocols_ != com.lansweeper.dp.outbound.v1.NetworkProtocols.getDefaultInstance()) {
|
|
7941
8174
|
getNetworkProtocolsBuilder().mergeFrom(value);
|
|
@@ -7946,7 +8179,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7946
8179
|
networkProtocolsBuilder_.mergeFrom(value);
|
|
7947
8180
|
}
|
|
7948
8181
|
if (networkProtocols_ != null) {
|
|
7949
|
-
bitField0_ |=
|
|
8182
|
+
bitField0_ |= 0x01000000;
|
|
7950
8183
|
onChanged();
|
|
7951
8184
|
}
|
|
7952
8185
|
return this;
|
|
@@ -7955,7 +8188,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7955
8188
|
* <code>optional .com.lansweeper.dp.outbound.v1.NetworkProtocols network_protocols = 76;</code>
|
|
7956
8189
|
*/
|
|
7957
8190
|
public Builder clearNetworkProtocols() {
|
|
7958
|
-
bitField0_ = (bitField0_ & ~
|
|
8191
|
+
bitField0_ = (bitField0_ & ~0x01000000);
|
|
7959
8192
|
networkProtocols_ = null;
|
|
7960
8193
|
if (networkProtocolsBuilder_ != null) {
|
|
7961
8194
|
networkProtocolsBuilder_.dispose();
|
|
@@ -7968,7 +8201,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7968
8201
|
* <code>optional .com.lansweeper.dp.outbound.v1.NetworkProtocols network_protocols = 76;</code>
|
|
7969
8202
|
*/
|
|
7970
8203
|
public com.lansweeper.dp.outbound.v1.NetworkProtocols.Builder getNetworkProtocolsBuilder() {
|
|
7971
|
-
bitField0_ |=
|
|
8204
|
+
bitField0_ |= 0x01000000;
|
|
7972
8205
|
onChanged();
|
|
7973
8206
|
return getNetworkProtocolsFieldBuilder().getBuilder();
|
|
7974
8207
|
}
|
|
@@ -8008,7 +8241,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8008
8241
|
* @return Whether the portScan field is set.
|
|
8009
8242
|
*/
|
|
8010
8243
|
public boolean hasPortScan() {
|
|
8011
|
-
return ((bitField0_ &
|
|
8244
|
+
return ((bitField0_ & 0x02000000) != 0);
|
|
8012
8245
|
}
|
|
8013
8246
|
/**
|
|
8014
8247
|
* <code>optional .com.lansweeper.dp.outbound.v1.PortScan port_scan = 77;</code>
|
|
@@ -8033,7 +8266,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8033
8266
|
} else {
|
|
8034
8267
|
portScanBuilder_.setMessage(value);
|
|
8035
8268
|
}
|
|
8036
|
-
bitField0_ |=
|
|
8269
|
+
bitField0_ |= 0x02000000;
|
|
8037
8270
|
onChanged();
|
|
8038
8271
|
return this;
|
|
8039
8272
|
}
|
|
@@ -8047,7 +8280,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8047
8280
|
} else {
|
|
8048
8281
|
portScanBuilder_.setMessage(builderForValue.build());
|
|
8049
8282
|
}
|
|
8050
|
-
bitField0_ |=
|
|
8283
|
+
bitField0_ |= 0x02000000;
|
|
8051
8284
|
onChanged();
|
|
8052
8285
|
return this;
|
|
8053
8286
|
}
|
|
@@ -8056,7 +8289,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8056
8289
|
*/
|
|
8057
8290
|
public Builder mergePortScan(com.lansweeper.dp.outbound.v1.PortScan value) {
|
|
8058
8291
|
if (portScanBuilder_ == null) {
|
|
8059
|
-
if (((bitField0_ &
|
|
8292
|
+
if (((bitField0_ & 0x02000000) != 0) &&
|
|
8060
8293
|
portScan_ != null &&
|
|
8061
8294
|
portScan_ != com.lansweeper.dp.outbound.v1.PortScan.getDefaultInstance()) {
|
|
8062
8295
|
getPortScanBuilder().mergeFrom(value);
|
|
@@ -8067,7 +8300,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8067
8300
|
portScanBuilder_.mergeFrom(value);
|
|
8068
8301
|
}
|
|
8069
8302
|
if (portScan_ != null) {
|
|
8070
|
-
bitField0_ |=
|
|
8303
|
+
bitField0_ |= 0x02000000;
|
|
8071
8304
|
onChanged();
|
|
8072
8305
|
}
|
|
8073
8306
|
return this;
|
|
@@ -8076,7 +8309,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8076
8309
|
* <code>optional .com.lansweeper.dp.outbound.v1.PortScan port_scan = 77;</code>
|
|
8077
8310
|
*/
|
|
8078
8311
|
public Builder clearPortScan() {
|
|
8079
|
-
bitField0_ = (bitField0_ & ~
|
|
8312
|
+
bitField0_ = (bitField0_ & ~0x02000000);
|
|
8080
8313
|
portScan_ = null;
|
|
8081
8314
|
if (portScanBuilder_ != null) {
|
|
8082
8315
|
portScanBuilder_.dispose();
|
|
@@ -8089,7 +8322,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8089
8322
|
* <code>optional .com.lansweeper.dp.outbound.v1.PortScan port_scan = 77;</code>
|
|
8090
8323
|
*/
|
|
8091
8324
|
public com.lansweeper.dp.outbound.v1.PortScan.Builder getPortScanBuilder() {
|
|
8092
|
-
bitField0_ |=
|
|
8325
|
+
bitField0_ |= 0x02000000;
|
|
8093
8326
|
onChanged();
|
|
8094
8327
|
return getPortScanFieldBuilder().getBuilder();
|
|
8095
8328
|
}
|
|
@@ -8124,9 +8357,9 @@ private static final long serialVersionUID = 0L;
|
|
|
8124
8357
|
private java.util.List<com.lansweeper.dp.outbound.v1.WarrantyInfo> warrantyInfo_ =
|
|
8125
8358
|
java.util.Collections.emptyList();
|
|
8126
8359
|
private void ensureWarrantyInfoIsMutable() {
|
|
8127
|
-
if (!((bitField0_ &
|
|
8360
|
+
if (!((bitField0_ & 0x04000000) != 0)) {
|
|
8128
8361
|
warrantyInfo_ = new java.util.ArrayList<com.lansweeper.dp.outbound.v1.WarrantyInfo>(warrantyInfo_);
|
|
8129
|
-
bitField0_ |=
|
|
8362
|
+
bitField0_ |= 0x04000000;
|
|
8130
8363
|
}
|
|
8131
8364
|
}
|
|
8132
8365
|
|
|
@@ -8276,7 +8509,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8276
8509
|
public Builder clearWarrantyInfo() {
|
|
8277
8510
|
if (warrantyInfoBuilder_ == null) {
|
|
8278
8511
|
warrantyInfo_ = java.util.Collections.emptyList();
|
|
8279
|
-
bitField0_ = (bitField0_ & ~
|
|
8512
|
+
bitField0_ = (bitField0_ & ~0x04000000);
|
|
8280
8513
|
onChanged();
|
|
8281
8514
|
} else {
|
|
8282
8515
|
warrantyInfoBuilder_.clear();
|
|
@@ -8353,7 +8586,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8353
8586
|
warrantyInfoBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
|
|
8354
8587
|
com.lansweeper.dp.outbound.v1.WarrantyInfo, com.lansweeper.dp.outbound.v1.WarrantyInfo.Builder, com.lansweeper.dp.outbound.v1.WarrantyInfoOrBuilder>(
|
|
8355
8588
|
warrantyInfo_,
|
|
8356
|
-
((bitField0_ &
|
|
8589
|
+
((bitField0_ & 0x04000000) != 0),
|
|
8357
8590
|
getParentForChildren(),
|
|
8358
8591
|
isClean());
|
|
8359
8592
|
warrantyInfo_ = null;
|
|
@@ -8369,7 +8602,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8369
8602
|
* @return Whether the computer field is set.
|
|
8370
8603
|
*/
|
|
8371
8604
|
public boolean hasComputer() {
|
|
8372
|
-
return ((bitField0_ &
|
|
8605
|
+
return ((bitField0_ & 0x08000000) != 0);
|
|
8373
8606
|
}
|
|
8374
8607
|
/**
|
|
8375
8608
|
* <code>optional .com.lansweeper.dp.outbound.v1.Computer computer = 75;</code>
|
|
@@ -8394,7 +8627,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8394
8627
|
} else {
|
|
8395
8628
|
computerBuilder_.setMessage(value);
|
|
8396
8629
|
}
|
|
8397
|
-
bitField0_ |=
|
|
8630
|
+
bitField0_ |= 0x08000000;
|
|
8398
8631
|
onChanged();
|
|
8399
8632
|
return this;
|
|
8400
8633
|
}
|
|
@@ -8408,7 +8641,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8408
8641
|
} else {
|
|
8409
8642
|
computerBuilder_.setMessage(builderForValue.build());
|
|
8410
8643
|
}
|
|
8411
|
-
bitField0_ |=
|
|
8644
|
+
bitField0_ |= 0x08000000;
|
|
8412
8645
|
onChanged();
|
|
8413
8646
|
return this;
|
|
8414
8647
|
}
|
|
@@ -8417,7 +8650,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8417
8650
|
*/
|
|
8418
8651
|
public Builder mergeComputer(com.lansweeper.dp.outbound.v1.Computer value) {
|
|
8419
8652
|
if (computerBuilder_ == null) {
|
|
8420
|
-
if (((bitField0_ &
|
|
8653
|
+
if (((bitField0_ & 0x08000000) != 0) &&
|
|
8421
8654
|
computer_ != null &&
|
|
8422
8655
|
computer_ != com.lansweeper.dp.outbound.v1.Computer.getDefaultInstance()) {
|
|
8423
8656
|
getComputerBuilder().mergeFrom(value);
|
|
@@ -8428,7 +8661,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8428
8661
|
computerBuilder_.mergeFrom(value);
|
|
8429
8662
|
}
|
|
8430
8663
|
if (computer_ != null) {
|
|
8431
|
-
bitField0_ |=
|
|
8664
|
+
bitField0_ |= 0x08000000;
|
|
8432
8665
|
onChanged();
|
|
8433
8666
|
}
|
|
8434
8667
|
return this;
|
|
@@ -8437,7 +8670,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8437
8670
|
* <code>optional .com.lansweeper.dp.outbound.v1.Computer computer = 75;</code>
|
|
8438
8671
|
*/
|
|
8439
8672
|
public Builder clearComputer() {
|
|
8440
|
-
bitField0_ = (bitField0_ & ~
|
|
8673
|
+
bitField0_ = (bitField0_ & ~0x08000000);
|
|
8441
8674
|
computer_ = null;
|
|
8442
8675
|
if (computerBuilder_ != null) {
|
|
8443
8676
|
computerBuilder_.dispose();
|
|
@@ -8450,7 +8683,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8450
8683
|
* <code>optional .com.lansweeper.dp.outbound.v1.Computer computer = 75;</code>
|
|
8451
8684
|
*/
|
|
8452
8685
|
public com.lansweeper.dp.outbound.v1.Computer.Builder getComputerBuilder() {
|
|
8453
|
-
bitField0_ |=
|
|
8686
|
+
bitField0_ |= 0x08000000;
|
|
8454
8687
|
onChanged();
|
|
8455
8688
|
return getComputerFieldBuilder().getBuilder();
|
|
8456
8689
|
}
|
|
@@ -8490,7 +8723,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8490
8723
|
* @return Whether the serverGroup field is set.
|
|
8491
8724
|
*/
|
|
8492
8725
|
public boolean hasServerGroup() {
|
|
8493
|
-
return ((bitField0_ &
|
|
8726
|
+
return ((bitField0_ & 0x10000000) != 0);
|
|
8494
8727
|
}
|
|
8495
8728
|
/**
|
|
8496
8729
|
* <code>optional .com.lansweeper.dp.outbound.v1.ServerGroup server_group = 87;</code>
|
|
@@ -8515,7 +8748,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8515
8748
|
} else {
|
|
8516
8749
|
serverGroupBuilder_.setMessage(value);
|
|
8517
8750
|
}
|
|
8518
|
-
bitField0_ |=
|
|
8751
|
+
bitField0_ |= 0x10000000;
|
|
8519
8752
|
onChanged();
|
|
8520
8753
|
return this;
|
|
8521
8754
|
}
|
|
@@ -8529,7 +8762,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8529
8762
|
} else {
|
|
8530
8763
|
serverGroupBuilder_.setMessage(builderForValue.build());
|
|
8531
8764
|
}
|
|
8532
|
-
bitField0_ |=
|
|
8765
|
+
bitField0_ |= 0x10000000;
|
|
8533
8766
|
onChanged();
|
|
8534
8767
|
return this;
|
|
8535
8768
|
}
|
|
@@ -8538,7 +8771,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8538
8771
|
*/
|
|
8539
8772
|
public Builder mergeServerGroup(com.lansweeper.dp.outbound.v1.ServerGroup value) {
|
|
8540
8773
|
if (serverGroupBuilder_ == null) {
|
|
8541
|
-
if (((bitField0_ &
|
|
8774
|
+
if (((bitField0_ & 0x10000000) != 0) &&
|
|
8542
8775
|
serverGroup_ != null &&
|
|
8543
8776
|
serverGroup_ != com.lansweeper.dp.outbound.v1.ServerGroup.getDefaultInstance()) {
|
|
8544
8777
|
getServerGroupBuilder().mergeFrom(value);
|
|
@@ -8549,7 +8782,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8549
8782
|
serverGroupBuilder_.mergeFrom(value);
|
|
8550
8783
|
}
|
|
8551
8784
|
if (serverGroup_ != null) {
|
|
8552
|
-
bitField0_ |=
|
|
8785
|
+
bitField0_ |= 0x10000000;
|
|
8553
8786
|
onChanged();
|
|
8554
8787
|
}
|
|
8555
8788
|
return this;
|
|
@@ -8558,7 +8791,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8558
8791
|
* <code>optional .com.lansweeper.dp.outbound.v1.ServerGroup server_group = 87;</code>
|
|
8559
8792
|
*/
|
|
8560
8793
|
public Builder clearServerGroup() {
|
|
8561
|
-
bitField0_ = (bitField0_ & ~
|
|
8794
|
+
bitField0_ = (bitField0_ & ~0x10000000);
|
|
8562
8795
|
serverGroup_ = null;
|
|
8563
8796
|
if (serverGroupBuilder_ != null) {
|
|
8564
8797
|
serverGroupBuilder_.dispose();
|
|
@@ -8571,7 +8804,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8571
8804
|
* <code>optional .com.lansweeper.dp.outbound.v1.ServerGroup server_group = 87;</code>
|
|
8572
8805
|
*/
|
|
8573
8806
|
public com.lansweeper.dp.outbound.v1.ServerGroup.Builder getServerGroupBuilder() {
|
|
8574
|
-
bitField0_ |=
|
|
8807
|
+
bitField0_ |= 0x10000000;
|
|
8575
8808
|
onChanged();
|
|
8576
8809
|
return getServerGroupFieldBuilder().getBuilder();
|
|
8577
8810
|
}
|
|
@@ -8611,7 +8844,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8611
8844
|
* @return Whether the adComputer field is set.
|
|
8612
8845
|
*/
|
|
8613
8846
|
public boolean hasAdComputer() {
|
|
8614
|
-
return ((bitField0_ &
|
|
8847
|
+
return ((bitField0_ & 0x20000000) != 0);
|
|
8615
8848
|
}
|
|
8616
8849
|
/**
|
|
8617
8850
|
* <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryComputer ad_computer = 88;</code>
|
|
@@ -8636,7 +8869,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8636
8869
|
} else {
|
|
8637
8870
|
adComputerBuilder_.setMessage(value);
|
|
8638
8871
|
}
|
|
8639
|
-
bitField0_ |=
|
|
8872
|
+
bitField0_ |= 0x20000000;
|
|
8640
8873
|
onChanged();
|
|
8641
8874
|
return this;
|
|
8642
8875
|
}
|
|
@@ -8650,7 +8883,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8650
8883
|
} else {
|
|
8651
8884
|
adComputerBuilder_.setMessage(builderForValue.build());
|
|
8652
8885
|
}
|
|
8653
|
-
bitField0_ |=
|
|
8886
|
+
bitField0_ |= 0x20000000;
|
|
8654
8887
|
onChanged();
|
|
8655
8888
|
return this;
|
|
8656
8889
|
}
|
|
@@ -8659,7 +8892,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8659
8892
|
*/
|
|
8660
8893
|
public Builder mergeAdComputer(com.lansweeper.dp.outbound.v1.ActiveDirectoryComputer value) {
|
|
8661
8894
|
if (adComputerBuilder_ == null) {
|
|
8662
|
-
if (((bitField0_ &
|
|
8895
|
+
if (((bitField0_ & 0x20000000) != 0) &&
|
|
8663
8896
|
adComputer_ != null &&
|
|
8664
8897
|
adComputer_ != com.lansweeper.dp.outbound.v1.ActiveDirectoryComputer.getDefaultInstance()) {
|
|
8665
8898
|
getAdComputerBuilder().mergeFrom(value);
|
|
@@ -8670,7 +8903,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8670
8903
|
adComputerBuilder_.mergeFrom(value);
|
|
8671
8904
|
}
|
|
8672
8905
|
if (adComputer_ != null) {
|
|
8673
|
-
bitField0_ |=
|
|
8906
|
+
bitField0_ |= 0x20000000;
|
|
8674
8907
|
onChanged();
|
|
8675
8908
|
}
|
|
8676
8909
|
return this;
|
|
@@ -8679,7 +8912,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8679
8912
|
* <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryComputer ad_computer = 88;</code>
|
|
8680
8913
|
*/
|
|
8681
8914
|
public Builder clearAdComputer() {
|
|
8682
|
-
bitField0_ = (bitField0_ & ~
|
|
8915
|
+
bitField0_ = (bitField0_ & ~0x20000000);
|
|
8683
8916
|
adComputer_ = null;
|
|
8684
8917
|
if (adComputerBuilder_ != null) {
|
|
8685
8918
|
adComputerBuilder_.dispose();
|
|
@@ -8692,7 +8925,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8692
8925
|
* <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryComputer ad_computer = 88;</code>
|
|
8693
8926
|
*/
|
|
8694
8927
|
public com.lansweeper.dp.outbound.v1.ActiveDirectoryComputer.Builder getAdComputerBuilder() {
|
|
8695
|
-
bitField0_ |=
|
|
8928
|
+
bitField0_ |= 0x20000000;
|
|
8696
8929
|
onChanged();
|
|
8697
8930
|
return getAdComputerFieldBuilder().getBuilder();
|
|
8698
8931
|
}
|
|
@@ -8732,7 +8965,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8732
8965
|
* @return Whether the hyperVComputer field is set.
|
|
8733
8966
|
*/
|
|
8734
8967
|
public boolean hasHyperVComputer() {
|
|
8735
|
-
return ((bitField0_ &
|
|
8968
|
+
return ((bitField0_ & 0x40000000) != 0);
|
|
8736
8969
|
}
|
|
8737
8970
|
/**
|
|
8738
8971
|
* <code>optional .com.lansweeper.dp.outbound.v1.HyperV hyper_v_computer = 89;</code>
|
|
@@ -8757,7 +8990,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8757
8990
|
} else {
|
|
8758
8991
|
hyperVComputerBuilder_.setMessage(value);
|
|
8759
8992
|
}
|
|
8760
|
-
bitField0_ |=
|
|
8993
|
+
bitField0_ |= 0x40000000;
|
|
8761
8994
|
onChanged();
|
|
8762
8995
|
return this;
|
|
8763
8996
|
}
|
|
@@ -8771,7 +9004,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8771
9004
|
} else {
|
|
8772
9005
|
hyperVComputerBuilder_.setMessage(builderForValue.build());
|
|
8773
9006
|
}
|
|
8774
|
-
bitField0_ |=
|
|
9007
|
+
bitField0_ |= 0x40000000;
|
|
8775
9008
|
onChanged();
|
|
8776
9009
|
return this;
|
|
8777
9010
|
}
|
|
@@ -8780,7 +9013,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8780
9013
|
*/
|
|
8781
9014
|
public Builder mergeHyperVComputer(com.lansweeper.dp.outbound.v1.HyperV value) {
|
|
8782
9015
|
if (hyperVComputerBuilder_ == null) {
|
|
8783
|
-
if (((bitField0_ &
|
|
9016
|
+
if (((bitField0_ & 0x40000000) != 0) &&
|
|
8784
9017
|
hyperVComputer_ != null &&
|
|
8785
9018
|
hyperVComputer_ != com.lansweeper.dp.outbound.v1.HyperV.getDefaultInstance()) {
|
|
8786
9019
|
getHyperVComputerBuilder().mergeFrom(value);
|
|
@@ -8791,7 +9024,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8791
9024
|
hyperVComputerBuilder_.mergeFrom(value);
|
|
8792
9025
|
}
|
|
8793
9026
|
if (hyperVComputer_ != null) {
|
|
8794
|
-
bitField0_ |=
|
|
9027
|
+
bitField0_ |= 0x40000000;
|
|
8795
9028
|
onChanged();
|
|
8796
9029
|
}
|
|
8797
9030
|
return this;
|
|
@@ -8800,7 +9033,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8800
9033
|
* <code>optional .com.lansweeper.dp.outbound.v1.HyperV hyper_v_computer = 89;</code>
|
|
8801
9034
|
*/
|
|
8802
9035
|
public Builder clearHyperVComputer() {
|
|
8803
|
-
bitField0_ = (bitField0_ & ~
|
|
9036
|
+
bitField0_ = (bitField0_ & ~0x40000000);
|
|
8804
9037
|
hyperVComputer_ = null;
|
|
8805
9038
|
if (hyperVComputerBuilder_ != null) {
|
|
8806
9039
|
hyperVComputerBuilder_.dispose();
|
|
@@ -8813,7 +9046,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8813
9046
|
* <code>optional .com.lansweeper.dp.outbound.v1.HyperV hyper_v_computer = 89;</code>
|
|
8814
9047
|
*/
|
|
8815
9048
|
public com.lansweeper.dp.outbound.v1.HyperV.Builder getHyperVComputerBuilder() {
|
|
8816
|
-
bitField0_ |=
|
|
9049
|
+
bitField0_ |= 0x40000000;
|
|
8817
9050
|
onChanged();
|
|
8818
9051
|
return getHyperVComputerFieldBuilder().getBuilder();
|
|
8819
9052
|
}
|
|
@@ -8857,7 +9090,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8857
9090
|
* @return Whether the hyperVHost field is set.
|
|
8858
9091
|
*/
|
|
8859
9092
|
public boolean hasHyperVHost() {
|
|
8860
|
-
return ((bitField0_ &
|
|
9093
|
+
return ((bitField0_ & 0x80000000) != 0);
|
|
8861
9094
|
}
|
|
8862
9095
|
/**
|
|
8863
9096
|
* <pre>
|
|
@@ -8890,7 +9123,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8890
9123
|
} else {
|
|
8891
9124
|
hyperVHostBuilder_.setMessage(value);
|
|
8892
9125
|
}
|
|
8893
|
-
bitField0_ |=
|
|
9126
|
+
bitField0_ |= 0x80000000;
|
|
8894
9127
|
onChanged();
|
|
8895
9128
|
return this;
|
|
8896
9129
|
}
|
|
@@ -8908,7 +9141,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8908
9141
|
} else {
|
|
8909
9142
|
hyperVHostBuilder_.setMessage(builderForValue.build());
|
|
8910
9143
|
}
|
|
8911
|
-
bitField0_ |=
|
|
9144
|
+
bitField0_ |= 0x80000000;
|
|
8912
9145
|
onChanged();
|
|
8913
9146
|
return this;
|
|
8914
9147
|
}
|
|
@@ -8921,7 +9154,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8921
9154
|
*/
|
|
8922
9155
|
public Builder mergeHyperVHost(com.lansweeper.dp.outbound.v1.HyperVHost value) {
|
|
8923
9156
|
if (hyperVHostBuilder_ == null) {
|
|
8924
|
-
if (((bitField0_ &
|
|
9157
|
+
if (((bitField0_ & 0x80000000) != 0) &&
|
|
8925
9158
|
hyperVHost_ != null &&
|
|
8926
9159
|
hyperVHost_ != com.lansweeper.dp.outbound.v1.HyperVHost.getDefaultInstance()) {
|
|
8927
9160
|
getHyperVHostBuilder().mergeFrom(value);
|
|
@@ -8932,7 +9165,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8932
9165
|
hyperVHostBuilder_.mergeFrom(value);
|
|
8933
9166
|
}
|
|
8934
9167
|
if (hyperVHost_ != null) {
|
|
8935
|
-
bitField0_ |=
|
|
9168
|
+
bitField0_ |= 0x80000000;
|
|
8936
9169
|
onChanged();
|
|
8937
9170
|
}
|
|
8938
9171
|
return this;
|
|
@@ -8945,7 +9178,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8945
9178
|
* <code>optional .com.lansweeper.dp.outbound.v1.HyperVHost hyper_v_host = 98;</code>
|
|
8946
9179
|
*/
|
|
8947
9180
|
public Builder clearHyperVHost() {
|
|
8948
|
-
bitField0_ = (bitField0_ & ~
|
|
9181
|
+
bitField0_ = (bitField0_ & ~0x80000000);
|
|
8949
9182
|
hyperVHost_ = null;
|
|
8950
9183
|
if (hyperVHostBuilder_ != null) {
|
|
8951
9184
|
hyperVHostBuilder_.dispose();
|
|
@@ -8962,7 +9195,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8962
9195
|
* <code>optional .com.lansweeper.dp.outbound.v1.HyperVHost hyper_v_host = 98;</code>
|
|
8963
9196
|
*/
|
|
8964
9197
|
public com.lansweeper.dp.outbound.v1.HyperVHost.Builder getHyperVHostBuilder() {
|
|
8965
|
-
bitField0_ |=
|
|
9198
|
+
bitField0_ |= 0x80000000;
|
|
8966
9199
|
onChanged();
|
|
8967
9200
|
return getHyperVHostFieldBuilder().getBuilder();
|
|
8968
9201
|
}
|
|
@@ -9010,7 +9243,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9010
9243
|
* @return Whether the adPrinter field is set.
|
|
9011
9244
|
*/
|
|
9012
9245
|
public boolean hasAdPrinter() {
|
|
9013
|
-
return ((
|
|
9246
|
+
return ((bitField1_ & 0x00000001) != 0);
|
|
9014
9247
|
}
|
|
9015
9248
|
/**
|
|
9016
9249
|
* <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter ad_printer = 96;</code>
|
|
@@ -9035,7 +9268,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9035
9268
|
} else {
|
|
9036
9269
|
adPrinterBuilder_.setMessage(value);
|
|
9037
9270
|
}
|
|
9038
|
-
|
|
9271
|
+
bitField1_ |= 0x00000001;
|
|
9039
9272
|
onChanged();
|
|
9040
9273
|
return this;
|
|
9041
9274
|
}
|
|
@@ -9049,7 +9282,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9049
9282
|
} else {
|
|
9050
9283
|
adPrinterBuilder_.setMessage(builderForValue.build());
|
|
9051
9284
|
}
|
|
9052
|
-
|
|
9285
|
+
bitField1_ |= 0x00000001;
|
|
9053
9286
|
onChanged();
|
|
9054
9287
|
return this;
|
|
9055
9288
|
}
|
|
@@ -9058,7 +9291,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9058
9291
|
*/
|
|
9059
9292
|
public Builder mergeAdPrinter(com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter value) {
|
|
9060
9293
|
if (adPrinterBuilder_ == null) {
|
|
9061
|
-
if (((
|
|
9294
|
+
if (((bitField1_ & 0x00000001) != 0) &&
|
|
9062
9295
|
adPrinter_ != null &&
|
|
9063
9296
|
adPrinter_ != com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.getDefaultInstance()) {
|
|
9064
9297
|
getAdPrinterBuilder().mergeFrom(value);
|
|
@@ -9069,7 +9302,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9069
9302
|
adPrinterBuilder_.mergeFrom(value);
|
|
9070
9303
|
}
|
|
9071
9304
|
if (adPrinter_ != null) {
|
|
9072
|
-
|
|
9305
|
+
bitField1_ |= 0x00000001;
|
|
9073
9306
|
onChanged();
|
|
9074
9307
|
}
|
|
9075
9308
|
return this;
|
|
@@ -9078,7 +9311,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9078
9311
|
* <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter ad_printer = 96;</code>
|
|
9079
9312
|
*/
|
|
9080
9313
|
public Builder clearAdPrinter() {
|
|
9081
|
-
|
|
9314
|
+
bitField1_ = (bitField1_ & ~0x00000001);
|
|
9082
9315
|
adPrinter_ = null;
|
|
9083
9316
|
if (adPrinterBuilder_ != null) {
|
|
9084
9317
|
adPrinterBuilder_.dispose();
|
|
@@ -9091,7 +9324,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9091
9324
|
* <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter ad_printer = 96;</code>
|
|
9092
9325
|
*/
|
|
9093
9326
|
public com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.Builder getAdPrinterBuilder() {
|
|
9094
|
-
|
|
9327
|
+
bitField1_ |= 0x00000001;
|
|
9095
9328
|
onChanged();
|
|
9096
9329
|
return getAdPrinterFieldBuilder().getBuilder();
|
|
9097
9330
|
}
|
|
@@ -9131,7 +9364,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9131
9364
|
* @return Whether the printer field is set.
|
|
9132
9365
|
*/
|
|
9133
9366
|
public boolean hasPrinter() {
|
|
9134
|
-
return ((bitField1_ &
|
|
9367
|
+
return ((bitField1_ & 0x00000002) != 0);
|
|
9135
9368
|
}
|
|
9136
9369
|
/**
|
|
9137
9370
|
* <code>optional .com.lansweeper.dp.outbound.v1.Printer printer = 84;</code>
|
|
@@ -9156,7 +9389,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9156
9389
|
} else {
|
|
9157
9390
|
printerBuilder_.setMessage(value);
|
|
9158
9391
|
}
|
|
9159
|
-
bitField1_ |=
|
|
9392
|
+
bitField1_ |= 0x00000002;
|
|
9160
9393
|
onChanged();
|
|
9161
9394
|
return this;
|
|
9162
9395
|
}
|
|
@@ -9170,7 +9403,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9170
9403
|
} else {
|
|
9171
9404
|
printerBuilder_.setMessage(builderForValue.build());
|
|
9172
9405
|
}
|
|
9173
|
-
bitField1_ |=
|
|
9406
|
+
bitField1_ |= 0x00000002;
|
|
9174
9407
|
onChanged();
|
|
9175
9408
|
return this;
|
|
9176
9409
|
}
|
|
@@ -9179,7 +9412,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9179
9412
|
*/
|
|
9180
9413
|
public Builder mergePrinter(com.lansweeper.dp.outbound.v1.Printer value) {
|
|
9181
9414
|
if (printerBuilder_ == null) {
|
|
9182
|
-
if (((bitField1_ &
|
|
9415
|
+
if (((bitField1_ & 0x00000002) != 0) &&
|
|
9183
9416
|
printer_ != null &&
|
|
9184
9417
|
printer_ != com.lansweeper.dp.outbound.v1.Printer.getDefaultInstance()) {
|
|
9185
9418
|
getPrinterBuilder().mergeFrom(value);
|
|
@@ -9190,7 +9423,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9190
9423
|
printerBuilder_.mergeFrom(value);
|
|
9191
9424
|
}
|
|
9192
9425
|
if (printer_ != null) {
|
|
9193
|
-
bitField1_ |=
|
|
9426
|
+
bitField1_ |= 0x00000002;
|
|
9194
9427
|
onChanged();
|
|
9195
9428
|
}
|
|
9196
9429
|
return this;
|
|
@@ -9199,7 +9432,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9199
9432
|
* <code>optional .com.lansweeper.dp.outbound.v1.Printer printer = 84;</code>
|
|
9200
9433
|
*/
|
|
9201
9434
|
public Builder clearPrinter() {
|
|
9202
|
-
bitField1_ = (bitField1_ & ~
|
|
9435
|
+
bitField1_ = (bitField1_ & ~0x00000002);
|
|
9203
9436
|
printer_ = null;
|
|
9204
9437
|
if (printerBuilder_ != null) {
|
|
9205
9438
|
printerBuilder_.dispose();
|
|
@@ -9212,7 +9445,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9212
9445
|
* <code>optional .com.lansweeper.dp.outbound.v1.Printer printer = 84;</code>
|
|
9213
9446
|
*/
|
|
9214
9447
|
public com.lansweeper.dp.outbound.v1.Printer.Builder getPrinterBuilder() {
|
|
9215
|
-
bitField1_ |=
|
|
9448
|
+
bitField1_ |= 0x00000002;
|
|
9216
9449
|
onChanged();
|
|
9217
9450
|
return getPrinterFieldBuilder().getBuilder();
|
|
9218
9451
|
}
|
|
@@ -9252,7 +9485,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9252
9485
|
* @return Whether the ups field is set.
|
|
9253
9486
|
*/
|
|
9254
9487
|
public boolean hasUps() {
|
|
9255
|
-
return ((bitField1_ &
|
|
9488
|
+
return ((bitField1_ & 0x00000004) != 0);
|
|
9256
9489
|
}
|
|
9257
9490
|
/**
|
|
9258
9491
|
* <code>optional .com.lansweeper.dp.outbound.v1.Ups ups = 85;</code>
|
|
@@ -9277,7 +9510,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9277
9510
|
} else {
|
|
9278
9511
|
upsBuilder_.setMessage(value);
|
|
9279
9512
|
}
|
|
9280
|
-
bitField1_ |=
|
|
9513
|
+
bitField1_ |= 0x00000004;
|
|
9281
9514
|
onChanged();
|
|
9282
9515
|
return this;
|
|
9283
9516
|
}
|
|
@@ -9291,7 +9524,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9291
9524
|
} else {
|
|
9292
9525
|
upsBuilder_.setMessage(builderForValue.build());
|
|
9293
9526
|
}
|
|
9294
|
-
bitField1_ |=
|
|
9527
|
+
bitField1_ |= 0x00000004;
|
|
9295
9528
|
onChanged();
|
|
9296
9529
|
return this;
|
|
9297
9530
|
}
|
|
@@ -9300,7 +9533,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9300
9533
|
*/
|
|
9301
9534
|
public Builder mergeUps(com.lansweeper.dp.outbound.v1.Ups value) {
|
|
9302
9535
|
if (upsBuilder_ == null) {
|
|
9303
|
-
if (((bitField1_ &
|
|
9536
|
+
if (((bitField1_ & 0x00000004) != 0) &&
|
|
9304
9537
|
ups_ != null &&
|
|
9305
9538
|
ups_ != com.lansweeper.dp.outbound.v1.Ups.getDefaultInstance()) {
|
|
9306
9539
|
getUpsBuilder().mergeFrom(value);
|
|
@@ -9311,7 +9544,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9311
9544
|
upsBuilder_.mergeFrom(value);
|
|
9312
9545
|
}
|
|
9313
9546
|
if (ups_ != null) {
|
|
9314
|
-
bitField1_ |=
|
|
9547
|
+
bitField1_ |= 0x00000004;
|
|
9315
9548
|
onChanged();
|
|
9316
9549
|
}
|
|
9317
9550
|
return this;
|
|
@@ -9320,7 +9553,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9320
9553
|
* <code>optional .com.lansweeper.dp.outbound.v1.Ups ups = 85;</code>
|
|
9321
9554
|
*/
|
|
9322
9555
|
public Builder clearUps() {
|
|
9323
|
-
bitField1_ = (bitField1_ & ~
|
|
9556
|
+
bitField1_ = (bitField1_ & ~0x00000004);
|
|
9324
9557
|
ups_ = null;
|
|
9325
9558
|
if (upsBuilder_ != null) {
|
|
9326
9559
|
upsBuilder_.dispose();
|
|
@@ -9333,7 +9566,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9333
9566
|
* <code>optional .com.lansweeper.dp.outbound.v1.Ups ups = 85;</code>
|
|
9334
9567
|
*/
|
|
9335
9568
|
public com.lansweeper.dp.outbound.v1.Ups.Builder getUpsBuilder() {
|
|
9336
|
-
bitField1_ |=
|
|
9569
|
+
bitField1_ |= 0x00000004;
|
|
9337
9570
|
onChanged();
|
|
9338
9571
|
return getUpsFieldBuilder().getBuilder();
|
|
9339
9572
|
}
|
|
@@ -9377,7 +9610,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9377
9610
|
* @return Whether the otModule field is set.
|
|
9378
9611
|
*/
|
|
9379
9612
|
public boolean hasOtModule() {
|
|
9380
|
-
return ((bitField1_ &
|
|
9613
|
+
return ((bitField1_ & 0x00000008) != 0);
|
|
9381
9614
|
}
|
|
9382
9615
|
/**
|
|
9383
9616
|
* <pre>
|
|
@@ -9410,7 +9643,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9410
9643
|
} else {
|
|
9411
9644
|
otModuleBuilder_.setMessage(value);
|
|
9412
9645
|
}
|
|
9413
|
-
bitField1_ |=
|
|
9646
|
+
bitField1_ |= 0x00000008;
|
|
9414
9647
|
onChanged();
|
|
9415
9648
|
return this;
|
|
9416
9649
|
}
|
|
@@ -9428,7 +9661,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9428
9661
|
} else {
|
|
9429
9662
|
otModuleBuilder_.setMessage(builderForValue.build());
|
|
9430
9663
|
}
|
|
9431
|
-
bitField1_ |=
|
|
9664
|
+
bitField1_ |= 0x00000008;
|
|
9432
9665
|
onChanged();
|
|
9433
9666
|
return this;
|
|
9434
9667
|
}
|
|
@@ -9441,7 +9674,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9441
9674
|
*/
|
|
9442
9675
|
public Builder mergeOtModule(com.lansweeper.dp.outbound.v1.OtModule value) {
|
|
9443
9676
|
if (otModuleBuilder_ == null) {
|
|
9444
|
-
if (((bitField1_ &
|
|
9677
|
+
if (((bitField1_ & 0x00000008) != 0) &&
|
|
9445
9678
|
otModule_ != null &&
|
|
9446
9679
|
otModule_ != com.lansweeper.dp.outbound.v1.OtModule.getDefaultInstance()) {
|
|
9447
9680
|
getOtModuleBuilder().mergeFrom(value);
|
|
@@ -9452,7 +9685,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9452
9685
|
otModuleBuilder_.mergeFrom(value);
|
|
9453
9686
|
}
|
|
9454
9687
|
if (otModule_ != null) {
|
|
9455
|
-
bitField1_ |=
|
|
9688
|
+
bitField1_ |= 0x00000008;
|
|
9456
9689
|
onChanged();
|
|
9457
9690
|
}
|
|
9458
9691
|
return this;
|
|
@@ -9465,7 +9698,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9465
9698
|
* <code>optional .com.lansweeper.dp.outbound.v1.OtModule ot_module = 16;</code>
|
|
9466
9699
|
*/
|
|
9467
9700
|
public Builder clearOtModule() {
|
|
9468
|
-
bitField1_ = (bitField1_ & ~
|
|
9701
|
+
bitField1_ = (bitField1_ & ~0x00000008);
|
|
9469
9702
|
otModule_ = null;
|
|
9470
9703
|
if (otModuleBuilder_ != null) {
|
|
9471
9704
|
otModuleBuilder_.dispose();
|
|
@@ -9482,7 +9715,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9482
9715
|
* <code>optional .com.lansweeper.dp.outbound.v1.OtModule ot_module = 16;</code>
|
|
9483
9716
|
*/
|
|
9484
9717
|
public com.lansweeper.dp.outbound.v1.OtModule.Builder getOtModuleBuilder() {
|
|
9485
|
-
bitField1_ |=
|
|
9718
|
+
bitField1_ |= 0x00000008;
|
|
9486
9719
|
onChanged();
|
|
9487
9720
|
return getOtModuleFieldBuilder().getBuilder();
|
|
9488
9721
|
}
|
|
@@ -9530,7 +9763,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9530
9763
|
* @return Whether the cloud field is set.
|
|
9531
9764
|
*/
|
|
9532
9765
|
public boolean hasCloud() {
|
|
9533
|
-
return ((bitField1_ &
|
|
9766
|
+
return ((bitField1_ & 0x00000010) != 0);
|
|
9534
9767
|
}
|
|
9535
9768
|
/**
|
|
9536
9769
|
* <code>optional .com.lansweeper.dp.outbound.v1.CloudEntity cloud = 17;</code>
|
|
@@ -9555,7 +9788,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9555
9788
|
} else {
|
|
9556
9789
|
cloudBuilder_.setMessage(value);
|
|
9557
9790
|
}
|
|
9558
|
-
bitField1_ |=
|
|
9791
|
+
bitField1_ |= 0x00000010;
|
|
9559
9792
|
onChanged();
|
|
9560
9793
|
return this;
|
|
9561
9794
|
}
|
|
@@ -9569,7 +9802,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9569
9802
|
} else {
|
|
9570
9803
|
cloudBuilder_.setMessage(builderForValue.build());
|
|
9571
9804
|
}
|
|
9572
|
-
bitField1_ |=
|
|
9805
|
+
bitField1_ |= 0x00000010;
|
|
9573
9806
|
onChanged();
|
|
9574
9807
|
return this;
|
|
9575
9808
|
}
|
|
@@ -9578,7 +9811,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9578
9811
|
*/
|
|
9579
9812
|
public Builder mergeCloud(com.lansweeper.dp.outbound.v1.CloudEntity value) {
|
|
9580
9813
|
if (cloudBuilder_ == null) {
|
|
9581
|
-
if (((bitField1_ &
|
|
9814
|
+
if (((bitField1_ & 0x00000010) != 0) &&
|
|
9582
9815
|
cloud_ != null &&
|
|
9583
9816
|
cloud_ != com.lansweeper.dp.outbound.v1.CloudEntity.getDefaultInstance()) {
|
|
9584
9817
|
getCloudBuilder().mergeFrom(value);
|
|
@@ -9589,7 +9822,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9589
9822
|
cloudBuilder_.mergeFrom(value);
|
|
9590
9823
|
}
|
|
9591
9824
|
if (cloud_ != null) {
|
|
9592
|
-
bitField1_ |=
|
|
9825
|
+
bitField1_ |= 0x00000010;
|
|
9593
9826
|
onChanged();
|
|
9594
9827
|
}
|
|
9595
9828
|
return this;
|
|
@@ -9598,7 +9831,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9598
9831
|
* <code>optional .com.lansweeper.dp.outbound.v1.CloudEntity cloud = 17;</code>
|
|
9599
9832
|
*/
|
|
9600
9833
|
public Builder clearCloud() {
|
|
9601
|
-
bitField1_ = (bitField1_ & ~
|
|
9834
|
+
bitField1_ = (bitField1_ & ~0x00000010);
|
|
9602
9835
|
cloud_ = null;
|
|
9603
9836
|
if (cloudBuilder_ != null) {
|
|
9604
9837
|
cloudBuilder_.dispose();
|
|
@@ -9611,7 +9844,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9611
9844
|
* <code>optional .com.lansweeper.dp.outbound.v1.CloudEntity cloud = 17;</code>
|
|
9612
9845
|
*/
|
|
9613
9846
|
public com.lansweeper.dp.outbound.v1.CloudEntity.Builder getCloudBuilder() {
|
|
9614
|
-
bitField1_ |=
|
|
9847
|
+
bitField1_ |= 0x00000010;
|
|
9615
9848
|
onChanged();
|
|
9616
9849
|
return getCloudFieldBuilder().getBuilder();
|
|
9617
9850
|
}
|
|
@@ -9646,9 +9879,9 @@ private static final long serialVersionUID = 0L;
|
|
|
9646
9879
|
private java.util.List<com.lansweeper.dp.outbound.v1.AssetChangeEvent> changeLog_ =
|
|
9647
9880
|
java.util.Collections.emptyList();
|
|
9648
9881
|
private void ensureChangeLogIsMutable() {
|
|
9649
|
-
if (!((bitField1_ &
|
|
9882
|
+
if (!((bitField1_ & 0x00000020) != 0)) {
|
|
9650
9883
|
changeLog_ = new java.util.ArrayList<com.lansweeper.dp.outbound.v1.AssetChangeEvent>(changeLog_);
|
|
9651
|
-
bitField1_ |=
|
|
9884
|
+
bitField1_ |= 0x00000020;
|
|
9652
9885
|
}
|
|
9653
9886
|
}
|
|
9654
9887
|
|
|
@@ -9798,7 +10031,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9798
10031
|
public Builder clearChangeLog() {
|
|
9799
10032
|
if (changeLogBuilder_ == null) {
|
|
9800
10033
|
changeLog_ = java.util.Collections.emptyList();
|
|
9801
|
-
bitField1_ = (bitField1_ & ~
|
|
10034
|
+
bitField1_ = (bitField1_ & ~0x00000020);
|
|
9802
10035
|
onChanged();
|
|
9803
10036
|
} else {
|
|
9804
10037
|
changeLogBuilder_.clear();
|
|
@@ -9875,7 +10108,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9875
10108
|
changeLogBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
|
|
9876
10109
|
com.lansweeper.dp.outbound.v1.AssetChangeEvent, com.lansweeper.dp.outbound.v1.AssetChangeEvent.Builder, com.lansweeper.dp.outbound.v1.AssetChangeEventOrBuilder>(
|
|
9877
10110
|
changeLog_,
|
|
9878
|
-
((bitField1_ &
|
|
10111
|
+
((bitField1_ & 0x00000020) != 0),
|
|
9879
10112
|
getParentForChildren(),
|
|
9880
10113
|
isClean());
|
|
9881
10114
|
changeLog_ = null;
|
|
@@ -9891,7 +10124,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9891
10124
|
* @return Whether the intuneDevice field is set.
|
|
9892
10125
|
*/
|
|
9893
10126
|
public boolean hasIntuneDevice() {
|
|
9894
|
-
return ((bitField1_ &
|
|
10127
|
+
return ((bitField1_ & 0x00000040) != 0);
|
|
9895
10128
|
}
|
|
9896
10129
|
/**
|
|
9897
10130
|
* <code>optional .com.lansweeper.dp.outbound.v1.IntuneDevice intune_device = 90;</code>
|
|
@@ -9916,7 +10149,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9916
10149
|
} else {
|
|
9917
10150
|
intuneDeviceBuilder_.setMessage(value);
|
|
9918
10151
|
}
|
|
9919
|
-
bitField1_ |=
|
|
10152
|
+
bitField1_ |= 0x00000040;
|
|
9920
10153
|
onChanged();
|
|
9921
10154
|
return this;
|
|
9922
10155
|
}
|
|
@@ -9930,7 +10163,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9930
10163
|
} else {
|
|
9931
10164
|
intuneDeviceBuilder_.setMessage(builderForValue.build());
|
|
9932
10165
|
}
|
|
9933
|
-
bitField1_ |=
|
|
10166
|
+
bitField1_ |= 0x00000040;
|
|
9934
10167
|
onChanged();
|
|
9935
10168
|
return this;
|
|
9936
10169
|
}
|
|
@@ -9939,7 +10172,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9939
10172
|
*/
|
|
9940
10173
|
public Builder mergeIntuneDevice(com.lansweeper.dp.outbound.v1.IntuneDevice value) {
|
|
9941
10174
|
if (intuneDeviceBuilder_ == null) {
|
|
9942
|
-
if (((bitField1_ &
|
|
10175
|
+
if (((bitField1_ & 0x00000040) != 0) &&
|
|
9943
10176
|
intuneDevice_ != null &&
|
|
9944
10177
|
intuneDevice_ != com.lansweeper.dp.outbound.v1.IntuneDevice.getDefaultInstance()) {
|
|
9945
10178
|
getIntuneDeviceBuilder().mergeFrom(value);
|
|
@@ -9950,7 +10183,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9950
10183
|
intuneDeviceBuilder_.mergeFrom(value);
|
|
9951
10184
|
}
|
|
9952
10185
|
if (intuneDevice_ != null) {
|
|
9953
|
-
bitField1_ |=
|
|
10186
|
+
bitField1_ |= 0x00000040;
|
|
9954
10187
|
onChanged();
|
|
9955
10188
|
}
|
|
9956
10189
|
return this;
|
|
@@ -9959,7 +10192,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9959
10192
|
* <code>optional .com.lansweeper.dp.outbound.v1.IntuneDevice intune_device = 90;</code>
|
|
9960
10193
|
*/
|
|
9961
10194
|
public Builder clearIntuneDevice() {
|
|
9962
|
-
bitField1_ = (bitField1_ & ~
|
|
10195
|
+
bitField1_ = (bitField1_ & ~0x00000040);
|
|
9963
10196
|
intuneDevice_ = null;
|
|
9964
10197
|
if (intuneDeviceBuilder_ != null) {
|
|
9965
10198
|
intuneDeviceBuilder_.dispose();
|
|
@@ -9972,7 +10205,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9972
10205
|
* <code>optional .com.lansweeper.dp.outbound.v1.IntuneDevice intune_device = 90;</code>
|
|
9973
10206
|
*/
|
|
9974
10207
|
public com.lansweeper.dp.outbound.v1.IntuneDevice.Builder getIntuneDeviceBuilder() {
|
|
9975
|
-
bitField1_ |=
|
|
10208
|
+
bitField1_ |= 0x00000040;
|
|
9976
10209
|
onChanged();
|
|
9977
10210
|
return getIntuneDeviceFieldBuilder().getBuilder();
|
|
9978
10211
|
}
|
|
@@ -10012,7 +10245,7 @@ private static final long serialVersionUID = 0L;
|
|
|
10012
10245
|
* @return Whether the vmware field is set.
|
|
10013
10246
|
*/
|
|
10014
10247
|
public boolean hasVmware() {
|
|
10015
|
-
return ((bitField1_ &
|
|
10248
|
+
return ((bitField1_ & 0x00000080) != 0);
|
|
10016
10249
|
}
|
|
10017
10250
|
/**
|
|
10018
10251
|
* <code>optional .com.lansweeper.dp.outbound.v1.Vmware vmware = 93;</code>
|
|
@@ -10037,7 +10270,7 @@ private static final long serialVersionUID = 0L;
|
|
|
10037
10270
|
} else {
|
|
10038
10271
|
vmwareBuilder_.setMessage(value);
|
|
10039
10272
|
}
|
|
10040
|
-
bitField1_ |=
|
|
10273
|
+
bitField1_ |= 0x00000080;
|
|
10041
10274
|
onChanged();
|
|
10042
10275
|
return this;
|
|
10043
10276
|
}
|
|
@@ -10051,7 +10284,7 @@ private static final long serialVersionUID = 0L;
|
|
|
10051
10284
|
} else {
|
|
10052
10285
|
vmwareBuilder_.setMessage(builderForValue.build());
|
|
10053
10286
|
}
|
|
10054
|
-
bitField1_ |=
|
|
10287
|
+
bitField1_ |= 0x00000080;
|
|
10055
10288
|
onChanged();
|
|
10056
10289
|
return this;
|
|
10057
10290
|
}
|
|
@@ -10060,7 +10293,7 @@ private static final long serialVersionUID = 0L;
|
|
|
10060
10293
|
*/
|
|
10061
10294
|
public Builder mergeVmware(com.lansweeper.dp.outbound.v1.Vmware value) {
|
|
10062
10295
|
if (vmwareBuilder_ == null) {
|
|
10063
|
-
if (((bitField1_ &
|
|
10296
|
+
if (((bitField1_ & 0x00000080) != 0) &&
|
|
10064
10297
|
vmware_ != null &&
|
|
10065
10298
|
vmware_ != com.lansweeper.dp.outbound.v1.Vmware.getDefaultInstance()) {
|
|
10066
10299
|
getVmwareBuilder().mergeFrom(value);
|
|
@@ -10071,7 +10304,7 @@ private static final long serialVersionUID = 0L;
|
|
|
10071
10304
|
vmwareBuilder_.mergeFrom(value);
|
|
10072
10305
|
}
|
|
10073
10306
|
if (vmware_ != null) {
|
|
10074
|
-
bitField1_ |=
|
|
10307
|
+
bitField1_ |= 0x00000080;
|
|
10075
10308
|
onChanged();
|
|
10076
10309
|
}
|
|
10077
10310
|
return this;
|
|
@@ -10080,7 +10313,7 @@ private static final long serialVersionUID = 0L;
|
|
|
10080
10313
|
* <code>optional .com.lansweeper.dp.outbound.v1.Vmware vmware = 93;</code>
|
|
10081
10314
|
*/
|
|
10082
10315
|
public Builder clearVmware() {
|
|
10083
|
-
bitField1_ = (bitField1_ & ~
|
|
10316
|
+
bitField1_ = (bitField1_ & ~0x00000080);
|
|
10084
10317
|
vmware_ = null;
|
|
10085
10318
|
if (vmwareBuilder_ != null) {
|
|
10086
10319
|
vmwareBuilder_.dispose();
|
|
@@ -10093,7 +10326,7 @@ private static final long serialVersionUID = 0L;
|
|
|
10093
10326
|
* <code>optional .com.lansweeper.dp.outbound.v1.Vmware vmware = 93;</code>
|
|
10094
10327
|
*/
|
|
10095
10328
|
public com.lansweeper.dp.outbound.v1.Vmware.Builder getVmwareBuilder() {
|
|
10096
|
-
bitField1_ |=
|
|
10329
|
+
bitField1_ |= 0x00000080;
|
|
10097
10330
|
onChanged();
|
|
10098
10331
|
return getVmwareFieldBuilder().getBuilder();
|
|
10099
10332
|
}
|
|
@@ -10137,7 +10370,7 @@ private static final long serialVersionUID = 0L;
|
|
|
10137
10370
|
* @return Whether the office365Organization field is set.
|
|
10138
10371
|
*/
|
|
10139
10372
|
public boolean hasOffice365Organization() {
|
|
10140
|
-
return ((bitField1_ &
|
|
10373
|
+
return ((bitField1_ & 0x00000100) != 0);
|
|
10141
10374
|
}
|
|
10142
10375
|
/**
|
|
10143
10376
|
* <pre>
|
|
@@ -10170,7 +10403,7 @@ private static final long serialVersionUID = 0L;
|
|
|
10170
10403
|
} else {
|
|
10171
10404
|
office365OrganizationBuilder_.setMessage(value);
|
|
10172
10405
|
}
|
|
10173
|
-
bitField1_ |=
|
|
10406
|
+
bitField1_ |= 0x00000100;
|
|
10174
10407
|
onChanged();
|
|
10175
10408
|
return this;
|
|
10176
10409
|
}
|
|
@@ -10188,7 +10421,7 @@ private static final long serialVersionUID = 0L;
|
|
|
10188
10421
|
} else {
|
|
10189
10422
|
office365OrganizationBuilder_.setMessage(builderForValue.build());
|
|
10190
10423
|
}
|
|
10191
|
-
bitField1_ |=
|
|
10424
|
+
bitField1_ |= 0x00000100;
|
|
10192
10425
|
onChanged();
|
|
10193
10426
|
return this;
|
|
10194
10427
|
}
|
|
@@ -10201,7 +10434,7 @@ private static final long serialVersionUID = 0L;
|
|
|
10201
10434
|
*/
|
|
10202
10435
|
public Builder mergeOffice365Organization(com.lansweeper.dp.outbound.v1.Office365Organization value) {
|
|
10203
10436
|
if (office365OrganizationBuilder_ == null) {
|
|
10204
|
-
if (((bitField1_ &
|
|
10437
|
+
if (((bitField1_ & 0x00000100) != 0) &&
|
|
10205
10438
|
office365Organization_ != null &&
|
|
10206
10439
|
office365Organization_ != com.lansweeper.dp.outbound.v1.Office365Organization.getDefaultInstance()) {
|
|
10207
10440
|
getOffice365OrganizationBuilder().mergeFrom(value);
|
|
@@ -10212,7 +10445,7 @@ private static final long serialVersionUID = 0L;
|
|
|
10212
10445
|
office365OrganizationBuilder_.mergeFrom(value);
|
|
10213
10446
|
}
|
|
10214
10447
|
if (office365Organization_ != null) {
|
|
10215
|
-
bitField1_ |=
|
|
10448
|
+
bitField1_ |= 0x00000100;
|
|
10216
10449
|
onChanged();
|
|
10217
10450
|
}
|
|
10218
10451
|
return this;
|
|
@@ -10225,7 +10458,7 @@ private static final long serialVersionUID = 0L;
|
|
|
10225
10458
|
* <code>optional .com.lansweeper.dp.outbound.v1.Office365Organization office_365_organization = 94;</code>
|
|
10226
10459
|
*/
|
|
10227
10460
|
public Builder clearOffice365Organization() {
|
|
10228
|
-
bitField1_ = (bitField1_ & ~
|
|
10461
|
+
bitField1_ = (bitField1_ & ~0x00000100);
|
|
10229
10462
|
office365Organization_ = null;
|
|
10230
10463
|
if (office365OrganizationBuilder_ != null) {
|
|
10231
10464
|
office365OrganizationBuilder_.dispose();
|
|
@@ -10242,7 +10475,7 @@ private static final long serialVersionUID = 0L;
|
|
|
10242
10475
|
* <code>optional .com.lansweeper.dp.outbound.v1.Office365Organization office_365_organization = 94;</code>
|
|
10243
10476
|
*/
|
|
10244
10477
|
public com.lansweeper.dp.outbound.v1.Office365Organization.Builder getOffice365OrganizationBuilder() {
|
|
10245
|
-
bitField1_ |=
|
|
10478
|
+
bitField1_ |= 0x00000100;
|
|
10246
10479
|
onChanged();
|
|
10247
10480
|
return getOffice365OrganizationFieldBuilder().getBuilder();
|
|
10248
10481
|
}
|
|
@@ -10290,7 +10523,7 @@ private static final long serialVersionUID = 0L;
|
|
|
10290
10523
|
* @return Whether the citrix field is set.
|
|
10291
10524
|
*/
|
|
10292
10525
|
public boolean hasCitrix() {
|
|
10293
|
-
return ((bitField1_ &
|
|
10526
|
+
return ((bitField1_ & 0x00000200) != 0);
|
|
10294
10527
|
}
|
|
10295
10528
|
/**
|
|
10296
10529
|
* <code>optional .com.lansweeper.dp.outbound.v1.Citrix citrix = 95;</code>
|
|
@@ -10315,7 +10548,7 @@ private static final long serialVersionUID = 0L;
|
|
|
10315
10548
|
} else {
|
|
10316
10549
|
citrixBuilder_.setMessage(value);
|
|
10317
10550
|
}
|
|
10318
|
-
bitField1_ |=
|
|
10551
|
+
bitField1_ |= 0x00000200;
|
|
10319
10552
|
onChanged();
|
|
10320
10553
|
return this;
|
|
10321
10554
|
}
|
|
@@ -10329,7 +10562,7 @@ private static final long serialVersionUID = 0L;
|
|
|
10329
10562
|
} else {
|
|
10330
10563
|
citrixBuilder_.setMessage(builderForValue.build());
|
|
10331
10564
|
}
|
|
10332
|
-
bitField1_ |=
|
|
10565
|
+
bitField1_ |= 0x00000200;
|
|
10333
10566
|
onChanged();
|
|
10334
10567
|
return this;
|
|
10335
10568
|
}
|
|
@@ -10338,7 +10571,7 @@ private static final long serialVersionUID = 0L;
|
|
|
10338
10571
|
*/
|
|
10339
10572
|
public Builder mergeCitrix(com.lansweeper.dp.outbound.v1.Citrix value) {
|
|
10340
10573
|
if (citrixBuilder_ == null) {
|
|
10341
|
-
if (((bitField1_ &
|
|
10574
|
+
if (((bitField1_ & 0x00000200) != 0) &&
|
|
10342
10575
|
citrix_ != null &&
|
|
10343
10576
|
citrix_ != com.lansweeper.dp.outbound.v1.Citrix.getDefaultInstance()) {
|
|
10344
10577
|
getCitrixBuilder().mergeFrom(value);
|
|
@@ -10349,7 +10582,7 @@ private static final long serialVersionUID = 0L;
|
|
|
10349
10582
|
citrixBuilder_.mergeFrom(value);
|
|
10350
10583
|
}
|
|
10351
10584
|
if (citrix_ != null) {
|
|
10352
|
-
bitField1_ |=
|
|
10585
|
+
bitField1_ |= 0x00000200;
|
|
10353
10586
|
onChanged();
|
|
10354
10587
|
}
|
|
10355
10588
|
return this;
|
|
@@ -10358,7 +10591,7 @@ private static final long serialVersionUID = 0L;
|
|
|
10358
10591
|
* <code>optional .com.lansweeper.dp.outbound.v1.Citrix citrix = 95;</code>
|
|
10359
10592
|
*/
|
|
10360
10593
|
public Builder clearCitrix() {
|
|
10361
|
-
bitField1_ = (bitField1_ & ~
|
|
10594
|
+
bitField1_ = (bitField1_ & ~0x00000200);
|
|
10362
10595
|
citrix_ = null;
|
|
10363
10596
|
if (citrixBuilder_ != null) {
|
|
10364
10597
|
citrixBuilder_.dispose();
|
|
@@ -10371,7 +10604,7 @@ private static final long serialVersionUID = 0L;
|
|
|
10371
10604
|
* <code>optional .com.lansweeper.dp.outbound.v1.Citrix citrix = 95;</code>
|
|
10372
10605
|
*/
|
|
10373
10606
|
public com.lansweeper.dp.outbound.v1.Citrix.Builder getCitrixBuilder() {
|
|
10374
|
-
bitField1_ |=
|
|
10607
|
+
bitField1_ |= 0x00000200;
|
|
10375
10608
|
onChanged();
|
|
10376
10609
|
return getCitrixFieldBuilder().getBuilder();
|
|
10377
10610
|
}
|
|
@@ -10415,7 +10648,7 @@ private static final long serialVersionUID = 0L;
|
|
|
10415
10648
|
* @return Whether the manualAssetLockedFields field is set.
|
|
10416
10649
|
*/
|
|
10417
10650
|
public boolean hasManualAssetLockedFields() {
|
|
10418
|
-
return ((bitField1_ &
|
|
10651
|
+
return ((bitField1_ & 0x00000400) != 0);
|
|
10419
10652
|
}
|
|
10420
10653
|
/**
|
|
10421
10654
|
* <pre>
|
|
@@ -10448,7 +10681,7 @@ private static final long serialVersionUID = 0L;
|
|
|
10448
10681
|
} else {
|
|
10449
10682
|
manualAssetLockedFieldsBuilder_.setMessage(value);
|
|
10450
10683
|
}
|
|
10451
|
-
bitField1_ |=
|
|
10684
|
+
bitField1_ |= 0x00000400;
|
|
10452
10685
|
onChanged();
|
|
10453
10686
|
return this;
|
|
10454
10687
|
}
|
|
@@ -10466,7 +10699,7 @@ private static final long serialVersionUID = 0L;
|
|
|
10466
10699
|
} else {
|
|
10467
10700
|
manualAssetLockedFieldsBuilder_.setMessage(builderForValue.build());
|
|
10468
10701
|
}
|
|
10469
|
-
bitField1_ |=
|
|
10702
|
+
bitField1_ |= 0x00000400;
|
|
10470
10703
|
onChanged();
|
|
10471
10704
|
return this;
|
|
10472
10705
|
}
|
|
@@ -10479,7 +10712,7 @@ private static final long serialVersionUID = 0L;
|
|
|
10479
10712
|
*/
|
|
10480
10713
|
public Builder mergeManualAssetLockedFields(com.lansweeper.dp.outbound.v1.LockedFields value) {
|
|
10481
10714
|
if (manualAssetLockedFieldsBuilder_ == null) {
|
|
10482
|
-
if (((bitField1_ &
|
|
10715
|
+
if (((bitField1_ & 0x00000400) != 0) &&
|
|
10483
10716
|
manualAssetLockedFields_ != null &&
|
|
10484
10717
|
manualAssetLockedFields_ != com.lansweeper.dp.outbound.v1.LockedFields.getDefaultInstance()) {
|
|
10485
10718
|
getManualAssetLockedFieldsBuilder().mergeFrom(value);
|
|
@@ -10490,7 +10723,7 @@ private static final long serialVersionUID = 0L;
|
|
|
10490
10723
|
manualAssetLockedFieldsBuilder_.mergeFrom(value);
|
|
10491
10724
|
}
|
|
10492
10725
|
if (manualAssetLockedFields_ != null) {
|
|
10493
|
-
bitField1_ |=
|
|
10726
|
+
bitField1_ |= 0x00000400;
|
|
10494
10727
|
onChanged();
|
|
10495
10728
|
}
|
|
10496
10729
|
return this;
|
|
@@ -10503,7 +10736,7 @@ private static final long serialVersionUID = 0L;
|
|
|
10503
10736
|
* <code>optional .com.lansweeper.dp.outbound.v1.LockedFields manual_asset_locked_fields = 97;</code>
|
|
10504
10737
|
*/
|
|
10505
10738
|
public Builder clearManualAssetLockedFields() {
|
|
10506
|
-
bitField1_ = (bitField1_ & ~
|
|
10739
|
+
bitField1_ = (bitField1_ & ~0x00000400);
|
|
10507
10740
|
manualAssetLockedFields_ = null;
|
|
10508
10741
|
if (manualAssetLockedFieldsBuilder_ != null) {
|
|
10509
10742
|
manualAssetLockedFieldsBuilder_.dispose();
|
|
@@ -10520,7 +10753,7 @@ private static final long serialVersionUID = 0L;
|
|
|
10520
10753
|
* <code>optional .com.lansweeper.dp.outbound.v1.LockedFields manual_asset_locked_fields = 97;</code>
|
|
10521
10754
|
*/
|
|
10522
10755
|
public com.lansweeper.dp.outbound.v1.LockedFields.Builder getManualAssetLockedFieldsBuilder() {
|
|
10523
|
-
bitField1_ |=
|
|
10756
|
+
bitField1_ |= 0x00000400;
|
|
10524
10757
|
onChanged();
|
|
10525
10758
|
return getManualAssetLockedFieldsFieldBuilder().getBuilder();
|
|
10526
10759
|
}
|