@lansweeper/data-platform-outbound-grpc 0.3.38 → 0.4.1
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 +20 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +54 -0
- package/gen-proto/outbound_pb.js +438 -3
- package/generated-go/outbound.pb.go +10983 -10877
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +12 -4
- package/model/target/classes/com/lansweeper/dp/outbound/v1/NetworkInterface$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/NetworkInterface$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/NetworkInterface.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/NetworkInterfaceOrBuilder.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/Site$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Site$Builder$UnlinkedInstallationsConverter.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Site$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Site.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SiteOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SpecHardwareInfo$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SpecHardwareInfo$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SpecHardwareInfo.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SpecHardwareInfoOrBuilder.class +0 -0
- package/model/target/classes/outbound.proto +12 -4
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/NetworkInterface.java +984 -6
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/NetworkInterfaceOrBuilder.java +116 -2
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +3379 -3369
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Site.java +185 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SiteOrBuilder.java +15 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SpecHardwareInfo.java +386 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SpecHardwareInfoOrBuilder.java +58 -0
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/{outbound-model-0.3.37-sources.jar → outbound-model-0.4.0-sources.jar} +0 -0
- package/model/target/{outbound-model-0.3.37.jar → outbound-model-0.4.0.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +12 -4
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.3.37-sources.jar → outbound-service-0.4.0-sources.jar} +0 -0
- package/service/target/{outbound-service-0.3.37.jar → outbound-service-0.4.0.jar} +0 -0
|
@@ -42,6 +42,12 @@ private static final long serialVersionUID = 0L;
|
|
|
42
42
|
com.google.protobuf.LazyStringArrayList.emptyList();
|
|
43
43
|
networkSignature_ = "";
|
|
44
44
|
domainName_ = "";
|
|
45
|
+
state_ = "";
|
|
46
|
+
linkEncap_ = "";
|
|
47
|
+
broadcast_ = "";
|
|
48
|
+
scope_ = "";
|
|
49
|
+
qDisc_ = "";
|
|
50
|
+
group_ = "";
|
|
45
51
|
}
|
|
46
52
|
|
|
47
53
|
@java.lang.Override
|
|
@@ -984,7 +990,7 @@ private static final long serialVersionUID = 0L;
|
|
|
984
990
|
private long mtu_ = 0L;
|
|
985
991
|
/**
|
|
986
992
|
* <pre>
|
|
987
|
-
* SNMP and EsxiHost
|
|
993
|
+
* SNMP, Linux, and EsxiHost
|
|
988
994
|
* </pre>
|
|
989
995
|
*
|
|
990
996
|
* <code>optional int64 mtu = 18;</code>
|
|
@@ -996,7 +1002,7 @@ private static final long serialVersionUID = 0L;
|
|
|
996
1002
|
}
|
|
997
1003
|
/**
|
|
998
1004
|
* <pre>
|
|
999
|
-
* SNMP and EsxiHost
|
|
1005
|
+
* SNMP, Linux, and EsxiHost
|
|
1000
1006
|
* </pre>
|
|
1001
1007
|
*
|
|
1002
1008
|
* <code>optional int64 mtu = 18;</code>
|
|
@@ -1426,6 +1432,300 @@ private static final long serialVersionUID = 0L;
|
|
|
1426
1432
|
return ipv6DhcpEnabled_;
|
|
1427
1433
|
}
|
|
1428
1434
|
|
|
1435
|
+
public static final int STATE_FIELD_NUMBER = 36;
|
|
1436
|
+
@SuppressWarnings("serial")
|
|
1437
|
+
private volatile java.lang.Object state_ = "";
|
|
1438
|
+
/**
|
|
1439
|
+
* <pre>
|
|
1440
|
+
* Linux specifics:
|
|
1441
|
+
* </pre>
|
|
1442
|
+
*
|
|
1443
|
+
* <code>optional string state = 36;</code>
|
|
1444
|
+
* @return Whether the state field is set.
|
|
1445
|
+
*/
|
|
1446
|
+
@java.lang.Override
|
|
1447
|
+
public boolean hasState() {
|
|
1448
|
+
return ((bitField0_ & 0x04000000) != 0);
|
|
1449
|
+
}
|
|
1450
|
+
/**
|
|
1451
|
+
* <pre>
|
|
1452
|
+
* Linux specifics:
|
|
1453
|
+
* </pre>
|
|
1454
|
+
*
|
|
1455
|
+
* <code>optional string state = 36;</code>
|
|
1456
|
+
* @return The state.
|
|
1457
|
+
*/
|
|
1458
|
+
@java.lang.Override
|
|
1459
|
+
public java.lang.String getState() {
|
|
1460
|
+
java.lang.Object ref = state_;
|
|
1461
|
+
if (ref instanceof java.lang.String) {
|
|
1462
|
+
return (java.lang.String) ref;
|
|
1463
|
+
} else {
|
|
1464
|
+
com.google.protobuf.ByteString bs =
|
|
1465
|
+
(com.google.protobuf.ByteString) ref;
|
|
1466
|
+
java.lang.String s = bs.toStringUtf8();
|
|
1467
|
+
state_ = s;
|
|
1468
|
+
return s;
|
|
1469
|
+
}
|
|
1470
|
+
}
|
|
1471
|
+
/**
|
|
1472
|
+
* <pre>
|
|
1473
|
+
* Linux specifics:
|
|
1474
|
+
* </pre>
|
|
1475
|
+
*
|
|
1476
|
+
* <code>optional string state = 36;</code>
|
|
1477
|
+
* @return The bytes for state.
|
|
1478
|
+
*/
|
|
1479
|
+
@java.lang.Override
|
|
1480
|
+
public com.google.protobuf.ByteString
|
|
1481
|
+
getStateBytes() {
|
|
1482
|
+
java.lang.Object ref = state_;
|
|
1483
|
+
if (ref instanceof java.lang.String) {
|
|
1484
|
+
com.google.protobuf.ByteString b =
|
|
1485
|
+
com.google.protobuf.ByteString.copyFromUtf8(
|
|
1486
|
+
(java.lang.String) ref);
|
|
1487
|
+
state_ = b;
|
|
1488
|
+
return b;
|
|
1489
|
+
} else {
|
|
1490
|
+
return (com.google.protobuf.ByteString) ref;
|
|
1491
|
+
}
|
|
1492
|
+
}
|
|
1493
|
+
|
|
1494
|
+
public static final int LINK_ENCAP_FIELD_NUMBER = 37;
|
|
1495
|
+
@SuppressWarnings("serial")
|
|
1496
|
+
private volatile java.lang.Object linkEncap_ = "";
|
|
1497
|
+
/**
|
|
1498
|
+
* <code>optional string link_encap = 37;</code>
|
|
1499
|
+
* @return Whether the linkEncap field is set.
|
|
1500
|
+
*/
|
|
1501
|
+
@java.lang.Override
|
|
1502
|
+
public boolean hasLinkEncap() {
|
|
1503
|
+
return ((bitField0_ & 0x08000000) != 0);
|
|
1504
|
+
}
|
|
1505
|
+
/**
|
|
1506
|
+
* <code>optional string link_encap = 37;</code>
|
|
1507
|
+
* @return The linkEncap.
|
|
1508
|
+
*/
|
|
1509
|
+
@java.lang.Override
|
|
1510
|
+
public java.lang.String getLinkEncap() {
|
|
1511
|
+
java.lang.Object ref = linkEncap_;
|
|
1512
|
+
if (ref instanceof java.lang.String) {
|
|
1513
|
+
return (java.lang.String) ref;
|
|
1514
|
+
} else {
|
|
1515
|
+
com.google.protobuf.ByteString bs =
|
|
1516
|
+
(com.google.protobuf.ByteString) ref;
|
|
1517
|
+
java.lang.String s = bs.toStringUtf8();
|
|
1518
|
+
linkEncap_ = s;
|
|
1519
|
+
return s;
|
|
1520
|
+
}
|
|
1521
|
+
}
|
|
1522
|
+
/**
|
|
1523
|
+
* <code>optional string link_encap = 37;</code>
|
|
1524
|
+
* @return The bytes for linkEncap.
|
|
1525
|
+
*/
|
|
1526
|
+
@java.lang.Override
|
|
1527
|
+
public com.google.protobuf.ByteString
|
|
1528
|
+
getLinkEncapBytes() {
|
|
1529
|
+
java.lang.Object ref = linkEncap_;
|
|
1530
|
+
if (ref instanceof java.lang.String) {
|
|
1531
|
+
com.google.protobuf.ByteString b =
|
|
1532
|
+
com.google.protobuf.ByteString.copyFromUtf8(
|
|
1533
|
+
(java.lang.String) ref);
|
|
1534
|
+
linkEncap_ = b;
|
|
1535
|
+
return b;
|
|
1536
|
+
} else {
|
|
1537
|
+
return (com.google.protobuf.ByteString) ref;
|
|
1538
|
+
}
|
|
1539
|
+
}
|
|
1540
|
+
|
|
1541
|
+
public static final int BROADCAST_FIELD_NUMBER = 38;
|
|
1542
|
+
@SuppressWarnings("serial")
|
|
1543
|
+
private volatile java.lang.Object broadcast_ = "";
|
|
1544
|
+
/**
|
|
1545
|
+
* <code>optional string broadcast = 38;</code>
|
|
1546
|
+
* @return Whether the broadcast field is set.
|
|
1547
|
+
*/
|
|
1548
|
+
@java.lang.Override
|
|
1549
|
+
public boolean hasBroadcast() {
|
|
1550
|
+
return ((bitField0_ & 0x10000000) != 0);
|
|
1551
|
+
}
|
|
1552
|
+
/**
|
|
1553
|
+
* <code>optional string broadcast = 38;</code>
|
|
1554
|
+
* @return The broadcast.
|
|
1555
|
+
*/
|
|
1556
|
+
@java.lang.Override
|
|
1557
|
+
public java.lang.String getBroadcast() {
|
|
1558
|
+
java.lang.Object ref = broadcast_;
|
|
1559
|
+
if (ref instanceof java.lang.String) {
|
|
1560
|
+
return (java.lang.String) ref;
|
|
1561
|
+
} else {
|
|
1562
|
+
com.google.protobuf.ByteString bs =
|
|
1563
|
+
(com.google.protobuf.ByteString) ref;
|
|
1564
|
+
java.lang.String s = bs.toStringUtf8();
|
|
1565
|
+
broadcast_ = s;
|
|
1566
|
+
return s;
|
|
1567
|
+
}
|
|
1568
|
+
}
|
|
1569
|
+
/**
|
|
1570
|
+
* <code>optional string broadcast = 38;</code>
|
|
1571
|
+
* @return The bytes for broadcast.
|
|
1572
|
+
*/
|
|
1573
|
+
@java.lang.Override
|
|
1574
|
+
public com.google.protobuf.ByteString
|
|
1575
|
+
getBroadcastBytes() {
|
|
1576
|
+
java.lang.Object ref = broadcast_;
|
|
1577
|
+
if (ref instanceof java.lang.String) {
|
|
1578
|
+
com.google.protobuf.ByteString b =
|
|
1579
|
+
com.google.protobuf.ByteString.copyFromUtf8(
|
|
1580
|
+
(java.lang.String) ref);
|
|
1581
|
+
broadcast_ = b;
|
|
1582
|
+
return b;
|
|
1583
|
+
} else {
|
|
1584
|
+
return (com.google.protobuf.ByteString) ref;
|
|
1585
|
+
}
|
|
1586
|
+
}
|
|
1587
|
+
|
|
1588
|
+
public static final int SCOPE_FIELD_NUMBER = 39;
|
|
1589
|
+
@SuppressWarnings("serial")
|
|
1590
|
+
private volatile java.lang.Object scope_ = "";
|
|
1591
|
+
/**
|
|
1592
|
+
* <code>optional string scope = 39;</code>
|
|
1593
|
+
* @return Whether the scope field is set.
|
|
1594
|
+
*/
|
|
1595
|
+
@java.lang.Override
|
|
1596
|
+
public boolean hasScope() {
|
|
1597
|
+
return ((bitField0_ & 0x20000000) != 0);
|
|
1598
|
+
}
|
|
1599
|
+
/**
|
|
1600
|
+
* <code>optional string scope = 39;</code>
|
|
1601
|
+
* @return The scope.
|
|
1602
|
+
*/
|
|
1603
|
+
@java.lang.Override
|
|
1604
|
+
public java.lang.String getScope() {
|
|
1605
|
+
java.lang.Object ref = scope_;
|
|
1606
|
+
if (ref instanceof java.lang.String) {
|
|
1607
|
+
return (java.lang.String) ref;
|
|
1608
|
+
} else {
|
|
1609
|
+
com.google.protobuf.ByteString bs =
|
|
1610
|
+
(com.google.protobuf.ByteString) ref;
|
|
1611
|
+
java.lang.String s = bs.toStringUtf8();
|
|
1612
|
+
scope_ = s;
|
|
1613
|
+
return s;
|
|
1614
|
+
}
|
|
1615
|
+
}
|
|
1616
|
+
/**
|
|
1617
|
+
* <code>optional string scope = 39;</code>
|
|
1618
|
+
* @return The bytes for scope.
|
|
1619
|
+
*/
|
|
1620
|
+
@java.lang.Override
|
|
1621
|
+
public com.google.protobuf.ByteString
|
|
1622
|
+
getScopeBytes() {
|
|
1623
|
+
java.lang.Object ref = scope_;
|
|
1624
|
+
if (ref instanceof java.lang.String) {
|
|
1625
|
+
com.google.protobuf.ByteString b =
|
|
1626
|
+
com.google.protobuf.ByteString.copyFromUtf8(
|
|
1627
|
+
(java.lang.String) ref);
|
|
1628
|
+
scope_ = b;
|
|
1629
|
+
return b;
|
|
1630
|
+
} else {
|
|
1631
|
+
return (com.google.protobuf.ByteString) ref;
|
|
1632
|
+
}
|
|
1633
|
+
}
|
|
1634
|
+
|
|
1635
|
+
public static final int Q_DISC_FIELD_NUMBER = 40;
|
|
1636
|
+
@SuppressWarnings("serial")
|
|
1637
|
+
private volatile java.lang.Object qDisc_ = "";
|
|
1638
|
+
/**
|
|
1639
|
+
* <code>optional string q_disc = 40;</code>
|
|
1640
|
+
* @return Whether the qDisc field is set.
|
|
1641
|
+
*/
|
|
1642
|
+
@java.lang.Override
|
|
1643
|
+
public boolean hasQDisc() {
|
|
1644
|
+
return ((bitField0_ & 0x40000000) != 0);
|
|
1645
|
+
}
|
|
1646
|
+
/**
|
|
1647
|
+
* <code>optional string q_disc = 40;</code>
|
|
1648
|
+
* @return The qDisc.
|
|
1649
|
+
*/
|
|
1650
|
+
@java.lang.Override
|
|
1651
|
+
public java.lang.String getQDisc() {
|
|
1652
|
+
java.lang.Object ref = qDisc_;
|
|
1653
|
+
if (ref instanceof java.lang.String) {
|
|
1654
|
+
return (java.lang.String) ref;
|
|
1655
|
+
} else {
|
|
1656
|
+
com.google.protobuf.ByteString bs =
|
|
1657
|
+
(com.google.protobuf.ByteString) ref;
|
|
1658
|
+
java.lang.String s = bs.toStringUtf8();
|
|
1659
|
+
qDisc_ = s;
|
|
1660
|
+
return s;
|
|
1661
|
+
}
|
|
1662
|
+
}
|
|
1663
|
+
/**
|
|
1664
|
+
* <code>optional string q_disc = 40;</code>
|
|
1665
|
+
* @return The bytes for qDisc.
|
|
1666
|
+
*/
|
|
1667
|
+
@java.lang.Override
|
|
1668
|
+
public com.google.protobuf.ByteString
|
|
1669
|
+
getQDiscBytes() {
|
|
1670
|
+
java.lang.Object ref = qDisc_;
|
|
1671
|
+
if (ref instanceof java.lang.String) {
|
|
1672
|
+
com.google.protobuf.ByteString b =
|
|
1673
|
+
com.google.protobuf.ByteString.copyFromUtf8(
|
|
1674
|
+
(java.lang.String) ref);
|
|
1675
|
+
qDisc_ = b;
|
|
1676
|
+
return b;
|
|
1677
|
+
} else {
|
|
1678
|
+
return (com.google.protobuf.ByteString) ref;
|
|
1679
|
+
}
|
|
1680
|
+
}
|
|
1681
|
+
|
|
1682
|
+
public static final int GROUP_FIELD_NUMBER = 41;
|
|
1683
|
+
@SuppressWarnings("serial")
|
|
1684
|
+
private volatile java.lang.Object group_ = "";
|
|
1685
|
+
/**
|
|
1686
|
+
* <code>optional string group = 41;</code>
|
|
1687
|
+
* @return Whether the group field is set.
|
|
1688
|
+
*/
|
|
1689
|
+
@java.lang.Override
|
|
1690
|
+
public boolean hasGroup() {
|
|
1691
|
+
return ((bitField0_ & 0x80000000) != 0);
|
|
1692
|
+
}
|
|
1693
|
+
/**
|
|
1694
|
+
* <code>optional string group = 41;</code>
|
|
1695
|
+
* @return The group.
|
|
1696
|
+
*/
|
|
1697
|
+
@java.lang.Override
|
|
1698
|
+
public java.lang.String getGroup() {
|
|
1699
|
+
java.lang.Object ref = group_;
|
|
1700
|
+
if (ref instanceof java.lang.String) {
|
|
1701
|
+
return (java.lang.String) ref;
|
|
1702
|
+
} else {
|
|
1703
|
+
com.google.protobuf.ByteString bs =
|
|
1704
|
+
(com.google.protobuf.ByteString) ref;
|
|
1705
|
+
java.lang.String s = bs.toStringUtf8();
|
|
1706
|
+
group_ = s;
|
|
1707
|
+
return s;
|
|
1708
|
+
}
|
|
1709
|
+
}
|
|
1710
|
+
/**
|
|
1711
|
+
* <code>optional string group = 41;</code>
|
|
1712
|
+
* @return The bytes for group.
|
|
1713
|
+
*/
|
|
1714
|
+
@java.lang.Override
|
|
1715
|
+
public com.google.protobuf.ByteString
|
|
1716
|
+
getGroupBytes() {
|
|
1717
|
+
java.lang.Object ref = group_;
|
|
1718
|
+
if (ref instanceof java.lang.String) {
|
|
1719
|
+
com.google.protobuf.ByteString b =
|
|
1720
|
+
com.google.protobuf.ByteString.copyFromUtf8(
|
|
1721
|
+
(java.lang.String) ref);
|
|
1722
|
+
group_ = b;
|
|
1723
|
+
return b;
|
|
1724
|
+
} else {
|
|
1725
|
+
return (com.google.protobuf.ByteString) ref;
|
|
1726
|
+
}
|
|
1727
|
+
}
|
|
1728
|
+
|
|
1429
1729
|
private byte memoizedIsInitialized = -1;
|
|
1430
1730
|
@java.lang.Override
|
|
1431
1731
|
public final boolean isInitialized() {
|
|
@@ -1539,6 +1839,24 @@ private static final long serialVersionUID = 0L;
|
|
|
1539
1839
|
if (((bitField0_ & 0x02000000) != 0)) {
|
|
1540
1840
|
output.writeBool(35, ipv6DhcpEnabled_);
|
|
1541
1841
|
}
|
|
1842
|
+
if (((bitField0_ & 0x04000000) != 0)) {
|
|
1843
|
+
com.google.protobuf.GeneratedMessageV3.writeString(output, 36, state_);
|
|
1844
|
+
}
|
|
1845
|
+
if (((bitField0_ & 0x08000000) != 0)) {
|
|
1846
|
+
com.google.protobuf.GeneratedMessageV3.writeString(output, 37, linkEncap_);
|
|
1847
|
+
}
|
|
1848
|
+
if (((bitField0_ & 0x10000000) != 0)) {
|
|
1849
|
+
com.google.protobuf.GeneratedMessageV3.writeString(output, 38, broadcast_);
|
|
1850
|
+
}
|
|
1851
|
+
if (((bitField0_ & 0x20000000) != 0)) {
|
|
1852
|
+
com.google.protobuf.GeneratedMessageV3.writeString(output, 39, scope_);
|
|
1853
|
+
}
|
|
1854
|
+
if (((bitField0_ & 0x40000000) != 0)) {
|
|
1855
|
+
com.google.protobuf.GeneratedMessageV3.writeString(output, 40, qDisc_);
|
|
1856
|
+
}
|
|
1857
|
+
if (((bitField0_ & 0x80000000) != 0)) {
|
|
1858
|
+
com.google.protobuf.GeneratedMessageV3.writeString(output, 41, group_);
|
|
1859
|
+
}
|
|
1542
1860
|
getUnknownFields().writeTo(output);
|
|
1543
1861
|
}
|
|
1544
1862
|
|
|
@@ -1674,6 +1992,24 @@ private static final long serialVersionUID = 0L;
|
|
|
1674
1992
|
size += com.google.protobuf.CodedOutputStream
|
|
1675
1993
|
.computeBoolSize(35, ipv6DhcpEnabled_);
|
|
1676
1994
|
}
|
|
1995
|
+
if (((bitField0_ & 0x04000000) != 0)) {
|
|
1996
|
+
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(36, state_);
|
|
1997
|
+
}
|
|
1998
|
+
if (((bitField0_ & 0x08000000) != 0)) {
|
|
1999
|
+
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(37, linkEncap_);
|
|
2000
|
+
}
|
|
2001
|
+
if (((bitField0_ & 0x10000000) != 0)) {
|
|
2002
|
+
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(38, broadcast_);
|
|
2003
|
+
}
|
|
2004
|
+
if (((bitField0_ & 0x20000000) != 0)) {
|
|
2005
|
+
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(39, scope_);
|
|
2006
|
+
}
|
|
2007
|
+
if (((bitField0_ & 0x40000000) != 0)) {
|
|
2008
|
+
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(40, qDisc_);
|
|
2009
|
+
}
|
|
2010
|
+
if (((bitField0_ & 0x80000000) != 0)) {
|
|
2011
|
+
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(41, group_);
|
|
2012
|
+
}
|
|
1677
2013
|
size += getUnknownFields().getSerializedSize();
|
|
1678
2014
|
memoizedSize = size;
|
|
1679
2015
|
return size;
|
|
@@ -1833,6 +2169,36 @@ private static final long serialVersionUID = 0L;
|
|
|
1833
2169
|
if (getIpv6DhcpEnabled()
|
|
1834
2170
|
!= other.getIpv6DhcpEnabled()) return false;
|
|
1835
2171
|
}
|
|
2172
|
+
if (hasState() != other.hasState()) return false;
|
|
2173
|
+
if (hasState()) {
|
|
2174
|
+
if (!getState()
|
|
2175
|
+
.equals(other.getState())) return false;
|
|
2176
|
+
}
|
|
2177
|
+
if (hasLinkEncap() != other.hasLinkEncap()) return false;
|
|
2178
|
+
if (hasLinkEncap()) {
|
|
2179
|
+
if (!getLinkEncap()
|
|
2180
|
+
.equals(other.getLinkEncap())) return false;
|
|
2181
|
+
}
|
|
2182
|
+
if (hasBroadcast() != other.hasBroadcast()) return false;
|
|
2183
|
+
if (hasBroadcast()) {
|
|
2184
|
+
if (!getBroadcast()
|
|
2185
|
+
.equals(other.getBroadcast())) return false;
|
|
2186
|
+
}
|
|
2187
|
+
if (hasScope() != other.hasScope()) return false;
|
|
2188
|
+
if (hasScope()) {
|
|
2189
|
+
if (!getScope()
|
|
2190
|
+
.equals(other.getScope())) return false;
|
|
2191
|
+
}
|
|
2192
|
+
if (hasQDisc() != other.hasQDisc()) return false;
|
|
2193
|
+
if (hasQDisc()) {
|
|
2194
|
+
if (!getQDisc()
|
|
2195
|
+
.equals(other.getQDisc())) return false;
|
|
2196
|
+
}
|
|
2197
|
+
if (hasGroup() != other.hasGroup()) return false;
|
|
2198
|
+
if (hasGroup()) {
|
|
2199
|
+
if (!getGroup()
|
|
2200
|
+
.equals(other.getGroup())) return false;
|
|
2201
|
+
}
|
|
1836
2202
|
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
|
|
1837
2203
|
return true;
|
|
1838
2204
|
}
|
|
@@ -1978,6 +2344,30 @@ private static final long serialVersionUID = 0L;
|
|
|
1978
2344
|
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
|
1979
2345
|
getIpv6DhcpEnabled());
|
|
1980
2346
|
}
|
|
2347
|
+
if (hasState()) {
|
|
2348
|
+
hash = (37 * hash) + STATE_FIELD_NUMBER;
|
|
2349
|
+
hash = (53 * hash) + getState().hashCode();
|
|
2350
|
+
}
|
|
2351
|
+
if (hasLinkEncap()) {
|
|
2352
|
+
hash = (37 * hash) + LINK_ENCAP_FIELD_NUMBER;
|
|
2353
|
+
hash = (53 * hash) + getLinkEncap().hashCode();
|
|
2354
|
+
}
|
|
2355
|
+
if (hasBroadcast()) {
|
|
2356
|
+
hash = (37 * hash) + BROADCAST_FIELD_NUMBER;
|
|
2357
|
+
hash = (53 * hash) + getBroadcast().hashCode();
|
|
2358
|
+
}
|
|
2359
|
+
if (hasScope()) {
|
|
2360
|
+
hash = (37 * hash) + SCOPE_FIELD_NUMBER;
|
|
2361
|
+
hash = (53 * hash) + getScope().hashCode();
|
|
2362
|
+
}
|
|
2363
|
+
if (hasQDisc()) {
|
|
2364
|
+
hash = (37 * hash) + Q_DISC_FIELD_NUMBER;
|
|
2365
|
+
hash = (53 * hash) + getQDisc().hashCode();
|
|
2366
|
+
}
|
|
2367
|
+
if (hasGroup()) {
|
|
2368
|
+
hash = (37 * hash) + GROUP_FIELD_NUMBER;
|
|
2369
|
+
hash = (53 * hash) + getGroup().hashCode();
|
|
2370
|
+
}
|
|
1981
2371
|
hash = (29 * hash) + getUnknownFields().hashCode();
|
|
1982
2372
|
memoizedHashCode = hash;
|
|
1983
2373
|
return hash;
|
|
@@ -2168,6 +2558,12 @@ private static final long serialVersionUID = 0L;
|
|
|
2168
2558
|
domainName_ = "";
|
|
2169
2559
|
ipv4DhcpEnabled_ = false;
|
|
2170
2560
|
ipv6DhcpEnabled_ = false;
|
|
2561
|
+
state_ = "";
|
|
2562
|
+
linkEncap_ = "";
|
|
2563
|
+
broadcast_ = "";
|
|
2564
|
+
scope_ = "";
|
|
2565
|
+
qDisc_ = "";
|
|
2566
|
+
group_ = "";
|
|
2171
2567
|
return this;
|
|
2172
2568
|
}
|
|
2173
2569
|
|
|
@@ -2351,6 +2747,30 @@ private static final long serialVersionUID = 0L;
|
|
|
2351
2747
|
result.ipv6DhcpEnabled_ = ipv6DhcpEnabled_;
|
|
2352
2748
|
to_bitField0_ |= 0x02000000;
|
|
2353
2749
|
}
|
|
2750
|
+
if (((from_bitField1_ & 0x00000002) != 0)) {
|
|
2751
|
+
result.state_ = state_;
|
|
2752
|
+
to_bitField0_ |= 0x04000000;
|
|
2753
|
+
}
|
|
2754
|
+
if (((from_bitField1_ & 0x00000004) != 0)) {
|
|
2755
|
+
result.linkEncap_ = linkEncap_;
|
|
2756
|
+
to_bitField0_ |= 0x08000000;
|
|
2757
|
+
}
|
|
2758
|
+
if (((from_bitField1_ & 0x00000008) != 0)) {
|
|
2759
|
+
result.broadcast_ = broadcast_;
|
|
2760
|
+
to_bitField0_ |= 0x10000000;
|
|
2761
|
+
}
|
|
2762
|
+
if (((from_bitField1_ & 0x00000010) != 0)) {
|
|
2763
|
+
result.scope_ = scope_;
|
|
2764
|
+
to_bitField0_ |= 0x20000000;
|
|
2765
|
+
}
|
|
2766
|
+
if (((from_bitField1_ & 0x00000020) != 0)) {
|
|
2767
|
+
result.qDisc_ = qDisc_;
|
|
2768
|
+
to_bitField0_ |= 0x40000000;
|
|
2769
|
+
}
|
|
2770
|
+
if (((from_bitField1_ & 0x00000040) != 0)) {
|
|
2771
|
+
result.group_ = group_;
|
|
2772
|
+
to_bitField0_ |= 0x80000000;
|
|
2773
|
+
}
|
|
2354
2774
|
result.bitField0_ |= to_bitField0_;
|
|
2355
2775
|
}
|
|
2356
2776
|
|
|
@@ -2577,6 +2997,36 @@ private static final long serialVersionUID = 0L;
|
|
|
2577
2997
|
if (other.hasIpv6DhcpEnabled()) {
|
|
2578
2998
|
setIpv6DhcpEnabled(other.getIpv6DhcpEnabled());
|
|
2579
2999
|
}
|
|
3000
|
+
if (other.hasState()) {
|
|
3001
|
+
state_ = other.state_;
|
|
3002
|
+
bitField1_ |= 0x00000002;
|
|
3003
|
+
onChanged();
|
|
3004
|
+
}
|
|
3005
|
+
if (other.hasLinkEncap()) {
|
|
3006
|
+
linkEncap_ = other.linkEncap_;
|
|
3007
|
+
bitField1_ |= 0x00000004;
|
|
3008
|
+
onChanged();
|
|
3009
|
+
}
|
|
3010
|
+
if (other.hasBroadcast()) {
|
|
3011
|
+
broadcast_ = other.broadcast_;
|
|
3012
|
+
bitField1_ |= 0x00000008;
|
|
3013
|
+
onChanged();
|
|
3014
|
+
}
|
|
3015
|
+
if (other.hasScope()) {
|
|
3016
|
+
scope_ = other.scope_;
|
|
3017
|
+
bitField1_ |= 0x00000010;
|
|
3018
|
+
onChanged();
|
|
3019
|
+
}
|
|
3020
|
+
if (other.hasQDisc()) {
|
|
3021
|
+
qDisc_ = other.qDisc_;
|
|
3022
|
+
bitField1_ |= 0x00000020;
|
|
3023
|
+
onChanged();
|
|
3024
|
+
}
|
|
3025
|
+
if (other.hasGroup()) {
|
|
3026
|
+
group_ = other.group_;
|
|
3027
|
+
bitField1_ |= 0x00000040;
|
|
3028
|
+
onChanged();
|
|
3029
|
+
}
|
|
2580
3030
|
this.mergeUnknownFields(other.getUnknownFields());
|
|
2581
3031
|
onChanged();
|
|
2582
3032
|
return this;
|
|
@@ -2783,6 +3233,36 @@ private static final long serialVersionUID = 0L;
|
|
|
2783
3233
|
bitField1_ |= 0x00000001;
|
|
2784
3234
|
break;
|
|
2785
3235
|
} // case 280
|
|
3236
|
+
case 290: {
|
|
3237
|
+
state_ = input.readStringRequireUtf8();
|
|
3238
|
+
bitField1_ |= 0x00000002;
|
|
3239
|
+
break;
|
|
3240
|
+
} // case 290
|
|
3241
|
+
case 298: {
|
|
3242
|
+
linkEncap_ = input.readStringRequireUtf8();
|
|
3243
|
+
bitField1_ |= 0x00000004;
|
|
3244
|
+
break;
|
|
3245
|
+
} // case 298
|
|
3246
|
+
case 306: {
|
|
3247
|
+
broadcast_ = input.readStringRequireUtf8();
|
|
3248
|
+
bitField1_ |= 0x00000008;
|
|
3249
|
+
break;
|
|
3250
|
+
} // case 306
|
|
3251
|
+
case 314: {
|
|
3252
|
+
scope_ = input.readStringRequireUtf8();
|
|
3253
|
+
bitField1_ |= 0x00000010;
|
|
3254
|
+
break;
|
|
3255
|
+
} // case 314
|
|
3256
|
+
case 322: {
|
|
3257
|
+
qDisc_ = input.readStringRequireUtf8();
|
|
3258
|
+
bitField1_ |= 0x00000020;
|
|
3259
|
+
break;
|
|
3260
|
+
} // case 322
|
|
3261
|
+
case 330: {
|
|
3262
|
+
group_ = input.readStringRequireUtf8();
|
|
3263
|
+
bitField1_ |= 0x00000040;
|
|
3264
|
+
break;
|
|
3265
|
+
} // case 330
|
|
2786
3266
|
default: {
|
|
2787
3267
|
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
|
|
2788
3268
|
done = true; // was an endgroup tag
|
|
@@ -4626,7 +5106,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4626
5106
|
private long mtu_ ;
|
|
4627
5107
|
/**
|
|
4628
5108
|
* <pre>
|
|
4629
|
-
* SNMP and EsxiHost
|
|
5109
|
+
* SNMP, Linux, and EsxiHost
|
|
4630
5110
|
* </pre>
|
|
4631
5111
|
*
|
|
4632
5112
|
* <code>optional int64 mtu = 18;</code>
|
|
@@ -4638,7 +5118,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4638
5118
|
}
|
|
4639
5119
|
/**
|
|
4640
5120
|
* <pre>
|
|
4641
|
-
* SNMP and EsxiHost
|
|
5121
|
+
* SNMP, Linux, and EsxiHost
|
|
4642
5122
|
* </pre>
|
|
4643
5123
|
*
|
|
4644
5124
|
* <code>optional int64 mtu = 18;</code>
|
|
@@ -4650,7 +5130,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4650
5130
|
}
|
|
4651
5131
|
/**
|
|
4652
5132
|
* <pre>
|
|
4653
|
-
* SNMP and EsxiHost
|
|
5133
|
+
* SNMP, Linux, and EsxiHost
|
|
4654
5134
|
* </pre>
|
|
4655
5135
|
*
|
|
4656
5136
|
* <code>optional int64 mtu = 18;</code>
|
|
@@ -4666,7 +5146,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4666
5146
|
}
|
|
4667
5147
|
/**
|
|
4668
5148
|
* <pre>
|
|
4669
|
-
* SNMP and EsxiHost
|
|
5149
|
+
* SNMP, Linux, and EsxiHost
|
|
4670
5150
|
* </pre>
|
|
4671
5151
|
*
|
|
4672
5152
|
* <code>optional int64 mtu = 18;</code>
|
|
@@ -5740,6 +6220,504 @@ private static final long serialVersionUID = 0L;
|
|
|
5740
6220
|
onChanged();
|
|
5741
6221
|
return this;
|
|
5742
6222
|
}
|
|
6223
|
+
|
|
6224
|
+
private java.lang.Object state_ = "";
|
|
6225
|
+
/**
|
|
6226
|
+
* <pre>
|
|
6227
|
+
* Linux specifics:
|
|
6228
|
+
* </pre>
|
|
6229
|
+
*
|
|
6230
|
+
* <code>optional string state = 36;</code>
|
|
6231
|
+
* @return Whether the state field is set.
|
|
6232
|
+
*/
|
|
6233
|
+
public boolean hasState() {
|
|
6234
|
+
return ((bitField1_ & 0x00000002) != 0);
|
|
6235
|
+
}
|
|
6236
|
+
/**
|
|
6237
|
+
* <pre>
|
|
6238
|
+
* Linux specifics:
|
|
6239
|
+
* </pre>
|
|
6240
|
+
*
|
|
6241
|
+
* <code>optional string state = 36;</code>
|
|
6242
|
+
* @return The state.
|
|
6243
|
+
*/
|
|
6244
|
+
public java.lang.String getState() {
|
|
6245
|
+
java.lang.Object ref = state_;
|
|
6246
|
+
if (!(ref instanceof java.lang.String)) {
|
|
6247
|
+
com.google.protobuf.ByteString bs =
|
|
6248
|
+
(com.google.protobuf.ByteString) ref;
|
|
6249
|
+
java.lang.String s = bs.toStringUtf8();
|
|
6250
|
+
state_ = s;
|
|
6251
|
+
return s;
|
|
6252
|
+
} else {
|
|
6253
|
+
return (java.lang.String) ref;
|
|
6254
|
+
}
|
|
6255
|
+
}
|
|
6256
|
+
/**
|
|
6257
|
+
* <pre>
|
|
6258
|
+
* Linux specifics:
|
|
6259
|
+
* </pre>
|
|
6260
|
+
*
|
|
6261
|
+
* <code>optional string state = 36;</code>
|
|
6262
|
+
* @return The bytes for state.
|
|
6263
|
+
*/
|
|
6264
|
+
public com.google.protobuf.ByteString
|
|
6265
|
+
getStateBytes() {
|
|
6266
|
+
java.lang.Object ref = state_;
|
|
6267
|
+
if (ref instanceof String) {
|
|
6268
|
+
com.google.protobuf.ByteString b =
|
|
6269
|
+
com.google.protobuf.ByteString.copyFromUtf8(
|
|
6270
|
+
(java.lang.String) ref);
|
|
6271
|
+
state_ = b;
|
|
6272
|
+
return b;
|
|
6273
|
+
} else {
|
|
6274
|
+
return (com.google.protobuf.ByteString) ref;
|
|
6275
|
+
}
|
|
6276
|
+
}
|
|
6277
|
+
/**
|
|
6278
|
+
* <pre>
|
|
6279
|
+
* Linux specifics:
|
|
6280
|
+
* </pre>
|
|
6281
|
+
*
|
|
6282
|
+
* <code>optional string state = 36;</code>
|
|
6283
|
+
* @param value The state to set.
|
|
6284
|
+
* @return This builder for chaining.
|
|
6285
|
+
*/
|
|
6286
|
+
public Builder setState(
|
|
6287
|
+
java.lang.String value) {
|
|
6288
|
+
if (value == null) { throw new NullPointerException(); }
|
|
6289
|
+
state_ = value;
|
|
6290
|
+
bitField1_ |= 0x00000002;
|
|
6291
|
+
onChanged();
|
|
6292
|
+
return this;
|
|
6293
|
+
}
|
|
6294
|
+
/**
|
|
6295
|
+
* <pre>
|
|
6296
|
+
* Linux specifics:
|
|
6297
|
+
* </pre>
|
|
6298
|
+
*
|
|
6299
|
+
* <code>optional string state = 36;</code>
|
|
6300
|
+
* @return This builder for chaining.
|
|
6301
|
+
*/
|
|
6302
|
+
public Builder clearState() {
|
|
6303
|
+
state_ = getDefaultInstance().getState();
|
|
6304
|
+
bitField1_ = (bitField1_ & ~0x00000002);
|
|
6305
|
+
onChanged();
|
|
6306
|
+
return this;
|
|
6307
|
+
}
|
|
6308
|
+
/**
|
|
6309
|
+
* <pre>
|
|
6310
|
+
* Linux specifics:
|
|
6311
|
+
* </pre>
|
|
6312
|
+
*
|
|
6313
|
+
* <code>optional string state = 36;</code>
|
|
6314
|
+
* @param value The bytes for state to set.
|
|
6315
|
+
* @return This builder for chaining.
|
|
6316
|
+
*/
|
|
6317
|
+
public Builder setStateBytes(
|
|
6318
|
+
com.google.protobuf.ByteString value) {
|
|
6319
|
+
if (value == null) { throw new NullPointerException(); }
|
|
6320
|
+
checkByteStringIsUtf8(value);
|
|
6321
|
+
state_ = value;
|
|
6322
|
+
bitField1_ |= 0x00000002;
|
|
6323
|
+
onChanged();
|
|
6324
|
+
return this;
|
|
6325
|
+
}
|
|
6326
|
+
|
|
6327
|
+
private java.lang.Object linkEncap_ = "";
|
|
6328
|
+
/**
|
|
6329
|
+
* <code>optional string link_encap = 37;</code>
|
|
6330
|
+
* @return Whether the linkEncap field is set.
|
|
6331
|
+
*/
|
|
6332
|
+
public boolean hasLinkEncap() {
|
|
6333
|
+
return ((bitField1_ & 0x00000004) != 0);
|
|
6334
|
+
}
|
|
6335
|
+
/**
|
|
6336
|
+
* <code>optional string link_encap = 37;</code>
|
|
6337
|
+
* @return The linkEncap.
|
|
6338
|
+
*/
|
|
6339
|
+
public java.lang.String getLinkEncap() {
|
|
6340
|
+
java.lang.Object ref = linkEncap_;
|
|
6341
|
+
if (!(ref instanceof java.lang.String)) {
|
|
6342
|
+
com.google.protobuf.ByteString bs =
|
|
6343
|
+
(com.google.protobuf.ByteString) ref;
|
|
6344
|
+
java.lang.String s = bs.toStringUtf8();
|
|
6345
|
+
linkEncap_ = s;
|
|
6346
|
+
return s;
|
|
6347
|
+
} else {
|
|
6348
|
+
return (java.lang.String) ref;
|
|
6349
|
+
}
|
|
6350
|
+
}
|
|
6351
|
+
/**
|
|
6352
|
+
* <code>optional string link_encap = 37;</code>
|
|
6353
|
+
* @return The bytes for linkEncap.
|
|
6354
|
+
*/
|
|
6355
|
+
public com.google.protobuf.ByteString
|
|
6356
|
+
getLinkEncapBytes() {
|
|
6357
|
+
java.lang.Object ref = linkEncap_;
|
|
6358
|
+
if (ref instanceof String) {
|
|
6359
|
+
com.google.protobuf.ByteString b =
|
|
6360
|
+
com.google.protobuf.ByteString.copyFromUtf8(
|
|
6361
|
+
(java.lang.String) ref);
|
|
6362
|
+
linkEncap_ = b;
|
|
6363
|
+
return b;
|
|
6364
|
+
} else {
|
|
6365
|
+
return (com.google.protobuf.ByteString) ref;
|
|
6366
|
+
}
|
|
6367
|
+
}
|
|
6368
|
+
/**
|
|
6369
|
+
* <code>optional string link_encap = 37;</code>
|
|
6370
|
+
* @param value The linkEncap to set.
|
|
6371
|
+
* @return This builder for chaining.
|
|
6372
|
+
*/
|
|
6373
|
+
public Builder setLinkEncap(
|
|
6374
|
+
java.lang.String value) {
|
|
6375
|
+
if (value == null) { throw new NullPointerException(); }
|
|
6376
|
+
linkEncap_ = value;
|
|
6377
|
+
bitField1_ |= 0x00000004;
|
|
6378
|
+
onChanged();
|
|
6379
|
+
return this;
|
|
6380
|
+
}
|
|
6381
|
+
/**
|
|
6382
|
+
* <code>optional string link_encap = 37;</code>
|
|
6383
|
+
* @return This builder for chaining.
|
|
6384
|
+
*/
|
|
6385
|
+
public Builder clearLinkEncap() {
|
|
6386
|
+
linkEncap_ = getDefaultInstance().getLinkEncap();
|
|
6387
|
+
bitField1_ = (bitField1_ & ~0x00000004);
|
|
6388
|
+
onChanged();
|
|
6389
|
+
return this;
|
|
6390
|
+
}
|
|
6391
|
+
/**
|
|
6392
|
+
* <code>optional string link_encap = 37;</code>
|
|
6393
|
+
* @param value The bytes for linkEncap to set.
|
|
6394
|
+
* @return This builder for chaining.
|
|
6395
|
+
*/
|
|
6396
|
+
public Builder setLinkEncapBytes(
|
|
6397
|
+
com.google.protobuf.ByteString value) {
|
|
6398
|
+
if (value == null) { throw new NullPointerException(); }
|
|
6399
|
+
checkByteStringIsUtf8(value);
|
|
6400
|
+
linkEncap_ = value;
|
|
6401
|
+
bitField1_ |= 0x00000004;
|
|
6402
|
+
onChanged();
|
|
6403
|
+
return this;
|
|
6404
|
+
}
|
|
6405
|
+
|
|
6406
|
+
private java.lang.Object broadcast_ = "";
|
|
6407
|
+
/**
|
|
6408
|
+
* <code>optional string broadcast = 38;</code>
|
|
6409
|
+
* @return Whether the broadcast field is set.
|
|
6410
|
+
*/
|
|
6411
|
+
public boolean hasBroadcast() {
|
|
6412
|
+
return ((bitField1_ & 0x00000008) != 0);
|
|
6413
|
+
}
|
|
6414
|
+
/**
|
|
6415
|
+
* <code>optional string broadcast = 38;</code>
|
|
6416
|
+
* @return The broadcast.
|
|
6417
|
+
*/
|
|
6418
|
+
public java.lang.String getBroadcast() {
|
|
6419
|
+
java.lang.Object ref = broadcast_;
|
|
6420
|
+
if (!(ref instanceof java.lang.String)) {
|
|
6421
|
+
com.google.protobuf.ByteString bs =
|
|
6422
|
+
(com.google.protobuf.ByteString) ref;
|
|
6423
|
+
java.lang.String s = bs.toStringUtf8();
|
|
6424
|
+
broadcast_ = s;
|
|
6425
|
+
return s;
|
|
6426
|
+
} else {
|
|
6427
|
+
return (java.lang.String) ref;
|
|
6428
|
+
}
|
|
6429
|
+
}
|
|
6430
|
+
/**
|
|
6431
|
+
* <code>optional string broadcast = 38;</code>
|
|
6432
|
+
* @return The bytes for broadcast.
|
|
6433
|
+
*/
|
|
6434
|
+
public com.google.protobuf.ByteString
|
|
6435
|
+
getBroadcastBytes() {
|
|
6436
|
+
java.lang.Object ref = broadcast_;
|
|
6437
|
+
if (ref instanceof String) {
|
|
6438
|
+
com.google.protobuf.ByteString b =
|
|
6439
|
+
com.google.protobuf.ByteString.copyFromUtf8(
|
|
6440
|
+
(java.lang.String) ref);
|
|
6441
|
+
broadcast_ = b;
|
|
6442
|
+
return b;
|
|
6443
|
+
} else {
|
|
6444
|
+
return (com.google.protobuf.ByteString) ref;
|
|
6445
|
+
}
|
|
6446
|
+
}
|
|
6447
|
+
/**
|
|
6448
|
+
* <code>optional string broadcast = 38;</code>
|
|
6449
|
+
* @param value The broadcast to set.
|
|
6450
|
+
* @return This builder for chaining.
|
|
6451
|
+
*/
|
|
6452
|
+
public Builder setBroadcast(
|
|
6453
|
+
java.lang.String value) {
|
|
6454
|
+
if (value == null) { throw new NullPointerException(); }
|
|
6455
|
+
broadcast_ = value;
|
|
6456
|
+
bitField1_ |= 0x00000008;
|
|
6457
|
+
onChanged();
|
|
6458
|
+
return this;
|
|
6459
|
+
}
|
|
6460
|
+
/**
|
|
6461
|
+
* <code>optional string broadcast = 38;</code>
|
|
6462
|
+
* @return This builder for chaining.
|
|
6463
|
+
*/
|
|
6464
|
+
public Builder clearBroadcast() {
|
|
6465
|
+
broadcast_ = getDefaultInstance().getBroadcast();
|
|
6466
|
+
bitField1_ = (bitField1_ & ~0x00000008);
|
|
6467
|
+
onChanged();
|
|
6468
|
+
return this;
|
|
6469
|
+
}
|
|
6470
|
+
/**
|
|
6471
|
+
* <code>optional string broadcast = 38;</code>
|
|
6472
|
+
* @param value The bytes for broadcast to set.
|
|
6473
|
+
* @return This builder for chaining.
|
|
6474
|
+
*/
|
|
6475
|
+
public Builder setBroadcastBytes(
|
|
6476
|
+
com.google.protobuf.ByteString value) {
|
|
6477
|
+
if (value == null) { throw new NullPointerException(); }
|
|
6478
|
+
checkByteStringIsUtf8(value);
|
|
6479
|
+
broadcast_ = value;
|
|
6480
|
+
bitField1_ |= 0x00000008;
|
|
6481
|
+
onChanged();
|
|
6482
|
+
return this;
|
|
6483
|
+
}
|
|
6484
|
+
|
|
6485
|
+
private java.lang.Object scope_ = "";
|
|
6486
|
+
/**
|
|
6487
|
+
* <code>optional string scope = 39;</code>
|
|
6488
|
+
* @return Whether the scope field is set.
|
|
6489
|
+
*/
|
|
6490
|
+
public boolean hasScope() {
|
|
6491
|
+
return ((bitField1_ & 0x00000010) != 0);
|
|
6492
|
+
}
|
|
6493
|
+
/**
|
|
6494
|
+
* <code>optional string scope = 39;</code>
|
|
6495
|
+
* @return The scope.
|
|
6496
|
+
*/
|
|
6497
|
+
public java.lang.String getScope() {
|
|
6498
|
+
java.lang.Object ref = scope_;
|
|
6499
|
+
if (!(ref instanceof java.lang.String)) {
|
|
6500
|
+
com.google.protobuf.ByteString bs =
|
|
6501
|
+
(com.google.protobuf.ByteString) ref;
|
|
6502
|
+
java.lang.String s = bs.toStringUtf8();
|
|
6503
|
+
scope_ = s;
|
|
6504
|
+
return s;
|
|
6505
|
+
} else {
|
|
6506
|
+
return (java.lang.String) ref;
|
|
6507
|
+
}
|
|
6508
|
+
}
|
|
6509
|
+
/**
|
|
6510
|
+
* <code>optional string scope = 39;</code>
|
|
6511
|
+
* @return The bytes for scope.
|
|
6512
|
+
*/
|
|
6513
|
+
public com.google.protobuf.ByteString
|
|
6514
|
+
getScopeBytes() {
|
|
6515
|
+
java.lang.Object ref = scope_;
|
|
6516
|
+
if (ref instanceof String) {
|
|
6517
|
+
com.google.protobuf.ByteString b =
|
|
6518
|
+
com.google.protobuf.ByteString.copyFromUtf8(
|
|
6519
|
+
(java.lang.String) ref);
|
|
6520
|
+
scope_ = b;
|
|
6521
|
+
return b;
|
|
6522
|
+
} else {
|
|
6523
|
+
return (com.google.protobuf.ByteString) ref;
|
|
6524
|
+
}
|
|
6525
|
+
}
|
|
6526
|
+
/**
|
|
6527
|
+
* <code>optional string scope = 39;</code>
|
|
6528
|
+
* @param value The scope to set.
|
|
6529
|
+
* @return This builder for chaining.
|
|
6530
|
+
*/
|
|
6531
|
+
public Builder setScope(
|
|
6532
|
+
java.lang.String value) {
|
|
6533
|
+
if (value == null) { throw new NullPointerException(); }
|
|
6534
|
+
scope_ = value;
|
|
6535
|
+
bitField1_ |= 0x00000010;
|
|
6536
|
+
onChanged();
|
|
6537
|
+
return this;
|
|
6538
|
+
}
|
|
6539
|
+
/**
|
|
6540
|
+
* <code>optional string scope = 39;</code>
|
|
6541
|
+
* @return This builder for chaining.
|
|
6542
|
+
*/
|
|
6543
|
+
public Builder clearScope() {
|
|
6544
|
+
scope_ = getDefaultInstance().getScope();
|
|
6545
|
+
bitField1_ = (bitField1_ & ~0x00000010);
|
|
6546
|
+
onChanged();
|
|
6547
|
+
return this;
|
|
6548
|
+
}
|
|
6549
|
+
/**
|
|
6550
|
+
* <code>optional string scope = 39;</code>
|
|
6551
|
+
* @param value The bytes for scope to set.
|
|
6552
|
+
* @return This builder for chaining.
|
|
6553
|
+
*/
|
|
6554
|
+
public Builder setScopeBytes(
|
|
6555
|
+
com.google.protobuf.ByteString value) {
|
|
6556
|
+
if (value == null) { throw new NullPointerException(); }
|
|
6557
|
+
checkByteStringIsUtf8(value);
|
|
6558
|
+
scope_ = value;
|
|
6559
|
+
bitField1_ |= 0x00000010;
|
|
6560
|
+
onChanged();
|
|
6561
|
+
return this;
|
|
6562
|
+
}
|
|
6563
|
+
|
|
6564
|
+
private java.lang.Object qDisc_ = "";
|
|
6565
|
+
/**
|
|
6566
|
+
* <code>optional string q_disc = 40;</code>
|
|
6567
|
+
* @return Whether the qDisc field is set.
|
|
6568
|
+
*/
|
|
6569
|
+
public boolean hasQDisc() {
|
|
6570
|
+
return ((bitField1_ & 0x00000020) != 0);
|
|
6571
|
+
}
|
|
6572
|
+
/**
|
|
6573
|
+
* <code>optional string q_disc = 40;</code>
|
|
6574
|
+
* @return The qDisc.
|
|
6575
|
+
*/
|
|
6576
|
+
public java.lang.String getQDisc() {
|
|
6577
|
+
java.lang.Object ref = qDisc_;
|
|
6578
|
+
if (!(ref instanceof java.lang.String)) {
|
|
6579
|
+
com.google.protobuf.ByteString bs =
|
|
6580
|
+
(com.google.protobuf.ByteString) ref;
|
|
6581
|
+
java.lang.String s = bs.toStringUtf8();
|
|
6582
|
+
qDisc_ = s;
|
|
6583
|
+
return s;
|
|
6584
|
+
} else {
|
|
6585
|
+
return (java.lang.String) ref;
|
|
6586
|
+
}
|
|
6587
|
+
}
|
|
6588
|
+
/**
|
|
6589
|
+
* <code>optional string q_disc = 40;</code>
|
|
6590
|
+
* @return The bytes for qDisc.
|
|
6591
|
+
*/
|
|
6592
|
+
public com.google.protobuf.ByteString
|
|
6593
|
+
getQDiscBytes() {
|
|
6594
|
+
java.lang.Object ref = qDisc_;
|
|
6595
|
+
if (ref instanceof String) {
|
|
6596
|
+
com.google.protobuf.ByteString b =
|
|
6597
|
+
com.google.protobuf.ByteString.copyFromUtf8(
|
|
6598
|
+
(java.lang.String) ref);
|
|
6599
|
+
qDisc_ = b;
|
|
6600
|
+
return b;
|
|
6601
|
+
} else {
|
|
6602
|
+
return (com.google.protobuf.ByteString) ref;
|
|
6603
|
+
}
|
|
6604
|
+
}
|
|
6605
|
+
/**
|
|
6606
|
+
* <code>optional string q_disc = 40;</code>
|
|
6607
|
+
* @param value The qDisc to set.
|
|
6608
|
+
* @return This builder for chaining.
|
|
6609
|
+
*/
|
|
6610
|
+
public Builder setQDisc(
|
|
6611
|
+
java.lang.String value) {
|
|
6612
|
+
if (value == null) { throw new NullPointerException(); }
|
|
6613
|
+
qDisc_ = value;
|
|
6614
|
+
bitField1_ |= 0x00000020;
|
|
6615
|
+
onChanged();
|
|
6616
|
+
return this;
|
|
6617
|
+
}
|
|
6618
|
+
/**
|
|
6619
|
+
* <code>optional string q_disc = 40;</code>
|
|
6620
|
+
* @return This builder for chaining.
|
|
6621
|
+
*/
|
|
6622
|
+
public Builder clearQDisc() {
|
|
6623
|
+
qDisc_ = getDefaultInstance().getQDisc();
|
|
6624
|
+
bitField1_ = (bitField1_ & ~0x00000020);
|
|
6625
|
+
onChanged();
|
|
6626
|
+
return this;
|
|
6627
|
+
}
|
|
6628
|
+
/**
|
|
6629
|
+
* <code>optional string q_disc = 40;</code>
|
|
6630
|
+
* @param value The bytes for qDisc to set.
|
|
6631
|
+
* @return This builder for chaining.
|
|
6632
|
+
*/
|
|
6633
|
+
public Builder setQDiscBytes(
|
|
6634
|
+
com.google.protobuf.ByteString value) {
|
|
6635
|
+
if (value == null) { throw new NullPointerException(); }
|
|
6636
|
+
checkByteStringIsUtf8(value);
|
|
6637
|
+
qDisc_ = value;
|
|
6638
|
+
bitField1_ |= 0x00000020;
|
|
6639
|
+
onChanged();
|
|
6640
|
+
return this;
|
|
6641
|
+
}
|
|
6642
|
+
|
|
6643
|
+
private java.lang.Object group_ = "";
|
|
6644
|
+
/**
|
|
6645
|
+
* <code>optional string group = 41;</code>
|
|
6646
|
+
* @return Whether the group field is set.
|
|
6647
|
+
*/
|
|
6648
|
+
public boolean hasGroup() {
|
|
6649
|
+
return ((bitField1_ & 0x00000040) != 0);
|
|
6650
|
+
}
|
|
6651
|
+
/**
|
|
6652
|
+
* <code>optional string group = 41;</code>
|
|
6653
|
+
* @return The group.
|
|
6654
|
+
*/
|
|
6655
|
+
public java.lang.String getGroup() {
|
|
6656
|
+
java.lang.Object ref = group_;
|
|
6657
|
+
if (!(ref instanceof java.lang.String)) {
|
|
6658
|
+
com.google.protobuf.ByteString bs =
|
|
6659
|
+
(com.google.protobuf.ByteString) ref;
|
|
6660
|
+
java.lang.String s = bs.toStringUtf8();
|
|
6661
|
+
group_ = s;
|
|
6662
|
+
return s;
|
|
6663
|
+
} else {
|
|
6664
|
+
return (java.lang.String) ref;
|
|
6665
|
+
}
|
|
6666
|
+
}
|
|
6667
|
+
/**
|
|
6668
|
+
* <code>optional string group = 41;</code>
|
|
6669
|
+
* @return The bytes for group.
|
|
6670
|
+
*/
|
|
6671
|
+
public com.google.protobuf.ByteString
|
|
6672
|
+
getGroupBytes() {
|
|
6673
|
+
java.lang.Object ref = group_;
|
|
6674
|
+
if (ref instanceof String) {
|
|
6675
|
+
com.google.protobuf.ByteString b =
|
|
6676
|
+
com.google.protobuf.ByteString.copyFromUtf8(
|
|
6677
|
+
(java.lang.String) ref);
|
|
6678
|
+
group_ = b;
|
|
6679
|
+
return b;
|
|
6680
|
+
} else {
|
|
6681
|
+
return (com.google.protobuf.ByteString) ref;
|
|
6682
|
+
}
|
|
6683
|
+
}
|
|
6684
|
+
/**
|
|
6685
|
+
* <code>optional string group = 41;</code>
|
|
6686
|
+
* @param value The group to set.
|
|
6687
|
+
* @return This builder for chaining.
|
|
6688
|
+
*/
|
|
6689
|
+
public Builder setGroup(
|
|
6690
|
+
java.lang.String value) {
|
|
6691
|
+
if (value == null) { throw new NullPointerException(); }
|
|
6692
|
+
group_ = value;
|
|
6693
|
+
bitField1_ |= 0x00000040;
|
|
6694
|
+
onChanged();
|
|
6695
|
+
return this;
|
|
6696
|
+
}
|
|
6697
|
+
/**
|
|
6698
|
+
* <code>optional string group = 41;</code>
|
|
6699
|
+
* @return This builder for chaining.
|
|
6700
|
+
*/
|
|
6701
|
+
public Builder clearGroup() {
|
|
6702
|
+
group_ = getDefaultInstance().getGroup();
|
|
6703
|
+
bitField1_ = (bitField1_ & ~0x00000040);
|
|
6704
|
+
onChanged();
|
|
6705
|
+
return this;
|
|
6706
|
+
}
|
|
6707
|
+
/**
|
|
6708
|
+
* <code>optional string group = 41;</code>
|
|
6709
|
+
* @param value The bytes for group to set.
|
|
6710
|
+
* @return This builder for chaining.
|
|
6711
|
+
*/
|
|
6712
|
+
public Builder setGroupBytes(
|
|
6713
|
+
com.google.protobuf.ByteString value) {
|
|
6714
|
+
if (value == null) { throw new NullPointerException(); }
|
|
6715
|
+
checkByteStringIsUtf8(value);
|
|
6716
|
+
group_ = value;
|
|
6717
|
+
bitField1_ |= 0x00000040;
|
|
6718
|
+
onChanged();
|
|
6719
|
+
return this;
|
|
6720
|
+
}
|
|
5743
6721
|
@java.lang.Override
|
|
5744
6722
|
public final Builder setUnknownFields(
|
|
5745
6723
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|