@lansweeper/data-platform-outbound-grpc 0.3.36 → 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.
Files changed (70) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_grpc_pb.d.ts +17 -0
  4. package/gen-proto/outbound_grpc_pb.js +12 -0
  5. package/gen-proto/outbound_pb.d.ts +57 -151
  6. package/gen-proto/outbound_pb.js +404 -1162
  7. package/generated-go/outbound.pb.go +7493 -7689
  8. package/generated-go/outbound_grpc.pb.go +49 -9
  9. package/java.json +1 -1
  10. package/model/pom.xml +1 -1
  11. package/model/src/main/proto/outbound.proto +178 -190
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerMacNVMExpress$Builder.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerMacNVMExpress.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerMacNVMExpressOrBuilder.class +0 -0
  15. package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerMacSATAController$Builder.class +0 -0
  16. package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerMacSATAController.class +0 -0
  17. package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerMacSATAControllerOrBuilder.class +0 -0
  18. package/model/target/classes/com/lansweeper/dp/outbound/v1/MacHardDiskDevice$1.class +0 -0
  19. package/model/target/classes/com/lansweeper/dp/outbound/v1/MacHardDiskDevice$Builder.class +0 -0
  20. package/model/target/classes/com/lansweeper/dp/outbound/v1/{MacSATADevice.class → MacHardDiskDevice.class} +0 -0
  21. package/model/target/classes/com/lansweeper/dp/outbound/v1/{MacSATADeviceOrBuilder.class → MacHardDiskDeviceOrBuilder.class} +0 -0
  22. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  23. package/model/target/classes/outbound.proto +178 -190
  24. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerMacNVMExpress.java +57 -57
  25. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerMacNVMExpressOrBuilder.java +9 -9
  26. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerMacSATAController.java +52 -52
  27. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerMacSATAControllerOrBuilder.java +9 -9
  28. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/{MacSATADevice.java → MacHardDiskDevice.java} +213 -57
  29. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/{MacSATADeviceOrBuilder.java → MacHardDiskDeviceOrBuilder.java} +54 -2
  30. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +2169 -2192
  31. package/model/target/maven-archiver/pom.properties +2 -2
  32. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +4 -8
  33. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +2 -4
  34. package/model/target/{outbound-model-0.3.35-sources.jar → outbound-model-0.3.37-sources.jar} +0 -0
  35. package/model/target/{outbound-model-0.3.35.jar → outbound-model-0.3.37.jar} +0 -0
  36. package/package.json +2 -2
  37. package/pom.xml +1 -1
  38. package/proto/outbound.proto +178 -190
  39. package/service/pom.xml +1 -1
  40. package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$1.class +0 -0
  41. package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$2.class +0 -0
  42. package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$3.class +0 -0
  43. package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$DataCoreBackofficeServiceBaseDescriptorSupplier.class +0 -0
  44. package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$DataCoreBackofficeServiceBlockingStub.class +0 -0
  45. package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$DataCoreBackofficeServiceFileDescriptorSupplier.class +0 -0
  46. package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$DataCoreBackofficeServiceFutureStub.class +0 -0
  47. package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$DataCoreBackofficeServiceImplBase.class +0 -0
  48. package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$DataCoreBackofficeServiceMethodDescriptorSupplier.class +0 -0
  49. package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$DataCoreBackofficeServiceStub.class +0 -0
  50. package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$MethodHandlers.class +0 -0
  51. package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc.class +0 -0
  52. package/service/target/classes/com/lansweeper/dp/outbound/v1/ReactorDataCoreBackofficeServiceGrpc$DataCoreBackofficeServiceImplBase.class +0 -0
  53. package/service/target/classes/com/lansweeper/dp/outbound/v1/ReactorDataCoreBackofficeServiceGrpc$MethodHandlers.class +0 -0
  54. package/service/target/classes/com/lansweeper/dp/outbound/v1/ReactorDataCoreBackofficeServiceGrpc$ReactorDataCoreBackofficeServiceStub.class +0 -0
  55. package/service/target/classes/com/lansweeper/dp/outbound/v1/ReactorDataCoreBackofficeServiceGrpc.class +0 -0
  56. package/service/target/generated-sources/protobuf/grpc-java/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc.java +86 -0
  57. package/service/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ReactorDataCoreBackofficeServiceGrpc.java +40 -0
  58. package/service/target/maven-archiver/pom.properties +2 -2
  59. package/service/target/outbound-service-0.3.37-sources.jar +0 -0
  60. package/service/target/outbound-service-0.3.37.jar +0 -0
  61. package/model/target/classes/com/lansweeper/dp/outbound/v1/MacSATADevice$1.class +0 -0
  62. package/model/target/classes/com/lansweeper/dp/outbound/v1/MacSATADevice$Builder.class +0 -0
  63. package/model/target/classes/com/lansweeper/dp/outbound/v1/NVMExpress$1.class +0 -0
  64. package/model/target/classes/com/lansweeper/dp/outbound/v1/NVMExpress$Builder.class +0 -0
  65. package/model/target/classes/com/lansweeper/dp/outbound/v1/NVMExpress.class +0 -0
  66. package/model/target/classes/com/lansweeper/dp/outbound/v1/NVMExpressOrBuilder.class +0 -0
  67. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/NVMExpress.java +0 -2375
  68. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/NVMExpressOrBuilder.java +0 -214
  69. package/service/target/outbound-service-0.3.35-sources.jar +0 -0
  70. package/service/target/outbound-service-0.3.35.jar +0 -0
@@ -93,43 +93,43 @@ private static final long serialVersionUID = 0L;
93
93
  }
94
94
  }
95
95
 
96
- public static final int ENTRIES_FIELD_NUMBER = 2;
96
+ public static final int ENTRIES_FIELD_NUMBER = 3;
97
97
  @SuppressWarnings("serial")
98
- private java.util.List<com.lansweeper.dp.outbound.v1.NVMExpress> entries_;
98
+ private java.util.List<com.lansweeper.dp.outbound.v1.MacHardDiskDevice> entries_;
99
99
  /**
100
- * <code>repeated .com.lansweeper.dp.outbound.v1.NVMExpress entries = 2;</code>
100
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
101
101
  */
102
102
  @java.lang.Override
103
- public java.util.List<com.lansweeper.dp.outbound.v1.NVMExpress> getEntriesList() {
103
+ public java.util.List<com.lansweeper.dp.outbound.v1.MacHardDiskDevice> getEntriesList() {
104
104
  return entries_;
105
105
  }
106
106
  /**
107
- * <code>repeated .com.lansweeper.dp.outbound.v1.NVMExpress entries = 2;</code>
107
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
108
108
  */
109
109
  @java.lang.Override
110
- public java.util.List<? extends com.lansweeper.dp.outbound.v1.NVMExpressOrBuilder>
110
+ public java.util.List<? extends com.lansweeper.dp.outbound.v1.MacHardDiskDeviceOrBuilder>
111
111
  getEntriesOrBuilderList() {
112
112
  return entries_;
113
113
  }
114
114
  /**
115
- * <code>repeated .com.lansweeper.dp.outbound.v1.NVMExpress entries = 2;</code>
115
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
116
116
  */
117
117
  @java.lang.Override
118
118
  public int getEntriesCount() {
119
119
  return entries_.size();
120
120
  }
121
121
  /**
122
- * <code>repeated .com.lansweeper.dp.outbound.v1.NVMExpress entries = 2;</code>
122
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
123
123
  */
124
124
  @java.lang.Override
125
- public com.lansweeper.dp.outbound.v1.NVMExpress getEntries(int index) {
125
+ public com.lansweeper.dp.outbound.v1.MacHardDiskDevice getEntries(int index) {
126
126
  return entries_.get(index);
127
127
  }
128
128
  /**
129
- * <code>repeated .com.lansweeper.dp.outbound.v1.NVMExpress entries = 2;</code>
129
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
130
130
  */
131
131
  @java.lang.Override
132
- public com.lansweeper.dp.outbound.v1.NVMExpressOrBuilder getEntriesOrBuilder(
132
+ public com.lansweeper.dp.outbound.v1.MacHardDiskDeviceOrBuilder getEntriesOrBuilder(
133
133
  int index) {
134
134
  return entries_.get(index);
135
135
  }
@@ -152,7 +152,7 @@ private static final long serialVersionUID = 0L;
152
152
  com.google.protobuf.GeneratedMessageV3.writeString(output, 1, controllerName_);
153
153
  }
154
154
  for (int i = 0; i < entries_.size(); i++) {
155
- output.writeMessage(2, entries_.get(i));
155
+ output.writeMessage(3, entries_.get(i));
156
156
  }
157
157
  getUnknownFields().writeTo(output);
158
158
  }
@@ -168,7 +168,7 @@ private static final long serialVersionUID = 0L;
168
168
  }
169
169
  for (int i = 0; i < entries_.size(); i++) {
170
170
  size += com.google.protobuf.CodedOutputStream
171
- .computeMessageSize(2, entries_.get(i));
171
+ .computeMessageSize(3, entries_.get(i));
172
172
  }
173
173
  size += getUnknownFields().getSerializedSize();
174
174
  memoizedSize = size;
@@ -514,10 +514,10 @@ private static final long serialVersionUID = 0L;
514
514
  bitField0_ |= 0x00000001;
515
515
  break;
516
516
  } // case 10
517
- case 18: {
518
- com.lansweeper.dp.outbound.v1.NVMExpress m =
517
+ case 26: {
518
+ com.lansweeper.dp.outbound.v1.MacHardDiskDevice m =
519
519
  input.readMessage(
520
- com.lansweeper.dp.outbound.v1.NVMExpress.parser(),
520
+ com.lansweeper.dp.outbound.v1.MacHardDiskDevice.parser(),
521
521
  extensionRegistry);
522
522
  if (entriesBuilder_ == null) {
523
523
  ensureEntriesIsMutable();
@@ -526,7 +526,7 @@ private static final long serialVersionUID = 0L;
526
526
  entriesBuilder_.addMessage(m);
527
527
  }
528
528
  break;
529
- } // case 18
529
+ } // case 26
530
530
  default: {
531
531
  if (!super.parseUnknownField(input, extensionRegistry, tag)) {
532
532
  done = true; // was an endgroup tag
@@ -623,22 +623,22 @@ private static final long serialVersionUID = 0L;
623
623
  return this;
624
624
  }
625
625
 
626
- private java.util.List<com.lansweeper.dp.outbound.v1.NVMExpress> entries_ =
626
+ private java.util.List<com.lansweeper.dp.outbound.v1.MacHardDiskDevice> entries_ =
627
627
  java.util.Collections.emptyList();
628
628
  private void ensureEntriesIsMutable() {
629
629
  if (!((bitField0_ & 0x00000002) != 0)) {
630
- entries_ = new java.util.ArrayList<com.lansweeper.dp.outbound.v1.NVMExpress>(entries_);
630
+ entries_ = new java.util.ArrayList<com.lansweeper.dp.outbound.v1.MacHardDiskDevice>(entries_);
631
631
  bitField0_ |= 0x00000002;
632
632
  }
633
633
  }
634
634
 
635
635
  private com.google.protobuf.RepeatedFieldBuilderV3<
636
- com.lansweeper.dp.outbound.v1.NVMExpress, com.lansweeper.dp.outbound.v1.NVMExpress.Builder, com.lansweeper.dp.outbound.v1.NVMExpressOrBuilder> entriesBuilder_;
636
+ com.lansweeper.dp.outbound.v1.MacHardDiskDevice, com.lansweeper.dp.outbound.v1.MacHardDiskDevice.Builder, com.lansweeper.dp.outbound.v1.MacHardDiskDeviceOrBuilder> entriesBuilder_;
637
637
 
638
638
  /**
639
- * <code>repeated .com.lansweeper.dp.outbound.v1.NVMExpress entries = 2;</code>
639
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
640
640
  */
641
- public java.util.List<com.lansweeper.dp.outbound.v1.NVMExpress> getEntriesList() {
641
+ public java.util.List<com.lansweeper.dp.outbound.v1.MacHardDiskDevice> getEntriesList() {
642
642
  if (entriesBuilder_ == null) {
643
643
  return java.util.Collections.unmodifiableList(entries_);
644
644
  } else {
@@ -646,7 +646,7 @@ private static final long serialVersionUID = 0L;
646
646
  }
647
647
  }
648
648
  /**
649
- * <code>repeated .com.lansweeper.dp.outbound.v1.NVMExpress entries = 2;</code>
649
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
650
650
  */
651
651
  public int getEntriesCount() {
652
652
  if (entriesBuilder_ == null) {
@@ -656,9 +656,9 @@ private static final long serialVersionUID = 0L;
656
656
  }
657
657
  }
658
658
  /**
659
- * <code>repeated .com.lansweeper.dp.outbound.v1.NVMExpress entries = 2;</code>
659
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
660
660
  */
661
- public com.lansweeper.dp.outbound.v1.NVMExpress getEntries(int index) {
661
+ public com.lansweeper.dp.outbound.v1.MacHardDiskDevice getEntries(int index) {
662
662
  if (entriesBuilder_ == null) {
663
663
  return entries_.get(index);
664
664
  } else {
@@ -666,10 +666,10 @@ private static final long serialVersionUID = 0L;
666
666
  }
667
667
  }
668
668
  /**
669
- * <code>repeated .com.lansweeper.dp.outbound.v1.NVMExpress entries = 2;</code>
669
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
670
670
  */
671
671
  public Builder setEntries(
672
- int index, com.lansweeper.dp.outbound.v1.NVMExpress value) {
672
+ int index, com.lansweeper.dp.outbound.v1.MacHardDiskDevice value) {
673
673
  if (entriesBuilder_ == null) {
674
674
  if (value == null) {
675
675
  throw new NullPointerException();
@@ -683,10 +683,10 @@ private static final long serialVersionUID = 0L;
683
683
  return this;
684
684
  }
685
685
  /**
686
- * <code>repeated .com.lansweeper.dp.outbound.v1.NVMExpress entries = 2;</code>
686
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
687
687
  */
688
688
  public Builder setEntries(
689
- int index, com.lansweeper.dp.outbound.v1.NVMExpress.Builder builderForValue) {
689
+ int index, com.lansweeper.dp.outbound.v1.MacHardDiskDevice.Builder builderForValue) {
690
690
  if (entriesBuilder_ == null) {
691
691
  ensureEntriesIsMutable();
692
692
  entries_.set(index, builderForValue.build());
@@ -697,9 +697,9 @@ private static final long serialVersionUID = 0L;
697
697
  return this;
698
698
  }
699
699
  /**
700
- * <code>repeated .com.lansweeper.dp.outbound.v1.NVMExpress entries = 2;</code>
700
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
701
701
  */
702
- public Builder addEntries(com.lansweeper.dp.outbound.v1.NVMExpress value) {
702
+ public Builder addEntries(com.lansweeper.dp.outbound.v1.MacHardDiskDevice value) {
703
703
  if (entriesBuilder_ == null) {
704
704
  if (value == null) {
705
705
  throw new NullPointerException();
@@ -713,10 +713,10 @@ private static final long serialVersionUID = 0L;
713
713
  return this;
714
714
  }
715
715
  /**
716
- * <code>repeated .com.lansweeper.dp.outbound.v1.NVMExpress entries = 2;</code>
716
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
717
717
  */
718
718
  public Builder addEntries(
719
- int index, com.lansweeper.dp.outbound.v1.NVMExpress value) {
719
+ int index, com.lansweeper.dp.outbound.v1.MacHardDiskDevice value) {
720
720
  if (entriesBuilder_ == null) {
721
721
  if (value == null) {
722
722
  throw new NullPointerException();
@@ -730,10 +730,10 @@ private static final long serialVersionUID = 0L;
730
730
  return this;
731
731
  }
732
732
  /**
733
- * <code>repeated .com.lansweeper.dp.outbound.v1.NVMExpress entries = 2;</code>
733
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
734
734
  */
735
735
  public Builder addEntries(
736
- com.lansweeper.dp.outbound.v1.NVMExpress.Builder builderForValue) {
736
+ com.lansweeper.dp.outbound.v1.MacHardDiskDevice.Builder builderForValue) {
737
737
  if (entriesBuilder_ == null) {
738
738
  ensureEntriesIsMutable();
739
739
  entries_.add(builderForValue.build());
@@ -744,10 +744,10 @@ private static final long serialVersionUID = 0L;
744
744
  return this;
745
745
  }
746
746
  /**
747
- * <code>repeated .com.lansweeper.dp.outbound.v1.NVMExpress entries = 2;</code>
747
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
748
748
  */
749
749
  public Builder addEntries(
750
- int index, com.lansweeper.dp.outbound.v1.NVMExpress.Builder builderForValue) {
750
+ int index, com.lansweeper.dp.outbound.v1.MacHardDiskDevice.Builder builderForValue) {
751
751
  if (entriesBuilder_ == null) {
752
752
  ensureEntriesIsMutable();
753
753
  entries_.add(index, builderForValue.build());
@@ -758,10 +758,10 @@ private static final long serialVersionUID = 0L;
758
758
  return this;
759
759
  }
760
760
  /**
761
- * <code>repeated .com.lansweeper.dp.outbound.v1.NVMExpress entries = 2;</code>
761
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
762
762
  */
763
763
  public Builder addAllEntries(
764
- java.lang.Iterable<? extends com.lansweeper.dp.outbound.v1.NVMExpress> values) {
764
+ java.lang.Iterable<? extends com.lansweeper.dp.outbound.v1.MacHardDiskDevice> values) {
765
765
  if (entriesBuilder_ == null) {
766
766
  ensureEntriesIsMutable();
767
767
  com.google.protobuf.AbstractMessageLite.Builder.addAll(
@@ -773,7 +773,7 @@ private static final long serialVersionUID = 0L;
773
773
  return this;
774
774
  }
775
775
  /**
776
- * <code>repeated .com.lansweeper.dp.outbound.v1.NVMExpress entries = 2;</code>
776
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
777
777
  */
778
778
  public Builder clearEntries() {
779
779
  if (entriesBuilder_ == null) {
@@ -786,7 +786,7 @@ private static final long serialVersionUID = 0L;
786
786
  return this;
787
787
  }
788
788
  /**
789
- * <code>repeated .com.lansweeper.dp.outbound.v1.NVMExpress entries = 2;</code>
789
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
790
790
  */
791
791
  public Builder removeEntries(int index) {
792
792
  if (entriesBuilder_ == null) {
@@ -799,16 +799,16 @@ private static final long serialVersionUID = 0L;
799
799
  return this;
800
800
  }
801
801
  /**
802
- * <code>repeated .com.lansweeper.dp.outbound.v1.NVMExpress entries = 2;</code>
802
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
803
803
  */
804
- public com.lansweeper.dp.outbound.v1.NVMExpress.Builder getEntriesBuilder(
804
+ public com.lansweeper.dp.outbound.v1.MacHardDiskDevice.Builder getEntriesBuilder(
805
805
  int index) {
806
806
  return getEntriesFieldBuilder().getBuilder(index);
807
807
  }
808
808
  /**
809
- * <code>repeated .com.lansweeper.dp.outbound.v1.NVMExpress entries = 2;</code>
809
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
810
810
  */
811
- public com.lansweeper.dp.outbound.v1.NVMExpressOrBuilder getEntriesOrBuilder(
811
+ public com.lansweeper.dp.outbound.v1.MacHardDiskDeviceOrBuilder getEntriesOrBuilder(
812
812
  int index) {
813
813
  if (entriesBuilder_ == null) {
814
814
  return entries_.get(index); } else {
@@ -816,9 +816,9 @@ private static final long serialVersionUID = 0L;
816
816
  }
817
817
  }
818
818
  /**
819
- * <code>repeated .com.lansweeper.dp.outbound.v1.NVMExpress entries = 2;</code>
819
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
820
820
  */
821
- public java.util.List<? extends com.lansweeper.dp.outbound.v1.NVMExpressOrBuilder>
821
+ public java.util.List<? extends com.lansweeper.dp.outbound.v1.MacHardDiskDeviceOrBuilder>
822
822
  getEntriesOrBuilderList() {
823
823
  if (entriesBuilder_ != null) {
824
824
  return entriesBuilder_.getMessageOrBuilderList();
@@ -827,33 +827,33 @@ private static final long serialVersionUID = 0L;
827
827
  }
828
828
  }
829
829
  /**
830
- * <code>repeated .com.lansweeper.dp.outbound.v1.NVMExpress entries = 2;</code>
830
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
831
831
  */
832
- public com.lansweeper.dp.outbound.v1.NVMExpress.Builder addEntriesBuilder() {
832
+ public com.lansweeper.dp.outbound.v1.MacHardDiskDevice.Builder addEntriesBuilder() {
833
833
  return getEntriesFieldBuilder().addBuilder(
834
- com.lansweeper.dp.outbound.v1.NVMExpress.getDefaultInstance());
834
+ com.lansweeper.dp.outbound.v1.MacHardDiskDevice.getDefaultInstance());
835
835
  }
836
836
  /**
837
- * <code>repeated .com.lansweeper.dp.outbound.v1.NVMExpress entries = 2;</code>
837
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
838
838
  */
839
- public com.lansweeper.dp.outbound.v1.NVMExpress.Builder addEntriesBuilder(
839
+ public com.lansweeper.dp.outbound.v1.MacHardDiskDevice.Builder addEntriesBuilder(
840
840
  int index) {
841
841
  return getEntriesFieldBuilder().addBuilder(
842
- index, com.lansweeper.dp.outbound.v1.NVMExpress.getDefaultInstance());
842
+ index, com.lansweeper.dp.outbound.v1.MacHardDiskDevice.getDefaultInstance());
843
843
  }
844
844
  /**
845
- * <code>repeated .com.lansweeper.dp.outbound.v1.NVMExpress entries = 2;</code>
845
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
846
846
  */
847
- public java.util.List<com.lansweeper.dp.outbound.v1.NVMExpress.Builder>
847
+ public java.util.List<com.lansweeper.dp.outbound.v1.MacHardDiskDevice.Builder>
848
848
  getEntriesBuilderList() {
849
849
  return getEntriesFieldBuilder().getBuilderList();
850
850
  }
851
851
  private com.google.protobuf.RepeatedFieldBuilderV3<
852
- com.lansweeper.dp.outbound.v1.NVMExpress, com.lansweeper.dp.outbound.v1.NVMExpress.Builder, com.lansweeper.dp.outbound.v1.NVMExpressOrBuilder>
852
+ com.lansweeper.dp.outbound.v1.MacHardDiskDevice, com.lansweeper.dp.outbound.v1.MacHardDiskDevice.Builder, com.lansweeper.dp.outbound.v1.MacHardDiskDeviceOrBuilder>
853
853
  getEntriesFieldBuilder() {
854
854
  if (entriesBuilder_ == null) {
855
855
  entriesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
856
- com.lansweeper.dp.outbound.v1.NVMExpress, com.lansweeper.dp.outbound.v1.NVMExpress.Builder, com.lansweeper.dp.outbound.v1.NVMExpressOrBuilder>(
856
+ com.lansweeper.dp.outbound.v1.MacHardDiskDevice, com.lansweeper.dp.outbound.v1.MacHardDiskDevice.Builder, com.lansweeper.dp.outbound.v1.MacHardDiskDeviceOrBuilder>(
857
857
  entries_,
858
858
  ((bitField0_ & 0x00000002) != 0),
859
859
  getParentForChildren(),
@@ -26,26 +26,26 @@ public interface ComputerMacNVMExpressOrBuilder extends
26
26
  getControllerNameBytes();
27
27
 
28
28
  /**
29
- * <code>repeated .com.lansweeper.dp.outbound.v1.NVMExpress entries = 2;</code>
29
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
30
30
  */
31
- java.util.List<com.lansweeper.dp.outbound.v1.NVMExpress>
31
+ java.util.List<com.lansweeper.dp.outbound.v1.MacHardDiskDevice>
32
32
  getEntriesList();
33
33
  /**
34
- * <code>repeated .com.lansweeper.dp.outbound.v1.NVMExpress entries = 2;</code>
34
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
35
35
  */
36
- com.lansweeper.dp.outbound.v1.NVMExpress getEntries(int index);
36
+ com.lansweeper.dp.outbound.v1.MacHardDiskDevice getEntries(int index);
37
37
  /**
38
- * <code>repeated .com.lansweeper.dp.outbound.v1.NVMExpress entries = 2;</code>
38
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
39
39
  */
40
40
  int getEntriesCount();
41
41
  /**
42
- * <code>repeated .com.lansweeper.dp.outbound.v1.NVMExpress entries = 2;</code>
42
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
43
43
  */
44
- java.util.List<? extends com.lansweeper.dp.outbound.v1.NVMExpressOrBuilder>
44
+ java.util.List<? extends com.lansweeper.dp.outbound.v1.MacHardDiskDeviceOrBuilder>
45
45
  getEntriesOrBuilderList();
46
46
  /**
47
- * <code>repeated .com.lansweeper.dp.outbound.v1.NVMExpress entries = 2;</code>
47
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
48
48
  */
49
- com.lansweeper.dp.outbound.v1.NVMExpressOrBuilder getEntriesOrBuilder(
49
+ com.lansweeper.dp.outbound.v1.MacHardDiskDeviceOrBuilder getEntriesOrBuilder(
50
50
  int index);
51
51
  }
@@ -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.MacSATADevice> devices_;
386
+ private java.util.List<com.lansweeper.dp.outbound.v1.MacHardDiskDevice> devices_;
387
387
  /**
388
- * <code>repeated .com.lansweeper.dp.outbound.v1.MacSATADevice devices = 8;</code>
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.MacSATADevice> getDevicesList() {
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.MacSATADevice devices = 8;</code>
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.MacSATADeviceOrBuilder>
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.MacSATADevice devices = 8;</code>
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.MacSATADevice devices = 8;</code>
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.MacSATADevice getDevices(int index) {
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.MacSATADevice devices = 8;</code>
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.MacSATADeviceOrBuilder getDevicesOrBuilder(
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.MacSATADevice m =
986
+ com.lansweeper.dp.outbound.v1.MacHardDiskDevice m =
987
987
  input.readMessage(
988
- com.lansweeper.dp.outbound.v1.MacSATADevice.parser(),
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.MacSATADevice> devices_ =
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.MacSATADevice>(devices_);
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.MacSATADevice, com.lansweeper.dp.outbound.v1.MacSATADevice.Builder, com.lansweeper.dp.outbound.v1.MacSATADeviceOrBuilder> devicesBuilder_;
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.MacSATADevice devices = 8;</code>
1581
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice devices = 8;</code>
1582
1582
  */
1583
- public java.util.List<com.lansweeper.dp.outbound.v1.MacSATADevice> getDevicesList() {
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.MacSATADevice devices = 8;</code>
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.MacSATADevice devices = 8;</code>
1601
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice devices = 8;</code>
1602
1602
  */
1603
- public com.lansweeper.dp.outbound.v1.MacSATADevice getDevices(int index) {
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.MacSATADevice devices = 8;</code>
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.MacSATADevice value) {
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.MacSATADevice devices = 8;</code>
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.MacSATADevice.Builder builderForValue) {
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.MacSATADevice devices = 8;</code>
1642
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice devices = 8;</code>
1643
1643
  */
1644
- public Builder addDevices(com.lansweeper.dp.outbound.v1.MacSATADevice value) {
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.MacSATADevice devices = 8;</code>
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.MacSATADevice value) {
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.MacSATADevice devices = 8;</code>
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.MacSATADevice.Builder builderForValue) {
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.MacSATADevice devices = 8;</code>
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.MacSATADevice.Builder builderForValue) {
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.MacSATADevice devices = 8;</code>
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.MacSATADevice> values) {
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.MacSATADevice devices = 8;</code>
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.MacSATADevice devices = 8;</code>
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.MacSATADevice devices = 8;</code>
1744
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice devices = 8;</code>
1745
1745
  */
1746
- public com.lansweeper.dp.outbound.v1.MacSATADevice.Builder getDevicesBuilder(
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.MacSATADevice devices = 8;</code>
1751
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice devices = 8;</code>
1752
1752
  */
1753
- public com.lansweeper.dp.outbound.v1.MacSATADeviceOrBuilder getDevicesOrBuilder(
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.MacSATADevice devices = 8;</code>
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.MacSATADeviceOrBuilder>
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.MacSATADevice devices = 8;</code>
1772
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice devices = 8;</code>
1773
1773
  */
1774
- public com.lansweeper.dp.outbound.v1.MacSATADevice.Builder addDevicesBuilder() {
1774
+ public com.lansweeper.dp.outbound.v1.MacHardDiskDevice.Builder addDevicesBuilder() {
1775
1775
  return getDevicesFieldBuilder().addBuilder(
1776
- com.lansweeper.dp.outbound.v1.MacSATADevice.getDefaultInstance());
1776
+ com.lansweeper.dp.outbound.v1.MacHardDiskDevice.getDefaultInstance());
1777
1777
  }
1778
1778
  /**
1779
- * <code>repeated .com.lansweeper.dp.outbound.v1.MacSATADevice devices = 8;</code>
1779
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice devices = 8;</code>
1780
1780
  */
1781
- public com.lansweeper.dp.outbound.v1.MacSATADevice.Builder addDevicesBuilder(
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.MacSATADevice.getDefaultInstance());
1784
+ index, com.lansweeper.dp.outbound.v1.MacHardDiskDevice.getDefaultInstance());
1785
1785
  }
1786
1786
  /**
1787
- * <code>repeated .com.lansweeper.dp.outbound.v1.MacSATADevice devices = 8;</code>
1787
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice devices = 8;</code>
1788
1788
  */
1789
- public java.util.List<com.lansweeper.dp.outbound.v1.MacSATADevice.Builder>
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.MacSATADevice, com.lansweeper.dp.outbound.v1.MacSATADevice.Builder, com.lansweeper.dp.outbound.v1.MacSATADeviceOrBuilder>
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.MacSATADevice, com.lansweeper.dp.outbound.v1.MacSATADevice.Builder, com.lansweeper.dp.outbound.v1.MacSATADeviceOrBuilder>(
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(),