@lansweeper/data-platform-outbound-grpc 0.3.8 → 0.3.10
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 +16 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +96 -0
- package/gen-proto/outbound_pb.js +768 -3
- package/generated-go/outbound.pb.go +9023 -8788
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +18 -3
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Computer$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Computer$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Computer.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/NetworkProtocols$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/NetworkProtocols$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/NetworkProtocols.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/NetworkProtocolsOrBuilder.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/SnmpInfo$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SnmpInfo$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SnmpInfo.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SnmpInfoOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/UserLogon$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/UserLogon$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/UserLogon.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/UserLogonOrBuilder.class +0 -0
- package/model/target/classes/outbound.proto +18 -3
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Computer.java +443 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerOrBuilder.java +44 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/NetworkProtocols.java +243 -2
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/NetworkProtocolsOrBuilder.java +27 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +684 -650
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SnmpInfo.java +1194 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SnmpInfoOrBuilder.java +95 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/UserLogon.java +1121 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/UserLogonOrBuilder.java +95 -0
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +9 -1
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +4 -0
- package/model/target/{outbound-model-0.3.7-sources.jar → outbound-model-0.3.9-sources.jar} +0 -0
- package/model/target/{outbound-model-0.3.7.jar → outbound-model-0.3.9.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +18 -3
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.3.7-sources.jar → outbound-service-0.3.9-sources.jar} +0 -0
- package/service/target/{outbound-service-0.3.7.jar → outbound-service-0.3.9.jar} +0 -0
package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java
CHANGED
|
@@ -230,6 +230,11 @@ public final class Outbound {
|
|
|
230
230
|
static final
|
|
231
231
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
232
232
|
internal_static_com_lansweeper_dp_outbound_v1_LastUser_fieldAccessorTable;
|
|
233
|
+
static final com.google.protobuf.Descriptors.Descriptor
|
|
234
|
+
internal_static_com_lansweeper_dp_outbound_v1_UserLogon_descriptor;
|
|
235
|
+
static final
|
|
236
|
+
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
237
|
+
internal_static_com_lansweeper_dp_outbound_v1_UserLogon_fieldAccessorTable;
|
|
233
238
|
static final com.google.protobuf.Descriptors.Descriptor
|
|
234
239
|
internal_static_com_lansweeper_dp_outbound_v1_UserAccount_descriptor;
|
|
235
240
|
static final
|
|
@@ -370,6 +375,11 @@ public final class Outbound {
|
|
|
370
375
|
static final
|
|
371
376
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
372
377
|
internal_static_com_lansweeper_dp_outbound_v1_NetworkProtocols_fieldAccessorTable;
|
|
378
|
+
static final com.google.protobuf.Descriptors.Descriptor
|
|
379
|
+
internal_static_com_lansweeper_dp_outbound_v1_SnmpInfo_descriptor;
|
|
380
|
+
static final
|
|
381
|
+
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
382
|
+
internal_static_com_lansweeper_dp_outbound_v1_SnmpInfo_fieldAccessorTable;
|
|
373
383
|
static final com.google.protobuf.Descriptors.Descriptor
|
|
374
384
|
internal_static_com_lansweeper_dp_outbound_v1_PortScan_descriptor;
|
|
375
385
|
static final
|
|
@@ -1268,7 +1278,7 @@ public final class Outbound {
|
|
|
1268
1278
|
"urchase_country\030\006 \001(\tH\004\210\001\001\022\023\n\013is_reliabl" +
|
|
1269
1279
|
"e\030\007 \001(\010B\r\n\013_start_dateB\013\n\t_end_dateB\014\n\n_" +
|
|
1270
1280
|
"ship_dateB\017\n\r_service_typeB\023\n\021_purchase_" +
|
|
1271
|
-
"country\"\
|
|
1281
|
+
"country\"\2025\n\010Computer\022<\n\007chassis\030\001 \001(\0132&." +
|
|
1272
1282
|
"com.lansweeper.dp.outbound.v1.ChassisH\000\210" +
|
|
1273
1283
|
"\001\001\022D\n\013motherboard\030\002 \001(\0132*.com.lansweeper" +
|
|
1274
1284
|
".dp.outbound.v1.MotherboardH\001\210\001\001\022;\n\tproc" +
|
|
@@ -1427,475 +1437,487 @@ public final class Outbound {
|
|
|
1427
1437
|
"nd.v1.UserAccount\022=\n\nuser_group\030\257\002 \003(\0132(" +
|
|
1428
1438
|
".com.lansweeper.dp.outbound.v1.UserGroup" +
|
|
1429
1439
|
"\022B\n\ruser_in_group\030\260\002 \003(\0132*.com.lansweepe" +
|
|
1430
|
-
"r.dp.outbound.v1.
|
|
1431
|
-
"
|
|
1432
|
-
"
|
|
1433
|
-
"\
|
|
1434
|
-
"
|
|
1435
|
-
"
|
|
1436
|
-
"
|
|
1437
|
-
"
|
|
1438
|
-
"
|
|
1439
|
-
"\
|
|
1440
|
-
"
|
|
1441
|
-
"
|
|
1442
|
-
"\
|
|
1443
|
-
"
|
|
1444
|
-
"
|
|
1445
|
-
"
|
|
1446
|
-
"v1.
|
|
1447
|
-
"
|
|
1448
|
-
"
|
|
1449
|
-
"
|
|
1450
|
-
"\
|
|
1451
|
-
"
|
|
1452
|
-
"
|
|
1453
|
-
"\
|
|
1454
|
-
"
|
|
1455
|
-
"
|
|
1456
|
-
"
|
|
1457
|
-
"
|
|
1458
|
-
"\
|
|
1459
|
-
"
|
|
1460
|
-
"
|
|
1461
|
-
"
|
|
1462
|
-
"
|
|
1463
|
-
"
|
|
1464
|
-
"
|
|
1465
|
-
"
|
|
1466
|
-
"
|
|
1467
|
-
"\030\001 \001(\
|
|
1468
|
-
"
|
|
1469
|
-
"
|
|
1470
|
-
" \
|
|
1471
|
-
"\
|
|
1472
|
-
"\n\
|
|
1473
|
-
"
|
|
1474
|
-
"\
|
|
1475
|
-
".
|
|
1476
|
-
"
|
|
1477
|
-
"\n\
|
|
1478
|
-
"\
|
|
1479
|
-
"
|
|
1480
|
-
"
|
|
1481
|
-
"
|
|
1482
|
-
"
|
|
1483
|
-
"
|
|
1484
|
-
"
|
|
1485
|
-
"
|
|
1486
|
-
"
|
|
1487
|
-
"
|
|
1488
|
-
"
|
|
1489
|
-
"
|
|
1490
|
-
"
|
|
1491
|
-
"
|
|
1492
|
-
"\
|
|
1493
|
-
"
|
|
1494
|
-
"\
|
|
1495
|
-
"
|
|
1496
|
-
"
|
|
1497
|
-
"\
|
|
1498
|
-
"
|
|
1499
|
-
"
|
|
1500
|
-
"
|
|
1501
|
-
"
|
|
1502
|
-
"
|
|
1503
|
-
"\
|
|
1504
|
-
"
|
|
1505
|
-
"\022\
|
|
1506
|
-
"
|
|
1507
|
-
"
|
|
1508
|
-
"\
|
|
1509
|
-
"\
|
|
1510
|
-
"
|
|
1511
|
-
"\
|
|
1512
|
-
"
|
|
1513
|
-
"
|
|
1514
|
-
"\
|
|
1515
|
-
" \001(\005\022\
|
|
1516
|
-
"
|
|
1517
|
-
"
|
|
1518
|
-
"\
|
|
1519
|
-
"
|
|
1520
|
-
"
|
|
1521
|
-
"\
|
|
1522
|
-
"
|
|
1523
|
-
"
|
|
1524
|
-
"
|
|
1525
|
-
"
|
|
1526
|
-
"\
|
|
1527
|
-
"\
|
|
1528
|
-
"\001\
|
|
1529
|
-
"\
|
|
1530
|
-
"
|
|
1531
|
-
"
|
|
1532
|
-
"\n\
|
|
1533
|
-
"\001\022\
|
|
1534
|
-
"
|
|
1535
|
-
"\001\001\022\
|
|
1536
|
-
"
|
|
1537
|
-
"
|
|
1538
|
-
"\030\
|
|
1539
|
-
"
|
|
1540
|
-
"
|
|
1541
|
-
"
|
|
1542
|
-
"
|
|
1543
|
-
"
|
|
1544
|
-
"B\
|
|
1545
|
-
"
|
|
1546
|
-
"
|
|
1547
|
-
"
|
|
1548
|
-
"
|
|
1549
|
-
"
|
|
1550
|
-
"
|
|
1551
|
-
"
|
|
1552
|
-
"
|
|
1553
|
-
"
|
|
1554
|
-
"\
|
|
1555
|
-
"
|
|
1556
|
-
"
|
|
1557
|
-
".
|
|
1558
|
-
"
|
|
1559
|
-
"
|
|
1560
|
-
"\
|
|
1561
|
-
"
|
|
1562
|
-
"
|
|
1563
|
-
"
|
|
1564
|
-
"
|
|
1565
|
-
"
|
|
1566
|
-
"\
|
|
1567
|
-
"
|
|
1568
|
-
"\
|
|
1569
|
-
"\
|
|
1570
|
-
"
|
|
1571
|
-
"\
|
|
1572
|
-
"\
|
|
1573
|
-
"
|
|
1574
|
-
"\
|
|
1575
|
-
"
|
|
1576
|
-
"
|
|
1577
|
-
"
|
|
1578
|
-
"\
|
|
1579
|
-
"\
|
|
1580
|
-
"
|
|
1581
|
-
"\
|
|
1582
|
-
"
|
|
1583
|
-
"\001\001\
|
|
1584
|
-
"
|
|
1585
|
-
"\
|
|
1586
|
-
"
|
|
1587
|
-
"\n\
|
|
1588
|
-
" \001(\
|
|
1589
|
-
"
|
|
1590
|
-
"
|
|
1591
|
-
"\
|
|
1592
|
-
"\
|
|
1593
|
-
"
|
|
1594
|
-
"
|
|
1595
|
-
"
|
|
1596
|
-
"
|
|
1597
|
-
"
|
|
1598
|
-
"
|
|
1599
|
-
"\
|
|
1600
|
-
"
|
|
1601
|
-
"
|
|
1602
|
-
"\
|
|
1603
|
-
"\
|
|
1604
|
-
"\
|
|
1605
|
-
"\n\
|
|
1606
|
-
"
|
|
1607
|
-
"\
|
|
1608
|
-
"
|
|
1609
|
-
"
|
|
1610
|
-
"\001\022\
|
|
1611
|
-
"
|
|
1612
|
-
"\
|
|
1613
|
-
"\
|
|
1614
|
-
"
|
|
1615
|
-
"
|
|
1616
|
-
"
|
|
1617
|
-
"\003(\
|
|
1618
|
-
"
|
|
1619
|
-
"
|
|
1620
|
-
"
|
|
1621
|
-
"
|
|
1622
|
-
"
|
|
1623
|
-
"
|
|
1624
|
-
"
|
|
1625
|
-
"\
|
|
1626
|
-
"
|
|
1627
|
-
"
|
|
1628
|
-
"
|
|
1629
|
-
"\
|
|
1630
|
-
"\
|
|
1631
|
-
"
|
|
1632
|
-
"
|
|
1633
|
-
"
|
|
1634
|
-
"\
|
|
1635
|
-
"
|
|
1636
|
-
"
|
|
1637
|
-
"
|
|
1638
|
-
"\
|
|
1639
|
-
"
|
|
1640
|
-
"
|
|
1641
|
-
"
|
|
1642
|
-
"\
|
|
1643
|
-
"
|
|
1644
|
-
"
|
|
1645
|
-
"
|
|
1646
|
-
"\
|
|
1647
|
-
"
|
|
1648
|
-
"
|
|
1649
|
-
"\
|
|
1650
|
-
"\
|
|
1651
|
-
"
|
|
1652
|
-
"\
|
|
1653
|
-
"\
|
|
1654
|
-
"
|
|
1655
|
-
"
|
|
1656
|
-
"
|
|
1657
|
-
"
|
|
1658
|
-
"
|
|
1659
|
-
"
|
|
1660
|
-
"
|
|
1661
|
-
"
|
|
1662
|
-
"
|
|
1663
|
-
"
|
|
1664
|
-
"
|
|
1665
|
-
"
|
|
1666
|
-
"
|
|
1667
|
-
"
|
|
1668
|
-
"
|
|
1669
|
-
"\
|
|
1670
|
-
"
|
|
1671
|
-
"
|
|
1672
|
-
"\
|
|
1673
|
-
"
|
|
1674
|
-
"
|
|
1675
|
-
"\n\
|
|
1676
|
-
"\
|
|
1677
|
-
"
|
|
1678
|
-
"
|
|
1679
|
-
"
|
|
1680
|
-
"
|
|
1681
|
-
"
|
|
1682
|
-
"\
|
|
1683
|
-
"
|
|
1684
|
-
"
|
|
1685
|
-
"
|
|
1686
|
-
"
|
|
1687
|
-
"
|
|
1688
|
-
"
|
|
1689
|
-
"
|
|
1690
|
-
"
|
|
1691
|
-
"\
|
|
1692
|
-
"\
|
|
1693
|
-
"\
|
|
1694
|
-
"
|
|
1695
|
-
"
|
|
1696
|
-
"\
|
|
1697
|
-
"
|
|
1698
|
-
"\
|
|
1699
|
-
"\
|
|
1700
|
-
"
|
|
1701
|
-
"
|
|
1702
|
-
"
|
|
1703
|
-
"\001\001\
|
|
1704
|
-
"
|
|
1705
|
-
"
|
|
1706
|
-
"outbound.v1.
|
|
1707
|
-
"
|
|
1708
|
-
"
|
|
1709
|
-
"\
|
|
1710
|
-
"
|
|
1711
|
-
"
|
|
1712
|
-
"
|
|
1713
|
-
"\n\
|
|
1714
|
-
"
|
|
1715
|
-
"r\
|
|
1716
|
-
"\
|
|
1717
|
-
"\
|
|
1718
|
-
"
|
|
1719
|
-
"
|
|
1720
|
-
"
|
|
1721
|
-
"
|
|
1722
|
-
"
|
|
1723
|
-
"\
|
|
1724
|
-
"\
|
|
1725
|
-
"\
|
|
1726
|
-
"\
|
|
1727
|
-
"\
|
|
1728
|
-
"\
|
|
1729
|
-
"
|
|
1730
|
-
"\
|
|
1731
|
-
"
|
|
1732
|
-
"\030\
|
|
1733
|
-
"
|
|
1734
|
-
"
|
|
1735
|
-
"
|
|
1736
|
-
"\
|
|
1737
|
-
"
|
|
1738
|
-
"
|
|
1739
|
-
"\
|
|
1740
|
-
"
|
|
1741
|
-
"
|
|
1742
|
-
"\
|
|
1743
|
-
"
|
|
1744
|
-
"(\tH\
|
|
1745
|
-
"
|
|
1746
|
-
"
|
|
1747
|
-
"\
|
|
1748
|
-
"
|
|
1749
|
-
"
|
|
1750
|
-
"
|
|
1751
|
-
"
|
|
1752
|
-
"
|
|
1753
|
-
"
|
|
1754
|
-
"
|
|
1755
|
-
"\
|
|
1756
|
-
"
|
|
1757
|
-
"
|
|
1758
|
-
"
|
|
1759
|
-
"\
|
|
1760
|
-
"\
|
|
1761
|
-
"\
|
|
1762
|
-
"\n\
|
|
1763
|
-
"
|
|
1764
|
-
"
|
|
1765
|
-
"
|
|
1766
|
-
"
|
|
1767
|
-
"
|
|
1768
|
-
"
|
|
1769
|
-
"
|
|
1770
|
-
"
|
|
1771
|
-
"\
|
|
1772
|
-
"
|
|
1773
|
-
"
|
|
1774
|
-
"
|
|
1775
|
-
"
|
|
1776
|
-
"\
|
|
1777
|
-
"
|
|
1778
|
-
"\
|
|
1779
|
-
"\
|
|
1780
|
-
"
|
|
1781
|
-
"\
|
|
1782
|
-
"\
|
|
1783
|
-
"
|
|
1784
|
-
"\001\001\022\
|
|
1785
|
-
"
|
|
1786
|
-
"
|
|
1787
|
-
"\001\001\
|
|
1788
|
-
"
|
|
1789
|
-
"
|
|
1790
|
-
"
|
|
1791
|
-
"\001\
|
|
1792
|
-
"
|
|
1793
|
-
"
|
|
1794
|
-
"
|
|
1795
|
-
"\001(
|
|
1796
|
-
"
|
|
1797
|
-
"\
|
|
1798
|
-
"
|
|
1799
|
-
"
|
|
1800
|
-
"
|
|
1801
|
-
"
|
|
1802
|
-
"
|
|
1803
|
-
"\
|
|
1804
|
-
"
|
|
1805
|
-
"
|
|
1806
|
-
"
|
|
1807
|
-
"
|
|
1808
|
-
"\004H\
|
|
1809
|
-
"
|
|
1810
|
-
"
|
|
1811
|
-
"
|
|
1812
|
-
"
|
|
1813
|
-
"\
|
|
1814
|
-
"
|
|
1815
|
-
" \001(\
|
|
1816
|
-
"
|
|
1817
|
-
"
|
|
1818
|
-
"
|
|
1819
|
-
"
|
|
1820
|
-
"
|
|
1821
|
-
"
|
|
1822
|
-
"
|
|
1823
|
-
"
|
|
1824
|
-
"
|
|
1825
|
-
"
|
|
1826
|
-
"\
|
|
1827
|
-
"
|
|
1828
|
-
"
|
|
1829
|
-
"
|
|
1830
|
-
"
|
|
1831
|
-
"
|
|
1832
|
-
"
|
|
1833
|
-
"
|
|
1834
|
-
"
|
|
1835
|
-
"
|
|
1836
|
-
"
|
|
1837
|
-
"
|
|
1838
|
-
"
|
|
1839
|
-
"
|
|
1840
|
-
"
|
|
1841
|
-
"
|
|
1842
|
-
"
|
|
1843
|
-
"
|
|
1844
|
-
"
|
|
1845
|
-
"
|
|
1846
|
-
"
|
|
1847
|
-
"
|
|
1848
|
-
"
|
|
1849
|
-
"
|
|
1850
|
-
"
|
|
1851
|
-
"
|
|
1852
|
-
"
|
|
1853
|
-
"
|
|
1854
|
-
"
|
|
1855
|
-
"entType\022\
|
|
1856
|
-
"
|
|
1857
|
-
"
|
|
1858
|
-
"
|
|
1859
|
-
"\
|
|
1860
|
-
"
|
|
1861
|
-
"
|
|
1862
|
-
"\
|
|
1863
|
-
"\n\
|
|
1864
|
-
"\
|
|
1865
|
-
"\
|
|
1866
|
-
".
|
|
1867
|
-
"\002 \
|
|
1868
|
-
"
|
|
1869
|
-
"
|
|
1870
|
-
"\
|
|
1871
|
-
"
|
|
1872
|
-
"
|
|
1873
|
-
"
|
|
1874
|
-
"
|
|
1875
|
-
"\
|
|
1876
|
-
"\001(\tH\
|
|
1877
|
-
"
|
|
1878
|
-
"\
|
|
1879
|
-
"
|
|
1880
|
-
"\
|
|
1881
|
-
"\
|
|
1882
|
-
"\
|
|
1883
|
-
"
|
|
1884
|
-
"
|
|
1885
|
-
"
|
|
1886
|
-
"
|
|
1887
|
-
"
|
|
1888
|
-
"\
|
|
1889
|
-
"
|
|
1890
|
-
"
|
|
1891
|
-
"
|
|
1892
|
-
"
|
|
1893
|
-
"
|
|
1894
|
-
"\
|
|
1895
|
-
"
|
|
1896
|
-
"
|
|
1897
|
-
"\
|
|
1898
|
-
"
|
|
1440
|
+
"r.dp.outbound.v1.UserInGroup\022=\n\nuser_log" +
|
|
1441
|
+
"on\030\261\002 \003(\0132(.com.lansweeper.dp.outbound.v" +
|
|
1442
|
+
"1.UserLogonB\n\n\010_chassisB\016\n\014_motherboardB" +
|
|
1443
|
+
"\t\n\007_memoryB\026\n\024_mac_secure_elementsB\032\n\030_m" +
|
|
1444
|
+
"ac_hardware_controllerB\017\n\r_mac_ethernetB" +
|
|
1445
|
+
"\022\n\020_mac_nvm_expressB\007\n\005_biosB\016\n\014_os_reco" +
|
|
1446
|
+
"veryB\032\n\030_computer_system_productB\022\n\020_com" +
|
|
1447
|
+
"puter_systemB\025\n\023_software_inventoryB\016\n\014_" +
|
|
1448
|
+
"boot_configB\024\n\022_internet_explorerB\024\n\022_ma" +
|
|
1449
|
+
"c_accessibilityB\030\n\026_mac_regional_setting" +
|
|
1450
|
+
"sB\023\n\021_linux_basic_infoB\014\n\n_last_user\"\\\n\013" +
|
|
1451
|
+
"ServerGroup\022?\n\tsccm_info\030\001 \001(\0132\'.com.lan" +
|
|
1452
|
+
"sweeper.dp.outbound.v1.SccmInfoH\000\210\001\001B\014\n\n" +
|
|
1453
|
+
"_sccm_info\"\351\002\n\010SccmInfo\022-\n\ttimestamp\030\001 \001" +
|
|
1454
|
+
"(\0132\032.google.protobuf.Timestamp\022>\n\013sccm_s" +
|
|
1455
|
+
"erver\030\002 \001(\0132).com.lansweeper.dp.outbound" +
|
|
1456
|
+
".v1.SccmServer\022:\n\tsccm_site\030\003 \001(\0132\'.com." +
|
|
1457
|
+
"lansweeper.dp.outbound.v1.SccmSite\022\023\n\013re" +
|
|
1458
|
+
"source_id\030\004 \001(\003\022C\n\013sccm_client\030\005 \001(\0132).c" +
|
|
1459
|
+
"om.lansweeper.dp.outbound.v1.SccmClientH" +
|
|
1460
|
+
"\000\210\001\001\0226\n\rcreation_date\030\006 \001(\0132\032.google.pro" +
|
|
1461
|
+
"tobuf.TimestampH\001\210\001\001B\016\n\014_sccm_clientB\020\n\016" +
|
|
1462
|
+
"_creation_date\"\340\001\n\nSccmServer\0229\n\006server\030" +
|
|
1463
|
+
"\001 \001(\0132).com.lansweeper.dp.outbound.v1.En" +
|
|
1464
|
+
"tityPath\022\030\n\013server_name\030\002 \001(\tH\000\210\001\001\022\023\n\006do" +
|
|
1465
|
+
"main\030\003 \001(\tH\001\210\001\001\022\021\n\tserver_id\030\004 \001(\t\022:\n\tsc" +
|
|
1466
|
+
"cm_site\030\005 \003(\0132\'.com.lansweeper.dp.outbou" +
|
|
1467
|
+
"nd.v1.SccmSiteB\016\n\014_server_nameB\t\n\007_domai" +
|
|
1468
|
+
"n\"\301\001\n\010SccmSite\022\017\n\007site_id\030\001 \001(\t\022\021\n\004code\030" +
|
|
1469
|
+
"\005 \001(\tH\000\210\001\001\022\021\n\004name\030\006 \001(\tH\001\210\001\001\022\024\n\007version" +
|
|
1470
|
+
"\030\007 \001(\tH\002\210\001\001\022\031\n\014build_number\030\010 \001(\005H\003\210\001\001\022\023" +
|
|
1471
|
+
"\n\006status\030\t \001(\tH\004\210\001\001B\007\n\005_codeB\007\n\005_nameB\n\n" +
|
|
1472
|
+
"\010_versionB\017\n\r_build_numberB\t\n\007_status\"\230\001" +
|
|
1473
|
+
"\n\nSccmClient\022G\n\016client_edition\030\001 \001(\0132*.c" +
|
|
1474
|
+
"om.lansweeper.dp.outbound.v1.MappedValue" +
|
|
1475
|
+
"H\000\210\001\001\022\033\n\016client_version\030\002 \001(\tH\001\210\001\001B\021\n\017_c" +
|
|
1476
|
+
"lient_editionB\021\n\017_client_version\"0\n\003Tag\022" +
|
|
1477
|
+
"\013\n\003key\030\001 \001(\t\022\022\n\005value\030\002 \001(\tH\000\210\001\001B\010\n\006_val" +
|
|
1478
|
+
"ue\"\250\002\n\010Relation\022<\n\004from\030\001 \001(\0132).com.lans" +
|
|
1479
|
+
"weeper.dp.outbound.v1.EntityPathH\000\210\001\001\0225\n" +
|
|
1480
|
+
"\002to\030\002 \003(\0132).com.lansweeper.dp.outbound.v" +
|
|
1481
|
+
"1.EntityPath\022)\n\005start\030\003 \001(\0132\032.google.pro" +
|
|
1482
|
+
"tobuf.Timestamp\022,\n\003end\030\004 \001(\0132\032.google.pr" +
|
|
1483
|
+
"otobuf.TimestampH\001\210\001\001\022\014\n\004name\030\005 \001(\t\022/\n\003t" +
|
|
1484
|
+
"ag\030\006 \003(\0132\".com.lansweeper.dp.outbound.v1" +
|
|
1485
|
+
".TagB\007\n\005_fromB\006\n\004_end\"L\n\021CorrelationFiel" +
|
|
1486
|
+
"ds\0227\n\005field\030\001 \003(\0132(.com.lansweeper.dp.ou" +
|
|
1487
|
+
"tbound.v1.CorrField\"\'\n\tCorrField\022\013\n\003key\030" +
|
|
1488
|
+
"\001 \001(\t\022\r\n\005value\030\002 \003(\t\"\267\005\n\022ReconciliationI" +
|
|
1489
|
+
"nfo\0224\n\020correlation_time\030\001 \001(\0132\032.google.p" +
|
|
1490
|
+
"rotobuf.Timestamp\022K\n\005state\030\002 \001(\0162<.com.l" +
|
|
1491
|
+
"answeeper.dp.outbound.v1.ReconciliationI" +
|
|
1492
|
+
"nfo.EntryState\022V\n\013master_type\030\003 \001(\0162<.co" +
|
|
1493
|
+
"m.lansweeper.dp.outbound.v1.Reconciliati" +
|
|
1494
|
+
"onInfo.MasterTypeH\000\210\001\001\022I\n\014master_asset\030\t" +
|
|
1495
|
+
" \001(\0132..com.lansweeper.dp.outbound.v1.Cor" +
|
|
1496
|
+
"relationInfoH\001\210\001\001\022L\n\017reference_asset\030\n \001" +
|
|
1497
|
+
"(\0132..com.lansweeper.dp.outbound.v1.Corre" +
|
|
1498
|
+
"lationInfoH\002\210\001\001\022C\n\013alias_asset\030\013 \003(\0132..c" +
|
|
1499
|
+
"om.lansweeper.dp.outbound.v1.Correlation" +
|
|
1500
|
+
"Info\022L\n\024unlinked_alias_asset\030\014 \003(\0132..com" +
|
|
1501
|
+
".lansweeper.dp.outbound.v1.CorrelationIn" +
|
|
1502
|
+
"fo\"#\n\nEntryState\022\n\n\006GOLDEN\020\000\022\t\n\005ALIAS\020\001\"" +
|
|
1503
|
+
"\"\n\nMasterType\022\n\n\006ENGINE\020\000\022\010\n\004USER\020\001B\016\n\014_" +
|
|
1504
|
+
"master_typeB\017\n\r_master_assetB\022\n\020_referen" +
|
|
1505
|
+
"ce_assetJ\004\010\004\020\005J\004\010\005\020\006J\004\010\006\020\007J\004\010\007\020\010J\004\010\010\020\t\"\220" +
|
|
1506
|
+
"\002\n\017CorrelationInfo\0229\n\006entity\030\001 \001(\0132).com" +
|
|
1507
|
+
".lansweeper.dp.outbound.v1.EntityPath\022\027\n" +
|
|
1508
|
+
"\nconfidence\030\003 \001(\005H\000\210\001\001\022\031\n\014debug_string\030\004" +
|
|
1509
|
+
" \001(\tH\001\210\001\001\022Q\n\022correlation_fields\030\005 \001(\01320." +
|
|
1510
|
+
"com.lansweeper.dp.outbound.v1.Correlatio" +
|
|
1511
|
+
"nFieldsH\002\210\001\001B\r\n\013_confidenceB\017\n\r_debug_st" +
|
|
1512
|
+
"ringB\025\n\023_correlation_fieldsJ\004\010\002\020\003\"\335\002\n\013Cl" +
|
|
1513
|
+
"oudEntity\022\"\n\004body\030\001 \001(\0132\024.google.protobu" +
|
|
1514
|
+
"f.Any\022\026\n\016environment_id\030\002 \001(\t\022\026\n\016cloud_p" +
|
|
1515
|
+
"rovider\030\003 \001(\t\022\026\n\tregion_id\030\004 \001(\tH\000\210\001\001\022\030\n" +
|
|
1516
|
+
"\020environment_name\030\005 \001(\t\022\020\n\010category\030\006 \001(",
|
|
1517
|
+
"\t\0224\n\010cdk_tags\030\007 \003(\0132\".com.lansweeper.dp." +
|
|
1518
|
+
"outbound.v1.Tag\022\025\n\010location\030\010 \001(\tH\001\210\001\001\022\026" +
|
|
1519
|
+
"\n\ttenant_id\030\t \001(\tH\002\210\001\001\022\030\n\013tenant_name\030\n " +
|
|
1520
|
+
"\001(\tH\003\210\001\001B\014\n\n_region_idB\013\n\t_locationB\014\n\n_" +
|
|
1521
|
+
"tenant_idB\016\n\014_tenant_name\"\314\004\n\010OtModule\022\033" +
|
|
1522
|
+
"\n\016component_type\030\001 \001(\tH\000\210\001\001\022>\n\nbus_confi" +
|
|
1523
|
+
"g\030\002 \003(\0132*.com.lansweeper.dp.outbound.v1." +
|
|
1524
|
+
"OtBusConfig\022\026\n\016is_main_module\030\003 \001(\010\022\027\n\017t" +
|
|
1525
|
+
"otal_bus_count\030\013 \001(\005\022\026\n\016total_bus_size\030\014" +
|
|
1526
|
+
" \001(\005\022\025\n\rmax_bus_level\030\r \001(\005\022\030\n\013part_numb" +
|
|
1527
|
+
"er\030\004 \001(\tH\001\210\001\001\022@\n\010ext_info\030\005 \003(\0132..com.la" +
|
|
1528
|
+
"nsweeper.dp.outbound.v1.OtModuleExtInfo\022" +
|
|
1529
|
+
"\027\n\nroute_path\030\006 \001(\tH\002\210\001\001\022\027\n\017is_network_n" +
|
|
1530
|
+
"ode\030\007 \001(\010\022\032\n\rscan_protocol\030\010 \001(\tH\003\210\001\001\022A\n" +
|
|
1531
|
+
"\tscan_info\030\t \001(\0132).com.lansweeper.dp.out" +
|
|
1532
|
+
"bound.v1.OtScanInfoH\004\210\001\001\022D\n\nfw_history\030\n" +
|
|
1533
|
+
" \003(\01320.com.lansweeper.dp.outbound.v1.OtF" +
|
|
1534
|
+
"irmwareHistoryB\021\n\017_component_typeB\016\n\014_pa" +
|
|
1535
|
+
"rt_numberB\r\n\013_route_pathB\020\n\016_scan_protoc" +
|
|
1536
|
+
"olB\014\n\n_scan_info\"\352\001\n\013OtBusConfig\022\016\n\006numb" +
|
|
1537
|
+
"er\030\001 \001(\005\022\021\n\004name\030\002 \001(\tH\000\210\001\001\022\021\n\004type\030\003 \001(" +
|
|
1538
|
+
"\tH\001\210\001\001\022\014\n\004size\030\004 \001(\005\022\023\n\013start_index\030\007 \001(" +
|
|
1539
|
+
"\005\022\025\n\010position\030\005 \001(\005H\002\210\001\001\022\022\n\005width\030\006 \001(\005H" +
|
|
1540
|
+
"\003\210\001\001\022\033\n\016is_main_module\030\010 \001(\010H\004\210\001\001B\007\n\005_na" +
|
|
1541
|
+
"meB\007\n\005_typeB\013\n\t_positionB\010\n\006_widthB\021\n\017_i" +
|
|
1542
|
+
"s_main_module\"-\n\017OtModuleExtInfo\022\013\n\003key\030" +
|
|
1543
|
+
"\001 \001(\t\022\r\n\005value\030\002 \001(\t\"\356\003\n\nOtScanInfo\022\033\n\016s" +
|
|
1544
|
+
"can_target_id\030\001 \001(\tH\000\210\001\001\022\035\n\020scan_target_" +
|
|
1545
|
+
"name\030\002 \001(\tH\001\210\001\001\022\026\n\tsensor_id\030\003 \001(\tH\002\210\001\001\022" +
|
|
1546
|
+
"\030\n\013sensor_name\030\004 \001(\tH\003\210\001\001\022\030\n\013protocol_id" +
|
|
1547
|
+
"\030\005 \001(\tH\004\210\001\001\022\032\n\rprotocol_name\030\006 \001(\tH\005\210\001\001\022" +
|
|
1548
|
+
"\021\n\004port\030\007 \001(\005H\006\210\001\001\022\035\n\020network_protocol\030\010" +
|
|
1549
|
+
" \001(\tH\007\210\001\001\0223\n\nlast_tried\030\t \001(\0132\032.google.p" +
|
|
1550
|
+
"rotobuf.TimestampH\010\210\001\001\0222\n\tlast_scan\030\n \001(" +
|
|
1551
|
+
"\0132\032.google.protobuf.TimestampH\t\210\001\001B\021\n\017_s" +
|
|
1552
|
+
"can_target_idB\023\n\021_scan_target_nameB\014\n\n_s" +
|
|
1553
|
+
"ensor_idB\016\n\014_sensor_nameB\016\n\014_protocol_id" +
|
|
1554
|
+
"B\020\n\016_protocol_nameB\007\n\005_portB\023\n\021_network_" +
|
|
1555
|
+
"protocolB\r\n\013_last_triedB\014\n\n_last_scan\"z\n" +
|
|
1556
|
+
"\021OtFirmwareHistory\022\020\n\010firmware\030\001 \001(\t\022(\n\004" +
|
|
1557
|
+
"from\030\002 \001(\0132\032.google.protobuf.Timestamp\022)" +
|
|
1558
|
+
"\n\005until\030\003 \001(\0132\032.google.protobuf.Timestam" +
|
|
1559
|
+
"p\"u\n\tAssetType\022\017\n\007ls_name\030\001 \001(\t\022\r\n\005ls_id" +
|
|
1560
|
+
"\030\003 \001(\005\022\026\n\tfing_type\030\002 \001(\tH\000\210\001\001\022\025\n\010sub_ty" +
|
|
1561
|
+
"pe\030\004 \001(\tH\001\210\001\001B\014\n\n_fing_typeB\013\n\t_sub_type" +
|
|
1562
|
+
"\"\335\002\n\nSourceInfo\022\021\n\tsource_id\030\001 \001(\t\022\023\n\013so" +
|
|
1563
|
+
"urce_type\030\002 \001(\t\022\031\n\014source_agent\030\003 \001(\tH\000\210" +
|
|
1564
|
+
"\001\001\022\030\n\013source_name\030\004 \001(\tH\001\210\001\001\022\027\n\nsource_t" +
|
|
1565
|
+
"ag\030\010 \001(\tH\002\210\001\001\022\016\n\006raw_id\030\005 \001(\t\022\026\n\tentity_" +
|
|
1566
|
+
"id\030\007 \001(\tH\003\210\001\001\022/\n\013last_synced\030\006 \001(\0132\032.goo" +
|
|
1567
|
+
"gle.protobuf.Timestamp\022B\n\013credentials\030\t " +
|
|
1568
|
+
"\003(\0132-.com.lansweeper.dp.outbound.v1.Scan" +
|
|
1569
|
+
"CredentialB\017\n\r_source_agentB\016\n\014_source_n" +
|
|
1570
|
+
"ameB\r\n\013_source_tagB\014\n\n_entity_id\"\261\001\n\tSca" +
|
|
1571
|
+
"nError\022\017\n\007section\030\001 \001(\t\022\r\n\005error\030\002 \001(\t\022\023" +
|
|
1572
|
+
"\n\006source\030\003 \001(\tH\000\210\001\001\0222\n\ttimestamp\030\004 \001(\0132\032" +
|
|
1573
|
+
".google.protobuf.TimestampH\001\210\001\001\022\025\n\010durat" +
|
|
1574
|
+
"ion\030\005 \001(\003H\002\210\001\001B\t\n\007_sourceB\014\n\n_timestampB" +
|
|
1575
|
+
"\013\n\t_duration\"\264\001\n\016ScanCredential\022\027\n\nvault" +
|
|
1576
|
+
"_type\030\001 \001(\tH\000\210\001\001\022\027\n\nvault_name\030\002 \001(\tH\001\210\001" +
|
|
1577
|
+
"\001\022\021\n\004name\030\003 \001(\tH\002\210\001\001\022\022\n\nis_success\030\004 \001(\010" +
|
|
1578
|
+
"\022\025\n\010cloud_id\030\005 \001(\tH\003\210\001\001B\r\n\013_vault_typeB\r" +
|
|
1579
|
+
"\n\013_vault_nameB\007\n\005_nameB\013\n\t_cloud_id\"\322\002\n\n" +
|
|
1580
|
+
"CoreFields\0226\n\004type\030\001 \001(\0132(.com.lansweepe" +
|
|
1581
|
+
"r.dp.outbound.v1.AssetType\022\014\n\004name\030\002 \001(\t" +
|
|
1582
|
+
"\022\023\n\006domain\030\003 \001(\tH\000\210\001\001\022\027\n\nip_address\030\004 \001(" +
|
|
1583
|
+
"\tH\001\210\001\001\022\023\n\006serial\030\005 \001(\tH\002\210\001\001\022\020\n\003mac\030\006 \001(\t" +
|
|
1584
|
+
"H\003\210\001\001\022\027\n\nmac_vendor\030\007 \001(\tH\004\210\001\001\022\026\n\tsensor" +
|
|
1585
|
+
"_id\030\010 \001(\tH\005\210\001\001\022\021\n\004fqdn\030\t \001(\tH\006\210\001\001\022\022\n\ncon" +
|
|
1586
|
+
"fidence\030\n \001(\005B\t\n\007_domainB\r\n\013_ip_addressB" +
|
|
1587
|
+
"\t\n\007_serialB\006\n\004_macB\r\n\013_mac_vendorB\014\n\n_se" +
|
|
1588
|
+
"nsor_idB\007\n\005_fqdn\"w\n\010LastUser\022\021\n\tuser_nam" +
|
|
1589
|
+
"e\030\001 \001(\t\022\026\n\tuser_type\030\002 \001(\tH\000\210\001\001\022\020\n\003upn\030\003" +
|
|
1590
|
+
" \001(\tH\001\210\001\001\022\020\n\003sid\030\004 \001(\tH\002\210\001\001B\014\n\n_user_typ" +
|
|
1591
|
+
"eB\006\n\004_upnB\006\n\004_sid\"\246\001\n\tUserLogon\022\021\n\tuser_" +
|
|
1592
|
+
"name\030\001 \001(\t\022\021\n\004port\030\002 \001(\tH\000\210\001\001\022\027\n\nip_addr" +
|
|
1593
|
+
"ess\030\003 \001(\tH\001\210\001\001\0223\n\nlogon_time\030\004 \001(\0132\032.goo" +
|
|
1594
|
+
"gle.protobuf.TimestampH\002\210\001\001B\007\n\005_portB\r\n\013" +
|
|
1595
|
+
"_ip_addressB\r\n\013_logon_time\"\325\006\n\013UserAccou" +
|
|
1596
|
+
"nt\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022\023\n\006domain\030\002 \001(\tH\001\210" +
|
|
1597
|
+
"\001\001\022\024\n\007caption\030\003 \001(\tH\002\210\001\001\022\030\n\013description\030" +
|
|
1598
|
+
"\004 \001(\tH\003\210\001\001\022\026\n\tfull_name\030\005 \001(\tH\004\210\001\001\022E\n\014ac" +
|
|
1599
|
+
"count_type\030\006 \001(\0132*.com.lansweeper.dp.out" +
|
|
1600
|
+
"bound.v1.MappedValueH\005\210\001\001\022\020\n\003sid\030\007 \001(\tH\006" +
|
|
1601
|
+
"\210\001\001\022A\n\010sid_type\030\010 \001(\0132*.com.lansweeper.d" +
|
|
1602
|
+
"p.outbound.v1.MappedValueH\007\210\001\001\022\032\n\rlocal_" +
|
|
1603
|
+
"account\030\t \001(\010H\010\210\001\001\022\025\n\010disabled\030\n \001(\010H\t\210\001" +
|
|
1604
|
+
"\001\022\024\n\007lockout\030\013 \001(\010H\n\210\001\001\022 \n\023password_chan" +
|
|
1605
|
+
"geable\030\014 \001(\010H\013\210\001\001\022\035\n\020password_expires\030\r " +
|
|
1606
|
+
"\001(\010H\014\210\001\001\022\036\n\021password_required\030\016 \001(\010H\r\210\001\001" +
|
|
1607
|
+
"\022\023\n\006status\030\017 \001(\tH\016\210\001\001\022\024\n\007user_id\030\020 \001(\005H\017" +
|
|
1608
|
+
"\210\001\001\022\025\n\010group_id\030\021 \001(\005H\020\210\001\001\022\033\n\016home_direc" +
|
|
1609
|
+
"tory\030\022 \001(\tH\021\210\001\001\022\030\n\013login_shell\030\023 \001(\tH\022\210\001" +
|
|
1610
|
+
"\001B\007\n\005_nameB\t\n\007_domainB\n\n\010_captionB\016\n\014_de" +
|
|
1611
|
+
"scriptionB\014\n\n_full_nameB\017\n\r_account_type" +
|
|
1612
|
+
"B\006\n\004_sidB\013\n\t_sid_typeB\020\n\016_local_accountB" +
|
|
1613
|
+
"\013\n\t_disabledB\n\n\010_lockoutB\026\n\024_password_ch" +
|
|
1614
|
+
"angeableB\023\n\021_password_expiresB\024\n\022_passwo" +
|
|
1615
|
+
"rd_requiredB\t\n\007_statusB\n\n\010_user_idB\013\n\t_g" +
|
|
1616
|
+
"roup_idB\021\n\017_home_directoryB\016\n\014_login_she" +
|
|
1617
|
+
"ll\"\233\002\n\tUserGroup\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022\024\n\007c" +
|
|
1618
|
+
"aption\030\002 \001(\tH\001\210\001\001\022\030\n\013description\030\003 \001(\tH\002" +
|
|
1619
|
+
"\210\001\001\022\023\n\006domain\030\004 \001(\tH\003\210\001\001\022\020\n\003sid\030\005 \001(\tH\004\210" +
|
|
1620
|
+
"\001\001\022\032\n\rlocal_account\030\006 \001(\010H\005\210\001\001\022\025\n\010group_" +
|
|
1621
|
+
"id\030\007 \001(\005H\006\210\001\001\022\021\n\004type\030\010 \001(\tH\007\210\001\001B\007\n\005_nam" +
|
|
1622
|
+
"eB\n\n\010_captionB\016\n\014_descriptionB\t\n\007_domain" +
|
|
1623
|
+
"B\006\n\004_sidB\020\n\016_local_accountB\013\n\t_group_idB" +
|
|
1624
|
+
"\007\n\005_type\"\353\001\n\013UserInGroup\022\027\n\ngroup_name\030\001" +
|
|
1625
|
+
" \001(\tH\000\210\001\001\022\026\n\tuser_name\030\002 \001(\tH\001\210\001\001\022\035\n\020use" +
|
|
1626
|
+
"r_domain_name\030\003 \001(\tH\002\210\001\001\022\031\n\014account_type" +
|
|
1627
|
+
"\030\004 \001(\tH\003\210\001\001\022\033\n\016is_admin_group\030\005 \001(\010H\004\210\001\001" +
|
|
1628
|
+
"B\r\n\013_group_nameB\014\n\n_user_nameB\023\n\021_user_d" +
|
|
1629
|
+
"omain_nameB\017\n\r_account_typeB\021\n\017_is_admin" +
|
|
1630
|
+
"_group\"\346\006\n\020InternetExplorer\022I\n\010active_x\030" +
|
|
1631
|
+
"\001 \003(\01327.com.lansweeper.dp.outbound.v1.In" +
|
|
1632
|
+
"ternetExplorer.ActiveX\022J\n\003bar\030\002 \003(\0132=.co" +
|
|
1633
|
+
"m.lansweeper.dp.outbound.v1.InternetExpl" +
|
|
1634
|
+
"orer.BrowserObject\022U\n\016browser_object\030\003 \003" +
|
|
1635
|
+
"(\0132=.com.lansweeper.dp.outbound.v1.Inter" +
|
|
1636
|
+
"netExplorer.BrowserObject\022L\n\textension\030\004" +
|
|
1637
|
+
" \003(\01329.com.lansweeper.dp.outbound.v1.Int" +
|
|
1638
|
+
"ernetExplorer.Extension\032\207\001\n\007ActiveX\022\024\n\007c" +
|
|
1639
|
+
"ontrol\030\001 \001(\tH\000\210\001\001\022\026\n\tcode_base\030\002 \001(\tH\001\210\001" +
|
|
1640
|
+
"\001\022\021\n\004info\030\003 \001(\tH\002\210\001\001\022\020\n\003osd\030\004 \001(\tH\003\210\001\001B\n" +
|
|
1641
|
+
"\n\010_controlB\014\n\n_code_baseB\007\n\005_infoB\006\n\004_os" +
|
|
1642
|
+
"d\032\315\002\n\tExtension\022\024\n\007control\030\001 \001(\tH\000\210\001\001\022\030\n" +
|
|
1643
|
+
"\013button_text\030\002 \001(\tH\001\210\001\001\022\023\n\006cls_id\030\003 \001(\tH" +
|
|
1644
|
+
"\002\210\001\001\022\034\n\017default_visible\030\004 \001(\tH\003\210\001\001\022\021\n\004ex" +
|
|
1645
|
+
"ec\030\005 \001(\tH\004\210\001\001\022\025\n\010hot_icon\030\006 \001(\tH\005\210\001\001\022\021\n\004" +
|
|
1646
|
+
"icon\030\007 \001(\tH\006\210\001\001\022\026\n\tmenu_text\030\010 \001(\tH\007\210\001\001\022" +
|
|
1647
|
+
"\024\n\007tooltip\030\t \001(\tH\010\210\001\001B\n\n\010_controlB\016\n\014_bu" +
|
|
1648
|
+
"tton_textB\t\n\007_cls_idB\022\n\020_default_visible" +
|
|
1649
|
+
"B\007\n\005_execB\013\n\t_hot_iconB\007\n\005_iconB\014\n\n_menu" +
|
|
1650
|
+
"_textB\n\n\010_tooltip\032 \n\rBrowserObject\022\017\n\007co" +
|
|
1651
|
+
"ntrol\030\001 \001(\t\032\032\n\007BarInfo\022\017\n\007control\030\001 \001(\t\"" +
|
|
1652
|
+
"\353\006\n\020WindowsSqlServer\022\024\n\014is_clustered\030\001 \001" +
|
|
1653
|
+
"(\010\022f\n\027sql_authentication_mode\030\002 \001(\0162E.co" +
|
|
1654
|
+
"m.lansweeper.dp.outbound.v1.WindowsSqlSe" +
|
|
1655
|
+
"rver.SqlAuthenticationMode\022C\n\tdatabases\030" +
|
|
1656
|
+
"\003 \003(\01320.com.lansweeper.dp.outbound.v1.Sq" +
|
|
1657
|
+
"lServerDatabase\022A\n\010services\030\004 \003(\0132/.com." +
|
|
1658
|
+
"lansweeper.dp.outbound.v1.SqlServerServi" +
|
|
1659
|
+
"ce\022\024\n\014service_name\030\005 \001(\t\022\027\n\017display_vers" +
|
|
1660
|
+
"ion\030\006 \001(\t\022\017\n\007version\030\007 \001(\t\022\025\n\010sp_level\030\010" +
|
|
1661
|
+
" \001(\005H\000\210\001\001\022\025\n\010sku_name\030\t \001(\tH\001\210\001\001\022A\n\010lang" +
|
|
1662
|
+
"uage\030\n \001(\0132*.com.lansweeper.dp.outbound." +
|
|
1663
|
+
"v1.MappedValueH\002\210\001\001\022\025\n\010is_wow64\030\013 \001(\010H\003\210" +
|
|
1664
|
+
"\001\001\022\031\n\014install_path\030\014 \001(\tH\004\210\001\001\022\031\n\014file_ve" +
|
|
1665
|
+
"rsion\030\r \001(\tH\005\210\001\001\022\026\n\tdata_path\030\016 \001(\tH\006\210\001\001" +
|
|
1666
|
+
"\022E\n\007cluster\030\017 \001(\0132/.com.lansweeper.dp.ou" +
|
|
1667
|
+
"tbound.v1.SqlServerClusterH\007\210\001\001\022\023\n\013insta" +
|
|
1668
|
+
"nce_id\030\020 \001(\t\022\032\n\rinstance_name\030\021 \001(\tH\010\210\001\001" +
|
|
1669
|
+
"\"A\n\025SqlAuthenticationMode\022\020\n\014UNKNOWN_MOD" +
|
|
1670
|
+
"E\020\000\022\013\n\007WINDOWS\020\001\022\t\n\005MIXED\020\002B\013\n\t_sp_level" +
|
|
1671
|
+
"B\013\n\t_sku_nameB\013\n\t_languageB\013\n\t_is_wow64B" +
|
|
1672
|
+
"\017\n\r_install_pathB\017\n\r_file_versionB\014\n\n_da" +
|
|
1673
|
+
"ta_pathB\n\n\010_clusterB\020\n\016_instance_name\"\335\001" +
|
|
1674
|
+
"\n\021SqlServerDatabase\022\037\n\022data_files_size_k" +
|
|
1675
|
+
"b\030\001 \001(\003H\000\210\001\001\022\036\n\021log_files_size_kb\030\002 \001(\003H" +
|
|
1676
|
+
"\001\210\001\001\022#\n\026log_files_used_size_kb\030\003 \001(\003H\002\210\001" +
|
|
1677
|
+
"\001\022\021\n\004name\030\004 \001(\tH\003\210\001\001B\025\n\023_data_files_size" +
|
|
1678
|
+
"_kbB\024\n\022_log_files_size_kbB\031\n\027_log_files_" +
|
|
1679
|
+
"used_size_kbB\007\n\005_name\"\263\004\n\020SqlServerServi" +
|
|
1680
|
+
"ce\022P\n\005state\030\001 \001(\0162<.com.lansweeper.dp.ou" +
|
|
1681
|
+
"tbound.v1.SqlServerService.ServiceStateH" +
|
|
1682
|
+
"\000\210\001\001\022]\n\014startup_type\030\002 \001(\0162B.com.lanswee" +
|
|
1683
|
+
"per.dp.outbound.v1.SqlServerService.Serv" +
|
|
1684
|
+
"iceStartupTypeH\001\210\001\001\022\021\n\004name\030\003 \001(\tH\002\210\001\001\022\030" +
|
|
1685
|
+
"\n\013instance_id\030\004 \001(\tH\003\210\001\001\"\230\001\n\014ServiceStat" +
|
|
1686
|
+
"e\022\024\n\020NO_SERVICE_STATE\020\000\022\013\n\007STOPPED\020\001\022\021\n\r" +
|
|
1687
|
+
"START_PENDING\020\002\022\020\n\014STOP_PENDING\020\003\022\013\n\007RUN" +
|
|
1688
|
+
"NING\020\004\022\024\n\020CONTINUE_PENDING\020\005\022\021\n\rPAUSE_PE" +
|
|
1689
|
+
"NDING\020\006\022\n\n\006PAUSED\020\007\"r\n\022ServiceStartupTyp" +
|
|
1690
|
+
"e\022\033\n\027NO_SERVICE_STARTUP_TYPE\020\000\022\026\n\022OTHER_" +
|
|
1691
|
+
"STARTYP_TYPE\020\001\022\r\n\tAUTOMATIC\020\002\022\n\n\006MANUAL\020" +
|
|
1692
|
+
"\003\022\014\n\010DISABLED\020\004B\010\n\006_stateB\017\n\r_startup_ty" +
|
|
1693
|
+
"peB\007\n\005_nameB\016\n\014_instance_id\"z\n\020SqlServer" +
|
|
1694
|
+
"Cluster\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022J\n\rcluster_no" +
|
|
1695
|
+
"des\030\002 \003(\01323.com.lansweeper.dp.outbound.v" +
|
|
1696
|
+
"1.SqlServerClusterNodeB\007\n\005_name\"2\n\024SqlSe" +
|
|
1697
|
+
"rverClusterNode\022\021\n\004name\030\001 \001(\tH\000\210\001\001B\007\n\005_n" +
|
|
1698
|
+
"ame\"\332\002\n\033WindowsSqlServerChangeEvent\022X\n\ne" +
|
|
1699
|
+
"vent_type\030\001 \001(\0162D.com.lansweeper.dp.outb" +
|
|
1700
|
+
"ound.v1.WindowsSqlServerChangeEvent.Even" +
|
|
1701
|
+
"tType\022)\n\005start\030\002 \001(\0132\032.google.protobuf.T" +
|
|
1702
|
+
"imestamp\022,\n\003end\030\003 \001(\0132\032.google.protobuf." +
|
|
1703
|
+
"TimestampH\000\210\001\001\022K\n\022windows_sql_server\030\004 \001" +
|
|
1704
|
+
"(\0132/.com.lansweeper.dp.outbound.v1.Windo" +
|
|
1705
|
+
"wsSqlServer\"3\n\tEventType\022\013\n\007INSTALL\020\000\022\r\n" +
|
|
1706
|
+
"\tUNINSTALL\020\001\022\n\n\006UPDATE\020\002B\006\n\004_end\"\352\006\n\014Har" +
|
|
1707
|
+
"dwareInfo\022\024\n\007type_id\030\001 \001(\003H\000\210\001\001\022\024\n\007make_" +
|
|
1708
|
+
"id\030\002 \001(\003H\001\210\001\001\022\025\n\010model_id\030\003 \001(\003H\002\210\001\001\022\026\n\t" +
|
|
1709
|
+
"family_id\030\004 \001(\003H\003\210\001\001\022\026\n\tis_family\030\006 \001(\010H" +
|
|
1710
|
+
"\004\210\001\001\022\023\n\006serial\030\007 \001(\tH\005\210\001\001\022\026\n\ttype_name\030\n" +
|
|
1711
|
+
" \001(\tH\006\210\001\001\022\031\n\014type_caption\030\016 \001(\tH\007\210\001\001\022\027\n\n" +
|
|
1712
|
+
"type_group\030\017 \001(\tH\010\210\001\001\022\026\n\tmake_name\030\013 \001(\t" +
|
|
1713
|
+
"H\t\210\001\001\022\027\n\nmodel_name\030\014 \001(\tH\n\210\001\001\022\030\n\013family" +
|
|
1714
|
+
"_name\030\r \001(\tH\013\210\001\001\022\020\n\003cpe\030\025 \001(\tH\014\210\001\001\022\021\n\004ra" +
|
|
1715
|
+
"nk\030\024 \001(\005H\r\210\001\001\022B\n\004spec\030\030 \001(\0132/.com.lanswe" +
|
|
1716
|
+
"eper.dp.outbound.v1.SpecHardwareInfoH\016\210\001" +
|
|
1717
|
+
"\001\022G\n\rcatalog_brand\0302 \001(\0132+.com.lansweepe" +
|
|
1718
|
+
"r.dp.outbound.v1.CatalogBrandH\017\210\001\001\022G\n\rca" +
|
|
1719
|
+
"talog_model\0303 \001(\0132+.com.lansweeper.dp.ou" +
|
|
1720
|
+
"tbound.v1.CatalogModelH\020\210\001\001\022H\n\016catalog_f" +
|
|
1721
|
+
"amily\0304 \001(\0132+.com.lansweeper.dp.outbound" +
|
|
1722
|
+
".v1.CatalogModelH\021\210\001\001B\n\n\010_type_idB\n\n\010_ma" +
|
|
1723
|
+
"ke_idB\013\n\t_model_idB\014\n\n_family_idB\014\n\n_is_" +
|
|
1724
|
+
"familyB\t\n\007_serialB\014\n\n_type_nameB\017\n\r_type" +
|
|
1725
|
+
"_captionB\r\n\013_type_groupB\014\n\n_make_nameB\r\n" +
|
|
1726
|
+
"\013_model_nameB\016\n\014_family_nameB\006\n\004_cpeB\007\n\005" +
|
|
1727
|
+
"_rankB\007\n\005_specB\020\n\016_catalog_brandB\020\n\016_cat" +
|
|
1728
|
+
"alog_modelB\021\n\017_catalog_family\"\220\003\n\020SpecHa" +
|
|
1729
|
+
"rdwareInfo\022\031\n\014architecture\030\001 \001(\tH\000\210\001\001\022\022\n" +
|
|
1730
|
+
"\005model\030\002 \001(\tH\001\210\001\001\022\031\n\014manufacturer\030\003 \001(\tH" +
|
|
1731
|
+
"\002\210\001\001\022\032\n\rserial_number\030\004 \001(\tH\003\210\001\001\022\027\n\nsyst" +
|
|
1732
|
+
"em_sku\030\005 \001(\tH\004\210\001\001\022\023\n\006uptime\030\006 \001(\003H\005\210\001\001\022\026" +
|
|
1733
|
+
"\n\tbus_speed\030\007 \001(\tH\006\210\001\001\022\035\n\020boot_rom_versi" +
|
|
1734
|
+
"on\030\010 \001(\tH\007\210\001\001\022\037\n\022smc_version_system\030\t \001(" +
|
|
1735
|
+
"\tH\010\210\001\001B\017\n\r_architectureB\010\n\006_modelB\017\n\r_ma" +
|
|
1736
|
+
"nufacturerB\020\n\016_serial_numberB\r\n\013_system_" +
|
|
1737
|
+
"skuB\t\n\007_uptimeB\014\n\n_bus_speedB\023\n\021_boot_ro" +
|
|
1738
|
+
"m_versionB\025\n\023_smc_version_system\"\213\004\n\017Ope" +
|
|
1739
|
+
"ratingSystem\022\017\n\002id\030\001 \001(\003H\001\210\001\001\022\024\n\007make_id" +
|
|
1740
|
+
"\030\013 \001(\003H\002\210\001\001\022\021\n\004name\030\002 \001(\tH\003\210\001\001\022\024\n\007versio" +
|
|
1741
|
+
"n\030\003 \001(\tH\004\210\001\001\022\022\n\005build\030\004 \001(\tH\005\210\001\001\022\027\n\nfw_v" +
|
|
1742
|
+
"ersion\030\005 \001(\tH\006\210\001\001\022\020\n\003cpe\030\006 \001(\tH\007\210\001\001\022\023\n\006f" +
|
|
1743
|
+
"w_cpe\030\007 \001(\tH\010\210\001\001\022\021\n\004rank\030\010 \001(\005H\t\210\001\001\022L\n\007w" +
|
|
1744
|
+
"indows\030 \001(\01329.com.lansweeper.dp.outboun" +
|
|
1745
|
+
"d.v1.WindowsOperatingSystemInfoH\000\022D\n\003mac" +
|
|
1746
|
+
"\030! \001(\01325.com.lansweeper.dp.outbound.v1.M" +
|
|
1747
|
+
"acOperatingSystemInfoH\000\022H\n\005linux\030\" \001(\01327" +
|
|
1748
|
+
".com.lansweeper.dp.outbound.v1.LinuxOper" +
|
|
1749
|
+
"atingSystemInfoH\000B\006\n\004specB\005\n\003_idB\n\n\010_mak" +
|
|
1750
|
+
"e_idB\007\n\005_nameB\n\n\010_versionB\010\n\006_buildB\r\n\013_" +
|
|
1751
|
+
"fw_versionB\006\n\004_cpeB\t\n\007_fw_cpeB\007\n\005_rank\"\200" +
|
|
1752
|
+
"\004\n\026MacOperatingSystemInfo\022\033\n\016kernel_capt" +
|
|
1753
|
+
"ion\030\001 \001(\tH\000\210\001\001\022\033\n\016system_version\030\002 \001(\tH\001" +
|
|
1754
|
+
"\210\001\001\022\030\n\013boot_volume\030\003 \001(\tH\002\210\001\001\022\026\n\tboot_mo" +
|
|
1755
|
+
"de\030\004 \001(\tH\003\210\001\001\022\032\n\rcomputer_name\030\005 \001(\tH\004\210\001" +
|
|
1756
|
+
"\001\022\026\n\tuser_name\030\006 \001(\tH\005\210\001\001\022\024\n\007up_time\030\007 \001" +
|
|
1757
|
+
"(\tH\006\210\001\001\022\"\n\025secure_virtual_memory\030\010 \001(\tH\007" +
|
|
1758
|
+
"\210\001\001\022+\n\036sixty_four_bit_kernel_and_exts\030\t " +
|
|
1759
|
+
"\001(\tH\010\210\001\001\022\035\n\020system_integrity\030\n \001(\tH\t\210\001\001B" +
|
|
1760
|
+
"\021\n\017_kernel_captionB\021\n\017_system_versionB\016\n" +
|
|
1761
|
+
"\014_boot_volumeB\014\n\n_boot_modeB\020\n\016_computer" +
|
|
1762
|
+
"_nameB\014\n\n_user_nameB\n\n\010_up_timeB\030\n\026_secu" +
|
|
1763
|
+
"re_virtual_memoryB!\n\037_sixty_four_bit_ker" +
|
|
1764
|
+
"nel_and_extsB\023\n\021_system_integrity\"\370\001\n\030Li" +
|
|
1765
|
+
"nuxOperatingSystemInfo\022\030\n\013kernel_name\030\001 " +
|
|
1766
|
+
"\001(\tH\000\210\001\001\022\033\n\016kernel_release\030\002 \001(\tH\001\210\001\001\022\033\n" +
|
|
1767
|
+
"\016kernel_version\030\003 \001(\tH\002\210\001\001\022\031\n\014distributi" +
|
|
1768
|
+
"on\030\004 \001(\tH\003\210\001\001\022\027\n\nos_release\030\005 \001(\tH\004\210\001\001B\016" +
|
|
1769
|
+
"\n\014_kernel_nameB\021\n\017_kernel_releaseB\021\n\017_ke" +
|
|
1770
|
+
"rnel_versionB\017\n\r_distributionB\r\n\013_os_rel" +
|
|
1771
|
+
"ease\"\325\005\n\035ComputerMacHardwareController\022\026" +
|
|
1772
|
+
"\n\tboot_uuid\030\001 \001(\tH\000\210\001\001\022\035\n\020firmware_versi" +
|
|
1773
|
+
"on\030\002 \001(\tH\001\210\001\001\022 \n\023extra_boot_policies\030\003 \001" +
|
|
1774
|
+
"(\tH\002\210\001\001\022\035\n\020model_identifier\030\004 \001(\tH\003\210\001\001\022(" +
|
|
1775
|
+
"\n\033boot_args_filtering_enabled\030\005 \001(\010H\004\210\001\001" +
|
|
1776
|
+
"\022 \n\023kernel_ctrr_enabled\030\006 \001(\010H\005\210\001\001\022\"\n\025de" +
|
|
1777
|
+
"vice_mdm_operations\030\007 \001(\010H\006\210\001\001\022 \n\023user_m" +
|
|
1778
|
+
"dm_operations\030\010 \001(\010H\007\210\001\001\022$\n\027other_kernel" +
|
|
1779
|
+
"_extensions\030\t \001(\010H\010\210\001\001\022(\n\033system_integri" +
|
|
1780
|
+
"ty_protection\030\n \001(\010H\t\210\001\001\022!\n\024signed_syste" +
|
|
1781
|
+
"m_volume\030\013 \001(\010H\n\210\001\001\022\030\n\013secure_boot\030\014 \001(\t" +
|
|
1782
|
+
"H\013\210\001\001B\014\n\n_boot_uuidB\023\n\021_firmware_version" +
|
|
1783
|
+
"B\026\n\024_extra_boot_policiesB\023\n\021_model_ident" +
|
|
1784
|
+
"ifierB\036\n\034_boot_args_filtering_enabledB\026\n" +
|
|
1785
|
+
"\024_kernel_ctrr_enabledB\030\n\026_device_mdm_ope" +
|
|
1786
|
+
"rationsB\026\n\024_user_mdm_operationsB\032\n\030_othe" +
|
|
1787
|
+
"r_kernel_extensionsB\036\n\034_system_integrity" +
|
|
1788
|
+
"_protectionB\027\n\025_signed_system_volumeB\016\n\014" +
|
|
1789
|
+
"_secure_boot\"\340\026\n\032WindowsOperatingSystemI" +
|
|
1790
|
+
"nfo\022\024\n\007version\030\001 \001(\tH\000\210\001\001\022\031\n\014service_pac" +
|
|
1791
|
+
"k\030\002 \001(\005H\001\210\001\001\022\022\n\005build\030\003 \001(\tH\002\210\001\001\022\031\n\014vers" +
|
|
1792
|
+
"ion_name\030\004 \001(\tH\003\210\001\001\022!\n\024is_domain_control" +
|
|
1793
|
+
"ler\030\007 \001(\010H\004\210\001\001\022\033\n\016part_of_domain\030\010 \001(\010H\005" +
|
|
1794
|
+
"\210\001\001\022\037\n\022is_azure_ad_joined\030\t \001(\010H\006\210\001\001\022\024\n\007" +
|
|
1795
|
+
"os_code\030\n \001(\tH\007\210\001\001\022\030\n\013boot_device\030\014 \001(\tH" +
|
|
1796
|
+
"\010\210\001\001\022\031\n\014build_number\030\r \001(\tH\t\210\001\001\022\027\n\nbuild" +
|
|
1797
|
+
"_type\030\016 \001(\tH\n\210\001\001\022\024\n\007caption\030\017 \001(\tH\013\210\001\001\022\025" +
|
|
1798
|
+
"\n\010code_set\030\020 \001(\tH\014\210\001\001\022\031\n\014country_code\030\021 " +
|
|
1799
|
+
"\001(\tH\r\210\001\001\022\030\n\013csd_version\030\022 \001(\tH\016\210\001\001\022\035\n\020cu" +
|
|
1800
|
+
"rrent_timezone\030\023 \001(\005H\017\210\001\001\022\022\n\005debug\030\024 \001(\010" +
|
|
1801
|
+
"H\020\210\001\001\022\030\n\013description\030\025 \001(\tH\021\210\001\001\022)\n\034foreg" +
|
|
1802
|
+
"round_application_boost\030\026 \001(\rH\022\210\001\001\0225\n\014in" +
|
|
1803
|
+
"stall_date\030\027 \001(\0132\032.google.protobuf.Times" +
|
|
1804
|
+
"tampH\023\210\001\001\022$\n\027max_process_memory_size\030\030 \001" +
|
|
1805
|
+
"(\004H\024\210\001\001\022%\n\030number_of_licensed_users\030\031 \001(" +
|
|
1806
|
+
"\rH\025\210\001\001\022\031\n\014organization\030\032 \001(\tH\026\210\001\001\022D\n\013os_" +
|
|
1807
|
+
"language\030\033 \001(\0132*.com.lansweeper.dp.outbo" +
|
|
1808
|
+
"und.v1.MappedValueH\027\210\001\001\022I\n\020os_product_su" +
|
|
1809
|
+
"ite\030\034 \001(\0132*.com.lansweeper.dp.outbound.v" +
|
|
1810
|
+
"1.MappedValueH\030\210\001\001\022@\n\007os_type\030\035 \001(\0132*.co" +
|
|
1811
|
+
"m.lansweeper.dp.outbound.v1.MappedValueH" +
|
|
1812
|
+
"\031\210\001\001\022\034\n\017plus_product_id\030\036 \001(\tH\032\210\001\001\022 \n\023pl" +
|
|
1813
|
+
"us_version_number\030\037 \001(\tH\033\210\001\001\022\034\n\017register" +
|
|
1814
|
+
"ed_user\030 \001(\tH\034\210\001\001\022\032\n\rserial_number\030! \001(" +
|
|
1815
|
+
"\tH\035\210\001\001\022\'\n\032service_pack_major_version\030\" \001" +
|
|
1816
|
+
"(\rH\036\210\001\001\022\'\n\032service_pack_minor_version\030# " +
|
|
1817
|
+
"\001(\rH\037\210\001\001\022(\n\033size_stored_in_paging_files\030" +
|
|
1818
|
+
"$ \001(\004H \210\001\001\022\023\n\006status\030% \001(\tH!\210\001\001\022\032\n\rsyste" +
|
|
1819
|
+
"m_device\030& \001(\tH\"\210\001\001\022\035\n\020system_directory\030" +
|
|
1820
|
+
"\' \001(\tH#\210\001\001\022&\n\031total_virtual_memory_size\030" +
|
|
1821
|
+
"( \001(\004H$\210\001\001\022&\n\031total_visible_memory_size\030" +
|
|
1822
|
+
") \001(\004H%\210\001\001\022\036\n\021windows_directory\030+ \001(\tH&\210" +
|
|
1823
|
+
"\001\001\022\"\n\025total_swap_space_size\030, \001(\004H\'\210\001\001\022\037" +
|
|
1824
|
+
"\n\022large_system_cache\030- \001(\rH(\210\001\001\022#\n\026other" +
|
|
1825
|
+
"_type_description\030. \001(\tH)\210\001\001\022E\n\014product_" +
|
|
1826
|
+
"type\030/ \001(\0132*.com.lansweeper.dp.outbound." +
|
|
1827
|
+
"v1.MappedValueH*\210\001\001\022\027\n\nsuite_mask\0300 \001(\rH" +
|
|
1828
|
+
"+\210\001\001\022\031\n\014system_drive\0301 \001(\tH,\210\001\001\022\035\n\020encry" +
|
|
1829
|
+
"ption_level\0302 \001(\rH-\210\001\001\0229\n,data_execution" +
|
|
1830
|
+
"_prevention32_bit_applications\0303 \001(\010H.\210\001" +
|
|
1831
|
+
"\001\0223\n&is_data_execution_prevention_availa" +
|
|
1832
|
+
"ble\0304 \001(\010H/\210\001\001\022.\n!data_execution_prevent" +
|
|
1833
|
+
"ion_drivers\0305 \001(\010H0\210\001\001\0225\n(data_execution" +
|
|
1834
|
+
"_prevention_support_policy\0306 \001(\rH1\210\001\001B\n\n" +
|
|
1835
|
+
"\010_versionB\017\n\r_service_packB\010\n\006_buildB\017\n\r" +
|
|
1836
|
+
"_version_nameB\027\n\025_is_domain_controllerB\021" +
|
|
1837
|
+
"\n\017_part_of_domainB\025\n\023_is_azure_ad_joined" +
|
|
1838
|
+
"B\n\n\010_os_codeB\016\n\014_boot_deviceB\017\n\r_build_n" +
|
|
1839
|
+
"umberB\r\n\013_build_typeB\n\n\010_captionB\013\n\t_cod" +
|
|
1840
|
+
"e_setB\017\n\r_country_codeB\016\n\014_csd_versionB\023" +
|
|
1841
|
+
"\n\021_current_timezoneB\010\n\006_debugB\016\n\014_descri" +
|
|
1842
|
+
"ptionB\037\n\035_foreground_application_boostB\017" +
|
|
1843
|
+
"\n\r_install_dateB\032\n\030_max_process_memory_s" +
|
|
1844
|
+
"izeB\033\n\031_number_of_licensed_usersB\017\n\r_org" +
|
|
1845
|
+
"anizationB\016\n\014_os_languageB\023\n\021_os_product" +
|
|
1846
|
+
"_suiteB\n\n\010_os_typeB\022\n\020_plus_product_idB\026" +
|
|
1847
|
+
"\n\024_plus_version_numberB\022\n\020_registered_us" +
|
|
1848
|
+
"erB\020\n\016_serial_numberB\035\n\033_service_pack_ma" +
|
|
1849
|
+
"jor_versionB\035\n\033_service_pack_minor_versi" +
|
|
1850
|
+
"onB\036\n\034_size_stored_in_paging_filesB\t\n\007_s" +
|
|
1851
|
+
"tatusB\020\n\016_system_deviceB\023\n\021_system_direc" +
|
|
1852
|
+
"toryB\034\n\032_total_virtual_memory_sizeB\034\n\032_t" +
|
|
1853
|
+
"otal_visible_memory_sizeB\024\n\022_windows_dir" +
|
|
1854
|
+
"ectoryB\030\n\026_total_swap_space_sizeB\025\n\023_lar" +
|
|
1855
|
+
"ge_system_cacheB\031\n\027_other_type_descripti" +
|
|
1856
|
+
"onB\017\n\r_product_typeB\r\n\013_suite_maskB\017\n\r_s" +
|
|
1857
|
+
"ystem_driveB\023\n\021_encryption_levelB/\n-_dat" +
|
|
1858
|
+
"a_execution_prevention32_bit_application" +
|
|
1859
|
+
"sB)\n\'_is_data_execution_prevention_avail" +
|
|
1860
|
+
"ableB$\n\"_data_execution_prevention_drive" +
|
|
1861
|
+
"rsB+\n)_data_execution_prevention_support" +
|
|
1862
|
+
"_policy\"\231\003\n\032OperatingSystemChangeEvent\022W" +
|
|
1863
|
+
"\n\nevent_type\030\001 \001(\0162C.com.lansweeper.dp.o" +
|
|
1864
|
+
"utbound.v1.OperatingSystemChangeEvent.Ev" +
|
|
1865
|
+
"entType\022)\n\005start\030\002 \001(\0132\032.google.protobuf" +
|
|
1866
|
+
".Timestamp\022,\n\003end\030\003 \001(\0132\032.google.protobu" +
|
|
1867
|
+
"f.TimestampH\000\210\001\001\022:\n\002os\030\004 \001(\0132..com.lansw" +
|
|
1868
|
+
"eeper.dp.outbound.v1.OperatingSystem\022D\n\007" +
|
|
1869
|
+
"prev_os\030\005 \001(\0132..com.lansweeper.dp.outbou" +
|
|
1870
|
+
"nd.v1.OperatingSystemH\001\210\001\001\"3\n\tEventType\022" +
|
|
1871
|
+
"\013\n\007INSTALL\020\000\022\r\n\tUNINSTALL\020\001\022\n\n\006UPDATE\020\002B" +
|
|
1872
|
+
"\006\n\004_endB\n\n\010_prev_os\"7\n\026OperatingSystemFe" +
|
|
1873
|
+
"ature\022\014\n\004name\030\001 \001(\t\022\017\n\007caption\030\002 \001(\t\"\216\002\n" +
|
|
1874
|
+
"\024OperatingSystemPatch\022\n\n\002id\030\001 \001(\t\022\021\n\004typ" +
|
|
1875
|
+
"e\030\002 \001(\tH\000\210\001\001\0225\n\014install_date\030\003 \001(\0132\032.goo" +
|
|
1876
|
+
"gle.protobuf.TimestampH\001\210\001\001\022\027\n\ninstall_b" +
|
|
1877
|
+
"y\030\004 \001(\tH\002\210\001\001\022\025\n\010comments\030\005 \001(\tH\003\210\001\001\022!\n\024w" +
|
|
1878
|
+
"indows_service_pack\030\006 \001(\tH\004\210\001\001B\007\n\005_typeB" +
|
|
1879
|
+
"\017\n\r_install_dateB\r\n\013_install_byB\013\n\t_comm" +
|
|
1880
|
+
"entsB\027\n\025_windows_service_pack\"\206\001\n\021Networ" +
|
|
1881
|
+
"kInterfaces\022-\n\ttimestamp\030\001 \001(\0132\032.google." +
|
|
1882
|
+
"protobuf.Timestamp\022B\n\tinterface\030\002 \003(\0132/." +
|
|
1883
|
+
"com.lansweeper.dp.outbound.v1.NetworkInt" +
|
|
1884
|
+
"erface\"\333\010\n\020NetworkInterface\022\014\n\004name\030\001 \001(" +
|
|
1885
|
+
"\t\022\014\n\004type\030\002 \001(\t\022\020\n\010sub_type\030\003 \001(\t\022\017\n\002id\030" +
|
|
1886
|
+
"\004 \001(\tH\000\210\001\001\022\020\n\003mac\030\005 \001(\tH\001\210\001\001\022\031\n\014dhcp_ena" +
|
|
1887
|
+
"bled\030\006 \001(\010H\002\210\001\001\022\033\n\016dhcp_server_ip\030\007 \001(\tH" +
|
|
1888
|
+
"\003\210\001\001\0227\n\002ip\030\010 \003(\0132+.com.lansweeper.dp.out" +
|
|
1889
|
+
"bound.v1.NetIpAddress\022\027\n\ngateway_ip\030\t \001(" +
|
|
1890
|
+
"\tH\004\210\001\001\022\030\n\013gateway_mac\030\n \001(\tH\005\210\001\001\022\022\n\ndns_" +
|
|
1891
|
+
"server\030\013 \003(\t\022\032\n\rdns_host_name\030\014 \001(\tH\006\210\001\001" +
|
|
1892
|
+
"\022+\n\036dns_domain_suffix_search_order\030\r \001(\t" +
|
|
1893
|
+
"H\007\210\001\001\022\031\n\014service_name\030\016 \001(\tH\010\210\001\001\022\032\n\rdata" +
|
|
1894
|
+
"base_path\030\017 \001(\tH\t\210\001\001\022\027\n\nsnmp_index\030\033 \001(\005" +
|
|
1895
|
+
"H\n\210\001\001\022\030\n\013description\030\020 \001(\tH\013\210\001\001\022\022\n\005alias" +
|
|
1896
|
+
"\030\021 \001(\tH\014\210\001\001\022\020\n\003mtu\030\022 \001(\003H\r\210\001\001\022\022\n\005speed\030\023" +
|
|
1897
|
+
" \001(\003H\016\210\001\001\022\027\n\nhigh_speed\030\024 \001(\003H\017\210\001\001\022E\n\014ad" +
|
|
1898
|
+
"min_status\030\025 \001(\0132*.com.lansweeper.dp.out" +
|
|
1899
|
+
"bound.v1.MappedValueH\020\210\001\001\022D\n\013oper_status" +
|
|
1900
|
+
"\030\026 \001(\0132*.com.lansweeper.dp.outbound.v1.M" +
|
|
1901
|
+
"appedValueH\021\210\001\001\022\031\n\021connected_devices\030\027 \003" +
|
|
1902
|
+
"(\t\022\r\n\005vlans\030\030 \003(\t\022\037\n\022ipv6_prefix_length\030" +
|
|
1903
|
+
"\031 \001(\004H\022\210\001\001\022\036\n\021network_signature\030\032 \001(\tH\023\210" +
|
|
1904
|
+
"\001\001B\005\n\003_idB\006\n\004_macB\017\n\r_dhcp_enabledB\021\n\017_d" +
|
|
1905
|
+
"hcp_server_ipB\r\n\013_gateway_ipB\016\n\014_gateway" +
|
|
1906
|
+
"_macB\020\n\016_dns_host_nameB!\n\037_dns_domain_su" +
|
|
1907
|
+
"ffix_search_orderB\017\n\r_service_nameB\020\n\016_d" +
|
|
1908
|
+
"atabase_pathB\r\n\013_snmp_indexB\016\n\014_descript" +
|
|
1909
|
+
"ionB\010\n\006_aliasB\006\n\004_mtuB\010\n\006_speedB\r\n\013_high" +
|
|
1910
|
+
"_speedB\017\n\r_admin_statusB\016\n\014_oper_statusB" +
|
|
1911
|
+
"\025\n\023_ipv6_prefix_lengthB\024\n\022_network_signa" +
|
|
1912
|
+
"ture\"*\n\014NetIpAddress\022\n\n\002ip\030\001 \001(\t\022\016\n\006subn" +
|
|
1913
|
+
"et\030\002 \001(\t\"i\n\020NetworkProtocols\022\020\n\010protocol" +
|
|
1914
|
+
"\030\001 \003(\t\022:\n\004snmp\030\002 \001(\0132\'.com.lansweeper.dp" +
|
|
1915
|
+
".outbound.v1.SnmpInfoH\000\210\001\001B\007\n\005_snmp\"\260\001\n\010" +
|
|
1916
|
+
"SnmpInfo\022\020\n\003oid\030\001 \001(\tH\000\210\001\001\022\021\n\004name\030\002 \001(\t",
|
|
1917
|
+
"H\001\210\001\001\022\030\n\013description\030\003 \001(\tH\002\210\001\001\022\024\n\007conta" +
|
|
1918
|
+
"ct\030\004 \001(\tH\003\210\001\001\022\025\n\010location\030\005 \001(\tH\004\210\001\001B\006\n\004" +
|
|
1919
|
+
"_oidB\007\n\005_nameB\016\n\014_descriptionB\n\n\010_contac" +
|
|
1920
|
+
"tB\013\n\t_location\"{\n\010PortScan\022-\n\ttimestamp\030" +
|
|
1899
1921
|
"\001 \001(\0132\032.google.protobuf.Timestamp\022@\n\014sca" +
|
|
1900
1922
|
"nned_port\030\002 \003(\0132*.com.lansweeper.dp.outb" +
|
|
1901
1923
|
"ound.v1.ScannedPort\"\207\002\n\013ScannedPort\022\020\n\010p" +
|
|
@@ -1903,7 +1925,7 @@ public final class Outbound {
|
|
|
1903
1925
|
"cal_address\030\003 \001(\tH\000\210\001\001\022\031\n\014process_name\030\004" +
|
|
1904
1926
|
" \001(\tH\001\210\001\001\022\023\n\006banner\030\005 \001(\tH\002\210\001\001\022G\n\013http_s" +
|
|
1905
1927
|
"erver\030\006 \001(\0132-.com.lansweeper.dp.outbound" +
|
|
1906
|
-
".v1.HttpServerInfoH\003\210\001\001B\020\n\016_local_addres"
|
|
1928
|
+
".v1.HttpServerInfoH\003\210\001\001B\020\n\016_local_addres" +
|
|
1907
1929
|
"sB\017\n\r_process_nameB\t\n\007_bannerB\016\n\014_http_s" +
|
|
1908
1930
|
"erver\"\224\001\n\026ComputerMacDiagnostics\022\021\n\004name" +
|
|
1909
1931
|
"\030\001 \001(\tH\000\210\001\001\0221\n\010last_run\030\002 \001(\0132\032.google.p" +
|
|
@@ -2291,7 +2313,7 @@ public final class Outbound {
|
|
|
2291
2313
|
"lements_info\030\n \001(\tH\t\210\001\001\022\'\n\032secure_elemen" +
|
|
2292
2314
|
"ts_os_version\030\013 \001(\tH\n\210\001\001\022(\n\033secure_eleme" +
|
|
2293
2315
|
"nts_platform_id\030\014 \001(\tH\013\210\001\001\022.\n!secure_ele" +
|
|
2294
|
-
"ments_production_signed\030\r \001(\010H\014\210\001\001B\026\n\024_c"
|
|
2316
|
+
"ments_production_signed\030\r \001(\010H\014\210\001\001B\026\n\024_c",
|
|
2295
2317
|
"ontroller_firmwareB\026\n\024_controller_hardwa" +
|
|
2296
2318
|
"reB\022\n\020_controller_infoB\030\n\026_controller_mi" +
|
|
2297
2319
|
"ddlewareB\031\n\027_secure_elements_deviceB\033\n\031_" +
|
|
@@ -2303,7 +2325,7 @@ public final class Outbound {
|
|
|
2303
2325
|
"B$\n\"_secure_elements_production_signed\"\266" +
|
|
2304
2326
|
"\001\n\032ComputerMacNetworkLocation\022\021\n\004name\030\001 " +
|
|
2305
2327
|
"\001(\tH\000\210\001\001\022\034\n\017location_active\030\002 \001(\010H\001\210\001\001\022J" +
|
|
2306
|
-
"\n\021location_services\030\003 \003(\0132/.com.lansweep"
|
|
2328
|
+
"\n\021location_services\030\003 \003(\0132/.com.lansweep" +
|
|
2307
2329
|
"er.dp.outbound.v1.NetworkInterfaceB\007\n\005_n" +
|
|
2308
2330
|
"ameB\022\n\020_location_active\"\205\001\n\025ComputerMacN" +
|
|
2309
2331
|
"VMExpress\022\034\n\017controller_name\030\001 \001(\tH\000\210\001\001\022" +
|
|
@@ -2691,7 +2713,7 @@ public final class Outbound {
|
|
|
2691
2713
|
"\n\020firmware_version\030\002 \001(\tH\001\210\001\001\022\027\n\nminor_t" +
|
|
2692
2714
|
"ype\030\003 \001(\tH\002\210\001\001\022\027\n\nproduct_id\030\004 \001(\tH\003\210\001\001\022" +
|
|
2693
2715
|
"\021\n\004rssi\030\005 \001(\tH\004\210\001\001\022\025\n\010services\030\006 \001(\tH\005\210\001" +
|
|
2694
|
-
"\001\022\026\n\tvendor_id\030\007 \001(\tH\006\210\001\001\022\021\n\004name\030\010 \001(\tH"
|
|
2716
|
+
"\001\022\026\n\tvendor_id\030\007 \001(\tH\006\210\001\001\022\021\n\004name\030\010 \001(\tH",
|
|
2695
2717
|
"\007\210\001\001B\n\n\010_addressB\023\n\021_firmware_versionB\r\n" +
|
|
2696
2718
|
"\013_minor_typeB\r\n\013_product_idB\007\n\005_rssiB\013\n\t" +
|
|
2697
2719
|
"_servicesB\014\n\n_vendor_idB\007\n\005_name\"\333\002\n\rPor" +
|
|
@@ -2703,7 +2725,7 @@ public final class Outbound {
|
|
|
2703
2725
|
"er.dp.outbound.v1.MappedValueH\002\210\001\001\022\020\n\003ta" +
|
|
2704
2726
|
"g\030\005 \001(\tH\003\210\001\001B \n\036_external_reference_desi" +
|
|
2705
2727
|
"gnatorB \n\036_internal_reference_designator" +
|
|
2706
|
-
"B\014\n\n_port_typeB\006\n\004_tag\"\352\002\n\016ScsiControlle"
|
|
2728
|
+
"B\014\n\n_port_typeB\006\n\004_tag\"\352\002\n\016ScsiControlle" +
|
|
2707
2729
|
"r\022E\n\014availability\030\001 \001(\0132*.com.lansweeper" +
|
|
2708
2730
|
".dp.outbound.v1.MappedValueH\000\210\001\001\022\024\n\007capt" +
|
|
2709
2731
|
"ion\030\002 \001(\tH\001\210\001\001\022\026\n\tdevice_id\030\003 \001(\tH\002\210\001\001\022\030" +
|
|
@@ -3091,7 +3113,7 @@ public final class Outbound {
|
|
|
3091
3113
|
"_busB\014\n\n_device_idB\t\n\007_driverB\016\n\014_mac_ad" +
|
|
3092
3114
|
"dressB\021\n\017_max_link_speedB\022\n\020_pcie_link_s" +
|
|
3093
3115
|
"peedB\022\n\020_pcie_link_widthB\016\n\014_revision_id" +
|
|
3094
|
-
"B\017\n\r_subsystem_idB\026\n\024_subsystem_vendor_i"
|
|
3116
|
+
"B\017\n\r_subsystem_idB\026\n\024_subsystem_vendor_i",
|
|
3095
3117
|
"dB\014\n\n_vendor_id\"\277\001\n\033WindowsPageFileCombi" +
|
|
3096
3118
|
"nedData\022M\n\020page_file_usages\030\001 \003(\01323.com." +
|
|
3097
3119
|
"lansweeper.dp.outbound.v1.WindowsPageFil" +
|
|
@@ -3103,7 +3125,7 @@ public final class Outbound {
|
|
|
3103
3125
|
"um_size\030\004 \001(\rH\003\210\001\001\022\021\n\004name\030\005 \001(\tH\004\210\001\001\022\027\n" +
|
|
3104
3126
|
"\nsetting_id\030\006 \001(\tH\005\210\001\001B\n\n\010_captionB\016\n\014_d" +
|
|
3105
3127
|
"escriptionB\017\n\r_initial_sizeB\017\n\r_maximum_" +
|
|
3106
|
-
"sizeB\007\n\005_nameB\r\n\013_setting_id\"\246\003\n\024Windows"
|
|
3128
|
+
"sizeB\007\n\005_nameB\r\n\013_setting_id\"\246\003\n\024Windows" +
|
|
3107
3129
|
"PageFileUsage\022 \n\023allocated_base_size\030\001 \001" +
|
|
3108
3130
|
"(\rH\000\210\001\001\022\024\n\007caption\030\002 \001(\tH\001\210\001\001\022\032\n\rcurrent" +
|
|
3109
3131
|
"_usage\030\003 \001(\rH\002\210\001\001\022\030\n\013description\030\004 \001(\tH\003" +
|
|
@@ -3491,7 +3513,7 @@ public final class Outbound {
|
|
|
3491
3513
|
"\rsupport_phone\030\023 \001(\tH\021\210\001\001\022\035\n\020facebook_ac" +
|
|
3492
3514
|
"count\030\024 \001(\tH\022\210\001\001\022\034\n\017twitter_account\030\025 \001(" +
|
|
3493
3515
|
"\tH\023\210\001\001\022\025\n\010nist_cpe\030\027 \001(\tH\024\210\001\001\0229\n\020last_up" +
|
|
3494
|
-
"date_time\030\013 \001(\0132\032.google.protobuf.Timest"
|
|
3516
|
+
"date_time\030\013 \001(\0132\032.google.protobuf.Timest",
|
|
3495
3517
|
"ampH\025\210\001\001\022\030\n\013match_score\030\030 \001(\005H\026\210\001\001B\r\n\013_o" +
|
|
3496
3518
|
"s_versionB\013\n\t_os_buildB\022\n\020_os_version_na" +
|
|
3497
3519
|
"meB\016\n\014_override_idB\n\n\010_make_idB\014\n\n_paren" +
|
|
@@ -3503,7 +3525,7 @@ public final class Outbound {
|
|
|
3503
3525
|
"\n\016_support_phoneB\023\n\021_facebook_accountB\022\n" +
|
|
3504
3526
|
"\020_twitter_accountB\013\n\t_nist_cpeB\023\n\021_last_" +
|
|
3505
3527
|
"update_timeB\016\n\014_match_score\"\370\007\n\017CatalogS" +
|
|
3506
|
-
"oftware\022\n\n\002id\030\001 \001(\003\022\017\n\007sw_name\030\002 \001(\t\022\027\n\n"
|
|
3528
|
+
"oftware\022\n\n\002id\030\001 \001(\003\022\017\n\007sw_name\030\002 \001(\t\022\027\n\n" +
|
|
3507
3529
|
"sw_version\030\003 \001(\tH\000\210\001\001\022\032\n\rsw_market_ver\030\004" +
|
|
3508
3530
|
" \001(\tH\001\210\001\001\022\027\n\nsw_edition\030\005 \001(\tH\002\210\001\001\022\024\n\007sw" +
|
|
3509
3531
|
"_lang\030\006 \001(\tH\003\210\001\001\022\025\n\010sw_build\030\007 \001(\tH\004\210\001\001\022" +
|
|
@@ -3977,7 +3999,7 @@ public final class Outbound {
|
|
|
3977
3999
|
internal_static_com_lansweeper_dp_outbound_v1_Computer_fieldAccessorTable = new
|
|
3978
4000
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
3979
4001
|
internal_static_com_lansweeper_dp_outbound_v1_Computer_descriptor,
|
|
3980
|
-
new java.lang.String[] { "Chassis", "Motherboard", "Processor", "Memory", "GraphicsCard", "SoundCard", "Keyboard", "PointingDevice", "ComputerBus", "ComputerInfrared", "ParallelPort", "SerialPort", "Pcmcia", "PortConnector", "ScsiController", "ComputerBattery", "PortableBattery", "OpticalDrive", "HardDrive", "DriveVolume", "Tpm", "UsbController", "UsbDeviceInfo", "Modem", "Printer", "TapeDrive", "WindowsFloppy", "WindowsDesktop", "WindowsDesktopMonitor", "WindowsDisplay", "WindowsDisplayController", "WindowsIdeController", "WindowsDiskPartition", "MacWifiController", "MacBluetooth", "MacNetworkLocation", "MacSecureElements", "MacCamera", "MacCardReader", "MacHardwareController", "MacDiagnostic", "MacEthernet", "MacNvmExpress", "MacSpiDevice", "MacSataController", "Bios", "OsPatch", "OsFeature", "OsRecovery", "OsService", "ComputerSystemProduct", "PageFile", "ComputerSystem", "SoftwareInventory", "Antivirus", "AutoRunCommand", "BootConfig", "Driver", "RunningProcess", "SharedResource", "InternetExplorer", "WindowsSqlServer", "WindowsNetworkClient", "NetworkVolume", "WindowsCert", "WindowsSerial", "WinEnv", "WindowsComappCom", "WindowsComappDcom", "WindowsComappComponent", "WindowsSat", "WindowsCodec", "MacAccessibility", "MacFramework", "MacPreferencePane", "MacRegionalSettings", "MacInstallHistory", "LinuxBasicInfo", "LinuxPcieCards", "LastUser", "User", "UserGroup", "UserInGroup", });
|
|
4002
|
+
new java.lang.String[] { "Chassis", "Motherboard", "Processor", "Memory", "GraphicsCard", "SoundCard", "Keyboard", "PointingDevice", "ComputerBus", "ComputerInfrared", "ParallelPort", "SerialPort", "Pcmcia", "PortConnector", "ScsiController", "ComputerBattery", "PortableBattery", "OpticalDrive", "HardDrive", "DriveVolume", "Tpm", "UsbController", "UsbDeviceInfo", "Modem", "Printer", "TapeDrive", "WindowsFloppy", "WindowsDesktop", "WindowsDesktopMonitor", "WindowsDisplay", "WindowsDisplayController", "WindowsIdeController", "WindowsDiskPartition", "MacWifiController", "MacBluetooth", "MacNetworkLocation", "MacSecureElements", "MacCamera", "MacCardReader", "MacHardwareController", "MacDiagnostic", "MacEthernet", "MacNvmExpress", "MacSpiDevice", "MacSataController", "Bios", "OsPatch", "OsFeature", "OsRecovery", "OsService", "ComputerSystemProduct", "PageFile", "ComputerSystem", "SoftwareInventory", "Antivirus", "AutoRunCommand", "BootConfig", "Driver", "RunningProcess", "SharedResource", "InternetExplorer", "WindowsSqlServer", "WindowsNetworkClient", "NetworkVolume", "WindowsCert", "WindowsSerial", "WinEnv", "WindowsComappCom", "WindowsComappDcom", "WindowsComappComponent", "WindowsSat", "WindowsCodec", "MacAccessibility", "MacFramework", "MacPreferencePane", "MacRegionalSettings", "MacInstallHistory", "LinuxBasicInfo", "LinuxPcieCards", "LastUser", "User", "UserGroup", "UserInGroup", "UserLogon", });
|
|
3981
4003
|
internal_static_com_lansweeper_dp_outbound_v1_ServerGroup_descriptor =
|
|
3982
4004
|
getDescriptor().getMessageTypes().get(19);
|
|
3983
4005
|
internal_static_com_lansweeper_dp_outbound_v1_ServerGroup_fieldAccessorTable = new
|
|
@@ -4116,26 +4138,32 @@ public final class Outbound {
|
|
|
4116
4138
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4117
4139
|
internal_static_com_lansweeper_dp_outbound_v1_LastUser_descriptor,
|
|
4118
4140
|
new java.lang.String[] { "UserName", "UserType", "Upn", "Sid", });
|
|
4119
|
-
|
|
4141
|
+
internal_static_com_lansweeper_dp_outbound_v1_UserLogon_descriptor =
|
|
4120
4142
|
getDescriptor().getMessageTypes().get(42);
|
|
4143
|
+
internal_static_com_lansweeper_dp_outbound_v1_UserLogon_fieldAccessorTable = new
|
|
4144
|
+
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4145
|
+
internal_static_com_lansweeper_dp_outbound_v1_UserLogon_descriptor,
|
|
4146
|
+
new java.lang.String[] { "UserName", "Port", "IpAddress", "LogonTime", });
|
|
4147
|
+
internal_static_com_lansweeper_dp_outbound_v1_UserAccount_descriptor =
|
|
4148
|
+
getDescriptor().getMessageTypes().get(43);
|
|
4121
4149
|
internal_static_com_lansweeper_dp_outbound_v1_UserAccount_fieldAccessorTable = new
|
|
4122
4150
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4123
4151
|
internal_static_com_lansweeper_dp_outbound_v1_UserAccount_descriptor,
|
|
4124
4152
|
new java.lang.String[] { "Name", "Domain", "Caption", "Description", "FullName", "AccountType", "Sid", "SidType", "LocalAccount", "Disabled", "Lockout", "PasswordChangeable", "PasswordExpires", "PasswordRequired", "Status", "UserId", "GroupId", "HomeDirectory", "LoginShell", });
|
|
4125
4153
|
internal_static_com_lansweeper_dp_outbound_v1_UserGroup_descriptor =
|
|
4126
|
-
getDescriptor().getMessageTypes().get(
|
|
4154
|
+
getDescriptor().getMessageTypes().get(44);
|
|
4127
4155
|
internal_static_com_lansweeper_dp_outbound_v1_UserGroup_fieldAccessorTable = new
|
|
4128
4156
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4129
4157
|
internal_static_com_lansweeper_dp_outbound_v1_UserGroup_descriptor,
|
|
4130
4158
|
new java.lang.String[] { "Name", "Caption", "Description", "Domain", "Sid", "LocalAccount", "GroupId", "Type", });
|
|
4131
4159
|
internal_static_com_lansweeper_dp_outbound_v1_UserInGroup_descriptor =
|
|
4132
|
-
getDescriptor().getMessageTypes().get(
|
|
4160
|
+
getDescriptor().getMessageTypes().get(45);
|
|
4133
4161
|
internal_static_com_lansweeper_dp_outbound_v1_UserInGroup_fieldAccessorTable = new
|
|
4134
4162
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4135
4163
|
internal_static_com_lansweeper_dp_outbound_v1_UserInGroup_descriptor,
|
|
4136
4164
|
new java.lang.String[] { "GroupName", "UserName", "UserDomainName", "AccountType", "IsAdminGroup", });
|
|
4137
4165
|
internal_static_com_lansweeper_dp_outbound_v1_InternetExplorer_descriptor =
|
|
4138
|
-
getDescriptor().getMessageTypes().get(
|
|
4166
|
+
getDescriptor().getMessageTypes().get(46);
|
|
4139
4167
|
internal_static_com_lansweeper_dp_outbound_v1_InternetExplorer_fieldAccessorTable = new
|
|
4140
4168
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4141
4169
|
internal_static_com_lansweeper_dp_outbound_v1_InternetExplorer_descriptor,
|
|
@@ -4165,991 +4193,997 @@ public final class Outbound {
|
|
|
4165
4193
|
internal_static_com_lansweeper_dp_outbound_v1_InternetExplorer_BarInfo_descriptor,
|
|
4166
4194
|
new java.lang.String[] { "Control", });
|
|
4167
4195
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsSqlServer_descriptor =
|
|
4168
|
-
getDescriptor().getMessageTypes().get(
|
|
4196
|
+
getDescriptor().getMessageTypes().get(47);
|
|
4169
4197
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsSqlServer_fieldAccessorTable = new
|
|
4170
4198
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4171
4199
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsSqlServer_descriptor,
|
|
4172
4200
|
new java.lang.String[] { "IsClustered", "SqlAuthenticationMode", "Databases", "Services", "ServiceName", "DisplayVersion", "Version", "SpLevel", "SkuName", "Language", "IsWow64", "InstallPath", "FileVersion", "DataPath", "Cluster", "InstanceId", "InstanceName", });
|
|
4173
4201
|
internal_static_com_lansweeper_dp_outbound_v1_SqlServerDatabase_descriptor =
|
|
4174
|
-
getDescriptor().getMessageTypes().get(
|
|
4202
|
+
getDescriptor().getMessageTypes().get(48);
|
|
4175
4203
|
internal_static_com_lansweeper_dp_outbound_v1_SqlServerDatabase_fieldAccessorTable = new
|
|
4176
4204
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4177
4205
|
internal_static_com_lansweeper_dp_outbound_v1_SqlServerDatabase_descriptor,
|
|
4178
4206
|
new java.lang.String[] { "DataFilesSizeKb", "LogFilesSizeKb", "LogFilesUsedSizeKb", "Name", });
|
|
4179
4207
|
internal_static_com_lansweeper_dp_outbound_v1_SqlServerService_descriptor =
|
|
4180
|
-
getDescriptor().getMessageTypes().get(
|
|
4208
|
+
getDescriptor().getMessageTypes().get(49);
|
|
4181
4209
|
internal_static_com_lansweeper_dp_outbound_v1_SqlServerService_fieldAccessorTable = new
|
|
4182
4210
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4183
4211
|
internal_static_com_lansweeper_dp_outbound_v1_SqlServerService_descriptor,
|
|
4184
4212
|
new java.lang.String[] { "State", "StartupType", "Name", "InstanceId", });
|
|
4185
4213
|
internal_static_com_lansweeper_dp_outbound_v1_SqlServerCluster_descriptor =
|
|
4186
|
-
getDescriptor().getMessageTypes().get(
|
|
4214
|
+
getDescriptor().getMessageTypes().get(50);
|
|
4187
4215
|
internal_static_com_lansweeper_dp_outbound_v1_SqlServerCluster_fieldAccessorTable = new
|
|
4188
4216
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4189
4217
|
internal_static_com_lansweeper_dp_outbound_v1_SqlServerCluster_descriptor,
|
|
4190
4218
|
new java.lang.String[] { "Name", "ClusterNodes", });
|
|
4191
4219
|
internal_static_com_lansweeper_dp_outbound_v1_SqlServerClusterNode_descriptor =
|
|
4192
|
-
getDescriptor().getMessageTypes().get(
|
|
4220
|
+
getDescriptor().getMessageTypes().get(51);
|
|
4193
4221
|
internal_static_com_lansweeper_dp_outbound_v1_SqlServerClusterNode_fieldAccessorTable = new
|
|
4194
4222
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4195
4223
|
internal_static_com_lansweeper_dp_outbound_v1_SqlServerClusterNode_descriptor,
|
|
4196
4224
|
new java.lang.String[] { "Name", });
|
|
4197
4225
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsSqlServerChangeEvent_descriptor =
|
|
4198
|
-
getDescriptor().getMessageTypes().get(
|
|
4226
|
+
getDescriptor().getMessageTypes().get(52);
|
|
4199
4227
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsSqlServerChangeEvent_fieldAccessorTable = new
|
|
4200
4228
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4201
4229
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsSqlServerChangeEvent_descriptor,
|
|
4202
4230
|
new java.lang.String[] { "EventType", "Start", "End", "WindowsSqlServer", });
|
|
4203
4231
|
internal_static_com_lansweeper_dp_outbound_v1_HardwareInfo_descriptor =
|
|
4204
|
-
getDescriptor().getMessageTypes().get(
|
|
4232
|
+
getDescriptor().getMessageTypes().get(53);
|
|
4205
4233
|
internal_static_com_lansweeper_dp_outbound_v1_HardwareInfo_fieldAccessorTable = new
|
|
4206
4234
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4207
4235
|
internal_static_com_lansweeper_dp_outbound_v1_HardwareInfo_descriptor,
|
|
4208
4236
|
new java.lang.String[] { "TypeId", "MakeId", "ModelId", "FamilyId", "IsFamily", "Serial", "TypeName", "TypeCaption", "TypeGroup", "MakeName", "ModelName", "FamilyName", "Cpe", "Rank", "Spec", "CatalogBrand", "CatalogModel", "CatalogFamily", });
|
|
4209
4237
|
internal_static_com_lansweeper_dp_outbound_v1_SpecHardwareInfo_descriptor =
|
|
4210
|
-
getDescriptor().getMessageTypes().get(
|
|
4238
|
+
getDescriptor().getMessageTypes().get(54);
|
|
4211
4239
|
internal_static_com_lansweeper_dp_outbound_v1_SpecHardwareInfo_fieldAccessorTable = new
|
|
4212
4240
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4213
4241
|
internal_static_com_lansweeper_dp_outbound_v1_SpecHardwareInfo_descriptor,
|
|
4214
4242
|
new java.lang.String[] { "Architecture", "Model", "Manufacturer", "SerialNumber", "SystemSku", "Uptime", "BusSpeed", "BootRomVersion", "SmcVersionSystem", });
|
|
4215
4243
|
internal_static_com_lansweeper_dp_outbound_v1_OperatingSystem_descriptor =
|
|
4216
|
-
getDescriptor().getMessageTypes().get(
|
|
4244
|
+
getDescriptor().getMessageTypes().get(55);
|
|
4217
4245
|
internal_static_com_lansweeper_dp_outbound_v1_OperatingSystem_fieldAccessorTable = new
|
|
4218
4246
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4219
4247
|
internal_static_com_lansweeper_dp_outbound_v1_OperatingSystem_descriptor,
|
|
4220
4248
|
new java.lang.String[] { "Id", "MakeId", "Name", "Version", "Build", "FwVersion", "Cpe", "FwCpe", "Rank", "Windows", "Mac", "Linux", "Spec", });
|
|
4221
4249
|
internal_static_com_lansweeper_dp_outbound_v1_MacOperatingSystemInfo_descriptor =
|
|
4222
|
-
getDescriptor().getMessageTypes().get(
|
|
4250
|
+
getDescriptor().getMessageTypes().get(56);
|
|
4223
4251
|
internal_static_com_lansweeper_dp_outbound_v1_MacOperatingSystemInfo_fieldAccessorTable = new
|
|
4224
4252
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4225
4253
|
internal_static_com_lansweeper_dp_outbound_v1_MacOperatingSystemInfo_descriptor,
|
|
4226
4254
|
new java.lang.String[] { "KernelCaption", "SystemVersion", "BootVolume", "BootMode", "ComputerName", "UserName", "UpTime", "SecureVirtualMemory", "SixtyFourBitKernelAndExts", "SystemIntegrity", });
|
|
4227
4255
|
internal_static_com_lansweeper_dp_outbound_v1_LinuxOperatingSystemInfo_descriptor =
|
|
4228
|
-
getDescriptor().getMessageTypes().get(
|
|
4256
|
+
getDescriptor().getMessageTypes().get(57);
|
|
4229
4257
|
internal_static_com_lansweeper_dp_outbound_v1_LinuxOperatingSystemInfo_fieldAccessorTable = new
|
|
4230
4258
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4231
4259
|
internal_static_com_lansweeper_dp_outbound_v1_LinuxOperatingSystemInfo_descriptor,
|
|
4232
4260
|
new java.lang.String[] { "KernelName", "KernelRelease", "KernelVersion", "Distribution", "OsRelease", });
|
|
4233
4261
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacHardwareController_descriptor =
|
|
4234
|
-
getDescriptor().getMessageTypes().get(
|
|
4262
|
+
getDescriptor().getMessageTypes().get(58);
|
|
4235
4263
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacHardwareController_fieldAccessorTable = new
|
|
4236
4264
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4237
4265
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacHardwareController_descriptor,
|
|
4238
4266
|
new java.lang.String[] { "BootUuid", "FirmwareVersion", "ExtraBootPolicies", "ModelIdentifier", "BootArgsFilteringEnabled", "KernelCtrrEnabled", "DeviceMdmOperations", "UserMdmOperations", "OtherKernelExtensions", "SystemIntegrityProtection", "SignedSystemVolume", "SecureBoot", });
|
|
4239
4267
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsOperatingSystemInfo_descriptor =
|
|
4240
|
-
getDescriptor().getMessageTypes().get(
|
|
4268
|
+
getDescriptor().getMessageTypes().get(59);
|
|
4241
4269
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsOperatingSystemInfo_fieldAccessorTable = new
|
|
4242
4270
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4243
4271
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsOperatingSystemInfo_descriptor,
|
|
4244
4272
|
new java.lang.String[] { "Version", "ServicePack", "Build", "VersionName", "IsDomainController", "PartOfDomain", "IsAzureAdJoined", "OsCode", "BootDevice", "BuildNumber", "BuildType", "Caption", "CodeSet", "CountryCode", "CsdVersion", "CurrentTimezone", "Debug", "Description", "ForegroundApplicationBoost", "InstallDate", "MaxProcessMemorySize", "NumberOfLicensedUsers", "Organization", "OsLanguage", "OsProductSuite", "OsType", "PlusProductId", "PlusVersionNumber", "RegisteredUser", "SerialNumber", "ServicePackMajorVersion", "ServicePackMinorVersion", "SizeStoredInPagingFiles", "Status", "SystemDevice", "SystemDirectory", "TotalVirtualMemorySize", "TotalVisibleMemorySize", "WindowsDirectory", "TotalSwapSpaceSize", "LargeSystemCache", "OtherTypeDescription", "ProductType", "SuiteMask", "SystemDrive", "EncryptionLevel", "DataExecutionPrevention32BitApplications", "IsDataExecutionPreventionAvailable", "DataExecutionPreventionDrivers", "DataExecutionPreventionSupportPolicy", });
|
|
4245
4273
|
internal_static_com_lansweeper_dp_outbound_v1_OperatingSystemChangeEvent_descriptor =
|
|
4246
|
-
getDescriptor().getMessageTypes().get(
|
|
4274
|
+
getDescriptor().getMessageTypes().get(60);
|
|
4247
4275
|
internal_static_com_lansweeper_dp_outbound_v1_OperatingSystemChangeEvent_fieldAccessorTable = new
|
|
4248
4276
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4249
4277
|
internal_static_com_lansweeper_dp_outbound_v1_OperatingSystemChangeEvent_descriptor,
|
|
4250
4278
|
new java.lang.String[] { "EventType", "Start", "End", "Os", "PrevOs", });
|
|
4251
4279
|
internal_static_com_lansweeper_dp_outbound_v1_OperatingSystemFeature_descriptor =
|
|
4252
|
-
getDescriptor().getMessageTypes().get(
|
|
4280
|
+
getDescriptor().getMessageTypes().get(61);
|
|
4253
4281
|
internal_static_com_lansweeper_dp_outbound_v1_OperatingSystemFeature_fieldAccessorTable = new
|
|
4254
4282
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4255
4283
|
internal_static_com_lansweeper_dp_outbound_v1_OperatingSystemFeature_descriptor,
|
|
4256
4284
|
new java.lang.String[] { "Name", "Caption", });
|
|
4257
4285
|
internal_static_com_lansweeper_dp_outbound_v1_OperatingSystemPatch_descriptor =
|
|
4258
|
-
getDescriptor().getMessageTypes().get(
|
|
4286
|
+
getDescriptor().getMessageTypes().get(62);
|
|
4259
4287
|
internal_static_com_lansweeper_dp_outbound_v1_OperatingSystemPatch_fieldAccessorTable = new
|
|
4260
4288
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4261
4289
|
internal_static_com_lansweeper_dp_outbound_v1_OperatingSystemPatch_descriptor,
|
|
4262
4290
|
new java.lang.String[] { "Id", "Type", "InstallDate", "InstallBy", "Comments", "WindowsServicePack", });
|
|
4263
4291
|
internal_static_com_lansweeper_dp_outbound_v1_NetworkInterfaces_descriptor =
|
|
4264
|
-
getDescriptor().getMessageTypes().get(
|
|
4292
|
+
getDescriptor().getMessageTypes().get(63);
|
|
4265
4293
|
internal_static_com_lansweeper_dp_outbound_v1_NetworkInterfaces_fieldAccessorTable = new
|
|
4266
4294
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4267
4295
|
internal_static_com_lansweeper_dp_outbound_v1_NetworkInterfaces_descriptor,
|
|
4268
4296
|
new java.lang.String[] { "Timestamp", "Interface", });
|
|
4269
4297
|
internal_static_com_lansweeper_dp_outbound_v1_NetworkInterface_descriptor =
|
|
4270
|
-
getDescriptor().getMessageTypes().get(
|
|
4298
|
+
getDescriptor().getMessageTypes().get(64);
|
|
4271
4299
|
internal_static_com_lansweeper_dp_outbound_v1_NetworkInterface_fieldAccessorTable = new
|
|
4272
4300
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4273
4301
|
internal_static_com_lansweeper_dp_outbound_v1_NetworkInterface_descriptor,
|
|
4274
4302
|
new java.lang.String[] { "Name", "Type", "SubType", "Id", "Mac", "DhcpEnabled", "DhcpServerIp", "Ip", "GatewayIp", "GatewayMac", "DnsServer", "DnsHostName", "DnsDomainSuffixSearchOrder", "ServiceName", "DatabasePath", "SnmpIndex", "Description", "Alias", "Mtu", "Speed", "HighSpeed", "AdminStatus", "OperStatus", "ConnectedDevices", "Vlans", "Ipv6PrefixLength", "NetworkSignature", });
|
|
4275
4303
|
internal_static_com_lansweeper_dp_outbound_v1_NetIpAddress_descriptor =
|
|
4276
|
-
getDescriptor().getMessageTypes().get(
|
|
4304
|
+
getDescriptor().getMessageTypes().get(65);
|
|
4277
4305
|
internal_static_com_lansweeper_dp_outbound_v1_NetIpAddress_fieldAccessorTable = new
|
|
4278
4306
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4279
4307
|
internal_static_com_lansweeper_dp_outbound_v1_NetIpAddress_descriptor,
|
|
4280
4308
|
new java.lang.String[] { "Ip", "Subnet", });
|
|
4281
4309
|
internal_static_com_lansweeper_dp_outbound_v1_NetworkProtocols_descriptor =
|
|
4282
|
-
getDescriptor().getMessageTypes().get(
|
|
4310
|
+
getDescriptor().getMessageTypes().get(66);
|
|
4283
4311
|
internal_static_com_lansweeper_dp_outbound_v1_NetworkProtocols_fieldAccessorTable = new
|
|
4284
4312
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4285
4313
|
internal_static_com_lansweeper_dp_outbound_v1_NetworkProtocols_descriptor,
|
|
4286
|
-
new java.lang.String[] { "Protocol", });
|
|
4314
|
+
new java.lang.String[] { "Protocol", "Snmp", });
|
|
4315
|
+
internal_static_com_lansweeper_dp_outbound_v1_SnmpInfo_descriptor =
|
|
4316
|
+
getDescriptor().getMessageTypes().get(67);
|
|
4317
|
+
internal_static_com_lansweeper_dp_outbound_v1_SnmpInfo_fieldAccessorTable = new
|
|
4318
|
+
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4319
|
+
internal_static_com_lansweeper_dp_outbound_v1_SnmpInfo_descriptor,
|
|
4320
|
+
new java.lang.String[] { "Oid", "Name", "Description", "Contact", "Location", });
|
|
4287
4321
|
internal_static_com_lansweeper_dp_outbound_v1_PortScan_descriptor =
|
|
4288
|
-
getDescriptor().getMessageTypes().get(
|
|
4322
|
+
getDescriptor().getMessageTypes().get(68);
|
|
4289
4323
|
internal_static_com_lansweeper_dp_outbound_v1_PortScan_fieldAccessorTable = new
|
|
4290
4324
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4291
4325
|
internal_static_com_lansweeper_dp_outbound_v1_PortScan_descriptor,
|
|
4292
4326
|
new java.lang.String[] { "Timestamp", "ScannedPort", });
|
|
4293
4327
|
internal_static_com_lansweeper_dp_outbound_v1_ScannedPort_descriptor =
|
|
4294
|
-
getDescriptor().getMessageTypes().get(
|
|
4328
|
+
getDescriptor().getMessageTypes().get(69);
|
|
4295
4329
|
internal_static_com_lansweeper_dp_outbound_v1_ScannedPort_fieldAccessorTable = new
|
|
4296
4330
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4297
4331
|
internal_static_com_lansweeper_dp_outbound_v1_ScannedPort_descriptor,
|
|
4298
4332
|
new java.lang.String[] { "Protocol", "PortNumber", "LocalAddress", "ProcessName", "Banner", "HttpServer", });
|
|
4299
4333
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacDiagnostics_descriptor =
|
|
4300
|
-
getDescriptor().getMessageTypes().get(
|
|
4334
|
+
getDescriptor().getMessageTypes().get(70);
|
|
4301
4335
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacDiagnostics_fieldAccessorTable = new
|
|
4302
4336
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4303
4337
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacDiagnostics_descriptor,
|
|
4304
4338
|
new java.lang.String[] { "Name", "LastRun", "Result", });
|
|
4305
4339
|
internal_static_com_lansweeper_dp_outbound_v1_HttpServerInfo_descriptor =
|
|
4306
|
-
getDescriptor().getMessageTypes().get(
|
|
4340
|
+
getDescriptor().getMessageTypes().get(71);
|
|
4307
4341
|
internal_static_com_lansweeper_dp_outbound_v1_HttpServerInfo_fieldAccessorTable = new
|
|
4308
4342
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4309
4343
|
internal_static_com_lansweeper_dp_outbound_v1_HttpServerInfo_descriptor,
|
|
4310
4344
|
new java.lang.String[] { "Port", "Ssl", "Server", "Wwwauth", "Cookie", "Title", "FaviconMd5", "Favicon", "Certificates", });
|
|
4311
4345
|
internal_static_com_lansweeper_dp_outbound_v1_HttpCertificate_descriptor =
|
|
4312
|
-
getDescriptor().getMessageTypes().get(
|
|
4346
|
+
getDescriptor().getMessageTypes().get(72);
|
|
4313
4347
|
internal_static_com_lansweeper_dp_outbound_v1_HttpCertificate_fieldAccessorTable = new
|
|
4314
4348
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4315
4349
|
internal_static_com_lansweeper_dp_outbound_v1_HttpCertificate_descriptor,
|
|
4316
4350
|
new java.lang.String[] { "Thumbprint", "SerialNumber", "X509Issuer", "X509Subject", "EffectiveDate", "ExpirationDate", "Errors", });
|
|
4317
4351
|
internal_static_com_lansweeper_dp_outbound_v1_Processor_descriptor =
|
|
4318
|
-
getDescriptor().getMessageTypes().get(
|
|
4352
|
+
getDescriptor().getMessageTypes().get(73);
|
|
4319
4353
|
internal_static_com_lansweeper_dp_outbound_v1_Processor_fieldAccessorTable = new
|
|
4320
4354
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4321
4355
|
internal_static_com_lansweeper_dp_outbound_v1_Processor_descriptor,
|
|
4322
4356
|
new java.lang.String[] { "Name", "AddressSizes", "AddressWidth", "Architecture", "Availability", "BogoMips", "ByteOrder", "Caption", "CurrentClockSpeed", "DataWidth", "DeviceId", "ExternalClockMhz", "Family", "HypervisorVendor", "L1DCacheSizeKb", "L1ICacheSizeKb", "L2CacheSizeKb", "L2CacheSpeedMhz", "L3CacheSizeKb", "Level", "LogicalCoresCount", "Manufacturer", "MaxClockSpeedMhz", "MinClockSpeedMhz", "ModelNumber", "OpModes", "PhysicalCoresCount", "ProcessorId", "ProcessorType", "Revision", "SocketDesignation", "Sockets", "Status", "Stepping", "ThreadsPerPhysicalCoreCount", "UniqueId", "UpgradeMethod", "Version", "Virtualization", "VoltageCapabilities", });
|
|
4323
4357
|
internal_static_com_lansweeper_dp_outbound_v1_Chassis_descriptor =
|
|
4324
|
-
getDescriptor().getMessageTypes().get(
|
|
4358
|
+
getDescriptor().getMessageTypes().get(74);
|
|
4325
4359
|
internal_static_com_lansweeper_dp_outbound_v1_Chassis_fieldAccessorTable = new
|
|
4326
4360
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4327
4361
|
internal_static_com_lansweeper_dp_outbound_v1_Chassis_descriptor,
|
|
4328
4362
|
new java.lang.String[] { "Type", "LockPresent", "Manufacturer", "SecurityStatus", "SerialNumber", "AssetTag", "Version", "BootupState", });
|
|
4329
4363
|
internal_static_com_lansweeper_dp_outbound_v1_HardDrive_descriptor =
|
|
4330
|
-
getDescriptor().getMessageTypes().get(
|
|
4364
|
+
getDescriptor().getMessageTypes().get(75);
|
|
4331
4365
|
internal_static_com_lansweeper_dp_outbound_v1_HardDrive_fieldAccessorTable = new
|
|
4332
4366
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4333
4367
|
internal_static_com_lansweeper_dp_outbound_v1_HardDrive_descriptor,
|
|
4334
4368
|
new java.lang.String[] { "Caption", "Compressed", "Description", "DeviceId", "DriveType", "FileSystem", "FreeSpace", "Size", "VolumeName", "SerialNumber", "MountedOn", });
|
|
4335
4369
|
internal_static_com_lansweeper_dp_outbound_v1_DriveVolume_descriptor =
|
|
4336
|
-
getDescriptor().getMessageTypes().get(
|
|
4370
|
+
getDescriptor().getMessageTypes().get(76);
|
|
4337
4371
|
internal_static_com_lansweeper_dp_outbound_v1_DriveVolume_fieldAccessorTable = new
|
|
4338
4372
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4339
4373
|
internal_static_com_lansweeper_dp_outbound_v1_DriveVolume_descriptor,
|
|
4340
4374
|
new java.lang.String[] { "DeviceId", "Path", "Label", "Name", "Capacity", "BlockSize", "FreeSpace", "DriveType", "ProtectionStatus", "ErrorDescription", "ErrorMethodology", "FileSystem", "AutoMount", "Compressed", "DirtyBitSet", "ErrorCleared", "IndexingEnabled", "PageFilePresent", "SupportsDiskQuotas", "SupportsFileBasedCompression", "Mounted", "MountPoint", });
|
|
4341
4375
|
internal_static_com_lansweeper_dp_outbound_v1_NetworkVolume_descriptor =
|
|
4342
|
-
getDescriptor().getMessageTypes().get(
|
|
4376
|
+
getDescriptor().getMessageTypes().get(77);
|
|
4343
4377
|
internal_static_com_lansweeper_dp_outbound_v1_NetworkVolume_fieldAccessorTable = new
|
|
4344
4378
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4345
4379
|
internal_static_com_lansweeper_dp_outbound_v1_NetworkVolume_descriptor,
|
|
4346
4380
|
new java.lang.String[] { "WinMappedDrive", "MacVolume", "Name", "Driver", });
|
|
4347
4381
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsMappedDrive_descriptor =
|
|
4348
|
-
getDescriptor().getMessageTypes().get(
|
|
4382
|
+
getDescriptor().getMessageTypes().get(78);
|
|
4349
4383
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsMappedDrive_fieldAccessorTable = new
|
|
4350
4384
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4351
4385
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsMappedDrive_descriptor,
|
|
4352
4386
|
new java.lang.String[] { "DriveLetter", "UserName", "UserDomain", "RemotePath", });
|
|
4353
4387
|
internal_static_com_lansweeper_dp_outbound_v1_MacNetworkVolume_descriptor =
|
|
4354
|
-
getDescriptor().getMessageTypes().get(
|
|
4388
|
+
getDescriptor().getMessageTypes().get(79);
|
|
4355
4389
|
internal_static_com_lansweeper_dp_outbound_v1_MacNetworkVolume_fieldAccessorTable = new
|
|
4356
4390
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4357
4391
|
internal_static_com_lansweeper_dp_outbound_v1_MacNetworkVolume_descriptor,
|
|
4358
4392
|
new java.lang.String[] { "Name", "AutoMounted", "FsmtNonName", "FsTypeName", "MntFromName", });
|
|
4359
4393
|
internal_static_com_lansweeper_dp_outbound_v1_Keyboard_descriptor =
|
|
4360
|
-
getDescriptor().getMessageTypes().get(
|
|
4394
|
+
getDescriptor().getMessageTypes().get(80);
|
|
4361
4395
|
internal_static_com_lansweeper_dp_outbound_v1_Keyboard_fieldAccessorTable = new
|
|
4362
4396
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4363
4397
|
internal_static_com_lansweeper_dp_outbound_v1_Keyboard_descriptor,
|
|
4364
4398
|
new java.lang.String[] { "ConfigManagerErrorCode", "ConfigManagerUserConfig", "Description", "DeviceId", "Layout", "NumberOfFunctionKeys", });
|
|
4365
4399
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerBus_descriptor =
|
|
4366
|
-
getDescriptor().getMessageTypes().get(
|
|
4400
|
+
getDescriptor().getMessageTypes().get(81);
|
|
4367
4401
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerBus_fieldAccessorTable = new
|
|
4368
4402
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4369
4403
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerBus_descriptor,
|
|
4370
4404
|
new java.lang.String[] { "BusNum", "BusType", "DeviceId", "PnpDeviceId", });
|
|
4371
4405
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerInfrared_descriptor =
|
|
4372
|
-
getDescriptor().getMessageTypes().get(
|
|
4406
|
+
getDescriptor().getMessageTypes().get(82);
|
|
4373
4407
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerInfrared_fieldAccessorTable = new
|
|
4374
4408
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4375
4409
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerInfrared_descriptor,
|
|
4376
4410
|
new java.lang.String[] { "Availability", "Caption", "ConfigManagerErrorCode", "ConfigManagerUserConfig", "DeviceId", "Manufacturer", "ProtocolSupported", });
|
|
4377
4411
|
internal_static_com_lansweeper_dp_outbound_v1_PointingDevice_descriptor =
|
|
4378
|
-
getDescriptor().getMessageTypes().get(
|
|
4412
|
+
getDescriptor().getMessageTypes().get(83);
|
|
4379
4413
|
internal_static_com_lansweeper_dp_outbound_v1_PointingDevice_fieldAccessorTable = new
|
|
4380
4414
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4381
4415
|
internal_static_com_lansweeper_dp_outbound_v1_PointingDevice_descriptor,
|
|
4382
4416
|
new java.lang.String[] { "Caption", "DeviceId", "DeviceInterface", "DoubleSpeedThreshold", "Handedness", "InfFileName", "InfSection", "Manufacturer", "NumberOfButtons", "PointingType", "QuadSpeedThreshold", });
|
|
4383
4417
|
internal_static_com_lansweeper_dp_outbound_v1_AutoRunCommand_descriptor =
|
|
4384
|
-
getDescriptor().getMessageTypes().get(
|
|
4418
|
+
getDescriptor().getMessageTypes().get(84);
|
|
4385
4419
|
internal_static_com_lansweeper_dp_outbound_v1_AutoRunCommand_fieldAccessorTable = new
|
|
4386
4420
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4387
4421
|
internal_static_com_lansweeper_dp_outbound_v1_AutoRunCommand_descriptor,
|
|
4388
4422
|
new java.lang.String[] { "Caption", "Command", "Location", "Name", "User", "UserSid", "OrderPreference", "Provides", "Required", "Uses", "Enabled", });
|
|
4389
4423
|
internal_static_com_lansweeper_dp_outbound_v1_BootConfig_descriptor =
|
|
4390
|
-
getDescriptor().getMessageTypes().get(
|
|
4424
|
+
getDescriptor().getMessageTypes().get(85);
|
|
4391
4425
|
internal_static_com_lansweeper_dp_outbound_v1_BootConfig_fieldAccessorTable = new
|
|
4392
4426
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4393
4427
|
internal_static_com_lansweeper_dp_outbound_v1_BootConfig_descriptor,
|
|
4394
4428
|
new java.lang.String[] { "BootDirectory", "Caption", "Name", "ConfigurationPath", "ScratchDirectory", "TempDirectory", "BootVolume", "BootMode", });
|
|
4395
4429
|
internal_static_com_lansweeper_dp_outbound_v1_SharedResource_descriptor =
|
|
4396
|
-
getDescriptor().getMessageTypes().get(
|
|
4430
|
+
getDescriptor().getMessageTypes().get(86);
|
|
4397
4431
|
internal_static_com_lansweeper_dp_outbound_v1_SharedResource_fieldAccessorTable = new
|
|
4398
4432
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4399
4433
|
internal_static_com_lansweeper_dp_outbound_v1_SharedResource_descriptor,
|
|
4400
4434
|
new java.lang.String[] { "Caption", "Name", "Path", "Type", "SharedPermission", });
|
|
4401
4435
|
internal_static_com_lansweeper_dp_outbound_v1_SharedPermission_descriptor =
|
|
4402
|
-
getDescriptor().getMessageTypes().get(
|
|
4436
|
+
getDescriptor().getMessageTypes().get(87);
|
|
4403
4437
|
internal_static_com_lansweeper_dp_outbound_v1_SharedPermission_fieldAccessorTable = new
|
|
4404
4438
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4405
4439
|
internal_static_com_lansweeper_dp_outbound_v1_SharedPermission_descriptor,
|
|
4406
4440
|
new java.lang.String[] { "Name", "Trustee", "ReadAccess", "WriteAccess", "FullAccess", "DenyAccess", });
|
|
4407
4441
|
internal_static_com_lansweeper_dp_outbound_v1_RunningProcess_descriptor =
|
|
4408
|
-
getDescriptor().getMessageTypes().get(
|
|
4442
|
+
getDescriptor().getMessageTypes().get(88);
|
|
4409
4443
|
internal_static_com_lansweeper_dp_outbound_v1_RunningProcess_fieldAccessorTable = new
|
|
4410
4444
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4411
4445
|
internal_static_com_lansweeper_dp_outbound_v1_RunningProcess_descriptor,
|
|
4412
4446
|
new java.lang.String[] { "Name", "Path", "Threads", "Priority", "Handle", });
|
|
4413
4447
|
internal_static_com_lansweeper_dp_outbound_v1_OperatingSystemService_descriptor =
|
|
4414
|
-
getDescriptor().getMessageTypes().get(
|
|
4448
|
+
getDescriptor().getMessageTypes().get(89);
|
|
4415
4449
|
internal_static_com_lansweeper_dp_outbound_v1_OperatingSystemService_fieldAccessorTable = new
|
|
4416
4450
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4417
4451
|
internal_static_com_lansweeper_dp_outbound_v1_OperatingSystemService_descriptor,
|
|
4418
4452
|
new java.lang.String[] { "Name", "Caption", "Pathname", "StartMode", "StartName", "State", "Started", "AcceptPause", "AcceptStop", "DesktopInteract", });
|
|
4419
4453
|
internal_static_com_lansweeper_dp_outbound_v1_OperatingSystemRecovery_descriptor =
|
|
4420
|
-
getDescriptor().getMessageTypes().get(
|
|
4454
|
+
getDescriptor().getMessageTypes().get(90);
|
|
4421
4455
|
internal_static_com_lansweeper_dp_outbound_v1_OperatingSystemRecovery_fieldAccessorTable = new
|
|
4422
4456
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4423
4457
|
internal_static_com_lansweeper_dp_outbound_v1_OperatingSystemRecovery_descriptor,
|
|
4424
4458
|
new java.lang.String[] { "Win", "Os", });
|
|
4425
4459
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsOsRecovery_descriptor =
|
|
4426
|
-
getDescriptor().getMessageTypes().get(
|
|
4460
|
+
getDescriptor().getMessageTypes().get(91);
|
|
4427
4461
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsOsRecovery_fieldAccessorTable = new
|
|
4428
4462
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4429
4463
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsOsRecovery_descriptor,
|
|
4430
4464
|
new java.lang.String[] { "AutoReboot", "DebugFilePath", "KernelDumpOnly", "Name", "OverwriteExistingDebugFile", "SendAdminAlert", "WriteDebugInfo", "WriteToSystemLog", "DebugInfoType", "MiniDumpDirectory", });
|
|
4431
4465
|
internal_static_com_lansweeper_dp_outbound_v1_Driver_descriptor =
|
|
4432
|
-
getDescriptor().getMessageTypes().get(
|
|
4466
|
+
getDescriptor().getMessageTypes().get(92);
|
|
4433
4467
|
internal_static_com_lansweeper_dp_outbound_v1_Driver_fieldAccessorTable = new
|
|
4434
4468
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4435
4469
|
internal_static_com_lansweeper_dp_outbound_v1_Driver_descriptor,
|
|
4436
4470
|
new java.lang.String[] { "WinSys", "WinPnp", "WinPrinter", "MacKernelExtension", "MacImageCaptureDevices", "MacImageCaptureSupport", "MacLibraryExtensions", "MacPpds", "MacPrinters", "MacSystemLibraryExtensions", "Name", "Description", "Driver", });
|
|
4437
4471
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsSystemDriver_descriptor =
|
|
4438
|
-
getDescriptor().getMessageTypes().get(
|
|
4472
|
+
getDescriptor().getMessageTypes().get(93);
|
|
4439
4473
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsSystemDriver_fieldAccessorTable = new
|
|
4440
4474
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4441
4475
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsSystemDriver_descriptor,
|
|
4442
4476
|
new java.lang.String[] { "AcceptPause", "AcceptStop", "DesktopInteract", "ErrorControl", "ExitCode", "PathName", "ServiceSpecificExitCode", "ServiceType", "Started", "StartMode", "StartName", "State", "Status", "TagId", "Name", "Description", "Caption", "DisplayName", });
|
|
4443
4477
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsPnpSignedDriver_descriptor =
|
|
4444
|
-
getDescriptor().getMessageTypes().get(
|
|
4478
|
+
getDescriptor().getMessageTypes().get(94);
|
|
4445
4479
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsPnpSignedDriver_fieldAccessorTable = new
|
|
4446
4480
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4447
4481
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsPnpSignedDriver_descriptor,
|
|
4448
4482
|
new java.lang.String[] { "CompatId", "DeviceId", "DevLoader", "DriverName", "FriendlyName", "DriverDate", "DriverVersion", "HardwareId", "InfName", "IsSigned", "Location", "Pdo", "Manufacturer", "DeviceName", "DeviceClass", "Description", "Signer", "DriverProviderName", });
|
|
4449
4483
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsPrinterDriver_descriptor =
|
|
4450
|
-
getDescriptor().getMessageTypes().get(
|
|
4484
|
+
getDescriptor().getMessageTypes().get(95);
|
|
4451
4485
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsPrinterDriver_fieldAccessorTable = new
|
|
4452
4486
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4453
4487
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsPrinterDriver_descriptor,
|
|
4454
4488
|
new java.lang.String[] { "ConfigFile", "DataFile", "DefaultDataType", "DriverPath", "FilePath", "HelpFile", "MonitorName", "OemUrl", "Version", "DriverVersion", "DriverDate", "HardwareId", "InfPath", "PrinterEnvironment", "PrintProcessor", "Name", "Provider", "SupportedPlatform", "Manufacturer", });
|
|
4455
4489
|
internal_static_com_lansweeper_dp_outbound_v1_MacOsKernelExtension_descriptor =
|
|
4456
|
-
getDescriptor().getMessageTypes().get(
|
|
4490
|
+
getDescriptor().getMessageTypes().get(96);
|
|
4457
4491
|
internal_static_com_lansweeper_dp_outbound_v1_MacOsKernelExtension_fieldAccessorTable = new
|
|
4458
4492
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4459
4493
|
internal_static_com_lansweeper_dp_outbound_v1_MacOsKernelExtension_descriptor,
|
|
4460
4494
|
new java.lang.String[] { "Name", "Has64BitIntelCode", "Architectures", "BundleId", "Dependencies", "DependencyErrors", "Info", "LastModified", "LoadAddress", "Loadable", "Loaded", "Notarized", "ObtainedFrom", "PathLocation", "RuntimeEnvironment", "SignedBy", "SigningErrors", "ValidityErrors", "Version", "VersionKext", });
|
|
4461
4495
|
internal_static_com_lansweeper_dp_outbound_v1_KernelExtensionErrorType_descriptor =
|
|
4462
|
-
getDescriptor().getMessageTypes().get(
|
|
4496
|
+
getDescriptor().getMessageTypes().get(97);
|
|
4463
4497
|
internal_static_com_lansweeper_dp_outbound_v1_KernelExtensionErrorType_fieldAccessorTable = new
|
|
4464
4498
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4465
4499
|
internal_static_com_lansweeper_dp_outbound_v1_KernelExtensionErrorType_descriptor,
|
|
4466
4500
|
new java.lang.String[] { "ErrorType", "Errors", });
|
|
4467
4501
|
internal_static_com_lansweeper_dp_outbound_v1_KernelExtensionError_descriptor =
|
|
4468
|
-
getDescriptor().getMessageTypes().get(
|
|
4502
|
+
getDescriptor().getMessageTypes().get(98);
|
|
4469
4503
|
internal_static_com_lansweeper_dp_outbound_v1_KernelExtensionError_fieldAccessorTable = new
|
|
4470
4504
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4471
4505
|
internal_static_com_lansweeper_dp_outbound_v1_KernelExtensionError_descriptor,
|
|
4472
4506
|
new java.lang.String[] { "ErrorDescription", "Values", });
|
|
4473
4507
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacAccessibility_descriptor =
|
|
4474
|
-
getDescriptor().getMessageTypes().get(
|
|
4508
|
+
getDescriptor().getMessageTypes().get(99);
|
|
4475
4509
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacAccessibility_fieldAccessorTable = new
|
|
4476
4510
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4477
4511
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacAccessibility_descriptor,
|
|
4478
4512
|
new java.lang.String[] { "Contrast", "CursorMag", "Display", "FlashScreen", "KeyboardZoom", "MouseKeys", "ScrollZoom", "SlowKeys", "StickyKeys", "VoiceOver", "ZoomMode", });
|
|
4479
4513
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacSecureElements_descriptor =
|
|
4480
|
-
getDescriptor().getMessageTypes().get(
|
|
4514
|
+
getDescriptor().getMessageTypes().get(100);
|
|
4481
4515
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacSecureElements_fieldAccessorTable = new
|
|
4482
4516
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4483
4517
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacSecureElements_descriptor,
|
|
4484
4518
|
new java.lang.String[] { "ControllerFirmware", "ControllerHardware", "ControllerInfo", "ControllerMiddleware", "SecureElementsDevice", "SecureElementsFirmware", "SecureElementsHardware", "SecureElementsId", "SecureElementsRestrictedMode", "SecureElementsInfo", "SecureElementsOsVersion", "SecureElementsPlatformId", "SecureElementsProductionSigned", });
|
|
4485
4519
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacNetworkLocation_descriptor =
|
|
4486
|
-
getDescriptor().getMessageTypes().get(
|
|
4520
|
+
getDescriptor().getMessageTypes().get(101);
|
|
4487
4521
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacNetworkLocation_fieldAccessorTable = new
|
|
4488
4522
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4489
4523
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacNetworkLocation_descriptor,
|
|
4490
4524
|
new java.lang.String[] { "Name", "LocationActive", "LocationServices", });
|
|
4491
4525
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacNVMExpress_descriptor =
|
|
4492
|
-
getDescriptor().getMessageTypes().get(
|
|
4526
|
+
getDescriptor().getMessageTypes().get(102);
|
|
4493
4527
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacNVMExpress_fieldAccessorTable = new
|
|
4494
4528
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4495
4529
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacNVMExpress_descriptor,
|
|
4496
4530
|
new java.lang.String[] { "ControllerName", "Entries", });
|
|
4497
4531
|
internal_static_com_lansweeper_dp_outbound_v1_NVMExpress_descriptor =
|
|
4498
|
-
getDescriptor().getMessageTypes().get(
|
|
4532
|
+
getDescriptor().getMessageTypes().get(103);
|
|
4499
4533
|
internal_static_com_lansweeper_dp_outbound_v1_NVMExpress_fieldAccessorTable = new
|
|
4500
4534
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4501
4535
|
internal_static_com_lansweeper_dp_outbound_v1_NVMExpress_descriptor,
|
|
4502
4536
|
new java.lang.String[] { "Name", "BsdName", "DetachableDrive", "DeviceModel", "DeviceRevision", "DeviceSerialNumber", "PartitionMapType", "RemovableMedia", "Size", "SizeInBytes", "SmartStatus", "TrimSupport", "Volumes", });
|
|
4503
4537
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacSATAController_descriptor =
|
|
4504
|
-
getDescriptor().getMessageTypes().get(
|
|
4538
|
+
getDescriptor().getMessageTypes().get(104);
|
|
4505
4539
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacSATAController_fieldAccessorTable = new
|
|
4506
4540
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4507
4541
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacSATAController_descriptor,
|
|
4508
4542
|
new java.lang.String[] { "Name", "NegotiatedLinkSpeed", "PhysicalInterconnect", "PortDescription", "PortSpeed", "Product", "Vendor", "Devices", });
|
|
4509
4543
|
internal_static_com_lansweeper_dp_outbound_v1_MacSATADevice_descriptor =
|
|
4510
|
-
getDescriptor().getMessageTypes().get(
|
|
4544
|
+
getDescriptor().getMessageTypes().get(105);
|
|
4511
4545
|
internal_static_com_lansweeper_dp_outbound_v1_MacSATADevice_fieldAccessorTable = new
|
|
4512
4546
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4513
4547
|
internal_static_com_lansweeper_dp_outbound_v1_MacSATADevice_descriptor,
|
|
4514
4548
|
new java.lang.String[] { "Name", "BsdName", "DetachableDrive", "DeviceModel", "DeviceRevision", "DeviceSerialNumber", "PartitionMapType", "RemovableMedia", "Size", "SizeInBytes", "SmartStatus", "MediumType", "NativeCommandQueuing", "QueueDepth", "TrimSupport", "AsyncNotification", "PowerOff", "Volumes", });
|
|
4515
4549
|
internal_static_com_lansweeper_dp_outbound_v1_MacDiskVolume_descriptor =
|
|
4516
|
-
getDescriptor().getMessageTypes().get(
|
|
4550
|
+
getDescriptor().getMessageTypes().get(106);
|
|
4517
4551
|
internal_static_com_lansweeper_dp_outbound_v1_MacDiskVolume_fieldAccessorTable = new
|
|
4518
4552
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4519
4553
|
internal_static_com_lansweeper_dp_outbound_v1_MacDiskVolume_descriptor,
|
|
4520
4554
|
new java.lang.String[] { "Name", "BsdName", "FileSystem", "FreeSpace", "FreeSpaceInBytes", "IoContent", "MountPoint", "Size", "SizeInBytes", "VolumeUuid", "Writable", });
|
|
4521
4555
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacSPIDevice_descriptor =
|
|
4522
|
-
getDescriptor().getMessageTypes().get(
|
|
4556
|
+
getDescriptor().getMessageTypes().get(107);
|
|
4523
4557
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacSPIDevice_fieldAccessorTable = new
|
|
4524
4558
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4525
4559
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacSPIDevice_descriptor,
|
|
4526
4560
|
new java.lang.String[] { "Name", "ProductId", "VendorId", "StfwVersion", "SerialNumber", "DeviceSpeed", "Manufacturer", "LocationId", "MtfwVersion", });
|
|
4527
4561
|
internal_static_com_lansweeper_dp_outbound_v1_SoundCard_descriptor =
|
|
4528
|
-
getDescriptor().getMessageTypes().get(
|
|
4562
|
+
getDescriptor().getMessageTypes().get(108);
|
|
4529
4563
|
internal_static_com_lansweeper_dp_outbound_v1_SoundCard_fieldAccessorTable = new
|
|
4530
4564
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4531
4565
|
internal_static_com_lansweeper_dp_outbound_v1_SoundCard_descriptor,
|
|
4532
4566
|
new java.lang.String[] { "Caption", "DeviceId", "Manufacturer", "Type", "SubsystemName", "SubsystemManufacturer", "Parent", "InputSource", "OutputSource", "DeviceSrate", "DeviceTrasport", "DefaultInputDevice", "DefaultOutputDevice", "DefaultSystemDevice", });
|
|
4533
4567
|
internal_static_com_lansweeper_dp_outbound_v1_GraphicsCard_descriptor =
|
|
4534
|
-
getDescriptor().getMessageTypes().get(
|
|
4568
|
+
getDescriptor().getMessageTypes().get(109);
|
|
4535
4569
|
internal_static_com_lansweeper_dp_outbound_v1_GraphicsCard_fieldAccessorTable = new
|
|
4536
4570
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4537
4571
|
internal_static_com_lansweeper_dp_outbound_v1_GraphicsCard_descriptor,
|
|
4538
4572
|
new java.lang.String[] { "Name", "ColorPlanesCount", "CurrentBitsPerPixel", "CurrentHorizontalResolution", "CurrentNumberOfColors", "CurrentRefreshRate", "CurrentScanMode", "CurrentVerticalResolution", "DeviceId", "DeviceSpecificPens", "DriverVersion", "InfFilename", "InfSection", "InstalledDisplayDrivers", "IsMonochrome", "Manufacturer", "MaxRefreshRate", "Memory", "MemoryType", "MinRefreshRate", "PciType", "PnpDeviceId", "State", "SubsystemManufacturer", "SubsystemName", "VideoArchitecture", "VideoMode", "VideoProcessor", });
|
|
4539
4573
|
internal_static_com_lansweeper_dp_outbound_v1_Bios_descriptor =
|
|
4540
|
-
getDescriptor().getMessageTypes().get(
|
|
4574
|
+
getDescriptor().getMessageTypes().get(110);
|
|
4541
4575
|
internal_static_com_lansweeper_dp_outbound_v1_Bios_fieldAccessorTable = new
|
|
4542
4576
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4543
4577
|
internal_static_com_lansweeper_dp_outbound_v1_Bios_descriptor,
|
|
4544
4578
|
new java.lang.String[] { "Win", "Linux", "Manufacturer", "Version", "ReleaseDate", "Spec", });
|
|
4545
4579
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsBios_descriptor =
|
|
4546
|
-
getDescriptor().getMessageTypes().get(
|
|
4580
|
+
getDescriptor().getMessageTypes().get(111);
|
|
4547
4581
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsBios_fieldAccessorTable = new
|
|
4548
4582
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4549
4583
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsBios_descriptor,
|
|
4550
4584
|
new java.lang.String[] { "BiosCharacteristics", "Caption", "CurrentLanguage", "InstallableLanguages", "Manufacturer", "Name", "PrimaryBios", "ReleaseDate", "SerialNumber", "SmbiosBiosVersion", "SmbiosMajorVersion", "SmbiosMinorVersion", "SmbiosPresent", "SoftwareElementId", "SoftwareElementState", "Status", "TargetOperatingSystem", "Version", "BiosVersion", });
|
|
4551
4585
|
internal_static_com_lansweeper_dp_outbound_v1_LinuxBios_descriptor =
|
|
4552
|
-
getDescriptor().getMessageTypes().get(
|
|
4586
|
+
getDescriptor().getMessageTypes().get(112);
|
|
4553
4587
|
internal_static_com_lansweeper_dp_outbound_v1_LinuxBios_fieldAccessorTable = new
|
|
4554
4588
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4555
4589
|
internal_static_com_lansweeper_dp_outbound_v1_LinuxBios_descriptor,
|
|
4556
4590
|
new java.lang.String[] { "Version", "Address", "Vendor", "RuntimeSize", "RomSize", "ReleaseDate", });
|
|
4557
4591
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerBattery_descriptor =
|
|
4558
|
-
getDescriptor().getMessageTypes().get(
|
|
4592
|
+
getDescriptor().getMessageTypes().get(113);
|
|
4559
4593
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerBattery_fieldAccessorTable = new
|
|
4560
4594
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4561
4595
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerBattery_descriptor,
|
|
4562
4596
|
new java.lang.String[] { "WinBattery", "WinPortable", "MacBattery", "Spec", });
|
|
4563
4597
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsComputerBattery_descriptor =
|
|
4564
|
-
getDescriptor().getMessageTypes().get(
|
|
4598
|
+
getDescriptor().getMessageTypes().get(114);
|
|
4565
4599
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsComputerBattery_fieldAccessorTable = new
|
|
4566
4600
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4567
4601
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsComputerBattery_descriptor,
|
|
4568
4602
|
new java.lang.String[] { "Availability", "BatteryStatus", "Chemistry", "DesignCapacity", "DeviceId", "Name", "PowerManagementCapabilities", "PowerManagementSupported", "SmartBatteryVersion", "Status", });
|
|
4569
4603
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsPortableBattery_descriptor =
|
|
4570
|
-
getDescriptor().getMessageTypes().get(
|
|
4604
|
+
getDescriptor().getMessageTypes().get(115);
|
|
4571
4605
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsPortableBattery_fieldAccessorTable = new
|
|
4572
4606
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4573
4607
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsPortableBattery_descriptor,
|
|
4574
4608
|
new java.lang.String[] { "CapacityMultiplier", "Chemistry", "DesignCapacity", "DesignVoltage", "DeviceId", "Location", "ManufactureDate", "Manufacturer", "MaxBatteryError", "Name", "SmartBatteryVersion", });
|
|
4575
4609
|
internal_static_com_lansweeper_dp_outbound_v1_MacComputerBattery_descriptor =
|
|
4576
|
-
getDescriptor().getMessageTypes().get(
|
|
4610
|
+
getDescriptor().getMessageTypes().get(116);
|
|
4577
4611
|
internal_static_com_lansweeper_dp_outbound_v1_MacComputerBattery_fieldAccessorTable = new
|
|
4578
4612
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4579
4613
|
internal_static_com_lansweeper_dp_outbound_v1_MacComputerBattery_descriptor,
|
|
4580
4614
|
new java.lang.String[] { "DiskSleepTimer", "DisplaySleepTimer", "HibernateMode", "PrioritizeNetworkReachabilityOverSleep", "SleepOnPowerButton", "SystemSleepTimer", "WakeOnLan", "CurrentPowerSource", "HighPowerMode", "LowPowerMode", "ReduceBrightness", "IsAtWarnLevel", "IsFullyCharged", "IsCharging", "StateOfCharge", "CycleCount", "HealthStatus", "HealthStatusMaximumCapacity", "PcbLotCode", "PackLotCode", "CellRevision", "DeviceName", "FirmwareVersion", "HardwareRevision", "SerialNumber", "BatteryChargerConnected", "BatteryIsCharging", });
|
|
4581
4615
|
internal_static_com_lansweeper_dp_outbound_v1_OpticalDrive_descriptor =
|
|
4582
|
-
getDescriptor().getMessageTypes().get(
|
|
4616
|
+
getDescriptor().getMessageTypes().get(117);
|
|
4583
4617
|
internal_static_com_lansweeper_dp_outbound_v1_OpticalDrive_fieldAccessorTable = new
|
|
4584
4618
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4585
4619
|
internal_static_com_lansweeper_dp_outbound_v1_OpticalDrive_descriptor,
|
|
4586
4620
|
new java.lang.String[] { "Name", "Status", "Bus", "Capabilities", "CacheSize", "BurnSupport", "CdWrite", "DvdWrite", "ReadDvd", "DrivePath", "FirmwareVersion", "Connection", "IsUnderrunProtectionEnabled", "Manufacturer", "MountPoint", "WriteStrategies", "ScsiBus", "ScsiLogicalUnit", "ScsiPort", "ScsiTargetId", "MediaBurnInformation", });
|
|
4587
4621
|
internal_static_com_lansweeper_dp_outbound_v1_Motherboard_descriptor =
|
|
4588
|
-
getDescriptor().getMessageTypes().get(
|
|
4622
|
+
getDescriptor().getMessageTypes().get(118);
|
|
4589
4623
|
internal_static_com_lansweeper_dp_outbound_v1_Motherboard_fieldAccessorTable = new
|
|
4590
4624
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4591
4625
|
internal_static_com_lansweeper_dp_outbound_v1_Motherboard_descriptor,
|
|
4592
4626
|
new java.lang.String[] { "Name", "ConfigOptions", "IsHostingBoard", "IsPoweredOn", "Location", "Manufacturer", "SerialNumber", "Tag", "Type", "Version", "Device", });
|
|
4593
4627
|
internal_static_com_lansweeper_dp_outbound_v1_MotherboardDevice_descriptor =
|
|
4594
|
-
getDescriptor().getMessageTypes().get(
|
|
4628
|
+
getDescriptor().getMessageTypes().get(119);
|
|
4595
4629
|
internal_static_com_lansweeper_dp_outbound_v1_MotherboardDevice_fieldAccessorTable = new
|
|
4596
4630
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4597
4631
|
internal_static_com_lansweeper_dp_outbound_v1_MotherboardDevice_descriptor,
|
|
4598
4632
|
new java.lang.String[] { "Description", "Enabled", "Tag", "Type", });
|
|
4599
4633
|
internal_static_com_lansweeper_dp_outbound_v1_Memory_descriptor =
|
|
4600
|
-
getDescriptor().getMessageTypes().get(
|
|
4634
|
+
getDescriptor().getMessageTypes().get(120);
|
|
4601
4635
|
internal_static_com_lansweeper_dp_outbound_v1_Memory_fieldAccessorTable = new
|
|
4602
4636
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4603
4637
|
internal_static_com_lansweeper_dp_outbound_v1_Memory_descriptor,
|
|
4604
4638
|
new java.lang.String[] { "InstalledSize", "PhysicalMemory", "MemoryArray", "GlobalEccState", "IsMemoryUpgradable", });
|
|
4605
4639
|
internal_static_com_lansweeper_dp_outbound_v1_PhysicalMemory_descriptor =
|
|
4606
|
-
getDescriptor().getMessageTypes().get(
|
|
4640
|
+
getDescriptor().getMessageTypes().get(121);
|
|
4607
4641
|
internal_static_com_lansweeper_dp_outbound_v1_PhysicalMemory_fieldAccessorTable = new
|
|
4608
4642
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4609
4643
|
internal_static_com_lansweeper_dp_outbound_v1_PhysicalMemory_descriptor,
|
|
4610
4644
|
new java.lang.String[] { "Size", "BankLocator", "ConfiguredClockSpeed", "ConfiguredVoltage", "DataWidth", "DeviceLocator", "FormFactor", "InterleaveDataDepth", "InterleavePosition", "Manufacturer", "Name", "PartNumber", "PositionInRow", "SerialNumber", "Set", "Sku", "Speed", "State", "TotalWidth", "Type", "TypeDetail", });
|
|
4611
4645
|
internal_static_com_lansweeper_dp_outbound_v1_MemoryArray_descriptor =
|
|
4612
|
-
getDescriptor().getMessageTypes().get(
|
|
4646
|
+
getDescriptor().getMessageTypes().get(122);
|
|
4613
4647
|
internal_static_com_lansweeper_dp_outbound_v1_MemoryArray_fieldAccessorTable = new
|
|
4614
4648
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4615
4649
|
internal_static_com_lansweeper_dp_outbound_v1_MemoryArray_descriptor,
|
|
4616
4650
|
new java.lang.String[] { "MaxCapacity", "Location", "MemoryDevices", "MemoryErrorCorrection", "Tag", "Use", });
|
|
4617
4651
|
internal_static_com_lansweeper_dp_outbound_v1_ParallelPort_descriptor =
|
|
4618
|
-
getDescriptor().getMessageTypes().get(
|
|
4652
|
+
getDescriptor().getMessageTypes().get(123);
|
|
4619
4653
|
internal_static_com_lansweeper_dp_outbound_v1_ParallelPort_fieldAccessorTable = new
|
|
4620
4654
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4621
4655
|
internal_static_com_lansweeper_dp_outbound_v1_ParallelPort_descriptor,
|
|
4622
4656
|
new java.lang.String[] { "Caption", "Availability", "ProtocolSupported", "ConfigManagerErrorCode", "PnpDeviceId", "ConfigManagerUserConfig", "OsAutoDiscovered", "PowerManagementSupported", });
|
|
4623
4657
|
internal_static_com_lansweeper_dp_outbound_v1_SerialPort_descriptor =
|
|
4624
|
-
getDescriptor().getMessageTypes().get(
|
|
4658
|
+
getDescriptor().getMessageTypes().get(124);
|
|
4625
4659
|
internal_static_com_lansweeper_dp_outbound_v1_SerialPort_fieldAccessorTable = new
|
|
4626
4660
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4627
4661
|
internal_static_com_lansweeper_dp_outbound_v1_SerialPort_descriptor,
|
|
4628
4662
|
new java.lang.String[] { "Availability", "Binary", "Caption", "DeviceId", "MaxBaudRate", "MaximumInputBufferSize", "MaximumOutputBufferSize", "OsAutoDiscovered", "PnpDeviceId", "ProviderType", });
|
|
4629
4663
|
internal_static_com_lansweeper_dp_outbound_v1_PcmciaController_descriptor =
|
|
4630
|
-
getDescriptor().getMessageTypes().get(
|
|
4664
|
+
getDescriptor().getMessageTypes().get(125);
|
|
4631
4665
|
internal_static_com_lansweeper_dp_outbound_v1_PcmciaController_fieldAccessorTable = new
|
|
4632
4666
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4633
4667
|
internal_static_com_lansweeper_dp_outbound_v1_PcmciaController_descriptor,
|
|
4634
4668
|
new java.lang.String[] { "Caption", "ProtocolSupported", "ConfigManagerErrorCode", "ConfigManagerUserConfig", "DeviceId", "Manufacturer", });
|
|
4635
4669
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacBluetooth_descriptor =
|
|
4636
|
-
getDescriptor().getMessageTypes().get(
|
|
4670
|
+
getDescriptor().getMessageTypes().get(126);
|
|
4637
4671
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacBluetooth_fieldAccessorTable = new
|
|
4638
4672
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4639
4673
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacBluetooth_descriptor,
|
|
4640
4674
|
new java.lang.String[] { "Address", "FirmwareVersion", "Discoverable", "ChipSet", "ProductId", "ControllerTurnedOn", "SupportedServices", "Transport", "VendorId", "DevicesConnected", "DevicesNotConnected", });
|
|
4641
4675
|
internal_static_com_lansweeper_dp_outbound_v1_BluetoothDevice_descriptor =
|
|
4642
|
-
getDescriptor().getMessageTypes().get(
|
|
4676
|
+
getDescriptor().getMessageTypes().get(127);
|
|
4643
4677
|
internal_static_com_lansweeper_dp_outbound_v1_BluetoothDevice_fieldAccessorTable = new
|
|
4644
4678
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4645
4679
|
internal_static_com_lansweeper_dp_outbound_v1_BluetoothDevice_descriptor,
|
|
4646
4680
|
new java.lang.String[] { "Address", "FirmwareVersion", "MinorType", "ProductId", "Rssi", "Services", "VendorId", "Name", });
|
|
4647
4681
|
internal_static_com_lansweeper_dp_outbound_v1_PortConnector_descriptor =
|
|
4648
|
-
getDescriptor().getMessageTypes().get(
|
|
4682
|
+
getDescriptor().getMessageTypes().get(128);
|
|
4649
4683
|
internal_static_com_lansweeper_dp_outbound_v1_PortConnector_fieldAccessorTable = new
|
|
4650
4684
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4651
4685
|
internal_static_com_lansweeper_dp_outbound_v1_PortConnector_descriptor,
|
|
4652
4686
|
new java.lang.String[] { "ConnectorType", "ExternalReferenceDesignator", "InternalReferenceDesignator", "PortType", "Tag", });
|
|
4653
4687
|
internal_static_com_lansweeper_dp_outbound_v1_ScsiController_descriptor =
|
|
4654
|
-
getDescriptor().getMessageTypes().get(
|
|
4688
|
+
getDescriptor().getMessageTypes().get(129);
|
|
4655
4689
|
internal_static_com_lansweeper_dp_outbound_v1_ScsiController_fieldAccessorTable = new
|
|
4656
4690
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4657
4691
|
internal_static_com_lansweeper_dp_outbound_v1_ScsiController_descriptor,
|
|
4658
4692
|
new java.lang.String[] { "Availability", "Caption", "DeviceId", "DriverName", "Manufacturer", "ProtocolSupported", });
|
|
4659
4693
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerSystemProduct_descriptor =
|
|
4660
|
-
getDescriptor().getMessageTypes().get(
|
|
4694
|
+
getDescriptor().getMessageTypes().get(130);
|
|
4661
4695
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerSystemProduct_fieldAccessorTable = new
|
|
4662
4696
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4663
4697
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerSystemProduct_descriptor,
|
|
4664
4698
|
new java.lang.String[] { "IdentifyingNumber", "Name", "Uuid", "Vendor", "Version", });
|
|
4665
4699
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsComputerSystem_descriptor =
|
|
4666
|
-
getDescriptor().getMessageTypes().get(
|
|
4700
|
+
getDescriptor().getMessageTypes().get(131);
|
|
4667
4701
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsComputerSystem_fieldAccessorTable = new
|
|
4668
4702
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4669
4703
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsComputerSystem_descriptor,
|
|
4670
4704
|
new java.lang.String[] { "AdminPasswordStatus", "AutomaticResetBootOption", "AutomaticResetCapability", "BootOptionOnLimit", "BootOptionOnWatchDog", "BootRomSupported", "BootUpState", "ChassisBootUpState", "CurrentTimeZone", "DaylightInEffect", "Description", "Domain", "DomainRole", "FrontPanelResetStatus", "InfraredSupported", "KeyboardPasswordStatus", "Manufacturer", "Name", "Model", "NetworkServerModeEnabled", "NumberOfProcessors", "PauseAfterReset", "PowerOnPasswordStatus", "PowerState", "PowerSupplyState", "PrimaryOwnerName", "ResetCapability", "ResetCount", "ResetLimit", "Roles", "Status", "SystemStartupDelay", "SystemStartupOptions", "SystemType", "ThermalState", "TotalPhysicalMemory", "WakeupType", "EnableDaylightSavingsTime", "PartOfDomain", "NumberOfLogicalProcessors", });
|
|
4671
4705
|
internal_static_com_lansweeper_dp_outbound_v1_TrustedPlatformModule_descriptor =
|
|
4672
|
-
getDescriptor().getMessageTypes().get(
|
|
4706
|
+
getDescriptor().getMessageTypes().get(132);
|
|
4673
4707
|
internal_static_com_lansweeper_dp_outbound_v1_TrustedPlatformModule_fieldAccessorTable = new
|
|
4674
4708
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4675
4709
|
internal_static_com_lansweeper_dp_outbound_v1_TrustedPlatformModule_descriptor,
|
|
4676
4710
|
new java.lang.String[] { "IsInitialValueActivated", "IsInitialValueEnabled", "IsInitialValueOwned", "SpecVersion", "ManufacturerVersion", "ManufacturerVersionInfo", "ManufacturerId", "ManufacturerVersionFull20", "ManufacturerIdTxt", "PhysicalPresenceVersionInfo", });
|
|
4677
4711
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerConnectedUsbController_descriptor =
|
|
4678
|
-
getDescriptor().getMessageTypes().get(
|
|
4712
|
+
getDescriptor().getMessageTypes().get(133);
|
|
4679
4713
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerConnectedUsbController_fieldAccessorTable = new
|
|
4680
4714
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4681
4715
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerConnectedUsbController_descriptor,
|
|
4682
4716
|
new java.lang.String[] { "Caption", "DeviceId", "Manufacturer", "ProtocolSupported", "MacUsbController", "MacThunderboltController", "Controller", });
|
|
4683
4717
|
internal_static_com_lansweeper_dp_outbound_v1_MacUSBController_descriptor =
|
|
4684
|
-
getDescriptor().getMessageTypes().get(
|
|
4718
|
+
getDescriptor().getMessageTypes().get(134);
|
|
4685
4719
|
internal_static_com_lansweeper_dp_outbound_v1_MacUSBController_fieldAccessorTable = new
|
|
4686
4720
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4687
4721
|
internal_static_com_lansweeper_dp_outbound_v1_MacUSBController_descriptor,
|
|
4688
4722
|
new java.lang.String[] { "Name", "HostControllerDriver", "PciDeviceId", "PciRevisionId", "PciVendorId", "Devices", });
|
|
4689
4723
|
internal_static_com_lansweeper_dp_outbound_v1_MacUSBDevice_descriptor =
|
|
4690
|
-
getDescriptor().getMessageTypes().get(
|
|
4724
|
+
getDescriptor().getMessageTypes().get(135);
|
|
4691
4725
|
internal_static_com_lansweeper_dp_outbound_v1_MacUSBDevice_fieldAccessorTable = new
|
|
4692
4726
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4693
4727
|
internal_static_com_lansweeper_dp_outbound_v1_MacUSBDevice_descriptor,
|
|
4694
4728
|
new java.lang.String[] { "Name", "BcdDeviceVersion", "BuiltInDevice", "BusPowerAvailable", "BusPowerUsed", "DeviceSpeed", "ExtraCurrentUsed", "LocationId", "Manufacturer", "ProductId", "SerialNumber", "VendorId", "SubDevices", });
|
|
4695
4729
|
internal_static_com_lansweeper_dp_outbound_v1_MacThunderboltController_descriptor =
|
|
4696
|
-
getDescriptor().getMessageTypes().get(
|
|
4730
|
+
getDescriptor().getMessageTypes().get(136);
|
|
4697
4731
|
internal_static_com_lansweeper_dp_outbound_v1_MacThunderboltController_fieldAccessorTable = new
|
|
4698
4732
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4699
4733
|
internal_static_com_lansweeper_dp_outbound_v1_MacThunderboltController_descriptor,
|
|
4700
4734
|
new java.lang.String[] { "Name", "DeviceName", "DomainUuid", "RouteString", "SwitchUid", "SwitchVersion", "VendorName", "Ports", "DeviceId", "DeviceRevision", "VendorId", });
|
|
4701
4735
|
internal_static_com_lansweeper_dp_outbound_v1_ThunderboltPort_descriptor =
|
|
4702
|
-
getDescriptor().getMessageTypes().get(
|
|
4736
|
+
getDescriptor().getMessageTypes().get(137);
|
|
4703
4737
|
internal_static_com_lansweeper_dp_outbound_v1_ThunderboltPort_fieldAccessorTable = new
|
|
4704
4738
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4705
4739
|
internal_static_com_lansweeper_dp_outbound_v1_ThunderboltPort_descriptor,
|
|
4706
4740
|
new java.lang.String[] { "CurrentLinkWidth", "CurrentSpeed", "LinkStatus", "ReceptacleId", "ReceptacleStatus", "CableFirmwareVersion", "CableSerialNumber", "LinkControllerFirmwareVersion", });
|
|
4707
4741
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerLinuxBasicInfo_descriptor =
|
|
4708
|
-
getDescriptor().getMessageTypes().get(
|
|
4742
|
+
getDescriptor().getMessageTypes().get(138);
|
|
4709
4743
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerLinuxBasicInfo_fieldAccessorTable = new
|
|
4710
4744
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4711
4745
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerLinuxBasicInfo_descriptor,
|
|
4712
4746
|
new java.lang.String[] { "IsDmidecodeAvailable", "IsSudoAvailable", "DmiDecodePath", "IsHalAvailable", "IsTtyRequired", "CommandInformation", });
|
|
4713
4747
|
internal_static_com_lansweeper_dp_outbound_v1_LinuxCommandInformation_descriptor =
|
|
4714
|
-
getDescriptor().getMessageTypes().get(
|
|
4748
|
+
getDescriptor().getMessageTypes().get(139);
|
|
4715
4749
|
internal_static_com_lansweeper_dp_outbound_v1_LinuxCommandInformation_fieldAccessorTable = new
|
|
4716
4750
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4717
4751
|
internal_static_com_lansweeper_dp_outbound_v1_LinuxCommandInformation_descriptor,
|
|
4718
4752
|
new java.lang.String[] { "Command", "IsCommandAvailable", "IsSudoAvailable", "CommandPath", });
|
|
4719
4753
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerConnectedUsbDeviceInfo_descriptor =
|
|
4720
|
-
getDescriptor().getMessageTypes().get(
|
|
4754
|
+
getDescriptor().getMessageTypes().get(140);
|
|
4721
4755
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerConnectedUsbDeviceInfo_fieldAccessorTable = new
|
|
4722
4756
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4723
4757
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerConnectedUsbDeviceInfo_descriptor,
|
|
4724
4758
|
new java.lang.String[] { "DeviceKey", "DeviceValue", "Manufacturer", "PnpDeviceId", "PnpClass", "Status", "Service", "Caption", "Description", "Present", });
|
|
4725
4759
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerConnectedModem_descriptor =
|
|
4726
|
-
getDescriptor().getMessageTypes().get(
|
|
4760
|
+
getDescriptor().getMessageTypes().get(141);
|
|
4727
4761
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerConnectedModem_fieldAccessorTable = new
|
|
4728
4762
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4729
4763
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerConnectedModem_descriptor,
|
|
4730
4764
|
new java.lang.String[] { "AttachedTo", "Caption", "CountryInfo", "DeviceId", "DeviceType", "MaxBaudRateToPhone", "MaxBaudRateToSerialPort", "ModemInfPath", "ModemInfSection", "ProviderName", "HwVersion", "InterfaceType", "Model", "Modulation", });
|
|
4731
4765
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerConnectedPrinter_descriptor =
|
|
4732
|
-
getDescriptor().getMessageTypes().get(
|
|
4766
|
+
getDescriptor().getMessageTypes().get(142);
|
|
4733
4767
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerConnectedPrinter_fieldAccessorTable = new
|
|
4734
4768
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4735
4769
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerConnectedPrinter_descriptor,
|
|
4736
4770
|
new java.lang.String[] { "CapabilityDescriptions", "Caption", "DeviceId", "Location", "PortName", "PrintJobDataType", "PrintProcessor", "ShareName", "Status", "Comment", "HorizontalResolution", "VerticalResolution", "EnableBidi", "Local", "Network", });
|
|
4737
4771
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerConnectedTapeDrive_descriptor =
|
|
4738
|
-
getDescriptor().getMessageTypes().get(
|
|
4772
|
+
getDescriptor().getMessageTypes().get(143);
|
|
4739
4773
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerConnectedTapeDrive_fieldAccessorTable = new
|
|
4740
4774
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4741
4775
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerConnectedTapeDrive_descriptor,
|
|
4742
4776
|
new java.lang.String[] { "Availability", "Capabilities", "Caption", "Compression", "DefaultBlockSize", "DeviceId", "Manufacturer", "MaxBlockSize", "MaxMediaSize", "MaxPartitionCount", "MediaType", "MinBlockSize", "NeedsCleaning", "NumberOfMediaSupported", "Padding", });
|
|
4743
4777
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsSerial_descriptor =
|
|
4744
|
-
getDescriptor().getMessageTypes().get(
|
|
4778
|
+
getDescriptor().getMessageTypes().get(144);
|
|
4745
4779
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsSerial_fieldAccessorTable = new
|
|
4746
4780
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4747
4781
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsSerial_descriptor,
|
|
4748
4782
|
new java.lang.String[] { "ProductName", "ProductId", "ProductSerial", });
|
|
4749
4783
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsEnvironment_descriptor =
|
|
4750
|
-
getDescriptor().getMessageTypes().get(
|
|
4784
|
+
getDescriptor().getMessageTypes().get(145);
|
|
4751
4785
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsEnvironment_fieldAccessorTable = new
|
|
4752
4786
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4753
4787
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsEnvironment_descriptor,
|
|
4754
4788
|
new java.lang.String[] { "Caption", "Name", "SystemVariable", "UserName", "VariableValue", });
|
|
4755
4789
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsComApp_descriptor =
|
|
4756
|
-
getDescriptor().getMessageTypes().get(
|
|
4790
|
+
getDescriptor().getMessageTypes().get(146);
|
|
4757
4791
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsComApp_fieldAccessorTable = new
|
|
4758
4792
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4759
4793
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsComApp_descriptor,
|
|
4760
4794
|
new java.lang.String[] { "AppId", "Caption", });
|
|
4761
4795
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerLinuxPcieCard_descriptor =
|
|
4762
|
-
getDescriptor().getMessageTypes().get(
|
|
4796
|
+
getDescriptor().getMessageTypes().get(147);
|
|
4763
4797
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerLinuxPcieCard_fieldAccessorTable = new
|
|
4764
4798
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4765
4799
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerLinuxPcieCard_descriptor,
|
|
4766
4800
|
new java.lang.String[] { "DeviceId", "Type", "Name", "Manufacturer", "SubsystemName", "SubsystemManufacturer", "Parent", });
|
|
4767
4801
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsCodec_descriptor =
|
|
4768
|
-
getDescriptor().getMessageTypes().get(
|
|
4802
|
+
getDescriptor().getMessageTypes().get(148);
|
|
4769
4803
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsCodec_fieldAccessorTable = new
|
|
4770
4804
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4771
4805
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsCodec_descriptor,
|
|
4772
4806
|
new java.lang.String[] { "Archive", "Caption", "Compressed", "CompressionMethod", "Description", "Drive", "Encrypted", "EncryptionMethod", "Extension", "FileName", "FileSize", "FileType", "FsName", "Group", "Hidden", "InstallDate", "Manufacturer", "Status", "System", "Version", });
|
|
4773
4807
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsSat_descriptor =
|
|
4774
|
-
getDescriptor().getMessageTypes().get(
|
|
4808
|
+
getDescriptor().getMessageTypes().get(149);
|
|
4775
4809
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsSat_fieldAccessorTable = new
|
|
4776
4810
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4777
4811
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsSat_descriptor,
|
|
4778
4812
|
new java.lang.String[] { "TimeTaken", "WinSprLevel", "WinSatAssessmentState", "MemoryScore", "CpuScore", "DiskScore", "D3DScore", "GraphicsScore", });
|
|
4779
4813
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsCertificate_descriptor =
|
|
4780
|
-
getDescriptor().getMessageTypes().get(
|
|
4814
|
+
getDescriptor().getMessageTypes().get(150);
|
|
4781
4815
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsCertificate_fieldAccessorTable = new
|
|
4782
4816
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4783
4817
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsCertificate_descriptor,
|
|
4784
4818
|
new java.lang.String[] { "EnhancedKeyUsage", "KeyUsage", "Template", "DnsNameList", "SignatureAlgorithm", "Version", "HasPrivateKey", "IsArchived", "ExpirationDate", "StartDate", "IssuerName", "Issuer", "SubjectAlternativeName", "SubjectName", "Subject", "Serial", "Thumbprint", "FriendlyName", "Location", });
|
|
4785
4819
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsCertificateEnhancedKeyUsage_descriptor =
|
|
4786
|
-
getDescriptor().getMessageTypes().get(
|
|
4820
|
+
getDescriptor().getMessageTypes().get(151);
|
|
4787
4821
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsCertificateEnhancedKeyUsage_fieldAccessorTable = new
|
|
4788
4822
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4789
4823
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsCertificateEnhancedKeyUsage_descriptor,
|
|
4790
4824
|
new java.lang.String[] { "OidName", "OidValue", });
|
|
4791
4825
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsCertificateLocation_descriptor =
|
|
4792
|
-
getDescriptor().getMessageTypes().get(
|
|
4826
|
+
getDescriptor().getMessageTypes().get(152);
|
|
4793
4827
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsCertificateLocation_fieldAccessorTable = new
|
|
4794
4828
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4795
4829
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsCertificateLocation_descriptor,
|
|
4796
4830
|
new java.lang.String[] { "Store", "Folder", });
|
|
4797
4831
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacCamera_descriptor =
|
|
4798
|
-
getDescriptor().getMessageTypes().get(
|
|
4832
|
+
getDescriptor().getMessageTypes().get(153);
|
|
4799
4833
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacCamera_fieldAccessorTable = new
|
|
4800
4834
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4801
4835
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacCamera_descriptor,
|
|
4802
4836
|
new java.lang.String[] { "Name", "ModelId", "UniqueId", });
|
|
4803
4837
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacRegionalSettings_descriptor =
|
|
4804
|
-
getDescriptor().getMessageTypes().get(
|
|
4838
|
+
getDescriptor().getMessageTypes().get(154);
|
|
4805
4839
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacRegionalSettings_fieldAccessorTable = new
|
|
4806
4840
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4807
4841
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacRegionalSettings_descriptor,
|
|
4808
4842
|
new java.lang.String[] { "UserSettings", "SystemSettings", "RecoveryOsSettings", });
|
|
4809
4843
|
internal_static_com_lansweeper_dp_outbound_v1_MacRegionalUserSettings_descriptor =
|
|
4810
|
-
getDescriptor().getMessageTypes().get(
|
|
4844
|
+
getDescriptor().getMessageTypes().get(155);
|
|
4811
4845
|
internal_static_com_lansweeper_dp_outbound_v1_MacRegionalUserSettings_fieldAccessorTable = new
|
|
4812
4846
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4813
4847
|
internal_static_com_lansweeper_dp_outbound_v1_MacRegionalUserSettings_descriptor,
|
|
4814
4848
|
new java.lang.String[] { "LinguisticDataAssetsRequested", "UserAssistantLanguage", "UserAssistantVoiceLanguage", "UserCalendar", "UserCountryCode", "UserCurrentInputSource", "UserLanguageCode", "UserLocale", "UserPreferredInterfaceLanguages", "UserTemperatureUnit", "UserUsesMetricSystem", });
|
|
4815
4849
|
internal_static_com_lansweeper_dp_outbound_v1_MacRegionalSystemSettings_descriptor =
|
|
4816
|
-
getDescriptor().getMessageTypes().get(
|
|
4850
|
+
getDescriptor().getMessageTypes().get(156);
|
|
4817
4851
|
internal_static_com_lansweeper_dp_outbound_v1_MacRegionalSystemSettings_fieldAccessorTable = new
|
|
4818
4852
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4819
4853
|
internal_static_com_lansweeper_dp_outbound_v1_MacRegionalSystemSettings_descriptor,
|
|
4820
4854
|
new java.lang.String[] { "SystemCountry", "SystemInterfaceLanguages", "SystemLanguages", "SystemLocale", "SystemTextDirection", "SystemUsesMetricSystem", });
|
|
4821
4855
|
internal_static_com_lansweeper_dp_outbound_v1_MacRegionalRecoveryOsSettings_descriptor =
|
|
4822
|
-
getDescriptor().getMessageTypes().get(
|
|
4856
|
+
getDescriptor().getMessageTypes().get(157);
|
|
4823
4857
|
internal_static_com_lansweeper_dp_outbound_v1_MacRegionalRecoveryOsSettings_fieldAccessorTable = new
|
|
4824
4858
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4825
4859
|
internal_static_com_lansweeper_dp_outbound_v1_MacRegionalRecoveryOsSettings_descriptor,
|
|
4826
4860
|
new java.lang.String[] { "BootKeyboardCode", "BootLocale", });
|
|
4827
4861
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsPageFile_descriptor =
|
|
4828
|
-
getDescriptor().getMessageTypes().get(
|
|
4862
|
+
getDescriptor().getMessageTypes().get(158);
|
|
4829
4863
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsPageFile_fieldAccessorTable = new
|
|
4830
4864
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4831
4865
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsPageFile_descriptor,
|
|
4832
4866
|
new java.lang.String[] { "Single", "Combined", "PageFile", });
|
|
4833
4867
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsSinglePageFile_descriptor =
|
|
4834
|
-
getDescriptor().getMessageTypes().get(
|
|
4868
|
+
getDescriptor().getMessageTypes().get(159);
|
|
4835
4869
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsSinglePageFile_fieldAccessorTable = new
|
|
4836
4870
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4837
4871
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsSinglePageFile_descriptor,
|
|
4838
4872
|
new java.lang.String[] { "Archive", "Caption", "CreationDate", "FileSize", "Hidden", "InitialSize", "InstallDate", "LastAccessed", "LastModified", "MaximumSize", "Name", "Path", "Readable", "System", "Writeable", });
|
|
4839
4873
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacEthernet_descriptor =
|
|
4840
|
-
getDescriptor().getMessageTypes().get(
|
|
4874
|
+
getDescriptor().getMessageTypes().get(160);
|
|
4841
4875
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacEthernet_fieldAccessorTable = new
|
|
4842
4876
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4843
4877
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacEthernet_descriptor,
|
|
4844
4878
|
new java.lang.String[] { "Name", "BsdDeviceName", "AvbSupport", "Bus", "DeviceId", "Driver", "MacAddress", "MaxLinkSpeed", "PcieLinkSpeed", "PcieLinkWidth", "RevisionId", "SubsystemId", "SubsystemVendorId", "VendorId", });
|
|
4845
4879
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsPageFileCombinedData_descriptor =
|
|
4846
|
-
getDescriptor().getMessageTypes().get(
|
|
4880
|
+
getDescriptor().getMessageTypes().get(161);
|
|
4847
4881
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsPageFileCombinedData_fieldAccessorTable = new
|
|
4848
4882
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4849
4883
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsPageFileCombinedData_descriptor,
|
|
4850
4884
|
new java.lang.String[] { "PageFileUsages", "PageFileSettings", });
|
|
4851
4885
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsPageFileSetting_descriptor =
|
|
4852
|
-
getDescriptor().getMessageTypes().get(
|
|
4886
|
+
getDescriptor().getMessageTypes().get(162);
|
|
4853
4887
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsPageFileSetting_fieldAccessorTable = new
|
|
4854
4888
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4855
4889
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsPageFileSetting_descriptor,
|
|
4856
4890
|
new java.lang.String[] { "Caption", "Description", "InitialSize", "MaximumSize", "Name", "SettingId", });
|
|
4857
4891
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsPageFileUsage_descriptor =
|
|
4858
|
-
getDescriptor().getMessageTypes().get(
|
|
4892
|
+
getDescriptor().getMessageTypes().get(163);
|
|
4859
4893
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsPageFileUsage_fieldAccessorTable = new
|
|
4860
4894
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4861
4895
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsPageFileUsage_descriptor,
|
|
4862
4896
|
new java.lang.String[] { "AllocatedBaseSize", "Caption", "CurrentUsage", "Description", "InstallDate", "Name", "PeakUsage", "Status", "TempPageFile", });
|
|
4863
4897
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsDesktop_descriptor =
|
|
4864
|
-
getDescriptor().getMessageTypes().get(
|
|
4898
|
+
getDescriptor().getMessageTypes().get(164);
|
|
4865
4899
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsDesktop_fieldAccessorTable = new
|
|
4866
4900
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4867
4901
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsDesktop_descriptor,
|
|
4868
4902
|
new java.lang.String[] { "BorderWidth", "CoolSwitch", "CursorBlinkRate", "DragFullWindows", "GridGranularity", "IconSpacing", "IconTitleFacename", "IconTitleSize", "IconTitleWrap", "Name", "Pattern", "ScreensaverActive", "ScreensaverExecutable", "ScreensaverSecure", "Screensavertimeout", "Wallpaper", "WallpaperStretched", "WallpaperTiled", });
|
|
4869
4903
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsDisplay_descriptor =
|
|
4870
|
-
getDescriptor().getMessageTypes().get(
|
|
4904
|
+
getDescriptor().getMessageTypes().get(165);
|
|
4871
4905
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsDisplay_fieldAccessorTable = new
|
|
4872
4906
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4873
4907
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsDisplay_descriptor,
|
|
4874
4908
|
new java.lang.String[] { "BitsPerPel", "Caption", "DeviceName", "DisplayFlags", "DisplayFrequency", "DriverVersion", "LogPixels", "PelsHeight", "PelsWidth", "SpecificationVersion", });
|
|
4875
4909
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsDesktopMonitor_descriptor =
|
|
4876
|
-
getDescriptor().getMessageTypes().get(
|
|
4910
|
+
getDescriptor().getMessageTypes().get(166);
|
|
4877
4911
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsDesktopMonitor_fieldAccessorTable = new
|
|
4878
4912
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4879
4913
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsDesktopMonitor_descriptor,
|
|
4880
4914
|
new java.lang.String[] { "Availability", "Caption", "DeviceId", "MonitorManufacturer", "PixelsPerXLogicalInch", "PixelsPerYLogicalInch", "PnpDeviceId", "ScreenHeight", "ScreenWidth", });
|
|
4881
4915
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacPreferencePane_descriptor =
|
|
4882
|
-
getDescriptor().getMessageTypes().get(
|
|
4916
|
+
getDescriptor().getMessageTypes().get(167);
|
|
4883
4917
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacPreferencePane_fieldAccessorTable = new
|
|
4884
4918
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4885
4919
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacPreferencePane_descriptor,
|
|
4886
4920
|
new java.lang.String[] { "Name", "BundlePathLocation", "Identifier", "IsVisible", "Kind", "SupportedBy", "Version", });
|
|
4887
4921
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacCardReader_descriptor =
|
|
4888
|
-
getDescriptor().getMessageTypes().get(
|
|
4922
|
+
getDescriptor().getMessageTypes().get(168);
|
|
4889
4923
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacCardReader_fieldAccessorTable = new
|
|
4890
4924
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4891
4925
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacCardReader_descriptor,
|
|
4892
4926
|
new java.lang.String[] { "DeviceId", "LinkSpeed", "LinkWidth", "RevisionId", "SubsystemId", "SubsystemVendorId", "VendorId", });
|
|
4893
4927
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsDisplayController_descriptor =
|
|
4894
|
-
getDescriptor().getMessageTypes().get(
|
|
4928
|
+
getDescriptor().getMessageTypes().get(169);
|
|
4895
4929
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsDisplayController_fieldAccessorTable = new
|
|
4896
4930
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4897
4931
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsDisplayController_descriptor,
|
|
4898
4932
|
new java.lang.String[] { "BitsPerPixel", "Caption", "ColorPlanes", "DeviceEntriesInAColorTable", "DeviceSpecificPens", "HorizontalResolution", "Name", "RefreshRate", "VerticalResolution", "VideoMode", });
|
|
4899
4933
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsNetworkClient_descriptor =
|
|
4900
|
-
getDescriptor().getMessageTypes().get(
|
|
4934
|
+
getDescriptor().getMessageTypes().get(170);
|
|
4901
4935
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsNetworkClient_fieldAccessorTable = new
|
|
4902
4936
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4903
4937
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsNetworkClient_descriptor,
|
|
4904
4938
|
new java.lang.String[] { "Caption", "Description", "Manufacturer", "Name", });
|
|
4905
4939
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsIdeController_descriptor =
|
|
4906
|
-
getDescriptor().getMessageTypes().get(
|
|
4940
|
+
getDescriptor().getMessageTypes().get(171);
|
|
4907
4941
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsIdeController_fieldAccessorTable = new
|
|
4908
4942
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4909
4943
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsIdeController_descriptor,
|
|
4910
4944
|
new java.lang.String[] { "Caption", "DeviceId", "Manufacturer", "ProtocolSupported", });
|
|
4911
4945
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsDiskPartition_descriptor =
|
|
4912
|
-
getDescriptor().getMessageTypes().get(
|
|
4946
|
+
getDescriptor().getMessageTypes().get(172);
|
|
4913
4947
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsDiskPartition_fieldAccessorTable = new
|
|
4914
4948
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4915
4949
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsDiskPartition_descriptor,
|
|
4916
4950
|
new java.lang.String[] { "BlockSize", "Bootable", "BootPartition", "DeviceId", "DiskIndex", "Index", "NumberOfBlocks", "PrimaryPartition", "Size", "StartingOffset", "Type", });
|
|
4917
4951
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsFloppy_descriptor =
|
|
4918
|
-
getDescriptor().getMessageTypes().get(
|
|
4952
|
+
getDescriptor().getMessageTypes().get(173);
|
|
4919
4953
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsFloppy_fieldAccessorTable = new
|
|
4920
4954
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4921
4955
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerWindowsFloppy_descriptor,
|
|
4922
4956
|
new java.lang.String[] { "BytesPerSector", "Description", "InterfaceType", "Manufacturer", "Model", "Name", "Partitions", "PnpDeviceId", "SectorsPerTrack", "Size", "TotalCylinders", "TotalHeads", "TotalSectors", "TotalTracks", "TracksPerCylinder", "DeviceId", "Status", "FirmwareRevision", "SerialNumber", });
|
|
4923
4957
|
internal_static_com_lansweeper_dp_outbound_v1_PortableBattery_descriptor =
|
|
4924
|
-
getDescriptor().getMessageTypes().get(
|
|
4958
|
+
getDescriptor().getMessageTypes().get(174);
|
|
4925
4959
|
internal_static_com_lansweeper_dp_outbound_v1_PortableBattery_fieldAccessorTable = new
|
|
4926
4960
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4927
4961
|
internal_static_com_lansweeper_dp_outbound_v1_PortableBattery_descriptor,
|
|
4928
4962
|
new java.lang.String[] { "CapacityMultiplier", "Chemistry", "DesignCapacity", "DesignVoltage", "DeviceId", "Location", "ManufactureDate", "Manufacturer", "MaxBatteryError", "Name", "SmartBatteryVersion", });
|
|
4929
4963
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacOsFramework_descriptor =
|
|
4930
|
-
getDescriptor().getMessageTypes().get(
|
|
4964
|
+
getDescriptor().getMessageTypes().get(175);
|
|
4931
4965
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacOsFramework_fieldAccessorTable = new
|
|
4932
4966
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4933
4967
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacOsFramework_descriptor,
|
|
4934
4968
|
new java.lang.String[] { "Name", "ArchKind", "Info", "LastModified", "ObtainedFrom", "PathLocation", "PrivateFramework", "SignedBy", "Version", });
|
|
4935
4969
|
internal_static_com_lansweeper_dp_outbound_v1_MacPrinterSoftwareItem_descriptor =
|
|
4936
|
-
getDescriptor().getMessageTypes().get(
|
|
4970
|
+
getDescriptor().getMessageTypes().get(176);
|
|
4937
4971
|
internal_static_com_lansweeper_dp_outbound_v1_MacPrinterSoftwareItem_fieldAccessorTable = new
|
|
4938
4972
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4939
4973
|
internal_static_com_lansweeper_dp_outbound_v1_MacPrinterSoftwareItem_descriptor,
|
|
4940
4974
|
new java.lang.String[] { "InfoPath", "InfoVersion", });
|
|
4941
4975
|
internal_static_com_lansweeper_dp_outbound_v1_MappedValue_descriptor =
|
|
4942
|
-
getDescriptor().getMessageTypes().get(
|
|
4976
|
+
getDescriptor().getMessageTypes().get(177);
|
|
4943
4977
|
internal_static_com_lansweeper_dp_outbound_v1_MappedValue_fieldAccessorTable = new
|
|
4944
4978
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4945
4979
|
internal_static_com_lansweeper_dp_outbound_v1_MappedValue_descriptor,
|
|
4946
4980
|
new java.lang.String[] { "Value", "Name", });
|
|
4947
4981
|
internal_static_com_lansweeper_dp_outbound_v1_MonitorInventory_descriptor =
|
|
4948
|
-
getDescriptor().getMessageTypes().get(
|
|
4982
|
+
getDescriptor().getMessageTypes().get(178);
|
|
4949
4983
|
internal_static_com_lansweeper_dp_outbound_v1_MonitorInventory_fieldAccessorTable = new
|
|
4950
4984
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4951
4985
|
internal_static_com_lansweeper_dp_outbound_v1_MonitorInventory_descriptor,
|
|
4952
4986
|
new java.lang.String[] { "Timestamp", "Monitor", });
|
|
4953
4987
|
internal_static_com_lansweeper_dp_outbound_v1_Monitor_descriptor =
|
|
4954
|
-
getDescriptor().getMessageTypes().get(
|
|
4988
|
+
getDescriptor().getMessageTypes().get(179);
|
|
4955
4989
|
internal_static_com_lansweeper_dp_outbound_v1_Monitor_fieldAccessorTable = new
|
|
4956
4990
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4957
4991
|
internal_static_com_lansweeper_dp_outbound_v1_Monitor_descriptor,
|
|
4958
4992
|
new java.lang.String[] { "Id", "MakeId", "MakeName", "ModelName", "SerialNumber", "ManufacturerDate", "Windows", "CatalogBrand", "CatalogMonitor", "Spec", });
|
|
4959
4993
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsMonitorInfo_descriptor =
|
|
4960
|
-
getDescriptor().getMessageTypes().get(
|
|
4994
|
+
getDescriptor().getMessageTypes().get(180);
|
|
4961
4995
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsMonitorInfo_fieldAccessorTable = new
|
|
4962
4996
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4963
4997
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsMonitorInfo_descriptor,
|
|
4964
4998
|
new java.lang.String[] { "Model", "PnpDeviceId", "SerialNumber", "SerialHex", "VesaManufacturer", "KeyManufacturer", "ManufacturerDate", "DeviceId", });
|
|
4965
4999
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacWifiController_descriptor =
|
|
4966
|
-
getDescriptor().getMessageTypes().get(
|
|
5000
|
+
getDescriptor().getMessageTypes().get(181);
|
|
4967
5001
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacWifiController_fieldAccessorTable = new
|
|
4968
5002
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4969
5003
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacWifiController_descriptor,
|
|
4970
5004
|
new java.lang.String[] { "AirportInterfaces", "SoftwareInformation", });
|
|
4971
5005
|
internal_static_com_lansweeper_dp_outbound_v1_WiFiInterface_descriptor =
|
|
4972
|
-
getDescriptor().getMessageTypes().get(
|
|
5006
|
+
getDescriptor().getMessageTypes().get(182);
|
|
4973
5007
|
internal_static_com_lansweeper_dp_outbound_v1_WiFiInterface_fieldAccessorTable = new
|
|
4974
5008
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4975
5009
|
internal_static_com_lansweeper_dp_outbound_v1_WiFiInterface_descriptor,
|
|
4976
5010
|
new java.lang.String[] { "Name", "AirdropChannel", "AirdropSupported", "AutoUnlockSupported", "CardType", "CountryCode", "FirmwareVersion", "Locale", "MacAddress", "StatusInformation", "SupportedChannels", "SupportedPhyModes", "WakeOnWirelessSupported", "CurrentNetwork", "OtherLocalNetworks", });
|
|
4977
5011
|
internal_static_com_lansweeper_dp_outbound_v1_WiFiNetwork_descriptor =
|
|
4978
|
-
getDescriptor().getMessageTypes().get(
|
|
5012
|
+
getDescriptor().getMessageTypes().get(183);
|
|
4979
5013
|
internal_static_com_lansweeper_dp_outbound_v1_WiFiNetwork_fieldAccessorTable = new
|
|
4980
5014
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4981
5015
|
internal_static_com_lansweeper_dp_outbound_v1_WiFiNetwork_descriptor,
|
|
4982
5016
|
new java.lang.String[] { "Name", "NetworkBssid", "NetworkChannel", "NetworkCountryCode", "NetworkMcsIndex", "NetworkPhyMode", "NetworkTransmitRate", "NetworkType", "SecurityMode", "SignalNoise", });
|
|
4983
5017
|
internal_static_com_lansweeper_dp_outbound_v1_WiFiSoftware_descriptor =
|
|
4984
|
-
getDescriptor().getMessageTypes().get(
|
|
5018
|
+
getDescriptor().getMessageTypes().get(184);
|
|
4985
5019
|
internal_static_com_lansweeper_dp_outbound_v1_WiFiSoftware_fieldAccessorTable = new
|
|
4986
5020
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4987
5021
|
internal_static_com_lansweeper_dp_outbound_v1_WiFiSoftware_descriptor,
|
|
4988
5022
|
new java.lang.String[] { "AirportUtilityVersion", "CoreWlanVersion", "CoreWlanKitVersion", "DiagnosticsVersion", "Io80211FamilyVersion", "MenuExtraVersion", "SystemInformationVersion", });
|
|
4989
5023
|
internal_static_com_lansweeper_dp_outbound_v1_AntivirusSoftware_descriptor =
|
|
4990
|
-
getDescriptor().getMessageTypes().get(
|
|
5024
|
+
getDescriptor().getMessageTypes().get(185);
|
|
4991
5025
|
internal_static_com_lansweeper_dp_outbound_v1_AntivirusSoftware_fieldAccessorTable = new
|
|
4992
5026
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4993
5027
|
internal_static_com_lansweeper_dp_outbound_v1_AntivirusSoftware_descriptor,
|
|
4994
5028
|
new java.lang.String[] { "Name", "Guid", "Enabled", "UpToDate", "Software", });
|
|
4995
5029
|
internal_static_com_lansweeper_dp_outbound_v1_IpInfo_descriptor =
|
|
4996
|
-
getDescriptor().getMessageTypes().get(
|
|
5030
|
+
getDescriptor().getMessageTypes().get(186);
|
|
4997
5031
|
internal_static_com_lansweeper_dp_outbound_v1_IpInfo_fieldAccessorTable = new
|
|
4998
5032
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
4999
5033
|
internal_static_com_lansweeper_dp_outbound_v1_IpInfo_descriptor,
|
|
5000
5034
|
new java.lang.String[] { "Address", "Hostname", "Timezone", "ContinentCode", "CountryCode", "RegionCode", "CountryCity", "Isp", "Organization", });
|
|
5001
5035
|
internal_static_com_lansweeper_dp_outbound_v1_SoftwareInventory_descriptor =
|
|
5002
|
-
getDescriptor().getMessageTypes().get(
|
|
5036
|
+
getDescriptor().getMessageTypes().get(187);
|
|
5003
5037
|
internal_static_com_lansweeper_dp_outbound_v1_SoftwareInventory_fieldAccessorTable = new
|
|
5004
5038
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
5005
5039
|
internal_static_com_lansweeper_dp_outbound_v1_SoftwareInventory_descriptor,
|
|
5006
5040
|
new java.lang.String[] { "Timestamp", "Software", });
|
|
5007
5041
|
internal_static_com_lansweeper_dp_outbound_v1_Software_descriptor =
|
|
5008
|
-
getDescriptor().getMessageTypes().get(
|
|
5042
|
+
getDescriptor().getMessageTypes().get(188);
|
|
5009
5043
|
internal_static_com_lansweeper_dp_outbound_v1_Software_fieldAccessorTable = new
|
|
5010
5044
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
5011
5045
|
internal_static_com_lansweeper_dp_outbound_v1_Software_descriptor,
|
|
5012
5046
|
new java.lang.String[] { "Rank", "TypeId", "CatId", "MakeId", "SwId", "ParentId", "TypeName", "CatName", "MakeName", "Name", "Version", "MarketVer", "Edition", "Build", "Arch", "Lang", "ObtainedFrom", "SignedBy", "Cpe", "Raw", "RawHash", "NreHash", "CatalogBrand", "CatalogSoftware", "CatalogParent", });
|
|
5013
5047
|
internal_static_com_lansweeper_dp_outbound_v1_RawSoftware_descriptor =
|
|
5014
|
-
getDescriptor().getMessageTypes().get(
|
|
5048
|
+
getDescriptor().getMessageTypes().get(189);
|
|
5015
5049
|
internal_static_com_lansweeper_dp_outbound_v1_RawSoftware_fieldAccessorTable = new
|
|
5016
5050
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
5017
5051
|
internal_static_com_lansweeper_dp_outbound_v1_RawSoftware_descriptor,
|
|
5018
5052
|
new java.lang.String[] { "Name", "Vendor", "Version", "Info", "ExePath", "Arch", "InstallDate", "SourceType", "SwId", "IsCurrentUser", });
|
|
5019
5053
|
internal_static_com_lansweeper_dp_outbound_v1_SoftwareChangeEvent_descriptor =
|
|
5020
|
-
getDescriptor().getMessageTypes().get(
|
|
5054
|
+
getDescriptor().getMessageTypes().get(190);
|
|
5021
5055
|
internal_static_com_lansweeper_dp_outbound_v1_SoftwareChangeEvent_fieldAccessorTable = new
|
|
5022
5056
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
5023
5057
|
internal_static_com_lansweeper_dp_outbound_v1_SoftwareChangeEvent_descriptor,
|
|
5024
5058
|
new java.lang.String[] { "EventType", "Start", "End", "Software", "PrevSoftware", });
|
|
5025
5059
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacInstallHistory_descriptor =
|
|
5026
|
-
getDescriptor().getMessageTypes().get(
|
|
5060
|
+
getDescriptor().getMessageTypes().get(191);
|
|
5027
5061
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacInstallHistory_fieldAccessorTable = new
|
|
5028
5062
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
5029
5063
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacInstallHistory_descriptor,
|
|
5030
5064
|
new java.lang.String[] { "Name", "InstallDate", "InstallVersion", "PackageSource", });
|
|
5031
5065
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogBrand_descriptor =
|
|
5032
|
-
getDescriptor().getMessageTypes().get(
|
|
5066
|
+
getDescriptor().getMessageTypes().get(192);
|
|
5033
5067
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogBrand_fieldAccessorTable = new
|
|
5034
5068
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
5035
5069
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogBrand_descriptor,
|
|
5036
5070
|
new java.lang.String[] { "Id", "MakeName", "ParentId", "LastUpdateTime", "CountryCode", "LogoImageUrl", "BannerImageUrl", "WikipediaId", "WikipediaLangCode", "WebsiteUrl", "SupportUrl", "SupportPhone", "FacebookAccount", "TwitterAccount", "WarrantyUrl", "WarrantyDirectUrl", "CommunityUrl", "LinkedinAccount", "InstagramAccount", "YoutubeAccount", "PinterestAccount", "TiktokAccount", "ClassHardware", "ClassSoftware", "ClassConsumer", "ClassEnterprise", "ClassIndustrial", "ClassIndividual", "MatchScore", });
|
|
5037
5071
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogModel_descriptor =
|
|
5038
|
-
getDescriptor().getMessageTypes().get(
|
|
5072
|
+
getDescriptor().getMessageTypes().get(193);
|
|
5039
5073
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogModel_fieldAccessorTable = new
|
|
5040
5074
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
5041
5075
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogModel_descriptor,
|
|
5042
5076
|
new java.lang.String[] { "Id", "MakeId", "DeviceModel", "DeviceTypeId", "DeviceModelCode", "FamilyId", "IsFamily", "ManualUrl", "FaqUrl", "ReleaseDate", "DiscDate", "EosDate", "LifecyleConfidence", "PriceClass", "ProductClass", "CfpEmissions", "CfpEmissionsStd", "CfpUse", "ShIftttHandle", "ShGoogleAssLangs", "ShAlexaLangs", "ShHassHandle", "ShAppleHomeKit", "ShOpenHabHandle", "NistCpe", "Popularity", "LastUpdateTime", "MatchScore", });
|
|
5043
5077
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogOs_descriptor =
|
|
5044
|
-
getDescriptor().getMessageTypes().get(
|
|
5078
|
+
getDescriptor().getMessageTypes().get(194);
|
|
5045
5079
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogOs_fieldAccessorTable = new
|
|
5046
5080
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
5047
5081
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogOs_descriptor,
|
|
5048
5082
|
new java.lang.String[] { "Id", "OsName", "OsVersion", "OsBuild", "OsVersionName", "OverrideId", "MakeId", "ParentId", "ReleaseDate", "EolDate", "EosDate", "EosxDate", "LifecyleConfidence", "LogoImageUrl", "BannerImageUrl", "WikipediaId", "WikipediaLangCode", "WebsiteUrl", "SupportUrl", "SupportPhone", "FacebookAccount", "TwitterAccount", "NistCpe", "LastUpdateTime", "MatchScore", });
|
|
5049
5083
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogSoftware_descriptor =
|
|
5050
|
-
getDescriptor().getMessageTypes().get(
|
|
5084
|
+
getDescriptor().getMessageTypes().get(195);
|
|
5051
5085
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogSoftware_fieldAccessorTable = new
|
|
5052
5086
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
5053
5087
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogSoftware_descriptor,
|
|
5054
5088
|
new java.lang.String[] { "Id", "SwName", "SwVersion", "SwMarketVer", "SwEdition", "SwLang", "SwBuild", "MakeId", "ParentId", "LatestId", "SwType", "SwCategory", "ReleaseDate", "EolDate", "EosDate", "EosxDate", "LifecyleConfidence", "FlagLatest", "FlagWidespread", "FlagDeprecated", "LastUpdateTime", "MatchScore", });
|
|
5055
5089
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogMonitor_descriptor =
|
|
5056
|
-
getDescriptor().getMessageTypes().get(
|
|
5090
|
+
getDescriptor().getMessageTypes().get(196);
|
|
5057
5091
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogMonitor_fieldAccessorTable = new
|
|
5058
5092
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
5059
5093
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogMonitor_descriptor,
|
|
5060
5094
|
new java.lang.String[] { "Id", "Model", "VendorId", "MakeId", "FamilyId", "IsFamily", "OfficialPage", "SupportPage", "SizeInch", "MaxResolution", "AspectRatio", "ResponseTimeMs", "HdType", "DisplayTech", "RefreshRate", "Panel", "HeightCm", "WidthCm", "DiagonalCm", "UsbUpstream", "NrUsbUpstream", "NrUsbTypeADownstream", "NrHdmi", "NrVga", "NrDvi", "HdmiVersion", "NrDisplayPorts", "DisplayPortVersion", "EnergyClass", "SdrPer1000U", "AverageWattUsage", "MaxWattUsage", "WattUsageStandby", "WattPowerSave", "AcVoltage", "AcFreqHz", "CurrentA", "FeatureAio", "FeatureCamera", "FeatureSpeakers", "FeatureHdmi", "FeatureEth", "FeaturePortrait", "FeatureCurved", "LastUpdateTime", "MatchScore", });
|
|
5061
5095
|
internal_static_com_lansweeper_dp_outbound_v1_Printer_descriptor =
|
|
5062
|
-
getDescriptor().getMessageTypes().get(
|
|
5096
|
+
getDescriptor().getMessageTypes().get(197);
|
|
5063
5097
|
internal_static_com_lansweeper_dp_outbound_v1_Printer_fieldAccessorTable = new
|
|
5064
5098
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
5065
5099
|
internal_static_com_lansweeper_dp_outbound_v1_Printer_descriptor,
|
|
5066
5100
|
new java.lang.String[] { "PrinterName", "PrintedPages", "PrintedColorPages", "PrintedMonoPages", "PrinterStatus", "SerialNumber", "Toner", });
|
|
5067
5101
|
internal_static_com_lansweeper_dp_outbound_v1_PrinterTonerInfo_descriptor =
|
|
5068
|
-
getDescriptor().getMessageTypes().get(
|
|
5102
|
+
getDescriptor().getMessageTypes().get(198);
|
|
5069
5103
|
internal_static_com_lansweeper_dp_outbound_v1_PrinterTonerInfo_fieldAccessorTable = new
|
|
5070
5104
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
5071
5105
|
internal_static_com_lansweeper_dp_outbound_v1_PrinterTonerInfo_descriptor,
|
|
5072
5106
|
new java.lang.String[] { "Name", "Color", "ColorNumber", "MaximumTonerLevel", "Number", "RemainingTonerLevel", });
|
|
5073
5107
|
internal_static_com_lansweeper_dp_outbound_v1_Ups_descriptor =
|
|
5074
|
-
getDescriptor().getMessageTypes().get(
|
|
5108
|
+
getDescriptor().getMessageTypes().get(199);
|
|
5075
5109
|
internal_static_com_lansweeper_dp_outbound_v1_Ups_fieldAccessorTable = new
|
|
5076
5110
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
5077
5111
|
internal_static_com_lansweeper_dp_outbound_v1_Ups_descriptor,
|
|
5078
5112
|
new java.lang.String[] { "Manufacturer", "Model", "UpsSoftwareVersion", "AgentSoftwareVersion", "Name", "AttachedDevices", "BatteryStatus", "SecondsOnBattery", "EstimatedMinutesRemaining", "EstimatedChargeRemaining", "BatteryVoltage", "BatteryCurrent", "BatteryTemperature", "AlarmsPresent", });
|
|
5079
5113
|
internal_static_com_lansweeper_dp_outbound_v1_User_descriptor =
|
|
5080
|
-
getDescriptor().getMessageTypes().get(
|
|
5114
|
+
getDescriptor().getMessageTypes().get(200);
|
|
5081
5115
|
internal_static_com_lansweeper_dp_outbound_v1_User_fieldAccessorTable = new
|
|
5082
5116
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
5083
5117
|
internal_static_com_lansweeper_dp_outbound_v1_User_descriptor,
|
|
5084
5118
|
new java.lang.String[] { "Id", "LastSynced", "FirstSeen", "LastUpdated", "LastEnriched", "LastSyncedSourceAgent", "LastSyncedSourceName", "SourceInfo", "UnlinkedSourceInfo", "UniqueKey", "ScanError", "InternetIp", "Tag", "Relation", "CorrelationFields", "Reconciliation", "Core", "AdUser", });
|
|
5085
5119
|
internal_static_com_lansweeper_dp_outbound_v1_UserCoreFields_descriptor =
|
|
5086
|
-
getDescriptor().getMessageTypes().get(
|
|
5120
|
+
getDescriptor().getMessageTypes().get(201);
|
|
5087
5121
|
internal_static_com_lansweeper_dp_outbound_v1_UserCoreFields_fieldAccessorTable = new
|
|
5088
5122
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
5089
5123
|
internal_static_com_lansweeper_dp_outbound_v1_UserCoreFields_descriptor,
|
|
5090
5124
|
new java.lang.String[] { "UserName", "Upn", "Sid", "Email", });
|
|
5091
5125
|
internal_static_com_lansweeper_dp_outbound_v1_Group_descriptor =
|
|
5092
|
-
getDescriptor().getMessageTypes().get(
|
|
5126
|
+
getDescriptor().getMessageTypes().get(202);
|
|
5093
5127
|
internal_static_com_lansweeper_dp_outbound_v1_Group_fieldAccessorTable = new
|
|
5094
5128
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
5095
5129
|
internal_static_com_lansweeper_dp_outbound_v1_Group_descriptor,
|
|
5096
5130
|
new java.lang.String[] { "Id", "LastSynced", "FirstSeen", "LastUpdated", "LastEnriched", "LastSyncedSourceAgent", "LastSyncedSourceName", "SourceInfo", "UnlinkedSourceInfo", "UniqueKey", "ScanError", "InternetIp", "Tag", "Relation", "CorrelationFields", "Reconciliation", "Core", "AdGroup", });
|
|
5097
5131
|
internal_static_com_lansweeper_dp_outbound_v1_GroupCoreFields_descriptor =
|
|
5098
|
-
getDescriptor().getMessageTypes().get(
|
|
5132
|
+
getDescriptor().getMessageTypes().get(203);
|
|
5099
5133
|
internal_static_com_lansweeper_dp_outbound_v1_GroupCoreFields_fieldAccessorTable = new
|
|
5100
5134
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
5101
5135
|
internal_static_com_lansweeper_dp_outbound_v1_GroupCoreFields_descriptor,
|
|
5102
5136
|
new java.lang.String[] { "Sid", "Name", });
|
|
5103
5137
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryObject_descriptor =
|
|
5104
|
-
getDescriptor().getMessageTypes().get(
|
|
5138
|
+
getDescriptor().getMessageTypes().get(204);
|
|
5105
5139
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryObject_fieldAccessorTable = new
|
|
5106
5140
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
5107
5141
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryObject_descriptor,
|
|
5108
5142
|
new java.lang.String[] { "DomainOid", "Oid", "Sid", "DistinguishedName", "DomainDns", "Name", "ObjectClass", "CreationTime", "LastChanged", });
|
|
5109
5143
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryComputer_descriptor =
|
|
5110
|
-
getDescriptor().getMessageTypes().get(
|
|
5144
|
+
getDescriptor().getMessageTypes().get(205);
|
|
5111
5145
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryComputer_fieldAccessorTable = new
|
|
5112
5146
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
5113
5147
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryComputer_descriptor,
|
|
5114
5148
|
new java.lang.String[] { "AdObject", "SamAccountName", "Cn", "Ou", "Description", "Comment", "Company", "Location", "IpAddress", "Enabled", "BitlockerRecoveryInfo", "OperatingSystem", "OperatingSystemVersion", "ManagedByUserOid", "ManagedByGroupOid", });
|
|
5115
5149
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryDomain_descriptor =
|
|
5116
|
-
getDescriptor().getMessageTypes().get(
|
|
5150
|
+
getDescriptor().getMessageTypes().get(206);
|
|
5117
5151
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryDomain_fieldAccessorTable = new
|
|
5118
5152
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
5119
5153
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryDomain_descriptor,
|
|
5120
5154
|
new java.lang.String[] { "AdObject", "MinimumPasswordAge", "MaximumPasswordAge", });
|
|
5121
5155
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryUser_descriptor =
|
|
5122
|
-
getDescriptor().getMessageTypes().get(
|
|
5156
|
+
getDescriptor().getMessageTypes().get(207);
|
|
5123
5157
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryUser_fieldAccessorTable = new
|
|
5124
5158
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
5125
5159
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryUser_descriptor,
|
|
5126
5160
|
new java.lang.String[] { "AdObject", "SamAccountName", "Cn", "Ou", "Domain", "Description", "Comment", "Company", "PrimaryGroupId", "Enabled", "UserAccountControl", "AccountExpires", "LockoutTime", "PasswordLastSet", "LastLogon", "LockoutDate", "CanUserChangePassword", "PasswordExpirationDate", "PasswordNeverExpires", "PasswordRequired", "PasswordChangeableDate", "Email", "DisplayName", "GivenName", "Surname", "Telephone", "FacSimile", "Mobile", "StreetAddress", "City", "Country", "Department", "DeliveryOfficeName", "CountryAbbreviation", "PostalCode", "CountryCode", "PrincipalName", "Title", "Division", "Info", "HomePhone", "Pager", "IpPhone", "HomePage", "PostOfficeBox", "State", "ProfilePath", "ScriptPath", "HomeDirectory", "ThumbnailPhoto", "EmployeeId", "EmployeeNumber", "EmployeeType", "Initials", "MiddleName", "PrimaryGroupOid", "ManagerOid", "MemberOfOid", });
|
|
5127
5161
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryGroup_descriptor =
|
|
5128
|
-
getDescriptor().getMessageTypes().get(
|
|
5162
|
+
getDescriptor().getMessageTypes().get(208);
|
|
5129
5163
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryGroup_fieldAccessorTable = new
|
|
5130
5164
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
5131
5165
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryGroup_descriptor,
|
|
5132
5166
|
new java.lang.String[] { "AdObject", "SamAccountName", "Cn", "Ou", "Description", "Comment", "Type", "Email", "ManagedByUserOid", "ManagedByGroupOid", "MemberOfOid", });
|
|
5133
5167
|
internal_static_com_lansweeper_dp_outbound_v1_IpLocationConfig_descriptor =
|
|
5134
|
-
getDescriptor().getMessageTypes().get(
|
|
5168
|
+
getDescriptor().getMessageTypes().get(209);
|
|
5135
5169
|
internal_static_com_lansweeper_dp_outbound_v1_IpLocationConfig_fieldAccessorTable = new
|
|
5136
5170
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
5137
5171
|
internal_static_com_lansweeper_dp_outbound_v1_IpLocationConfig_descriptor,
|
|
5138
5172
|
new java.lang.String[] { "Name", "LocalIpCidr", "LocalIpStart", "LocalIpEnd", "SourceId", "InternetIpCidr", "InternetCountryCode", "InternetCountryCity", });
|
|
5139
5173
|
internal_static_com_lansweeper_dp_outbound_v1_SiteKey_descriptor =
|
|
5140
|
-
getDescriptor().getMessageTypes().get(
|
|
5174
|
+
getDescriptor().getMessageTypes().get(210);
|
|
5141
5175
|
internal_static_com_lansweeper_dp_outbound_v1_SiteKey_fieldAccessorTable = new
|
|
5142
5176
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
5143
5177
|
internal_static_com_lansweeper_dp_outbound_v1_SiteKey_descriptor,
|
|
5144
5178
|
new java.lang.String[] { "SiteId", });
|
|
5145
5179
|
internal_static_com_lansweeper_dp_outbound_v1_ReconRuleSet_descriptor =
|
|
5146
|
-
getDescriptor().getMessageTypes().get(
|
|
5180
|
+
getDescriptor().getMessageTypes().get(211);
|
|
5147
5181
|
internal_static_com_lansweeper_dp_outbound_v1_ReconRuleSet_fieldAccessorTable = new
|
|
5148
5182
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
5149
5183
|
internal_static_com_lansweeper_dp_outbound_v1_ReconRuleSet_descriptor,
|
|
5150
5184
|
new java.lang.String[] { "ReconRules", });
|
|
5151
5185
|
internal_static_com_lansweeper_dp_outbound_v1_ReconRule_descriptor =
|
|
5152
|
-
getDescriptor().getMessageTypes().get(
|
|
5186
|
+
getDescriptor().getMessageTypes().get(212);
|
|
5153
5187
|
internal_static_com_lansweeper_dp_outbound_v1_ReconRule_fieldAccessorTable = new
|
|
5154
5188
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
5155
5189
|
internal_static_com_lansweeper_dp_outbound_v1_ReconRule_descriptor,
|