@lansweeper/data-platform-outbound-grpc 0.3.9 → 0.3.11

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.
Files changed (41) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +77 -0
  4. package/gen-proto/outbound_pb.js +606 -1
  5. package/generated-go/outbound.pb.go +7337 -7166
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +17 -2
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/NetworkInterface$1.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/NetworkInterface$Builder.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/NetworkInterface.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/NetworkInterfaceOrBuilder.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/NetworkProtocols$1.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/NetworkProtocols$Builder.class +0 -0
  15. package/model/target/classes/com/lansweeper/dp/outbound/v1/NetworkProtocols.class +0 -0
  16. package/model/target/classes/com/lansweeper/dp/outbound/v1/NetworkProtocolsOrBuilder.class +0 -0
  17. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  18. package/model/target/classes/com/lansweeper/dp/outbound/v1/SnmpInfo$1.class +0 -0
  19. package/model/target/classes/com/lansweeper/dp/outbound/v1/SnmpInfo$Builder.class +0 -0
  20. package/model/target/classes/com/lansweeper/dp/outbound/v1/SnmpInfo.class +0 -0
  21. package/model/target/classes/com/lansweeper/dp/outbound/v1/SnmpInfoOrBuilder.class +0 -0
  22. package/model/target/classes/outbound.proto +17 -2
  23. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/NetworkInterface.java +634 -119
  24. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/NetworkInterfaceOrBuilder.java +66 -2
  25. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/NetworkProtocols.java +243 -2
  26. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/NetworkProtocolsOrBuilder.java +27 -0
  27. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +2139 -2118
  28. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SnmpInfo.java +1194 -0
  29. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SnmpInfoOrBuilder.java +95 -0
  30. package/model/target/maven-archiver/pom.properties +2 -2
  31. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +5 -1
  32. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +2 -0
  33. package/model/target/{outbound-model-0.3.8-sources.jar → outbound-model-0.3.10-sources.jar} +0 -0
  34. package/model/target/{outbound-model-0.3.8.jar → outbound-model-0.3.10.jar} +0 -0
  35. package/package.json +2 -2
  36. package/pom.xml +1 -1
  37. package/proto/outbound.proto +17 -2
  38. package/service/pom.xml +1 -1
  39. package/service/target/maven-archiver/pom.properties +2 -2
  40. package/service/target/{outbound-service-0.3.8-sources.jar → outbound-service-0.3.10-sources.jar} +0 -0
  41. package/service/target/{outbound-service-0.3.8.jar → outbound-service-0.3.10.jar} +0 -0
@@ -32,6 +32,8 @@ private static final long serialVersionUID = 0L;
32
32
  dnsDomainSuffixSearchOrder_ = "";
33
33
  serviceName_ = "";
34
34
  databasePath_ = "";
35
+ netConnectionId_ = "";
36
+ manufacturer_ = "";
35
37
  description_ = "";
36
38
  alias_ = "";
37
39
  connectedDevices_ =
@@ -719,6 +721,146 @@ private static final long serialVersionUID = 0L;
719
721
  }
720
722
  }
721
723
 
724
+ public static final int MODEL_VERSION_FIELD_NUMBER = 28;
725
+ private int modelVersion_ = 0;
726
+ /**
727
+ * <pre>
728
+ *WindowsNetworkAdapter
729
+ * </pre>
730
+ *
731
+ * <code>optional int32 model_version = 28;</code>
732
+ * @return Whether the modelVersion field is set.
733
+ */
734
+ @java.lang.Override
735
+ public boolean hasModelVersion() {
736
+ return ((bitField0_ & 0x00000400) != 0);
737
+ }
738
+ /**
739
+ * <pre>
740
+ *WindowsNetworkAdapter
741
+ * </pre>
742
+ *
743
+ * <code>optional int32 model_version = 28;</code>
744
+ * @return The modelVersion.
745
+ */
746
+ @java.lang.Override
747
+ public int getModelVersion() {
748
+ return modelVersion_;
749
+ }
750
+
751
+ public static final int NET_CONNECTION_ID_FIELD_NUMBER = 29;
752
+ @SuppressWarnings("serial")
753
+ private volatile java.lang.Object netConnectionId_ = "";
754
+ /**
755
+ * <code>optional string net_connection_id = 29;</code>
756
+ * @return Whether the netConnectionId field is set.
757
+ */
758
+ @java.lang.Override
759
+ public boolean hasNetConnectionId() {
760
+ return ((bitField0_ & 0x00000800) != 0);
761
+ }
762
+ /**
763
+ * <code>optional string net_connection_id = 29;</code>
764
+ * @return The netConnectionId.
765
+ */
766
+ @java.lang.Override
767
+ public java.lang.String getNetConnectionId() {
768
+ java.lang.Object ref = netConnectionId_;
769
+ if (ref instanceof java.lang.String) {
770
+ return (java.lang.String) ref;
771
+ } else {
772
+ com.google.protobuf.ByteString bs =
773
+ (com.google.protobuf.ByteString) ref;
774
+ java.lang.String s = bs.toStringUtf8();
775
+ netConnectionId_ = s;
776
+ return s;
777
+ }
778
+ }
779
+ /**
780
+ * <code>optional string net_connection_id = 29;</code>
781
+ * @return The bytes for netConnectionId.
782
+ */
783
+ @java.lang.Override
784
+ public com.google.protobuf.ByteString
785
+ getNetConnectionIdBytes() {
786
+ java.lang.Object ref = netConnectionId_;
787
+ if (ref instanceof java.lang.String) {
788
+ com.google.protobuf.ByteString b =
789
+ com.google.protobuf.ByteString.copyFromUtf8(
790
+ (java.lang.String) ref);
791
+ netConnectionId_ = b;
792
+ return b;
793
+ } else {
794
+ return (com.google.protobuf.ByteString) ref;
795
+ }
796
+ }
797
+
798
+ public static final int MANUFACTURER_FIELD_NUMBER = 30;
799
+ @SuppressWarnings("serial")
800
+ private volatile java.lang.Object manufacturer_ = "";
801
+ /**
802
+ * <code>optional string manufacturer = 30;</code>
803
+ * @return Whether the manufacturer field is set.
804
+ */
805
+ @java.lang.Override
806
+ public boolean hasManufacturer() {
807
+ return ((bitField0_ & 0x00001000) != 0);
808
+ }
809
+ /**
810
+ * <code>optional string manufacturer = 30;</code>
811
+ * @return The manufacturer.
812
+ */
813
+ @java.lang.Override
814
+ public java.lang.String getManufacturer() {
815
+ java.lang.Object ref = manufacturer_;
816
+ if (ref instanceof java.lang.String) {
817
+ return (java.lang.String) ref;
818
+ } else {
819
+ com.google.protobuf.ByteString bs =
820
+ (com.google.protobuf.ByteString) ref;
821
+ java.lang.String s = bs.toStringUtf8();
822
+ manufacturer_ = s;
823
+ return s;
824
+ }
825
+ }
826
+ /**
827
+ * <code>optional string manufacturer = 30;</code>
828
+ * @return The bytes for manufacturer.
829
+ */
830
+ @java.lang.Override
831
+ public com.google.protobuf.ByteString
832
+ getManufacturerBytes() {
833
+ java.lang.Object ref = manufacturer_;
834
+ if (ref instanceof java.lang.String) {
835
+ com.google.protobuf.ByteString b =
836
+ com.google.protobuf.ByteString.copyFromUtf8(
837
+ (java.lang.String) ref);
838
+ manufacturer_ = b;
839
+ return b;
840
+ } else {
841
+ return (com.google.protobuf.ByteString) ref;
842
+ }
843
+ }
844
+
845
+ public static final int NET_ENABLED_FIELD_NUMBER = 31;
846
+ private boolean netEnabled_ = false;
847
+ /**
848
+ * <code>optional bool net_enabled = 31;</code>
849
+ * @return Whether the netEnabled field is set.
850
+ */
851
+ @java.lang.Override
852
+ public boolean hasNetEnabled() {
853
+ return ((bitField0_ & 0x00002000) != 0);
854
+ }
855
+ /**
856
+ * <code>optional bool net_enabled = 31;</code>
857
+ * @return The netEnabled.
858
+ */
859
+ @java.lang.Override
860
+ public boolean getNetEnabled() {
861
+ return netEnabled_;
862
+ }
863
+
722
864
  public static final int SNMP_INDEX_FIELD_NUMBER = 27;
723
865
  private int snmpIndex_ = 0;
724
866
  /**
@@ -731,7 +873,7 @@ private static final long serialVersionUID = 0L;
731
873
  */
732
874
  @java.lang.Override
733
875
  public boolean hasSnmpIndex() {
734
- return ((bitField0_ & 0x00000400) != 0);
876
+ return ((bitField0_ & 0x00004000) != 0);
735
877
  }
736
878
  /**
737
879
  * <pre>
@@ -759,7 +901,7 @@ private static final long serialVersionUID = 0L;
759
901
  */
760
902
  @java.lang.Override
761
903
  public boolean hasDescription() {
762
- return ((bitField0_ & 0x00000800) != 0);
904
+ return ((bitField0_ & 0x00008000) != 0);
763
905
  }
764
906
  /**
765
907
  * <pre>
@@ -818,7 +960,7 @@ private static final long serialVersionUID = 0L;
818
960
  */
819
961
  @java.lang.Override
820
962
  public boolean hasAlias() {
821
- return ((bitField0_ & 0x00001000) != 0);
963
+ return ((bitField0_ & 0x00010000) != 0);
822
964
  }
823
965
  /**
824
966
  * <pre>
@@ -876,7 +1018,7 @@ private static final long serialVersionUID = 0L;
876
1018
  */
877
1019
  @java.lang.Override
878
1020
  public boolean hasMtu() {
879
- return ((bitField0_ & 0x00002000) != 0);
1021
+ return ((bitField0_ & 0x00020000) != 0);
880
1022
  }
881
1023
  /**
882
1024
  * <pre>
@@ -895,7 +1037,7 @@ private static final long serialVersionUID = 0L;
895
1037
  private long speed_ = 0L;
896
1038
  /**
897
1039
  * <pre>
898
- * SNMP only
1040
+ * SNMP and WindowsNetworkAdapter
899
1041
  * </pre>
900
1042
  *
901
1043
  * <code>optional int64 speed = 19;</code>
@@ -903,11 +1045,11 @@ private static final long serialVersionUID = 0L;
903
1045
  */
904
1046
  @java.lang.Override
905
1047
  public boolean hasSpeed() {
906
- return ((bitField0_ & 0x00004000) != 0);
1048
+ return ((bitField0_ & 0x00040000) != 0);
907
1049
  }
908
1050
  /**
909
1051
  * <pre>
910
- * SNMP only
1052
+ * SNMP and WindowsNetworkAdapter
911
1053
  * </pre>
912
1054
  *
913
1055
  * <code>optional int64 speed = 19;</code>
@@ -930,7 +1072,7 @@ private static final long serialVersionUID = 0L;
930
1072
  */
931
1073
  @java.lang.Override
932
1074
  public boolean hasHighSpeed() {
933
- return ((bitField0_ & 0x00008000) != 0);
1075
+ return ((bitField0_ & 0x00080000) != 0);
934
1076
  }
935
1077
  /**
936
1078
  * <pre>
@@ -957,7 +1099,7 @@ private static final long serialVersionUID = 0L;
957
1099
  */
958
1100
  @java.lang.Override
959
1101
  public boolean hasAdminStatus() {
960
- return ((bitField0_ & 0x00010000) != 0);
1102
+ return ((bitField0_ & 0x00100000) != 0);
961
1103
  }
962
1104
  /**
963
1105
  * <pre>
@@ -995,7 +1137,7 @@ private static final long serialVersionUID = 0L;
995
1137
  */
996
1138
  @java.lang.Override
997
1139
  public boolean hasOperStatus() {
998
- return ((bitField0_ & 0x00020000) != 0);
1140
+ return ((bitField0_ & 0x00200000) != 0);
999
1141
  }
1000
1142
  /**
1001
1143
  * <pre>
@@ -1139,7 +1281,7 @@ private static final long serialVersionUID = 0L;
1139
1281
  */
1140
1282
  @java.lang.Override
1141
1283
  public boolean hasIpv6PrefixLength() {
1142
- return ((bitField0_ & 0x00040000) != 0);
1284
+ return ((bitField0_ & 0x00400000) != 0);
1143
1285
  }
1144
1286
  /**
1145
1287
  * <pre>
@@ -1167,7 +1309,7 @@ private static final long serialVersionUID = 0L;
1167
1309
  */
1168
1310
  @java.lang.Override
1169
1311
  public boolean hasNetworkSignature() {
1170
- return ((bitField0_ & 0x00080000) != 0);
1312
+ return ((bitField0_ & 0x00800000) != 0);
1171
1313
  }
1172
1314
  /**
1173
1315
  * <pre>
@@ -1272,25 +1414,25 @@ private static final long serialVersionUID = 0L;
1272
1414
  if (((bitField0_ & 0x00000200) != 0)) {
1273
1415
  com.google.protobuf.GeneratedMessageV3.writeString(output, 15, databasePath_);
1274
1416
  }
1275
- if (((bitField0_ & 0x00000800) != 0)) {
1417
+ if (((bitField0_ & 0x00008000) != 0)) {
1276
1418
  com.google.protobuf.GeneratedMessageV3.writeString(output, 16, description_);
1277
1419
  }
1278
- if (((bitField0_ & 0x00001000) != 0)) {
1420
+ if (((bitField0_ & 0x00010000) != 0)) {
1279
1421
  com.google.protobuf.GeneratedMessageV3.writeString(output, 17, alias_);
1280
1422
  }
1281
- if (((bitField0_ & 0x00002000) != 0)) {
1423
+ if (((bitField0_ & 0x00020000) != 0)) {
1282
1424
  output.writeInt64(18, mtu_);
1283
1425
  }
1284
- if (((bitField0_ & 0x00004000) != 0)) {
1426
+ if (((bitField0_ & 0x00040000) != 0)) {
1285
1427
  output.writeInt64(19, speed_);
1286
1428
  }
1287
- if (((bitField0_ & 0x00008000) != 0)) {
1429
+ if (((bitField0_ & 0x00080000) != 0)) {
1288
1430
  output.writeInt64(20, highSpeed_);
1289
1431
  }
1290
- if (((bitField0_ & 0x00010000) != 0)) {
1432
+ if (((bitField0_ & 0x00100000) != 0)) {
1291
1433
  output.writeMessage(21, getAdminStatus());
1292
1434
  }
1293
- if (((bitField0_ & 0x00020000) != 0)) {
1435
+ if (((bitField0_ & 0x00200000) != 0)) {
1294
1436
  output.writeMessage(22, getOperStatus());
1295
1437
  }
1296
1438
  for (int i = 0; i < connectedDevices_.size(); i++) {
@@ -1299,15 +1441,27 @@ private static final long serialVersionUID = 0L;
1299
1441
  for (int i = 0; i < vlans_.size(); i++) {
1300
1442
  com.google.protobuf.GeneratedMessageV3.writeString(output, 24, vlans_.getRaw(i));
1301
1443
  }
1302
- if (((bitField0_ & 0x00040000) != 0)) {
1444
+ if (((bitField0_ & 0x00400000) != 0)) {
1303
1445
  output.writeUInt64(25, ipv6PrefixLength_);
1304
1446
  }
1305
- if (((bitField0_ & 0x00080000) != 0)) {
1447
+ if (((bitField0_ & 0x00800000) != 0)) {
1306
1448
  com.google.protobuf.GeneratedMessageV3.writeString(output, 26, networkSignature_);
1307
1449
  }
1308
- if (((bitField0_ & 0x00000400) != 0)) {
1450
+ if (((bitField0_ & 0x00004000) != 0)) {
1309
1451
  output.writeInt32(27, snmpIndex_);
1310
1452
  }
1453
+ if (((bitField0_ & 0x00000400) != 0)) {
1454
+ output.writeInt32(28, modelVersion_);
1455
+ }
1456
+ if (((bitField0_ & 0x00000800) != 0)) {
1457
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 29, netConnectionId_);
1458
+ }
1459
+ if (((bitField0_ & 0x00001000) != 0)) {
1460
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 30, manufacturer_);
1461
+ }
1462
+ if (((bitField0_ & 0x00002000) != 0)) {
1463
+ output.writeBool(31, netEnabled_);
1464
+ }
1311
1465
  getUnknownFields().writeTo(output);
1312
1466
  }
1313
1467
 
@@ -1369,29 +1523,29 @@ private static final long serialVersionUID = 0L;
1369
1523
  if (((bitField0_ & 0x00000200) != 0)) {
1370
1524
  size += com.google.protobuf.GeneratedMessageV3.computeStringSize(15, databasePath_);
1371
1525
  }
1372
- if (((bitField0_ & 0x00000800) != 0)) {
1526
+ if (((bitField0_ & 0x00008000) != 0)) {
1373
1527
  size += com.google.protobuf.GeneratedMessageV3.computeStringSize(16, description_);
1374
1528
  }
1375
- if (((bitField0_ & 0x00001000) != 0)) {
1529
+ if (((bitField0_ & 0x00010000) != 0)) {
1376
1530
  size += com.google.protobuf.GeneratedMessageV3.computeStringSize(17, alias_);
1377
1531
  }
1378
- if (((bitField0_ & 0x00002000) != 0)) {
1532
+ if (((bitField0_ & 0x00020000) != 0)) {
1379
1533
  size += com.google.protobuf.CodedOutputStream
1380
1534
  .computeInt64Size(18, mtu_);
1381
1535
  }
1382
- if (((bitField0_ & 0x00004000) != 0)) {
1536
+ if (((bitField0_ & 0x00040000) != 0)) {
1383
1537
  size += com.google.protobuf.CodedOutputStream
1384
1538
  .computeInt64Size(19, speed_);
1385
1539
  }
1386
- if (((bitField0_ & 0x00008000) != 0)) {
1540
+ if (((bitField0_ & 0x00080000) != 0)) {
1387
1541
  size += com.google.protobuf.CodedOutputStream
1388
1542
  .computeInt64Size(20, highSpeed_);
1389
1543
  }
1390
- if (((bitField0_ & 0x00010000) != 0)) {
1544
+ if (((bitField0_ & 0x00100000) != 0)) {
1391
1545
  size += com.google.protobuf.CodedOutputStream
1392
1546
  .computeMessageSize(21, getAdminStatus());
1393
1547
  }
1394
- if (((bitField0_ & 0x00020000) != 0)) {
1548
+ if (((bitField0_ & 0x00200000) != 0)) {
1395
1549
  size += com.google.protobuf.CodedOutputStream
1396
1550
  .computeMessageSize(22, getOperStatus());
1397
1551
  }
@@ -1411,17 +1565,31 @@ private static final long serialVersionUID = 0L;
1411
1565
  size += dataSize;
1412
1566
  size += 2 * getVlansList().size();
1413
1567
  }
1414
- if (((bitField0_ & 0x00040000) != 0)) {
1568
+ if (((bitField0_ & 0x00400000) != 0)) {
1415
1569
  size += com.google.protobuf.CodedOutputStream
1416
1570
  .computeUInt64Size(25, ipv6PrefixLength_);
1417
1571
  }
1418
- if (((bitField0_ & 0x00080000) != 0)) {
1572
+ if (((bitField0_ & 0x00800000) != 0)) {
1419
1573
  size += com.google.protobuf.GeneratedMessageV3.computeStringSize(26, networkSignature_);
1420
1574
  }
1421
- if (((bitField0_ & 0x00000400) != 0)) {
1575
+ if (((bitField0_ & 0x00004000) != 0)) {
1422
1576
  size += com.google.protobuf.CodedOutputStream
1423
1577
  .computeInt32Size(27, snmpIndex_);
1424
1578
  }
1579
+ if (((bitField0_ & 0x00000400) != 0)) {
1580
+ size += com.google.protobuf.CodedOutputStream
1581
+ .computeInt32Size(28, modelVersion_);
1582
+ }
1583
+ if (((bitField0_ & 0x00000800) != 0)) {
1584
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(29, netConnectionId_);
1585
+ }
1586
+ if (((bitField0_ & 0x00001000) != 0)) {
1587
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(30, manufacturer_);
1588
+ }
1589
+ if (((bitField0_ & 0x00002000) != 0)) {
1590
+ size += com.google.protobuf.CodedOutputStream
1591
+ .computeBoolSize(31, netEnabled_);
1592
+ }
1425
1593
  size += getUnknownFields().getSerializedSize();
1426
1594
  memoizedSize = size;
1427
1595
  return size;
@@ -1497,6 +1665,26 @@ private static final long serialVersionUID = 0L;
1497
1665
  if (!getDatabasePath()
1498
1666
  .equals(other.getDatabasePath())) return false;
1499
1667
  }
1668
+ if (hasModelVersion() != other.hasModelVersion()) return false;
1669
+ if (hasModelVersion()) {
1670
+ if (getModelVersion()
1671
+ != other.getModelVersion()) return false;
1672
+ }
1673
+ if (hasNetConnectionId() != other.hasNetConnectionId()) return false;
1674
+ if (hasNetConnectionId()) {
1675
+ if (!getNetConnectionId()
1676
+ .equals(other.getNetConnectionId())) return false;
1677
+ }
1678
+ if (hasManufacturer() != other.hasManufacturer()) return false;
1679
+ if (hasManufacturer()) {
1680
+ if (!getManufacturer()
1681
+ .equals(other.getManufacturer())) return false;
1682
+ }
1683
+ if (hasNetEnabled() != other.hasNetEnabled()) return false;
1684
+ if (hasNetEnabled()) {
1685
+ if (getNetEnabled()
1686
+ != other.getNetEnabled()) return false;
1687
+ }
1500
1688
  if (hasSnmpIndex() != other.hasSnmpIndex()) return false;
1501
1689
  if (hasSnmpIndex()) {
1502
1690
  if (getSnmpIndex()
@@ -1617,6 +1805,23 @@ private static final long serialVersionUID = 0L;
1617
1805
  hash = (37 * hash) + DATABASE_PATH_FIELD_NUMBER;
1618
1806
  hash = (53 * hash) + getDatabasePath().hashCode();
1619
1807
  }
1808
+ if (hasModelVersion()) {
1809
+ hash = (37 * hash) + MODEL_VERSION_FIELD_NUMBER;
1810
+ hash = (53 * hash) + getModelVersion();
1811
+ }
1812
+ if (hasNetConnectionId()) {
1813
+ hash = (37 * hash) + NET_CONNECTION_ID_FIELD_NUMBER;
1814
+ hash = (53 * hash) + getNetConnectionId().hashCode();
1815
+ }
1816
+ if (hasManufacturer()) {
1817
+ hash = (37 * hash) + MANUFACTURER_FIELD_NUMBER;
1818
+ hash = (53 * hash) + getManufacturer().hashCode();
1819
+ }
1820
+ if (hasNetEnabled()) {
1821
+ hash = (37 * hash) + NET_ENABLED_FIELD_NUMBER;
1822
+ hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
1823
+ getNetEnabled());
1824
+ }
1620
1825
  if (hasSnmpIndex()) {
1621
1826
  hash = (37 * hash) + SNMP_INDEX_FIELD_NUMBER;
1622
1827
  hash = (53 * hash) + getSnmpIndex();
@@ -1830,6 +2035,10 @@ private static final long serialVersionUID = 0L;
1830
2035
  dnsDomainSuffixSearchOrder_ = "";
1831
2036
  serviceName_ = "";
1832
2037
  databasePath_ = "";
2038
+ modelVersion_ = 0;
2039
+ netConnectionId_ = "";
2040
+ manufacturer_ = "";
2041
+ netEnabled_ = false;
1833
2042
  snmpIndex_ = 0;
1834
2043
  description_ = "";
1835
2044
  alias_ = "";
@@ -1953,56 +2162,72 @@ private static final long serialVersionUID = 0L;
1953
2162
  to_bitField0_ |= 0x00000200;
1954
2163
  }
1955
2164
  if (((from_bitField0_ & 0x00008000) != 0)) {
1956
- result.snmpIndex_ = snmpIndex_;
2165
+ result.modelVersion_ = modelVersion_;
1957
2166
  to_bitField0_ |= 0x00000400;
1958
2167
  }
1959
2168
  if (((from_bitField0_ & 0x00010000) != 0)) {
1960
- result.description_ = description_;
2169
+ result.netConnectionId_ = netConnectionId_;
1961
2170
  to_bitField0_ |= 0x00000800;
1962
2171
  }
1963
2172
  if (((from_bitField0_ & 0x00020000) != 0)) {
1964
- result.alias_ = alias_;
2173
+ result.manufacturer_ = manufacturer_;
1965
2174
  to_bitField0_ |= 0x00001000;
1966
2175
  }
1967
2176
  if (((from_bitField0_ & 0x00040000) != 0)) {
1968
- result.mtu_ = mtu_;
2177
+ result.netEnabled_ = netEnabled_;
1969
2178
  to_bitField0_ |= 0x00002000;
1970
2179
  }
1971
2180
  if (((from_bitField0_ & 0x00080000) != 0)) {
1972
- result.speed_ = speed_;
2181
+ result.snmpIndex_ = snmpIndex_;
1973
2182
  to_bitField0_ |= 0x00004000;
1974
2183
  }
1975
2184
  if (((from_bitField0_ & 0x00100000) != 0)) {
1976
- result.highSpeed_ = highSpeed_;
2185
+ result.description_ = description_;
1977
2186
  to_bitField0_ |= 0x00008000;
1978
2187
  }
1979
2188
  if (((from_bitField0_ & 0x00200000) != 0)) {
2189
+ result.alias_ = alias_;
2190
+ to_bitField0_ |= 0x00010000;
2191
+ }
2192
+ if (((from_bitField0_ & 0x00400000) != 0)) {
2193
+ result.mtu_ = mtu_;
2194
+ to_bitField0_ |= 0x00020000;
2195
+ }
2196
+ if (((from_bitField0_ & 0x00800000) != 0)) {
2197
+ result.speed_ = speed_;
2198
+ to_bitField0_ |= 0x00040000;
2199
+ }
2200
+ if (((from_bitField0_ & 0x01000000) != 0)) {
2201
+ result.highSpeed_ = highSpeed_;
2202
+ to_bitField0_ |= 0x00080000;
2203
+ }
2204
+ if (((from_bitField0_ & 0x02000000) != 0)) {
1980
2205
  result.adminStatus_ = adminStatusBuilder_ == null
1981
2206
  ? adminStatus_
1982
2207
  : adminStatusBuilder_.build();
1983
- to_bitField0_ |= 0x00010000;
2208
+ to_bitField0_ |= 0x00100000;
1984
2209
  }
1985
- if (((from_bitField0_ & 0x00400000) != 0)) {
2210
+ if (((from_bitField0_ & 0x04000000) != 0)) {
1986
2211
  result.operStatus_ = operStatusBuilder_ == null
1987
2212
  ? operStatus_
1988
2213
  : operStatusBuilder_.build();
1989
- to_bitField0_ |= 0x00020000;
2214
+ to_bitField0_ |= 0x00200000;
1990
2215
  }
1991
- if (((from_bitField0_ & 0x00800000) != 0)) {
2216
+ if (((from_bitField0_ & 0x08000000) != 0)) {
1992
2217
  connectedDevices_.makeImmutable();
1993
2218
  result.connectedDevices_ = connectedDevices_;
1994
2219
  }
1995
- if (((from_bitField0_ & 0x01000000) != 0)) {
2220
+ if (((from_bitField0_ & 0x10000000) != 0)) {
1996
2221
  vlans_.makeImmutable();
1997
2222
  result.vlans_ = vlans_;
1998
2223
  }
1999
- if (((from_bitField0_ & 0x02000000) != 0)) {
2224
+ if (((from_bitField0_ & 0x20000000) != 0)) {
2000
2225
  result.ipv6PrefixLength_ = ipv6PrefixLength_;
2001
- to_bitField0_ |= 0x00040000;
2226
+ to_bitField0_ |= 0x00400000;
2002
2227
  }
2003
- if (((from_bitField0_ & 0x04000000) != 0)) {
2228
+ if (((from_bitField0_ & 0x40000000) != 0)) {
2004
2229
  result.networkSignature_ = networkSignature_;
2005
- to_bitField0_ |= 0x00080000;
2230
+ to_bitField0_ |= 0x00800000;
2006
2231
  }
2007
2232
  result.bitField0_ |= to_bitField0_;
2008
2233
  }
@@ -2150,17 +2375,33 @@ private static final long serialVersionUID = 0L;
2150
2375
  bitField0_ |= 0x00004000;
2151
2376
  onChanged();
2152
2377
  }
2378
+ if (other.hasModelVersion()) {
2379
+ setModelVersion(other.getModelVersion());
2380
+ }
2381
+ if (other.hasNetConnectionId()) {
2382
+ netConnectionId_ = other.netConnectionId_;
2383
+ bitField0_ |= 0x00010000;
2384
+ onChanged();
2385
+ }
2386
+ if (other.hasManufacturer()) {
2387
+ manufacturer_ = other.manufacturer_;
2388
+ bitField0_ |= 0x00020000;
2389
+ onChanged();
2390
+ }
2391
+ if (other.hasNetEnabled()) {
2392
+ setNetEnabled(other.getNetEnabled());
2393
+ }
2153
2394
  if (other.hasSnmpIndex()) {
2154
2395
  setSnmpIndex(other.getSnmpIndex());
2155
2396
  }
2156
2397
  if (other.hasDescription()) {
2157
2398
  description_ = other.description_;
2158
- bitField0_ |= 0x00010000;
2399
+ bitField0_ |= 0x00100000;
2159
2400
  onChanged();
2160
2401
  }
2161
2402
  if (other.hasAlias()) {
2162
2403
  alias_ = other.alias_;
2163
- bitField0_ |= 0x00020000;
2404
+ bitField0_ |= 0x00200000;
2164
2405
  onChanged();
2165
2406
  }
2166
2407
  if (other.hasMtu()) {
@@ -2181,7 +2422,7 @@ private static final long serialVersionUID = 0L;
2181
2422
  if (!other.connectedDevices_.isEmpty()) {
2182
2423
  if (connectedDevices_.isEmpty()) {
2183
2424
  connectedDevices_ = other.connectedDevices_;
2184
- bitField0_ |= 0x00800000;
2425
+ bitField0_ |= 0x08000000;
2185
2426
  } else {
2186
2427
  ensureConnectedDevicesIsMutable();
2187
2428
  connectedDevices_.addAll(other.connectedDevices_);
@@ -2191,7 +2432,7 @@ private static final long serialVersionUID = 0L;
2191
2432
  if (!other.vlans_.isEmpty()) {
2192
2433
  if (vlans_.isEmpty()) {
2193
2434
  vlans_ = other.vlans_;
2194
- bitField0_ |= 0x01000000;
2435
+ bitField0_ |= 0x10000000;
2195
2436
  } else {
2196
2437
  ensureVlansIsMutable();
2197
2438
  vlans_.addAll(other.vlans_);
@@ -2203,7 +2444,7 @@ private static final long serialVersionUID = 0L;
2203
2444
  }
2204
2445
  if (other.hasNetworkSignature()) {
2205
2446
  networkSignature_ = other.networkSignature_;
2206
- bitField0_ |= 0x04000000;
2447
+ bitField0_ |= 0x40000000;
2207
2448
  onChanged();
2208
2449
  }
2209
2450
  this.mergeUnknownFields(other.getUnknownFields());
@@ -2318,41 +2559,41 @@ private static final long serialVersionUID = 0L;
2318
2559
  } // case 122
2319
2560
  case 130: {
2320
2561
  description_ = input.readStringRequireUtf8();
2321
- bitField0_ |= 0x00010000;
2562
+ bitField0_ |= 0x00100000;
2322
2563
  break;
2323
2564
  } // case 130
2324
2565
  case 138: {
2325
2566
  alias_ = input.readStringRequireUtf8();
2326
- bitField0_ |= 0x00020000;
2567
+ bitField0_ |= 0x00200000;
2327
2568
  break;
2328
2569
  } // case 138
2329
2570
  case 144: {
2330
2571
  mtu_ = input.readInt64();
2331
- bitField0_ |= 0x00040000;
2572
+ bitField0_ |= 0x00400000;
2332
2573
  break;
2333
2574
  } // case 144
2334
2575
  case 152: {
2335
2576
  speed_ = input.readInt64();
2336
- bitField0_ |= 0x00080000;
2577
+ bitField0_ |= 0x00800000;
2337
2578
  break;
2338
2579
  } // case 152
2339
2580
  case 160: {
2340
2581
  highSpeed_ = input.readInt64();
2341
- bitField0_ |= 0x00100000;
2582
+ bitField0_ |= 0x01000000;
2342
2583
  break;
2343
2584
  } // case 160
2344
2585
  case 170: {
2345
2586
  input.readMessage(
2346
2587
  getAdminStatusFieldBuilder().getBuilder(),
2347
2588
  extensionRegistry);
2348
- bitField0_ |= 0x00200000;
2589
+ bitField0_ |= 0x02000000;
2349
2590
  break;
2350
2591
  } // case 170
2351
2592
  case 178: {
2352
2593
  input.readMessage(
2353
2594
  getOperStatusFieldBuilder().getBuilder(),
2354
2595
  extensionRegistry);
2355
- bitField0_ |= 0x00400000;
2596
+ bitField0_ |= 0x04000000;
2356
2597
  break;
2357
2598
  } // case 178
2358
2599
  case 186: {
@@ -2369,19 +2610,39 @@ private static final long serialVersionUID = 0L;
2369
2610
  } // case 194
2370
2611
  case 200: {
2371
2612
  ipv6PrefixLength_ = input.readUInt64();
2372
- bitField0_ |= 0x02000000;
2613
+ bitField0_ |= 0x20000000;
2373
2614
  break;
2374
2615
  } // case 200
2375
2616
  case 210: {
2376
2617
  networkSignature_ = input.readStringRequireUtf8();
2377
- bitField0_ |= 0x04000000;
2618
+ bitField0_ |= 0x40000000;
2378
2619
  break;
2379
2620
  } // case 210
2380
2621
  case 216: {
2381
2622
  snmpIndex_ = input.readInt32();
2382
- bitField0_ |= 0x00008000;
2623
+ bitField0_ |= 0x00080000;
2383
2624
  break;
2384
2625
  } // case 216
2626
+ case 224: {
2627
+ modelVersion_ = input.readInt32();
2628
+ bitField0_ |= 0x00008000;
2629
+ break;
2630
+ } // case 224
2631
+ case 234: {
2632
+ netConnectionId_ = input.readStringRequireUtf8();
2633
+ bitField0_ |= 0x00010000;
2634
+ break;
2635
+ } // case 234
2636
+ case 242: {
2637
+ manufacturer_ = input.readStringRequireUtf8();
2638
+ bitField0_ |= 0x00020000;
2639
+ break;
2640
+ } // case 242
2641
+ case 248: {
2642
+ netEnabled_ = input.readBool();
2643
+ bitField0_ |= 0x00040000;
2644
+ break;
2645
+ } // case 248
2385
2646
  default: {
2386
2647
  if (!super.parseUnknownField(input, extensionRegistry, tag)) {
2387
2648
  done = true; // was an endgroup tag
@@ -3761,6 +4022,260 @@ private static final long serialVersionUID = 0L;
3761
4022
  return this;
3762
4023
  }
3763
4024
 
4025
+ private int modelVersion_ ;
4026
+ /**
4027
+ * <pre>
4028
+ *WindowsNetworkAdapter
4029
+ * </pre>
4030
+ *
4031
+ * <code>optional int32 model_version = 28;</code>
4032
+ * @return Whether the modelVersion field is set.
4033
+ */
4034
+ @java.lang.Override
4035
+ public boolean hasModelVersion() {
4036
+ return ((bitField0_ & 0x00008000) != 0);
4037
+ }
4038
+ /**
4039
+ * <pre>
4040
+ *WindowsNetworkAdapter
4041
+ * </pre>
4042
+ *
4043
+ * <code>optional int32 model_version = 28;</code>
4044
+ * @return The modelVersion.
4045
+ */
4046
+ @java.lang.Override
4047
+ public int getModelVersion() {
4048
+ return modelVersion_;
4049
+ }
4050
+ /**
4051
+ * <pre>
4052
+ *WindowsNetworkAdapter
4053
+ * </pre>
4054
+ *
4055
+ * <code>optional int32 model_version = 28;</code>
4056
+ * @param value The modelVersion to set.
4057
+ * @return This builder for chaining.
4058
+ */
4059
+ public Builder setModelVersion(int value) {
4060
+
4061
+ modelVersion_ = value;
4062
+ bitField0_ |= 0x00008000;
4063
+ onChanged();
4064
+ return this;
4065
+ }
4066
+ /**
4067
+ * <pre>
4068
+ *WindowsNetworkAdapter
4069
+ * </pre>
4070
+ *
4071
+ * <code>optional int32 model_version = 28;</code>
4072
+ * @return This builder for chaining.
4073
+ */
4074
+ public Builder clearModelVersion() {
4075
+ bitField0_ = (bitField0_ & ~0x00008000);
4076
+ modelVersion_ = 0;
4077
+ onChanged();
4078
+ return this;
4079
+ }
4080
+
4081
+ private java.lang.Object netConnectionId_ = "";
4082
+ /**
4083
+ * <code>optional string net_connection_id = 29;</code>
4084
+ * @return Whether the netConnectionId field is set.
4085
+ */
4086
+ public boolean hasNetConnectionId() {
4087
+ return ((bitField0_ & 0x00010000) != 0);
4088
+ }
4089
+ /**
4090
+ * <code>optional string net_connection_id = 29;</code>
4091
+ * @return The netConnectionId.
4092
+ */
4093
+ public java.lang.String getNetConnectionId() {
4094
+ java.lang.Object ref = netConnectionId_;
4095
+ if (!(ref instanceof java.lang.String)) {
4096
+ com.google.protobuf.ByteString bs =
4097
+ (com.google.protobuf.ByteString) ref;
4098
+ java.lang.String s = bs.toStringUtf8();
4099
+ netConnectionId_ = s;
4100
+ return s;
4101
+ } else {
4102
+ return (java.lang.String) ref;
4103
+ }
4104
+ }
4105
+ /**
4106
+ * <code>optional string net_connection_id = 29;</code>
4107
+ * @return The bytes for netConnectionId.
4108
+ */
4109
+ public com.google.protobuf.ByteString
4110
+ getNetConnectionIdBytes() {
4111
+ java.lang.Object ref = netConnectionId_;
4112
+ if (ref instanceof String) {
4113
+ com.google.protobuf.ByteString b =
4114
+ com.google.protobuf.ByteString.copyFromUtf8(
4115
+ (java.lang.String) ref);
4116
+ netConnectionId_ = b;
4117
+ return b;
4118
+ } else {
4119
+ return (com.google.protobuf.ByteString) ref;
4120
+ }
4121
+ }
4122
+ /**
4123
+ * <code>optional string net_connection_id = 29;</code>
4124
+ * @param value The netConnectionId to set.
4125
+ * @return This builder for chaining.
4126
+ */
4127
+ public Builder setNetConnectionId(
4128
+ java.lang.String value) {
4129
+ if (value == null) { throw new NullPointerException(); }
4130
+ netConnectionId_ = value;
4131
+ bitField0_ |= 0x00010000;
4132
+ onChanged();
4133
+ return this;
4134
+ }
4135
+ /**
4136
+ * <code>optional string net_connection_id = 29;</code>
4137
+ * @return This builder for chaining.
4138
+ */
4139
+ public Builder clearNetConnectionId() {
4140
+ netConnectionId_ = getDefaultInstance().getNetConnectionId();
4141
+ bitField0_ = (bitField0_ & ~0x00010000);
4142
+ onChanged();
4143
+ return this;
4144
+ }
4145
+ /**
4146
+ * <code>optional string net_connection_id = 29;</code>
4147
+ * @param value The bytes for netConnectionId to set.
4148
+ * @return This builder for chaining.
4149
+ */
4150
+ public Builder setNetConnectionIdBytes(
4151
+ com.google.protobuf.ByteString value) {
4152
+ if (value == null) { throw new NullPointerException(); }
4153
+ checkByteStringIsUtf8(value);
4154
+ netConnectionId_ = value;
4155
+ bitField0_ |= 0x00010000;
4156
+ onChanged();
4157
+ return this;
4158
+ }
4159
+
4160
+ private java.lang.Object manufacturer_ = "";
4161
+ /**
4162
+ * <code>optional string manufacturer = 30;</code>
4163
+ * @return Whether the manufacturer field is set.
4164
+ */
4165
+ public boolean hasManufacturer() {
4166
+ return ((bitField0_ & 0x00020000) != 0);
4167
+ }
4168
+ /**
4169
+ * <code>optional string manufacturer = 30;</code>
4170
+ * @return The manufacturer.
4171
+ */
4172
+ public java.lang.String getManufacturer() {
4173
+ java.lang.Object ref = manufacturer_;
4174
+ if (!(ref instanceof java.lang.String)) {
4175
+ com.google.protobuf.ByteString bs =
4176
+ (com.google.protobuf.ByteString) ref;
4177
+ java.lang.String s = bs.toStringUtf8();
4178
+ manufacturer_ = s;
4179
+ return s;
4180
+ } else {
4181
+ return (java.lang.String) ref;
4182
+ }
4183
+ }
4184
+ /**
4185
+ * <code>optional string manufacturer = 30;</code>
4186
+ * @return The bytes for manufacturer.
4187
+ */
4188
+ public com.google.protobuf.ByteString
4189
+ getManufacturerBytes() {
4190
+ java.lang.Object ref = manufacturer_;
4191
+ if (ref instanceof String) {
4192
+ com.google.protobuf.ByteString b =
4193
+ com.google.protobuf.ByteString.copyFromUtf8(
4194
+ (java.lang.String) ref);
4195
+ manufacturer_ = b;
4196
+ return b;
4197
+ } else {
4198
+ return (com.google.protobuf.ByteString) ref;
4199
+ }
4200
+ }
4201
+ /**
4202
+ * <code>optional string manufacturer = 30;</code>
4203
+ * @param value The manufacturer to set.
4204
+ * @return This builder for chaining.
4205
+ */
4206
+ public Builder setManufacturer(
4207
+ java.lang.String value) {
4208
+ if (value == null) { throw new NullPointerException(); }
4209
+ manufacturer_ = value;
4210
+ bitField0_ |= 0x00020000;
4211
+ onChanged();
4212
+ return this;
4213
+ }
4214
+ /**
4215
+ * <code>optional string manufacturer = 30;</code>
4216
+ * @return This builder for chaining.
4217
+ */
4218
+ public Builder clearManufacturer() {
4219
+ manufacturer_ = getDefaultInstance().getManufacturer();
4220
+ bitField0_ = (bitField0_ & ~0x00020000);
4221
+ onChanged();
4222
+ return this;
4223
+ }
4224
+ /**
4225
+ * <code>optional string manufacturer = 30;</code>
4226
+ * @param value The bytes for manufacturer to set.
4227
+ * @return This builder for chaining.
4228
+ */
4229
+ public Builder setManufacturerBytes(
4230
+ com.google.protobuf.ByteString value) {
4231
+ if (value == null) { throw new NullPointerException(); }
4232
+ checkByteStringIsUtf8(value);
4233
+ manufacturer_ = value;
4234
+ bitField0_ |= 0x00020000;
4235
+ onChanged();
4236
+ return this;
4237
+ }
4238
+
4239
+ private boolean netEnabled_ ;
4240
+ /**
4241
+ * <code>optional bool net_enabled = 31;</code>
4242
+ * @return Whether the netEnabled field is set.
4243
+ */
4244
+ @java.lang.Override
4245
+ public boolean hasNetEnabled() {
4246
+ return ((bitField0_ & 0x00040000) != 0);
4247
+ }
4248
+ /**
4249
+ * <code>optional bool net_enabled = 31;</code>
4250
+ * @return The netEnabled.
4251
+ */
4252
+ @java.lang.Override
4253
+ public boolean getNetEnabled() {
4254
+ return netEnabled_;
4255
+ }
4256
+ /**
4257
+ * <code>optional bool net_enabled = 31;</code>
4258
+ * @param value The netEnabled to set.
4259
+ * @return This builder for chaining.
4260
+ */
4261
+ public Builder setNetEnabled(boolean value) {
4262
+
4263
+ netEnabled_ = value;
4264
+ bitField0_ |= 0x00040000;
4265
+ onChanged();
4266
+ return this;
4267
+ }
4268
+ /**
4269
+ * <code>optional bool net_enabled = 31;</code>
4270
+ * @return This builder for chaining.
4271
+ */
4272
+ public Builder clearNetEnabled() {
4273
+ bitField0_ = (bitField0_ & ~0x00040000);
4274
+ netEnabled_ = false;
4275
+ onChanged();
4276
+ return this;
4277
+ }
4278
+
3764
4279
  private int snmpIndex_ ;
3765
4280
  /**
3766
4281
  * <pre>
@@ -3772,7 +4287,7 @@ private static final long serialVersionUID = 0L;
3772
4287
  */
3773
4288
  @java.lang.Override
3774
4289
  public boolean hasSnmpIndex() {
3775
- return ((bitField0_ & 0x00008000) != 0);
4290
+ return ((bitField0_ & 0x00080000) != 0);
3776
4291
  }
3777
4292
  /**
3778
4293
  * <pre>
@@ -3798,7 +4313,7 @@ private static final long serialVersionUID = 0L;
3798
4313
  public Builder setSnmpIndex(int value) {
3799
4314
 
3800
4315
  snmpIndex_ = value;
3801
- bitField0_ |= 0x00008000;
4316
+ bitField0_ |= 0x00080000;
3802
4317
  onChanged();
3803
4318
  return this;
3804
4319
  }
@@ -3811,7 +4326,7 @@ private static final long serialVersionUID = 0L;
3811
4326
  * @return This builder for chaining.
3812
4327
  */
3813
4328
  public Builder clearSnmpIndex() {
3814
- bitField0_ = (bitField0_ & ~0x00008000);
4329
+ bitField0_ = (bitField0_ & ~0x00080000);
3815
4330
  snmpIndex_ = 0;
3816
4331
  onChanged();
3817
4332
  return this;
@@ -3827,7 +4342,7 @@ private static final long serialVersionUID = 0L;
3827
4342
  * @return Whether the description field is set.
3828
4343
  */
3829
4344
  public boolean hasDescription() {
3830
- return ((bitField0_ & 0x00010000) != 0);
4345
+ return ((bitField0_ & 0x00100000) != 0);
3831
4346
  }
3832
4347
  /**
3833
4348
  * <pre>
@@ -3883,7 +4398,7 @@ private static final long serialVersionUID = 0L;
3883
4398
  java.lang.String value) {
3884
4399
  if (value == null) { throw new NullPointerException(); }
3885
4400
  description_ = value;
3886
- bitField0_ |= 0x00010000;
4401
+ bitField0_ |= 0x00100000;
3887
4402
  onChanged();
3888
4403
  return this;
3889
4404
  }
@@ -3897,7 +4412,7 @@ private static final long serialVersionUID = 0L;
3897
4412
  */
3898
4413
  public Builder clearDescription() {
3899
4414
  description_ = getDefaultInstance().getDescription();
3900
- bitField0_ = (bitField0_ & ~0x00010000);
4415
+ bitField0_ = (bitField0_ & ~0x00100000);
3901
4416
  onChanged();
3902
4417
  return this;
3903
4418
  }
@@ -3915,7 +4430,7 @@ private static final long serialVersionUID = 0L;
3915
4430
  if (value == null) { throw new NullPointerException(); }
3916
4431
  checkByteStringIsUtf8(value);
3917
4432
  description_ = value;
3918
- bitField0_ |= 0x00010000;
4433
+ bitField0_ |= 0x00100000;
3919
4434
  onChanged();
3920
4435
  return this;
3921
4436
  }
@@ -3930,7 +4445,7 @@ private static final long serialVersionUID = 0L;
3930
4445
  * @return Whether the alias field is set.
3931
4446
  */
3932
4447
  public boolean hasAlias() {
3933
- return ((bitField0_ & 0x00020000) != 0);
4448
+ return ((bitField0_ & 0x00200000) != 0);
3934
4449
  }
3935
4450
  /**
3936
4451
  * <pre>
@@ -3986,7 +4501,7 @@ private static final long serialVersionUID = 0L;
3986
4501
  java.lang.String value) {
3987
4502
  if (value == null) { throw new NullPointerException(); }
3988
4503
  alias_ = value;
3989
- bitField0_ |= 0x00020000;
4504
+ bitField0_ |= 0x00200000;
3990
4505
  onChanged();
3991
4506
  return this;
3992
4507
  }
@@ -4000,7 +4515,7 @@ private static final long serialVersionUID = 0L;
4000
4515
  */
4001
4516
  public Builder clearAlias() {
4002
4517
  alias_ = getDefaultInstance().getAlias();
4003
- bitField0_ = (bitField0_ & ~0x00020000);
4518
+ bitField0_ = (bitField0_ & ~0x00200000);
4004
4519
  onChanged();
4005
4520
  return this;
4006
4521
  }
@@ -4018,7 +4533,7 @@ private static final long serialVersionUID = 0L;
4018
4533
  if (value == null) { throw new NullPointerException(); }
4019
4534
  checkByteStringIsUtf8(value);
4020
4535
  alias_ = value;
4021
- bitField0_ |= 0x00020000;
4536
+ bitField0_ |= 0x00200000;
4022
4537
  onChanged();
4023
4538
  return this;
4024
4539
  }
@@ -4034,7 +4549,7 @@ private static final long serialVersionUID = 0L;
4034
4549
  */
4035
4550
  @java.lang.Override
4036
4551
  public boolean hasMtu() {
4037
- return ((bitField0_ & 0x00040000) != 0);
4552
+ return ((bitField0_ & 0x00400000) != 0);
4038
4553
  }
4039
4554
  /**
4040
4555
  * <pre>
@@ -4060,7 +4575,7 @@ private static final long serialVersionUID = 0L;
4060
4575
  public Builder setMtu(long value) {
4061
4576
 
4062
4577
  mtu_ = value;
4063
- bitField0_ |= 0x00040000;
4578
+ bitField0_ |= 0x00400000;
4064
4579
  onChanged();
4065
4580
  return this;
4066
4581
  }
@@ -4073,7 +4588,7 @@ private static final long serialVersionUID = 0L;
4073
4588
  * @return This builder for chaining.
4074
4589
  */
4075
4590
  public Builder clearMtu() {
4076
- bitField0_ = (bitField0_ & ~0x00040000);
4591
+ bitField0_ = (bitField0_ & ~0x00400000);
4077
4592
  mtu_ = 0L;
4078
4593
  onChanged();
4079
4594
  return this;
@@ -4082,7 +4597,7 @@ private static final long serialVersionUID = 0L;
4082
4597
  private long speed_ ;
4083
4598
  /**
4084
4599
  * <pre>
4085
- * SNMP only
4600
+ * SNMP and WindowsNetworkAdapter
4086
4601
  * </pre>
4087
4602
  *
4088
4603
  * <code>optional int64 speed = 19;</code>
@@ -4090,11 +4605,11 @@ private static final long serialVersionUID = 0L;
4090
4605
  */
4091
4606
  @java.lang.Override
4092
4607
  public boolean hasSpeed() {
4093
- return ((bitField0_ & 0x00080000) != 0);
4608
+ return ((bitField0_ & 0x00800000) != 0);
4094
4609
  }
4095
4610
  /**
4096
4611
  * <pre>
4097
- * SNMP only
4612
+ * SNMP and WindowsNetworkAdapter
4098
4613
  * </pre>
4099
4614
  *
4100
4615
  * <code>optional int64 speed = 19;</code>
@@ -4106,7 +4621,7 @@ private static final long serialVersionUID = 0L;
4106
4621
  }
4107
4622
  /**
4108
4623
  * <pre>
4109
- * SNMP only
4624
+ * SNMP and WindowsNetworkAdapter
4110
4625
  * </pre>
4111
4626
  *
4112
4627
  * <code>optional int64 speed = 19;</code>
@@ -4116,20 +4631,20 @@ private static final long serialVersionUID = 0L;
4116
4631
  public Builder setSpeed(long value) {
4117
4632
 
4118
4633
  speed_ = value;
4119
- bitField0_ |= 0x00080000;
4634
+ bitField0_ |= 0x00800000;
4120
4635
  onChanged();
4121
4636
  return this;
4122
4637
  }
4123
4638
  /**
4124
4639
  * <pre>
4125
- * SNMP only
4640
+ * SNMP and WindowsNetworkAdapter
4126
4641
  * </pre>
4127
4642
  *
4128
4643
  * <code>optional int64 speed = 19;</code>
4129
4644
  * @return This builder for chaining.
4130
4645
  */
4131
4646
  public Builder clearSpeed() {
4132
- bitField0_ = (bitField0_ & ~0x00080000);
4647
+ bitField0_ = (bitField0_ & ~0x00800000);
4133
4648
  speed_ = 0L;
4134
4649
  onChanged();
4135
4650
  return this;
@@ -4146,7 +4661,7 @@ private static final long serialVersionUID = 0L;
4146
4661
  */
4147
4662
  @java.lang.Override
4148
4663
  public boolean hasHighSpeed() {
4149
- return ((bitField0_ & 0x00100000) != 0);
4664
+ return ((bitField0_ & 0x01000000) != 0);
4150
4665
  }
4151
4666
  /**
4152
4667
  * <pre>
@@ -4172,7 +4687,7 @@ private static final long serialVersionUID = 0L;
4172
4687
  public Builder setHighSpeed(long value) {
4173
4688
 
4174
4689
  highSpeed_ = value;
4175
- bitField0_ |= 0x00100000;
4690
+ bitField0_ |= 0x01000000;
4176
4691
  onChanged();
4177
4692
  return this;
4178
4693
  }
@@ -4185,7 +4700,7 @@ private static final long serialVersionUID = 0L;
4185
4700
  * @return This builder for chaining.
4186
4701
  */
4187
4702
  public Builder clearHighSpeed() {
4188
- bitField0_ = (bitField0_ & ~0x00100000);
4703
+ bitField0_ = (bitField0_ & ~0x01000000);
4189
4704
  highSpeed_ = 0L;
4190
4705
  onChanged();
4191
4706
  return this;
@@ -4203,7 +4718,7 @@ private static final long serialVersionUID = 0L;
4203
4718
  * @return Whether the adminStatus field is set.
4204
4719
  */
4205
4720
  public boolean hasAdminStatus() {
4206
- return ((bitField0_ & 0x00200000) != 0);
4721
+ return ((bitField0_ & 0x02000000) != 0);
4207
4722
  }
4208
4723
  /**
4209
4724
  * <pre>
@@ -4236,7 +4751,7 @@ private static final long serialVersionUID = 0L;
4236
4751
  } else {
4237
4752
  adminStatusBuilder_.setMessage(value);
4238
4753
  }
4239
- bitField0_ |= 0x00200000;
4754
+ bitField0_ |= 0x02000000;
4240
4755
  onChanged();
4241
4756
  return this;
4242
4757
  }
@@ -4254,7 +4769,7 @@ private static final long serialVersionUID = 0L;
4254
4769
  } else {
4255
4770
  adminStatusBuilder_.setMessage(builderForValue.build());
4256
4771
  }
4257
- bitField0_ |= 0x00200000;
4772
+ bitField0_ |= 0x02000000;
4258
4773
  onChanged();
4259
4774
  return this;
4260
4775
  }
@@ -4267,7 +4782,7 @@ private static final long serialVersionUID = 0L;
4267
4782
  */
4268
4783
  public Builder mergeAdminStatus(com.lansweeper.dp.outbound.v1.MappedValue value) {
4269
4784
  if (adminStatusBuilder_ == null) {
4270
- if (((bitField0_ & 0x00200000) != 0) &&
4785
+ if (((bitField0_ & 0x02000000) != 0) &&
4271
4786
  adminStatus_ != null &&
4272
4787
  adminStatus_ != com.lansweeper.dp.outbound.v1.MappedValue.getDefaultInstance()) {
4273
4788
  getAdminStatusBuilder().mergeFrom(value);
@@ -4278,7 +4793,7 @@ private static final long serialVersionUID = 0L;
4278
4793
  adminStatusBuilder_.mergeFrom(value);
4279
4794
  }
4280
4795
  if (adminStatus_ != null) {
4281
- bitField0_ |= 0x00200000;
4796
+ bitField0_ |= 0x02000000;
4282
4797
  onChanged();
4283
4798
  }
4284
4799
  return this;
@@ -4291,7 +4806,7 @@ private static final long serialVersionUID = 0L;
4291
4806
  * <code>optional .com.lansweeper.dp.outbound.v1.MappedValue admin_status = 21;</code>
4292
4807
  */
4293
4808
  public Builder clearAdminStatus() {
4294
- bitField0_ = (bitField0_ & ~0x00200000);
4809
+ bitField0_ = (bitField0_ & ~0x02000000);
4295
4810
  adminStatus_ = null;
4296
4811
  if (adminStatusBuilder_ != null) {
4297
4812
  adminStatusBuilder_.dispose();
@@ -4308,7 +4823,7 @@ private static final long serialVersionUID = 0L;
4308
4823
  * <code>optional .com.lansweeper.dp.outbound.v1.MappedValue admin_status = 21;</code>
4309
4824
  */
4310
4825
  public com.lansweeper.dp.outbound.v1.MappedValue.Builder getAdminStatusBuilder() {
4311
- bitField0_ |= 0x00200000;
4826
+ bitField0_ |= 0x02000000;
4312
4827
  onChanged();
4313
4828
  return getAdminStatusFieldBuilder().getBuilder();
4314
4829
  }
@@ -4360,7 +4875,7 @@ private static final long serialVersionUID = 0L;
4360
4875
  * @return Whether the operStatus field is set.
4361
4876
  */
4362
4877
  public boolean hasOperStatus() {
4363
- return ((bitField0_ & 0x00400000) != 0);
4878
+ return ((bitField0_ & 0x04000000) != 0);
4364
4879
  }
4365
4880
  /**
4366
4881
  * <pre>
@@ -4393,7 +4908,7 @@ private static final long serialVersionUID = 0L;
4393
4908
  } else {
4394
4909
  operStatusBuilder_.setMessage(value);
4395
4910
  }
4396
- bitField0_ |= 0x00400000;
4911
+ bitField0_ |= 0x04000000;
4397
4912
  onChanged();
4398
4913
  return this;
4399
4914
  }
@@ -4411,7 +4926,7 @@ private static final long serialVersionUID = 0L;
4411
4926
  } else {
4412
4927
  operStatusBuilder_.setMessage(builderForValue.build());
4413
4928
  }
4414
- bitField0_ |= 0x00400000;
4929
+ bitField0_ |= 0x04000000;
4415
4930
  onChanged();
4416
4931
  return this;
4417
4932
  }
@@ -4424,7 +4939,7 @@ private static final long serialVersionUID = 0L;
4424
4939
  */
4425
4940
  public Builder mergeOperStatus(com.lansweeper.dp.outbound.v1.MappedValue value) {
4426
4941
  if (operStatusBuilder_ == null) {
4427
- if (((bitField0_ & 0x00400000) != 0) &&
4942
+ if (((bitField0_ & 0x04000000) != 0) &&
4428
4943
  operStatus_ != null &&
4429
4944
  operStatus_ != com.lansweeper.dp.outbound.v1.MappedValue.getDefaultInstance()) {
4430
4945
  getOperStatusBuilder().mergeFrom(value);
@@ -4435,7 +4950,7 @@ private static final long serialVersionUID = 0L;
4435
4950
  operStatusBuilder_.mergeFrom(value);
4436
4951
  }
4437
4952
  if (operStatus_ != null) {
4438
- bitField0_ |= 0x00400000;
4953
+ bitField0_ |= 0x04000000;
4439
4954
  onChanged();
4440
4955
  }
4441
4956
  return this;
@@ -4448,7 +4963,7 @@ private static final long serialVersionUID = 0L;
4448
4963
  * <code>optional .com.lansweeper.dp.outbound.v1.MappedValue oper_status = 22;</code>
4449
4964
  */
4450
4965
  public Builder clearOperStatus() {
4451
- bitField0_ = (bitField0_ & ~0x00400000);
4966
+ bitField0_ = (bitField0_ & ~0x04000000);
4452
4967
  operStatus_ = null;
4453
4968
  if (operStatusBuilder_ != null) {
4454
4969
  operStatusBuilder_.dispose();
@@ -4465,7 +4980,7 @@ private static final long serialVersionUID = 0L;
4465
4980
  * <code>optional .com.lansweeper.dp.outbound.v1.MappedValue oper_status = 22;</code>
4466
4981
  */
4467
4982
  public com.lansweeper.dp.outbound.v1.MappedValue.Builder getOperStatusBuilder() {
4468
- bitField0_ |= 0x00400000;
4983
+ bitField0_ |= 0x04000000;
4469
4984
  onChanged();
4470
4985
  return getOperStatusFieldBuilder().getBuilder();
4471
4986
  }
@@ -4511,7 +5026,7 @@ private static final long serialVersionUID = 0L;
4511
5026
  if (!connectedDevices_.isModifiable()) {
4512
5027
  connectedDevices_ = new com.google.protobuf.LazyStringArrayList(connectedDevices_);
4513
5028
  }
4514
- bitField0_ |= 0x00800000;
5029
+ bitField0_ |= 0x08000000;
4515
5030
  }
4516
5031
  /**
4517
5032
  * <pre>
@@ -4577,7 +5092,7 @@ private static final long serialVersionUID = 0L;
4577
5092
  if (value == null) { throw new NullPointerException(); }
4578
5093
  ensureConnectedDevicesIsMutable();
4579
5094
  connectedDevices_.set(index, value);
4580
- bitField0_ |= 0x00800000;
5095
+ bitField0_ |= 0x08000000;
4581
5096
  onChanged();
4582
5097
  return this;
4583
5098
  }
@@ -4595,7 +5110,7 @@ private static final long serialVersionUID = 0L;
4595
5110
  if (value == null) { throw new NullPointerException(); }
4596
5111
  ensureConnectedDevicesIsMutable();
4597
5112
  connectedDevices_.add(value);
4598
- bitField0_ |= 0x00800000;
5113
+ bitField0_ |= 0x08000000;
4599
5114
  onChanged();
4600
5115
  return this;
4601
5116
  }
@@ -4613,7 +5128,7 @@ private static final long serialVersionUID = 0L;
4613
5128
  ensureConnectedDevicesIsMutable();
4614
5129
  com.google.protobuf.AbstractMessageLite.Builder.addAll(
4615
5130
  values, connectedDevices_);
4616
- bitField0_ |= 0x00800000;
5131
+ bitField0_ |= 0x08000000;
4617
5132
  onChanged();
4618
5133
  return this;
4619
5134
  }
@@ -4628,7 +5143,7 @@ private static final long serialVersionUID = 0L;
4628
5143
  public Builder clearConnectedDevices() {
4629
5144
  connectedDevices_ =
4630
5145
  com.google.protobuf.LazyStringArrayList.emptyList();
4631
- bitField0_ = (bitField0_ & ~0x00800000);;
5146
+ bitField0_ = (bitField0_ & ~0x08000000);;
4632
5147
  onChanged();
4633
5148
  return this;
4634
5149
  }
@@ -4647,7 +5162,7 @@ private static final long serialVersionUID = 0L;
4647
5162
  checkByteStringIsUtf8(value);
4648
5163
  ensureConnectedDevicesIsMutable();
4649
5164
  connectedDevices_.add(value);
4650
- bitField0_ |= 0x00800000;
5165
+ bitField0_ |= 0x08000000;
4651
5166
  onChanged();
4652
5167
  return this;
4653
5168
  }
@@ -4658,7 +5173,7 @@ private static final long serialVersionUID = 0L;
4658
5173
  if (!vlans_.isModifiable()) {
4659
5174
  vlans_ = new com.google.protobuf.LazyStringArrayList(vlans_);
4660
5175
  }
4661
- bitField0_ |= 0x01000000;
5176
+ bitField0_ |= 0x10000000;
4662
5177
  }
4663
5178
  /**
4664
5179
  * <pre>
@@ -4724,7 +5239,7 @@ private static final long serialVersionUID = 0L;
4724
5239
  if (value == null) { throw new NullPointerException(); }
4725
5240
  ensureVlansIsMutable();
4726
5241
  vlans_.set(index, value);
4727
- bitField0_ |= 0x01000000;
5242
+ bitField0_ |= 0x10000000;
4728
5243
  onChanged();
4729
5244
  return this;
4730
5245
  }
@@ -4742,7 +5257,7 @@ private static final long serialVersionUID = 0L;
4742
5257
  if (value == null) { throw new NullPointerException(); }
4743
5258
  ensureVlansIsMutable();
4744
5259
  vlans_.add(value);
4745
- bitField0_ |= 0x01000000;
5260
+ bitField0_ |= 0x10000000;
4746
5261
  onChanged();
4747
5262
  return this;
4748
5263
  }
@@ -4760,7 +5275,7 @@ private static final long serialVersionUID = 0L;
4760
5275
  ensureVlansIsMutable();
4761
5276
  com.google.protobuf.AbstractMessageLite.Builder.addAll(
4762
5277
  values, vlans_);
4763
- bitField0_ |= 0x01000000;
5278
+ bitField0_ |= 0x10000000;
4764
5279
  onChanged();
4765
5280
  return this;
4766
5281
  }
@@ -4775,7 +5290,7 @@ private static final long serialVersionUID = 0L;
4775
5290
  public Builder clearVlans() {
4776
5291
  vlans_ =
4777
5292
  com.google.protobuf.LazyStringArrayList.emptyList();
4778
- bitField0_ = (bitField0_ & ~0x01000000);;
5293
+ bitField0_ = (bitField0_ & ~0x10000000);;
4779
5294
  onChanged();
4780
5295
  return this;
4781
5296
  }
@@ -4794,7 +5309,7 @@ private static final long serialVersionUID = 0L;
4794
5309
  checkByteStringIsUtf8(value);
4795
5310
  ensureVlansIsMutable();
4796
5311
  vlans_.add(value);
4797
- bitField0_ |= 0x01000000;
5312
+ bitField0_ |= 0x10000000;
4798
5313
  onChanged();
4799
5314
  return this;
4800
5315
  }
@@ -4810,7 +5325,7 @@ private static final long serialVersionUID = 0L;
4810
5325
  */
4811
5326
  @java.lang.Override
4812
5327
  public boolean hasIpv6PrefixLength() {
4813
- return ((bitField0_ & 0x02000000) != 0);
5328
+ return ((bitField0_ & 0x20000000) != 0);
4814
5329
  }
4815
5330
  /**
4816
5331
  * <pre>
@@ -4836,7 +5351,7 @@ private static final long serialVersionUID = 0L;
4836
5351
  public Builder setIpv6PrefixLength(long value) {
4837
5352
 
4838
5353
  ipv6PrefixLength_ = value;
4839
- bitField0_ |= 0x02000000;
5354
+ bitField0_ |= 0x20000000;
4840
5355
  onChanged();
4841
5356
  return this;
4842
5357
  }
@@ -4849,7 +5364,7 @@ private static final long serialVersionUID = 0L;
4849
5364
  * @return This builder for chaining.
4850
5365
  */
4851
5366
  public Builder clearIpv6PrefixLength() {
4852
- bitField0_ = (bitField0_ & ~0x02000000);
5367
+ bitField0_ = (bitField0_ & ~0x20000000);
4853
5368
  ipv6PrefixLength_ = 0L;
4854
5369
  onChanged();
4855
5370
  return this;
@@ -4865,7 +5380,7 @@ private static final long serialVersionUID = 0L;
4865
5380
  * @return Whether the networkSignature field is set.
4866
5381
  */
4867
5382
  public boolean hasNetworkSignature() {
4868
- return ((bitField0_ & 0x04000000) != 0);
5383
+ return ((bitField0_ & 0x40000000) != 0);
4869
5384
  }
4870
5385
  /**
4871
5386
  * <pre>
@@ -4921,7 +5436,7 @@ private static final long serialVersionUID = 0L;
4921
5436
  java.lang.String value) {
4922
5437
  if (value == null) { throw new NullPointerException(); }
4923
5438
  networkSignature_ = value;
4924
- bitField0_ |= 0x04000000;
5439
+ bitField0_ |= 0x40000000;
4925
5440
  onChanged();
4926
5441
  return this;
4927
5442
  }
@@ -4935,7 +5450,7 @@ private static final long serialVersionUID = 0L;
4935
5450
  */
4936
5451
  public Builder clearNetworkSignature() {
4937
5452
  networkSignature_ = getDefaultInstance().getNetworkSignature();
4938
- bitField0_ = (bitField0_ & ~0x04000000);
5453
+ bitField0_ = (bitField0_ & ~0x40000000);
4939
5454
  onChanged();
4940
5455
  return this;
4941
5456
  }
@@ -4953,7 +5468,7 @@ private static final long serialVersionUID = 0L;
4953
5468
  if (value == null) { throw new NullPointerException(); }
4954
5469
  checkByteStringIsUtf8(value);
4955
5470
  networkSignature_ = value;
4956
- bitField0_ |= 0x04000000;
5471
+ bitField0_ |= 0x40000000;
4957
5472
  onChanged();
4958
5473
  return this;
4959
5474
  }