@lansweeper/data-platform-outbound-grpc 0.1.118 → 0.1.119
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +175 -0
- package/gen-proto/outbound_pb.js +1601 -200
- package/generated-go/outbound.pb.go +3935 -3522
- package/java.json +1 -1
- package/package.json +2 -2
- package/proto/outbound.proto +31 -0
package/gen-proto/outbound_pb.js
CHANGED
|
@@ -62,6 +62,7 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics',
|
|
|
62
62
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet', null, global);
|
|
63
63
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacHardwareController', null, global);
|
|
64
64
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacInstallHistory', null, global);
|
|
65
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress', null, global);
|
|
65
66
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation', null, global);
|
|
66
67
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework', null, global);
|
|
67
68
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacPreferencePane', null, global);
|
|
@@ -136,6 +137,8 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Monitor.SpecCase', null,
|
|
|
136
137
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MonitorInventory', null, global);
|
|
137
138
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Motherboard', null, global);
|
|
138
139
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MotherboardDevice', null, global);
|
|
140
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.NVMExpress', null, global);
|
|
141
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume', null, global);
|
|
139
142
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.NetIpAddress', null, global);
|
|
140
143
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.NetworkInterface', null, global);
|
|
141
144
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.NetworkInterfaces', null, global);
|
|
@@ -2200,6 +2203,69 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
2200
2203
|
*/
|
|
2201
2204
|
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation';
|
|
2202
2205
|
}
|
|
2206
|
+
/**
|
|
2207
|
+
* Generated by JsPbCodeGenerator.
|
|
2208
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
2209
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
2210
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
2211
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
2212
|
+
* valid.
|
|
2213
|
+
* @extends {jspb.Message}
|
|
2214
|
+
* @constructor
|
|
2215
|
+
*/
|
|
2216
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress = function(opt_data) {
|
|
2217
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.repeatedFields_, null);
|
|
2218
|
+
};
|
|
2219
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress, jspb.Message);
|
|
2220
|
+
if (goog.DEBUG && !COMPILED) {
|
|
2221
|
+
/**
|
|
2222
|
+
* @public
|
|
2223
|
+
* @override
|
|
2224
|
+
*/
|
|
2225
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress';
|
|
2226
|
+
}
|
|
2227
|
+
/**
|
|
2228
|
+
* Generated by JsPbCodeGenerator.
|
|
2229
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
2230
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
2231
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
2232
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
2233
|
+
* valid.
|
|
2234
|
+
* @extends {jspb.Message}
|
|
2235
|
+
* @constructor
|
|
2236
|
+
*/
|
|
2237
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress = function(opt_data) {
|
|
2238
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.dp.outbound.v1.NVMExpress.repeatedFields_, null);
|
|
2239
|
+
};
|
|
2240
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.NVMExpress, jspb.Message);
|
|
2241
|
+
if (goog.DEBUG && !COMPILED) {
|
|
2242
|
+
/**
|
|
2243
|
+
* @public
|
|
2244
|
+
* @override
|
|
2245
|
+
*/
|
|
2246
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.displayName = 'proto.com.lansweeper.dp.outbound.v1.NVMExpress';
|
|
2247
|
+
}
|
|
2248
|
+
/**
|
|
2249
|
+
* Generated by JsPbCodeGenerator.
|
|
2250
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
2251
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
2252
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
2253
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
2254
|
+
* valid.
|
|
2255
|
+
* @extends {jspb.Message}
|
|
2256
|
+
* @constructor
|
|
2257
|
+
*/
|
|
2258
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume = function(opt_data) {
|
|
2259
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
2260
|
+
};
|
|
2261
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume, jspb.Message);
|
|
2262
|
+
if (goog.DEBUG && !COMPILED) {
|
|
2263
|
+
/**
|
|
2264
|
+
* @public
|
|
2265
|
+
* @override
|
|
2266
|
+
*/
|
|
2267
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume.displayName = 'proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume';
|
|
2268
|
+
}
|
|
2203
2269
|
/**
|
|
2204
2270
|
* Generated by JsPbCodeGenerator.
|
|
2205
2271
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -9261,6 +9327,7 @@ proto.com.lansweeper.dp.outbound.v1.Computer.toObject = function(includeInstance
|
|
|
9261
9327
|
macDiagnosticList: jspb.Message.toObjectList(msg.getMacDiagnosticList(),
|
|
9262
9328
|
proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics.toObject, includeInstance),
|
|
9263
9329
|
macEthernet: (f = msg.getMacEthernet()) && proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.toObject(includeInstance, f),
|
|
9330
|
+
macNvmExpress: (f = msg.getMacNvmExpress()) && proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.toObject(includeInstance, f),
|
|
9264
9331
|
bios: (f = msg.getBios()) && proto.com.lansweeper.dp.outbound.v1.Bios.toObject(includeInstance, f),
|
|
9265
9332
|
osPatchList: jspb.Message.toObjectList(msg.getOsPatchList(),
|
|
9266
9333
|
proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch.toObject, includeInstance),
|
|
@@ -9569,6 +9636,11 @@ proto.com.lansweeper.dp.outbound.v1.Computer.deserializeBinaryFromReader = funct
|
|
|
9569
9636
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.deserializeBinaryFromReader);
|
|
9570
9637
|
msg.setMacEthernet(value);
|
|
9571
9638
|
break;
|
|
9639
|
+
case 43:
|
|
9640
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress;
|
|
9641
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.deserializeBinaryFromReader);
|
|
9642
|
+
msg.setMacNvmExpress(value);
|
|
9643
|
+
break;
|
|
9572
9644
|
case 101:
|
|
9573
9645
|
var value = new proto.com.lansweeper.dp.outbound.v1.Bios;
|
|
9574
9646
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.Bios.deserializeBinaryFromReader);
|
|
@@ -10114,6 +10186,14 @@ proto.com.lansweeper.dp.outbound.v1.Computer.serializeBinaryToWriter = function(
|
|
|
10114
10186
|
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.serializeBinaryToWriter
|
|
10115
10187
|
);
|
|
10116
10188
|
}
|
|
10189
|
+
f = message.getMacNvmExpress();
|
|
10190
|
+
if (f != null) {
|
|
10191
|
+
writer.writeMessage(
|
|
10192
|
+
43,
|
|
10193
|
+
f,
|
|
10194
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.serializeBinaryToWriter
|
|
10195
|
+
);
|
|
10196
|
+
}
|
|
10117
10197
|
f = message.getBios();
|
|
10118
10198
|
if (f != null) {
|
|
10119
10199
|
writer.writeMessage(
|
|
@@ -11995,6 +12075,43 @@ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.hasMacEthernet = function
|
|
|
11995
12075
|
};
|
|
11996
12076
|
|
|
11997
12077
|
|
|
12078
|
+
/**
|
|
12079
|
+
* optional ComputerMacNVMExpress mac_nvm_express = 43;
|
|
12080
|
+
* @return {?proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress}
|
|
12081
|
+
*/
|
|
12082
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.getMacNvmExpress = function() {
|
|
12083
|
+
return /** @type{?proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress} */ (
|
|
12084
|
+
jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress, 43));
|
|
12085
|
+
};
|
|
12086
|
+
|
|
12087
|
+
|
|
12088
|
+
/**
|
|
12089
|
+
* @param {?proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress|undefined} value
|
|
12090
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
|
|
12091
|
+
*/
|
|
12092
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.setMacNvmExpress = function(value) {
|
|
12093
|
+
return jspb.Message.setWrapperField(this, 43, value);
|
|
12094
|
+
};
|
|
12095
|
+
|
|
12096
|
+
|
|
12097
|
+
/**
|
|
12098
|
+
* Clears the message field making it undefined.
|
|
12099
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
|
|
12100
|
+
*/
|
|
12101
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearMacNvmExpress = function() {
|
|
12102
|
+
return this.setMacNvmExpress(undefined);
|
|
12103
|
+
};
|
|
12104
|
+
|
|
12105
|
+
|
|
12106
|
+
/**
|
|
12107
|
+
* Returns whether this field is set.
|
|
12108
|
+
* @return {boolean}
|
|
12109
|
+
*/
|
|
12110
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.hasMacNvmExpress = function() {
|
|
12111
|
+
return jspb.Message.getField(this, 43) != null;
|
|
12112
|
+
};
|
|
12113
|
+
|
|
12114
|
+
|
|
11998
12115
|
/**
|
|
11999
12116
|
* optional Bios bios = 101;
|
|
12000
12117
|
* @return {?proto.com.lansweeper.dp.outbound.v1.Bios}
|
|
@@ -51616,23 +51733,1220 @@ proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.serializeBinaryToW
|
|
|
51616
51733
|
f
|
|
51617
51734
|
);
|
|
51618
51735
|
}
|
|
51619
|
-
f = /** @type {string} */ (jspb.Message.getField(message, 8));
|
|
51736
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 8));
|
|
51737
|
+
if (f != null) {
|
|
51738
|
+
writer.writeString(
|
|
51739
|
+
8,
|
|
51740
|
+
f
|
|
51741
|
+
);
|
|
51742
|
+
}
|
|
51743
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 9));
|
|
51744
|
+
if (f != null) {
|
|
51745
|
+
writer.writeBool(
|
|
51746
|
+
9,
|
|
51747
|
+
f
|
|
51748
|
+
);
|
|
51749
|
+
}
|
|
51750
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 10));
|
|
51751
|
+
if (f != null) {
|
|
51752
|
+
writer.writeString(
|
|
51753
|
+
10,
|
|
51754
|
+
f
|
|
51755
|
+
);
|
|
51756
|
+
}
|
|
51757
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 11));
|
|
51758
|
+
if (f != null) {
|
|
51759
|
+
writer.writeString(
|
|
51760
|
+
11,
|
|
51761
|
+
f
|
|
51762
|
+
);
|
|
51763
|
+
}
|
|
51764
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 12));
|
|
51765
|
+
if (f != null) {
|
|
51766
|
+
writer.writeString(
|
|
51767
|
+
12,
|
|
51768
|
+
f
|
|
51769
|
+
);
|
|
51770
|
+
}
|
|
51771
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 13));
|
|
51772
|
+
if (f != null) {
|
|
51773
|
+
writer.writeBool(
|
|
51774
|
+
13,
|
|
51775
|
+
f
|
|
51776
|
+
);
|
|
51777
|
+
}
|
|
51778
|
+
};
|
|
51779
|
+
|
|
51780
|
+
|
|
51781
|
+
/**
|
|
51782
|
+
* optional string controller_firmware = 1;
|
|
51783
|
+
* @return {string}
|
|
51784
|
+
*/
|
|
51785
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.getControllerFirmware = function() {
|
|
51786
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
51787
|
+
};
|
|
51788
|
+
|
|
51789
|
+
|
|
51790
|
+
/**
|
|
51791
|
+
* @param {string} value
|
|
51792
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements} returns this
|
|
51793
|
+
*/
|
|
51794
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.setControllerFirmware = function(value) {
|
|
51795
|
+
return jspb.Message.setField(this, 1, value);
|
|
51796
|
+
};
|
|
51797
|
+
|
|
51798
|
+
|
|
51799
|
+
/**
|
|
51800
|
+
* Clears the field making it undefined.
|
|
51801
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements} returns this
|
|
51802
|
+
*/
|
|
51803
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.clearControllerFirmware = function() {
|
|
51804
|
+
return jspb.Message.setField(this, 1, undefined);
|
|
51805
|
+
};
|
|
51806
|
+
|
|
51807
|
+
|
|
51808
|
+
/**
|
|
51809
|
+
* Returns whether this field is set.
|
|
51810
|
+
* @return {boolean}
|
|
51811
|
+
*/
|
|
51812
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.hasControllerFirmware = function() {
|
|
51813
|
+
return jspb.Message.getField(this, 1) != null;
|
|
51814
|
+
};
|
|
51815
|
+
|
|
51816
|
+
|
|
51817
|
+
/**
|
|
51818
|
+
* optional string controller_hardware = 2;
|
|
51819
|
+
* @return {string}
|
|
51820
|
+
*/
|
|
51821
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.getControllerHardware = function() {
|
|
51822
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
51823
|
+
};
|
|
51824
|
+
|
|
51825
|
+
|
|
51826
|
+
/**
|
|
51827
|
+
* @param {string} value
|
|
51828
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements} returns this
|
|
51829
|
+
*/
|
|
51830
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.setControllerHardware = function(value) {
|
|
51831
|
+
return jspb.Message.setField(this, 2, value);
|
|
51832
|
+
};
|
|
51833
|
+
|
|
51834
|
+
|
|
51835
|
+
/**
|
|
51836
|
+
* Clears the field making it undefined.
|
|
51837
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements} returns this
|
|
51838
|
+
*/
|
|
51839
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.clearControllerHardware = function() {
|
|
51840
|
+
return jspb.Message.setField(this, 2, undefined);
|
|
51841
|
+
};
|
|
51842
|
+
|
|
51843
|
+
|
|
51844
|
+
/**
|
|
51845
|
+
* Returns whether this field is set.
|
|
51846
|
+
* @return {boolean}
|
|
51847
|
+
*/
|
|
51848
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.hasControllerHardware = function() {
|
|
51849
|
+
return jspb.Message.getField(this, 2) != null;
|
|
51850
|
+
};
|
|
51851
|
+
|
|
51852
|
+
|
|
51853
|
+
/**
|
|
51854
|
+
* optional string controller_info = 3;
|
|
51855
|
+
* @return {string}
|
|
51856
|
+
*/
|
|
51857
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.getControllerInfo = function() {
|
|
51858
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
51859
|
+
};
|
|
51860
|
+
|
|
51861
|
+
|
|
51862
|
+
/**
|
|
51863
|
+
* @param {string} value
|
|
51864
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements} returns this
|
|
51865
|
+
*/
|
|
51866
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.setControllerInfo = function(value) {
|
|
51867
|
+
return jspb.Message.setField(this, 3, value);
|
|
51868
|
+
};
|
|
51869
|
+
|
|
51870
|
+
|
|
51871
|
+
/**
|
|
51872
|
+
* Clears the field making it undefined.
|
|
51873
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements} returns this
|
|
51874
|
+
*/
|
|
51875
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.clearControllerInfo = function() {
|
|
51876
|
+
return jspb.Message.setField(this, 3, undefined);
|
|
51877
|
+
};
|
|
51878
|
+
|
|
51879
|
+
|
|
51880
|
+
/**
|
|
51881
|
+
* Returns whether this field is set.
|
|
51882
|
+
* @return {boolean}
|
|
51883
|
+
*/
|
|
51884
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.hasControllerInfo = function() {
|
|
51885
|
+
return jspb.Message.getField(this, 3) != null;
|
|
51886
|
+
};
|
|
51887
|
+
|
|
51888
|
+
|
|
51889
|
+
/**
|
|
51890
|
+
* optional string controller_middleware = 4;
|
|
51891
|
+
* @return {string}
|
|
51892
|
+
*/
|
|
51893
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.getControllerMiddleware = function() {
|
|
51894
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
51895
|
+
};
|
|
51896
|
+
|
|
51897
|
+
|
|
51898
|
+
/**
|
|
51899
|
+
* @param {string} value
|
|
51900
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements} returns this
|
|
51901
|
+
*/
|
|
51902
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.setControllerMiddleware = function(value) {
|
|
51903
|
+
return jspb.Message.setField(this, 4, value);
|
|
51904
|
+
};
|
|
51905
|
+
|
|
51906
|
+
|
|
51907
|
+
/**
|
|
51908
|
+
* Clears the field making it undefined.
|
|
51909
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements} returns this
|
|
51910
|
+
*/
|
|
51911
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.clearControllerMiddleware = function() {
|
|
51912
|
+
return jspb.Message.setField(this, 4, undefined);
|
|
51913
|
+
};
|
|
51914
|
+
|
|
51915
|
+
|
|
51916
|
+
/**
|
|
51917
|
+
* Returns whether this field is set.
|
|
51918
|
+
* @return {boolean}
|
|
51919
|
+
*/
|
|
51920
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.hasControllerMiddleware = function() {
|
|
51921
|
+
return jspb.Message.getField(this, 4) != null;
|
|
51922
|
+
};
|
|
51923
|
+
|
|
51924
|
+
|
|
51925
|
+
/**
|
|
51926
|
+
* optional string secure_elements_device = 5;
|
|
51927
|
+
* @return {string}
|
|
51928
|
+
*/
|
|
51929
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.getSecureElementsDevice = function() {
|
|
51930
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
51931
|
+
};
|
|
51932
|
+
|
|
51933
|
+
|
|
51934
|
+
/**
|
|
51935
|
+
* @param {string} value
|
|
51936
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements} returns this
|
|
51937
|
+
*/
|
|
51938
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.setSecureElementsDevice = function(value) {
|
|
51939
|
+
return jspb.Message.setField(this, 5, value);
|
|
51940
|
+
};
|
|
51941
|
+
|
|
51942
|
+
|
|
51943
|
+
/**
|
|
51944
|
+
* Clears the field making it undefined.
|
|
51945
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements} returns this
|
|
51946
|
+
*/
|
|
51947
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.clearSecureElementsDevice = function() {
|
|
51948
|
+
return jspb.Message.setField(this, 5, undefined);
|
|
51949
|
+
};
|
|
51950
|
+
|
|
51951
|
+
|
|
51952
|
+
/**
|
|
51953
|
+
* Returns whether this field is set.
|
|
51954
|
+
* @return {boolean}
|
|
51955
|
+
*/
|
|
51956
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.hasSecureElementsDevice = function() {
|
|
51957
|
+
return jspb.Message.getField(this, 5) != null;
|
|
51958
|
+
};
|
|
51959
|
+
|
|
51960
|
+
|
|
51961
|
+
/**
|
|
51962
|
+
* optional string secure_elements_firmware = 6;
|
|
51963
|
+
* @return {string}
|
|
51964
|
+
*/
|
|
51965
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.getSecureElementsFirmware = function() {
|
|
51966
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
|
|
51967
|
+
};
|
|
51968
|
+
|
|
51969
|
+
|
|
51970
|
+
/**
|
|
51971
|
+
* @param {string} value
|
|
51972
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements} returns this
|
|
51973
|
+
*/
|
|
51974
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.setSecureElementsFirmware = function(value) {
|
|
51975
|
+
return jspb.Message.setField(this, 6, value);
|
|
51976
|
+
};
|
|
51977
|
+
|
|
51978
|
+
|
|
51979
|
+
/**
|
|
51980
|
+
* Clears the field making it undefined.
|
|
51981
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements} returns this
|
|
51982
|
+
*/
|
|
51983
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.clearSecureElementsFirmware = function() {
|
|
51984
|
+
return jspb.Message.setField(this, 6, undefined);
|
|
51985
|
+
};
|
|
51986
|
+
|
|
51987
|
+
|
|
51988
|
+
/**
|
|
51989
|
+
* Returns whether this field is set.
|
|
51990
|
+
* @return {boolean}
|
|
51991
|
+
*/
|
|
51992
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.hasSecureElementsFirmware = function() {
|
|
51993
|
+
return jspb.Message.getField(this, 6) != null;
|
|
51994
|
+
};
|
|
51995
|
+
|
|
51996
|
+
|
|
51997
|
+
/**
|
|
51998
|
+
* optional string secure_elements_hardware = 7;
|
|
51999
|
+
* @return {string}
|
|
52000
|
+
*/
|
|
52001
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.getSecureElementsHardware = function() {
|
|
52002
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
|
|
52003
|
+
};
|
|
52004
|
+
|
|
52005
|
+
|
|
52006
|
+
/**
|
|
52007
|
+
* @param {string} value
|
|
52008
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements} returns this
|
|
52009
|
+
*/
|
|
52010
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.setSecureElementsHardware = function(value) {
|
|
52011
|
+
return jspb.Message.setField(this, 7, value);
|
|
52012
|
+
};
|
|
52013
|
+
|
|
52014
|
+
|
|
52015
|
+
/**
|
|
52016
|
+
* Clears the field making it undefined.
|
|
52017
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements} returns this
|
|
52018
|
+
*/
|
|
52019
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.clearSecureElementsHardware = function() {
|
|
52020
|
+
return jspb.Message.setField(this, 7, undefined);
|
|
52021
|
+
};
|
|
52022
|
+
|
|
52023
|
+
|
|
52024
|
+
/**
|
|
52025
|
+
* Returns whether this field is set.
|
|
52026
|
+
* @return {boolean}
|
|
52027
|
+
*/
|
|
52028
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.hasSecureElementsHardware = function() {
|
|
52029
|
+
return jspb.Message.getField(this, 7) != null;
|
|
52030
|
+
};
|
|
52031
|
+
|
|
52032
|
+
|
|
52033
|
+
/**
|
|
52034
|
+
* optional string secure_elements_id = 8;
|
|
52035
|
+
* @return {string}
|
|
52036
|
+
*/
|
|
52037
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.getSecureElementsId = function() {
|
|
52038
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
|
|
52039
|
+
};
|
|
52040
|
+
|
|
52041
|
+
|
|
52042
|
+
/**
|
|
52043
|
+
* @param {string} value
|
|
52044
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements} returns this
|
|
52045
|
+
*/
|
|
52046
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.setSecureElementsId = function(value) {
|
|
52047
|
+
return jspb.Message.setField(this, 8, value);
|
|
52048
|
+
};
|
|
52049
|
+
|
|
52050
|
+
|
|
52051
|
+
/**
|
|
52052
|
+
* Clears the field making it undefined.
|
|
52053
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements} returns this
|
|
52054
|
+
*/
|
|
52055
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.clearSecureElementsId = function() {
|
|
52056
|
+
return jspb.Message.setField(this, 8, undefined);
|
|
52057
|
+
};
|
|
52058
|
+
|
|
52059
|
+
|
|
52060
|
+
/**
|
|
52061
|
+
* Returns whether this field is set.
|
|
52062
|
+
* @return {boolean}
|
|
52063
|
+
*/
|
|
52064
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.hasSecureElementsId = function() {
|
|
52065
|
+
return jspb.Message.getField(this, 8) != null;
|
|
52066
|
+
};
|
|
52067
|
+
|
|
52068
|
+
|
|
52069
|
+
/**
|
|
52070
|
+
* optional bool secure_elements_restricted_mode = 9;
|
|
52071
|
+
* @return {boolean}
|
|
52072
|
+
*/
|
|
52073
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.getSecureElementsRestrictedMode = function() {
|
|
52074
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 9, false));
|
|
52075
|
+
};
|
|
52076
|
+
|
|
52077
|
+
|
|
52078
|
+
/**
|
|
52079
|
+
* @param {boolean} value
|
|
52080
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements} returns this
|
|
52081
|
+
*/
|
|
52082
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.setSecureElementsRestrictedMode = function(value) {
|
|
52083
|
+
return jspb.Message.setField(this, 9, value);
|
|
52084
|
+
};
|
|
52085
|
+
|
|
52086
|
+
|
|
52087
|
+
/**
|
|
52088
|
+
* Clears the field making it undefined.
|
|
52089
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements} returns this
|
|
52090
|
+
*/
|
|
52091
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.clearSecureElementsRestrictedMode = function() {
|
|
52092
|
+
return jspb.Message.setField(this, 9, undefined);
|
|
52093
|
+
};
|
|
52094
|
+
|
|
52095
|
+
|
|
52096
|
+
/**
|
|
52097
|
+
* Returns whether this field is set.
|
|
52098
|
+
* @return {boolean}
|
|
52099
|
+
*/
|
|
52100
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.hasSecureElementsRestrictedMode = function() {
|
|
52101
|
+
return jspb.Message.getField(this, 9) != null;
|
|
52102
|
+
};
|
|
52103
|
+
|
|
52104
|
+
|
|
52105
|
+
/**
|
|
52106
|
+
* optional string secure_elements_info = 10;
|
|
52107
|
+
* @return {string}
|
|
52108
|
+
*/
|
|
52109
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.getSecureElementsInfo = function() {
|
|
52110
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, ""));
|
|
52111
|
+
};
|
|
52112
|
+
|
|
52113
|
+
|
|
52114
|
+
/**
|
|
52115
|
+
* @param {string} value
|
|
52116
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements} returns this
|
|
52117
|
+
*/
|
|
52118
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.setSecureElementsInfo = function(value) {
|
|
52119
|
+
return jspb.Message.setField(this, 10, value);
|
|
52120
|
+
};
|
|
52121
|
+
|
|
52122
|
+
|
|
52123
|
+
/**
|
|
52124
|
+
* Clears the field making it undefined.
|
|
52125
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements} returns this
|
|
52126
|
+
*/
|
|
52127
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.clearSecureElementsInfo = function() {
|
|
52128
|
+
return jspb.Message.setField(this, 10, undefined);
|
|
52129
|
+
};
|
|
52130
|
+
|
|
52131
|
+
|
|
52132
|
+
/**
|
|
52133
|
+
* Returns whether this field is set.
|
|
52134
|
+
* @return {boolean}
|
|
52135
|
+
*/
|
|
52136
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.hasSecureElementsInfo = function() {
|
|
52137
|
+
return jspb.Message.getField(this, 10) != null;
|
|
52138
|
+
};
|
|
52139
|
+
|
|
52140
|
+
|
|
52141
|
+
/**
|
|
52142
|
+
* optional string secure_elements_os_version = 11;
|
|
52143
|
+
* @return {string}
|
|
52144
|
+
*/
|
|
52145
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.getSecureElementsOsVersion = function() {
|
|
52146
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
|
|
52147
|
+
};
|
|
52148
|
+
|
|
52149
|
+
|
|
52150
|
+
/**
|
|
52151
|
+
* @param {string} value
|
|
52152
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements} returns this
|
|
52153
|
+
*/
|
|
52154
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.setSecureElementsOsVersion = function(value) {
|
|
52155
|
+
return jspb.Message.setField(this, 11, value);
|
|
52156
|
+
};
|
|
52157
|
+
|
|
52158
|
+
|
|
52159
|
+
/**
|
|
52160
|
+
* Clears the field making it undefined.
|
|
52161
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements} returns this
|
|
52162
|
+
*/
|
|
52163
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.clearSecureElementsOsVersion = function() {
|
|
52164
|
+
return jspb.Message.setField(this, 11, undefined);
|
|
52165
|
+
};
|
|
52166
|
+
|
|
52167
|
+
|
|
52168
|
+
/**
|
|
52169
|
+
* Returns whether this field is set.
|
|
52170
|
+
* @return {boolean}
|
|
52171
|
+
*/
|
|
52172
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.hasSecureElementsOsVersion = function() {
|
|
52173
|
+
return jspb.Message.getField(this, 11) != null;
|
|
52174
|
+
};
|
|
52175
|
+
|
|
52176
|
+
|
|
52177
|
+
/**
|
|
52178
|
+
* optional string secure_elements_platform_id = 12;
|
|
52179
|
+
* @return {string}
|
|
52180
|
+
*/
|
|
52181
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.getSecureElementsPlatformId = function() {
|
|
52182
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, ""));
|
|
52183
|
+
};
|
|
52184
|
+
|
|
52185
|
+
|
|
52186
|
+
/**
|
|
52187
|
+
* @param {string} value
|
|
52188
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements} returns this
|
|
52189
|
+
*/
|
|
52190
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.setSecureElementsPlatformId = function(value) {
|
|
52191
|
+
return jspb.Message.setField(this, 12, value);
|
|
52192
|
+
};
|
|
52193
|
+
|
|
52194
|
+
|
|
52195
|
+
/**
|
|
52196
|
+
* Clears the field making it undefined.
|
|
52197
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements} returns this
|
|
52198
|
+
*/
|
|
52199
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.clearSecureElementsPlatformId = function() {
|
|
52200
|
+
return jspb.Message.setField(this, 12, undefined);
|
|
52201
|
+
};
|
|
52202
|
+
|
|
52203
|
+
|
|
52204
|
+
/**
|
|
52205
|
+
* Returns whether this field is set.
|
|
52206
|
+
* @return {boolean}
|
|
52207
|
+
*/
|
|
52208
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.hasSecureElementsPlatformId = function() {
|
|
52209
|
+
return jspb.Message.getField(this, 12) != null;
|
|
52210
|
+
};
|
|
52211
|
+
|
|
52212
|
+
|
|
52213
|
+
/**
|
|
52214
|
+
* optional bool secure_elements_production_signed = 13;
|
|
52215
|
+
* @return {boolean}
|
|
52216
|
+
*/
|
|
52217
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.getSecureElementsProductionSigned = function() {
|
|
52218
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 13, false));
|
|
52219
|
+
};
|
|
52220
|
+
|
|
52221
|
+
|
|
52222
|
+
/**
|
|
52223
|
+
* @param {boolean} value
|
|
52224
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements} returns this
|
|
52225
|
+
*/
|
|
52226
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.setSecureElementsProductionSigned = function(value) {
|
|
52227
|
+
return jspb.Message.setField(this, 13, value);
|
|
52228
|
+
};
|
|
52229
|
+
|
|
52230
|
+
|
|
52231
|
+
/**
|
|
52232
|
+
* Clears the field making it undefined.
|
|
52233
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements} returns this
|
|
52234
|
+
*/
|
|
52235
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.clearSecureElementsProductionSigned = function() {
|
|
52236
|
+
return jspb.Message.setField(this, 13, undefined);
|
|
52237
|
+
};
|
|
52238
|
+
|
|
52239
|
+
|
|
52240
|
+
/**
|
|
52241
|
+
* Returns whether this field is set.
|
|
52242
|
+
* @return {boolean}
|
|
52243
|
+
*/
|
|
52244
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.hasSecureElementsProductionSigned = function() {
|
|
52245
|
+
return jspb.Message.getField(this, 13) != null;
|
|
52246
|
+
};
|
|
52247
|
+
|
|
52248
|
+
|
|
52249
|
+
|
|
52250
|
+
/**
|
|
52251
|
+
* List of repeated fields within this message type.
|
|
52252
|
+
* @private {!Array<number>}
|
|
52253
|
+
* @const
|
|
52254
|
+
*/
|
|
52255
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.repeatedFields_ = [3];
|
|
52256
|
+
|
|
52257
|
+
|
|
52258
|
+
|
|
52259
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
52260
|
+
/**
|
|
52261
|
+
* Creates an object representation of this proto.
|
|
52262
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
52263
|
+
* Optional fields that are not set will be set to undefined.
|
|
52264
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
52265
|
+
* For the list of reserved names please see:
|
|
52266
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
52267
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
52268
|
+
* JSPB instance for transitional soy proto support:
|
|
52269
|
+
* http://goto/soy-param-migration
|
|
52270
|
+
* @return {!Object}
|
|
52271
|
+
*/
|
|
52272
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.prototype.toObject = function(opt_includeInstance) {
|
|
52273
|
+
return proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.toObject(opt_includeInstance, this);
|
|
52274
|
+
};
|
|
52275
|
+
|
|
52276
|
+
|
|
52277
|
+
/**
|
|
52278
|
+
* Static version of the {@see toObject} method.
|
|
52279
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
52280
|
+
* the JSPB instance for transitional soy proto support:
|
|
52281
|
+
* http://goto/soy-param-migration
|
|
52282
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation} msg The msg instance to transform.
|
|
52283
|
+
* @return {!Object}
|
|
52284
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
52285
|
+
*/
|
|
52286
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.toObject = function(includeInstance, msg) {
|
|
52287
|
+
var f, obj = {
|
|
52288
|
+
name: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
52289
|
+
locationActive: jspb.Message.getBooleanFieldWithDefault(msg, 2, false),
|
|
52290
|
+
locationServicesList: jspb.Message.toObjectList(msg.getLocationServicesList(),
|
|
52291
|
+
proto.com.lansweeper.dp.outbound.v1.NetworkInterface.toObject, includeInstance)
|
|
52292
|
+
};
|
|
52293
|
+
|
|
52294
|
+
if (includeInstance) {
|
|
52295
|
+
obj.$jspbMessageInstance = msg;
|
|
52296
|
+
}
|
|
52297
|
+
return obj;
|
|
52298
|
+
};
|
|
52299
|
+
}
|
|
52300
|
+
|
|
52301
|
+
|
|
52302
|
+
/**
|
|
52303
|
+
* Deserializes binary data (in protobuf wire format).
|
|
52304
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
52305
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation}
|
|
52306
|
+
*/
|
|
52307
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.deserializeBinary = function(bytes) {
|
|
52308
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
52309
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation;
|
|
52310
|
+
return proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.deserializeBinaryFromReader(msg, reader);
|
|
52311
|
+
};
|
|
52312
|
+
|
|
52313
|
+
|
|
52314
|
+
/**
|
|
52315
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
52316
|
+
* given reader into the given message object.
|
|
52317
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation} msg The message object to deserialize into.
|
|
52318
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
52319
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation}
|
|
52320
|
+
*/
|
|
52321
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.deserializeBinaryFromReader = function(msg, reader) {
|
|
52322
|
+
while (reader.nextField()) {
|
|
52323
|
+
if (reader.isEndGroup()) {
|
|
52324
|
+
break;
|
|
52325
|
+
}
|
|
52326
|
+
var field = reader.getFieldNumber();
|
|
52327
|
+
switch (field) {
|
|
52328
|
+
case 1:
|
|
52329
|
+
var value = /** @type {string} */ (reader.readString());
|
|
52330
|
+
msg.setName(value);
|
|
52331
|
+
break;
|
|
52332
|
+
case 2:
|
|
52333
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
52334
|
+
msg.setLocationActive(value);
|
|
52335
|
+
break;
|
|
52336
|
+
case 3:
|
|
52337
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.NetworkInterface;
|
|
52338
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.NetworkInterface.deserializeBinaryFromReader);
|
|
52339
|
+
msg.addLocationServices(value);
|
|
52340
|
+
break;
|
|
52341
|
+
default:
|
|
52342
|
+
reader.skipField();
|
|
52343
|
+
break;
|
|
52344
|
+
}
|
|
52345
|
+
}
|
|
52346
|
+
return msg;
|
|
52347
|
+
};
|
|
52348
|
+
|
|
52349
|
+
|
|
52350
|
+
/**
|
|
52351
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
52352
|
+
* @return {!Uint8Array}
|
|
52353
|
+
*/
|
|
52354
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.prototype.serializeBinary = function() {
|
|
52355
|
+
var writer = new jspb.BinaryWriter();
|
|
52356
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.serializeBinaryToWriter(this, writer);
|
|
52357
|
+
return writer.getResultBuffer();
|
|
52358
|
+
};
|
|
52359
|
+
|
|
52360
|
+
|
|
52361
|
+
/**
|
|
52362
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
52363
|
+
* format), writing to the given BinaryWriter.
|
|
52364
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation} message
|
|
52365
|
+
* @param {!jspb.BinaryWriter} writer
|
|
52366
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
52367
|
+
*/
|
|
52368
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.serializeBinaryToWriter = function(message, writer) {
|
|
52369
|
+
var f = undefined;
|
|
52370
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 1));
|
|
52371
|
+
if (f != null) {
|
|
52372
|
+
writer.writeString(
|
|
52373
|
+
1,
|
|
52374
|
+
f
|
|
52375
|
+
);
|
|
52376
|
+
}
|
|
52377
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 2));
|
|
52378
|
+
if (f != null) {
|
|
52379
|
+
writer.writeBool(
|
|
52380
|
+
2,
|
|
52381
|
+
f
|
|
52382
|
+
);
|
|
52383
|
+
}
|
|
52384
|
+
f = message.getLocationServicesList();
|
|
52385
|
+
if (f.length > 0) {
|
|
52386
|
+
writer.writeRepeatedMessage(
|
|
52387
|
+
3,
|
|
52388
|
+
f,
|
|
52389
|
+
proto.com.lansweeper.dp.outbound.v1.NetworkInterface.serializeBinaryToWriter
|
|
52390
|
+
);
|
|
52391
|
+
}
|
|
52392
|
+
};
|
|
52393
|
+
|
|
52394
|
+
|
|
52395
|
+
/**
|
|
52396
|
+
* optional string name = 1;
|
|
52397
|
+
* @return {string}
|
|
52398
|
+
*/
|
|
52399
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.prototype.getName = function() {
|
|
52400
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
52401
|
+
};
|
|
52402
|
+
|
|
52403
|
+
|
|
52404
|
+
/**
|
|
52405
|
+
* @param {string} value
|
|
52406
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation} returns this
|
|
52407
|
+
*/
|
|
52408
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.prototype.setName = function(value) {
|
|
52409
|
+
return jspb.Message.setField(this, 1, value);
|
|
52410
|
+
};
|
|
52411
|
+
|
|
52412
|
+
|
|
52413
|
+
/**
|
|
52414
|
+
* Clears the field making it undefined.
|
|
52415
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation} returns this
|
|
52416
|
+
*/
|
|
52417
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.prototype.clearName = function() {
|
|
52418
|
+
return jspb.Message.setField(this, 1, undefined);
|
|
52419
|
+
};
|
|
52420
|
+
|
|
52421
|
+
|
|
52422
|
+
/**
|
|
52423
|
+
* Returns whether this field is set.
|
|
52424
|
+
* @return {boolean}
|
|
52425
|
+
*/
|
|
52426
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.prototype.hasName = function() {
|
|
52427
|
+
return jspb.Message.getField(this, 1) != null;
|
|
52428
|
+
};
|
|
52429
|
+
|
|
52430
|
+
|
|
52431
|
+
/**
|
|
52432
|
+
* optional bool location_active = 2;
|
|
52433
|
+
* @return {boolean}
|
|
52434
|
+
*/
|
|
52435
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.prototype.getLocationActive = function() {
|
|
52436
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 2, false));
|
|
52437
|
+
};
|
|
52438
|
+
|
|
52439
|
+
|
|
52440
|
+
/**
|
|
52441
|
+
* @param {boolean} value
|
|
52442
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation} returns this
|
|
52443
|
+
*/
|
|
52444
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.prototype.setLocationActive = function(value) {
|
|
52445
|
+
return jspb.Message.setField(this, 2, value);
|
|
52446
|
+
};
|
|
52447
|
+
|
|
52448
|
+
|
|
52449
|
+
/**
|
|
52450
|
+
* Clears the field making it undefined.
|
|
52451
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation} returns this
|
|
52452
|
+
*/
|
|
52453
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.prototype.clearLocationActive = function() {
|
|
52454
|
+
return jspb.Message.setField(this, 2, undefined);
|
|
52455
|
+
};
|
|
52456
|
+
|
|
52457
|
+
|
|
52458
|
+
/**
|
|
52459
|
+
* Returns whether this field is set.
|
|
52460
|
+
* @return {boolean}
|
|
52461
|
+
*/
|
|
52462
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.prototype.hasLocationActive = function() {
|
|
52463
|
+
return jspb.Message.getField(this, 2) != null;
|
|
52464
|
+
};
|
|
52465
|
+
|
|
52466
|
+
|
|
52467
|
+
/**
|
|
52468
|
+
* repeated NetworkInterface location_services = 3;
|
|
52469
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.NetworkInterface>}
|
|
52470
|
+
*/
|
|
52471
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.prototype.getLocationServicesList = function() {
|
|
52472
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.NetworkInterface>} */ (
|
|
52473
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.NetworkInterface, 3));
|
|
52474
|
+
};
|
|
52475
|
+
|
|
52476
|
+
|
|
52477
|
+
/**
|
|
52478
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.NetworkInterface>} value
|
|
52479
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation} returns this
|
|
52480
|
+
*/
|
|
52481
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.prototype.setLocationServicesList = function(value) {
|
|
52482
|
+
return jspb.Message.setRepeatedWrapperField(this, 3, value);
|
|
52483
|
+
};
|
|
52484
|
+
|
|
52485
|
+
|
|
52486
|
+
/**
|
|
52487
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.NetworkInterface=} opt_value
|
|
52488
|
+
* @param {number=} opt_index
|
|
52489
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NetworkInterface}
|
|
52490
|
+
*/
|
|
52491
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.prototype.addLocationServices = function(opt_value, opt_index) {
|
|
52492
|
+
return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.com.lansweeper.dp.outbound.v1.NetworkInterface, opt_index);
|
|
52493
|
+
};
|
|
52494
|
+
|
|
52495
|
+
|
|
52496
|
+
/**
|
|
52497
|
+
* Clears the list making it empty but non-null.
|
|
52498
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation} returns this
|
|
52499
|
+
*/
|
|
52500
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.prototype.clearLocationServicesList = function() {
|
|
52501
|
+
return this.setLocationServicesList([]);
|
|
52502
|
+
};
|
|
52503
|
+
|
|
52504
|
+
|
|
52505
|
+
|
|
52506
|
+
/**
|
|
52507
|
+
* List of repeated fields within this message type.
|
|
52508
|
+
* @private {!Array<number>}
|
|
52509
|
+
* @const
|
|
52510
|
+
*/
|
|
52511
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.repeatedFields_ = [2];
|
|
52512
|
+
|
|
52513
|
+
|
|
52514
|
+
|
|
52515
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
52516
|
+
/**
|
|
52517
|
+
* Creates an object representation of this proto.
|
|
52518
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
52519
|
+
* Optional fields that are not set will be set to undefined.
|
|
52520
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
52521
|
+
* For the list of reserved names please see:
|
|
52522
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
52523
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
52524
|
+
* JSPB instance for transitional soy proto support:
|
|
52525
|
+
* http://goto/soy-param-migration
|
|
52526
|
+
* @return {!Object}
|
|
52527
|
+
*/
|
|
52528
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.prototype.toObject = function(opt_includeInstance) {
|
|
52529
|
+
return proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.toObject(opt_includeInstance, this);
|
|
52530
|
+
};
|
|
52531
|
+
|
|
52532
|
+
|
|
52533
|
+
/**
|
|
52534
|
+
* Static version of the {@see toObject} method.
|
|
52535
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
52536
|
+
* the JSPB instance for transitional soy proto support:
|
|
52537
|
+
* http://goto/soy-param-migration
|
|
52538
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress} msg The msg instance to transform.
|
|
52539
|
+
* @return {!Object}
|
|
52540
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
52541
|
+
*/
|
|
52542
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.toObject = function(includeInstance, msg) {
|
|
52543
|
+
var f, obj = {
|
|
52544
|
+
controllerName: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
52545
|
+
entriesList: jspb.Message.toObjectList(msg.getEntriesList(),
|
|
52546
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.toObject, includeInstance)
|
|
52547
|
+
};
|
|
52548
|
+
|
|
52549
|
+
if (includeInstance) {
|
|
52550
|
+
obj.$jspbMessageInstance = msg;
|
|
52551
|
+
}
|
|
52552
|
+
return obj;
|
|
52553
|
+
};
|
|
52554
|
+
}
|
|
52555
|
+
|
|
52556
|
+
|
|
52557
|
+
/**
|
|
52558
|
+
* Deserializes binary data (in protobuf wire format).
|
|
52559
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
52560
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress}
|
|
52561
|
+
*/
|
|
52562
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.deserializeBinary = function(bytes) {
|
|
52563
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
52564
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress;
|
|
52565
|
+
return proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.deserializeBinaryFromReader(msg, reader);
|
|
52566
|
+
};
|
|
52567
|
+
|
|
52568
|
+
|
|
52569
|
+
/**
|
|
52570
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
52571
|
+
* given reader into the given message object.
|
|
52572
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress} msg The message object to deserialize into.
|
|
52573
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
52574
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress}
|
|
52575
|
+
*/
|
|
52576
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.deserializeBinaryFromReader = function(msg, reader) {
|
|
52577
|
+
while (reader.nextField()) {
|
|
52578
|
+
if (reader.isEndGroup()) {
|
|
52579
|
+
break;
|
|
52580
|
+
}
|
|
52581
|
+
var field = reader.getFieldNumber();
|
|
52582
|
+
switch (field) {
|
|
52583
|
+
case 1:
|
|
52584
|
+
var value = /** @type {string} */ (reader.readString());
|
|
52585
|
+
msg.setControllerName(value);
|
|
52586
|
+
break;
|
|
52587
|
+
case 2:
|
|
52588
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.NVMExpress;
|
|
52589
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.NVMExpress.deserializeBinaryFromReader);
|
|
52590
|
+
msg.addEntries(value);
|
|
52591
|
+
break;
|
|
52592
|
+
default:
|
|
52593
|
+
reader.skipField();
|
|
52594
|
+
break;
|
|
52595
|
+
}
|
|
52596
|
+
}
|
|
52597
|
+
return msg;
|
|
52598
|
+
};
|
|
52599
|
+
|
|
52600
|
+
|
|
52601
|
+
/**
|
|
52602
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
52603
|
+
* @return {!Uint8Array}
|
|
52604
|
+
*/
|
|
52605
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.prototype.serializeBinary = function() {
|
|
52606
|
+
var writer = new jspb.BinaryWriter();
|
|
52607
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.serializeBinaryToWriter(this, writer);
|
|
52608
|
+
return writer.getResultBuffer();
|
|
52609
|
+
};
|
|
52610
|
+
|
|
52611
|
+
|
|
52612
|
+
/**
|
|
52613
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
52614
|
+
* format), writing to the given BinaryWriter.
|
|
52615
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress} message
|
|
52616
|
+
* @param {!jspb.BinaryWriter} writer
|
|
52617
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
52618
|
+
*/
|
|
52619
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.serializeBinaryToWriter = function(message, writer) {
|
|
52620
|
+
var f = undefined;
|
|
52621
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 1));
|
|
52622
|
+
if (f != null) {
|
|
52623
|
+
writer.writeString(
|
|
52624
|
+
1,
|
|
52625
|
+
f
|
|
52626
|
+
);
|
|
52627
|
+
}
|
|
52628
|
+
f = message.getEntriesList();
|
|
52629
|
+
if (f.length > 0) {
|
|
52630
|
+
writer.writeRepeatedMessage(
|
|
52631
|
+
2,
|
|
52632
|
+
f,
|
|
52633
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.serializeBinaryToWriter
|
|
52634
|
+
);
|
|
52635
|
+
}
|
|
52636
|
+
};
|
|
52637
|
+
|
|
52638
|
+
|
|
52639
|
+
/**
|
|
52640
|
+
* optional string controller_name = 1;
|
|
52641
|
+
* @return {string}
|
|
52642
|
+
*/
|
|
52643
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.prototype.getControllerName = function() {
|
|
52644
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
52645
|
+
};
|
|
52646
|
+
|
|
52647
|
+
|
|
52648
|
+
/**
|
|
52649
|
+
* @param {string} value
|
|
52650
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress} returns this
|
|
52651
|
+
*/
|
|
52652
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.prototype.setControllerName = function(value) {
|
|
52653
|
+
return jspb.Message.setField(this, 1, value);
|
|
52654
|
+
};
|
|
52655
|
+
|
|
52656
|
+
|
|
52657
|
+
/**
|
|
52658
|
+
* Clears the field making it undefined.
|
|
52659
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress} returns this
|
|
52660
|
+
*/
|
|
52661
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.prototype.clearControllerName = function() {
|
|
52662
|
+
return jspb.Message.setField(this, 1, undefined);
|
|
52663
|
+
};
|
|
52664
|
+
|
|
52665
|
+
|
|
52666
|
+
/**
|
|
52667
|
+
* Returns whether this field is set.
|
|
52668
|
+
* @return {boolean}
|
|
52669
|
+
*/
|
|
52670
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.prototype.hasControllerName = function() {
|
|
52671
|
+
return jspb.Message.getField(this, 1) != null;
|
|
52672
|
+
};
|
|
52673
|
+
|
|
52674
|
+
|
|
52675
|
+
/**
|
|
52676
|
+
* repeated NVMExpress entries = 2;
|
|
52677
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.NVMExpress>}
|
|
52678
|
+
*/
|
|
52679
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.prototype.getEntriesList = function() {
|
|
52680
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.NVMExpress>} */ (
|
|
52681
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.NVMExpress, 2));
|
|
52682
|
+
};
|
|
52683
|
+
|
|
52684
|
+
|
|
52685
|
+
/**
|
|
52686
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.NVMExpress>} value
|
|
52687
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress} returns this
|
|
52688
|
+
*/
|
|
52689
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.prototype.setEntriesList = function(value) {
|
|
52690
|
+
return jspb.Message.setRepeatedWrapperField(this, 2, value);
|
|
52691
|
+
};
|
|
52692
|
+
|
|
52693
|
+
|
|
52694
|
+
/**
|
|
52695
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.NVMExpress=} opt_value
|
|
52696
|
+
* @param {number=} opt_index
|
|
52697
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress}
|
|
52698
|
+
*/
|
|
52699
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.prototype.addEntries = function(opt_value, opt_index) {
|
|
52700
|
+
return jspb.Message.addToRepeatedWrapperField(this, 2, opt_value, proto.com.lansweeper.dp.outbound.v1.NVMExpress, opt_index);
|
|
52701
|
+
};
|
|
52702
|
+
|
|
52703
|
+
|
|
52704
|
+
/**
|
|
52705
|
+
* Clears the list making it empty but non-null.
|
|
52706
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress} returns this
|
|
52707
|
+
*/
|
|
52708
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacNVMExpress.prototype.clearEntriesList = function() {
|
|
52709
|
+
return this.setEntriesList([]);
|
|
52710
|
+
};
|
|
52711
|
+
|
|
52712
|
+
|
|
52713
|
+
|
|
52714
|
+
/**
|
|
52715
|
+
* List of repeated fields within this message type.
|
|
52716
|
+
* @private {!Array<number>}
|
|
52717
|
+
* @const
|
|
52718
|
+
*/
|
|
52719
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.repeatedFields_ = [13];
|
|
52720
|
+
|
|
52721
|
+
|
|
52722
|
+
|
|
52723
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
52724
|
+
/**
|
|
52725
|
+
* Creates an object representation of this proto.
|
|
52726
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
52727
|
+
* Optional fields that are not set will be set to undefined.
|
|
52728
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
52729
|
+
* For the list of reserved names please see:
|
|
52730
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
52731
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
52732
|
+
* JSPB instance for transitional soy proto support:
|
|
52733
|
+
* http://goto/soy-param-migration
|
|
52734
|
+
* @return {!Object}
|
|
52735
|
+
*/
|
|
52736
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.toObject = function(opt_includeInstance) {
|
|
52737
|
+
return proto.com.lansweeper.dp.outbound.v1.NVMExpress.toObject(opt_includeInstance, this);
|
|
52738
|
+
};
|
|
52739
|
+
|
|
52740
|
+
|
|
52741
|
+
/**
|
|
52742
|
+
* Static version of the {@see toObject} method.
|
|
52743
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
52744
|
+
* the JSPB instance for transitional soy proto support:
|
|
52745
|
+
* http://goto/soy-param-migration
|
|
52746
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} msg The msg instance to transform.
|
|
52747
|
+
* @return {!Object}
|
|
52748
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
52749
|
+
*/
|
|
52750
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.toObject = function(includeInstance, msg) {
|
|
52751
|
+
var f, obj = {
|
|
52752
|
+
name: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
52753
|
+
bsdName: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
52754
|
+
detachableDrive: jspb.Message.getBooleanFieldWithDefault(msg, 3, false),
|
|
52755
|
+
deviceModel: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
52756
|
+
deviceRevision: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
52757
|
+
deviceSerialNumber: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
52758
|
+
partitionMapType: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
52759
|
+
removableMedia: jspb.Message.getBooleanFieldWithDefault(msg, 8, false),
|
|
52760
|
+
size: jspb.Message.getFieldWithDefault(msg, 9, ""),
|
|
52761
|
+
sizeInBytes: jspb.Message.getFieldWithDefault(msg, 10, 0),
|
|
52762
|
+
smartStatus: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
52763
|
+
trimSupport: jspb.Message.getBooleanFieldWithDefault(msg, 12, false),
|
|
52764
|
+
volumesList: jspb.Message.toObjectList(msg.getVolumesList(),
|
|
52765
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume.toObject, includeInstance)
|
|
52766
|
+
};
|
|
52767
|
+
|
|
52768
|
+
if (includeInstance) {
|
|
52769
|
+
obj.$jspbMessageInstance = msg;
|
|
52770
|
+
}
|
|
52771
|
+
return obj;
|
|
52772
|
+
};
|
|
52773
|
+
}
|
|
52774
|
+
|
|
52775
|
+
|
|
52776
|
+
/**
|
|
52777
|
+
* Deserializes binary data (in protobuf wire format).
|
|
52778
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
52779
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress}
|
|
52780
|
+
*/
|
|
52781
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.deserializeBinary = function(bytes) {
|
|
52782
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
52783
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.NVMExpress;
|
|
52784
|
+
return proto.com.lansweeper.dp.outbound.v1.NVMExpress.deserializeBinaryFromReader(msg, reader);
|
|
52785
|
+
};
|
|
52786
|
+
|
|
52787
|
+
|
|
52788
|
+
/**
|
|
52789
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
52790
|
+
* given reader into the given message object.
|
|
52791
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} msg The message object to deserialize into.
|
|
52792
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
52793
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress}
|
|
52794
|
+
*/
|
|
52795
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.deserializeBinaryFromReader = function(msg, reader) {
|
|
52796
|
+
while (reader.nextField()) {
|
|
52797
|
+
if (reader.isEndGroup()) {
|
|
52798
|
+
break;
|
|
52799
|
+
}
|
|
52800
|
+
var field = reader.getFieldNumber();
|
|
52801
|
+
switch (field) {
|
|
52802
|
+
case 1:
|
|
52803
|
+
var value = /** @type {string} */ (reader.readString());
|
|
52804
|
+
msg.setName(value);
|
|
52805
|
+
break;
|
|
52806
|
+
case 2:
|
|
52807
|
+
var value = /** @type {string} */ (reader.readString());
|
|
52808
|
+
msg.setBsdName(value);
|
|
52809
|
+
break;
|
|
52810
|
+
case 3:
|
|
52811
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
52812
|
+
msg.setDetachableDrive(value);
|
|
52813
|
+
break;
|
|
52814
|
+
case 4:
|
|
52815
|
+
var value = /** @type {string} */ (reader.readString());
|
|
52816
|
+
msg.setDeviceModel(value);
|
|
52817
|
+
break;
|
|
52818
|
+
case 5:
|
|
52819
|
+
var value = /** @type {string} */ (reader.readString());
|
|
52820
|
+
msg.setDeviceRevision(value);
|
|
52821
|
+
break;
|
|
52822
|
+
case 6:
|
|
52823
|
+
var value = /** @type {string} */ (reader.readString());
|
|
52824
|
+
msg.setDeviceSerialNumber(value);
|
|
52825
|
+
break;
|
|
52826
|
+
case 7:
|
|
52827
|
+
var value = /** @type {string} */ (reader.readString());
|
|
52828
|
+
msg.setPartitionMapType(value);
|
|
52829
|
+
break;
|
|
52830
|
+
case 8:
|
|
52831
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
52832
|
+
msg.setRemovableMedia(value);
|
|
52833
|
+
break;
|
|
52834
|
+
case 9:
|
|
52835
|
+
var value = /** @type {string} */ (reader.readString());
|
|
52836
|
+
msg.setSize(value);
|
|
52837
|
+
break;
|
|
52838
|
+
case 10:
|
|
52839
|
+
var value = /** @type {number} */ (reader.readUint64());
|
|
52840
|
+
msg.setSizeInBytes(value);
|
|
52841
|
+
break;
|
|
52842
|
+
case 11:
|
|
52843
|
+
var value = /** @type {string} */ (reader.readString());
|
|
52844
|
+
msg.setSmartStatus(value);
|
|
52845
|
+
break;
|
|
52846
|
+
case 12:
|
|
52847
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
52848
|
+
msg.setTrimSupport(value);
|
|
52849
|
+
break;
|
|
52850
|
+
case 13:
|
|
52851
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume;
|
|
52852
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume.deserializeBinaryFromReader);
|
|
52853
|
+
msg.addVolumes(value);
|
|
52854
|
+
break;
|
|
52855
|
+
default:
|
|
52856
|
+
reader.skipField();
|
|
52857
|
+
break;
|
|
52858
|
+
}
|
|
52859
|
+
}
|
|
52860
|
+
return msg;
|
|
52861
|
+
};
|
|
52862
|
+
|
|
52863
|
+
|
|
52864
|
+
/**
|
|
52865
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
52866
|
+
* @return {!Uint8Array}
|
|
52867
|
+
*/
|
|
52868
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.serializeBinary = function() {
|
|
52869
|
+
var writer = new jspb.BinaryWriter();
|
|
52870
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.serializeBinaryToWriter(this, writer);
|
|
52871
|
+
return writer.getResultBuffer();
|
|
52872
|
+
};
|
|
52873
|
+
|
|
52874
|
+
|
|
52875
|
+
/**
|
|
52876
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
52877
|
+
* format), writing to the given BinaryWriter.
|
|
52878
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} message
|
|
52879
|
+
* @param {!jspb.BinaryWriter} writer
|
|
52880
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
52881
|
+
*/
|
|
52882
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.serializeBinaryToWriter = function(message, writer) {
|
|
52883
|
+
var f = undefined;
|
|
52884
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 1));
|
|
52885
|
+
if (f != null) {
|
|
52886
|
+
writer.writeString(
|
|
52887
|
+
1,
|
|
52888
|
+
f
|
|
52889
|
+
);
|
|
52890
|
+
}
|
|
52891
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 2));
|
|
52892
|
+
if (f != null) {
|
|
52893
|
+
writer.writeString(
|
|
52894
|
+
2,
|
|
52895
|
+
f
|
|
52896
|
+
);
|
|
52897
|
+
}
|
|
52898
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 3));
|
|
52899
|
+
if (f != null) {
|
|
52900
|
+
writer.writeBool(
|
|
52901
|
+
3,
|
|
52902
|
+
f
|
|
52903
|
+
);
|
|
52904
|
+
}
|
|
52905
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 4));
|
|
52906
|
+
if (f != null) {
|
|
52907
|
+
writer.writeString(
|
|
52908
|
+
4,
|
|
52909
|
+
f
|
|
52910
|
+
);
|
|
52911
|
+
}
|
|
52912
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 5));
|
|
52913
|
+
if (f != null) {
|
|
52914
|
+
writer.writeString(
|
|
52915
|
+
5,
|
|
52916
|
+
f
|
|
52917
|
+
);
|
|
52918
|
+
}
|
|
52919
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 6));
|
|
52920
|
+
if (f != null) {
|
|
52921
|
+
writer.writeString(
|
|
52922
|
+
6,
|
|
52923
|
+
f
|
|
52924
|
+
);
|
|
52925
|
+
}
|
|
52926
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 7));
|
|
52927
|
+
if (f != null) {
|
|
52928
|
+
writer.writeString(
|
|
52929
|
+
7,
|
|
52930
|
+
f
|
|
52931
|
+
);
|
|
52932
|
+
}
|
|
52933
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 8));
|
|
51620
52934
|
if (f != null) {
|
|
51621
|
-
writer.
|
|
52935
|
+
writer.writeBool(
|
|
51622
52936
|
8,
|
|
51623
52937
|
f
|
|
51624
52938
|
);
|
|
51625
52939
|
}
|
|
51626
|
-
f = /** @type {
|
|
52940
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 9));
|
|
51627
52941
|
if (f != null) {
|
|
51628
|
-
writer.
|
|
52942
|
+
writer.writeString(
|
|
51629
52943
|
9,
|
|
51630
52944
|
f
|
|
51631
52945
|
);
|
|
51632
52946
|
}
|
|
51633
|
-
f = /** @type {
|
|
52947
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 10));
|
|
51634
52948
|
if (f != null) {
|
|
51635
|
-
writer.
|
|
52949
|
+
writer.writeUint64(
|
|
51636
52950
|
10,
|
|
51637
52951
|
f
|
|
51638
52952
|
);
|
|
@@ -51644,46 +52958,47 @@ proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.serializeBinaryToW
|
|
|
51644
52958
|
f
|
|
51645
52959
|
);
|
|
51646
52960
|
}
|
|
51647
|
-
f = /** @type {
|
|
52961
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 12));
|
|
51648
52962
|
if (f != null) {
|
|
51649
|
-
writer.
|
|
52963
|
+
writer.writeBool(
|
|
51650
52964
|
12,
|
|
51651
52965
|
f
|
|
51652
52966
|
);
|
|
51653
52967
|
}
|
|
51654
|
-
f =
|
|
51655
|
-
if (f
|
|
51656
|
-
writer.
|
|
52968
|
+
f = message.getVolumesList();
|
|
52969
|
+
if (f.length > 0) {
|
|
52970
|
+
writer.writeRepeatedMessage(
|
|
51657
52971
|
13,
|
|
51658
|
-
f
|
|
52972
|
+
f,
|
|
52973
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume.serializeBinaryToWriter
|
|
51659
52974
|
);
|
|
51660
52975
|
}
|
|
51661
52976
|
};
|
|
51662
52977
|
|
|
51663
52978
|
|
|
51664
52979
|
/**
|
|
51665
|
-
* optional string
|
|
52980
|
+
* optional string name = 1;
|
|
51666
52981
|
* @return {string}
|
|
51667
52982
|
*/
|
|
51668
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
52983
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.getName = function() {
|
|
51669
52984
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
51670
52985
|
};
|
|
51671
52986
|
|
|
51672
52987
|
|
|
51673
52988
|
/**
|
|
51674
52989
|
* @param {string} value
|
|
51675
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
52990
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
|
|
51676
52991
|
*/
|
|
51677
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
52992
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.setName = function(value) {
|
|
51678
52993
|
return jspb.Message.setField(this, 1, value);
|
|
51679
52994
|
};
|
|
51680
52995
|
|
|
51681
52996
|
|
|
51682
52997
|
/**
|
|
51683
52998
|
* Clears the field making it undefined.
|
|
51684
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
52999
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
|
|
51685
53000
|
*/
|
|
51686
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53001
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.clearName = function() {
|
|
51687
53002
|
return jspb.Message.setField(this, 1, undefined);
|
|
51688
53003
|
};
|
|
51689
53004
|
|
|
@@ -51692,34 +53007,34 @@ proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.clearCon
|
|
|
51692
53007
|
* Returns whether this field is set.
|
|
51693
53008
|
* @return {boolean}
|
|
51694
53009
|
*/
|
|
51695
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53010
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.hasName = function() {
|
|
51696
53011
|
return jspb.Message.getField(this, 1) != null;
|
|
51697
53012
|
};
|
|
51698
53013
|
|
|
51699
53014
|
|
|
51700
53015
|
/**
|
|
51701
|
-
* optional string
|
|
53016
|
+
* optional string bsd_name = 2;
|
|
51702
53017
|
* @return {string}
|
|
51703
53018
|
*/
|
|
51704
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53019
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.getBsdName = function() {
|
|
51705
53020
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
51706
53021
|
};
|
|
51707
53022
|
|
|
51708
53023
|
|
|
51709
53024
|
/**
|
|
51710
53025
|
* @param {string} value
|
|
51711
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
53026
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
|
|
51712
53027
|
*/
|
|
51713
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53028
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.setBsdName = function(value) {
|
|
51714
53029
|
return jspb.Message.setField(this, 2, value);
|
|
51715
53030
|
};
|
|
51716
53031
|
|
|
51717
53032
|
|
|
51718
53033
|
/**
|
|
51719
53034
|
* Clears the field making it undefined.
|
|
51720
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
53035
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
|
|
51721
53036
|
*/
|
|
51722
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53037
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.clearBsdName = function() {
|
|
51723
53038
|
return jspb.Message.setField(this, 2, undefined);
|
|
51724
53039
|
};
|
|
51725
53040
|
|
|
@@ -51728,34 +53043,34 @@ proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.clearCon
|
|
|
51728
53043
|
* Returns whether this field is set.
|
|
51729
53044
|
* @return {boolean}
|
|
51730
53045
|
*/
|
|
51731
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53046
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.hasBsdName = function() {
|
|
51732
53047
|
return jspb.Message.getField(this, 2) != null;
|
|
51733
53048
|
};
|
|
51734
53049
|
|
|
51735
53050
|
|
|
51736
53051
|
/**
|
|
51737
|
-
* optional
|
|
51738
|
-
* @return {
|
|
53052
|
+
* optional bool detachable_drive = 3;
|
|
53053
|
+
* @return {boolean}
|
|
51739
53054
|
*/
|
|
51740
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
51741
|
-
return /** @type {
|
|
53055
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.getDetachableDrive = function() {
|
|
53056
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 3, false));
|
|
51742
53057
|
};
|
|
51743
53058
|
|
|
51744
53059
|
|
|
51745
53060
|
/**
|
|
51746
|
-
* @param {
|
|
51747
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
53061
|
+
* @param {boolean} value
|
|
53062
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
|
|
51748
53063
|
*/
|
|
51749
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53064
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.setDetachableDrive = function(value) {
|
|
51750
53065
|
return jspb.Message.setField(this, 3, value);
|
|
51751
53066
|
};
|
|
51752
53067
|
|
|
51753
53068
|
|
|
51754
53069
|
/**
|
|
51755
53070
|
* Clears the field making it undefined.
|
|
51756
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
53071
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
|
|
51757
53072
|
*/
|
|
51758
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53073
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.clearDetachableDrive = function() {
|
|
51759
53074
|
return jspb.Message.setField(this, 3, undefined);
|
|
51760
53075
|
};
|
|
51761
53076
|
|
|
@@ -51764,34 +53079,34 @@ proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.clearCon
|
|
|
51764
53079
|
* Returns whether this field is set.
|
|
51765
53080
|
* @return {boolean}
|
|
51766
53081
|
*/
|
|
51767
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53082
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.hasDetachableDrive = function() {
|
|
51768
53083
|
return jspb.Message.getField(this, 3) != null;
|
|
51769
53084
|
};
|
|
51770
53085
|
|
|
51771
53086
|
|
|
51772
53087
|
/**
|
|
51773
|
-
* optional string
|
|
53088
|
+
* optional string device_model = 4;
|
|
51774
53089
|
* @return {string}
|
|
51775
53090
|
*/
|
|
51776
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53091
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.getDeviceModel = function() {
|
|
51777
53092
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
51778
53093
|
};
|
|
51779
53094
|
|
|
51780
53095
|
|
|
51781
53096
|
/**
|
|
51782
53097
|
* @param {string} value
|
|
51783
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
53098
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
|
|
51784
53099
|
*/
|
|
51785
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53100
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.setDeviceModel = function(value) {
|
|
51786
53101
|
return jspb.Message.setField(this, 4, value);
|
|
51787
53102
|
};
|
|
51788
53103
|
|
|
51789
53104
|
|
|
51790
53105
|
/**
|
|
51791
53106
|
* Clears the field making it undefined.
|
|
51792
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
53107
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
|
|
51793
53108
|
*/
|
|
51794
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53109
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.clearDeviceModel = function() {
|
|
51795
53110
|
return jspb.Message.setField(this, 4, undefined);
|
|
51796
53111
|
};
|
|
51797
53112
|
|
|
@@ -51800,34 +53115,34 @@ proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.clearCon
|
|
|
51800
53115
|
* Returns whether this field is set.
|
|
51801
53116
|
* @return {boolean}
|
|
51802
53117
|
*/
|
|
51803
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53118
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.hasDeviceModel = function() {
|
|
51804
53119
|
return jspb.Message.getField(this, 4) != null;
|
|
51805
53120
|
};
|
|
51806
53121
|
|
|
51807
53122
|
|
|
51808
53123
|
/**
|
|
51809
|
-
* optional string
|
|
53124
|
+
* optional string device_revision = 5;
|
|
51810
53125
|
* @return {string}
|
|
51811
53126
|
*/
|
|
51812
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53127
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.getDeviceRevision = function() {
|
|
51813
53128
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
51814
53129
|
};
|
|
51815
53130
|
|
|
51816
53131
|
|
|
51817
53132
|
/**
|
|
51818
53133
|
* @param {string} value
|
|
51819
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
53134
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
|
|
51820
53135
|
*/
|
|
51821
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53136
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.setDeviceRevision = function(value) {
|
|
51822
53137
|
return jspb.Message.setField(this, 5, value);
|
|
51823
53138
|
};
|
|
51824
53139
|
|
|
51825
53140
|
|
|
51826
53141
|
/**
|
|
51827
53142
|
* Clears the field making it undefined.
|
|
51828
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
53143
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
|
|
51829
53144
|
*/
|
|
51830
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53145
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.clearDeviceRevision = function() {
|
|
51831
53146
|
return jspb.Message.setField(this, 5, undefined);
|
|
51832
53147
|
};
|
|
51833
53148
|
|
|
@@ -51836,34 +53151,34 @@ proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.clearSec
|
|
|
51836
53151
|
* Returns whether this field is set.
|
|
51837
53152
|
* @return {boolean}
|
|
51838
53153
|
*/
|
|
51839
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53154
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.hasDeviceRevision = function() {
|
|
51840
53155
|
return jspb.Message.getField(this, 5) != null;
|
|
51841
53156
|
};
|
|
51842
53157
|
|
|
51843
53158
|
|
|
51844
53159
|
/**
|
|
51845
|
-
* optional string
|
|
53160
|
+
* optional string device_serial_number = 6;
|
|
51846
53161
|
* @return {string}
|
|
51847
53162
|
*/
|
|
51848
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53163
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.getDeviceSerialNumber = function() {
|
|
51849
53164
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
|
|
51850
53165
|
};
|
|
51851
53166
|
|
|
51852
53167
|
|
|
51853
53168
|
/**
|
|
51854
53169
|
* @param {string} value
|
|
51855
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
53170
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
|
|
51856
53171
|
*/
|
|
51857
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53172
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.setDeviceSerialNumber = function(value) {
|
|
51858
53173
|
return jspb.Message.setField(this, 6, value);
|
|
51859
53174
|
};
|
|
51860
53175
|
|
|
51861
53176
|
|
|
51862
53177
|
/**
|
|
51863
53178
|
* Clears the field making it undefined.
|
|
51864
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
53179
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
|
|
51865
53180
|
*/
|
|
51866
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53181
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.clearDeviceSerialNumber = function() {
|
|
51867
53182
|
return jspb.Message.setField(this, 6, undefined);
|
|
51868
53183
|
};
|
|
51869
53184
|
|
|
@@ -51872,34 +53187,34 @@ proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.clearSec
|
|
|
51872
53187
|
* Returns whether this field is set.
|
|
51873
53188
|
* @return {boolean}
|
|
51874
53189
|
*/
|
|
51875
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53190
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.hasDeviceSerialNumber = function() {
|
|
51876
53191
|
return jspb.Message.getField(this, 6) != null;
|
|
51877
53192
|
};
|
|
51878
53193
|
|
|
51879
53194
|
|
|
51880
53195
|
/**
|
|
51881
|
-
* optional string
|
|
53196
|
+
* optional string partition_map_type = 7;
|
|
51882
53197
|
* @return {string}
|
|
51883
53198
|
*/
|
|
51884
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53199
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.getPartitionMapType = function() {
|
|
51885
53200
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
|
|
51886
53201
|
};
|
|
51887
53202
|
|
|
51888
53203
|
|
|
51889
53204
|
/**
|
|
51890
53205
|
* @param {string} value
|
|
51891
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
53206
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
|
|
51892
53207
|
*/
|
|
51893
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53208
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.setPartitionMapType = function(value) {
|
|
51894
53209
|
return jspb.Message.setField(this, 7, value);
|
|
51895
53210
|
};
|
|
51896
53211
|
|
|
51897
53212
|
|
|
51898
53213
|
/**
|
|
51899
53214
|
* Clears the field making it undefined.
|
|
51900
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
53215
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
|
|
51901
53216
|
*/
|
|
51902
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53217
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.clearPartitionMapType = function() {
|
|
51903
53218
|
return jspb.Message.setField(this, 7, undefined);
|
|
51904
53219
|
};
|
|
51905
53220
|
|
|
@@ -51908,34 +53223,34 @@ proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.clearSec
|
|
|
51908
53223
|
* Returns whether this field is set.
|
|
51909
53224
|
* @return {boolean}
|
|
51910
53225
|
*/
|
|
51911
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53226
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.hasPartitionMapType = function() {
|
|
51912
53227
|
return jspb.Message.getField(this, 7) != null;
|
|
51913
53228
|
};
|
|
51914
53229
|
|
|
51915
53230
|
|
|
51916
53231
|
/**
|
|
51917
|
-
* optional
|
|
51918
|
-
* @return {
|
|
53232
|
+
* optional bool removable_media = 8;
|
|
53233
|
+
* @return {boolean}
|
|
51919
53234
|
*/
|
|
51920
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
51921
|
-
return /** @type {
|
|
53235
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.getRemovableMedia = function() {
|
|
53236
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 8, false));
|
|
51922
53237
|
};
|
|
51923
53238
|
|
|
51924
53239
|
|
|
51925
53240
|
/**
|
|
51926
|
-
* @param {
|
|
51927
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
53241
|
+
* @param {boolean} value
|
|
53242
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
|
|
51928
53243
|
*/
|
|
51929
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53244
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.setRemovableMedia = function(value) {
|
|
51930
53245
|
return jspb.Message.setField(this, 8, value);
|
|
51931
53246
|
};
|
|
51932
53247
|
|
|
51933
53248
|
|
|
51934
53249
|
/**
|
|
51935
53250
|
* Clears the field making it undefined.
|
|
51936
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
53251
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
|
|
51937
53252
|
*/
|
|
51938
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53253
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.clearRemovableMedia = function() {
|
|
51939
53254
|
return jspb.Message.setField(this, 8, undefined);
|
|
51940
53255
|
};
|
|
51941
53256
|
|
|
@@ -51944,34 +53259,34 @@ proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.clearSec
|
|
|
51944
53259
|
* Returns whether this field is set.
|
|
51945
53260
|
* @return {boolean}
|
|
51946
53261
|
*/
|
|
51947
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53262
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.hasRemovableMedia = function() {
|
|
51948
53263
|
return jspb.Message.getField(this, 8) != null;
|
|
51949
53264
|
};
|
|
51950
53265
|
|
|
51951
53266
|
|
|
51952
53267
|
/**
|
|
51953
|
-
* optional
|
|
51954
|
-
* @return {
|
|
53268
|
+
* optional string size = 9;
|
|
53269
|
+
* @return {string}
|
|
51955
53270
|
*/
|
|
51956
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
51957
|
-
return /** @type {
|
|
53271
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.getSize = function() {
|
|
53272
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, ""));
|
|
51958
53273
|
};
|
|
51959
53274
|
|
|
51960
53275
|
|
|
51961
53276
|
/**
|
|
51962
|
-
* @param {
|
|
51963
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
53277
|
+
* @param {string} value
|
|
53278
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
|
|
51964
53279
|
*/
|
|
51965
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53280
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.setSize = function(value) {
|
|
51966
53281
|
return jspb.Message.setField(this, 9, value);
|
|
51967
53282
|
};
|
|
51968
53283
|
|
|
51969
53284
|
|
|
51970
53285
|
/**
|
|
51971
53286
|
* Clears the field making it undefined.
|
|
51972
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
53287
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
|
|
51973
53288
|
*/
|
|
51974
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53289
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.clearSize = function() {
|
|
51975
53290
|
return jspb.Message.setField(this, 9, undefined);
|
|
51976
53291
|
};
|
|
51977
53292
|
|
|
@@ -51980,34 +53295,34 @@ proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.clearSec
|
|
|
51980
53295
|
* Returns whether this field is set.
|
|
51981
53296
|
* @return {boolean}
|
|
51982
53297
|
*/
|
|
51983
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53298
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.hasSize = function() {
|
|
51984
53299
|
return jspb.Message.getField(this, 9) != null;
|
|
51985
53300
|
};
|
|
51986
53301
|
|
|
51987
53302
|
|
|
51988
53303
|
/**
|
|
51989
|
-
* optional
|
|
51990
|
-
* @return {
|
|
53304
|
+
* optional uint64 size_in_bytes = 10;
|
|
53305
|
+
* @return {number}
|
|
51991
53306
|
*/
|
|
51992
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
51993
|
-
return /** @type {
|
|
53307
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.getSizeInBytes = function() {
|
|
53308
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 10, 0));
|
|
51994
53309
|
};
|
|
51995
53310
|
|
|
51996
53311
|
|
|
51997
53312
|
/**
|
|
51998
|
-
* @param {
|
|
51999
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
53313
|
+
* @param {number} value
|
|
53314
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
|
|
52000
53315
|
*/
|
|
52001
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53316
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.setSizeInBytes = function(value) {
|
|
52002
53317
|
return jspb.Message.setField(this, 10, value);
|
|
52003
53318
|
};
|
|
52004
53319
|
|
|
52005
53320
|
|
|
52006
53321
|
/**
|
|
52007
53322
|
* Clears the field making it undefined.
|
|
52008
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
53323
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
|
|
52009
53324
|
*/
|
|
52010
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53325
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.clearSizeInBytes = function() {
|
|
52011
53326
|
return jspb.Message.setField(this, 10, undefined);
|
|
52012
53327
|
};
|
|
52013
53328
|
|
|
@@ -52016,34 +53331,34 @@ proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.clearSec
|
|
|
52016
53331
|
* Returns whether this field is set.
|
|
52017
53332
|
* @return {boolean}
|
|
52018
53333
|
*/
|
|
52019
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53334
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.hasSizeInBytes = function() {
|
|
52020
53335
|
return jspb.Message.getField(this, 10) != null;
|
|
52021
53336
|
};
|
|
52022
53337
|
|
|
52023
53338
|
|
|
52024
53339
|
/**
|
|
52025
|
-
* optional string
|
|
53340
|
+
* optional string smart_status = 11;
|
|
52026
53341
|
* @return {string}
|
|
52027
53342
|
*/
|
|
52028
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53343
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.getSmartStatus = function() {
|
|
52029
53344
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
|
|
52030
53345
|
};
|
|
52031
53346
|
|
|
52032
53347
|
|
|
52033
53348
|
/**
|
|
52034
53349
|
* @param {string} value
|
|
52035
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
53350
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
|
|
52036
53351
|
*/
|
|
52037
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53352
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.setSmartStatus = function(value) {
|
|
52038
53353
|
return jspb.Message.setField(this, 11, value);
|
|
52039
53354
|
};
|
|
52040
53355
|
|
|
52041
53356
|
|
|
52042
53357
|
/**
|
|
52043
53358
|
* Clears the field making it undefined.
|
|
52044
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
53359
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
|
|
52045
53360
|
*/
|
|
52046
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53361
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.clearSmartStatus = function() {
|
|
52047
53362
|
return jspb.Message.setField(this, 11, undefined);
|
|
52048
53363
|
};
|
|
52049
53364
|
|
|
@@ -52052,34 +53367,34 @@ proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.clearSec
|
|
|
52052
53367
|
* Returns whether this field is set.
|
|
52053
53368
|
* @return {boolean}
|
|
52054
53369
|
*/
|
|
52055
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53370
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.hasSmartStatus = function() {
|
|
52056
53371
|
return jspb.Message.getField(this, 11) != null;
|
|
52057
53372
|
};
|
|
52058
53373
|
|
|
52059
53374
|
|
|
52060
53375
|
/**
|
|
52061
|
-
* optional
|
|
52062
|
-
* @return {
|
|
53376
|
+
* optional bool trim_support = 12;
|
|
53377
|
+
* @return {boolean}
|
|
52063
53378
|
*/
|
|
52064
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
52065
|
-
return /** @type {
|
|
53379
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.getTrimSupport = function() {
|
|
53380
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 12, false));
|
|
52066
53381
|
};
|
|
52067
53382
|
|
|
52068
53383
|
|
|
52069
53384
|
/**
|
|
52070
|
-
* @param {
|
|
52071
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
53385
|
+
* @param {boolean} value
|
|
53386
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
|
|
52072
53387
|
*/
|
|
52073
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53388
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.setTrimSupport = function(value) {
|
|
52074
53389
|
return jspb.Message.setField(this, 12, value);
|
|
52075
53390
|
};
|
|
52076
53391
|
|
|
52077
53392
|
|
|
52078
53393
|
/**
|
|
52079
53394
|
* Clears the field making it undefined.
|
|
52080
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
53395
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
|
|
52081
53396
|
*/
|
|
52082
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53397
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.clearTrimSupport = function() {
|
|
52083
53398
|
return jspb.Message.setField(this, 12, undefined);
|
|
52084
53399
|
};
|
|
52085
53400
|
|
|
@@ -52088,55 +53403,50 @@ proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.prototype.clearSec
|
|
|
52088
53403
|
* Returns whether this field is set.
|
|
52089
53404
|
* @return {boolean}
|
|
52090
53405
|
*/
|
|
52091
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53406
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.hasTrimSupport = function() {
|
|
52092
53407
|
return jspb.Message.getField(this, 12) != null;
|
|
52093
53408
|
};
|
|
52094
53409
|
|
|
52095
53410
|
|
|
52096
53411
|
/**
|
|
52097
|
-
*
|
|
52098
|
-
* @return {
|
|
53412
|
+
* repeated NVMExpressVolume volumes = 13;
|
|
53413
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume>}
|
|
52099
53414
|
*/
|
|
52100
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
52101
|
-
return /** @type
|
|
53415
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.getVolumesList = function() {
|
|
53416
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume>} */ (
|
|
53417
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume, 13));
|
|
52102
53418
|
};
|
|
52103
53419
|
|
|
52104
53420
|
|
|
52105
53421
|
/**
|
|
52106
|
-
* @param {
|
|
52107
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
52108
|
-
|
|
52109
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
52110
|
-
return jspb.Message.
|
|
53422
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume>} value
|
|
53423
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
|
|
53424
|
+
*/
|
|
53425
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.setVolumesList = function(value) {
|
|
53426
|
+
return jspb.Message.setRepeatedWrapperField(this, 13, value);
|
|
52111
53427
|
};
|
|
52112
53428
|
|
|
52113
53429
|
|
|
52114
53430
|
/**
|
|
52115
|
-
*
|
|
52116
|
-
* @
|
|
53431
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume=} opt_value
|
|
53432
|
+
* @param {number=} opt_index
|
|
53433
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume}
|
|
52117
53434
|
*/
|
|
52118
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
52119
|
-
return jspb.Message.
|
|
53435
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.addVolumes = function(opt_value, opt_index) {
|
|
53436
|
+
return jspb.Message.addToRepeatedWrapperField(this, 13, opt_value, proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume, opt_index);
|
|
52120
53437
|
};
|
|
52121
53438
|
|
|
52122
53439
|
|
|
52123
53440
|
/**
|
|
52124
|
-
*
|
|
52125
|
-
* @return {
|
|
53441
|
+
* Clears the list making it empty but non-null.
|
|
53442
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpress} returns this
|
|
52126
53443
|
*/
|
|
52127
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
52128
|
-
return
|
|
53444
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpress.prototype.clearVolumesList = function() {
|
|
53445
|
+
return this.setVolumesList([]);
|
|
52129
53446
|
};
|
|
52130
53447
|
|
|
52131
53448
|
|
|
52132
53449
|
|
|
52133
|
-
/**
|
|
52134
|
-
* List of repeated fields within this message type.
|
|
52135
|
-
* @private {!Array<number>}
|
|
52136
|
-
* @const
|
|
52137
|
-
*/
|
|
52138
|
-
proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.repeatedFields_ = [3];
|
|
52139
|
-
|
|
52140
53450
|
|
|
52141
53451
|
|
|
52142
53452
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
@@ -52152,8 +53462,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
52152
53462
|
* http://goto/soy-param-migration
|
|
52153
53463
|
* @return {!Object}
|
|
52154
53464
|
*/
|
|
52155
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
52156
|
-
return proto.com.lansweeper.dp.outbound.v1.
|
|
53465
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume.prototype.toObject = function(opt_includeInstance) {
|
|
53466
|
+
return proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume.toObject(opt_includeInstance, this);
|
|
52157
53467
|
};
|
|
52158
53468
|
|
|
52159
53469
|
|
|
@@ -52162,16 +53472,17 @@ proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.prototype.toObjec
|
|
|
52162
53472
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
52163
53473
|
* the JSPB instance for transitional soy proto support:
|
|
52164
53474
|
* http://goto/soy-param-migration
|
|
52165
|
-
* @param {!proto.com.lansweeper.dp.outbound.v1.
|
|
53475
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume} msg The msg instance to transform.
|
|
52166
53476
|
* @return {!Object}
|
|
52167
53477
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
52168
53478
|
*/
|
|
52169
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53479
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume.toObject = function(includeInstance, msg) {
|
|
52170
53480
|
var f, obj = {
|
|
52171
53481
|
name: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
52172
|
-
|
|
52173
|
-
|
|
52174
|
-
|
|
53482
|
+
bsdName: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
53483
|
+
ioContent: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
53484
|
+
size: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
53485
|
+
sizeInBytes: jspb.Message.getFieldWithDefault(msg, 5, 0)
|
|
52175
53486
|
};
|
|
52176
53487
|
|
|
52177
53488
|
if (includeInstance) {
|
|
@@ -52185,23 +53496,23 @@ proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.toObject = functi
|
|
|
52185
53496
|
/**
|
|
52186
53497
|
* Deserializes binary data (in protobuf wire format).
|
|
52187
53498
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
52188
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
53499
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume}
|
|
52189
53500
|
*/
|
|
52190
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53501
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume.deserializeBinary = function(bytes) {
|
|
52191
53502
|
var reader = new jspb.BinaryReader(bytes);
|
|
52192
|
-
var msg = new proto.com.lansweeper.dp.outbound.v1.
|
|
52193
|
-
return proto.com.lansweeper.dp.outbound.v1.
|
|
53503
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume;
|
|
53504
|
+
return proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume.deserializeBinaryFromReader(msg, reader);
|
|
52194
53505
|
};
|
|
52195
53506
|
|
|
52196
53507
|
|
|
52197
53508
|
/**
|
|
52198
53509
|
* Deserializes binary data (in protobuf wire format) from the
|
|
52199
53510
|
* given reader into the given message object.
|
|
52200
|
-
* @param {!proto.com.lansweeper.dp.outbound.v1.
|
|
53511
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume} msg The message object to deserialize into.
|
|
52201
53512
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
52202
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
53513
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume}
|
|
52203
53514
|
*/
|
|
52204
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53515
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume.deserializeBinaryFromReader = function(msg, reader) {
|
|
52205
53516
|
while (reader.nextField()) {
|
|
52206
53517
|
if (reader.isEndGroup()) {
|
|
52207
53518
|
break;
|
|
@@ -52213,13 +53524,20 @@ proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.deserializeBinary
|
|
|
52213
53524
|
msg.setName(value);
|
|
52214
53525
|
break;
|
|
52215
53526
|
case 2:
|
|
52216
|
-
var value = /** @type {
|
|
52217
|
-
msg.
|
|
53527
|
+
var value = /** @type {string} */ (reader.readString());
|
|
53528
|
+
msg.setBsdName(value);
|
|
52218
53529
|
break;
|
|
52219
53530
|
case 3:
|
|
52220
|
-
var value =
|
|
52221
|
-
|
|
52222
|
-
|
|
53531
|
+
var value = /** @type {string} */ (reader.readString());
|
|
53532
|
+
msg.setIoContent(value);
|
|
53533
|
+
break;
|
|
53534
|
+
case 4:
|
|
53535
|
+
var value = /** @type {string} */ (reader.readString());
|
|
53536
|
+
msg.setSize(value);
|
|
53537
|
+
break;
|
|
53538
|
+
case 5:
|
|
53539
|
+
var value = /** @type {number} */ (reader.readUint64());
|
|
53540
|
+
msg.setSizeInBytes(value);
|
|
52223
53541
|
break;
|
|
52224
53542
|
default:
|
|
52225
53543
|
reader.skipField();
|
|
@@ -52234,9 +53552,9 @@ proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.deserializeBinary
|
|
|
52234
53552
|
* Serializes the message to binary data (in protobuf wire format).
|
|
52235
53553
|
* @return {!Uint8Array}
|
|
52236
53554
|
*/
|
|
52237
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53555
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume.prototype.serializeBinary = function() {
|
|
52238
53556
|
var writer = new jspb.BinaryWriter();
|
|
52239
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53557
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume.serializeBinaryToWriter(this, writer);
|
|
52240
53558
|
return writer.getResultBuffer();
|
|
52241
53559
|
};
|
|
52242
53560
|
|
|
@@ -52244,11 +53562,11 @@ proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.prototype.seriali
|
|
|
52244
53562
|
/**
|
|
52245
53563
|
* Serializes the given message to binary data (in protobuf wire
|
|
52246
53564
|
* format), writing to the given BinaryWriter.
|
|
52247
|
-
* @param {!proto.com.lansweeper.dp.outbound.v1.
|
|
53565
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume} message
|
|
52248
53566
|
* @param {!jspb.BinaryWriter} writer
|
|
52249
53567
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
52250
53568
|
*/
|
|
52251
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53569
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume.serializeBinaryToWriter = function(message, writer) {
|
|
52252
53570
|
var f = undefined;
|
|
52253
53571
|
f = /** @type {string} */ (jspb.Message.getField(message, 1));
|
|
52254
53572
|
if (f != null) {
|
|
@@ -52257,19 +53575,32 @@ proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.serializeBinaryTo
|
|
|
52257
53575
|
f
|
|
52258
53576
|
);
|
|
52259
53577
|
}
|
|
52260
|
-
f = /** @type {
|
|
53578
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 2));
|
|
52261
53579
|
if (f != null) {
|
|
52262
|
-
writer.
|
|
53580
|
+
writer.writeString(
|
|
52263
53581
|
2,
|
|
52264
53582
|
f
|
|
52265
53583
|
);
|
|
52266
53584
|
}
|
|
52267
|
-
f =
|
|
52268
|
-
if (f
|
|
52269
|
-
writer.
|
|
53585
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 3));
|
|
53586
|
+
if (f != null) {
|
|
53587
|
+
writer.writeString(
|
|
52270
53588
|
3,
|
|
52271
|
-
f
|
|
52272
|
-
|
|
53589
|
+
f
|
|
53590
|
+
);
|
|
53591
|
+
}
|
|
53592
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 4));
|
|
53593
|
+
if (f != null) {
|
|
53594
|
+
writer.writeString(
|
|
53595
|
+
4,
|
|
53596
|
+
f
|
|
53597
|
+
);
|
|
53598
|
+
}
|
|
53599
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 5));
|
|
53600
|
+
if (f != null) {
|
|
53601
|
+
writer.writeUint64(
|
|
53602
|
+
5,
|
|
53603
|
+
f
|
|
52273
53604
|
);
|
|
52274
53605
|
}
|
|
52275
53606
|
};
|
|
@@ -52279,25 +53610,25 @@ proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.serializeBinaryTo
|
|
|
52279
53610
|
* optional string name = 1;
|
|
52280
53611
|
* @return {string}
|
|
52281
53612
|
*/
|
|
52282
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53613
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume.prototype.getName = function() {
|
|
52283
53614
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
52284
53615
|
};
|
|
52285
53616
|
|
|
52286
53617
|
|
|
52287
53618
|
/**
|
|
52288
53619
|
* @param {string} value
|
|
52289
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
53620
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume} returns this
|
|
52290
53621
|
*/
|
|
52291
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53622
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume.prototype.setName = function(value) {
|
|
52292
53623
|
return jspb.Message.setField(this, 1, value);
|
|
52293
53624
|
};
|
|
52294
53625
|
|
|
52295
53626
|
|
|
52296
53627
|
/**
|
|
52297
53628
|
* Clears the field making it undefined.
|
|
52298
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
53629
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume} returns this
|
|
52299
53630
|
*/
|
|
52300
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53631
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume.prototype.clearName = function() {
|
|
52301
53632
|
return jspb.Message.setField(this, 1, undefined);
|
|
52302
53633
|
};
|
|
52303
53634
|
|
|
@@ -52306,34 +53637,34 @@ proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.prototype.clearNa
|
|
|
52306
53637
|
* Returns whether this field is set.
|
|
52307
53638
|
* @return {boolean}
|
|
52308
53639
|
*/
|
|
52309
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53640
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume.prototype.hasName = function() {
|
|
52310
53641
|
return jspb.Message.getField(this, 1) != null;
|
|
52311
53642
|
};
|
|
52312
53643
|
|
|
52313
53644
|
|
|
52314
53645
|
/**
|
|
52315
|
-
* optional
|
|
52316
|
-
* @return {
|
|
53646
|
+
* optional string bsd_name = 2;
|
|
53647
|
+
* @return {string}
|
|
52317
53648
|
*/
|
|
52318
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
52319
|
-
return /** @type {
|
|
53649
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume.prototype.getBsdName = function() {
|
|
53650
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
52320
53651
|
};
|
|
52321
53652
|
|
|
52322
53653
|
|
|
52323
53654
|
/**
|
|
52324
|
-
* @param {
|
|
52325
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
53655
|
+
* @param {string} value
|
|
53656
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume} returns this
|
|
52326
53657
|
*/
|
|
52327
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53658
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume.prototype.setBsdName = function(value) {
|
|
52328
53659
|
return jspb.Message.setField(this, 2, value);
|
|
52329
53660
|
};
|
|
52330
53661
|
|
|
52331
53662
|
|
|
52332
53663
|
/**
|
|
52333
53664
|
* Clears the field making it undefined.
|
|
52334
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
53665
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume} returns this
|
|
52335
53666
|
*/
|
|
52336
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53667
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume.prototype.clearBsdName = function() {
|
|
52337
53668
|
return jspb.Message.setField(this, 2, undefined);
|
|
52338
53669
|
};
|
|
52339
53670
|
|
|
@@ -52342,46 +53673,116 @@ proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.prototype.clearLo
|
|
|
52342
53673
|
* Returns whether this field is set.
|
|
52343
53674
|
* @return {boolean}
|
|
52344
53675
|
*/
|
|
52345
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
53676
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume.prototype.hasBsdName = function() {
|
|
52346
53677
|
return jspb.Message.getField(this, 2) != null;
|
|
52347
53678
|
};
|
|
52348
53679
|
|
|
52349
53680
|
|
|
52350
53681
|
/**
|
|
52351
|
-
*
|
|
52352
|
-
* @return {
|
|
53682
|
+
* optional string io_content = 3;
|
|
53683
|
+
* @return {string}
|
|
52353
53684
|
*/
|
|
52354
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
52355
|
-
return /** @type{
|
|
52356
|
-
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.NetworkInterface, 3));
|
|
53685
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume.prototype.getIoContent = function() {
|
|
53686
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
52357
53687
|
};
|
|
52358
53688
|
|
|
52359
53689
|
|
|
52360
53690
|
/**
|
|
52361
|
-
* @param {
|
|
52362
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
52363
|
-
*/
|
|
52364
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
52365
|
-
return jspb.Message.
|
|
53691
|
+
* @param {string} value
|
|
53692
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume} returns this
|
|
53693
|
+
*/
|
|
53694
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume.prototype.setIoContent = function(value) {
|
|
53695
|
+
return jspb.Message.setField(this, 3, value);
|
|
52366
53696
|
};
|
|
52367
53697
|
|
|
52368
53698
|
|
|
52369
53699
|
/**
|
|
52370
|
-
*
|
|
52371
|
-
* @
|
|
52372
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.NetworkInterface}
|
|
53700
|
+
* Clears the field making it undefined.
|
|
53701
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume} returns this
|
|
52373
53702
|
*/
|
|
52374
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
52375
|
-
return jspb.Message.
|
|
53703
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume.prototype.clearIoContent = function() {
|
|
53704
|
+
return jspb.Message.setField(this, 3, undefined);
|
|
52376
53705
|
};
|
|
52377
53706
|
|
|
52378
53707
|
|
|
52379
53708
|
/**
|
|
52380
|
-
*
|
|
52381
|
-
* @return {
|
|
53709
|
+
* Returns whether this field is set.
|
|
53710
|
+
* @return {boolean}
|
|
52382
53711
|
*/
|
|
52383
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
52384
|
-
return
|
|
53712
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume.prototype.hasIoContent = function() {
|
|
53713
|
+
return jspb.Message.getField(this, 3) != null;
|
|
53714
|
+
};
|
|
53715
|
+
|
|
53716
|
+
|
|
53717
|
+
/**
|
|
53718
|
+
* optional string size = 4;
|
|
53719
|
+
* @return {string}
|
|
53720
|
+
*/
|
|
53721
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume.prototype.getSize = function() {
|
|
53722
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
53723
|
+
};
|
|
53724
|
+
|
|
53725
|
+
|
|
53726
|
+
/**
|
|
53727
|
+
* @param {string} value
|
|
53728
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume} returns this
|
|
53729
|
+
*/
|
|
53730
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume.prototype.setSize = function(value) {
|
|
53731
|
+
return jspb.Message.setField(this, 4, value);
|
|
53732
|
+
};
|
|
53733
|
+
|
|
53734
|
+
|
|
53735
|
+
/**
|
|
53736
|
+
* Clears the field making it undefined.
|
|
53737
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume} returns this
|
|
53738
|
+
*/
|
|
53739
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume.prototype.clearSize = function() {
|
|
53740
|
+
return jspb.Message.setField(this, 4, undefined);
|
|
53741
|
+
};
|
|
53742
|
+
|
|
53743
|
+
|
|
53744
|
+
/**
|
|
53745
|
+
* Returns whether this field is set.
|
|
53746
|
+
* @return {boolean}
|
|
53747
|
+
*/
|
|
53748
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume.prototype.hasSize = function() {
|
|
53749
|
+
return jspb.Message.getField(this, 4) != null;
|
|
53750
|
+
};
|
|
53751
|
+
|
|
53752
|
+
|
|
53753
|
+
/**
|
|
53754
|
+
* optional uint64 size_in_bytes = 5;
|
|
53755
|
+
* @return {number}
|
|
53756
|
+
*/
|
|
53757
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume.prototype.getSizeInBytes = function() {
|
|
53758
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 5, 0));
|
|
53759
|
+
};
|
|
53760
|
+
|
|
53761
|
+
|
|
53762
|
+
/**
|
|
53763
|
+
* @param {number} value
|
|
53764
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume} returns this
|
|
53765
|
+
*/
|
|
53766
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume.prototype.setSizeInBytes = function(value) {
|
|
53767
|
+
return jspb.Message.setField(this, 5, value);
|
|
53768
|
+
};
|
|
53769
|
+
|
|
53770
|
+
|
|
53771
|
+
/**
|
|
53772
|
+
* Clears the field making it undefined.
|
|
53773
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume} returns this
|
|
53774
|
+
*/
|
|
53775
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume.prototype.clearSizeInBytes = function() {
|
|
53776
|
+
return jspb.Message.setField(this, 5, undefined);
|
|
53777
|
+
};
|
|
53778
|
+
|
|
53779
|
+
|
|
53780
|
+
/**
|
|
53781
|
+
* Returns whether this field is set.
|
|
53782
|
+
* @return {boolean}
|
|
53783
|
+
*/
|
|
53784
|
+
proto.com.lansweeper.dp.outbound.v1.NVMExpressVolume.prototype.hasSizeInBytes = function() {
|
|
53785
|
+
return jspb.Message.getField(this, 5) != null;
|
|
52385
53786
|
};
|
|
52386
53787
|
|
|
52387
53788
|
|