@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
@@ -160,6 +160,7 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ListEntityRequest', null,
160
160
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ListEntityResponse', null, global);
161
161
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MacComputerBattery', null, global);
162
162
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MacDiskVolume', null, global);
163
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice', null, global);
163
164
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MacMonitorInfo', null, global);
164
165
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MacNetworkVolume', null, global);
165
166
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MacOperatingSystemInfo', null, global);
@@ -168,7 +169,6 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MacPrinterSoftwareItem',
168
169
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings', null, global);
169
170
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings', null, global);
170
171
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings', null, global);
171
- goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MacSATADevice', null, global);
172
172
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MacThunderboltController', null, global);
173
173
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MacUSBController', null, global);
174
174
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MacUSBDevice', null, global);
@@ -180,7 +180,6 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Monitor.SpecCase', null,
180
180
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MonitorInventory', null, global);
181
181
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Motherboard', null, global);
182
182
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MotherboardDevice', null, global);
183
- goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.NVMExpress', null, global);
184
183
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.NetIpAddress', null, global);
185
184
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.NetIpAddress.IpType', null, global);
186
185
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.NetworkInterface', null, global);
@@ -2749,48 +2748,6 @@ if (goog.DEBUG && !COMPILED) {
2749
2748
  */
2750
2749
  proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation';
2751
2750
  }
2752
- /**
2753
- * Generated by JsPbCodeGenerator.
2754
- * @param {Array=} opt_data Optional initial data array, typically from a
2755
- * server response, or constructed directly in Javascript. The array is used
2756
- * in place and becomes part of the constructed object. It is not cloned.
2757
- * If no data is provided, the constructed object will be empty, but still
2758
- * valid.
2759
- * @extends {jspb.Message}
2760
- * @constructor
2761
- */
2762
- proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress = function(opt_data) {
2763
- jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.repeatedFields_, null);
2764
- };
2765
- goog.inherits(proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress, jspb.Message);
2766
- if (goog.DEBUG && !COMPILED) {
2767
- /**
2768
- * @public
2769
- * @override
2770
- */
2771
- proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress';
2772
- }
2773
- /**
2774
- * Generated by JsPbCodeGenerator.
2775
- * @param {Array=} opt_data Optional initial data array, typically from a
2776
- * server response, or constructed directly in Javascript. The array is used
2777
- * in place and becomes part of the constructed object. It is not cloned.
2778
- * If no data is provided, the constructed object will be empty, but still
2779
- * valid.
2780
- * @extends {jspb.Message}
2781
- * @constructor
2782
- */
2783
- proto.com.lansweeper.dp.outbound.v1.NVMExpress = function(opt_data) {
2784
- jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.dp.outbound.v1.NVMExpress.repeatedFields_, null);
2785
- };
2786
- goog.inherits(proto.com.lansweeper.dp.outbound.v1.NVMExpress, jspb.Message);
2787
- if (goog.DEBUG && !COMPILED) {
2788
- /**
2789
- * @public
2790
- * @override
2791
- */
2792
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.displayName = 'proto.com.lansweeper.dp.outbound.v1.NVMExpress';
2793
- }
2794
2751
  /**
2795
2752
  * Generated by JsPbCodeGenerator.
2796
2753
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -2917,6 +2874,27 @@ if (goog.DEBUG && !COMPILED) {
2917
2874
  */
2918
2875
  proto.com.lansweeper.dp.outbound.v1.ComputerLinuxMemoryModule.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerLinuxMemoryModule';
2919
2876
  }
2877
+ /**
2878
+ * Generated by JsPbCodeGenerator.
2879
+ * @param {Array=} opt_data Optional initial data array, typically from a
2880
+ * server response, or constructed directly in Javascript. The array is used
2881
+ * in place and becomes part of the constructed object. It is not cloned.
2882
+ * If no data is provided, the constructed object will be empty, but still
2883
+ * valid.
2884
+ * @extends {jspb.Message}
2885
+ * @constructor
2886
+ */
2887
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress = function(opt_data) {
2888
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.repeatedFields_, null);
2889
+ };
2890
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress, jspb.Message);
2891
+ if (goog.DEBUG && !COMPILED) {
2892
+ /**
2893
+ * @public
2894
+ * @override
2895
+ */
2896
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress';
2897
+ }
2920
2898
  /**
2921
2899
  * Generated by JsPbCodeGenerator.
2922
2900
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -2948,16 +2926,16 @@ if (goog.DEBUG && !COMPILED) {
2948
2926
  * @extends {jspb.Message}
2949
2927
  * @constructor
2950
2928
  */
2951
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice = function(opt_data) {
2952
- jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.dp.outbound.v1.MacSATADevice.repeatedFields_, null);
2929
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice = function(opt_data) {
2930
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.repeatedFields_, null);
2953
2931
  };
2954
- goog.inherits(proto.com.lansweeper.dp.outbound.v1.MacSATADevice, jspb.Message);
2932
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice, jspb.Message);
2955
2933
  if (goog.DEBUG && !COMPILED) {
2956
2934
  /**
2957
2935
  * @public
2958
2936
  * @override
2959
2937
  */
2960
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.displayName = 'proto.com.lansweeper.dp.outbound.v1.MacSATADevice';
2938
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.displayName = 'proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice';
2961
2939
  }
2962
2940
  /**
2963
2941
  * Generated by JsPbCodeGenerator.
@@ -65821,13 +65799,6 @@ proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.prototype.clearLo
65821
65799
 
65822
65800
 
65823
65801
 
65824
- /**
65825
- * List of repeated fields within this message type.
65826
- * @private {!Array<number>}
65827
- * @const
65828
- */
65829
- proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.repeatedFields_ = [2];
65830
-
65831
65802
 
65832
65803
 
65833
65804
  if (jspb.Message.GENERATE_TO_OBJECT) {
@@ -65843,216 +65814,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
65843
65814
  * http://goto/soy-param-migration
65844
65815
  * @return {!Object}
65845
65816
  */
65846
- proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.prototype.toObject = function(opt_includeInstance) {
65847
- return proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.toObject(opt_includeInstance, this);
65848
- };
65849
-
65850
-
65851
- /**
65852
- * Static version of the {@see toObject} method.
65853
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
65854
- * the JSPB instance for transitional soy proto support:
65855
- * http://goto/soy-param-migration
65856
- * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress} msg The msg instance to transform.
65857
- * @return {!Object}
65858
- * @suppress {unusedLocalVariables} f is only used for nested messages
65859
- */
65860
- proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.toObject = function(includeInstance, msg) {
65861
- var f, obj = {
65862
- controllerName: jspb.Message.getFieldWithDefault(msg, 1, ""),
65863
- entriesList: jspb.Message.toObjectList(msg.getEntriesList(),
65864
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.toObject, includeInstance)
65865
- };
65866
-
65867
- if (includeInstance) {
65868
- obj.$jspbMessageInstance = msg;
65869
- }
65870
- return obj;
65871
- };
65872
- }
65873
-
65874
-
65875
- /**
65876
- * Deserializes binary data (in protobuf wire format).
65877
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
65878
- * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress}
65879
- */
65880
- proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.deserializeBinary = function(bytes) {
65881
- var reader = new jspb.BinaryReader(bytes);
65882
- var msg = new proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress;
65883
- return proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.deserializeBinaryFromReader(msg, reader);
65884
- };
65885
-
65886
-
65887
- /**
65888
- * Deserializes binary data (in protobuf wire format) from the
65889
- * given reader into the given message object.
65890
- * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress} msg The message object to deserialize into.
65891
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
65892
- * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress}
65893
- */
65894
- proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.deserializeBinaryFromReader = function(msg, reader) {
65895
- while (reader.nextField()) {
65896
- if (reader.isEndGroup()) {
65897
- break;
65898
- }
65899
- var field = reader.getFieldNumber();
65900
- switch (field) {
65901
- case 1:
65902
- var value = /** @type {string} */ (reader.readString());
65903
- msg.setControllerName(value);
65904
- break;
65905
- case 2:
65906
- var value = new proto.com.lansweeper.dp.outbound.v1.NVMExpress;
65907
- reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.NVMExpress.deserializeBinaryFromReader);
65908
- msg.addEntries(value);
65909
- break;
65910
- default:
65911
- reader.skipField();
65912
- break;
65913
- }
65914
- }
65915
- return msg;
65916
- };
65917
-
65918
-
65919
- /**
65920
- * Serializes the message to binary data (in protobuf wire format).
65921
- * @return {!Uint8Array}
65922
- */
65923
- proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.prototype.serializeBinary = function() {
65924
- var writer = new jspb.BinaryWriter();
65925
- proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.serializeBinaryToWriter(this, writer);
65926
- return writer.getResultBuffer();
65927
- };
65928
-
65929
-
65930
- /**
65931
- * Serializes the given message to binary data (in protobuf wire
65932
- * format), writing to the given BinaryWriter.
65933
- * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress} message
65934
- * @param {!jspb.BinaryWriter} writer
65935
- * @suppress {unusedLocalVariables} f is only used for nested messages
65936
- */
65937
- proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.serializeBinaryToWriter = function(message, writer) {
65938
- var f = undefined;
65939
- f = /** @type {string} */ (jspb.Message.getField(message, 1));
65940
- if (f != null) {
65941
- writer.writeString(
65942
- 1,
65943
- f
65944
- );
65945
- }
65946
- f = message.getEntriesList();
65947
- if (f.length > 0) {
65948
- writer.writeRepeatedMessage(
65949
- 2,
65950
- f,
65951
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.serializeBinaryToWriter
65952
- );
65953
- }
65954
- };
65955
-
65956
-
65957
- /**
65958
- * optional string controller_name = 1;
65959
- * @return {string}
65960
- */
65961
- proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.prototype.getControllerName = function() {
65962
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
65963
- };
65964
-
65965
-
65966
- /**
65967
- * @param {string} value
65968
- * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress} returns this
65969
- */
65970
- proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.prototype.setControllerName = function(value) {
65971
- return jspb.Message.setField(this, 1, value);
65972
- };
65973
-
65974
-
65975
- /**
65976
- * Clears the field making it undefined.
65977
- * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress} returns this
65978
- */
65979
- proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.prototype.clearControllerName = function() {
65980
- return jspb.Message.setField(this, 1, undefined);
65981
- };
65982
-
65983
-
65984
- /**
65985
- * Returns whether this field is set.
65986
- * @return {boolean}
65987
- */
65988
- proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.prototype.hasControllerName = function() {
65989
- return jspb.Message.getField(this, 1) != null;
65990
- };
65991
-
65992
-
65993
- /**
65994
- * repeated NVMExpress entries = 2;
65995
- * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.NVMExpress>}
65996
- */
65997
- proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.prototype.getEntriesList = function() {
65998
- return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.NVMExpress>} */ (
65999
- jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.NVMExpress, 2));
66000
- };
66001
-
66002
-
66003
- /**
66004
- * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.NVMExpress>} value
66005
- * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress} returns this
66006
- */
66007
- proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.prototype.setEntriesList = function(value) {
66008
- return jspb.Message.setRepeatedWrapperField(this, 2, value);
66009
- };
66010
-
66011
-
66012
- /**
66013
- * @param {!proto.com.lansweeper.dp.outbound.v1.NVMExpress=} opt_value
66014
- * @param {number=} opt_index
66015
- * @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress}
66016
- */
66017
- proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.prototype.addEntries = function(opt_value, opt_index) {
66018
- return jspb.Message.addToRepeatedWrapperField(this, 2, opt_value, proto.com.lansweeper.dp.outbound.v1.NVMExpress, opt_index);
66019
- };
66020
-
66021
-
66022
- /**
66023
- * Clears the list making it empty but non-null.
66024
- * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress} returns this
66025
- */
66026
- proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.prototype.clearEntriesList = function() {
66027
- return this.setEntriesList([]);
66028
- };
66029
-
66030
-
66031
-
66032
- /**
66033
- * List of repeated fields within this message type.
66034
- * @private {!Array<number>}
66035
- * @const
66036
- */
66037
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.repeatedFields_ = [13];
66038
-
66039
-
66040
-
66041
- if (jspb.Message.GENERATE_TO_OBJECT) {
66042
- /**
66043
- * Creates an object representation of this proto.
66044
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
66045
- * Optional fields that are not set will be set to undefined.
66046
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
66047
- * For the list of reserved names please see:
66048
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
66049
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
66050
- * JSPB instance for transitional soy proto support:
66051
- * http://goto/soy-param-migration
66052
- * @return {!Object}
66053
- */
66054
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.toObject = function(opt_includeInstance) {
66055
- return proto.com.lansweeper.dp.outbound.v1.NVMExpress.toObject(opt_includeInstance, this);
65817
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxMemoryController.prototype.toObject = function(opt_includeInstance) {
65818
+ return proto.com.lansweeper.dp.outbound.v1.ComputerLinuxMemoryController.toObject(opt_includeInstance, this);
66056
65819
  };
66057
65820
 
66058
65821
 
@@ -66061,26 +65824,20 @@ proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.toObject = function(opt
66061
65824
  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
66062
65825
  * the JSPB instance for transitional soy proto support:
66063
65826
  * http://goto/soy-param-migration
66064
- * @param {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} msg The msg instance to transform.
65827
+ * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxMemoryController} msg The msg instance to transform.
66065
65828
  * @return {!Object}
66066
65829
  * @suppress {unusedLocalVariables} f is only used for nested messages
66067
65830
  */
66068
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.toObject = function(includeInstance, msg) {
65831
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxMemoryController.toObject = function(includeInstance, msg) {
66069
65832
  var f, obj = {
66070
- name: jspb.Message.getFieldWithDefault(msg, 1, ""),
66071
- bsdName: jspb.Message.getFieldWithDefault(msg, 2, ""),
66072
- detachableDrive: jspb.Message.getBooleanFieldWithDefault(msg, 3, false),
66073
- deviceModel: jspb.Message.getFieldWithDefault(msg, 4, ""),
66074
- deviceRevision: jspb.Message.getFieldWithDefault(msg, 5, ""),
66075
- deviceSerialNumber: jspb.Message.getFieldWithDefault(msg, 6, ""),
66076
- partitionMapType: jspb.Message.getFieldWithDefault(msg, 7, ""),
66077
- removableMedia: jspb.Message.getBooleanFieldWithDefault(msg, 8, false),
66078
- size: jspb.Message.getFieldWithDefault(msg, 9, ""),
66079
- sizeInBytes: jspb.Message.getFieldWithDefault(msg, 10, 0),
66080
- smartStatus: jspb.Message.getFieldWithDefault(msg, 11, ""),
66081
- trimSupport: jspb.Message.getBooleanFieldWithDefault(msg, 12, false),
66082
- volumesList: jspb.Message.toObjectList(msg.getVolumesList(),
66083
- proto.com.lansweeper.dp.outbound.v1.MacDiskVolume.toObject, includeInstance)
65833
+ supportedInterleave: jspb.Message.getFieldWithDefault(msg, 1, ""),
65834
+ currentInterleave: jspb.Message.getFieldWithDefault(msg, 2, ""),
65835
+ maxMemoryModuleSize: jspb.Message.getFieldWithDefault(msg, 3, ""),
65836
+ maxTotalMemorySize: jspb.Message.getFieldWithDefault(msg, 4, ""),
65837
+ supportedSpeeds: jspb.Message.getFieldWithDefault(msg, 5, ""),
65838
+ supportedMemTypes: jspb.Message.getFieldWithDefault(msg, 6, ""),
65839
+ memoryModuleVoltage: jspb.Message.getFieldWithDefault(msg, 7, ""),
65840
+ numberOfSlots: jspb.Message.getFieldWithDefault(msg, 8, "")
66084
65841
  };
66085
65842
 
66086
65843
  if (includeInstance) {
@@ -66094,23 +65851,23 @@ proto.com.lansweeper.dp.outbound.v1.NVMExpress.toObject = function(includeInstan
66094
65851
  /**
66095
65852
  * Deserializes binary data (in protobuf wire format).
66096
65853
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
66097
- * @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress}
65854
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxMemoryController}
66098
65855
  */
66099
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.deserializeBinary = function(bytes) {
65856
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxMemoryController.deserializeBinary = function(bytes) {
66100
65857
  var reader = new jspb.BinaryReader(bytes);
66101
- var msg = new proto.com.lansweeper.dp.outbound.v1.NVMExpress;
66102
- return proto.com.lansweeper.dp.outbound.v1.NVMExpress.deserializeBinaryFromReader(msg, reader);
65858
+ var msg = new proto.com.lansweeper.dp.outbound.v1.ComputerLinuxMemoryController;
65859
+ return proto.com.lansweeper.dp.outbound.v1.ComputerLinuxMemoryController.deserializeBinaryFromReader(msg, reader);
66103
65860
  };
66104
65861
 
66105
65862
 
66106
65863
  /**
66107
65864
  * Deserializes binary data (in protobuf wire format) from the
66108
65865
  * given reader into the given message object.
66109
- * @param {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} msg The message object to deserialize into.
65866
+ * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxMemoryController} msg The message object to deserialize into.
66110
65867
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
66111
- * @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress}
65868
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxMemoryController}
66112
65869
  */
66113
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.deserializeBinaryFromReader = function(msg, reader) {
65870
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxMemoryController.deserializeBinaryFromReader = function(msg, reader) {
66114
65871
  while (reader.nextField()) {
66115
65872
  if (reader.isEndGroup()) {
66116
65873
  break;
@@ -66119,56 +65876,35 @@ proto.com.lansweeper.dp.outbound.v1.NVMExpress.deserializeBinaryFromReader = fun
66119
65876
  switch (field) {
66120
65877
  case 1:
66121
65878
  var value = /** @type {string} */ (reader.readString());
66122
- msg.setName(value);
65879
+ msg.setSupportedInterleave(value);
66123
65880
  break;
66124
65881
  case 2:
66125
65882
  var value = /** @type {string} */ (reader.readString());
66126
- msg.setBsdName(value);
65883
+ msg.setCurrentInterleave(value);
66127
65884
  break;
66128
65885
  case 3:
66129
- var value = /** @type {boolean} */ (reader.readBool());
66130
- msg.setDetachableDrive(value);
65886
+ var value = /** @type {string} */ (reader.readString());
65887
+ msg.setMaxMemoryModuleSize(value);
66131
65888
  break;
66132
65889
  case 4:
66133
65890
  var value = /** @type {string} */ (reader.readString());
66134
- msg.setDeviceModel(value);
65891
+ msg.setMaxTotalMemorySize(value);
66135
65892
  break;
66136
65893
  case 5:
66137
65894
  var value = /** @type {string} */ (reader.readString());
66138
- msg.setDeviceRevision(value);
65895
+ msg.setSupportedSpeeds(value);
66139
65896
  break;
66140
65897
  case 6:
66141
65898
  var value = /** @type {string} */ (reader.readString());
66142
- msg.setDeviceSerialNumber(value);
65899
+ msg.setSupportedMemTypes(value);
66143
65900
  break;
66144
65901
  case 7:
66145
65902
  var value = /** @type {string} */ (reader.readString());
66146
- msg.setPartitionMapType(value);
65903
+ msg.setMemoryModuleVoltage(value);
66147
65904
  break;
66148
65905
  case 8:
66149
- var value = /** @type {boolean} */ (reader.readBool());
66150
- msg.setRemovableMedia(value);
66151
- break;
66152
- case 9:
66153
- var value = /** @type {string} */ (reader.readString());
66154
- msg.setSize(value);
66155
- break;
66156
- case 10:
66157
- var value = /** @type {number} */ (reader.readUint64());
66158
- msg.setSizeInBytes(value);
66159
- break;
66160
- case 11:
66161
65906
  var value = /** @type {string} */ (reader.readString());
66162
- msg.setSmartStatus(value);
66163
- break;
66164
- case 12:
66165
- var value = /** @type {boolean} */ (reader.readBool());
66166
- msg.setTrimSupport(value);
66167
- break;
66168
- case 13:
66169
- var value = new proto.com.lansweeper.dp.outbound.v1.MacDiskVolume;
66170
- reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.MacDiskVolume.deserializeBinaryFromReader);
66171
- msg.addVolumes(value);
65907
+ msg.setNumberOfSlots(value);
66172
65908
  break;
66173
65909
  default:
66174
65910
  reader.skipField();
@@ -66183,9 +65919,9 @@ proto.com.lansweeper.dp.outbound.v1.NVMExpress.deserializeBinaryFromReader = fun
66183
65919
  * Serializes the message to binary data (in protobuf wire format).
66184
65920
  * @return {!Uint8Array}
66185
65921
  */
66186
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.serializeBinary = function() {
65922
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxMemoryController.prototype.serializeBinary = function() {
66187
65923
  var writer = new jspb.BinaryWriter();
66188
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.serializeBinaryToWriter(this, writer);
65924
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxMemoryController.serializeBinaryToWriter(this, writer);
66189
65925
  return writer.getResultBuffer();
66190
65926
  };
66191
65927
 
@@ -66193,11 +65929,11 @@ proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.serializeBinary = funct
66193
65929
  /**
66194
65930
  * Serializes the given message to binary data (in protobuf wire
66195
65931
  * format), writing to the given BinaryWriter.
66196
- * @param {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} message
65932
+ * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxMemoryController} message
66197
65933
  * @param {!jspb.BinaryWriter} writer
66198
65934
  * @suppress {unusedLocalVariables} f is only used for nested messages
66199
65935
  */
66200
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.serializeBinaryToWriter = function(message, writer) {
65936
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxMemoryController.serializeBinaryToWriter = function(message, writer) {
66201
65937
  var f = undefined;
66202
65938
  f = /** @type {string} */ (jspb.Message.getField(message, 1));
66203
65939
  if (f != null) {
@@ -66213,711 +65949,9 @@ proto.com.lansweeper.dp.outbound.v1.NVMExpress.serializeBinaryToWriter = functio
66213
65949
  f
66214
65950
  );
66215
65951
  }
66216
- f = /** @type {boolean} */ (jspb.Message.getField(message, 3));
65952
+ f = /** @type {string} */ (jspb.Message.getField(message, 3));
66217
65953
  if (f != null) {
66218
- writer.writeBool(
66219
- 3,
66220
- f
66221
- );
66222
- }
66223
- f = /** @type {string} */ (jspb.Message.getField(message, 4));
66224
- if (f != null) {
66225
- writer.writeString(
66226
- 4,
66227
- f
66228
- );
66229
- }
66230
- f = /** @type {string} */ (jspb.Message.getField(message, 5));
66231
- if (f != null) {
66232
- writer.writeString(
66233
- 5,
66234
- f
66235
- );
66236
- }
66237
- f = /** @type {string} */ (jspb.Message.getField(message, 6));
66238
- if (f != null) {
66239
- writer.writeString(
66240
- 6,
66241
- f
66242
- );
66243
- }
66244
- f = /** @type {string} */ (jspb.Message.getField(message, 7));
66245
- if (f != null) {
66246
- writer.writeString(
66247
- 7,
66248
- f
66249
- );
66250
- }
66251
- f = /** @type {boolean} */ (jspb.Message.getField(message, 8));
66252
- if (f != null) {
66253
- writer.writeBool(
66254
- 8,
66255
- f
66256
- );
66257
- }
66258
- f = /** @type {string} */ (jspb.Message.getField(message, 9));
66259
- if (f != null) {
66260
- writer.writeString(
66261
- 9,
66262
- f
66263
- );
66264
- }
66265
- f = /** @type {number} */ (jspb.Message.getField(message, 10));
66266
- if (f != null) {
66267
- writer.writeUint64(
66268
- 10,
66269
- f
66270
- );
66271
- }
66272
- f = /** @type {string} */ (jspb.Message.getField(message, 11));
66273
- if (f != null) {
66274
- writer.writeString(
66275
- 11,
66276
- f
66277
- );
66278
- }
66279
- f = /** @type {boolean} */ (jspb.Message.getField(message, 12));
66280
- if (f != null) {
66281
- writer.writeBool(
66282
- 12,
66283
- f
66284
- );
66285
- }
66286
- f = message.getVolumesList();
66287
- if (f.length > 0) {
66288
- writer.writeRepeatedMessage(
66289
- 13,
66290
- f,
66291
- proto.com.lansweeper.dp.outbound.v1.MacDiskVolume.serializeBinaryToWriter
66292
- );
66293
- }
66294
- };
66295
-
66296
-
66297
- /**
66298
- * optional string name = 1;
66299
- * @return {string}
66300
- */
66301
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.getName = function() {
66302
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
66303
- };
66304
-
66305
-
66306
- /**
66307
- * @param {string} value
66308
- * @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
66309
- */
66310
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.setName = function(value) {
66311
- return jspb.Message.setField(this, 1, value);
66312
- };
66313
-
66314
-
66315
- /**
66316
- * Clears the field making it undefined.
66317
- * @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
66318
- */
66319
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.clearName = function() {
66320
- return jspb.Message.setField(this, 1, undefined);
66321
- };
66322
-
66323
-
66324
- /**
66325
- * Returns whether this field is set.
66326
- * @return {boolean}
66327
- */
66328
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.hasName = function() {
66329
- return jspb.Message.getField(this, 1) != null;
66330
- };
66331
-
66332
-
66333
- /**
66334
- * optional string bsd_name = 2;
66335
- * @return {string}
66336
- */
66337
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.getBsdName = function() {
66338
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
66339
- };
66340
-
66341
-
66342
- /**
66343
- * @param {string} value
66344
- * @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
66345
- */
66346
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.setBsdName = function(value) {
66347
- return jspb.Message.setField(this, 2, value);
66348
- };
66349
-
66350
-
66351
- /**
66352
- * Clears the field making it undefined.
66353
- * @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
66354
- */
66355
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.clearBsdName = function() {
66356
- return jspb.Message.setField(this, 2, undefined);
66357
- };
66358
-
66359
-
66360
- /**
66361
- * Returns whether this field is set.
66362
- * @return {boolean}
66363
- */
66364
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.hasBsdName = function() {
66365
- return jspb.Message.getField(this, 2) != null;
66366
- };
66367
-
66368
-
66369
- /**
66370
- * optional bool detachable_drive = 3;
66371
- * @return {boolean}
66372
- */
66373
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.getDetachableDrive = function() {
66374
- return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 3, false));
66375
- };
66376
-
66377
-
66378
- /**
66379
- * @param {boolean} value
66380
- * @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
66381
- */
66382
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.setDetachableDrive = function(value) {
66383
- return jspb.Message.setField(this, 3, value);
66384
- };
66385
-
66386
-
66387
- /**
66388
- * Clears the field making it undefined.
66389
- * @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
66390
- */
66391
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.clearDetachableDrive = function() {
66392
- return jspb.Message.setField(this, 3, undefined);
66393
- };
66394
-
66395
-
66396
- /**
66397
- * Returns whether this field is set.
66398
- * @return {boolean}
66399
- */
66400
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.hasDetachableDrive = function() {
66401
- return jspb.Message.getField(this, 3) != null;
66402
- };
66403
-
66404
-
66405
- /**
66406
- * optional string device_model = 4;
66407
- * @return {string}
66408
- */
66409
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.getDeviceModel = function() {
66410
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
66411
- };
66412
-
66413
-
66414
- /**
66415
- * @param {string} value
66416
- * @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
66417
- */
66418
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.setDeviceModel = function(value) {
66419
- return jspb.Message.setField(this, 4, value);
66420
- };
66421
-
66422
-
66423
- /**
66424
- * Clears the field making it undefined.
66425
- * @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
66426
- */
66427
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.clearDeviceModel = function() {
66428
- return jspb.Message.setField(this, 4, undefined);
66429
- };
66430
-
66431
-
66432
- /**
66433
- * Returns whether this field is set.
66434
- * @return {boolean}
66435
- */
66436
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.hasDeviceModel = function() {
66437
- return jspb.Message.getField(this, 4) != null;
66438
- };
66439
-
66440
-
66441
- /**
66442
- * optional string device_revision = 5;
66443
- * @return {string}
66444
- */
66445
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.getDeviceRevision = function() {
66446
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
66447
- };
66448
-
66449
-
66450
- /**
66451
- * @param {string} value
66452
- * @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
66453
- */
66454
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.setDeviceRevision = function(value) {
66455
- return jspb.Message.setField(this, 5, value);
66456
- };
66457
-
66458
-
66459
- /**
66460
- * Clears the field making it undefined.
66461
- * @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
66462
- */
66463
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.clearDeviceRevision = function() {
66464
- return jspb.Message.setField(this, 5, undefined);
66465
- };
66466
-
66467
-
66468
- /**
66469
- * Returns whether this field is set.
66470
- * @return {boolean}
66471
- */
66472
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.hasDeviceRevision = function() {
66473
- return jspb.Message.getField(this, 5) != null;
66474
- };
66475
-
66476
-
66477
- /**
66478
- * optional string device_serial_number = 6;
66479
- * @return {string}
66480
- */
66481
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.getDeviceSerialNumber = function() {
66482
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
66483
- };
66484
-
66485
-
66486
- /**
66487
- * @param {string} value
66488
- * @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
66489
- */
66490
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.setDeviceSerialNumber = function(value) {
66491
- return jspb.Message.setField(this, 6, value);
66492
- };
66493
-
66494
-
66495
- /**
66496
- * Clears the field making it undefined.
66497
- * @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
66498
- */
66499
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.clearDeviceSerialNumber = function() {
66500
- return jspb.Message.setField(this, 6, undefined);
66501
- };
66502
-
66503
-
66504
- /**
66505
- * Returns whether this field is set.
66506
- * @return {boolean}
66507
- */
66508
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.hasDeviceSerialNumber = function() {
66509
- return jspb.Message.getField(this, 6) != null;
66510
- };
66511
-
66512
-
66513
- /**
66514
- * optional string partition_map_type = 7;
66515
- * @return {string}
66516
- */
66517
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.getPartitionMapType = function() {
66518
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
66519
- };
66520
-
66521
-
66522
- /**
66523
- * @param {string} value
66524
- * @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
66525
- */
66526
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.setPartitionMapType = function(value) {
66527
- return jspb.Message.setField(this, 7, value);
66528
- };
66529
-
66530
-
66531
- /**
66532
- * Clears the field making it undefined.
66533
- * @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
66534
- */
66535
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.clearPartitionMapType = function() {
66536
- return jspb.Message.setField(this, 7, undefined);
66537
- };
66538
-
66539
-
66540
- /**
66541
- * Returns whether this field is set.
66542
- * @return {boolean}
66543
- */
66544
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.hasPartitionMapType = function() {
66545
- return jspb.Message.getField(this, 7) != null;
66546
- };
66547
-
66548
-
66549
- /**
66550
- * optional bool removable_media = 8;
66551
- * @return {boolean}
66552
- */
66553
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.getRemovableMedia = function() {
66554
- return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 8, false));
66555
- };
66556
-
66557
-
66558
- /**
66559
- * @param {boolean} value
66560
- * @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
66561
- */
66562
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.setRemovableMedia = function(value) {
66563
- return jspb.Message.setField(this, 8, value);
66564
- };
66565
-
66566
-
66567
- /**
66568
- * Clears the field making it undefined.
66569
- * @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
66570
- */
66571
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.clearRemovableMedia = function() {
66572
- return jspb.Message.setField(this, 8, undefined);
66573
- };
66574
-
66575
-
66576
- /**
66577
- * Returns whether this field is set.
66578
- * @return {boolean}
66579
- */
66580
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.hasRemovableMedia = function() {
66581
- return jspb.Message.getField(this, 8) != null;
66582
- };
66583
-
66584
-
66585
- /**
66586
- * optional string size = 9;
66587
- * @return {string}
66588
- */
66589
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.getSize = function() {
66590
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, ""));
66591
- };
66592
-
66593
-
66594
- /**
66595
- * @param {string} value
66596
- * @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
66597
- */
66598
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.setSize = function(value) {
66599
- return jspb.Message.setField(this, 9, value);
66600
- };
66601
-
66602
-
66603
- /**
66604
- * Clears the field making it undefined.
66605
- * @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
66606
- */
66607
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.clearSize = function() {
66608
- return jspb.Message.setField(this, 9, undefined);
66609
- };
66610
-
66611
-
66612
- /**
66613
- * Returns whether this field is set.
66614
- * @return {boolean}
66615
- */
66616
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.hasSize = function() {
66617
- return jspb.Message.getField(this, 9) != null;
66618
- };
66619
-
66620
-
66621
- /**
66622
- * optional uint64 size_in_bytes = 10;
66623
- * @return {number}
66624
- */
66625
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.getSizeInBytes = function() {
66626
- return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 10, 0));
66627
- };
66628
-
66629
-
66630
- /**
66631
- * @param {number} value
66632
- * @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
66633
- */
66634
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.setSizeInBytes = function(value) {
66635
- return jspb.Message.setField(this, 10, value);
66636
- };
66637
-
66638
-
66639
- /**
66640
- * Clears the field making it undefined.
66641
- * @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
66642
- */
66643
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.clearSizeInBytes = function() {
66644
- return jspb.Message.setField(this, 10, undefined);
66645
- };
66646
-
66647
-
66648
- /**
66649
- * Returns whether this field is set.
66650
- * @return {boolean}
66651
- */
66652
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.hasSizeInBytes = function() {
66653
- return jspb.Message.getField(this, 10) != null;
66654
- };
66655
-
66656
-
66657
- /**
66658
- * optional string smart_status = 11;
66659
- * @return {string}
66660
- */
66661
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.getSmartStatus = function() {
66662
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
66663
- };
66664
-
66665
-
66666
- /**
66667
- * @param {string} value
66668
- * @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
66669
- */
66670
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.setSmartStatus = function(value) {
66671
- return jspb.Message.setField(this, 11, value);
66672
- };
66673
-
66674
-
66675
- /**
66676
- * Clears the field making it undefined.
66677
- * @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
66678
- */
66679
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.clearSmartStatus = function() {
66680
- return jspb.Message.setField(this, 11, undefined);
66681
- };
66682
-
66683
-
66684
- /**
66685
- * Returns whether this field is set.
66686
- * @return {boolean}
66687
- */
66688
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.hasSmartStatus = function() {
66689
- return jspb.Message.getField(this, 11) != null;
66690
- };
66691
-
66692
-
66693
- /**
66694
- * optional bool trim_support = 12;
66695
- * @return {boolean}
66696
- */
66697
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.getTrimSupport = function() {
66698
- return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 12, false));
66699
- };
66700
-
66701
-
66702
- /**
66703
- * @param {boolean} value
66704
- * @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
66705
- */
66706
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.setTrimSupport = function(value) {
66707
- return jspb.Message.setField(this, 12, value);
66708
- };
66709
-
66710
-
66711
- /**
66712
- * Clears the field making it undefined.
66713
- * @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
66714
- */
66715
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.clearTrimSupport = function() {
66716
- return jspb.Message.setField(this, 12, undefined);
66717
- };
66718
-
66719
-
66720
- /**
66721
- * Returns whether this field is set.
66722
- * @return {boolean}
66723
- */
66724
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.hasTrimSupport = function() {
66725
- return jspb.Message.getField(this, 12) != null;
66726
- };
66727
-
66728
-
66729
- /**
66730
- * repeated MacDiskVolume volumes = 13;
66731
- * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.MacDiskVolume>}
66732
- */
66733
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.getVolumesList = function() {
66734
- return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.MacDiskVolume>} */ (
66735
- jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MacDiskVolume, 13));
66736
- };
66737
-
66738
-
66739
- /**
66740
- * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.MacDiskVolume>} value
66741
- * @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
66742
- */
66743
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.setVolumesList = function(value) {
66744
- return jspb.Message.setRepeatedWrapperField(this, 13, value);
66745
- };
66746
-
66747
-
66748
- /**
66749
- * @param {!proto.com.lansweeper.dp.outbound.v1.MacDiskVolume=} opt_value
66750
- * @param {number=} opt_index
66751
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacDiskVolume}
66752
- */
66753
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.addVolumes = function(opt_value, opt_index) {
66754
- return jspb.Message.addToRepeatedWrapperField(this, 13, opt_value, proto.com.lansweeper.dp.outbound.v1.MacDiskVolume, opt_index);
66755
- };
66756
-
66757
-
66758
- /**
66759
- * Clears the list making it empty but non-null.
66760
- * @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
66761
- */
66762
- proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.clearVolumesList = function() {
66763
- return this.setVolumesList([]);
66764
- };
66765
-
66766
-
66767
-
66768
-
66769
-
66770
- if (jspb.Message.GENERATE_TO_OBJECT) {
66771
- /**
66772
- * Creates an object representation of this proto.
66773
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
66774
- * Optional fields that are not set will be set to undefined.
66775
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
66776
- * For the list of reserved names please see:
66777
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
66778
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
66779
- * JSPB instance for transitional soy proto support:
66780
- * http://goto/soy-param-migration
66781
- * @return {!Object}
66782
- */
66783
- proto.com.lansweeper.dp.outbound.v1.ComputerLinuxMemoryController.prototype.toObject = function(opt_includeInstance) {
66784
- return proto.com.lansweeper.dp.outbound.v1.ComputerLinuxMemoryController.toObject(opt_includeInstance, this);
66785
- };
66786
-
66787
-
66788
- /**
66789
- * Static version of the {@see toObject} method.
66790
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
66791
- * the JSPB instance for transitional soy proto support:
66792
- * http://goto/soy-param-migration
66793
- * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxMemoryController} msg The msg instance to transform.
66794
- * @return {!Object}
66795
- * @suppress {unusedLocalVariables} f is only used for nested messages
66796
- */
66797
- proto.com.lansweeper.dp.outbound.v1.ComputerLinuxMemoryController.toObject = function(includeInstance, msg) {
66798
- var f, obj = {
66799
- supportedInterleave: jspb.Message.getFieldWithDefault(msg, 1, ""),
66800
- currentInterleave: jspb.Message.getFieldWithDefault(msg, 2, ""),
66801
- maxMemoryModuleSize: jspb.Message.getFieldWithDefault(msg, 3, ""),
66802
- maxTotalMemorySize: jspb.Message.getFieldWithDefault(msg, 4, ""),
66803
- supportedSpeeds: jspb.Message.getFieldWithDefault(msg, 5, ""),
66804
- supportedMemTypes: jspb.Message.getFieldWithDefault(msg, 6, ""),
66805
- memoryModuleVoltage: jspb.Message.getFieldWithDefault(msg, 7, ""),
66806
- numberOfSlots: jspb.Message.getFieldWithDefault(msg, 8, "")
66807
- };
66808
-
66809
- if (includeInstance) {
66810
- obj.$jspbMessageInstance = msg;
66811
- }
66812
- return obj;
66813
- };
66814
- }
66815
-
66816
-
66817
- /**
66818
- * Deserializes binary data (in protobuf wire format).
66819
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
66820
- * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxMemoryController}
66821
- */
66822
- proto.com.lansweeper.dp.outbound.v1.ComputerLinuxMemoryController.deserializeBinary = function(bytes) {
66823
- var reader = new jspb.BinaryReader(bytes);
66824
- var msg = new proto.com.lansweeper.dp.outbound.v1.ComputerLinuxMemoryController;
66825
- return proto.com.lansweeper.dp.outbound.v1.ComputerLinuxMemoryController.deserializeBinaryFromReader(msg, reader);
66826
- };
66827
-
66828
-
66829
- /**
66830
- * Deserializes binary data (in protobuf wire format) from the
66831
- * given reader into the given message object.
66832
- * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxMemoryController} msg The message object to deserialize into.
66833
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
66834
- * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxMemoryController}
66835
- */
66836
- proto.com.lansweeper.dp.outbound.v1.ComputerLinuxMemoryController.deserializeBinaryFromReader = function(msg, reader) {
66837
- while (reader.nextField()) {
66838
- if (reader.isEndGroup()) {
66839
- break;
66840
- }
66841
- var field = reader.getFieldNumber();
66842
- switch (field) {
66843
- case 1:
66844
- var value = /** @type {string} */ (reader.readString());
66845
- msg.setSupportedInterleave(value);
66846
- break;
66847
- case 2:
66848
- var value = /** @type {string} */ (reader.readString());
66849
- msg.setCurrentInterleave(value);
66850
- break;
66851
- case 3:
66852
- var value = /** @type {string} */ (reader.readString());
66853
- msg.setMaxMemoryModuleSize(value);
66854
- break;
66855
- case 4:
66856
- var value = /** @type {string} */ (reader.readString());
66857
- msg.setMaxTotalMemorySize(value);
66858
- break;
66859
- case 5:
66860
- var value = /** @type {string} */ (reader.readString());
66861
- msg.setSupportedSpeeds(value);
66862
- break;
66863
- case 6:
66864
- var value = /** @type {string} */ (reader.readString());
66865
- msg.setSupportedMemTypes(value);
66866
- break;
66867
- case 7:
66868
- var value = /** @type {string} */ (reader.readString());
66869
- msg.setMemoryModuleVoltage(value);
66870
- break;
66871
- case 8:
66872
- var value = /** @type {string} */ (reader.readString());
66873
- msg.setNumberOfSlots(value);
66874
- break;
66875
- default:
66876
- reader.skipField();
66877
- break;
66878
- }
66879
- }
66880
- return msg;
66881
- };
66882
-
66883
-
66884
- /**
66885
- * Serializes the message to binary data (in protobuf wire format).
66886
- * @return {!Uint8Array}
66887
- */
66888
- proto.com.lansweeper.dp.outbound.v1.ComputerLinuxMemoryController.prototype.serializeBinary = function() {
66889
- var writer = new jspb.BinaryWriter();
66890
- proto.com.lansweeper.dp.outbound.v1.ComputerLinuxMemoryController.serializeBinaryToWriter(this, writer);
66891
- return writer.getResultBuffer();
66892
- };
66893
-
66894
-
66895
- /**
66896
- * Serializes the given message to binary data (in protobuf wire
66897
- * format), writing to the given BinaryWriter.
66898
- * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxMemoryController} message
66899
- * @param {!jspb.BinaryWriter} writer
66900
- * @suppress {unusedLocalVariables} f is only used for nested messages
66901
- */
66902
- proto.com.lansweeper.dp.outbound.v1.ComputerLinuxMemoryController.serializeBinaryToWriter = function(message, writer) {
66903
- var f = undefined;
66904
- f = /** @type {string} */ (jspb.Message.getField(message, 1));
66905
- if (f != null) {
66906
- writer.writeString(
66907
- 1,
66908
- f
66909
- );
66910
- }
66911
- f = /** @type {string} */ (jspb.Message.getField(message, 2));
66912
- if (f != null) {
66913
- writer.writeString(
66914
- 2,
66915
- f
66916
- );
66917
- }
66918
- f = /** @type {string} */ (jspb.Message.getField(message, 3));
66919
- if (f != null) {
66920
- writer.writeString(
65954
+ writer.writeString(
66921
65955
  3,
66922
65956
  f
66923
65957
  );
@@ -69638,6 +68672,214 @@ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxMemoryModule.prototype.hasError
69638
68672
 
69639
68673
 
69640
68674
 
68675
+ /**
68676
+ * List of repeated fields within this message type.
68677
+ * @private {!Array<number>}
68678
+ * @const
68679
+ */
68680
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.repeatedFields_ = [3];
68681
+
68682
+
68683
+
68684
+ if (jspb.Message.GENERATE_TO_OBJECT) {
68685
+ /**
68686
+ * Creates an object representation of this proto.
68687
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
68688
+ * Optional fields that are not set will be set to undefined.
68689
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
68690
+ * For the list of reserved names please see:
68691
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
68692
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
68693
+ * JSPB instance for transitional soy proto support:
68694
+ * http://goto/soy-param-migration
68695
+ * @return {!Object}
68696
+ */
68697
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.prototype.toObject = function(opt_includeInstance) {
68698
+ return proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.toObject(opt_includeInstance, this);
68699
+ };
68700
+
68701
+
68702
+ /**
68703
+ * Static version of the {@see toObject} method.
68704
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
68705
+ * the JSPB instance for transitional soy proto support:
68706
+ * http://goto/soy-param-migration
68707
+ * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress} msg The msg instance to transform.
68708
+ * @return {!Object}
68709
+ * @suppress {unusedLocalVariables} f is only used for nested messages
68710
+ */
68711
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.toObject = function(includeInstance, msg) {
68712
+ var f, obj = {
68713
+ controllerName: jspb.Message.getFieldWithDefault(msg, 1, ""),
68714
+ entriesList: jspb.Message.toObjectList(msg.getEntriesList(),
68715
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.toObject, includeInstance)
68716
+ };
68717
+
68718
+ if (includeInstance) {
68719
+ obj.$jspbMessageInstance = msg;
68720
+ }
68721
+ return obj;
68722
+ };
68723
+ }
68724
+
68725
+
68726
+ /**
68727
+ * Deserializes binary data (in protobuf wire format).
68728
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
68729
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress}
68730
+ */
68731
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.deserializeBinary = function(bytes) {
68732
+ var reader = new jspb.BinaryReader(bytes);
68733
+ var msg = new proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress;
68734
+ return proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.deserializeBinaryFromReader(msg, reader);
68735
+ };
68736
+
68737
+
68738
+ /**
68739
+ * Deserializes binary data (in protobuf wire format) from the
68740
+ * given reader into the given message object.
68741
+ * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress} msg The message object to deserialize into.
68742
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
68743
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress}
68744
+ */
68745
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.deserializeBinaryFromReader = function(msg, reader) {
68746
+ while (reader.nextField()) {
68747
+ if (reader.isEndGroup()) {
68748
+ break;
68749
+ }
68750
+ var field = reader.getFieldNumber();
68751
+ switch (field) {
68752
+ case 1:
68753
+ var value = /** @type {string} */ (reader.readString());
68754
+ msg.setControllerName(value);
68755
+ break;
68756
+ case 3:
68757
+ var value = new proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice;
68758
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.deserializeBinaryFromReader);
68759
+ msg.addEntries(value);
68760
+ break;
68761
+ default:
68762
+ reader.skipField();
68763
+ break;
68764
+ }
68765
+ }
68766
+ return msg;
68767
+ };
68768
+
68769
+
68770
+ /**
68771
+ * Serializes the message to binary data (in protobuf wire format).
68772
+ * @return {!Uint8Array}
68773
+ */
68774
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.prototype.serializeBinary = function() {
68775
+ var writer = new jspb.BinaryWriter();
68776
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.serializeBinaryToWriter(this, writer);
68777
+ return writer.getResultBuffer();
68778
+ };
68779
+
68780
+
68781
+ /**
68782
+ * Serializes the given message to binary data (in protobuf wire
68783
+ * format), writing to the given BinaryWriter.
68784
+ * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress} message
68785
+ * @param {!jspb.BinaryWriter} writer
68786
+ * @suppress {unusedLocalVariables} f is only used for nested messages
68787
+ */
68788
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.serializeBinaryToWriter = function(message, writer) {
68789
+ var f = undefined;
68790
+ f = /** @type {string} */ (jspb.Message.getField(message, 1));
68791
+ if (f != null) {
68792
+ writer.writeString(
68793
+ 1,
68794
+ f
68795
+ );
68796
+ }
68797
+ f = message.getEntriesList();
68798
+ if (f.length > 0) {
68799
+ writer.writeRepeatedMessage(
68800
+ 3,
68801
+ f,
68802
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.serializeBinaryToWriter
68803
+ );
68804
+ }
68805
+ };
68806
+
68807
+
68808
+ /**
68809
+ * optional string controller_name = 1;
68810
+ * @return {string}
68811
+ */
68812
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.prototype.getControllerName = function() {
68813
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
68814
+ };
68815
+
68816
+
68817
+ /**
68818
+ * @param {string} value
68819
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress} returns this
68820
+ */
68821
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.prototype.setControllerName = function(value) {
68822
+ return jspb.Message.setField(this, 1, value);
68823
+ };
68824
+
68825
+
68826
+ /**
68827
+ * Clears the field making it undefined.
68828
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress} returns this
68829
+ */
68830
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.prototype.clearControllerName = function() {
68831
+ return jspb.Message.setField(this, 1, undefined);
68832
+ };
68833
+
68834
+
68835
+ /**
68836
+ * Returns whether this field is set.
68837
+ * @return {boolean}
68838
+ */
68839
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.prototype.hasControllerName = function() {
68840
+ return jspb.Message.getField(this, 1) != null;
68841
+ };
68842
+
68843
+
68844
+ /**
68845
+ * repeated MacHardDiskDevice entries = 3;
68846
+ * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice>}
68847
+ */
68848
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.prototype.getEntriesList = function() {
68849
+ return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice>} */ (
68850
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice, 3));
68851
+ };
68852
+
68853
+
68854
+ /**
68855
+ * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice>} value
68856
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress} returns this
68857
+ */
68858
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.prototype.setEntriesList = function(value) {
68859
+ return jspb.Message.setRepeatedWrapperField(this, 3, value);
68860
+ };
68861
+
68862
+
68863
+ /**
68864
+ * @param {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice=} opt_value
68865
+ * @param {number=} opt_index
68866
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice}
68867
+ */
68868
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.prototype.addEntries = function(opt_value, opt_index) {
68869
+ return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice, opt_index);
68870
+ };
68871
+
68872
+
68873
+ /**
68874
+ * Clears the list making it empty but non-null.
68875
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress} returns this
68876
+ */
68877
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.prototype.clearEntriesList = function() {
68878
+ return this.setEntriesList([]);
68879
+ };
68880
+
68881
+
68882
+
69641
68883
  /**
69642
68884
  * List of repeated fields within this message type.
69643
68885
  * @private {!Array<number>}
@@ -69684,7 +68926,7 @@ proto.com.lansweeper.dp.outbound.v1.ComputerMacSATAController.toObject = functio
69684
68926
  product: jspb.Message.getFieldWithDefault(msg, 6, ""),
69685
68927
  vendor: jspb.Message.getFieldWithDefault(msg, 7, ""),
69686
68928
  devicesList: jspb.Message.toObjectList(msg.getDevicesList(),
69687
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.toObject, includeInstance)
68929
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.toObject, includeInstance)
69688
68930
  };
69689
68931
 
69690
68932
  if (includeInstance) {
@@ -69750,8 +68992,8 @@ proto.com.lansweeper.dp.outbound.v1.ComputerMacSATAController.deserializeBinaryF
69750
68992
  msg.setVendor(value);
69751
68993
  break;
69752
68994
  case 8:
69753
- var value = new proto.com.lansweeper.dp.outbound.v1.MacSATADevice;
69754
- reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.MacSATADevice.deserializeBinaryFromReader);
68995
+ var value = new proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice;
68996
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.deserializeBinaryFromReader);
69755
68997
  msg.addDevices(value);
69756
68998
  break;
69757
68999
  default:
@@ -69837,7 +69079,7 @@ proto.com.lansweeper.dp.outbound.v1.ComputerMacSATAController.serializeBinaryToW
69837
69079
  writer.writeRepeatedMessage(
69838
69080
  8,
69839
69081
  f,
69840
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.serializeBinaryToWriter
69082
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.serializeBinaryToWriter
69841
69083
  );
69842
69084
  }
69843
69085
  };
@@ -70096,17 +69338,17 @@ proto.com.lansweeper.dp.outbound.v1.ComputerMacSATAController.prototype.hasVendo
70096
69338
 
70097
69339
 
70098
69340
  /**
70099
- * repeated MacSATADevice devices = 8;
70100
- * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.MacSATADevice>}
69341
+ * repeated MacHardDiskDevice devices = 8;
69342
+ * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice>}
70101
69343
  */
70102
69344
  proto.com.lansweeper.dp.outbound.v1.ComputerMacSATAController.prototype.getDevicesList = function() {
70103
- return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.MacSATADevice>} */ (
70104
- jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MacSATADevice, 8));
69345
+ return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice>} */ (
69346
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice, 8));
70105
69347
  };
70106
69348
 
70107
69349
 
70108
69350
  /**
70109
- * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.MacSATADevice>} value
69351
+ * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice>} value
70110
69352
  * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacSATAController} returns this
70111
69353
  */
70112
69354
  proto.com.lansweeper.dp.outbound.v1.ComputerMacSATAController.prototype.setDevicesList = function(value) {
@@ -70115,12 +69357,12 @@ proto.com.lansweeper.dp.outbound.v1.ComputerMacSATAController.prototype.setDevic
70115
69357
 
70116
69358
 
70117
69359
  /**
70118
- * @param {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice=} opt_value
69360
+ * @param {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice=} opt_value
70119
69361
  * @param {number=} opt_index
70120
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice}
69362
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice}
70121
69363
  */
70122
69364
  proto.com.lansweeper.dp.outbound.v1.ComputerMacSATAController.prototype.addDevices = function(opt_value, opt_index) {
70123
- return jspb.Message.addToRepeatedWrapperField(this, 8, opt_value, proto.com.lansweeper.dp.outbound.v1.MacSATADevice, opt_index);
69365
+ return jspb.Message.addToRepeatedWrapperField(this, 8, opt_value, proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice, opt_index);
70124
69366
  };
70125
69367
 
70126
69368
 
@@ -70139,7 +69381,7 @@ proto.com.lansweeper.dp.outbound.v1.ComputerMacSATAController.prototype.clearDev
70139
69381
  * @private {!Array<number>}
70140
69382
  * @const
70141
69383
  */
70142
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.repeatedFields_ = [18];
69384
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.repeatedFields_ = [18];
70143
69385
 
70144
69386
 
70145
69387
 
@@ -70156,8 +69398,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
70156
69398
  * http://goto/soy-param-migration
70157
69399
  * @return {!Object}
70158
69400
  */
70159
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.toObject = function(opt_includeInstance) {
70160
- return proto.com.lansweeper.dp.outbound.v1.MacSATADevice.toObject(opt_includeInstance, this);
69401
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.toObject = function(opt_includeInstance) {
69402
+ return proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.toObject(opt_includeInstance, this);
70161
69403
  };
70162
69404
 
70163
69405
 
@@ -70166,11 +69408,11 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.toObject = function(
70166
69408
  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
70167
69409
  * the JSPB instance for transitional soy proto support:
70168
69410
  * http://goto/soy-param-migration
70169
- * @param {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} msg The msg instance to transform.
69411
+ * @param {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} msg The msg instance to transform.
70170
69412
  * @return {!Object}
70171
69413
  * @suppress {unusedLocalVariables} f is only used for nested messages
70172
69414
  */
70173
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.toObject = function(includeInstance, msg) {
69415
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.toObject = function(includeInstance, msg) {
70174
69416
  var f, obj = {
70175
69417
  name: jspb.Message.getFieldWithDefault(msg, 1, ""),
70176
69418
  bsdName: jspb.Message.getFieldWithDefault(msg, 2, ""),
@@ -70204,23 +69446,23 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.toObject = function(includeIns
70204
69446
  /**
70205
69447
  * Deserializes binary data (in protobuf wire format).
70206
69448
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
70207
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice}
69449
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice}
70208
69450
  */
70209
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.deserializeBinary = function(bytes) {
69451
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.deserializeBinary = function(bytes) {
70210
69452
  var reader = new jspb.BinaryReader(bytes);
70211
- var msg = new proto.com.lansweeper.dp.outbound.v1.MacSATADevice;
70212
- return proto.com.lansweeper.dp.outbound.v1.MacSATADevice.deserializeBinaryFromReader(msg, reader);
69453
+ var msg = new proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice;
69454
+ return proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.deserializeBinaryFromReader(msg, reader);
70213
69455
  };
70214
69456
 
70215
69457
 
70216
69458
  /**
70217
69459
  * Deserializes binary data (in protobuf wire format) from the
70218
69460
  * given reader into the given message object.
70219
- * @param {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} msg The message object to deserialize into.
69461
+ * @param {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} msg The message object to deserialize into.
70220
69462
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
70221
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice}
69463
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice}
70222
69464
  */
70223
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.deserializeBinaryFromReader = function(msg, reader) {
69465
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.deserializeBinaryFromReader = function(msg, reader) {
70224
69466
  while (reader.nextField()) {
70225
69467
  if (reader.isEndGroup()) {
70226
69468
  break;
@@ -70313,9 +69555,9 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.deserializeBinaryFromReader =
70313
69555
  * Serializes the message to binary data (in protobuf wire format).
70314
69556
  * @return {!Uint8Array}
70315
69557
  */
70316
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.serializeBinary = function() {
69558
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.serializeBinary = function() {
70317
69559
  var writer = new jspb.BinaryWriter();
70318
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.serializeBinaryToWriter(this, writer);
69560
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.serializeBinaryToWriter(this, writer);
70319
69561
  return writer.getResultBuffer();
70320
69562
  };
70321
69563
 
@@ -70323,11 +69565,11 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.serializeBinary = fu
70323
69565
  /**
70324
69566
  * Serializes the given message to binary data (in protobuf wire
70325
69567
  * format), writing to the given BinaryWriter.
70326
- * @param {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} message
69568
+ * @param {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} message
70327
69569
  * @param {!jspb.BinaryWriter} writer
70328
69570
  * @suppress {unusedLocalVariables} f is only used for nested messages
70329
69571
  */
70330
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.serializeBinaryToWriter = function(message, writer) {
69572
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.serializeBinaryToWriter = function(message, writer) {
70331
69573
  var f = undefined;
70332
69574
  f = /** @type {string} */ (jspb.Message.getField(message, 1));
70333
69575
  if (f != null) {
@@ -70463,25 +69705,25 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.serializeBinaryToWriter = func
70463
69705
  * optional string name = 1;
70464
69706
  * @return {string}
70465
69707
  */
70466
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.getName = function() {
69708
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.getName = function() {
70467
69709
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
70468
69710
  };
70469
69711
 
70470
69712
 
70471
69713
  /**
70472
69714
  * @param {string} value
70473
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} returns this
69715
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} returns this
70474
69716
  */
70475
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.setName = function(value) {
69717
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.setName = function(value) {
70476
69718
  return jspb.Message.setField(this, 1, value);
70477
69719
  };
70478
69720
 
70479
69721
 
70480
69722
  /**
70481
69723
  * Clears the field making it undefined.
70482
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} returns this
69724
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} returns this
70483
69725
  */
70484
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.clearName = function() {
69726
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.clearName = function() {
70485
69727
  return jspb.Message.setField(this, 1, undefined);
70486
69728
  };
70487
69729
 
@@ -70490,7 +69732,7 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.clearName = function
70490
69732
  * Returns whether this field is set.
70491
69733
  * @return {boolean}
70492
69734
  */
70493
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.hasName = function() {
69735
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.hasName = function() {
70494
69736
  return jspb.Message.getField(this, 1) != null;
70495
69737
  };
70496
69738
 
@@ -70499,25 +69741,25 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.hasName = function()
70499
69741
  * optional string bsd_name = 2;
70500
69742
  * @return {string}
70501
69743
  */
70502
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.getBsdName = function() {
69744
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.getBsdName = function() {
70503
69745
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
70504
69746
  };
70505
69747
 
70506
69748
 
70507
69749
  /**
70508
69750
  * @param {string} value
70509
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} returns this
69751
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} returns this
70510
69752
  */
70511
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.setBsdName = function(value) {
69753
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.setBsdName = function(value) {
70512
69754
  return jspb.Message.setField(this, 2, value);
70513
69755
  };
70514
69756
 
70515
69757
 
70516
69758
  /**
70517
69759
  * Clears the field making it undefined.
70518
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} returns this
69760
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} returns this
70519
69761
  */
70520
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.clearBsdName = function() {
69762
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.clearBsdName = function() {
70521
69763
  return jspb.Message.setField(this, 2, undefined);
70522
69764
  };
70523
69765
 
@@ -70526,7 +69768,7 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.clearBsdName = funct
70526
69768
  * Returns whether this field is set.
70527
69769
  * @return {boolean}
70528
69770
  */
70529
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.hasBsdName = function() {
69771
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.hasBsdName = function() {
70530
69772
  return jspb.Message.getField(this, 2) != null;
70531
69773
  };
70532
69774
 
@@ -70535,25 +69777,25 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.hasBsdName = functio
70535
69777
  * optional bool detachable_drive = 3;
70536
69778
  * @return {boolean}
70537
69779
  */
70538
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.getDetachableDrive = function() {
69780
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.getDetachableDrive = function() {
70539
69781
  return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 3, false));
70540
69782
  };
70541
69783
 
70542
69784
 
70543
69785
  /**
70544
69786
  * @param {boolean} value
70545
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} returns this
69787
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} returns this
70546
69788
  */
70547
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.setDetachableDrive = function(value) {
69789
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.setDetachableDrive = function(value) {
70548
69790
  return jspb.Message.setField(this, 3, value);
70549
69791
  };
70550
69792
 
70551
69793
 
70552
69794
  /**
70553
69795
  * Clears the field making it undefined.
70554
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} returns this
69796
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} returns this
70555
69797
  */
70556
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.clearDetachableDrive = function() {
69798
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.clearDetachableDrive = function() {
70557
69799
  return jspb.Message.setField(this, 3, undefined);
70558
69800
  };
70559
69801
 
@@ -70562,7 +69804,7 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.clearDetachableDrive
70562
69804
  * Returns whether this field is set.
70563
69805
  * @return {boolean}
70564
69806
  */
70565
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.hasDetachableDrive = function() {
69807
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.hasDetachableDrive = function() {
70566
69808
  return jspb.Message.getField(this, 3) != null;
70567
69809
  };
70568
69810
 
@@ -70571,25 +69813,25 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.hasDetachableDrive =
70571
69813
  * optional string device_model = 4;
70572
69814
  * @return {string}
70573
69815
  */
70574
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.getDeviceModel = function() {
69816
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.getDeviceModel = function() {
70575
69817
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
70576
69818
  };
70577
69819
 
70578
69820
 
70579
69821
  /**
70580
69822
  * @param {string} value
70581
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} returns this
69823
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} returns this
70582
69824
  */
70583
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.setDeviceModel = function(value) {
69825
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.setDeviceModel = function(value) {
70584
69826
  return jspb.Message.setField(this, 4, value);
70585
69827
  };
70586
69828
 
70587
69829
 
70588
69830
  /**
70589
69831
  * Clears the field making it undefined.
70590
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} returns this
69832
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} returns this
70591
69833
  */
70592
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.clearDeviceModel = function() {
69834
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.clearDeviceModel = function() {
70593
69835
  return jspb.Message.setField(this, 4, undefined);
70594
69836
  };
70595
69837
 
@@ -70598,7 +69840,7 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.clearDeviceModel = f
70598
69840
  * Returns whether this field is set.
70599
69841
  * @return {boolean}
70600
69842
  */
70601
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.hasDeviceModel = function() {
69843
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.hasDeviceModel = function() {
70602
69844
  return jspb.Message.getField(this, 4) != null;
70603
69845
  };
70604
69846
 
@@ -70607,25 +69849,25 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.hasDeviceModel = fun
70607
69849
  * optional string device_revision = 5;
70608
69850
  * @return {string}
70609
69851
  */
70610
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.getDeviceRevision = function() {
69852
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.getDeviceRevision = function() {
70611
69853
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
70612
69854
  };
70613
69855
 
70614
69856
 
70615
69857
  /**
70616
69858
  * @param {string} value
70617
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} returns this
69859
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} returns this
70618
69860
  */
70619
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.setDeviceRevision = function(value) {
69861
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.setDeviceRevision = function(value) {
70620
69862
  return jspb.Message.setField(this, 5, value);
70621
69863
  };
70622
69864
 
70623
69865
 
70624
69866
  /**
70625
69867
  * Clears the field making it undefined.
70626
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} returns this
69868
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} returns this
70627
69869
  */
70628
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.clearDeviceRevision = function() {
69870
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.clearDeviceRevision = function() {
70629
69871
  return jspb.Message.setField(this, 5, undefined);
70630
69872
  };
70631
69873
 
@@ -70634,7 +69876,7 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.clearDeviceRevision
70634
69876
  * Returns whether this field is set.
70635
69877
  * @return {boolean}
70636
69878
  */
70637
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.hasDeviceRevision = function() {
69879
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.hasDeviceRevision = function() {
70638
69880
  return jspb.Message.getField(this, 5) != null;
70639
69881
  };
70640
69882
 
@@ -70643,25 +69885,25 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.hasDeviceRevision =
70643
69885
  * optional string device_serial_number = 6;
70644
69886
  * @return {string}
70645
69887
  */
70646
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.getDeviceSerialNumber = function() {
69888
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.getDeviceSerialNumber = function() {
70647
69889
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
70648
69890
  };
70649
69891
 
70650
69892
 
70651
69893
  /**
70652
69894
  * @param {string} value
70653
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} returns this
69895
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} returns this
70654
69896
  */
70655
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.setDeviceSerialNumber = function(value) {
69897
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.setDeviceSerialNumber = function(value) {
70656
69898
  return jspb.Message.setField(this, 6, value);
70657
69899
  };
70658
69900
 
70659
69901
 
70660
69902
  /**
70661
69903
  * Clears the field making it undefined.
70662
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} returns this
69904
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} returns this
70663
69905
  */
70664
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.clearDeviceSerialNumber = function() {
69906
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.clearDeviceSerialNumber = function() {
70665
69907
  return jspb.Message.setField(this, 6, undefined);
70666
69908
  };
70667
69909
 
@@ -70670,7 +69912,7 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.clearDeviceSerialNum
70670
69912
  * Returns whether this field is set.
70671
69913
  * @return {boolean}
70672
69914
  */
70673
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.hasDeviceSerialNumber = function() {
69915
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.hasDeviceSerialNumber = function() {
70674
69916
  return jspb.Message.getField(this, 6) != null;
70675
69917
  };
70676
69918
 
@@ -70679,25 +69921,25 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.hasDeviceSerialNumbe
70679
69921
  * optional string partition_map_type = 7;
70680
69922
  * @return {string}
70681
69923
  */
70682
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.getPartitionMapType = function() {
69924
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.getPartitionMapType = function() {
70683
69925
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
70684
69926
  };
70685
69927
 
70686
69928
 
70687
69929
  /**
70688
69930
  * @param {string} value
70689
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} returns this
69931
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} returns this
70690
69932
  */
70691
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.setPartitionMapType = function(value) {
69933
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.setPartitionMapType = function(value) {
70692
69934
  return jspb.Message.setField(this, 7, value);
70693
69935
  };
70694
69936
 
70695
69937
 
70696
69938
  /**
70697
69939
  * Clears the field making it undefined.
70698
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} returns this
69940
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} returns this
70699
69941
  */
70700
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.clearPartitionMapType = function() {
69942
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.clearPartitionMapType = function() {
70701
69943
  return jspb.Message.setField(this, 7, undefined);
70702
69944
  };
70703
69945
 
@@ -70706,7 +69948,7 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.clearPartitionMapTyp
70706
69948
  * Returns whether this field is set.
70707
69949
  * @return {boolean}
70708
69950
  */
70709
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.hasPartitionMapType = function() {
69951
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.hasPartitionMapType = function() {
70710
69952
  return jspb.Message.getField(this, 7) != null;
70711
69953
  };
70712
69954
 
@@ -70715,25 +69957,25 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.hasPartitionMapType
70715
69957
  * optional bool removable_media = 8;
70716
69958
  * @return {boolean}
70717
69959
  */
70718
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.getRemovableMedia = function() {
69960
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.getRemovableMedia = function() {
70719
69961
  return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 8, false));
70720
69962
  };
70721
69963
 
70722
69964
 
70723
69965
  /**
70724
69966
  * @param {boolean} value
70725
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} returns this
69967
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} returns this
70726
69968
  */
70727
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.setRemovableMedia = function(value) {
69969
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.setRemovableMedia = function(value) {
70728
69970
  return jspb.Message.setField(this, 8, value);
70729
69971
  };
70730
69972
 
70731
69973
 
70732
69974
  /**
70733
69975
  * Clears the field making it undefined.
70734
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} returns this
69976
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} returns this
70735
69977
  */
70736
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.clearRemovableMedia = function() {
69978
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.clearRemovableMedia = function() {
70737
69979
  return jspb.Message.setField(this, 8, undefined);
70738
69980
  };
70739
69981
 
@@ -70742,7 +69984,7 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.clearRemovableMedia
70742
69984
  * Returns whether this field is set.
70743
69985
  * @return {boolean}
70744
69986
  */
70745
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.hasRemovableMedia = function() {
69987
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.hasRemovableMedia = function() {
70746
69988
  return jspb.Message.getField(this, 8) != null;
70747
69989
  };
70748
69990
 
@@ -70751,25 +69993,25 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.hasRemovableMedia =
70751
69993
  * optional string size = 9;
70752
69994
  * @return {string}
70753
69995
  */
70754
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.getSize = function() {
69996
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.getSize = function() {
70755
69997
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, ""));
70756
69998
  };
70757
69999
 
70758
70000
 
70759
70001
  /**
70760
70002
  * @param {string} value
70761
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} returns this
70003
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} returns this
70762
70004
  */
70763
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.setSize = function(value) {
70005
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.setSize = function(value) {
70764
70006
  return jspb.Message.setField(this, 9, value);
70765
70007
  };
70766
70008
 
70767
70009
 
70768
70010
  /**
70769
70011
  * Clears the field making it undefined.
70770
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} returns this
70012
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} returns this
70771
70013
  */
70772
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.clearSize = function() {
70014
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.clearSize = function() {
70773
70015
  return jspb.Message.setField(this, 9, undefined);
70774
70016
  };
70775
70017
 
@@ -70778,7 +70020,7 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.clearSize = function
70778
70020
  * Returns whether this field is set.
70779
70021
  * @return {boolean}
70780
70022
  */
70781
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.hasSize = function() {
70023
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.hasSize = function() {
70782
70024
  return jspb.Message.getField(this, 9) != null;
70783
70025
  };
70784
70026
 
@@ -70787,25 +70029,25 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.hasSize = function()
70787
70029
  * optional uint64 size_in_bytes = 10;
70788
70030
  * @return {number}
70789
70031
  */
70790
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.getSizeInBytes = function() {
70032
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.getSizeInBytes = function() {
70791
70033
  return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 10, 0));
70792
70034
  };
70793
70035
 
70794
70036
 
70795
70037
  /**
70796
70038
  * @param {number} value
70797
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} returns this
70039
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} returns this
70798
70040
  */
70799
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.setSizeInBytes = function(value) {
70041
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.setSizeInBytes = function(value) {
70800
70042
  return jspb.Message.setField(this, 10, value);
70801
70043
  };
70802
70044
 
70803
70045
 
70804
70046
  /**
70805
70047
  * Clears the field making it undefined.
70806
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} returns this
70048
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} returns this
70807
70049
  */
70808
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.clearSizeInBytes = function() {
70050
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.clearSizeInBytes = function() {
70809
70051
  return jspb.Message.setField(this, 10, undefined);
70810
70052
  };
70811
70053
 
@@ -70814,7 +70056,7 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.clearSizeInBytes = f
70814
70056
  * Returns whether this field is set.
70815
70057
  * @return {boolean}
70816
70058
  */
70817
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.hasSizeInBytes = function() {
70059
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.hasSizeInBytes = function() {
70818
70060
  return jspb.Message.getField(this, 10) != null;
70819
70061
  };
70820
70062
 
@@ -70823,25 +70065,25 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.hasSizeInBytes = fun
70823
70065
  * optional string smart_status = 11;
70824
70066
  * @return {string}
70825
70067
  */
70826
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.getSmartStatus = function() {
70068
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.getSmartStatus = function() {
70827
70069
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
70828
70070
  };
70829
70071
 
70830
70072
 
70831
70073
  /**
70832
70074
  * @param {string} value
70833
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} returns this
70075
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} returns this
70834
70076
  */
70835
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.setSmartStatus = function(value) {
70077
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.setSmartStatus = function(value) {
70836
70078
  return jspb.Message.setField(this, 11, value);
70837
70079
  };
70838
70080
 
70839
70081
 
70840
70082
  /**
70841
70083
  * Clears the field making it undefined.
70842
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} returns this
70084
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} returns this
70843
70085
  */
70844
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.clearSmartStatus = function() {
70086
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.clearSmartStatus = function() {
70845
70087
  return jspb.Message.setField(this, 11, undefined);
70846
70088
  };
70847
70089
 
@@ -70850,7 +70092,7 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.clearSmartStatus = f
70850
70092
  * Returns whether this field is set.
70851
70093
  * @return {boolean}
70852
70094
  */
70853
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.hasSmartStatus = function() {
70095
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.hasSmartStatus = function() {
70854
70096
  return jspb.Message.getField(this, 11) != null;
70855
70097
  };
70856
70098
 
@@ -70859,25 +70101,25 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.hasSmartStatus = fun
70859
70101
  * optional string medium_type = 12;
70860
70102
  * @return {string}
70861
70103
  */
70862
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.getMediumType = function() {
70104
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.getMediumType = function() {
70863
70105
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, ""));
70864
70106
  };
70865
70107
 
70866
70108
 
70867
70109
  /**
70868
70110
  * @param {string} value
70869
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} returns this
70111
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} returns this
70870
70112
  */
70871
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.setMediumType = function(value) {
70113
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.setMediumType = function(value) {
70872
70114
  return jspb.Message.setField(this, 12, value);
70873
70115
  };
70874
70116
 
70875
70117
 
70876
70118
  /**
70877
70119
  * Clears the field making it undefined.
70878
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} returns this
70120
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} returns this
70879
70121
  */
70880
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.clearMediumType = function() {
70122
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.clearMediumType = function() {
70881
70123
  return jspb.Message.setField(this, 12, undefined);
70882
70124
  };
70883
70125
 
@@ -70886,7 +70128,7 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.clearMediumType = fu
70886
70128
  * Returns whether this field is set.
70887
70129
  * @return {boolean}
70888
70130
  */
70889
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.hasMediumType = function() {
70131
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.hasMediumType = function() {
70890
70132
  return jspb.Message.getField(this, 12) != null;
70891
70133
  };
70892
70134
 
@@ -70895,25 +70137,25 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.hasMediumType = func
70895
70137
  * optional bool native_command_queuing = 13;
70896
70138
  * @return {boolean}
70897
70139
  */
70898
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.getNativeCommandQueuing = function() {
70140
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.getNativeCommandQueuing = function() {
70899
70141
  return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 13, false));
70900
70142
  };
70901
70143
 
70902
70144
 
70903
70145
  /**
70904
70146
  * @param {boolean} value
70905
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} returns this
70147
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} returns this
70906
70148
  */
70907
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.setNativeCommandQueuing = function(value) {
70149
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.setNativeCommandQueuing = function(value) {
70908
70150
  return jspb.Message.setField(this, 13, value);
70909
70151
  };
70910
70152
 
70911
70153
 
70912
70154
  /**
70913
70155
  * Clears the field making it undefined.
70914
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} returns this
70156
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} returns this
70915
70157
  */
70916
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.clearNativeCommandQueuing = function() {
70158
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.clearNativeCommandQueuing = function() {
70917
70159
  return jspb.Message.setField(this, 13, undefined);
70918
70160
  };
70919
70161
 
@@ -70922,7 +70164,7 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.clearNativeCommandQu
70922
70164
  * Returns whether this field is set.
70923
70165
  * @return {boolean}
70924
70166
  */
70925
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.hasNativeCommandQueuing = function() {
70167
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.hasNativeCommandQueuing = function() {
70926
70168
  return jspb.Message.getField(this, 13) != null;
70927
70169
  };
70928
70170
 
@@ -70931,25 +70173,25 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.hasNativeCommandQueu
70931
70173
  * optional string queue_depth = 14;
70932
70174
  * @return {string}
70933
70175
  */
70934
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.getQueueDepth = function() {
70176
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.getQueueDepth = function() {
70935
70177
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 14, ""));
70936
70178
  };
70937
70179
 
70938
70180
 
70939
70181
  /**
70940
70182
  * @param {string} value
70941
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} returns this
70183
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} returns this
70942
70184
  */
70943
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.setQueueDepth = function(value) {
70185
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.setQueueDepth = function(value) {
70944
70186
  return jspb.Message.setField(this, 14, value);
70945
70187
  };
70946
70188
 
70947
70189
 
70948
70190
  /**
70949
70191
  * Clears the field making it undefined.
70950
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} returns this
70192
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} returns this
70951
70193
  */
70952
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.clearQueueDepth = function() {
70194
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.clearQueueDepth = function() {
70953
70195
  return jspb.Message.setField(this, 14, undefined);
70954
70196
  };
70955
70197
 
@@ -70958,7 +70200,7 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.clearQueueDepth = fu
70958
70200
  * Returns whether this field is set.
70959
70201
  * @return {boolean}
70960
70202
  */
70961
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.hasQueueDepth = function() {
70203
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.hasQueueDepth = function() {
70962
70204
  return jspb.Message.getField(this, 14) != null;
70963
70205
  };
70964
70206
 
@@ -70967,25 +70209,25 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.hasQueueDepth = func
70967
70209
  * optional bool trim_support = 15;
70968
70210
  * @return {boolean}
70969
70211
  */
70970
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.getTrimSupport = function() {
70212
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.getTrimSupport = function() {
70971
70213
  return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 15, false));
70972
70214
  };
70973
70215
 
70974
70216
 
70975
70217
  /**
70976
70218
  * @param {boolean} value
70977
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} returns this
70219
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} returns this
70978
70220
  */
70979
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.setTrimSupport = function(value) {
70221
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.setTrimSupport = function(value) {
70980
70222
  return jspb.Message.setField(this, 15, value);
70981
70223
  };
70982
70224
 
70983
70225
 
70984
70226
  /**
70985
70227
  * Clears the field making it undefined.
70986
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} returns this
70228
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} returns this
70987
70229
  */
70988
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.clearTrimSupport = function() {
70230
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.clearTrimSupport = function() {
70989
70231
  return jspb.Message.setField(this, 15, undefined);
70990
70232
  };
70991
70233
 
@@ -70994,7 +70236,7 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.clearTrimSupport = f
70994
70236
  * Returns whether this field is set.
70995
70237
  * @return {boolean}
70996
70238
  */
70997
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.hasTrimSupport = function() {
70239
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.hasTrimSupport = function() {
70998
70240
  return jspb.Message.getField(this, 15) != null;
70999
70241
  };
71000
70242
 
@@ -71003,25 +70245,25 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.hasTrimSupport = fun
71003
70245
  * optional string async_notification = 16;
71004
70246
  * @return {string}
71005
70247
  */
71006
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.getAsyncNotification = function() {
70248
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.getAsyncNotification = function() {
71007
70249
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 16, ""));
71008
70250
  };
71009
70251
 
71010
70252
 
71011
70253
  /**
71012
70254
  * @param {string} value
71013
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} returns this
70255
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} returns this
71014
70256
  */
71015
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.setAsyncNotification = function(value) {
70257
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.setAsyncNotification = function(value) {
71016
70258
  return jspb.Message.setField(this, 16, value);
71017
70259
  };
71018
70260
 
71019
70261
 
71020
70262
  /**
71021
70263
  * Clears the field making it undefined.
71022
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} returns this
70264
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} returns this
71023
70265
  */
71024
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.clearAsyncNotification = function() {
70266
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.clearAsyncNotification = function() {
71025
70267
  return jspb.Message.setField(this, 16, undefined);
71026
70268
  };
71027
70269
 
@@ -71030,7 +70272,7 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.clearAsyncNotificati
71030
70272
  * Returns whether this field is set.
71031
70273
  * @return {boolean}
71032
70274
  */
71033
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.hasAsyncNotification = function() {
70275
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.hasAsyncNotification = function() {
71034
70276
  return jspb.Message.getField(this, 16) != null;
71035
70277
  };
71036
70278
 
@@ -71039,25 +70281,25 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.hasAsyncNotification
71039
70281
  * optional string power_off = 17;
71040
70282
  * @return {string}
71041
70283
  */
71042
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.getPowerOff = function() {
70284
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.getPowerOff = function() {
71043
70285
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 17, ""));
71044
70286
  };
71045
70287
 
71046
70288
 
71047
70289
  /**
71048
70290
  * @param {string} value
71049
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} returns this
70291
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} returns this
71050
70292
  */
71051
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.setPowerOff = function(value) {
70293
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.setPowerOff = function(value) {
71052
70294
  return jspb.Message.setField(this, 17, value);
71053
70295
  };
71054
70296
 
71055
70297
 
71056
70298
  /**
71057
70299
  * Clears the field making it undefined.
71058
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} returns this
70300
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} returns this
71059
70301
  */
71060
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.clearPowerOff = function() {
70302
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.clearPowerOff = function() {
71061
70303
  return jspb.Message.setField(this, 17, undefined);
71062
70304
  };
71063
70305
 
@@ -71066,7 +70308,7 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.clearPowerOff = func
71066
70308
  * Returns whether this field is set.
71067
70309
  * @return {boolean}
71068
70310
  */
71069
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.hasPowerOff = function() {
70311
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.hasPowerOff = function() {
71070
70312
  return jspb.Message.getField(this, 17) != null;
71071
70313
  };
71072
70314
 
@@ -71075,7 +70317,7 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.hasPowerOff = functi
71075
70317
  * repeated MacDiskVolume volumes = 18;
71076
70318
  * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.MacDiskVolume>}
71077
70319
  */
71078
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.getVolumesList = function() {
70320
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.getVolumesList = function() {
71079
70321
  return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.MacDiskVolume>} */ (
71080
70322
  jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MacDiskVolume, 18));
71081
70323
  };
@@ -71083,9 +70325,9 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.getVolumesList = fun
71083
70325
 
71084
70326
  /**
71085
70327
  * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.MacDiskVolume>} value
71086
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} returns this
70328
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} returns this
71087
70329
  */
71088
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.setVolumesList = function(value) {
70330
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.setVolumesList = function(value) {
71089
70331
  return jspb.Message.setRepeatedWrapperField(this, 18, value);
71090
70332
  };
71091
70333
 
@@ -71095,16 +70337,16 @@ proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.setVolumesList = fun
71095
70337
  * @param {number=} opt_index
71096
70338
  * @return {!proto.com.lansweeper.dp.outbound.v1.MacDiskVolume}
71097
70339
  */
71098
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.addVolumes = function(opt_value, opt_index) {
70340
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.addVolumes = function(opt_value, opt_index) {
71099
70341
  return jspb.Message.addToRepeatedWrapperField(this, 18, opt_value, proto.com.lansweeper.dp.outbound.v1.MacDiskVolume, opt_index);
71100
70342
  };
71101
70343
 
71102
70344
 
71103
70345
  /**
71104
70346
  * Clears the list making it empty but non-null.
71105
- * @return {!proto.com.lansweeper.dp.outbound.v1.MacSATADevice} returns this
70347
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice} returns this
71106
70348
  */
71107
- proto.com.lansweeper.dp.outbound.v1.MacSATADevice.prototype.clearVolumesList = function() {
70349
+ proto.com.lansweeper.dp.outbound.v1.MacHardDiskDevice.prototype.clearVolumesList = function() {
71108
70350
  return this.setVolumesList([]);
71109
70351
  };
71110
70352