@lansweeper/data-platform-outbound-grpc 0.1.83 → 0.1.84
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 +176 -0
- package/gen-proto/outbound_pb.js +1407 -1
- package/generated-go/outbound.pb.go +5077 -4681
- package/java.json +1 -1
- package/package.json +2 -2
- package/proto/outbound.proto +37 -1
package/gen-proto/outbound_pb.js
CHANGED
|
@@ -59,10 +59,12 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMon
|
|
|
59
59
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDiskPartition', null, global);
|
|
60
60
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDisplay', null, global);
|
|
61
61
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDisplayController', null, global);
|
|
62
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy', null, global);
|
|
62
63
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsIdeController', null, global);
|
|
63
64
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsNetworkClient', null, global);
|
|
64
65
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsPageFile', null, global);
|
|
65
66
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsPageFile.PageFileCase', null, global);
|
|
67
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial', null, global);
|
|
66
68
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.CoreFields', null, global);
|
|
67
69
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.DriveVolume', null, global);
|
|
68
70
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Driver', null, global);
|
|
@@ -2313,6 +2315,27 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
2313
2315
|
*/
|
|
2314
2316
|
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive';
|
|
2315
2317
|
}
|
|
2318
|
+
/**
|
|
2319
|
+
* Generated by JsPbCodeGenerator.
|
|
2320
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
2321
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
2322
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
2323
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
2324
|
+
* valid.
|
|
2325
|
+
* @extends {jspb.Message}
|
|
2326
|
+
* @constructor
|
|
2327
|
+
*/
|
|
2328
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial = function(opt_data) {
|
|
2329
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
2330
|
+
};
|
|
2331
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial, jspb.Message);
|
|
2332
|
+
if (goog.DEBUG && !COMPILED) {
|
|
2333
|
+
/**
|
|
2334
|
+
* @public
|
|
2335
|
+
* @override
|
|
2336
|
+
*/
|
|
2337
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial';
|
|
2338
|
+
}
|
|
2316
2339
|
/**
|
|
2317
2340
|
* Generated by JsPbCodeGenerator.
|
|
2318
2341
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -2628,6 +2651,27 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
2628
2651
|
*/
|
|
2629
2652
|
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDiskPartition.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDiskPartition';
|
|
2630
2653
|
}
|
|
2654
|
+
/**
|
|
2655
|
+
* Generated by JsPbCodeGenerator.
|
|
2656
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
2657
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
2658
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
2659
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
2660
|
+
* valid.
|
|
2661
|
+
* @extends {jspb.Message}
|
|
2662
|
+
* @constructor
|
|
2663
|
+
*/
|
|
2664
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy = function(opt_data) {
|
|
2665
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
2666
|
+
};
|
|
2667
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy, jspb.Message);
|
|
2668
|
+
if (goog.DEBUG && !COMPILED) {
|
|
2669
|
+
/**
|
|
2670
|
+
* @public
|
|
2671
|
+
* @override
|
|
2672
|
+
*/
|
|
2673
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy';
|
|
2674
|
+
}
|
|
2631
2675
|
/**
|
|
2632
2676
|
* Generated by JsPbCodeGenerator.
|
|
2633
2677
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -6406,7 +6450,7 @@ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasCloud = function() {
|
|
|
6406
6450
|
* @private {!Array<number>}
|
|
6407
6451
|
* @const
|
|
6408
6452
|
*/
|
|
6409
|
-
proto.com.lansweeper.dp.outbound.v1.Computer.repeatedFields_ = [3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,32,28,29,30,31,102,103,105,107,202,203,205,206,207,210,211,212,302,303,304];
|
|
6453
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.repeatedFields_ = [3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,33,27,32,28,29,30,31,102,103,105,107,202,203,205,206,207,210,211,212,213,302,303,304];
|
|
6410
6454
|
|
|
6411
6455
|
|
|
6412
6456
|
|
|
@@ -6488,6 +6532,8 @@ proto.com.lansweeper.dp.outbound.v1.Computer.toObject = function(includeInstance
|
|
|
6488
6532
|
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedPrinter.toObject, includeInstance),
|
|
6489
6533
|
tapeDriveList: jspb.Message.toObjectList(msg.getTapeDriveList(),
|
|
6490
6534
|
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.toObject, includeInstance),
|
|
6535
|
+
windowsFloppyList: jspb.Message.toObjectList(msg.getWindowsFloppyList(),
|
|
6536
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.toObject, includeInstance),
|
|
6491
6537
|
windowsDesktopList: jspb.Message.toObjectList(msg.getWindowsDesktopList(),
|
|
6492
6538
|
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktop.toObject, includeInstance),
|
|
6493
6539
|
windowsDesktopMonitorList: jspb.Message.toObjectList(msg.getWindowsDesktopMonitorList(),
|
|
@@ -6531,6 +6577,8 @@ proto.com.lansweeper.dp.outbound.v1.Computer.toObject = function(includeInstance
|
|
|
6531
6577
|
proto.com.lansweeper.dp.outbound.v1.NetworkVolume.toObject, includeInstance),
|
|
6532
6578
|
windowsCertList: jspb.Message.toObjectList(msg.getWindowsCertList(),
|
|
6533
6579
|
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCertificate.toObject, includeInstance),
|
|
6580
|
+
windowsSerialList: jspb.Message.toObjectList(msg.getWindowsSerialList(),
|
|
6581
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial.toObject, includeInstance),
|
|
6534
6582
|
lastUser: (f = msg.getLastUser()) && proto.com.lansweeper.dp.outbound.v1.LastUser.toObject(includeInstance, f),
|
|
6535
6583
|
userList: jspb.Message.toObjectList(msg.getUserList(),
|
|
6536
6584
|
proto.com.lansweeper.dp.outbound.v1.UserAccount.toObject, includeInstance),
|
|
@@ -6704,6 +6752,11 @@ proto.com.lansweeper.dp.outbound.v1.Computer.deserializeBinaryFromReader = funct
|
|
|
6704
6752
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.deserializeBinaryFromReader);
|
|
6705
6753
|
msg.addTapeDrive(value);
|
|
6706
6754
|
break;
|
|
6755
|
+
case 33:
|
|
6756
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy;
|
|
6757
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.deserializeBinaryFromReader);
|
|
6758
|
+
msg.addWindowsFloppy(value);
|
|
6759
|
+
break;
|
|
6707
6760
|
case 27:
|
|
6708
6761
|
var value = new proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktop;
|
|
6709
6762
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktop.deserializeBinaryFromReader);
|
|
@@ -6829,6 +6882,11 @@ proto.com.lansweeper.dp.outbound.v1.Computer.deserializeBinaryFromReader = funct
|
|
|
6829
6882
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCertificate.deserializeBinaryFromReader);
|
|
6830
6883
|
msg.addWindowsCert(value);
|
|
6831
6884
|
break;
|
|
6885
|
+
case 213:
|
|
6886
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial;
|
|
6887
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial.deserializeBinaryFromReader);
|
|
6888
|
+
msg.addWindowsSerial(value);
|
|
6889
|
+
break;
|
|
6832
6890
|
case 301:
|
|
6833
6891
|
var value = new proto.com.lansweeper.dp.outbound.v1.LastUser;
|
|
6834
6892
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.LastUser.deserializeBinaryFromReader);
|
|
@@ -7086,6 +7144,14 @@ proto.com.lansweeper.dp.outbound.v1.Computer.serializeBinaryToWriter = function(
|
|
|
7086
7144
|
proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.serializeBinaryToWriter
|
|
7087
7145
|
);
|
|
7088
7146
|
}
|
|
7147
|
+
f = message.getWindowsFloppyList();
|
|
7148
|
+
if (f.length > 0) {
|
|
7149
|
+
writer.writeRepeatedMessage(
|
|
7150
|
+
33,
|
|
7151
|
+
f,
|
|
7152
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.serializeBinaryToWriter
|
|
7153
|
+
);
|
|
7154
|
+
}
|
|
7089
7155
|
f = message.getWindowsDesktopList();
|
|
7090
7156
|
if (f.length > 0) {
|
|
7091
7157
|
writer.writeRepeatedMessage(
|
|
@@ -7286,6 +7352,14 @@ proto.com.lansweeper.dp.outbound.v1.Computer.serializeBinaryToWriter = function(
|
|
|
7286
7352
|
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCertificate.serializeBinaryToWriter
|
|
7287
7353
|
);
|
|
7288
7354
|
}
|
|
7355
|
+
f = message.getWindowsSerialList();
|
|
7356
|
+
if (f.length > 0) {
|
|
7357
|
+
writer.writeRepeatedMessage(
|
|
7358
|
+
213,
|
|
7359
|
+
f,
|
|
7360
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial.serializeBinaryToWriter
|
|
7361
|
+
);
|
|
7362
|
+
}
|
|
7289
7363
|
f = message.getLastUser();
|
|
7290
7364
|
if (f != null) {
|
|
7291
7365
|
writer.writeMessage(
|
|
@@ -8306,6 +8380,44 @@ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearTapeDriveList = func
|
|
|
8306
8380
|
};
|
|
8307
8381
|
|
|
8308
8382
|
|
|
8383
|
+
/**
|
|
8384
|
+
* repeated ComputerWindowsFloppy windows_floppy = 33;
|
|
8385
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy>}
|
|
8386
|
+
*/
|
|
8387
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.getWindowsFloppyList = function() {
|
|
8388
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy>} */ (
|
|
8389
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy, 33));
|
|
8390
|
+
};
|
|
8391
|
+
|
|
8392
|
+
|
|
8393
|
+
/**
|
|
8394
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy>} value
|
|
8395
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
|
|
8396
|
+
*/
|
|
8397
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.setWindowsFloppyList = function(value) {
|
|
8398
|
+
return jspb.Message.setRepeatedWrapperField(this, 33, value);
|
|
8399
|
+
};
|
|
8400
|
+
|
|
8401
|
+
|
|
8402
|
+
/**
|
|
8403
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy=} opt_value
|
|
8404
|
+
* @param {number=} opt_index
|
|
8405
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy}
|
|
8406
|
+
*/
|
|
8407
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.addWindowsFloppy = function(opt_value, opt_index) {
|
|
8408
|
+
return jspb.Message.addToRepeatedWrapperField(this, 33, opt_value, proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy, opt_index);
|
|
8409
|
+
};
|
|
8410
|
+
|
|
8411
|
+
|
|
8412
|
+
/**
|
|
8413
|
+
* Clears the list making it empty but non-null.
|
|
8414
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
|
|
8415
|
+
*/
|
|
8416
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearWindowsFloppyList = function() {
|
|
8417
|
+
return this.setWindowsFloppyList([]);
|
|
8418
|
+
};
|
|
8419
|
+
|
|
8420
|
+
|
|
8309
8421
|
/**
|
|
8310
8422
|
* repeated ComputerWindowsDesktop windows_desktop = 27;
|
|
8311
8423
|
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktop>}
|
|
@@ -9249,6 +9361,44 @@ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearWindowsCertList = fu
|
|
|
9249
9361
|
};
|
|
9250
9362
|
|
|
9251
9363
|
|
|
9364
|
+
/**
|
|
9365
|
+
* repeated ComputerWindowsSerial windows_serial = 213;
|
|
9366
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial>}
|
|
9367
|
+
*/
|
|
9368
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.getWindowsSerialList = function() {
|
|
9369
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial>} */ (
|
|
9370
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial, 213));
|
|
9371
|
+
};
|
|
9372
|
+
|
|
9373
|
+
|
|
9374
|
+
/**
|
|
9375
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial>} value
|
|
9376
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
|
|
9377
|
+
*/
|
|
9378
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.setWindowsSerialList = function(value) {
|
|
9379
|
+
return jspb.Message.setRepeatedWrapperField(this, 213, value);
|
|
9380
|
+
};
|
|
9381
|
+
|
|
9382
|
+
|
|
9383
|
+
/**
|
|
9384
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial=} opt_value
|
|
9385
|
+
* @param {number=} opt_index
|
|
9386
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial}
|
|
9387
|
+
*/
|
|
9388
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.addWindowsSerial = function(opt_value, opt_index) {
|
|
9389
|
+
return jspb.Message.addToRepeatedWrapperField(this, 213, opt_value, proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial, opt_index);
|
|
9390
|
+
};
|
|
9391
|
+
|
|
9392
|
+
|
|
9393
|
+
/**
|
|
9394
|
+
* Clears the list making it empty but non-null.
|
|
9395
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
|
|
9396
|
+
*/
|
|
9397
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearWindowsSerialList = function() {
|
|
9398
|
+
return this.setWindowsSerialList([]);
|
|
9399
|
+
};
|
|
9400
|
+
|
|
9401
|
+
|
|
9252
9402
|
/**
|
|
9253
9403
|
* optional LastUser last_user = 301;
|
|
9254
9404
|
* @return {?proto.com.lansweeper.dp.outbound.v1.LastUser}
|
|
@@ -58101,6 +58251,250 @@ proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.prototype.hasPadd
|
|
|
58101
58251
|
|
|
58102
58252
|
|
|
58103
58253
|
|
|
58254
|
+
|
|
58255
|
+
|
|
58256
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
58257
|
+
/**
|
|
58258
|
+
* Creates an object representation of this proto.
|
|
58259
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
58260
|
+
* Optional fields that are not set will be set to undefined.
|
|
58261
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
58262
|
+
* For the list of reserved names please see:
|
|
58263
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
58264
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
58265
|
+
* JSPB instance for transitional soy proto support:
|
|
58266
|
+
* http://goto/soy-param-migration
|
|
58267
|
+
* @return {!Object}
|
|
58268
|
+
*/
|
|
58269
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial.prototype.toObject = function(opt_includeInstance) {
|
|
58270
|
+
return proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial.toObject(opt_includeInstance, this);
|
|
58271
|
+
};
|
|
58272
|
+
|
|
58273
|
+
|
|
58274
|
+
/**
|
|
58275
|
+
* Static version of the {@see toObject} method.
|
|
58276
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
58277
|
+
* the JSPB instance for transitional soy proto support:
|
|
58278
|
+
* http://goto/soy-param-migration
|
|
58279
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial} msg The msg instance to transform.
|
|
58280
|
+
* @return {!Object}
|
|
58281
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
58282
|
+
*/
|
|
58283
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial.toObject = function(includeInstance, msg) {
|
|
58284
|
+
var f, obj = {
|
|
58285
|
+
productName: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
58286
|
+
productId: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
58287
|
+
productSerial: jspb.Message.getFieldWithDefault(msg, 3, "")
|
|
58288
|
+
};
|
|
58289
|
+
|
|
58290
|
+
if (includeInstance) {
|
|
58291
|
+
obj.$jspbMessageInstance = msg;
|
|
58292
|
+
}
|
|
58293
|
+
return obj;
|
|
58294
|
+
};
|
|
58295
|
+
}
|
|
58296
|
+
|
|
58297
|
+
|
|
58298
|
+
/**
|
|
58299
|
+
* Deserializes binary data (in protobuf wire format).
|
|
58300
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
58301
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial}
|
|
58302
|
+
*/
|
|
58303
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial.deserializeBinary = function(bytes) {
|
|
58304
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
58305
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial;
|
|
58306
|
+
return proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial.deserializeBinaryFromReader(msg, reader);
|
|
58307
|
+
};
|
|
58308
|
+
|
|
58309
|
+
|
|
58310
|
+
/**
|
|
58311
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
58312
|
+
* given reader into the given message object.
|
|
58313
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial} msg The message object to deserialize into.
|
|
58314
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
58315
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial}
|
|
58316
|
+
*/
|
|
58317
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial.deserializeBinaryFromReader = function(msg, reader) {
|
|
58318
|
+
while (reader.nextField()) {
|
|
58319
|
+
if (reader.isEndGroup()) {
|
|
58320
|
+
break;
|
|
58321
|
+
}
|
|
58322
|
+
var field = reader.getFieldNumber();
|
|
58323
|
+
switch (field) {
|
|
58324
|
+
case 1:
|
|
58325
|
+
var value = /** @type {string} */ (reader.readString());
|
|
58326
|
+
msg.setProductName(value);
|
|
58327
|
+
break;
|
|
58328
|
+
case 2:
|
|
58329
|
+
var value = /** @type {string} */ (reader.readString());
|
|
58330
|
+
msg.setProductId(value);
|
|
58331
|
+
break;
|
|
58332
|
+
case 3:
|
|
58333
|
+
var value = /** @type {string} */ (reader.readString());
|
|
58334
|
+
msg.setProductSerial(value);
|
|
58335
|
+
break;
|
|
58336
|
+
default:
|
|
58337
|
+
reader.skipField();
|
|
58338
|
+
break;
|
|
58339
|
+
}
|
|
58340
|
+
}
|
|
58341
|
+
return msg;
|
|
58342
|
+
};
|
|
58343
|
+
|
|
58344
|
+
|
|
58345
|
+
/**
|
|
58346
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
58347
|
+
* @return {!Uint8Array}
|
|
58348
|
+
*/
|
|
58349
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial.prototype.serializeBinary = function() {
|
|
58350
|
+
var writer = new jspb.BinaryWriter();
|
|
58351
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial.serializeBinaryToWriter(this, writer);
|
|
58352
|
+
return writer.getResultBuffer();
|
|
58353
|
+
};
|
|
58354
|
+
|
|
58355
|
+
|
|
58356
|
+
/**
|
|
58357
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
58358
|
+
* format), writing to the given BinaryWriter.
|
|
58359
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial} message
|
|
58360
|
+
* @param {!jspb.BinaryWriter} writer
|
|
58361
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
58362
|
+
*/
|
|
58363
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial.serializeBinaryToWriter = function(message, writer) {
|
|
58364
|
+
var f = undefined;
|
|
58365
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 1));
|
|
58366
|
+
if (f != null) {
|
|
58367
|
+
writer.writeString(
|
|
58368
|
+
1,
|
|
58369
|
+
f
|
|
58370
|
+
);
|
|
58371
|
+
}
|
|
58372
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 2));
|
|
58373
|
+
if (f != null) {
|
|
58374
|
+
writer.writeString(
|
|
58375
|
+
2,
|
|
58376
|
+
f
|
|
58377
|
+
);
|
|
58378
|
+
}
|
|
58379
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 3));
|
|
58380
|
+
if (f != null) {
|
|
58381
|
+
writer.writeString(
|
|
58382
|
+
3,
|
|
58383
|
+
f
|
|
58384
|
+
);
|
|
58385
|
+
}
|
|
58386
|
+
};
|
|
58387
|
+
|
|
58388
|
+
|
|
58389
|
+
/**
|
|
58390
|
+
* optional string product_name = 1;
|
|
58391
|
+
* @return {string}
|
|
58392
|
+
*/
|
|
58393
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial.prototype.getProductName = function() {
|
|
58394
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
58395
|
+
};
|
|
58396
|
+
|
|
58397
|
+
|
|
58398
|
+
/**
|
|
58399
|
+
* @param {string} value
|
|
58400
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial} returns this
|
|
58401
|
+
*/
|
|
58402
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial.prototype.setProductName = function(value) {
|
|
58403
|
+
return jspb.Message.setField(this, 1, value);
|
|
58404
|
+
};
|
|
58405
|
+
|
|
58406
|
+
|
|
58407
|
+
/**
|
|
58408
|
+
* Clears the field making it undefined.
|
|
58409
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial} returns this
|
|
58410
|
+
*/
|
|
58411
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial.prototype.clearProductName = function() {
|
|
58412
|
+
return jspb.Message.setField(this, 1, undefined);
|
|
58413
|
+
};
|
|
58414
|
+
|
|
58415
|
+
|
|
58416
|
+
/**
|
|
58417
|
+
* Returns whether this field is set.
|
|
58418
|
+
* @return {boolean}
|
|
58419
|
+
*/
|
|
58420
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial.prototype.hasProductName = function() {
|
|
58421
|
+
return jspb.Message.getField(this, 1) != null;
|
|
58422
|
+
};
|
|
58423
|
+
|
|
58424
|
+
|
|
58425
|
+
/**
|
|
58426
|
+
* optional string product_id = 2;
|
|
58427
|
+
* @return {string}
|
|
58428
|
+
*/
|
|
58429
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial.prototype.getProductId = function() {
|
|
58430
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
58431
|
+
};
|
|
58432
|
+
|
|
58433
|
+
|
|
58434
|
+
/**
|
|
58435
|
+
* @param {string} value
|
|
58436
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial} returns this
|
|
58437
|
+
*/
|
|
58438
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial.prototype.setProductId = function(value) {
|
|
58439
|
+
return jspb.Message.setField(this, 2, value);
|
|
58440
|
+
};
|
|
58441
|
+
|
|
58442
|
+
|
|
58443
|
+
/**
|
|
58444
|
+
* Clears the field making it undefined.
|
|
58445
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial} returns this
|
|
58446
|
+
*/
|
|
58447
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial.prototype.clearProductId = function() {
|
|
58448
|
+
return jspb.Message.setField(this, 2, undefined);
|
|
58449
|
+
};
|
|
58450
|
+
|
|
58451
|
+
|
|
58452
|
+
/**
|
|
58453
|
+
* Returns whether this field is set.
|
|
58454
|
+
* @return {boolean}
|
|
58455
|
+
*/
|
|
58456
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial.prototype.hasProductId = function() {
|
|
58457
|
+
return jspb.Message.getField(this, 2) != null;
|
|
58458
|
+
};
|
|
58459
|
+
|
|
58460
|
+
|
|
58461
|
+
/**
|
|
58462
|
+
* optional string product_serial = 3;
|
|
58463
|
+
* @return {string}
|
|
58464
|
+
*/
|
|
58465
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial.prototype.getProductSerial = function() {
|
|
58466
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
58467
|
+
};
|
|
58468
|
+
|
|
58469
|
+
|
|
58470
|
+
/**
|
|
58471
|
+
* @param {string} value
|
|
58472
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial} returns this
|
|
58473
|
+
*/
|
|
58474
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial.prototype.setProductSerial = function(value) {
|
|
58475
|
+
return jspb.Message.setField(this, 3, value);
|
|
58476
|
+
};
|
|
58477
|
+
|
|
58478
|
+
|
|
58479
|
+
/**
|
|
58480
|
+
* Clears the field making it undefined.
|
|
58481
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial} returns this
|
|
58482
|
+
*/
|
|
58483
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial.prototype.clearProductSerial = function() {
|
|
58484
|
+
return jspb.Message.setField(this, 3, undefined);
|
|
58485
|
+
};
|
|
58486
|
+
|
|
58487
|
+
|
|
58488
|
+
/**
|
|
58489
|
+
* Returns whether this field is set.
|
|
58490
|
+
* @return {boolean}
|
|
58491
|
+
*/
|
|
58492
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial.prototype.hasProductSerial = function() {
|
|
58493
|
+
return jspb.Message.getField(this, 3) != null;
|
|
58494
|
+
};
|
|
58495
|
+
|
|
58496
|
+
|
|
58497
|
+
|
|
58104
58498
|
/**
|
|
58105
58499
|
* List of repeated fields within this message type.
|
|
58106
58500
|
* @private {!Array<number>}
|
|
@@ -65348,6 +65742,1018 @@ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDiskPartition.prototype.hasTy
|
|
|
65348
65742
|
|
|
65349
65743
|
|
|
65350
65744
|
|
|
65745
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
65746
|
+
/**
|
|
65747
|
+
* Creates an object representation of this proto.
|
|
65748
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
65749
|
+
* Optional fields that are not set will be set to undefined.
|
|
65750
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
65751
|
+
* For the list of reserved names please see:
|
|
65752
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
65753
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
65754
|
+
* JSPB instance for transitional soy proto support:
|
|
65755
|
+
* http://goto/soy-param-migration
|
|
65756
|
+
* @return {!Object}
|
|
65757
|
+
*/
|
|
65758
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.toObject = function(opt_includeInstance) {
|
|
65759
|
+
return proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.toObject(opt_includeInstance, this);
|
|
65760
|
+
};
|
|
65761
|
+
|
|
65762
|
+
|
|
65763
|
+
/**
|
|
65764
|
+
* Static version of the {@see toObject} method.
|
|
65765
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
65766
|
+
* the JSPB instance for transitional soy proto support:
|
|
65767
|
+
* http://goto/soy-param-migration
|
|
65768
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} msg The msg instance to transform.
|
|
65769
|
+
* @return {!Object}
|
|
65770
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
65771
|
+
*/
|
|
65772
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.toObject = function(includeInstance, msg) {
|
|
65773
|
+
var f, obj = {
|
|
65774
|
+
bytesPerSector: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
65775
|
+
description: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
65776
|
+
interfaceType: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
65777
|
+
manufacturer: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
65778
|
+
model: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
65779
|
+
name: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
65780
|
+
partitions: jspb.Message.getFieldWithDefault(msg, 8, 0),
|
|
65781
|
+
pnpDeviceId: jspb.Message.getFieldWithDefault(msg, 9, ""),
|
|
65782
|
+
sectorsPerTrack: jspb.Message.getFieldWithDefault(msg, 10, 0),
|
|
65783
|
+
size: jspb.Message.getFieldWithDefault(msg, 11, 0),
|
|
65784
|
+
totalCylinders: jspb.Message.getFieldWithDefault(msg, 12, 0),
|
|
65785
|
+
totalHeads: jspb.Message.getFieldWithDefault(msg, 13, 0),
|
|
65786
|
+
totalSectors: jspb.Message.getFieldWithDefault(msg, 14, 0),
|
|
65787
|
+
totalTracks: jspb.Message.getFieldWithDefault(msg, 15, 0),
|
|
65788
|
+
tracksPerCylinder: jspb.Message.getFieldWithDefault(msg, 16, 0),
|
|
65789
|
+
deviceId: jspb.Message.getFieldWithDefault(msg, 17, ""),
|
|
65790
|
+
status: jspb.Message.getFieldWithDefault(msg, 18, ""),
|
|
65791
|
+
firmwareRevision: jspb.Message.getFieldWithDefault(msg, 19, ""),
|
|
65792
|
+
serialNumber: jspb.Message.getFieldWithDefault(msg, 20, "")
|
|
65793
|
+
};
|
|
65794
|
+
|
|
65795
|
+
if (includeInstance) {
|
|
65796
|
+
obj.$jspbMessageInstance = msg;
|
|
65797
|
+
}
|
|
65798
|
+
return obj;
|
|
65799
|
+
};
|
|
65800
|
+
}
|
|
65801
|
+
|
|
65802
|
+
|
|
65803
|
+
/**
|
|
65804
|
+
* Deserializes binary data (in protobuf wire format).
|
|
65805
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
65806
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy}
|
|
65807
|
+
*/
|
|
65808
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.deserializeBinary = function(bytes) {
|
|
65809
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
65810
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy;
|
|
65811
|
+
return proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.deserializeBinaryFromReader(msg, reader);
|
|
65812
|
+
};
|
|
65813
|
+
|
|
65814
|
+
|
|
65815
|
+
/**
|
|
65816
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
65817
|
+
* given reader into the given message object.
|
|
65818
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} msg The message object to deserialize into.
|
|
65819
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
65820
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy}
|
|
65821
|
+
*/
|
|
65822
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.deserializeBinaryFromReader = function(msg, reader) {
|
|
65823
|
+
while (reader.nextField()) {
|
|
65824
|
+
if (reader.isEndGroup()) {
|
|
65825
|
+
break;
|
|
65826
|
+
}
|
|
65827
|
+
var field = reader.getFieldNumber();
|
|
65828
|
+
switch (field) {
|
|
65829
|
+
case 2:
|
|
65830
|
+
var value = /** @type {number} */ (reader.readUint32());
|
|
65831
|
+
msg.setBytesPerSector(value);
|
|
65832
|
+
break;
|
|
65833
|
+
case 3:
|
|
65834
|
+
var value = /** @type {string} */ (reader.readString());
|
|
65835
|
+
msg.setDescription(value);
|
|
65836
|
+
break;
|
|
65837
|
+
case 4:
|
|
65838
|
+
var value = /** @type {string} */ (reader.readString());
|
|
65839
|
+
msg.setInterfaceType(value);
|
|
65840
|
+
break;
|
|
65841
|
+
case 5:
|
|
65842
|
+
var value = /** @type {string} */ (reader.readString());
|
|
65843
|
+
msg.setManufacturer(value);
|
|
65844
|
+
break;
|
|
65845
|
+
case 6:
|
|
65846
|
+
var value = /** @type {string} */ (reader.readString());
|
|
65847
|
+
msg.setModel(value);
|
|
65848
|
+
break;
|
|
65849
|
+
case 7:
|
|
65850
|
+
var value = /** @type {string} */ (reader.readString());
|
|
65851
|
+
msg.setName(value);
|
|
65852
|
+
break;
|
|
65853
|
+
case 8:
|
|
65854
|
+
var value = /** @type {number} */ (reader.readUint32());
|
|
65855
|
+
msg.setPartitions(value);
|
|
65856
|
+
break;
|
|
65857
|
+
case 9:
|
|
65858
|
+
var value = /** @type {string} */ (reader.readString());
|
|
65859
|
+
msg.setPnpDeviceId(value);
|
|
65860
|
+
break;
|
|
65861
|
+
case 10:
|
|
65862
|
+
var value = /** @type {number} */ (reader.readUint32());
|
|
65863
|
+
msg.setSectorsPerTrack(value);
|
|
65864
|
+
break;
|
|
65865
|
+
case 11:
|
|
65866
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
65867
|
+
msg.setSize(value);
|
|
65868
|
+
break;
|
|
65869
|
+
case 12:
|
|
65870
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
65871
|
+
msg.setTotalCylinders(value);
|
|
65872
|
+
break;
|
|
65873
|
+
case 13:
|
|
65874
|
+
var value = /** @type {number} */ (reader.readUint32());
|
|
65875
|
+
msg.setTotalHeads(value);
|
|
65876
|
+
break;
|
|
65877
|
+
case 14:
|
|
65878
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
65879
|
+
msg.setTotalSectors(value);
|
|
65880
|
+
break;
|
|
65881
|
+
case 15:
|
|
65882
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
65883
|
+
msg.setTotalTracks(value);
|
|
65884
|
+
break;
|
|
65885
|
+
case 16:
|
|
65886
|
+
var value = /** @type {number} */ (reader.readUint32());
|
|
65887
|
+
msg.setTracksPerCylinder(value);
|
|
65888
|
+
break;
|
|
65889
|
+
case 17:
|
|
65890
|
+
var value = /** @type {string} */ (reader.readString());
|
|
65891
|
+
msg.setDeviceId(value);
|
|
65892
|
+
break;
|
|
65893
|
+
case 18:
|
|
65894
|
+
var value = /** @type {string} */ (reader.readString());
|
|
65895
|
+
msg.setStatus(value);
|
|
65896
|
+
break;
|
|
65897
|
+
case 19:
|
|
65898
|
+
var value = /** @type {string} */ (reader.readString());
|
|
65899
|
+
msg.setFirmwareRevision(value);
|
|
65900
|
+
break;
|
|
65901
|
+
case 20:
|
|
65902
|
+
var value = /** @type {string} */ (reader.readString());
|
|
65903
|
+
msg.setSerialNumber(value);
|
|
65904
|
+
break;
|
|
65905
|
+
default:
|
|
65906
|
+
reader.skipField();
|
|
65907
|
+
break;
|
|
65908
|
+
}
|
|
65909
|
+
}
|
|
65910
|
+
return msg;
|
|
65911
|
+
};
|
|
65912
|
+
|
|
65913
|
+
|
|
65914
|
+
/**
|
|
65915
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
65916
|
+
* @return {!Uint8Array}
|
|
65917
|
+
*/
|
|
65918
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.serializeBinary = function() {
|
|
65919
|
+
var writer = new jspb.BinaryWriter();
|
|
65920
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.serializeBinaryToWriter(this, writer);
|
|
65921
|
+
return writer.getResultBuffer();
|
|
65922
|
+
};
|
|
65923
|
+
|
|
65924
|
+
|
|
65925
|
+
/**
|
|
65926
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
65927
|
+
* format), writing to the given BinaryWriter.
|
|
65928
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} message
|
|
65929
|
+
* @param {!jspb.BinaryWriter} writer
|
|
65930
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
65931
|
+
*/
|
|
65932
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.serializeBinaryToWriter = function(message, writer) {
|
|
65933
|
+
var f = undefined;
|
|
65934
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 2));
|
|
65935
|
+
if (f != null) {
|
|
65936
|
+
writer.writeUint32(
|
|
65937
|
+
2,
|
|
65938
|
+
f
|
|
65939
|
+
);
|
|
65940
|
+
}
|
|
65941
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 3));
|
|
65942
|
+
if (f != null) {
|
|
65943
|
+
writer.writeString(
|
|
65944
|
+
3,
|
|
65945
|
+
f
|
|
65946
|
+
);
|
|
65947
|
+
}
|
|
65948
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 4));
|
|
65949
|
+
if (f != null) {
|
|
65950
|
+
writer.writeString(
|
|
65951
|
+
4,
|
|
65952
|
+
f
|
|
65953
|
+
);
|
|
65954
|
+
}
|
|
65955
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 5));
|
|
65956
|
+
if (f != null) {
|
|
65957
|
+
writer.writeString(
|
|
65958
|
+
5,
|
|
65959
|
+
f
|
|
65960
|
+
);
|
|
65961
|
+
}
|
|
65962
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 6));
|
|
65963
|
+
if (f != null) {
|
|
65964
|
+
writer.writeString(
|
|
65965
|
+
6,
|
|
65966
|
+
f
|
|
65967
|
+
);
|
|
65968
|
+
}
|
|
65969
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 7));
|
|
65970
|
+
if (f != null) {
|
|
65971
|
+
writer.writeString(
|
|
65972
|
+
7,
|
|
65973
|
+
f
|
|
65974
|
+
);
|
|
65975
|
+
}
|
|
65976
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 8));
|
|
65977
|
+
if (f != null) {
|
|
65978
|
+
writer.writeUint32(
|
|
65979
|
+
8,
|
|
65980
|
+
f
|
|
65981
|
+
);
|
|
65982
|
+
}
|
|
65983
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 9));
|
|
65984
|
+
if (f != null) {
|
|
65985
|
+
writer.writeString(
|
|
65986
|
+
9,
|
|
65987
|
+
f
|
|
65988
|
+
);
|
|
65989
|
+
}
|
|
65990
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 10));
|
|
65991
|
+
if (f != null) {
|
|
65992
|
+
writer.writeUint32(
|
|
65993
|
+
10,
|
|
65994
|
+
f
|
|
65995
|
+
);
|
|
65996
|
+
}
|
|
65997
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 11));
|
|
65998
|
+
if (f != null) {
|
|
65999
|
+
writer.writeInt64(
|
|
66000
|
+
11,
|
|
66001
|
+
f
|
|
66002
|
+
);
|
|
66003
|
+
}
|
|
66004
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 12));
|
|
66005
|
+
if (f != null) {
|
|
66006
|
+
writer.writeInt64(
|
|
66007
|
+
12,
|
|
66008
|
+
f
|
|
66009
|
+
);
|
|
66010
|
+
}
|
|
66011
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 13));
|
|
66012
|
+
if (f != null) {
|
|
66013
|
+
writer.writeUint32(
|
|
66014
|
+
13,
|
|
66015
|
+
f
|
|
66016
|
+
);
|
|
66017
|
+
}
|
|
66018
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 14));
|
|
66019
|
+
if (f != null) {
|
|
66020
|
+
writer.writeInt64(
|
|
66021
|
+
14,
|
|
66022
|
+
f
|
|
66023
|
+
);
|
|
66024
|
+
}
|
|
66025
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 15));
|
|
66026
|
+
if (f != null) {
|
|
66027
|
+
writer.writeInt64(
|
|
66028
|
+
15,
|
|
66029
|
+
f
|
|
66030
|
+
);
|
|
66031
|
+
}
|
|
66032
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 16));
|
|
66033
|
+
if (f != null) {
|
|
66034
|
+
writer.writeUint32(
|
|
66035
|
+
16,
|
|
66036
|
+
f
|
|
66037
|
+
);
|
|
66038
|
+
}
|
|
66039
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 17));
|
|
66040
|
+
if (f != null) {
|
|
66041
|
+
writer.writeString(
|
|
66042
|
+
17,
|
|
66043
|
+
f
|
|
66044
|
+
);
|
|
66045
|
+
}
|
|
66046
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 18));
|
|
66047
|
+
if (f != null) {
|
|
66048
|
+
writer.writeString(
|
|
66049
|
+
18,
|
|
66050
|
+
f
|
|
66051
|
+
);
|
|
66052
|
+
}
|
|
66053
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 19));
|
|
66054
|
+
if (f != null) {
|
|
66055
|
+
writer.writeString(
|
|
66056
|
+
19,
|
|
66057
|
+
f
|
|
66058
|
+
);
|
|
66059
|
+
}
|
|
66060
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 20));
|
|
66061
|
+
if (f != null) {
|
|
66062
|
+
writer.writeString(
|
|
66063
|
+
20,
|
|
66064
|
+
f
|
|
66065
|
+
);
|
|
66066
|
+
}
|
|
66067
|
+
};
|
|
66068
|
+
|
|
66069
|
+
|
|
66070
|
+
/**
|
|
66071
|
+
* optional uint32 bytes_per_sector = 2;
|
|
66072
|
+
* @return {number}
|
|
66073
|
+
*/
|
|
66074
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.getBytesPerSector = function() {
|
|
66075
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
|
|
66076
|
+
};
|
|
66077
|
+
|
|
66078
|
+
|
|
66079
|
+
/**
|
|
66080
|
+
* @param {number} value
|
|
66081
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66082
|
+
*/
|
|
66083
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.setBytesPerSector = function(value) {
|
|
66084
|
+
return jspb.Message.setField(this, 2, value);
|
|
66085
|
+
};
|
|
66086
|
+
|
|
66087
|
+
|
|
66088
|
+
/**
|
|
66089
|
+
* Clears the field making it undefined.
|
|
66090
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66091
|
+
*/
|
|
66092
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.clearBytesPerSector = function() {
|
|
66093
|
+
return jspb.Message.setField(this, 2, undefined);
|
|
66094
|
+
};
|
|
66095
|
+
|
|
66096
|
+
|
|
66097
|
+
/**
|
|
66098
|
+
* Returns whether this field is set.
|
|
66099
|
+
* @return {boolean}
|
|
66100
|
+
*/
|
|
66101
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.hasBytesPerSector = function() {
|
|
66102
|
+
return jspb.Message.getField(this, 2) != null;
|
|
66103
|
+
};
|
|
66104
|
+
|
|
66105
|
+
|
|
66106
|
+
/**
|
|
66107
|
+
* optional string description = 3;
|
|
66108
|
+
* @return {string}
|
|
66109
|
+
*/
|
|
66110
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.getDescription = function() {
|
|
66111
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
66112
|
+
};
|
|
66113
|
+
|
|
66114
|
+
|
|
66115
|
+
/**
|
|
66116
|
+
* @param {string} value
|
|
66117
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66118
|
+
*/
|
|
66119
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.setDescription = function(value) {
|
|
66120
|
+
return jspb.Message.setField(this, 3, value);
|
|
66121
|
+
};
|
|
66122
|
+
|
|
66123
|
+
|
|
66124
|
+
/**
|
|
66125
|
+
* Clears the field making it undefined.
|
|
66126
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66127
|
+
*/
|
|
66128
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.clearDescription = function() {
|
|
66129
|
+
return jspb.Message.setField(this, 3, undefined);
|
|
66130
|
+
};
|
|
66131
|
+
|
|
66132
|
+
|
|
66133
|
+
/**
|
|
66134
|
+
* Returns whether this field is set.
|
|
66135
|
+
* @return {boolean}
|
|
66136
|
+
*/
|
|
66137
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.hasDescription = function() {
|
|
66138
|
+
return jspb.Message.getField(this, 3) != null;
|
|
66139
|
+
};
|
|
66140
|
+
|
|
66141
|
+
|
|
66142
|
+
/**
|
|
66143
|
+
* optional string interface_type = 4;
|
|
66144
|
+
* @return {string}
|
|
66145
|
+
*/
|
|
66146
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.getInterfaceType = function() {
|
|
66147
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
66148
|
+
};
|
|
66149
|
+
|
|
66150
|
+
|
|
66151
|
+
/**
|
|
66152
|
+
* @param {string} value
|
|
66153
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66154
|
+
*/
|
|
66155
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.setInterfaceType = function(value) {
|
|
66156
|
+
return jspb.Message.setField(this, 4, value);
|
|
66157
|
+
};
|
|
66158
|
+
|
|
66159
|
+
|
|
66160
|
+
/**
|
|
66161
|
+
* Clears the field making it undefined.
|
|
66162
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66163
|
+
*/
|
|
66164
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.clearInterfaceType = function() {
|
|
66165
|
+
return jspb.Message.setField(this, 4, undefined);
|
|
66166
|
+
};
|
|
66167
|
+
|
|
66168
|
+
|
|
66169
|
+
/**
|
|
66170
|
+
* Returns whether this field is set.
|
|
66171
|
+
* @return {boolean}
|
|
66172
|
+
*/
|
|
66173
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.hasInterfaceType = function() {
|
|
66174
|
+
return jspb.Message.getField(this, 4) != null;
|
|
66175
|
+
};
|
|
66176
|
+
|
|
66177
|
+
|
|
66178
|
+
/**
|
|
66179
|
+
* optional string manufacturer = 5;
|
|
66180
|
+
* @return {string}
|
|
66181
|
+
*/
|
|
66182
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.getManufacturer = function() {
|
|
66183
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
66184
|
+
};
|
|
66185
|
+
|
|
66186
|
+
|
|
66187
|
+
/**
|
|
66188
|
+
* @param {string} value
|
|
66189
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66190
|
+
*/
|
|
66191
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.setManufacturer = function(value) {
|
|
66192
|
+
return jspb.Message.setField(this, 5, value);
|
|
66193
|
+
};
|
|
66194
|
+
|
|
66195
|
+
|
|
66196
|
+
/**
|
|
66197
|
+
* Clears the field making it undefined.
|
|
66198
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66199
|
+
*/
|
|
66200
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.clearManufacturer = function() {
|
|
66201
|
+
return jspb.Message.setField(this, 5, undefined);
|
|
66202
|
+
};
|
|
66203
|
+
|
|
66204
|
+
|
|
66205
|
+
/**
|
|
66206
|
+
* Returns whether this field is set.
|
|
66207
|
+
* @return {boolean}
|
|
66208
|
+
*/
|
|
66209
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.hasManufacturer = function() {
|
|
66210
|
+
return jspb.Message.getField(this, 5) != null;
|
|
66211
|
+
};
|
|
66212
|
+
|
|
66213
|
+
|
|
66214
|
+
/**
|
|
66215
|
+
* optional string model = 6;
|
|
66216
|
+
* @return {string}
|
|
66217
|
+
*/
|
|
66218
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.getModel = function() {
|
|
66219
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
|
|
66220
|
+
};
|
|
66221
|
+
|
|
66222
|
+
|
|
66223
|
+
/**
|
|
66224
|
+
* @param {string} value
|
|
66225
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66226
|
+
*/
|
|
66227
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.setModel = function(value) {
|
|
66228
|
+
return jspb.Message.setField(this, 6, value);
|
|
66229
|
+
};
|
|
66230
|
+
|
|
66231
|
+
|
|
66232
|
+
/**
|
|
66233
|
+
* Clears the field making it undefined.
|
|
66234
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66235
|
+
*/
|
|
66236
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.clearModel = function() {
|
|
66237
|
+
return jspb.Message.setField(this, 6, undefined);
|
|
66238
|
+
};
|
|
66239
|
+
|
|
66240
|
+
|
|
66241
|
+
/**
|
|
66242
|
+
* Returns whether this field is set.
|
|
66243
|
+
* @return {boolean}
|
|
66244
|
+
*/
|
|
66245
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.hasModel = function() {
|
|
66246
|
+
return jspb.Message.getField(this, 6) != null;
|
|
66247
|
+
};
|
|
66248
|
+
|
|
66249
|
+
|
|
66250
|
+
/**
|
|
66251
|
+
* optional string name = 7;
|
|
66252
|
+
* @return {string}
|
|
66253
|
+
*/
|
|
66254
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.getName = function() {
|
|
66255
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
|
|
66256
|
+
};
|
|
66257
|
+
|
|
66258
|
+
|
|
66259
|
+
/**
|
|
66260
|
+
* @param {string} value
|
|
66261
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66262
|
+
*/
|
|
66263
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.setName = function(value) {
|
|
66264
|
+
return jspb.Message.setField(this, 7, value);
|
|
66265
|
+
};
|
|
66266
|
+
|
|
66267
|
+
|
|
66268
|
+
/**
|
|
66269
|
+
* Clears the field making it undefined.
|
|
66270
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66271
|
+
*/
|
|
66272
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.clearName = function() {
|
|
66273
|
+
return jspb.Message.setField(this, 7, undefined);
|
|
66274
|
+
};
|
|
66275
|
+
|
|
66276
|
+
|
|
66277
|
+
/**
|
|
66278
|
+
* Returns whether this field is set.
|
|
66279
|
+
* @return {boolean}
|
|
66280
|
+
*/
|
|
66281
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.hasName = function() {
|
|
66282
|
+
return jspb.Message.getField(this, 7) != null;
|
|
66283
|
+
};
|
|
66284
|
+
|
|
66285
|
+
|
|
66286
|
+
/**
|
|
66287
|
+
* optional uint32 partitions = 8;
|
|
66288
|
+
* @return {number}
|
|
66289
|
+
*/
|
|
66290
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.getPartitions = function() {
|
|
66291
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 8, 0));
|
|
66292
|
+
};
|
|
66293
|
+
|
|
66294
|
+
|
|
66295
|
+
/**
|
|
66296
|
+
* @param {number} value
|
|
66297
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66298
|
+
*/
|
|
66299
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.setPartitions = function(value) {
|
|
66300
|
+
return jspb.Message.setField(this, 8, value);
|
|
66301
|
+
};
|
|
66302
|
+
|
|
66303
|
+
|
|
66304
|
+
/**
|
|
66305
|
+
* Clears the field making it undefined.
|
|
66306
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66307
|
+
*/
|
|
66308
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.clearPartitions = function() {
|
|
66309
|
+
return jspb.Message.setField(this, 8, undefined);
|
|
66310
|
+
};
|
|
66311
|
+
|
|
66312
|
+
|
|
66313
|
+
/**
|
|
66314
|
+
* Returns whether this field is set.
|
|
66315
|
+
* @return {boolean}
|
|
66316
|
+
*/
|
|
66317
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.hasPartitions = function() {
|
|
66318
|
+
return jspb.Message.getField(this, 8) != null;
|
|
66319
|
+
};
|
|
66320
|
+
|
|
66321
|
+
|
|
66322
|
+
/**
|
|
66323
|
+
* optional string pnp_device_id = 9;
|
|
66324
|
+
* @return {string}
|
|
66325
|
+
*/
|
|
66326
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.getPnpDeviceId = function() {
|
|
66327
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, ""));
|
|
66328
|
+
};
|
|
66329
|
+
|
|
66330
|
+
|
|
66331
|
+
/**
|
|
66332
|
+
* @param {string} value
|
|
66333
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66334
|
+
*/
|
|
66335
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.setPnpDeviceId = function(value) {
|
|
66336
|
+
return jspb.Message.setField(this, 9, value);
|
|
66337
|
+
};
|
|
66338
|
+
|
|
66339
|
+
|
|
66340
|
+
/**
|
|
66341
|
+
* Clears the field making it undefined.
|
|
66342
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66343
|
+
*/
|
|
66344
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.clearPnpDeviceId = function() {
|
|
66345
|
+
return jspb.Message.setField(this, 9, undefined);
|
|
66346
|
+
};
|
|
66347
|
+
|
|
66348
|
+
|
|
66349
|
+
/**
|
|
66350
|
+
* Returns whether this field is set.
|
|
66351
|
+
* @return {boolean}
|
|
66352
|
+
*/
|
|
66353
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.hasPnpDeviceId = function() {
|
|
66354
|
+
return jspb.Message.getField(this, 9) != null;
|
|
66355
|
+
};
|
|
66356
|
+
|
|
66357
|
+
|
|
66358
|
+
/**
|
|
66359
|
+
* optional uint32 sectors_per_track = 10;
|
|
66360
|
+
* @return {number}
|
|
66361
|
+
*/
|
|
66362
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.getSectorsPerTrack = function() {
|
|
66363
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 10, 0));
|
|
66364
|
+
};
|
|
66365
|
+
|
|
66366
|
+
|
|
66367
|
+
/**
|
|
66368
|
+
* @param {number} value
|
|
66369
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66370
|
+
*/
|
|
66371
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.setSectorsPerTrack = function(value) {
|
|
66372
|
+
return jspb.Message.setField(this, 10, value);
|
|
66373
|
+
};
|
|
66374
|
+
|
|
66375
|
+
|
|
66376
|
+
/**
|
|
66377
|
+
* Clears the field making it undefined.
|
|
66378
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66379
|
+
*/
|
|
66380
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.clearSectorsPerTrack = function() {
|
|
66381
|
+
return jspb.Message.setField(this, 10, undefined);
|
|
66382
|
+
};
|
|
66383
|
+
|
|
66384
|
+
|
|
66385
|
+
/**
|
|
66386
|
+
* Returns whether this field is set.
|
|
66387
|
+
* @return {boolean}
|
|
66388
|
+
*/
|
|
66389
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.hasSectorsPerTrack = function() {
|
|
66390
|
+
return jspb.Message.getField(this, 10) != null;
|
|
66391
|
+
};
|
|
66392
|
+
|
|
66393
|
+
|
|
66394
|
+
/**
|
|
66395
|
+
* optional int64 size = 11;
|
|
66396
|
+
* @return {number}
|
|
66397
|
+
*/
|
|
66398
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.getSize = function() {
|
|
66399
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 11, 0));
|
|
66400
|
+
};
|
|
66401
|
+
|
|
66402
|
+
|
|
66403
|
+
/**
|
|
66404
|
+
* @param {number} value
|
|
66405
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66406
|
+
*/
|
|
66407
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.setSize = function(value) {
|
|
66408
|
+
return jspb.Message.setField(this, 11, value);
|
|
66409
|
+
};
|
|
66410
|
+
|
|
66411
|
+
|
|
66412
|
+
/**
|
|
66413
|
+
* Clears the field making it undefined.
|
|
66414
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66415
|
+
*/
|
|
66416
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.clearSize = function() {
|
|
66417
|
+
return jspb.Message.setField(this, 11, undefined);
|
|
66418
|
+
};
|
|
66419
|
+
|
|
66420
|
+
|
|
66421
|
+
/**
|
|
66422
|
+
* Returns whether this field is set.
|
|
66423
|
+
* @return {boolean}
|
|
66424
|
+
*/
|
|
66425
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.hasSize = function() {
|
|
66426
|
+
return jspb.Message.getField(this, 11) != null;
|
|
66427
|
+
};
|
|
66428
|
+
|
|
66429
|
+
|
|
66430
|
+
/**
|
|
66431
|
+
* optional int64 total_cylinders = 12;
|
|
66432
|
+
* @return {number}
|
|
66433
|
+
*/
|
|
66434
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.getTotalCylinders = function() {
|
|
66435
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 12, 0));
|
|
66436
|
+
};
|
|
66437
|
+
|
|
66438
|
+
|
|
66439
|
+
/**
|
|
66440
|
+
* @param {number} value
|
|
66441
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66442
|
+
*/
|
|
66443
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.setTotalCylinders = function(value) {
|
|
66444
|
+
return jspb.Message.setField(this, 12, value);
|
|
66445
|
+
};
|
|
66446
|
+
|
|
66447
|
+
|
|
66448
|
+
/**
|
|
66449
|
+
* Clears the field making it undefined.
|
|
66450
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66451
|
+
*/
|
|
66452
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.clearTotalCylinders = function() {
|
|
66453
|
+
return jspb.Message.setField(this, 12, undefined);
|
|
66454
|
+
};
|
|
66455
|
+
|
|
66456
|
+
|
|
66457
|
+
/**
|
|
66458
|
+
* Returns whether this field is set.
|
|
66459
|
+
* @return {boolean}
|
|
66460
|
+
*/
|
|
66461
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.hasTotalCylinders = function() {
|
|
66462
|
+
return jspb.Message.getField(this, 12) != null;
|
|
66463
|
+
};
|
|
66464
|
+
|
|
66465
|
+
|
|
66466
|
+
/**
|
|
66467
|
+
* optional uint32 total_heads = 13;
|
|
66468
|
+
* @return {number}
|
|
66469
|
+
*/
|
|
66470
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.getTotalHeads = function() {
|
|
66471
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 13, 0));
|
|
66472
|
+
};
|
|
66473
|
+
|
|
66474
|
+
|
|
66475
|
+
/**
|
|
66476
|
+
* @param {number} value
|
|
66477
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66478
|
+
*/
|
|
66479
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.setTotalHeads = function(value) {
|
|
66480
|
+
return jspb.Message.setField(this, 13, value);
|
|
66481
|
+
};
|
|
66482
|
+
|
|
66483
|
+
|
|
66484
|
+
/**
|
|
66485
|
+
* Clears the field making it undefined.
|
|
66486
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66487
|
+
*/
|
|
66488
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.clearTotalHeads = function() {
|
|
66489
|
+
return jspb.Message.setField(this, 13, undefined);
|
|
66490
|
+
};
|
|
66491
|
+
|
|
66492
|
+
|
|
66493
|
+
/**
|
|
66494
|
+
* Returns whether this field is set.
|
|
66495
|
+
* @return {boolean}
|
|
66496
|
+
*/
|
|
66497
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.hasTotalHeads = function() {
|
|
66498
|
+
return jspb.Message.getField(this, 13) != null;
|
|
66499
|
+
};
|
|
66500
|
+
|
|
66501
|
+
|
|
66502
|
+
/**
|
|
66503
|
+
* optional int64 total_sectors = 14;
|
|
66504
|
+
* @return {number}
|
|
66505
|
+
*/
|
|
66506
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.getTotalSectors = function() {
|
|
66507
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 14, 0));
|
|
66508
|
+
};
|
|
66509
|
+
|
|
66510
|
+
|
|
66511
|
+
/**
|
|
66512
|
+
* @param {number} value
|
|
66513
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66514
|
+
*/
|
|
66515
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.setTotalSectors = function(value) {
|
|
66516
|
+
return jspb.Message.setField(this, 14, value);
|
|
66517
|
+
};
|
|
66518
|
+
|
|
66519
|
+
|
|
66520
|
+
/**
|
|
66521
|
+
* Clears the field making it undefined.
|
|
66522
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66523
|
+
*/
|
|
66524
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.clearTotalSectors = function() {
|
|
66525
|
+
return jspb.Message.setField(this, 14, undefined);
|
|
66526
|
+
};
|
|
66527
|
+
|
|
66528
|
+
|
|
66529
|
+
/**
|
|
66530
|
+
* Returns whether this field is set.
|
|
66531
|
+
* @return {boolean}
|
|
66532
|
+
*/
|
|
66533
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.hasTotalSectors = function() {
|
|
66534
|
+
return jspb.Message.getField(this, 14) != null;
|
|
66535
|
+
};
|
|
66536
|
+
|
|
66537
|
+
|
|
66538
|
+
/**
|
|
66539
|
+
* optional int64 total_tracks = 15;
|
|
66540
|
+
* @return {number}
|
|
66541
|
+
*/
|
|
66542
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.getTotalTracks = function() {
|
|
66543
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 15, 0));
|
|
66544
|
+
};
|
|
66545
|
+
|
|
66546
|
+
|
|
66547
|
+
/**
|
|
66548
|
+
* @param {number} value
|
|
66549
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66550
|
+
*/
|
|
66551
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.setTotalTracks = function(value) {
|
|
66552
|
+
return jspb.Message.setField(this, 15, value);
|
|
66553
|
+
};
|
|
66554
|
+
|
|
66555
|
+
|
|
66556
|
+
/**
|
|
66557
|
+
* Clears the field making it undefined.
|
|
66558
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66559
|
+
*/
|
|
66560
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.clearTotalTracks = function() {
|
|
66561
|
+
return jspb.Message.setField(this, 15, undefined);
|
|
66562
|
+
};
|
|
66563
|
+
|
|
66564
|
+
|
|
66565
|
+
/**
|
|
66566
|
+
* Returns whether this field is set.
|
|
66567
|
+
* @return {boolean}
|
|
66568
|
+
*/
|
|
66569
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.hasTotalTracks = function() {
|
|
66570
|
+
return jspb.Message.getField(this, 15) != null;
|
|
66571
|
+
};
|
|
66572
|
+
|
|
66573
|
+
|
|
66574
|
+
/**
|
|
66575
|
+
* optional uint32 tracks_per_cylinder = 16;
|
|
66576
|
+
* @return {number}
|
|
66577
|
+
*/
|
|
66578
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.getTracksPerCylinder = function() {
|
|
66579
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 16, 0));
|
|
66580
|
+
};
|
|
66581
|
+
|
|
66582
|
+
|
|
66583
|
+
/**
|
|
66584
|
+
* @param {number} value
|
|
66585
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66586
|
+
*/
|
|
66587
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.setTracksPerCylinder = function(value) {
|
|
66588
|
+
return jspb.Message.setField(this, 16, value);
|
|
66589
|
+
};
|
|
66590
|
+
|
|
66591
|
+
|
|
66592
|
+
/**
|
|
66593
|
+
* Clears the field making it undefined.
|
|
66594
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66595
|
+
*/
|
|
66596
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.clearTracksPerCylinder = function() {
|
|
66597
|
+
return jspb.Message.setField(this, 16, undefined);
|
|
66598
|
+
};
|
|
66599
|
+
|
|
66600
|
+
|
|
66601
|
+
/**
|
|
66602
|
+
* Returns whether this field is set.
|
|
66603
|
+
* @return {boolean}
|
|
66604
|
+
*/
|
|
66605
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.hasTracksPerCylinder = function() {
|
|
66606
|
+
return jspb.Message.getField(this, 16) != null;
|
|
66607
|
+
};
|
|
66608
|
+
|
|
66609
|
+
|
|
66610
|
+
/**
|
|
66611
|
+
* optional string device_id = 17;
|
|
66612
|
+
* @return {string}
|
|
66613
|
+
*/
|
|
66614
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.getDeviceId = function() {
|
|
66615
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 17, ""));
|
|
66616
|
+
};
|
|
66617
|
+
|
|
66618
|
+
|
|
66619
|
+
/**
|
|
66620
|
+
* @param {string} value
|
|
66621
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66622
|
+
*/
|
|
66623
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.setDeviceId = function(value) {
|
|
66624
|
+
return jspb.Message.setField(this, 17, value);
|
|
66625
|
+
};
|
|
66626
|
+
|
|
66627
|
+
|
|
66628
|
+
/**
|
|
66629
|
+
* Clears the field making it undefined.
|
|
66630
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66631
|
+
*/
|
|
66632
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.clearDeviceId = function() {
|
|
66633
|
+
return jspb.Message.setField(this, 17, undefined);
|
|
66634
|
+
};
|
|
66635
|
+
|
|
66636
|
+
|
|
66637
|
+
/**
|
|
66638
|
+
* Returns whether this field is set.
|
|
66639
|
+
* @return {boolean}
|
|
66640
|
+
*/
|
|
66641
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.hasDeviceId = function() {
|
|
66642
|
+
return jspb.Message.getField(this, 17) != null;
|
|
66643
|
+
};
|
|
66644
|
+
|
|
66645
|
+
|
|
66646
|
+
/**
|
|
66647
|
+
* optional string status = 18;
|
|
66648
|
+
* @return {string}
|
|
66649
|
+
*/
|
|
66650
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.getStatus = function() {
|
|
66651
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 18, ""));
|
|
66652
|
+
};
|
|
66653
|
+
|
|
66654
|
+
|
|
66655
|
+
/**
|
|
66656
|
+
* @param {string} value
|
|
66657
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66658
|
+
*/
|
|
66659
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.setStatus = function(value) {
|
|
66660
|
+
return jspb.Message.setField(this, 18, value);
|
|
66661
|
+
};
|
|
66662
|
+
|
|
66663
|
+
|
|
66664
|
+
/**
|
|
66665
|
+
* Clears the field making it undefined.
|
|
66666
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66667
|
+
*/
|
|
66668
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.clearStatus = function() {
|
|
66669
|
+
return jspb.Message.setField(this, 18, undefined);
|
|
66670
|
+
};
|
|
66671
|
+
|
|
66672
|
+
|
|
66673
|
+
/**
|
|
66674
|
+
* Returns whether this field is set.
|
|
66675
|
+
* @return {boolean}
|
|
66676
|
+
*/
|
|
66677
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.hasStatus = function() {
|
|
66678
|
+
return jspb.Message.getField(this, 18) != null;
|
|
66679
|
+
};
|
|
66680
|
+
|
|
66681
|
+
|
|
66682
|
+
/**
|
|
66683
|
+
* optional string firmware_revision = 19;
|
|
66684
|
+
* @return {string}
|
|
66685
|
+
*/
|
|
66686
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.getFirmwareRevision = function() {
|
|
66687
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 19, ""));
|
|
66688
|
+
};
|
|
66689
|
+
|
|
66690
|
+
|
|
66691
|
+
/**
|
|
66692
|
+
* @param {string} value
|
|
66693
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66694
|
+
*/
|
|
66695
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.setFirmwareRevision = function(value) {
|
|
66696
|
+
return jspb.Message.setField(this, 19, value);
|
|
66697
|
+
};
|
|
66698
|
+
|
|
66699
|
+
|
|
66700
|
+
/**
|
|
66701
|
+
* Clears the field making it undefined.
|
|
66702
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66703
|
+
*/
|
|
66704
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.clearFirmwareRevision = function() {
|
|
66705
|
+
return jspb.Message.setField(this, 19, undefined);
|
|
66706
|
+
};
|
|
66707
|
+
|
|
66708
|
+
|
|
66709
|
+
/**
|
|
66710
|
+
* Returns whether this field is set.
|
|
66711
|
+
* @return {boolean}
|
|
66712
|
+
*/
|
|
66713
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.hasFirmwareRevision = function() {
|
|
66714
|
+
return jspb.Message.getField(this, 19) != null;
|
|
66715
|
+
};
|
|
66716
|
+
|
|
66717
|
+
|
|
66718
|
+
/**
|
|
66719
|
+
* optional string serial_number = 20;
|
|
66720
|
+
* @return {string}
|
|
66721
|
+
*/
|
|
66722
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.getSerialNumber = function() {
|
|
66723
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 20, ""));
|
|
66724
|
+
};
|
|
66725
|
+
|
|
66726
|
+
|
|
66727
|
+
/**
|
|
66728
|
+
* @param {string} value
|
|
66729
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66730
|
+
*/
|
|
66731
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.setSerialNumber = function(value) {
|
|
66732
|
+
return jspb.Message.setField(this, 20, value);
|
|
66733
|
+
};
|
|
66734
|
+
|
|
66735
|
+
|
|
66736
|
+
/**
|
|
66737
|
+
* Clears the field making it undefined.
|
|
66738
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy} returns this
|
|
66739
|
+
*/
|
|
66740
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.clearSerialNumber = function() {
|
|
66741
|
+
return jspb.Message.setField(this, 20, undefined);
|
|
66742
|
+
};
|
|
66743
|
+
|
|
66744
|
+
|
|
66745
|
+
/**
|
|
66746
|
+
* Returns whether this field is set.
|
|
66747
|
+
* @return {boolean}
|
|
66748
|
+
*/
|
|
66749
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsFloppy.prototype.hasSerialNumber = function() {
|
|
66750
|
+
return jspb.Message.getField(this, 20) != null;
|
|
66751
|
+
};
|
|
66752
|
+
|
|
66753
|
+
|
|
66754
|
+
|
|
66755
|
+
|
|
66756
|
+
|
|
65351
66757
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
65352
66758
|
/**
|
|
65353
66759
|
* Creates an object representation of this proto.
|