@lansweeper/data-platform-outbound-grpc 0.6.1 → 0.8.0
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 +26 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +134 -0
- package/gen-proto/outbound_pb.js +1158 -113
- package/generated-go/outbound.pb.go +13515 -13177
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +26 -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/HyperVHost$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/HyperVHost$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/HyperVHost$HyperVGuestKeysDefaultEntryHolder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/HyperVHost.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/HyperVHostOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/LockedFields$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/LockedFields$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/LockedFields.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/LockedFieldsOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SccmServer$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SccmServer$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SccmServer$SccmChildSitesDefaultEntryHolder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SccmServer.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SccmServerOrBuilder.class +0 -0
- package/model/target/classes/outbound.proto +26 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Asset.java +596 -127
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetOrBuilder.java +54 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/HyperVHost.java +725 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/HyperVHostOrBuilder.java +62 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/LockedFields.java +2549 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/LockedFieldsOrBuilder.java +225 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +3964 -3892
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SccmServer.java +319 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SccmServerOrBuilder.java +52 -0
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +10 -0
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +4 -0
- package/model/target/{outbound-model-0.6.0-sources.jar → outbound-model-0.7.0-sources.jar} +0 -0
- package/model/target/{outbound-model-0.6.0.jar → outbound-model-0.7.0.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +26 -0
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.6.0-sources.jar → outbound-service-0.7.0-sources.jar} +0 -0
- package/service/target/{outbound-service-0.6.0.jar → outbound-service-0.7.0.jar} +0 -0
package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Asset.java
CHANGED
|
@@ -55,6 +55,7 @@ private static final long serialVersionUID = 0L;
|
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
private int bitField0_;
|
|
58
|
+
private int bitField1_;
|
|
58
59
|
public static final int ID_FIELD_NUMBER = 1;
|
|
59
60
|
private com.lansweeper.dp.outbound.v1.EntityPath id_;
|
|
60
61
|
/**
|
|
@@ -1154,6 +1155,44 @@ private static final long serialVersionUID = 0L;
|
|
|
1154
1155
|
return hyperVComputer_ == null ? com.lansweeper.dp.outbound.v1.HyperV.getDefaultInstance() : hyperVComputer_;
|
|
1155
1156
|
}
|
|
1156
1157
|
|
|
1158
|
+
public static final int HYPER_V_HOST_FIELD_NUMBER = 98;
|
|
1159
|
+
private com.lansweeper.dp.outbound.v1.HyperVHost hyperVHost_;
|
|
1160
|
+
/**
|
|
1161
|
+
* <pre>
|
|
1162
|
+
* HyperV Host info, if asset is a HyperV Guest
|
|
1163
|
+
* </pre>
|
|
1164
|
+
*
|
|
1165
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.HyperVHost hyper_v_host = 98;</code>
|
|
1166
|
+
* @return Whether the hyperVHost field is set.
|
|
1167
|
+
*/
|
|
1168
|
+
@java.lang.Override
|
|
1169
|
+
public boolean hasHyperVHost() {
|
|
1170
|
+
return ((bitField0_ & 0x00400000) != 0);
|
|
1171
|
+
}
|
|
1172
|
+
/**
|
|
1173
|
+
* <pre>
|
|
1174
|
+
* HyperV Host info, if asset is a HyperV Guest
|
|
1175
|
+
* </pre>
|
|
1176
|
+
*
|
|
1177
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.HyperVHost hyper_v_host = 98;</code>
|
|
1178
|
+
* @return The hyperVHost.
|
|
1179
|
+
*/
|
|
1180
|
+
@java.lang.Override
|
|
1181
|
+
public com.lansweeper.dp.outbound.v1.HyperVHost getHyperVHost() {
|
|
1182
|
+
return hyperVHost_ == null ? com.lansweeper.dp.outbound.v1.HyperVHost.getDefaultInstance() : hyperVHost_;
|
|
1183
|
+
}
|
|
1184
|
+
/**
|
|
1185
|
+
* <pre>
|
|
1186
|
+
* HyperV Host info, if asset is a HyperV Guest
|
|
1187
|
+
* </pre>
|
|
1188
|
+
*
|
|
1189
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.HyperVHost hyper_v_host = 98;</code>
|
|
1190
|
+
*/
|
|
1191
|
+
@java.lang.Override
|
|
1192
|
+
public com.lansweeper.dp.outbound.v1.HyperVHostOrBuilder getHyperVHostOrBuilder() {
|
|
1193
|
+
return hyperVHost_ == null ? com.lansweeper.dp.outbound.v1.HyperVHost.getDefaultInstance() : hyperVHost_;
|
|
1194
|
+
}
|
|
1195
|
+
|
|
1157
1196
|
public static final int AD_PRINTER_FIELD_NUMBER = 96;
|
|
1158
1197
|
private com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter adPrinter_;
|
|
1159
1198
|
/**
|
|
@@ -1162,7 +1201,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1162
1201
|
*/
|
|
1163
1202
|
@java.lang.Override
|
|
1164
1203
|
public boolean hasAdPrinter() {
|
|
1165
|
-
return ((bitField0_ &
|
|
1204
|
+
return ((bitField0_ & 0x00800000) != 0);
|
|
1166
1205
|
}
|
|
1167
1206
|
/**
|
|
1168
1207
|
* <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter ad_printer = 96;</code>
|
|
@@ -1188,7 +1227,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1188
1227
|
*/
|
|
1189
1228
|
@java.lang.Override
|
|
1190
1229
|
public boolean hasPrinter() {
|
|
1191
|
-
return ((bitField0_ &
|
|
1230
|
+
return ((bitField0_ & 0x01000000) != 0);
|
|
1192
1231
|
}
|
|
1193
1232
|
/**
|
|
1194
1233
|
* <code>optional .com.lansweeper.dp.outbound.v1.Printer printer = 84;</code>
|
|
@@ -1214,7 +1253,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1214
1253
|
*/
|
|
1215
1254
|
@java.lang.Override
|
|
1216
1255
|
public boolean hasUps() {
|
|
1217
|
-
return ((bitField0_ &
|
|
1256
|
+
return ((bitField0_ & 0x02000000) != 0);
|
|
1218
1257
|
}
|
|
1219
1258
|
/**
|
|
1220
1259
|
* <code>optional .com.lansweeper.dp.outbound.v1.Ups ups = 85;</code>
|
|
@@ -1244,7 +1283,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1244
1283
|
*/
|
|
1245
1284
|
@java.lang.Override
|
|
1246
1285
|
public boolean hasOtModule() {
|
|
1247
|
-
return ((bitField0_ &
|
|
1286
|
+
return ((bitField0_ & 0x04000000) != 0);
|
|
1248
1287
|
}
|
|
1249
1288
|
/**
|
|
1250
1289
|
* <pre>
|
|
@@ -1278,7 +1317,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1278
1317
|
*/
|
|
1279
1318
|
@java.lang.Override
|
|
1280
1319
|
public boolean hasCloud() {
|
|
1281
|
-
return ((bitField0_ &
|
|
1320
|
+
return ((bitField0_ & 0x08000000) != 0);
|
|
1282
1321
|
}
|
|
1283
1322
|
/**
|
|
1284
1323
|
* <code>optional .com.lansweeper.dp.outbound.v1.CloudEntity cloud = 17;</code>
|
|
@@ -1345,7 +1384,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1345
1384
|
*/
|
|
1346
1385
|
@java.lang.Override
|
|
1347
1386
|
public boolean hasIntuneDevice() {
|
|
1348
|
-
return ((bitField0_ &
|
|
1387
|
+
return ((bitField0_ & 0x10000000) != 0);
|
|
1349
1388
|
}
|
|
1350
1389
|
/**
|
|
1351
1390
|
* <code>optional .com.lansweeper.dp.outbound.v1.IntuneDevice intune_device = 90;</code>
|
|
@@ -1371,7 +1410,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1371
1410
|
*/
|
|
1372
1411
|
@java.lang.Override
|
|
1373
1412
|
public boolean hasVmware() {
|
|
1374
|
-
return ((bitField0_ &
|
|
1413
|
+
return ((bitField0_ & 0x20000000) != 0);
|
|
1375
1414
|
}
|
|
1376
1415
|
/**
|
|
1377
1416
|
* <code>optional .com.lansweeper.dp.outbound.v1.Vmware vmware = 93;</code>
|
|
@@ -1401,7 +1440,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1401
1440
|
*/
|
|
1402
1441
|
@java.lang.Override
|
|
1403
1442
|
public boolean hasOffice365Organization() {
|
|
1404
|
-
return ((bitField0_ &
|
|
1443
|
+
return ((bitField0_ & 0x40000000) != 0);
|
|
1405
1444
|
}
|
|
1406
1445
|
/**
|
|
1407
1446
|
* <pre>
|
|
@@ -1435,7 +1474,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1435
1474
|
*/
|
|
1436
1475
|
@java.lang.Override
|
|
1437
1476
|
public boolean hasCitrix() {
|
|
1438
|
-
return ((bitField0_ &
|
|
1477
|
+
return ((bitField0_ & 0x80000000) != 0);
|
|
1439
1478
|
}
|
|
1440
1479
|
/**
|
|
1441
1480
|
* <code>optional .com.lansweeper.dp.outbound.v1.Citrix citrix = 95;</code>
|
|
@@ -1453,6 +1492,44 @@ private static final long serialVersionUID = 0L;
|
|
|
1453
1492
|
return citrix_ == null ? com.lansweeper.dp.outbound.v1.Citrix.getDefaultInstance() : citrix_;
|
|
1454
1493
|
}
|
|
1455
1494
|
|
|
1495
|
+
public static final int MANUAL_ASSET_LOCKED_FIELDS_FIELD_NUMBER = 97;
|
|
1496
|
+
private com.lansweeper.dp.outbound.v1.LockedFields manualAssetLockedFields_;
|
|
1497
|
+
/**
|
|
1498
|
+
* <pre>
|
|
1499
|
+
* fields locked by the user in the manual asset UI
|
|
1500
|
+
* </pre>
|
|
1501
|
+
*
|
|
1502
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.LockedFields manual_asset_locked_fields = 97;</code>
|
|
1503
|
+
* @return Whether the manualAssetLockedFields field is set.
|
|
1504
|
+
*/
|
|
1505
|
+
@java.lang.Override
|
|
1506
|
+
public boolean hasManualAssetLockedFields() {
|
|
1507
|
+
return ((bitField1_ & 0x00000001) != 0);
|
|
1508
|
+
}
|
|
1509
|
+
/**
|
|
1510
|
+
* <pre>
|
|
1511
|
+
* fields locked by the user in the manual asset UI
|
|
1512
|
+
* </pre>
|
|
1513
|
+
*
|
|
1514
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.LockedFields manual_asset_locked_fields = 97;</code>
|
|
1515
|
+
* @return The manualAssetLockedFields.
|
|
1516
|
+
*/
|
|
1517
|
+
@java.lang.Override
|
|
1518
|
+
public com.lansweeper.dp.outbound.v1.LockedFields getManualAssetLockedFields() {
|
|
1519
|
+
return manualAssetLockedFields_ == null ? com.lansweeper.dp.outbound.v1.LockedFields.getDefaultInstance() : manualAssetLockedFields_;
|
|
1520
|
+
}
|
|
1521
|
+
/**
|
|
1522
|
+
* <pre>
|
|
1523
|
+
* fields locked by the user in the manual asset UI
|
|
1524
|
+
* </pre>
|
|
1525
|
+
*
|
|
1526
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.LockedFields manual_asset_locked_fields = 97;</code>
|
|
1527
|
+
*/
|
|
1528
|
+
@java.lang.Override
|
|
1529
|
+
public com.lansweeper.dp.outbound.v1.LockedFieldsOrBuilder getManualAssetLockedFieldsOrBuilder() {
|
|
1530
|
+
return manualAssetLockedFields_ == null ? com.lansweeper.dp.outbound.v1.LockedFields.getDefaultInstance() : manualAssetLockedFields_;
|
|
1531
|
+
}
|
|
1532
|
+
|
|
1456
1533
|
private byte memoizedIsInitialized = -1;
|
|
1457
1534
|
@java.lang.Override
|
|
1458
1535
|
public final boolean isInitialized() {
|
|
@@ -1500,10 +1577,10 @@ private static final long serialVersionUID = 0L;
|
|
|
1500
1577
|
for (int i = 0; i < tag_.size(); i++) {
|
|
1501
1578
|
output.writeMessage(14, tag_.get(i));
|
|
1502
1579
|
}
|
|
1503
|
-
if (((bitField0_ &
|
|
1580
|
+
if (((bitField0_ & 0x04000000) != 0)) {
|
|
1504
1581
|
output.writeMessage(16, getOtModule());
|
|
1505
1582
|
}
|
|
1506
|
-
if (((bitField0_ &
|
|
1583
|
+
if (((bitField0_ & 0x08000000) != 0)) {
|
|
1507
1584
|
output.writeMessage(17, getCloud());
|
|
1508
1585
|
}
|
|
1509
1586
|
for (int i = 0; i < relation_.size(); i++) {
|
|
@@ -1548,10 +1625,10 @@ private static final long serialVersionUID = 0L;
|
|
|
1548
1625
|
for (int i = 0; i < warrantyInfo_.size(); i++) {
|
|
1549
1626
|
output.writeMessage(81, warrantyInfo_.get(i));
|
|
1550
1627
|
}
|
|
1551
|
-
if (((bitField0_ &
|
|
1628
|
+
if (((bitField0_ & 0x01000000) != 0)) {
|
|
1552
1629
|
output.writeMessage(84, getPrinter());
|
|
1553
1630
|
}
|
|
1554
|
-
if (((bitField0_ &
|
|
1631
|
+
if (((bitField0_ & 0x02000000) != 0)) {
|
|
1555
1632
|
output.writeMessage(85, getUps());
|
|
1556
1633
|
}
|
|
1557
1634
|
for (int i = 0; i < unlinkedSourceInfo_.size(); i++) {
|
|
@@ -1566,24 +1643,30 @@ private static final long serialVersionUID = 0L;
|
|
|
1566
1643
|
if (((bitField0_ & 0x00200000) != 0)) {
|
|
1567
1644
|
output.writeMessage(89, getHyperVComputer());
|
|
1568
1645
|
}
|
|
1569
|
-
if (((bitField0_ &
|
|
1646
|
+
if (((bitField0_ & 0x10000000) != 0)) {
|
|
1570
1647
|
output.writeMessage(90, getIntuneDevice());
|
|
1571
1648
|
}
|
|
1572
1649
|
for (int i = 0; i < dataProcessor_.size(); i++) {
|
|
1573
1650
|
output.writeMessage(92, dataProcessor_.get(i));
|
|
1574
1651
|
}
|
|
1575
|
-
if (((bitField0_ &
|
|
1652
|
+
if (((bitField0_ & 0x20000000) != 0)) {
|
|
1576
1653
|
output.writeMessage(93, getVmware());
|
|
1577
1654
|
}
|
|
1578
|
-
if (((bitField0_ &
|
|
1655
|
+
if (((bitField0_ & 0x40000000) != 0)) {
|
|
1579
1656
|
output.writeMessage(94, getOffice365Organization());
|
|
1580
1657
|
}
|
|
1581
|
-
if (((bitField0_ &
|
|
1658
|
+
if (((bitField0_ & 0x80000000) != 0)) {
|
|
1582
1659
|
output.writeMessage(95, getCitrix());
|
|
1583
1660
|
}
|
|
1584
|
-
if (((bitField0_ &
|
|
1661
|
+
if (((bitField0_ & 0x00800000) != 0)) {
|
|
1585
1662
|
output.writeMessage(96, getAdPrinter());
|
|
1586
1663
|
}
|
|
1664
|
+
if (((bitField1_ & 0x00000001) != 0)) {
|
|
1665
|
+
output.writeMessage(97, getManualAssetLockedFields());
|
|
1666
|
+
}
|
|
1667
|
+
if (((bitField0_ & 0x00400000) != 0)) {
|
|
1668
|
+
output.writeMessage(98, getHyperVHost());
|
|
1669
|
+
}
|
|
1587
1670
|
getUnknownFields().writeTo(output);
|
|
1588
1671
|
}
|
|
1589
1672
|
|
|
@@ -1637,11 +1720,11 @@ private static final long serialVersionUID = 0L;
|
|
|
1637
1720
|
size += com.google.protobuf.CodedOutputStream
|
|
1638
1721
|
.computeMessageSize(14, tag_.get(i));
|
|
1639
1722
|
}
|
|
1640
|
-
if (((bitField0_ &
|
|
1723
|
+
if (((bitField0_ & 0x04000000) != 0)) {
|
|
1641
1724
|
size += com.google.protobuf.CodedOutputStream
|
|
1642
1725
|
.computeMessageSize(16, getOtModule());
|
|
1643
1726
|
}
|
|
1644
|
-
if (((bitField0_ &
|
|
1727
|
+
if (((bitField0_ & 0x08000000) != 0)) {
|
|
1645
1728
|
size += com.google.protobuf.CodedOutputStream
|
|
1646
1729
|
.computeMessageSize(17, getCloud());
|
|
1647
1730
|
}
|
|
@@ -1698,11 +1781,11 @@ private static final long serialVersionUID = 0L;
|
|
|
1698
1781
|
size += com.google.protobuf.CodedOutputStream
|
|
1699
1782
|
.computeMessageSize(81, warrantyInfo_.get(i));
|
|
1700
1783
|
}
|
|
1701
|
-
if (((bitField0_ &
|
|
1784
|
+
if (((bitField0_ & 0x01000000) != 0)) {
|
|
1702
1785
|
size += com.google.protobuf.CodedOutputStream
|
|
1703
1786
|
.computeMessageSize(84, getPrinter());
|
|
1704
1787
|
}
|
|
1705
|
-
if (((bitField0_ &
|
|
1788
|
+
if (((bitField0_ & 0x02000000) != 0)) {
|
|
1706
1789
|
size += com.google.protobuf.CodedOutputStream
|
|
1707
1790
|
.computeMessageSize(85, getUps());
|
|
1708
1791
|
}
|
|
@@ -1722,7 +1805,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1722
1805
|
size += com.google.protobuf.CodedOutputStream
|
|
1723
1806
|
.computeMessageSize(89, getHyperVComputer());
|
|
1724
1807
|
}
|
|
1725
|
-
if (((bitField0_ &
|
|
1808
|
+
if (((bitField0_ & 0x10000000) != 0)) {
|
|
1726
1809
|
size += com.google.protobuf.CodedOutputStream
|
|
1727
1810
|
.computeMessageSize(90, getIntuneDevice());
|
|
1728
1811
|
}
|
|
@@ -1730,22 +1813,30 @@ private static final long serialVersionUID = 0L;
|
|
|
1730
1813
|
size += com.google.protobuf.CodedOutputStream
|
|
1731
1814
|
.computeMessageSize(92, dataProcessor_.get(i));
|
|
1732
1815
|
}
|
|
1733
|
-
if (((bitField0_ &
|
|
1816
|
+
if (((bitField0_ & 0x20000000) != 0)) {
|
|
1734
1817
|
size += com.google.protobuf.CodedOutputStream
|
|
1735
1818
|
.computeMessageSize(93, getVmware());
|
|
1736
1819
|
}
|
|
1737
|
-
if (((bitField0_ &
|
|
1820
|
+
if (((bitField0_ & 0x40000000) != 0)) {
|
|
1738
1821
|
size += com.google.protobuf.CodedOutputStream
|
|
1739
1822
|
.computeMessageSize(94, getOffice365Organization());
|
|
1740
1823
|
}
|
|
1741
|
-
if (((bitField0_ &
|
|
1824
|
+
if (((bitField0_ & 0x80000000) != 0)) {
|
|
1742
1825
|
size += com.google.protobuf.CodedOutputStream
|
|
1743
1826
|
.computeMessageSize(95, getCitrix());
|
|
1744
1827
|
}
|
|
1745
|
-
if (((bitField0_ &
|
|
1828
|
+
if (((bitField0_ & 0x00800000) != 0)) {
|
|
1746
1829
|
size += com.google.protobuf.CodedOutputStream
|
|
1747
1830
|
.computeMessageSize(96, getAdPrinter());
|
|
1748
1831
|
}
|
|
1832
|
+
if (((bitField1_ & 0x00000001) != 0)) {
|
|
1833
|
+
size += com.google.protobuf.CodedOutputStream
|
|
1834
|
+
.computeMessageSize(97, getManualAssetLockedFields());
|
|
1835
|
+
}
|
|
1836
|
+
if (((bitField0_ & 0x00400000) != 0)) {
|
|
1837
|
+
size += com.google.protobuf.CodedOutputStream
|
|
1838
|
+
.computeMessageSize(98, getHyperVHost());
|
|
1839
|
+
}
|
|
1749
1840
|
size += getUnknownFields().getSerializedSize();
|
|
1750
1841
|
memoizedSize = size;
|
|
1751
1842
|
return size;
|
|
@@ -1885,6 +1976,11 @@ private static final long serialVersionUID = 0L;
|
|
|
1885
1976
|
if (!getHyperVComputer()
|
|
1886
1977
|
.equals(other.getHyperVComputer())) return false;
|
|
1887
1978
|
}
|
|
1979
|
+
if (hasHyperVHost() != other.hasHyperVHost()) return false;
|
|
1980
|
+
if (hasHyperVHost()) {
|
|
1981
|
+
if (!getHyperVHost()
|
|
1982
|
+
.equals(other.getHyperVHost())) return false;
|
|
1983
|
+
}
|
|
1888
1984
|
if (hasAdPrinter() != other.hasAdPrinter()) return false;
|
|
1889
1985
|
if (hasAdPrinter()) {
|
|
1890
1986
|
if (!getAdPrinter()
|
|
@@ -1932,6 +2028,11 @@ private static final long serialVersionUID = 0L;
|
|
|
1932
2028
|
if (!getCitrix()
|
|
1933
2029
|
.equals(other.getCitrix())) return false;
|
|
1934
2030
|
}
|
|
2031
|
+
if (hasManualAssetLockedFields() != other.hasManualAssetLockedFields()) return false;
|
|
2032
|
+
if (hasManualAssetLockedFields()) {
|
|
2033
|
+
if (!getManualAssetLockedFields()
|
|
2034
|
+
.equals(other.getManualAssetLockedFields())) return false;
|
|
2035
|
+
}
|
|
1935
2036
|
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
|
|
1936
2037
|
return true;
|
|
1937
2038
|
}
|
|
@@ -2059,6 +2160,10 @@ private static final long serialVersionUID = 0L;
|
|
|
2059
2160
|
hash = (37 * hash) + HYPER_V_COMPUTER_FIELD_NUMBER;
|
|
2060
2161
|
hash = (53 * hash) + getHyperVComputer().hashCode();
|
|
2061
2162
|
}
|
|
2163
|
+
if (hasHyperVHost()) {
|
|
2164
|
+
hash = (37 * hash) + HYPER_V_HOST_FIELD_NUMBER;
|
|
2165
|
+
hash = (53 * hash) + getHyperVHost().hashCode();
|
|
2166
|
+
}
|
|
2062
2167
|
if (hasAdPrinter()) {
|
|
2063
2168
|
hash = (37 * hash) + AD_PRINTER_FIELD_NUMBER;
|
|
2064
2169
|
hash = (53 * hash) + getAdPrinter().hashCode();
|
|
@@ -2099,6 +2204,10 @@ private static final long serialVersionUID = 0L;
|
|
|
2099
2204
|
hash = (37 * hash) + CITRIX_FIELD_NUMBER;
|
|
2100
2205
|
hash = (53 * hash) + getCitrix().hashCode();
|
|
2101
2206
|
}
|
|
2207
|
+
if (hasManualAssetLockedFields()) {
|
|
2208
|
+
hash = (37 * hash) + MANUAL_ASSET_LOCKED_FIELDS_FIELD_NUMBER;
|
|
2209
|
+
hash = (53 * hash) + getManualAssetLockedFields().hashCode();
|
|
2210
|
+
}
|
|
2102
2211
|
hash = (29 * hash) + getUnknownFields().hashCode();
|
|
2103
2212
|
memoizedHashCode = hash;
|
|
2104
2213
|
return hash;
|
|
@@ -2259,6 +2368,7 @@ private static final long serialVersionUID = 0L;
|
|
|
2259
2368
|
getServerGroupFieldBuilder();
|
|
2260
2369
|
getAdComputerFieldBuilder();
|
|
2261
2370
|
getHyperVComputerFieldBuilder();
|
|
2371
|
+
getHyperVHostFieldBuilder();
|
|
2262
2372
|
getAdPrinterFieldBuilder();
|
|
2263
2373
|
getPrinterFieldBuilder();
|
|
2264
2374
|
getUpsFieldBuilder();
|
|
@@ -2269,6 +2379,7 @@ private static final long serialVersionUID = 0L;
|
|
|
2269
2379
|
getVmwareFieldBuilder();
|
|
2270
2380
|
getOffice365OrganizationFieldBuilder();
|
|
2271
2381
|
getCitrixFieldBuilder();
|
|
2382
|
+
getManualAssetLockedFieldsFieldBuilder();
|
|
2272
2383
|
}
|
|
2273
2384
|
}
|
|
2274
2385
|
@java.lang.Override
|
|
@@ -2423,6 +2534,11 @@ private static final long serialVersionUID = 0L;
|
|
|
2423
2534
|
hyperVComputerBuilder_.dispose();
|
|
2424
2535
|
hyperVComputerBuilder_ = null;
|
|
2425
2536
|
}
|
|
2537
|
+
hyperVHost_ = null;
|
|
2538
|
+
if (hyperVHostBuilder_ != null) {
|
|
2539
|
+
hyperVHostBuilder_.dispose();
|
|
2540
|
+
hyperVHostBuilder_ = null;
|
|
2541
|
+
}
|
|
2426
2542
|
adPrinter_ = null;
|
|
2427
2543
|
if (adPrinterBuilder_ != null) {
|
|
2428
2544
|
adPrinterBuilder_.dispose();
|
|
@@ -2454,7 +2570,7 @@ private static final long serialVersionUID = 0L;
|
|
|
2454
2570
|
changeLog_ = null;
|
|
2455
2571
|
changeLogBuilder_.clear();
|
|
2456
2572
|
}
|
|
2457
|
-
bitField1_ = (bitField1_ & ~
|
|
2573
|
+
bitField1_ = (bitField1_ & ~0x00000008);
|
|
2458
2574
|
intuneDevice_ = null;
|
|
2459
2575
|
if (intuneDeviceBuilder_ != null) {
|
|
2460
2576
|
intuneDeviceBuilder_.dispose();
|
|
@@ -2475,6 +2591,11 @@ private static final long serialVersionUID = 0L;
|
|
|
2475
2591
|
citrixBuilder_.dispose();
|
|
2476
2592
|
citrixBuilder_ = null;
|
|
2477
2593
|
}
|
|
2594
|
+
manualAssetLockedFields_ = null;
|
|
2595
|
+
if (manualAssetLockedFieldsBuilder_ != null) {
|
|
2596
|
+
manualAssetLockedFieldsBuilder_.dispose();
|
|
2597
|
+
manualAssetLockedFieldsBuilder_ = null;
|
|
2598
|
+
}
|
|
2478
2599
|
return this;
|
|
2479
2600
|
}
|
|
2480
2601
|
|
|
@@ -2573,9 +2694,9 @@ private static final long serialVersionUID = 0L;
|
|
|
2573
2694
|
result.warrantyInfo_ = warrantyInfoBuilder_.build();
|
|
2574
2695
|
}
|
|
2575
2696
|
if (changeLogBuilder_ == null) {
|
|
2576
|
-
if (((bitField1_ &
|
|
2697
|
+
if (((bitField1_ & 0x00000008) != 0)) {
|
|
2577
2698
|
changeLog_ = java.util.Collections.unmodifiableList(changeLog_);
|
|
2578
|
-
bitField1_ = (bitField1_ & ~
|
|
2699
|
+
bitField1_ = (bitField1_ & ~0x00000008);
|
|
2579
2700
|
}
|
|
2580
2701
|
result.changeLog_ = changeLog_;
|
|
2581
2702
|
} else {
|
|
@@ -2713,21 +2834,21 @@ private static final long serialVersionUID = 0L;
|
|
|
2713
2834
|
to_bitField0_ |= 0x00200000;
|
|
2714
2835
|
}
|
|
2715
2836
|
if (((from_bitField0_ & 0x20000000) != 0)) {
|
|
2837
|
+
result.hyperVHost_ = hyperVHostBuilder_ == null
|
|
2838
|
+
? hyperVHost_
|
|
2839
|
+
: hyperVHostBuilder_.build();
|
|
2840
|
+
to_bitField0_ |= 0x00400000;
|
|
2841
|
+
}
|
|
2842
|
+
if (((from_bitField0_ & 0x40000000) != 0)) {
|
|
2716
2843
|
result.adPrinter_ = adPrinterBuilder_ == null
|
|
2717
2844
|
? adPrinter_
|
|
2718
2845
|
: adPrinterBuilder_.build();
|
|
2719
|
-
to_bitField0_ |=
|
|
2846
|
+
to_bitField0_ |= 0x00800000;
|
|
2720
2847
|
}
|
|
2721
|
-
if (((from_bitField0_ &
|
|
2848
|
+
if (((from_bitField0_ & 0x80000000) != 0)) {
|
|
2722
2849
|
result.printer_ = printerBuilder_ == null
|
|
2723
2850
|
? printer_
|
|
2724
2851
|
: printerBuilder_.build();
|
|
2725
|
-
to_bitField0_ |= 0x00800000;
|
|
2726
|
-
}
|
|
2727
|
-
if (((from_bitField0_ & 0x80000000) != 0)) {
|
|
2728
|
-
result.ups_ = upsBuilder_ == null
|
|
2729
|
-
? ups_
|
|
2730
|
-
: upsBuilder_.build();
|
|
2731
2852
|
to_bitField0_ |= 0x01000000;
|
|
2732
2853
|
}
|
|
2733
2854
|
result.bitField0_ |= to_bitField0_;
|
|
@@ -2737,42 +2858,56 @@ private static final long serialVersionUID = 0L;
|
|
|
2737
2858
|
int from_bitField1_ = bitField1_;
|
|
2738
2859
|
int to_bitField0_ = 0;
|
|
2739
2860
|
if (((from_bitField1_ & 0x00000001) != 0)) {
|
|
2861
|
+
result.ups_ = upsBuilder_ == null
|
|
2862
|
+
? ups_
|
|
2863
|
+
: upsBuilder_.build();
|
|
2864
|
+
to_bitField0_ |= 0x02000000;
|
|
2865
|
+
}
|
|
2866
|
+
if (((from_bitField1_ & 0x00000002) != 0)) {
|
|
2740
2867
|
result.otModule_ = otModuleBuilder_ == null
|
|
2741
2868
|
? otModule_
|
|
2742
2869
|
: otModuleBuilder_.build();
|
|
2743
|
-
to_bitField0_ |=
|
|
2870
|
+
to_bitField0_ |= 0x04000000;
|
|
2744
2871
|
}
|
|
2745
|
-
if (((from_bitField1_ &
|
|
2872
|
+
if (((from_bitField1_ & 0x00000004) != 0)) {
|
|
2746
2873
|
result.cloud_ = cloudBuilder_ == null
|
|
2747
2874
|
? cloud_
|
|
2748
2875
|
: cloudBuilder_.build();
|
|
2749
|
-
to_bitField0_ |=
|
|
2876
|
+
to_bitField0_ |= 0x08000000;
|
|
2750
2877
|
}
|
|
2751
|
-
if (((from_bitField1_ &
|
|
2878
|
+
if (((from_bitField1_ & 0x00000010) != 0)) {
|
|
2752
2879
|
result.intuneDevice_ = intuneDeviceBuilder_ == null
|
|
2753
2880
|
? intuneDevice_
|
|
2754
2881
|
: intuneDeviceBuilder_.build();
|
|
2755
|
-
to_bitField0_ |=
|
|
2882
|
+
to_bitField0_ |= 0x10000000;
|
|
2756
2883
|
}
|
|
2757
|
-
if (((from_bitField1_ &
|
|
2884
|
+
if (((from_bitField1_ & 0x00000020) != 0)) {
|
|
2758
2885
|
result.vmware_ = vmwareBuilder_ == null
|
|
2759
2886
|
? vmware_
|
|
2760
2887
|
: vmwareBuilder_.build();
|
|
2761
|
-
to_bitField0_ |=
|
|
2888
|
+
to_bitField0_ |= 0x20000000;
|
|
2762
2889
|
}
|
|
2763
|
-
if (((from_bitField1_ &
|
|
2890
|
+
if (((from_bitField1_ & 0x00000040) != 0)) {
|
|
2764
2891
|
result.office365Organization_ = office365OrganizationBuilder_ == null
|
|
2765
2892
|
? office365Organization_
|
|
2766
2893
|
: office365OrganizationBuilder_.build();
|
|
2767
|
-
to_bitField0_ |=
|
|
2894
|
+
to_bitField0_ |= 0x40000000;
|
|
2768
2895
|
}
|
|
2769
|
-
if (((from_bitField1_ &
|
|
2896
|
+
if (((from_bitField1_ & 0x00000080) != 0)) {
|
|
2770
2897
|
result.citrix_ = citrixBuilder_ == null
|
|
2771
2898
|
? citrix_
|
|
2772
2899
|
: citrixBuilder_.build();
|
|
2773
|
-
to_bitField0_ |=
|
|
2900
|
+
to_bitField0_ |= 0x80000000;
|
|
2901
|
+
}
|
|
2902
|
+
int to_bitField1_ = 0;
|
|
2903
|
+
if (((from_bitField1_ & 0x00000100) != 0)) {
|
|
2904
|
+
result.manualAssetLockedFields_ = manualAssetLockedFieldsBuilder_ == null
|
|
2905
|
+
? manualAssetLockedFields_
|
|
2906
|
+
: manualAssetLockedFieldsBuilder_.build();
|
|
2907
|
+
to_bitField1_ |= 0x00000001;
|
|
2774
2908
|
}
|
|
2775
2909
|
result.bitField0_ |= to_bitField0_;
|
|
2910
|
+
result.bitField1_ |= to_bitField1_;
|
|
2776
2911
|
}
|
|
2777
2912
|
|
|
2778
2913
|
@java.lang.Override
|
|
@@ -3073,6 +3208,9 @@ private static final long serialVersionUID = 0L;
|
|
|
3073
3208
|
if (other.hasHyperVComputer()) {
|
|
3074
3209
|
mergeHyperVComputer(other.getHyperVComputer());
|
|
3075
3210
|
}
|
|
3211
|
+
if (other.hasHyperVHost()) {
|
|
3212
|
+
mergeHyperVHost(other.getHyperVHost());
|
|
3213
|
+
}
|
|
3076
3214
|
if (other.hasAdPrinter()) {
|
|
3077
3215
|
mergeAdPrinter(other.getAdPrinter());
|
|
3078
3216
|
}
|
|
@@ -3092,7 +3230,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3092
3230
|
if (!other.changeLog_.isEmpty()) {
|
|
3093
3231
|
if (changeLog_.isEmpty()) {
|
|
3094
3232
|
changeLog_ = other.changeLog_;
|
|
3095
|
-
bitField1_ = (bitField1_ & ~
|
|
3233
|
+
bitField1_ = (bitField1_ & ~0x00000008);
|
|
3096
3234
|
} else {
|
|
3097
3235
|
ensureChangeLogIsMutable();
|
|
3098
3236
|
changeLog_.addAll(other.changeLog_);
|
|
@@ -3105,7 +3243,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3105
3243
|
changeLogBuilder_.dispose();
|
|
3106
3244
|
changeLogBuilder_ = null;
|
|
3107
3245
|
changeLog_ = other.changeLog_;
|
|
3108
|
-
bitField1_ = (bitField1_ & ~
|
|
3246
|
+
bitField1_ = (bitField1_ & ~0x00000008);
|
|
3109
3247
|
changeLogBuilder_ =
|
|
3110
3248
|
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
|
|
3111
3249
|
getChangeLogFieldBuilder() : null;
|
|
@@ -3126,6 +3264,9 @@ private static final long serialVersionUID = 0L;
|
|
|
3126
3264
|
if (other.hasCitrix()) {
|
|
3127
3265
|
mergeCitrix(other.getCitrix());
|
|
3128
3266
|
}
|
|
3267
|
+
if (other.hasManualAssetLockedFields()) {
|
|
3268
|
+
mergeManualAssetLockedFields(other.getManualAssetLockedFields());
|
|
3269
|
+
}
|
|
3129
3270
|
this.mergeUnknownFields(other.getUnknownFields());
|
|
3130
3271
|
onChanged();
|
|
3131
3272
|
return this;
|
|
@@ -3239,14 +3380,14 @@ private static final long serialVersionUID = 0L;
|
|
|
3239
3380
|
input.readMessage(
|
|
3240
3381
|
getOtModuleFieldBuilder().getBuilder(),
|
|
3241
3382
|
extensionRegistry);
|
|
3242
|
-
bitField1_ |=
|
|
3383
|
+
bitField1_ |= 0x00000002;
|
|
3243
3384
|
break;
|
|
3244
3385
|
} // case 130
|
|
3245
3386
|
case 138: {
|
|
3246
3387
|
input.readMessage(
|
|
3247
3388
|
getCloudFieldBuilder().getBuilder(),
|
|
3248
3389
|
extensionRegistry);
|
|
3249
|
-
bitField1_ |=
|
|
3390
|
+
bitField1_ |= 0x00000004;
|
|
3250
3391
|
break;
|
|
3251
3392
|
} // case 138
|
|
3252
3393
|
case 162: {
|
|
@@ -3375,14 +3516,14 @@ private static final long serialVersionUID = 0L;
|
|
|
3375
3516
|
input.readMessage(
|
|
3376
3517
|
getPrinterFieldBuilder().getBuilder(),
|
|
3377
3518
|
extensionRegistry);
|
|
3378
|
-
bitField0_ |=
|
|
3519
|
+
bitField0_ |= 0x80000000;
|
|
3379
3520
|
break;
|
|
3380
3521
|
} // case 674
|
|
3381
3522
|
case 682: {
|
|
3382
3523
|
input.readMessage(
|
|
3383
3524
|
getUpsFieldBuilder().getBuilder(),
|
|
3384
3525
|
extensionRegistry);
|
|
3385
|
-
|
|
3526
|
+
bitField1_ |= 0x00000001;
|
|
3386
3527
|
break;
|
|
3387
3528
|
} // case 682
|
|
3388
3529
|
case 690: {
|
|
@@ -3423,7 +3564,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3423
3564
|
input.readMessage(
|
|
3424
3565
|
getIntuneDeviceFieldBuilder().getBuilder(),
|
|
3425
3566
|
extensionRegistry);
|
|
3426
|
-
bitField1_ |=
|
|
3567
|
+
bitField1_ |= 0x00000010;
|
|
3427
3568
|
break;
|
|
3428
3569
|
} // case 722
|
|
3429
3570
|
case 738: {
|
|
@@ -3443,30 +3584,44 @@ private static final long serialVersionUID = 0L;
|
|
|
3443
3584
|
input.readMessage(
|
|
3444
3585
|
getVmwareFieldBuilder().getBuilder(),
|
|
3445
3586
|
extensionRegistry);
|
|
3446
|
-
bitField1_ |=
|
|
3587
|
+
bitField1_ |= 0x00000020;
|
|
3447
3588
|
break;
|
|
3448
3589
|
} // case 746
|
|
3449
3590
|
case 754: {
|
|
3450
3591
|
input.readMessage(
|
|
3451
3592
|
getOffice365OrganizationFieldBuilder().getBuilder(),
|
|
3452
3593
|
extensionRegistry);
|
|
3453
|
-
bitField1_ |=
|
|
3594
|
+
bitField1_ |= 0x00000040;
|
|
3454
3595
|
break;
|
|
3455
3596
|
} // case 754
|
|
3456
3597
|
case 762: {
|
|
3457
3598
|
input.readMessage(
|
|
3458
3599
|
getCitrixFieldBuilder().getBuilder(),
|
|
3459
3600
|
extensionRegistry);
|
|
3460
|
-
bitField1_ |=
|
|
3601
|
+
bitField1_ |= 0x00000080;
|
|
3461
3602
|
break;
|
|
3462
3603
|
} // case 762
|
|
3463
3604
|
case 770: {
|
|
3464
3605
|
input.readMessage(
|
|
3465
3606
|
getAdPrinterFieldBuilder().getBuilder(),
|
|
3466
3607
|
extensionRegistry);
|
|
3467
|
-
bitField0_ |=
|
|
3608
|
+
bitField0_ |= 0x40000000;
|
|
3468
3609
|
break;
|
|
3469
3610
|
} // case 770
|
|
3611
|
+
case 778: {
|
|
3612
|
+
input.readMessage(
|
|
3613
|
+
getManualAssetLockedFieldsFieldBuilder().getBuilder(),
|
|
3614
|
+
extensionRegistry);
|
|
3615
|
+
bitField1_ |= 0x00000100;
|
|
3616
|
+
break;
|
|
3617
|
+
} // case 778
|
|
3618
|
+
case 786: {
|
|
3619
|
+
input.readMessage(
|
|
3620
|
+
getHyperVHostFieldBuilder().getBuilder(),
|
|
3621
|
+
extensionRegistry);
|
|
3622
|
+
bitField0_ |= 0x20000000;
|
|
3623
|
+
break;
|
|
3624
|
+
} // case 786
|
|
3470
3625
|
default: {
|
|
3471
3626
|
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
|
|
3472
3627
|
done = true; // was an endgroup tag
|
|
@@ -8247,6 +8402,163 @@ private static final long serialVersionUID = 0L;
|
|
|
8247
8402
|
return hyperVComputerBuilder_;
|
|
8248
8403
|
}
|
|
8249
8404
|
|
|
8405
|
+
private com.lansweeper.dp.outbound.v1.HyperVHost hyperVHost_;
|
|
8406
|
+
private com.google.protobuf.SingleFieldBuilderV3<
|
|
8407
|
+
com.lansweeper.dp.outbound.v1.HyperVHost, com.lansweeper.dp.outbound.v1.HyperVHost.Builder, com.lansweeper.dp.outbound.v1.HyperVHostOrBuilder> hyperVHostBuilder_;
|
|
8408
|
+
/**
|
|
8409
|
+
* <pre>
|
|
8410
|
+
* HyperV Host info, if asset is a HyperV Guest
|
|
8411
|
+
* </pre>
|
|
8412
|
+
*
|
|
8413
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.HyperVHost hyper_v_host = 98;</code>
|
|
8414
|
+
* @return Whether the hyperVHost field is set.
|
|
8415
|
+
*/
|
|
8416
|
+
public boolean hasHyperVHost() {
|
|
8417
|
+
return ((bitField0_ & 0x20000000) != 0);
|
|
8418
|
+
}
|
|
8419
|
+
/**
|
|
8420
|
+
* <pre>
|
|
8421
|
+
* HyperV Host info, if asset is a HyperV Guest
|
|
8422
|
+
* </pre>
|
|
8423
|
+
*
|
|
8424
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.HyperVHost hyper_v_host = 98;</code>
|
|
8425
|
+
* @return The hyperVHost.
|
|
8426
|
+
*/
|
|
8427
|
+
public com.lansweeper.dp.outbound.v1.HyperVHost getHyperVHost() {
|
|
8428
|
+
if (hyperVHostBuilder_ == null) {
|
|
8429
|
+
return hyperVHost_ == null ? com.lansweeper.dp.outbound.v1.HyperVHost.getDefaultInstance() : hyperVHost_;
|
|
8430
|
+
} else {
|
|
8431
|
+
return hyperVHostBuilder_.getMessage();
|
|
8432
|
+
}
|
|
8433
|
+
}
|
|
8434
|
+
/**
|
|
8435
|
+
* <pre>
|
|
8436
|
+
* HyperV Host info, if asset is a HyperV Guest
|
|
8437
|
+
* </pre>
|
|
8438
|
+
*
|
|
8439
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.HyperVHost hyper_v_host = 98;</code>
|
|
8440
|
+
*/
|
|
8441
|
+
public Builder setHyperVHost(com.lansweeper.dp.outbound.v1.HyperVHost value) {
|
|
8442
|
+
if (hyperVHostBuilder_ == null) {
|
|
8443
|
+
if (value == null) {
|
|
8444
|
+
throw new NullPointerException();
|
|
8445
|
+
}
|
|
8446
|
+
hyperVHost_ = value;
|
|
8447
|
+
} else {
|
|
8448
|
+
hyperVHostBuilder_.setMessage(value);
|
|
8449
|
+
}
|
|
8450
|
+
bitField0_ |= 0x20000000;
|
|
8451
|
+
onChanged();
|
|
8452
|
+
return this;
|
|
8453
|
+
}
|
|
8454
|
+
/**
|
|
8455
|
+
* <pre>
|
|
8456
|
+
* HyperV Host info, if asset is a HyperV Guest
|
|
8457
|
+
* </pre>
|
|
8458
|
+
*
|
|
8459
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.HyperVHost hyper_v_host = 98;</code>
|
|
8460
|
+
*/
|
|
8461
|
+
public Builder setHyperVHost(
|
|
8462
|
+
com.lansweeper.dp.outbound.v1.HyperVHost.Builder builderForValue) {
|
|
8463
|
+
if (hyperVHostBuilder_ == null) {
|
|
8464
|
+
hyperVHost_ = builderForValue.build();
|
|
8465
|
+
} else {
|
|
8466
|
+
hyperVHostBuilder_.setMessage(builderForValue.build());
|
|
8467
|
+
}
|
|
8468
|
+
bitField0_ |= 0x20000000;
|
|
8469
|
+
onChanged();
|
|
8470
|
+
return this;
|
|
8471
|
+
}
|
|
8472
|
+
/**
|
|
8473
|
+
* <pre>
|
|
8474
|
+
* HyperV Host info, if asset is a HyperV Guest
|
|
8475
|
+
* </pre>
|
|
8476
|
+
*
|
|
8477
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.HyperVHost hyper_v_host = 98;</code>
|
|
8478
|
+
*/
|
|
8479
|
+
public Builder mergeHyperVHost(com.lansweeper.dp.outbound.v1.HyperVHost value) {
|
|
8480
|
+
if (hyperVHostBuilder_ == null) {
|
|
8481
|
+
if (((bitField0_ & 0x20000000) != 0) &&
|
|
8482
|
+
hyperVHost_ != null &&
|
|
8483
|
+
hyperVHost_ != com.lansweeper.dp.outbound.v1.HyperVHost.getDefaultInstance()) {
|
|
8484
|
+
getHyperVHostBuilder().mergeFrom(value);
|
|
8485
|
+
} else {
|
|
8486
|
+
hyperVHost_ = value;
|
|
8487
|
+
}
|
|
8488
|
+
} else {
|
|
8489
|
+
hyperVHostBuilder_.mergeFrom(value);
|
|
8490
|
+
}
|
|
8491
|
+
if (hyperVHost_ != null) {
|
|
8492
|
+
bitField0_ |= 0x20000000;
|
|
8493
|
+
onChanged();
|
|
8494
|
+
}
|
|
8495
|
+
return this;
|
|
8496
|
+
}
|
|
8497
|
+
/**
|
|
8498
|
+
* <pre>
|
|
8499
|
+
* HyperV Host info, if asset is a HyperV Guest
|
|
8500
|
+
* </pre>
|
|
8501
|
+
*
|
|
8502
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.HyperVHost hyper_v_host = 98;</code>
|
|
8503
|
+
*/
|
|
8504
|
+
public Builder clearHyperVHost() {
|
|
8505
|
+
bitField0_ = (bitField0_ & ~0x20000000);
|
|
8506
|
+
hyperVHost_ = null;
|
|
8507
|
+
if (hyperVHostBuilder_ != null) {
|
|
8508
|
+
hyperVHostBuilder_.dispose();
|
|
8509
|
+
hyperVHostBuilder_ = null;
|
|
8510
|
+
}
|
|
8511
|
+
onChanged();
|
|
8512
|
+
return this;
|
|
8513
|
+
}
|
|
8514
|
+
/**
|
|
8515
|
+
* <pre>
|
|
8516
|
+
* HyperV Host info, if asset is a HyperV Guest
|
|
8517
|
+
* </pre>
|
|
8518
|
+
*
|
|
8519
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.HyperVHost hyper_v_host = 98;</code>
|
|
8520
|
+
*/
|
|
8521
|
+
public com.lansweeper.dp.outbound.v1.HyperVHost.Builder getHyperVHostBuilder() {
|
|
8522
|
+
bitField0_ |= 0x20000000;
|
|
8523
|
+
onChanged();
|
|
8524
|
+
return getHyperVHostFieldBuilder().getBuilder();
|
|
8525
|
+
}
|
|
8526
|
+
/**
|
|
8527
|
+
* <pre>
|
|
8528
|
+
* HyperV Host info, if asset is a HyperV Guest
|
|
8529
|
+
* </pre>
|
|
8530
|
+
*
|
|
8531
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.HyperVHost hyper_v_host = 98;</code>
|
|
8532
|
+
*/
|
|
8533
|
+
public com.lansweeper.dp.outbound.v1.HyperVHostOrBuilder getHyperVHostOrBuilder() {
|
|
8534
|
+
if (hyperVHostBuilder_ != null) {
|
|
8535
|
+
return hyperVHostBuilder_.getMessageOrBuilder();
|
|
8536
|
+
} else {
|
|
8537
|
+
return hyperVHost_ == null ?
|
|
8538
|
+
com.lansweeper.dp.outbound.v1.HyperVHost.getDefaultInstance() : hyperVHost_;
|
|
8539
|
+
}
|
|
8540
|
+
}
|
|
8541
|
+
/**
|
|
8542
|
+
* <pre>
|
|
8543
|
+
* HyperV Host info, if asset is a HyperV Guest
|
|
8544
|
+
* </pre>
|
|
8545
|
+
*
|
|
8546
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.HyperVHost hyper_v_host = 98;</code>
|
|
8547
|
+
*/
|
|
8548
|
+
private com.google.protobuf.SingleFieldBuilderV3<
|
|
8549
|
+
com.lansweeper.dp.outbound.v1.HyperVHost, com.lansweeper.dp.outbound.v1.HyperVHost.Builder, com.lansweeper.dp.outbound.v1.HyperVHostOrBuilder>
|
|
8550
|
+
getHyperVHostFieldBuilder() {
|
|
8551
|
+
if (hyperVHostBuilder_ == null) {
|
|
8552
|
+
hyperVHostBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
|
8553
|
+
com.lansweeper.dp.outbound.v1.HyperVHost, com.lansweeper.dp.outbound.v1.HyperVHost.Builder, com.lansweeper.dp.outbound.v1.HyperVHostOrBuilder>(
|
|
8554
|
+
getHyperVHost(),
|
|
8555
|
+
getParentForChildren(),
|
|
8556
|
+
isClean());
|
|
8557
|
+
hyperVHost_ = null;
|
|
8558
|
+
}
|
|
8559
|
+
return hyperVHostBuilder_;
|
|
8560
|
+
}
|
|
8561
|
+
|
|
8250
8562
|
private com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter adPrinter_;
|
|
8251
8563
|
private com.google.protobuf.SingleFieldBuilderV3<
|
|
8252
8564
|
com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter, com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.Builder, com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinterOrBuilder> adPrinterBuilder_;
|
|
@@ -8255,7 +8567,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8255
8567
|
* @return Whether the adPrinter field is set.
|
|
8256
8568
|
*/
|
|
8257
8569
|
public boolean hasAdPrinter() {
|
|
8258
|
-
return ((bitField0_ &
|
|
8570
|
+
return ((bitField0_ & 0x40000000) != 0);
|
|
8259
8571
|
}
|
|
8260
8572
|
/**
|
|
8261
8573
|
* <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter ad_printer = 96;</code>
|
|
@@ -8280,7 +8592,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8280
8592
|
} else {
|
|
8281
8593
|
adPrinterBuilder_.setMessage(value);
|
|
8282
8594
|
}
|
|
8283
|
-
bitField0_ |=
|
|
8595
|
+
bitField0_ |= 0x40000000;
|
|
8284
8596
|
onChanged();
|
|
8285
8597
|
return this;
|
|
8286
8598
|
}
|
|
@@ -8294,7 +8606,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8294
8606
|
} else {
|
|
8295
8607
|
adPrinterBuilder_.setMessage(builderForValue.build());
|
|
8296
8608
|
}
|
|
8297
|
-
bitField0_ |=
|
|
8609
|
+
bitField0_ |= 0x40000000;
|
|
8298
8610
|
onChanged();
|
|
8299
8611
|
return this;
|
|
8300
8612
|
}
|
|
@@ -8303,7 +8615,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8303
8615
|
*/
|
|
8304
8616
|
public Builder mergeAdPrinter(com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter value) {
|
|
8305
8617
|
if (adPrinterBuilder_ == null) {
|
|
8306
|
-
if (((bitField0_ &
|
|
8618
|
+
if (((bitField0_ & 0x40000000) != 0) &&
|
|
8307
8619
|
adPrinter_ != null &&
|
|
8308
8620
|
adPrinter_ != com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.getDefaultInstance()) {
|
|
8309
8621
|
getAdPrinterBuilder().mergeFrom(value);
|
|
@@ -8314,7 +8626,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8314
8626
|
adPrinterBuilder_.mergeFrom(value);
|
|
8315
8627
|
}
|
|
8316
8628
|
if (adPrinter_ != null) {
|
|
8317
|
-
bitField0_ |=
|
|
8629
|
+
bitField0_ |= 0x40000000;
|
|
8318
8630
|
onChanged();
|
|
8319
8631
|
}
|
|
8320
8632
|
return this;
|
|
@@ -8323,7 +8635,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8323
8635
|
* <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter ad_printer = 96;</code>
|
|
8324
8636
|
*/
|
|
8325
8637
|
public Builder clearAdPrinter() {
|
|
8326
|
-
bitField0_ = (bitField0_ & ~
|
|
8638
|
+
bitField0_ = (bitField0_ & ~0x40000000);
|
|
8327
8639
|
adPrinter_ = null;
|
|
8328
8640
|
if (adPrinterBuilder_ != null) {
|
|
8329
8641
|
adPrinterBuilder_.dispose();
|
|
@@ -8336,7 +8648,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8336
8648
|
* <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter ad_printer = 96;</code>
|
|
8337
8649
|
*/
|
|
8338
8650
|
public com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.Builder getAdPrinterBuilder() {
|
|
8339
|
-
bitField0_ |=
|
|
8651
|
+
bitField0_ |= 0x40000000;
|
|
8340
8652
|
onChanged();
|
|
8341
8653
|
return getAdPrinterFieldBuilder().getBuilder();
|
|
8342
8654
|
}
|
|
@@ -8376,7 +8688,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8376
8688
|
* @return Whether the printer field is set.
|
|
8377
8689
|
*/
|
|
8378
8690
|
public boolean hasPrinter() {
|
|
8379
|
-
return ((bitField0_ &
|
|
8691
|
+
return ((bitField0_ & 0x80000000) != 0);
|
|
8380
8692
|
}
|
|
8381
8693
|
/**
|
|
8382
8694
|
* <code>optional .com.lansweeper.dp.outbound.v1.Printer printer = 84;</code>
|
|
@@ -8401,7 +8713,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8401
8713
|
} else {
|
|
8402
8714
|
printerBuilder_.setMessage(value);
|
|
8403
8715
|
}
|
|
8404
|
-
bitField0_ |=
|
|
8716
|
+
bitField0_ |= 0x80000000;
|
|
8405
8717
|
onChanged();
|
|
8406
8718
|
return this;
|
|
8407
8719
|
}
|
|
@@ -8415,7 +8727,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8415
8727
|
} else {
|
|
8416
8728
|
printerBuilder_.setMessage(builderForValue.build());
|
|
8417
8729
|
}
|
|
8418
|
-
bitField0_ |=
|
|
8730
|
+
bitField0_ |= 0x80000000;
|
|
8419
8731
|
onChanged();
|
|
8420
8732
|
return this;
|
|
8421
8733
|
}
|
|
@@ -8424,7 +8736,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8424
8736
|
*/
|
|
8425
8737
|
public Builder mergePrinter(com.lansweeper.dp.outbound.v1.Printer value) {
|
|
8426
8738
|
if (printerBuilder_ == null) {
|
|
8427
|
-
if (((bitField0_ &
|
|
8739
|
+
if (((bitField0_ & 0x80000000) != 0) &&
|
|
8428
8740
|
printer_ != null &&
|
|
8429
8741
|
printer_ != com.lansweeper.dp.outbound.v1.Printer.getDefaultInstance()) {
|
|
8430
8742
|
getPrinterBuilder().mergeFrom(value);
|
|
@@ -8435,7 +8747,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8435
8747
|
printerBuilder_.mergeFrom(value);
|
|
8436
8748
|
}
|
|
8437
8749
|
if (printer_ != null) {
|
|
8438
|
-
bitField0_ |=
|
|
8750
|
+
bitField0_ |= 0x80000000;
|
|
8439
8751
|
onChanged();
|
|
8440
8752
|
}
|
|
8441
8753
|
return this;
|
|
@@ -8444,7 +8756,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8444
8756
|
* <code>optional .com.lansweeper.dp.outbound.v1.Printer printer = 84;</code>
|
|
8445
8757
|
*/
|
|
8446
8758
|
public Builder clearPrinter() {
|
|
8447
|
-
bitField0_ = (bitField0_ & ~
|
|
8759
|
+
bitField0_ = (bitField0_ & ~0x80000000);
|
|
8448
8760
|
printer_ = null;
|
|
8449
8761
|
if (printerBuilder_ != null) {
|
|
8450
8762
|
printerBuilder_.dispose();
|
|
@@ -8457,7 +8769,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8457
8769
|
* <code>optional .com.lansweeper.dp.outbound.v1.Printer printer = 84;</code>
|
|
8458
8770
|
*/
|
|
8459
8771
|
public com.lansweeper.dp.outbound.v1.Printer.Builder getPrinterBuilder() {
|
|
8460
|
-
bitField0_ |=
|
|
8772
|
+
bitField0_ |= 0x80000000;
|
|
8461
8773
|
onChanged();
|
|
8462
8774
|
return getPrinterFieldBuilder().getBuilder();
|
|
8463
8775
|
}
|
|
@@ -8497,7 +8809,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8497
8809
|
* @return Whether the ups field is set.
|
|
8498
8810
|
*/
|
|
8499
8811
|
public boolean hasUps() {
|
|
8500
|
-
return ((
|
|
8812
|
+
return ((bitField1_ & 0x00000001) != 0);
|
|
8501
8813
|
}
|
|
8502
8814
|
/**
|
|
8503
8815
|
* <code>optional .com.lansweeper.dp.outbound.v1.Ups ups = 85;</code>
|
|
@@ -8522,7 +8834,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8522
8834
|
} else {
|
|
8523
8835
|
upsBuilder_.setMessage(value);
|
|
8524
8836
|
}
|
|
8525
|
-
|
|
8837
|
+
bitField1_ |= 0x00000001;
|
|
8526
8838
|
onChanged();
|
|
8527
8839
|
return this;
|
|
8528
8840
|
}
|
|
@@ -8536,7 +8848,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8536
8848
|
} else {
|
|
8537
8849
|
upsBuilder_.setMessage(builderForValue.build());
|
|
8538
8850
|
}
|
|
8539
|
-
|
|
8851
|
+
bitField1_ |= 0x00000001;
|
|
8540
8852
|
onChanged();
|
|
8541
8853
|
return this;
|
|
8542
8854
|
}
|
|
@@ -8545,7 +8857,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8545
8857
|
*/
|
|
8546
8858
|
public Builder mergeUps(com.lansweeper.dp.outbound.v1.Ups value) {
|
|
8547
8859
|
if (upsBuilder_ == null) {
|
|
8548
|
-
if (((
|
|
8860
|
+
if (((bitField1_ & 0x00000001) != 0) &&
|
|
8549
8861
|
ups_ != null &&
|
|
8550
8862
|
ups_ != com.lansweeper.dp.outbound.v1.Ups.getDefaultInstance()) {
|
|
8551
8863
|
getUpsBuilder().mergeFrom(value);
|
|
@@ -8556,7 +8868,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8556
8868
|
upsBuilder_.mergeFrom(value);
|
|
8557
8869
|
}
|
|
8558
8870
|
if (ups_ != null) {
|
|
8559
|
-
|
|
8871
|
+
bitField1_ |= 0x00000001;
|
|
8560
8872
|
onChanged();
|
|
8561
8873
|
}
|
|
8562
8874
|
return this;
|
|
@@ -8565,7 +8877,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8565
8877
|
* <code>optional .com.lansweeper.dp.outbound.v1.Ups ups = 85;</code>
|
|
8566
8878
|
*/
|
|
8567
8879
|
public Builder clearUps() {
|
|
8568
|
-
|
|
8880
|
+
bitField1_ = (bitField1_ & ~0x00000001);
|
|
8569
8881
|
ups_ = null;
|
|
8570
8882
|
if (upsBuilder_ != null) {
|
|
8571
8883
|
upsBuilder_.dispose();
|
|
@@ -8578,7 +8890,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8578
8890
|
* <code>optional .com.lansweeper.dp.outbound.v1.Ups ups = 85;</code>
|
|
8579
8891
|
*/
|
|
8580
8892
|
public com.lansweeper.dp.outbound.v1.Ups.Builder getUpsBuilder() {
|
|
8581
|
-
|
|
8893
|
+
bitField1_ |= 0x00000001;
|
|
8582
8894
|
onChanged();
|
|
8583
8895
|
return getUpsFieldBuilder().getBuilder();
|
|
8584
8896
|
}
|
|
@@ -8622,7 +8934,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8622
8934
|
* @return Whether the otModule field is set.
|
|
8623
8935
|
*/
|
|
8624
8936
|
public boolean hasOtModule() {
|
|
8625
|
-
return ((bitField1_ &
|
|
8937
|
+
return ((bitField1_ & 0x00000002) != 0);
|
|
8626
8938
|
}
|
|
8627
8939
|
/**
|
|
8628
8940
|
* <pre>
|
|
@@ -8655,7 +8967,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8655
8967
|
} else {
|
|
8656
8968
|
otModuleBuilder_.setMessage(value);
|
|
8657
8969
|
}
|
|
8658
|
-
bitField1_ |=
|
|
8970
|
+
bitField1_ |= 0x00000002;
|
|
8659
8971
|
onChanged();
|
|
8660
8972
|
return this;
|
|
8661
8973
|
}
|
|
@@ -8673,7 +8985,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8673
8985
|
} else {
|
|
8674
8986
|
otModuleBuilder_.setMessage(builderForValue.build());
|
|
8675
8987
|
}
|
|
8676
|
-
bitField1_ |=
|
|
8988
|
+
bitField1_ |= 0x00000002;
|
|
8677
8989
|
onChanged();
|
|
8678
8990
|
return this;
|
|
8679
8991
|
}
|
|
@@ -8686,7 +8998,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8686
8998
|
*/
|
|
8687
8999
|
public Builder mergeOtModule(com.lansweeper.dp.outbound.v1.OtModule value) {
|
|
8688
9000
|
if (otModuleBuilder_ == null) {
|
|
8689
|
-
if (((bitField1_ &
|
|
9001
|
+
if (((bitField1_ & 0x00000002) != 0) &&
|
|
8690
9002
|
otModule_ != null &&
|
|
8691
9003
|
otModule_ != com.lansweeper.dp.outbound.v1.OtModule.getDefaultInstance()) {
|
|
8692
9004
|
getOtModuleBuilder().mergeFrom(value);
|
|
@@ -8697,7 +9009,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8697
9009
|
otModuleBuilder_.mergeFrom(value);
|
|
8698
9010
|
}
|
|
8699
9011
|
if (otModule_ != null) {
|
|
8700
|
-
bitField1_ |=
|
|
9012
|
+
bitField1_ |= 0x00000002;
|
|
8701
9013
|
onChanged();
|
|
8702
9014
|
}
|
|
8703
9015
|
return this;
|
|
@@ -8710,7 +9022,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8710
9022
|
* <code>optional .com.lansweeper.dp.outbound.v1.OtModule ot_module = 16;</code>
|
|
8711
9023
|
*/
|
|
8712
9024
|
public Builder clearOtModule() {
|
|
8713
|
-
bitField1_ = (bitField1_ & ~
|
|
9025
|
+
bitField1_ = (bitField1_ & ~0x00000002);
|
|
8714
9026
|
otModule_ = null;
|
|
8715
9027
|
if (otModuleBuilder_ != null) {
|
|
8716
9028
|
otModuleBuilder_.dispose();
|
|
@@ -8727,7 +9039,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8727
9039
|
* <code>optional .com.lansweeper.dp.outbound.v1.OtModule ot_module = 16;</code>
|
|
8728
9040
|
*/
|
|
8729
9041
|
public com.lansweeper.dp.outbound.v1.OtModule.Builder getOtModuleBuilder() {
|
|
8730
|
-
bitField1_ |=
|
|
9042
|
+
bitField1_ |= 0x00000002;
|
|
8731
9043
|
onChanged();
|
|
8732
9044
|
return getOtModuleFieldBuilder().getBuilder();
|
|
8733
9045
|
}
|
|
@@ -8775,7 +9087,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8775
9087
|
* @return Whether the cloud field is set.
|
|
8776
9088
|
*/
|
|
8777
9089
|
public boolean hasCloud() {
|
|
8778
|
-
return ((bitField1_ &
|
|
9090
|
+
return ((bitField1_ & 0x00000004) != 0);
|
|
8779
9091
|
}
|
|
8780
9092
|
/**
|
|
8781
9093
|
* <code>optional .com.lansweeper.dp.outbound.v1.CloudEntity cloud = 17;</code>
|
|
@@ -8800,7 +9112,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8800
9112
|
} else {
|
|
8801
9113
|
cloudBuilder_.setMessage(value);
|
|
8802
9114
|
}
|
|
8803
|
-
bitField1_ |=
|
|
9115
|
+
bitField1_ |= 0x00000004;
|
|
8804
9116
|
onChanged();
|
|
8805
9117
|
return this;
|
|
8806
9118
|
}
|
|
@@ -8814,7 +9126,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8814
9126
|
} else {
|
|
8815
9127
|
cloudBuilder_.setMessage(builderForValue.build());
|
|
8816
9128
|
}
|
|
8817
|
-
bitField1_ |=
|
|
9129
|
+
bitField1_ |= 0x00000004;
|
|
8818
9130
|
onChanged();
|
|
8819
9131
|
return this;
|
|
8820
9132
|
}
|
|
@@ -8823,7 +9135,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8823
9135
|
*/
|
|
8824
9136
|
public Builder mergeCloud(com.lansweeper.dp.outbound.v1.CloudEntity value) {
|
|
8825
9137
|
if (cloudBuilder_ == null) {
|
|
8826
|
-
if (((bitField1_ &
|
|
9138
|
+
if (((bitField1_ & 0x00000004) != 0) &&
|
|
8827
9139
|
cloud_ != null &&
|
|
8828
9140
|
cloud_ != com.lansweeper.dp.outbound.v1.CloudEntity.getDefaultInstance()) {
|
|
8829
9141
|
getCloudBuilder().mergeFrom(value);
|
|
@@ -8834,7 +9146,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8834
9146
|
cloudBuilder_.mergeFrom(value);
|
|
8835
9147
|
}
|
|
8836
9148
|
if (cloud_ != null) {
|
|
8837
|
-
bitField1_ |=
|
|
9149
|
+
bitField1_ |= 0x00000004;
|
|
8838
9150
|
onChanged();
|
|
8839
9151
|
}
|
|
8840
9152
|
return this;
|
|
@@ -8843,7 +9155,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8843
9155
|
* <code>optional .com.lansweeper.dp.outbound.v1.CloudEntity cloud = 17;</code>
|
|
8844
9156
|
*/
|
|
8845
9157
|
public Builder clearCloud() {
|
|
8846
|
-
bitField1_ = (bitField1_ & ~
|
|
9158
|
+
bitField1_ = (bitField1_ & ~0x00000004);
|
|
8847
9159
|
cloud_ = null;
|
|
8848
9160
|
if (cloudBuilder_ != null) {
|
|
8849
9161
|
cloudBuilder_.dispose();
|
|
@@ -8856,7 +9168,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8856
9168
|
* <code>optional .com.lansweeper.dp.outbound.v1.CloudEntity cloud = 17;</code>
|
|
8857
9169
|
*/
|
|
8858
9170
|
public com.lansweeper.dp.outbound.v1.CloudEntity.Builder getCloudBuilder() {
|
|
8859
|
-
bitField1_ |=
|
|
9171
|
+
bitField1_ |= 0x00000004;
|
|
8860
9172
|
onChanged();
|
|
8861
9173
|
return getCloudFieldBuilder().getBuilder();
|
|
8862
9174
|
}
|
|
@@ -8891,9 +9203,9 @@ private static final long serialVersionUID = 0L;
|
|
|
8891
9203
|
private java.util.List<com.lansweeper.dp.outbound.v1.AssetChangeEvent> changeLog_ =
|
|
8892
9204
|
java.util.Collections.emptyList();
|
|
8893
9205
|
private void ensureChangeLogIsMutable() {
|
|
8894
|
-
if (!((bitField1_ &
|
|
9206
|
+
if (!((bitField1_ & 0x00000008) != 0)) {
|
|
8895
9207
|
changeLog_ = new java.util.ArrayList<com.lansweeper.dp.outbound.v1.AssetChangeEvent>(changeLog_);
|
|
8896
|
-
bitField1_ |=
|
|
9208
|
+
bitField1_ |= 0x00000008;
|
|
8897
9209
|
}
|
|
8898
9210
|
}
|
|
8899
9211
|
|
|
@@ -9043,7 +9355,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9043
9355
|
public Builder clearChangeLog() {
|
|
9044
9356
|
if (changeLogBuilder_ == null) {
|
|
9045
9357
|
changeLog_ = java.util.Collections.emptyList();
|
|
9046
|
-
bitField1_ = (bitField1_ & ~
|
|
9358
|
+
bitField1_ = (bitField1_ & ~0x00000008);
|
|
9047
9359
|
onChanged();
|
|
9048
9360
|
} else {
|
|
9049
9361
|
changeLogBuilder_.clear();
|
|
@@ -9120,7 +9432,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9120
9432
|
changeLogBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
|
|
9121
9433
|
com.lansweeper.dp.outbound.v1.AssetChangeEvent, com.lansweeper.dp.outbound.v1.AssetChangeEvent.Builder, com.lansweeper.dp.outbound.v1.AssetChangeEventOrBuilder>(
|
|
9122
9434
|
changeLog_,
|
|
9123
|
-
((bitField1_ &
|
|
9435
|
+
((bitField1_ & 0x00000008) != 0),
|
|
9124
9436
|
getParentForChildren(),
|
|
9125
9437
|
isClean());
|
|
9126
9438
|
changeLog_ = null;
|
|
@@ -9136,7 +9448,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9136
9448
|
* @return Whether the intuneDevice field is set.
|
|
9137
9449
|
*/
|
|
9138
9450
|
public boolean hasIntuneDevice() {
|
|
9139
|
-
return ((bitField1_ &
|
|
9451
|
+
return ((bitField1_ & 0x00000010) != 0);
|
|
9140
9452
|
}
|
|
9141
9453
|
/**
|
|
9142
9454
|
* <code>optional .com.lansweeper.dp.outbound.v1.IntuneDevice intune_device = 90;</code>
|
|
@@ -9161,7 +9473,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9161
9473
|
} else {
|
|
9162
9474
|
intuneDeviceBuilder_.setMessage(value);
|
|
9163
9475
|
}
|
|
9164
|
-
bitField1_ |=
|
|
9476
|
+
bitField1_ |= 0x00000010;
|
|
9165
9477
|
onChanged();
|
|
9166
9478
|
return this;
|
|
9167
9479
|
}
|
|
@@ -9175,7 +9487,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9175
9487
|
} else {
|
|
9176
9488
|
intuneDeviceBuilder_.setMessage(builderForValue.build());
|
|
9177
9489
|
}
|
|
9178
|
-
bitField1_ |=
|
|
9490
|
+
bitField1_ |= 0x00000010;
|
|
9179
9491
|
onChanged();
|
|
9180
9492
|
return this;
|
|
9181
9493
|
}
|
|
@@ -9184,7 +9496,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9184
9496
|
*/
|
|
9185
9497
|
public Builder mergeIntuneDevice(com.lansweeper.dp.outbound.v1.IntuneDevice value) {
|
|
9186
9498
|
if (intuneDeviceBuilder_ == null) {
|
|
9187
|
-
if (((bitField1_ &
|
|
9499
|
+
if (((bitField1_ & 0x00000010) != 0) &&
|
|
9188
9500
|
intuneDevice_ != null &&
|
|
9189
9501
|
intuneDevice_ != com.lansweeper.dp.outbound.v1.IntuneDevice.getDefaultInstance()) {
|
|
9190
9502
|
getIntuneDeviceBuilder().mergeFrom(value);
|
|
@@ -9195,7 +9507,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9195
9507
|
intuneDeviceBuilder_.mergeFrom(value);
|
|
9196
9508
|
}
|
|
9197
9509
|
if (intuneDevice_ != null) {
|
|
9198
|
-
bitField1_ |=
|
|
9510
|
+
bitField1_ |= 0x00000010;
|
|
9199
9511
|
onChanged();
|
|
9200
9512
|
}
|
|
9201
9513
|
return this;
|
|
@@ -9204,7 +9516,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9204
9516
|
* <code>optional .com.lansweeper.dp.outbound.v1.IntuneDevice intune_device = 90;</code>
|
|
9205
9517
|
*/
|
|
9206
9518
|
public Builder clearIntuneDevice() {
|
|
9207
|
-
bitField1_ = (bitField1_ & ~
|
|
9519
|
+
bitField1_ = (bitField1_ & ~0x00000010);
|
|
9208
9520
|
intuneDevice_ = null;
|
|
9209
9521
|
if (intuneDeviceBuilder_ != null) {
|
|
9210
9522
|
intuneDeviceBuilder_.dispose();
|
|
@@ -9217,7 +9529,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9217
9529
|
* <code>optional .com.lansweeper.dp.outbound.v1.IntuneDevice intune_device = 90;</code>
|
|
9218
9530
|
*/
|
|
9219
9531
|
public com.lansweeper.dp.outbound.v1.IntuneDevice.Builder getIntuneDeviceBuilder() {
|
|
9220
|
-
bitField1_ |=
|
|
9532
|
+
bitField1_ |= 0x00000010;
|
|
9221
9533
|
onChanged();
|
|
9222
9534
|
return getIntuneDeviceFieldBuilder().getBuilder();
|
|
9223
9535
|
}
|
|
@@ -9257,7 +9569,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9257
9569
|
* @return Whether the vmware field is set.
|
|
9258
9570
|
*/
|
|
9259
9571
|
public boolean hasVmware() {
|
|
9260
|
-
return ((bitField1_ &
|
|
9572
|
+
return ((bitField1_ & 0x00000020) != 0);
|
|
9261
9573
|
}
|
|
9262
9574
|
/**
|
|
9263
9575
|
* <code>optional .com.lansweeper.dp.outbound.v1.Vmware vmware = 93;</code>
|
|
@@ -9282,7 +9594,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9282
9594
|
} else {
|
|
9283
9595
|
vmwareBuilder_.setMessage(value);
|
|
9284
9596
|
}
|
|
9285
|
-
bitField1_ |=
|
|
9597
|
+
bitField1_ |= 0x00000020;
|
|
9286
9598
|
onChanged();
|
|
9287
9599
|
return this;
|
|
9288
9600
|
}
|
|
@@ -9296,7 +9608,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9296
9608
|
} else {
|
|
9297
9609
|
vmwareBuilder_.setMessage(builderForValue.build());
|
|
9298
9610
|
}
|
|
9299
|
-
bitField1_ |=
|
|
9611
|
+
bitField1_ |= 0x00000020;
|
|
9300
9612
|
onChanged();
|
|
9301
9613
|
return this;
|
|
9302
9614
|
}
|
|
@@ -9305,7 +9617,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9305
9617
|
*/
|
|
9306
9618
|
public Builder mergeVmware(com.lansweeper.dp.outbound.v1.Vmware value) {
|
|
9307
9619
|
if (vmwareBuilder_ == null) {
|
|
9308
|
-
if (((bitField1_ &
|
|
9620
|
+
if (((bitField1_ & 0x00000020) != 0) &&
|
|
9309
9621
|
vmware_ != null &&
|
|
9310
9622
|
vmware_ != com.lansweeper.dp.outbound.v1.Vmware.getDefaultInstance()) {
|
|
9311
9623
|
getVmwareBuilder().mergeFrom(value);
|
|
@@ -9316,7 +9628,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9316
9628
|
vmwareBuilder_.mergeFrom(value);
|
|
9317
9629
|
}
|
|
9318
9630
|
if (vmware_ != null) {
|
|
9319
|
-
bitField1_ |=
|
|
9631
|
+
bitField1_ |= 0x00000020;
|
|
9320
9632
|
onChanged();
|
|
9321
9633
|
}
|
|
9322
9634
|
return this;
|
|
@@ -9325,7 +9637,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9325
9637
|
* <code>optional .com.lansweeper.dp.outbound.v1.Vmware vmware = 93;</code>
|
|
9326
9638
|
*/
|
|
9327
9639
|
public Builder clearVmware() {
|
|
9328
|
-
bitField1_ = (bitField1_ & ~
|
|
9640
|
+
bitField1_ = (bitField1_ & ~0x00000020);
|
|
9329
9641
|
vmware_ = null;
|
|
9330
9642
|
if (vmwareBuilder_ != null) {
|
|
9331
9643
|
vmwareBuilder_.dispose();
|
|
@@ -9338,7 +9650,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9338
9650
|
* <code>optional .com.lansweeper.dp.outbound.v1.Vmware vmware = 93;</code>
|
|
9339
9651
|
*/
|
|
9340
9652
|
public com.lansweeper.dp.outbound.v1.Vmware.Builder getVmwareBuilder() {
|
|
9341
|
-
bitField1_ |=
|
|
9653
|
+
bitField1_ |= 0x00000020;
|
|
9342
9654
|
onChanged();
|
|
9343
9655
|
return getVmwareFieldBuilder().getBuilder();
|
|
9344
9656
|
}
|
|
@@ -9382,7 +9694,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9382
9694
|
* @return Whether the office365Organization field is set.
|
|
9383
9695
|
*/
|
|
9384
9696
|
public boolean hasOffice365Organization() {
|
|
9385
|
-
return ((bitField1_ &
|
|
9697
|
+
return ((bitField1_ & 0x00000040) != 0);
|
|
9386
9698
|
}
|
|
9387
9699
|
/**
|
|
9388
9700
|
* <pre>
|
|
@@ -9415,7 +9727,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9415
9727
|
} else {
|
|
9416
9728
|
office365OrganizationBuilder_.setMessage(value);
|
|
9417
9729
|
}
|
|
9418
|
-
bitField1_ |=
|
|
9730
|
+
bitField1_ |= 0x00000040;
|
|
9419
9731
|
onChanged();
|
|
9420
9732
|
return this;
|
|
9421
9733
|
}
|
|
@@ -9433,7 +9745,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9433
9745
|
} else {
|
|
9434
9746
|
office365OrganizationBuilder_.setMessage(builderForValue.build());
|
|
9435
9747
|
}
|
|
9436
|
-
bitField1_ |=
|
|
9748
|
+
bitField1_ |= 0x00000040;
|
|
9437
9749
|
onChanged();
|
|
9438
9750
|
return this;
|
|
9439
9751
|
}
|
|
@@ -9446,7 +9758,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9446
9758
|
*/
|
|
9447
9759
|
public Builder mergeOffice365Organization(com.lansweeper.dp.outbound.v1.Office365Organization value) {
|
|
9448
9760
|
if (office365OrganizationBuilder_ == null) {
|
|
9449
|
-
if (((bitField1_ &
|
|
9761
|
+
if (((bitField1_ & 0x00000040) != 0) &&
|
|
9450
9762
|
office365Organization_ != null &&
|
|
9451
9763
|
office365Organization_ != com.lansweeper.dp.outbound.v1.Office365Organization.getDefaultInstance()) {
|
|
9452
9764
|
getOffice365OrganizationBuilder().mergeFrom(value);
|
|
@@ -9457,7 +9769,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9457
9769
|
office365OrganizationBuilder_.mergeFrom(value);
|
|
9458
9770
|
}
|
|
9459
9771
|
if (office365Organization_ != null) {
|
|
9460
|
-
bitField1_ |=
|
|
9772
|
+
bitField1_ |= 0x00000040;
|
|
9461
9773
|
onChanged();
|
|
9462
9774
|
}
|
|
9463
9775
|
return this;
|
|
@@ -9470,7 +9782,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9470
9782
|
* <code>optional .com.lansweeper.dp.outbound.v1.Office365Organization office_365_organization = 94;</code>
|
|
9471
9783
|
*/
|
|
9472
9784
|
public Builder clearOffice365Organization() {
|
|
9473
|
-
bitField1_ = (bitField1_ & ~
|
|
9785
|
+
bitField1_ = (bitField1_ & ~0x00000040);
|
|
9474
9786
|
office365Organization_ = null;
|
|
9475
9787
|
if (office365OrganizationBuilder_ != null) {
|
|
9476
9788
|
office365OrganizationBuilder_.dispose();
|
|
@@ -9487,7 +9799,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9487
9799
|
* <code>optional .com.lansweeper.dp.outbound.v1.Office365Organization office_365_organization = 94;</code>
|
|
9488
9800
|
*/
|
|
9489
9801
|
public com.lansweeper.dp.outbound.v1.Office365Organization.Builder getOffice365OrganizationBuilder() {
|
|
9490
|
-
bitField1_ |=
|
|
9802
|
+
bitField1_ |= 0x00000040;
|
|
9491
9803
|
onChanged();
|
|
9492
9804
|
return getOffice365OrganizationFieldBuilder().getBuilder();
|
|
9493
9805
|
}
|
|
@@ -9535,7 +9847,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9535
9847
|
* @return Whether the citrix field is set.
|
|
9536
9848
|
*/
|
|
9537
9849
|
public boolean hasCitrix() {
|
|
9538
|
-
return ((bitField1_ &
|
|
9850
|
+
return ((bitField1_ & 0x00000080) != 0);
|
|
9539
9851
|
}
|
|
9540
9852
|
/**
|
|
9541
9853
|
* <code>optional .com.lansweeper.dp.outbound.v1.Citrix citrix = 95;</code>
|
|
@@ -9560,7 +9872,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9560
9872
|
} else {
|
|
9561
9873
|
citrixBuilder_.setMessage(value);
|
|
9562
9874
|
}
|
|
9563
|
-
bitField1_ |=
|
|
9875
|
+
bitField1_ |= 0x00000080;
|
|
9564
9876
|
onChanged();
|
|
9565
9877
|
return this;
|
|
9566
9878
|
}
|
|
@@ -9574,7 +9886,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9574
9886
|
} else {
|
|
9575
9887
|
citrixBuilder_.setMessage(builderForValue.build());
|
|
9576
9888
|
}
|
|
9577
|
-
bitField1_ |=
|
|
9889
|
+
bitField1_ |= 0x00000080;
|
|
9578
9890
|
onChanged();
|
|
9579
9891
|
return this;
|
|
9580
9892
|
}
|
|
@@ -9583,7 +9895,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9583
9895
|
*/
|
|
9584
9896
|
public Builder mergeCitrix(com.lansweeper.dp.outbound.v1.Citrix value) {
|
|
9585
9897
|
if (citrixBuilder_ == null) {
|
|
9586
|
-
if (((bitField1_ &
|
|
9898
|
+
if (((bitField1_ & 0x00000080) != 0) &&
|
|
9587
9899
|
citrix_ != null &&
|
|
9588
9900
|
citrix_ != com.lansweeper.dp.outbound.v1.Citrix.getDefaultInstance()) {
|
|
9589
9901
|
getCitrixBuilder().mergeFrom(value);
|
|
@@ -9594,7 +9906,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9594
9906
|
citrixBuilder_.mergeFrom(value);
|
|
9595
9907
|
}
|
|
9596
9908
|
if (citrix_ != null) {
|
|
9597
|
-
bitField1_ |=
|
|
9909
|
+
bitField1_ |= 0x00000080;
|
|
9598
9910
|
onChanged();
|
|
9599
9911
|
}
|
|
9600
9912
|
return this;
|
|
@@ -9603,7 +9915,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9603
9915
|
* <code>optional .com.lansweeper.dp.outbound.v1.Citrix citrix = 95;</code>
|
|
9604
9916
|
*/
|
|
9605
9917
|
public Builder clearCitrix() {
|
|
9606
|
-
bitField1_ = (bitField1_ & ~
|
|
9918
|
+
bitField1_ = (bitField1_ & ~0x00000080);
|
|
9607
9919
|
citrix_ = null;
|
|
9608
9920
|
if (citrixBuilder_ != null) {
|
|
9609
9921
|
citrixBuilder_.dispose();
|
|
@@ -9616,7 +9928,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9616
9928
|
* <code>optional .com.lansweeper.dp.outbound.v1.Citrix citrix = 95;</code>
|
|
9617
9929
|
*/
|
|
9618
9930
|
public com.lansweeper.dp.outbound.v1.Citrix.Builder getCitrixBuilder() {
|
|
9619
|
-
bitField1_ |=
|
|
9931
|
+
bitField1_ |= 0x00000080;
|
|
9620
9932
|
onChanged();
|
|
9621
9933
|
return getCitrixFieldBuilder().getBuilder();
|
|
9622
9934
|
}
|
|
@@ -9647,6 +9959,163 @@ private static final long serialVersionUID = 0L;
|
|
|
9647
9959
|
}
|
|
9648
9960
|
return citrixBuilder_;
|
|
9649
9961
|
}
|
|
9962
|
+
|
|
9963
|
+
private com.lansweeper.dp.outbound.v1.LockedFields manualAssetLockedFields_;
|
|
9964
|
+
private com.google.protobuf.SingleFieldBuilderV3<
|
|
9965
|
+
com.lansweeper.dp.outbound.v1.LockedFields, com.lansweeper.dp.outbound.v1.LockedFields.Builder, com.lansweeper.dp.outbound.v1.LockedFieldsOrBuilder> manualAssetLockedFieldsBuilder_;
|
|
9966
|
+
/**
|
|
9967
|
+
* <pre>
|
|
9968
|
+
* fields locked by the user in the manual asset UI
|
|
9969
|
+
* </pre>
|
|
9970
|
+
*
|
|
9971
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.LockedFields manual_asset_locked_fields = 97;</code>
|
|
9972
|
+
* @return Whether the manualAssetLockedFields field is set.
|
|
9973
|
+
*/
|
|
9974
|
+
public boolean hasManualAssetLockedFields() {
|
|
9975
|
+
return ((bitField1_ & 0x00000100) != 0);
|
|
9976
|
+
}
|
|
9977
|
+
/**
|
|
9978
|
+
* <pre>
|
|
9979
|
+
* fields locked by the user in the manual asset UI
|
|
9980
|
+
* </pre>
|
|
9981
|
+
*
|
|
9982
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.LockedFields manual_asset_locked_fields = 97;</code>
|
|
9983
|
+
* @return The manualAssetLockedFields.
|
|
9984
|
+
*/
|
|
9985
|
+
public com.lansweeper.dp.outbound.v1.LockedFields getManualAssetLockedFields() {
|
|
9986
|
+
if (manualAssetLockedFieldsBuilder_ == null) {
|
|
9987
|
+
return manualAssetLockedFields_ == null ? com.lansweeper.dp.outbound.v1.LockedFields.getDefaultInstance() : manualAssetLockedFields_;
|
|
9988
|
+
} else {
|
|
9989
|
+
return manualAssetLockedFieldsBuilder_.getMessage();
|
|
9990
|
+
}
|
|
9991
|
+
}
|
|
9992
|
+
/**
|
|
9993
|
+
* <pre>
|
|
9994
|
+
* fields locked by the user in the manual asset UI
|
|
9995
|
+
* </pre>
|
|
9996
|
+
*
|
|
9997
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.LockedFields manual_asset_locked_fields = 97;</code>
|
|
9998
|
+
*/
|
|
9999
|
+
public Builder setManualAssetLockedFields(com.lansweeper.dp.outbound.v1.LockedFields value) {
|
|
10000
|
+
if (manualAssetLockedFieldsBuilder_ == null) {
|
|
10001
|
+
if (value == null) {
|
|
10002
|
+
throw new NullPointerException();
|
|
10003
|
+
}
|
|
10004
|
+
manualAssetLockedFields_ = value;
|
|
10005
|
+
} else {
|
|
10006
|
+
manualAssetLockedFieldsBuilder_.setMessage(value);
|
|
10007
|
+
}
|
|
10008
|
+
bitField1_ |= 0x00000100;
|
|
10009
|
+
onChanged();
|
|
10010
|
+
return this;
|
|
10011
|
+
}
|
|
10012
|
+
/**
|
|
10013
|
+
* <pre>
|
|
10014
|
+
* fields locked by the user in the manual asset UI
|
|
10015
|
+
* </pre>
|
|
10016
|
+
*
|
|
10017
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.LockedFields manual_asset_locked_fields = 97;</code>
|
|
10018
|
+
*/
|
|
10019
|
+
public Builder setManualAssetLockedFields(
|
|
10020
|
+
com.lansweeper.dp.outbound.v1.LockedFields.Builder builderForValue) {
|
|
10021
|
+
if (manualAssetLockedFieldsBuilder_ == null) {
|
|
10022
|
+
manualAssetLockedFields_ = builderForValue.build();
|
|
10023
|
+
} else {
|
|
10024
|
+
manualAssetLockedFieldsBuilder_.setMessage(builderForValue.build());
|
|
10025
|
+
}
|
|
10026
|
+
bitField1_ |= 0x00000100;
|
|
10027
|
+
onChanged();
|
|
10028
|
+
return this;
|
|
10029
|
+
}
|
|
10030
|
+
/**
|
|
10031
|
+
* <pre>
|
|
10032
|
+
* fields locked by the user in the manual asset UI
|
|
10033
|
+
* </pre>
|
|
10034
|
+
*
|
|
10035
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.LockedFields manual_asset_locked_fields = 97;</code>
|
|
10036
|
+
*/
|
|
10037
|
+
public Builder mergeManualAssetLockedFields(com.lansweeper.dp.outbound.v1.LockedFields value) {
|
|
10038
|
+
if (manualAssetLockedFieldsBuilder_ == null) {
|
|
10039
|
+
if (((bitField1_ & 0x00000100) != 0) &&
|
|
10040
|
+
manualAssetLockedFields_ != null &&
|
|
10041
|
+
manualAssetLockedFields_ != com.lansweeper.dp.outbound.v1.LockedFields.getDefaultInstance()) {
|
|
10042
|
+
getManualAssetLockedFieldsBuilder().mergeFrom(value);
|
|
10043
|
+
} else {
|
|
10044
|
+
manualAssetLockedFields_ = value;
|
|
10045
|
+
}
|
|
10046
|
+
} else {
|
|
10047
|
+
manualAssetLockedFieldsBuilder_.mergeFrom(value);
|
|
10048
|
+
}
|
|
10049
|
+
if (manualAssetLockedFields_ != null) {
|
|
10050
|
+
bitField1_ |= 0x00000100;
|
|
10051
|
+
onChanged();
|
|
10052
|
+
}
|
|
10053
|
+
return this;
|
|
10054
|
+
}
|
|
10055
|
+
/**
|
|
10056
|
+
* <pre>
|
|
10057
|
+
* fields locked by the user in the manual asset UI
|
|
10058
|
+
* </pre>
|
|
10059
|
+
*
|
|
10060
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.LockedFields manual_asset_locked_fields = 97;</code>
|
|
10061
|
+
*/
|
|
10062
|
+
public Builder clearManualAssetLockedFields() {
|
|
10063
|
+
bitField1_ = (bitField1_ & ~0x00000100);
|
|
10064
|
+
manualAssetLockedFields_ = null;
|
|
10065
|
+
if (manualAssetLockedFieldsBuilder_ != null) {
|
|
10066
|
+
manualAssetLockedFieldsBuilder_.dispose();
|
|
10067
|
+
manualAssetLockedFieldsBuilder_ = null;
|
|
10068
|
+
}
|
|
10069
|
+
onChanged();
|
|
10070
|
+
return this;
|
|
10071
|
+
}
|
|
10072
|
+
/**
|
|
10073
|
+
* <pre>
|
|
10074
|
+
* fields locked by the user in the manual asset UI
|
|
10075
|
+
* </pre>
|
|
10076
|
+
*
|
|
10077
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.LockedFields manual_asset_locked_fields = 97;</code>
|
|
10078
|
+
*/
|
|
10079
|
+
public com.lansweeper.dp.outbound.v1.LockedFields.Builder getManualAssetLockedFieldsBuilder() {
|
|
10080
|
+
bitField1_ |= 0x00000100;
|
|
10081
|
+
onChanged();
|
|
10082
|
+
return getManualAssetLockedFieldsFieldBuilder().getBuilder();
|
|
10083
|
+
}
|
|
10084
|
+
/**
|
|
10085
|
+
* <pre>
|
|
10086
|
+
* fields locked by the user in the manual asset UI
|
|
10087
|
+
* </pre>
|
|
10088
|
+
*
|
|
10089
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.LockedFields manual_asset_locked_fields = 97;</code>
|
|
10090
|
+
*/
|
|
10091
|
+
public com.lansweeper.dp.outbound.v1.LockedFieldsOrBuilder getManualAssetLockedFieldsOrBuilder() {
|
|
10092
|
+
if (manualAssetLockedFieldsBuilder_ != null) {
|
|
10093
|
+
return manualAssetLockedFieldsBuilder_.getMessageOrBuilder();
|
|
10094
|
+
} else {
|
|
10095
|
+
return manualAssetLockedFields_ == null ?
|
|
10096
|
+
com.lansweeper.dp.outbound.v1.LockedFields.getDefaultInstance() : manualAssetLockedFields_;
|
|
10097
|
+
}
|
|
10098
|
+
}
|
|
10099
|
+
/**
|
|
10100
|
+
* <pre>
|
|
10101
|
+
* fields locked by the user in the manual asset UI
|
|
10102
|
+
* </pre>
|
|
10103
|
+
*
|
|
10104
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.LockedFields manual_asset_locked_fields = 97;</code>
|
|
10105
|
+
*/
|
|
10106
|
+
private com.google.protobuf.SingleFieldBuilderV3<
|
|
10107
|
+
com.lansweeper.dp.outbound.v1.LockedFields, com.lansweeper.dp.outbound.v1.LockedFields.Builder, com.lansweeper.dp.outbound.v1.LockedFieldsOrBuilder>
|
|
10108
|
+
getManualAssetLockedFieldsFieldBuilder() {
|
|
10109
|
+
if (manualAssetLockedFieldsBuilder_ == null) {
|
|
10110
|
+
manualAssetLockedFieldsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
|
10111
|
+
com.lansweeper.dp.outbound.v1.LockedFields, com.lansweeper.dp.outbound.v1.LockedFields.Builder, com.lansweeper.dp.outbound.v1.LockedFieldsOrBuilder>(
|
|
10112
|
+
getManualAssetLockedFields(),
|
|
10113
|
+
getParentForChildren(),
|
|
10114
|
+
isClean());
|
|
10115
|
+
manualAssetLockedFields_ = null;
|
|
10116
|
+
}
|
|
10117
|
+
return manualAssetLockedFieldsBuilder_;
|
|
10118
|
+
}
|
|
9650
10119
|
@java.lang.Override
|
|
9651
10120
|
public final Builder setUnknownFields(
|
|
9652
10121
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|