@lansweeper/data-platform-outbound-grpc 0.3.37 → 0.3.38
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 +8 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +57 -151
- package/gen-proto/outbound_pb.js +404 -1162
- package/generated-go/outbound.pb.go +7508 -7714
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +14 -29
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerMacNVMExpress$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerMacNVMExpress.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerMacNVMExpressOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerMacSATAController$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerMacSATAController.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerMacSATAControllerOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MacHardDiskDevice$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MacHardDiskDevice$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/{MacSATADevice.class → MacHardDiskDevice.class} +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/{MacSATADeviceOrBuilder.class → MacHardDiskDeviceOrBuilder.class} +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/outbound.proto +14 -29
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerMacNVMExpress.java +57 -57
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerMacNVMExpressOrBuilder.java +9 -9
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerMacSATAController.java +52 -52
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerMacSATAControllerOrBuilder.java +9 -9
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/{MacSATADevice.java → MacHardDiskDevice.java} +213 -57
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/{MacSATADeviceOrBuilder.java → MacHardDiskDeviceOrBuilder.java} +54 -2
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +2169 -2195
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +4 -8
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +2 -4
- package/model/target/{outbound-model-0.3.36-sources.jar → outbound-model-0.3.37-sources.jar} +0 -0
- package/model/target/{outbound-model-0.3.36.jar → outbound-model-0.3.37.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +14 -29
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.3.36-sources.jar → outbound-service-0.3.37-sources.jar} +0 -0
- package/service/target/{outbound-service-0.3.36.jar → outbound-service-0.3.37.jar} +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MacSATADevice$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MacSATADevice$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/NVMExpress$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/NVMExpress$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/NVMExpress.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/NVMExpressOrBuilder.class +0 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/NVMExpress.java +0 -2375
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/NVMExpressOrBuilder.java +0 -214
|
@@ -383,41 +383,41 @@ private static final long serialVersionUID = 0L;
|
|
|
383
383
|
|
|
384
384
|
public static final int DEVICES_FIELD_NUMBER = 8;
|
|
385
385
|
@SuppressWarnings("serial")
|
|
386
|
-
private java.util.List<com.lansweeper.dp.outbound.v1.
|
|
386
|
+
private java.util.List<com.lansweeper.dp.outbound.v1.MacHardDiskDevice> devices_;
|
|
387
387
|
/**
|
|
388
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
388
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice devices = 8;</code>
|
|
389
389
|
*/
|
|
390
390
|
@java.lang.Override
|
|
391
|
-
public java.util.List<com.lansweeper.dp.outbound.v1.
|
|
391
|
+
public java.util.List<com.lansweeper.dp.outbound.v1.MacHardDiskDevice> getDevicesList() {
|
|
392
392
|
return devices_;
|
|
393
393
|
}
|
|
394
394
|
/**
|
|
395
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
395
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice devices = 8;</code>
|
|
396
396
|
*/
|
|
397
397
|
@java.lang.Override
|
|
398
|
-
public java.util.List<? extends com.lansweeper.dp.outbound.v1.
|
|
398
|
+
public java.util.List<? extends com.lansweeper.dp.outbound.v1.MacHardDiskDeviceOrBuilder>
|
|
399
399
|
getDevicesOrBuilderList() {
|
|
400
400
|
return devices_;
|
|
401
401
|
}
|
|
402
402
|
/**
|
|
403
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
403
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice devices = 8;</code>
|
|
404
404
|
*/
|
|
405
405
|
@java.lang.Override
|
|
406
406
|
public int getDevicesCount() {
|
|
407
407
|
return devices_.size();
|
|
408
408
|
}
|
|
409
409
|
/**
|
|
410
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
410
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice devices = 8;</code>
|
|
411
411
|
*/
|
|
412
412
|
@java.lang.Override
|
|
413
|
-
public com.lansweeper.dp.outbound.v1.
|
|
413
|
+
public com.lansweeper.dp.outbound.v1.MacHardDiskDevice getDevices(int index) {
|
|
414
414
|
return devices_.get(index);
|
|
415
415
|
}
|
|
416
416
|
/**
|
|
417
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
417
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice devices = 8;</code>
|
|
418
418
|
*/
|
|
419
419
|
@java.lang.Override
|
|
420
|
-
public com.lansweeper.dp.outbound.v1.
|
|
420
|
+
public com.lansweeper.dp.outbound.v1.MacHardDiskDeviceOrBuilder getDevicesOrBuilder(
|
|
421
421
|
int index) {
|
|
422
422
|
return devices_.get(index);
|
|
423
423
|
}
|
|
@@ -983,9 +983,9 @@ private static final long serialVersionUID = 0L;
|
|
|
983
983
|
break;
|
|
984
984
|
} // case 58
|
|
985
985
|
case 66: {
|
|
986
|
-
com.lansweeper.dp.outbound.v1.
|
|
986
|
+
com.lansweeper.dp.outbound.v1.MacHardDiskDevice m =
|
|
987
987
|
input.readMessage(
|
|
988
|
-
com.lansweeper.dp.outbound.v1.
|
|
988
|
+
com.lansweeper.dp.outbound.v1.MacHardDiskDevice.parser(),
|
|
989
989
|
extensionRegistry);
|
|
990
990
|
if (devicesBuilder_ == null) {
|
|
991
991
|
ensureDevicesIsMutable();
|
|
@@ -1565,22 +1565,22 @@ private static final long serialVersionUID = 0L;
|
|
|
1565
1565
|
return this;
|
|
1566
1566
|
}
|
|
1567
1567
|
|
|
1568
|
-
private java.util.List<com.lansweeper.dp.outbound.v1.
|
|
1568
|
+
private java.util.List<com.lansweeper.dp.outbound.v1.MacHardDiskDevice> devices_ =
|
|
1569
1569
|
java.util.Collections.emptyList();
|
|
1570
1570
|
private void ensureDevicesIsMutable() {
|
|
1571
1571
|
if (!((bitField0_ & 0x00000080) != 0)) {
|
|
1572
|
-
devices_ = new java.util.ArrayList<com.lansweeper.dp.outbound.v1.
|
|
1572
|
+
devices_ = new java.util.ArrayList<com.lansweeper.dp.outbound.v1.MacHardDiskDevice>(devices_);
|
|
1573
1573
|
bitField0_ |= 0x00000080;
|
|
1574
1574
|
}
|
|
1575
1575
|
}
|
|
1576
1576
|
|
|
1577
1577
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
1578
|
-
com.lansweeper.dp.outbound.v1.
|
|
1578
|
+
com.lansweeper.dp.outbound.v1.MacHardDiskDevice, com.lansweeper.dp.outbound.v1.MacHardDiskDevice.Builder, com.lansweeper.dp.outbound.v1.MacHardDiskDeviceOrBuilder> devicesBuilder_;
|
|
1579
1579
|
|
|
1580
1580
|
/**
|
|
1581
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
1581
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice devices = 8;</code>
|
|
1582
1582
|
*/
|
|
1583
|
-
public java.util.List<com.lansweeper.dp.outbound.v1.
|
|
1583
|
+
public java.util.List<com.lansweeper.dp.outbound.v1.MacHardDiskDevice> getDevicesList() {
|
|
1584
1584
|
if (devicesBuilder_ == null) {
|
|
1585
1585
|
return java.util.Collections.unmodifiableList(devices_);
|
|
1586
1586
|
} else {
|
|
@@ -1588,7 +1588,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1588
1588
|
}
|
|
1589
1589
|
}
|
|
1590
1590
|
/**
|
|
1591
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
1591
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice devices = 8;</code>
|
|
1592
1592
|
*/
|
|
1593
1593
|
public int getDevicesCount() {
|
|
1594
1594
|
if (devicesBuilder_ == null) {
|
|
@@ -1598,9 +1598,9 @@ private static final long serialVersionUID = 0L;
|
|
|
1598
1598
|
}
|
|
1599
1599
|
}
|
|
1600
1600
|
/**
|
|
1601
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
1601
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice devices = 8;</code>
|
|
1602
1602
|
*/
|
|
1603
|
-
public com.lansweeper.dp.outbound.v1.
|
|
1603
|
+
public com.lansweeper.dp.outbound.v1.MacHardDiskDevice getDevices(int index) {
|
|
1604
1604
|
if (devicesBuilder_ == null) {
|
|
1605
1605
|
return devices_.get(index);
|
|
1606
1606
|
} else {
|
|
@@ -1608,10 +1608,10 @@ private static final long serialVersionUID = 0L;
|
|
|
1608
1608
|
}
|
|
1609
1609
|
}
|
|
1610
1610
|
/**
|
|
1611
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
1611
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice devices = 8;</code>
|
|
1612
1612
|
*/
|
|
1613
1613
|
public Builder setDevices(
|
|
1614
|
-
int index, com.lansweeper.dp.outbound.v1.
|
|
1614
|
+
int index, com.lansweeper.dp.outbound.v1.MacHardDiskDevice value) {
|
|
1615
1615
|
if (devicesBuilder_ == null) {
|
|
1616
1616
|
if (value == null) {
|
|
1617
1617
|
throw new NullPointerException();
|
|
@@ -1625,10 +1625,10 @@ private static final long serialVersionUID = 0L;
|
|
|
1625
1625
|
return this;
|
|
1626
1626
|
}
|
|
1627
1627
|
/**
|
|
1628
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
1628
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice devices = 8;</code>
|
|
1629
1629
|
*/
|
|
1630
1630
|
public Builder setDevices(
|
|
1631
|
-
int index, com.lansweeper.dp.outbound.v1.
|
|
1631
|
+
int index, com.lansweeper.dp.outbound.v1.MacHardDiskDevice.Builder builderForValue) {
|
|
1632
1632
|
if (devicesBuilder_ == null) {
|
|
1633
1633
|
ensureDevicesIsMutable();
|
|
1634
1634
|
devices_.set(index, builderForValue.build());
|
|
@@ -1639,9 +1639,9 @@ private static final long serialVersionUID = 0L;
|
|
|
1639
1639
|
return this;
|
|
1640
1640
|
}
|
|
1641
1641
|
/**
|
|
1642
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
1642
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice devices = 8;</code>
|
|
1643
1643
|
*/
|
|
1644
|
-
public Builder addDevices(com.lansweeper.dp.outbound.v1.
|
|
1644
|
+
public Builder addDevices(com.lansweeper.dp.outbound.v1.MacHardDiskDevice value) {
|
|
1645
1645
|
if (devicesBuilder_ == null) {
|
|
1646
1646
|
if (value == null) {
|
|
1647
1647
|
throw new NullPointerException();
|
|
@@ -1655,10 +1655,10 @@ private static final long serialVersionUID = 0L;
|
|
|
1655
1655
|
return this;
|
|
1656
1656
|
}
|
|
1657
1657
|
/**
|
|
1658
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
1658
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice devices = 8;</code>
|
|
1659
1659
|
*/
|
|
1660
1660
|
public Builder addDevices(
|
|
1661
|
-
int index, com.lansweeper.dp.outbound.v1.
|
|
1661
|
+
int index, com.lansweeper.dp.outbound.v1.MacHardDiskDevice value) {
|
|
1662
1662
|
if (devicesBuilder_ == null) {
|
|
1663
1663
|
if (value == null) {
|
|
1664
1664
|
throw new NullPointerException();
|
|
@@ -1672,10 +1672,10 @@ private static final long serialVersionUID = 0L;
|
|
|
1672
1672
|
return this;
|
|
1673
1673
|
}
|
|
1674
1674
|
/**
|
|
1675
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
1675
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice devices = 8;</code>
|
|
1676
1676
|
*/
|
|
1677
1677
|
public Builder addDevices(
|
|
1678
|
-
com.lansweeper.dp.outbound.v1.
|
|
1678
|
+
com.lansweeper.dp.outbound.v1.MacHardDiskDevice.Builder builderForValue) {
|
|
1679
1679
|
if (devicesBuilder_ == null) {
|
|
1680
1680
|
ensureDevicesIsMutable();
|
|
1681
1681
|
devices_.add(builderForValue.build());
|
|
@@ -1686,10 +1686,10 @@ private static final long serialVersionUID = 0L;
|
|
|
1686
1686
|
return this;
|
|
1687
1687
|
}
|
|
1688
1688
|
/**
|
|
1689
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
1689
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice devices = 8;</code>
|
|
1690
1690
|
*/
|
|
1691
1691
|
public Builder addDevices(
|
|
1692
|
-
int index, com.lansweeper.dp.outbound.v1.
|
|
1692
|
+
int index, com.lansweeper.dp.outbound.v1.MacHardDiskDevice.Builder builderForValue) {
|
|
1693
1693
|
if (devicesBuilder_ == null) {
|
|
1694
1694
|
ensureDevicesIsMutable();
|
|
1695
1695
|
devices_.add(index, builderForValue.build());
|
|
@@ -1700,10 +1700,10 @@ private static final long serialVersionUID = 0L;
|
|
|
1700
1700
|
return this;
|
|
1701
1701
|
}
|
|
1702
1702
|
/**
|
|
1703
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
1703
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice devices = 8;</code>
|
|
1704
1704
|
*/
|
|
1705
1705
|
public Builder addAllDevices(
|
|
1706
|
-
java.lang.Iterable<? extends com.lansweeper.dp.outbound.v1.
|
|
1706
|
+
java.lang.Iterable<? extends com.lansweeper.dp.outbound.v1.MacHardDiskDevice> values) {
|
|
1707
1707
|
if (devicesBuilder_ == null) {
|
|
1708
1708
|
ensureDevicesIsMutable();
|
|
1709
1709
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
@@ -1715,7 +1715,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1715
1715
|
return this;
|
|
1716
1716
|
}
|
|
1717
1717
|
/**
|
|
1718
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
1718
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice devices = 8;</code>
|
|
1719
1719
|
*/
|
|
1720
1720
|
public Builder clearDevices() {
|
|
1721
1721
|
if (devicesBuilder_ == null) {
|
|
@@ -1728,7 +1728,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1728
1728
|
return this;
|
|
1729
1729
|
}
|
|
1730
1730
|
/**
|
|
1731
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
1731
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice devices = 8;</code>
|
|
1732
1732
|
*/
|
|
1733
1733
|
public Builder removeDevices(int index) {
|
|
1734
1734
|
if (devicesBuilder_ == null) {
|
|
@@ -1741,16 +1741,16 @@ private static final long serialVersionUID = 0L;
|
|
|
1741
1741
|
return this;
|
|
1742
1742
|
}
|
|
1743
1743
|
/**
|
|
1744
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
1744
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice devices = 8;</code>
|
|
1745
1745
|
*/
|
|
1746
|
-
public com.lansweeper.dp.outbound.v1.
|
|
1746
|
+
public com.lansweeper.dp.outbound.v1.MacHardDiskDevice.Builder getDevicesBuilder(
|
|
1747
1747
|
int index) {
|
|
1748
1748
|
return getDevicesFieldBuilder().getBuilder(index);
|
|
1749
1749
|
}
|
|
1750
1750
|
/**
|
|
1751
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
1751
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice devices = 8;</code>
|
|
1752
1752
|
*/
|
|
1753
|
-
public com.lansweeper.dp.outbound.v1.
|
|
1753
|
+
public com.lansweeper.dp.outbound.v1.MacHardDiskDeviceOrBuilder getDevicesOrBuilder(
|
|
1754
1754
|
int index) {
|
|
1755
1755
|
if (devicesBuilder_ == null) {
|
|
1756
1756
|
return devices_.get(index); } else {
|
|
@@ -1758,9 +1758,9 @@ private static final long serialVersionUID = 0L;
|
|
|
1758
1758
|
}
|
|
1759
1759
|
}
|
|
1760
1760
|
/**
|
|
1761
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
1761
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice devices = 8;</code>
|
|
1762
1762
|
*/
|
|
1763
|
-
public java.util.List<? extends com.lansweeper.dp.outbound.v1.
|
|
1763
|
+
public java.util.List<? extends com.lansweeper.dp.outbound.v1.MacHardDiskDeviceOrBuilder>
|
|
1764
1764
|
getDevicesOrBuilderList() {
|
|
1765
1765
|
if (devicesBuilder_ != null) {
|
|
1766
1766
|
return devicesBuilder_.getMessageOrBuilderList();
|
|
@@ -1769,33 +1769,33 @@ private static final long serialVersionUID = 0L;
|
|
|
1769
1769
|
}
|
|
1770
1770
|
}
|
|
1771
1771
|
/**
|
|
1772
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
1772
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice devices = 8;</code>
|
|
1773
1773
|
*/
|
|
1774
|
-
public com.lansweeper.dp.outbound.v1.
|
|
1774
|
+
public com.lansweeper.dp.outbound.v1.MacHardDiskDevice.Builder addDevicesBuilder() {
|
|
1775
1775
|
return getDevicesFieldBuilder().addBuilder(
|
|
1776
|
-
com.lansweeper.dp.outbound.v1.
|
|
1776
|
+
com.lansweeper.dp.outbound.v1.MacHardDiskDevice.getDefaultInstance());
|
|
1777
1777
|
}
|
|
1778
1778
|
/**
|
|
1779
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
1779
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice devices = 8;</code>
|
|
1780
1780
|
*/
|
|
1781
|
-
public com.lansweeper.dp.outbound.v1.
|
|
1781
|
+
public com.lansweeper.dp.outbound.v1.MacHardDiskDevice.Builder addDevicesBuilder(
|
|
1782
1782
|
int index) {
|
|
1783
1783
|
return getDevicesFieldBuilder().addBuilder(
|
|
1784
|
-
index, com.lansweeper.dp.outbound.v1.
|
|
1784
|
+
index, com.lansweeper.dp.outbound.v1.MacHardDiskDevice.getDefaultInstance());
|
|
1785
1785
|
}
|
|
1786
1786
|
/**
|
|
1787
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
1787
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice devices = 8;</code>
|
|
1788
1788
|
*/
|
|
1789
|
-
public java.util.List<com.lansweeper.dp.outbound.v1.
|
|
1789
|
+
public java.util.List<com.lansweeper.dp.outbound.v1.MacHardDiskDevice.Builder>
|
|
1790
1790
|
getDevicesBuilderList() {
|
|
1791
1791
|
return getDevicesFieldBuilder().getBuilderList();
|
|
1792
1792
|
}
|
|
1793
1793
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
1794
|
-
com.lansweeper.dp.outbound.v1.
|
|
1794
|
+
com.lansweeper.dp.outbound.v1.MacHardDiskDevice, com.lansweeper.dp.outbound.v1.MacHardDiskDevice.Builder, com.lansweeper.dp.outbound.v1.MacHardDiskDeviceOrBuilder>
|
|
1795
1795
|
getDevicesFieldBuilder() {
|
|
1796
1796
|
if (devicesBuilder_ == null) {
|
|
1797
1797
|
devicesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
|
|
1798
|
-
com.lansweeper.dp.outbound.v1.
|
|
1798
|
+
com.lansweeper.dp.outbound.v1.MacHardDiskDevice, com.lansweeper.dp.outbound.v1.MacHardDiskDevice.Builder, com.lansweeper.dp.outbound.v1.MacHardDiskDeviceOrBuilder>(
|
|
1799
1799
|
devices_,
|
|
1800
1800
|
((bitField0_ & 0x00000080) != 0),
|
|
1801
1801
|
getParentForChildren(),
|
|
@@ -128,26 +128,26 @@ public interface ComputerMacSATAControllerOrBuilder extends
|
|
|
128
128
|
getVendorBytes();
|
|
129
129
|
|
|
130
130
|
/**
|
|
131
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
131
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice devices = 8;</code>
|
|
132
132
|
*/
|
|
133
|
-
java.util.List<com.lansweeper.dp.outbound.v1.
|
|
133
|
+
java.util.List<com.lansweeper.dp.outbound.v1.MacHardDiskDevice>
|
|
134
134
|
getDevicesList();
|
|
135
135
|
/**
|
|
136
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
136
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice devices = 8;</code>
|
|
137
137
|
*/
|
|
138
|
-
com.lansweeper.dp.outbound.v1.
|
|
138
|
+
com.lansweeper.dp.outbound.v1.MacHardDiskDevice getDevices(int index);
|
|
139
139
|
/**
|
|
140
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
140
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice devices = 8;</code>
|
|
141
141
|
*/
|
|
142
142
|
int getDevicesCount();
|
|
143
143
|
/**
|
|
144
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
144
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice devices = 8;</code>
|
|
145
145
|
*/
|
|
146
|
-
java.util.List<? extends com.lansweeper.dp.outbound.v1.
|
|
146
|
+
java.util.List<? extends com.lansweeper.dp.outbound.v1.MacHardDiskDeviceOrBuilder>
|
|
147
147
|
getDevicesOrBuilderList();
|
|
148
148
|
/**
|
|
149
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
149
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice devices = 8;</code>
|
|
150
150
|
*/
|
|
151
|
-
com.lansweeper.dp.outbound.v1.
|
|
151
|
+
com.lansweeper.dp.outbound.v1.MacHardDiskDeviceOrBuilder getDevicesOrBuilder(
|
|
152
152
|
int index);
|
|
153
153
|
}
|