@lansweeper/data-platform-outbound-grpc 0.1.33 → 0.1.35

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.
@@ -56,6 +56,7 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.NetworkInterfaces', null,
56
56
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.NormalizedOperatingSystem', null, global);
57
57
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.OperatingSystem', null, global);
58
58
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch', null, global);
59
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.OpticalDrive', null, global);
59
60
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.OtModule', null, global);
60
61
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.OtModuleExtInfo', null, global);
61
62
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.PhysicalMemory', null, global);
@@ -655,6 +656,27 @@ if (goog.DEBUG && !COMPILED) {
655
656
  */
656
657
  proto.com.lansweeper.dp.outbound.v1.Chassis.displayName = 'proto.com.lansweeper.dp.outbound.v1.Chassis';
657
658
  }
659
+ /**
660
+ * Generated by JsPbCodeGenerator.
661
+ * @param {Array=} opt_data Optional initial data array, typically from a
662
+ * server response, or constructed directly in Javascript. The array is used
663
+ * in place and becomes part of the constructed object. It is not cloned.
664
+ * If no data is provided, the constructed object will be empty, but still
665
+ * valid.
666
+ * @extends {jspb.Message}
667
+ * @constructor
668
+ */
669
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive = function(opt_data) {
670
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.dp.outbound.v1.OpticalDrive.repeatedFields_, null);
671
+ };
672
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.OpticalDrive, jspb.Message);
673
+ if (goog.DEBUG && !COMPILED) {
674
+ /**
675
+ * @public
676
+ * @override
677
+ */
678
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.displayName = 'proto.com.lansweeper.dp.outbound.v1.OpticalDrive';
679
+ }
658
680
  /**
659
681
  * Generated by JsPbCodeGenerator.
660
682
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -3100,7 +3122,7 @@ proto.com.lansweeper.dp.outbound.v1.Entity.prototype.hasAsset = function() {
3100
3122
  * @private {!Array<number>}
3101
3123
  * @const
3102
3124
  */
3103
- proto.com.lansweeper.dp.outbound.v1.Asset.repeatedFields_ = [14,20,13,15];
3125
+ proto.com.lansweeper.dp.outbound.v1.Asset.repeatedFields_ = [14,20,13,15,24];
3104
3126
 
3105
3127
 
3106
3128
 
@@ -3157,6 +3179,8 @@ proto.com.lansweeper.dp.outbound.v1.Asset.toObject = function(includeInstance, m
3157
3179
  chassis: (f = msg.getChassis()) && proto.com.lansweeper.dp.outbound.v1.Chassis.toObject(includeInstance, f),
3158
3180
  memory: (f = msg.getMemory()) && proto.com.lansweeper.dp.outbound.v1.Memory.toObject(includeInstance, f),
3159
3181
  motherboard: (f = msg.getMotherboard()) && proto.com.lansweeper.dp.outbound.v1.Motherboard.toObject(includeInstance, f),
3182
+ opticalDriveList: jspb.Message.toObjectList(msg.getOpticalDriveList(),
3183
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.toObject, includeInstance),
3160
3184
  otModule: (f = msg.getOtModule()) && proto.com.lansweeper.dp.outbound.v1.OtModule.toObject(includeInstance, f),
3161
3185
  cloud: (f = msg.getCloud()) && proto.com.lansweeper.dp.outbound.v1.CloudEntity.toObject(includeInstance, f)
3162
3186
  };
@@ -3294,6 +3318,11 @@ proto.com.lansweeper.dp.outbound.v1.Asset.deserializeBinaryFromReader = function
3294
3318
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.Motherboard.deserializeBinaryFromReader);
3295
3319
  msg.setMotherboard(value);
3296
3320
  break;
3321
+ case 24:
3322
+ var value = new proto.com.lansweeper.dp.outbound.v1.OpticalDrive;
3323
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.OpticalDrive.deserializeBinaryFromReader);
3324
+ msg.addOpticalDrive(value);
3325
+ break;
3297
3326
  case 16:
3298
3327
  var value = new proto.com.lansweeper.dp.outbound.v1.OtModule;
3299
3328
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.OtModule.deserializeBinaryFromReader);
@@ -3492,6 +3521,14 @@ proto.com.lansweeper.dp.outbound.v1.Asset.serializeBinaryToWriter = function(mes
3492
3521
  proto.com.lansweeper.dp.outbound.v1.Motherboard.serializeBinaryToWriter
3493
3522
  );
3494
3523
  }
3524
+ f = message.getOpticalDriveList();
3525
+ if (f.length > 0) {
3526
+ writer.writeRepeatedMessage(
3527
+ 24,
3528
+ f,
3529
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.serializeBinaryToWriter
3530
+ );
3531
+ }
3495
3532
  f = message.getOtModule();
3496
3533
  if (f != null) {
3497
3534
  writer.writeMessage(
@@ -4254,6 +4291,44 @@ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasMotherboard = function()
4254
4291
  };
4255
4292
 
4256
4293
 
4294
+ /**
4295
+ * repeated OpticalDrive optical_drive = 24;
4296
+ * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.OpticalDrive>}
4297
+ */
4298
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getOpticalDriveList = function() {
4299
+ return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.OpticalDrive>} */ (
4300
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.OpticalDrive, 24));
4301
+ };
4302
+
4303
+
4304
+ /**
4305
+ * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.OpticalDrive>} value
4306
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
4307
+ */
4308
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setOpticalDriveList = function(value) {
4309
+ return jspb.Message.setRepeatedWrapperField(this, 24, value);
4310
+ };
4311
+
4312
+
4313
+ /**
4314
+ * @param {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive=} opt_value
4315
+ * @param {number=} opt_index
4316
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive}
4317
+ */
4318
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.addOpticalDrive = function(opt_value, opt_index) {
4319
+ return jspb.Message.addToRepeatedWrapperField(this, 24, opt_value, proto.com.lansweeper.dp.outbound.v1.OpticalDrive, opt_index);
4320
+ };
4321
+
4322
+
4323
+ /**
4324
+ * Clears the list making it empty but non-null.
4325
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
4326
+ */
4327
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearOpticalDriveList = function() {
4328
+ return this.setOpticalDriveList([]);
4329
+ };
4330
+
4331
+
4257
4332
  /**
4258
4333
  * optional OtModule ot_module = 16;
4259
4334
  * @return {?proto.com.lansweeper.dp.outbound.v1.OtModule}
@@ -8234,7 +8309,7 @@ proto.com.lansweeper.dp.outbound.v1.OperatingSystem.toObject = function(includeI
8234
8309
  osEdition: jspb.Message.getFieldWithDefault(msg, 22, ""),
8235
8310
  osName: jspb.Message.getFieldWithDefault(msg, 23, ""),
8236
8311
  osPhysicalPartition: jspb.Message.getFieldWithDefault(msg, 24, ""),
8237
- osType: jspb.Message.getFieldWithDefault(msg, 25, ""),
8312
+ osType: (f = msg.getOsType()) && proto.com.lansweeper.dp.outbound.v1.MappedValue.toObject(includeInstance, f),
8238
8313
  osSerialNumber: jspb.Message.getFieldWithDefault(msg, 26, ""),
8239
8314
  osSystemDirectory: jspb.Message.getFieldWithDefault(msg, 27, ""),
8240
8315
  otherTypeDescription: jspb.Message.getFieldWithDefault(msg, 28, ""),
@@ -8361,7 +8436,8 @@ proto.com.lansweeper.dp.outbound.v1.OperatingSystem.deserializeBinaryFromReader
8361
8436
  msg.setOsPhysicalPartition(value);
8362
8437
  break;
8363
8438
  case 25:
8364
- var value = /** @type {string} */ (reader.readString());
8439
+ var value = new proto.com.lansweeper.dp.outbound.v1.MappedValue;
8440
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.MappedValue.deserializeBinaryFromReader);
8365
8441
  msg.setOsType(value);
8366
8442
  break;
8367
8443
  case 26:
@@ -8589,11 +8665,12 @@ proto.com.lansweeper.dp.outbound.v1.OperatingSystem.serializeBinaryToWriter = fu
8589
8665
  f
8590
8666
  );
8591
8667
  }
8592
- f = /** @type {string} */ (jspb.Message.getField(message, 25));
8668
+ f = message.getOsType();
8593
8669
  if (f != null) {
8594
- writer.writeString(
8670
+ writer.writeMessage(
8595
8671
  25,
8596
- f
8672
+ f,
8673
+ proto.com.lansweeper.dp.outbound.v1.MappedValue.serializeBinaryToWriter
8597
8674
  );
8598
8675
  }
8599
8676
  f = /** @type {string} */ (jspb.Message.getField(message, 26));
@@ -9343,29 +9420,30 @@ proto.com.lansweeper.dp.outbound.v1.OperatingSystem.prototype.hasOsPhysicalParti
9343
9420
 
9344
9421
 
9345
9422
  /**
9346
- * optional string os_type = 25;
9347
- * @return {string}
9423
+ * optional MappedValue os_type = 25;
9424
+ * @return {?proto.com.lansweeper.dp.outbound.v1.MappedValue}
9348
9425
  */
9349
9426
  proto.com.lansweeper.dp.outbound.v1.OperatingSystem.prototype.getOsType = function() {
9350
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 25, ""));
9427
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.MappedValue} */ (
9428
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MappedValue, 25));
9351
9429
  };
9352
9430
 
9353
9431
 
9354
9432
  /**
9355
- * @param {string} value
9433
+ * @param {?proto.com.lansweeper.dp.outbound.v1.MappedValue|undefined} value
9356
9434
  * @return {!proto.com.lansweeper.dp.outbound.v1.OperatingSystem} returns this
9357
- */
9435
+ */
9358
9436
  proto.com.lansweeper.dp.outbound.v1.OperatingSystem.prototype.setOsType = function(value) {
9359
- return jspb.Message.setField(this, 25, value);
9437
+ return jspb.Message.setWrapperField(this, 25, value);
9360
9438
  };
9361
9439
 
9362
9440
 
9363
9441
  /**
9364
- * Clears the field making it undefined.
9442
+ * Clears the message field making it undefined.
9365
9443
  * @return {!proto.com.lansweeper.dp.outbound.v1.OperatingSystem} returns this
9366
9444
  */
9367
9445
  proto.com.lansweeper.dp.outbound.v1.OperatingSystem.prototype.clearOsType = function() {
9368
- return jspb.Message.setField(this, 25, undefined);
9446
+ return this.setOsType(undefined);
9369
9447
  };
9370
9448
 
9371
9449
 
@@ -17190,6 +17268,1126 @@ proto.com.lansweeper.dp.outbound.v1.Chassis.prototype.hasBootupState = function(
17190
17268
 
17191
17269
 
17192
17270
 
17271
+ /**
17272
+ * List of repeated fields within this message type.
17273
+ * @private {!Array<number>}
17274
+ * @const
17275
+ */
17276
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.repeatedFields_ = [4];
17277
+
17278
+
17279
+
17280
+ if (jspb.Message.GENERATE_TO_OBJECT) {
17281
+ /**
17282
+ * Creates an object representation of this proto.
17283
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
17284
+ * Optional fields that are not set will be set to undefined.
17285
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
17286
+ * For the list of reserved names please see:
17287
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
17288
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
17289
+ * JSPB instance for transitional soy proto support:
17290
+ * http://goto/soy-param-migration
17291
+ * @return {!Object}
17292
+ */
17293
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.toObject = function(opt_includeInstance) {
17294
+ return proto.com.lansweeper.dp.outbound.v1.OpticalDrive.toObject(opt_includeInstance, this);
17295
+ };
17296
+
17297
+
17298
+ /**
17299
+ * Static version of the {@see toObject} method.
17300
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
17301
+ * the JSPB instance for transitional soy proto support:
17302
+ * http://goto/soy-param-migration
17303
+ * @param {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} msg The msg instance to transform.
17304
+ * @return {!Object}
17305
+ * @suppress {unusedLocalVariables} f is only used for nested messages
17306
+ */
17307
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.toObject = function(includeInstance, msg) {
17308
+ var f, obj = {
17309
+ name: jspb.Message.getFieldWithDefault(msg, 1, ""),
17310
+ status: jspb.Message.getFieldWithDefault(msg, 2, ""),
17311
+ bus: jspb.Message.getFieldWithDefault(msg, 3, ""),
17312
+ capabilitiesList: jspb.Message.toObjectList(msg.getCapabilitiesList(),
17313
+ proto.com.lansweeper.dp.outbound.v1.MappedValue.toObject, includeInstance),
17314
+ cacheSize: jspb.Message.getFieldWithDefault(msg, 5, ""),
17315
+ burnSupport: jspb.Message.getFieldWithDefault(msg, 6, ""),
17316
+ cdWrite: jspb.Message.getFieldWithDefault(msg, 7, ""),
17317
+ dvdWrite: jspb.Message.getFieldWithDefault(msg, 8, ""),
17318
+ readDvd: jspb.Message.getFieldWithDefault(msg, 9, ""),
17319
+ drivePath: jspb.Message.getFieldWithDefault(msg, 10, ""),
17320
+ firmwareVersion: jspb.Message.getFieldWithDefault(msg, 11, ""),
17321
+ connection: jspb.Message.getFieldWithDefault(msg, 12, ""),
17322
+ isUnderrunProtectionEnabled: jspb.Message.getFieldWithDefault(msg, 13, ""),
17323
+ manufacturer: jspb.Message.getFieldWithDefault(msg, 14, ""),
17324
+ mountPoint: jspb.Message.getFieldWithDefault(msg, 15, ""),
17325
+ writeStrategies: jspb.Message.getFieldWithDefault(msg, 16, ""),
17326
+ scsiBus: jspb.Message.getFieldWithDefault(msg, 17, 0),
17327
+ scsiLogicalUnit: jspb.Message.getFieldWithDefault(msg, 18, 0),
17328
+ scsiPort: jspb.Message.getFieldWithDefault(msg, 19, 0),
17329
+ scsiTargetId: jspb.Message.getFieldWithDefault(msg, 20, 0),
17330
+ mediaBurnInformation: jspb.Message.getFieldWithDefault(msg, 21, "")
17331
+ };
17332
+
17333
+ if (includeInstance) {
17334
+ obj.$jspbMessageInstance = msg;
17335
+ }
17336
+ return obj;
17337
+ };
17338
+ }
17339
+
17340
+
17341
+ /**
17342
+ * Deserializes binary data (in protobuf wire format).
17343
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
17344
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive}
17345
+ */
17346
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.deserializeBinary = function(bytes) {
17347
+ var reader = new jspb.BinaryReader(bytes);
17348
+ var msg = new proto.com.lansweeper.dp.outbound.v1.OpticalDrive;
17349
+ return proto.com.lansweeper.dp.outbound.v1.OpticalDrive.deserializeBinaryFromReader(msg, reader);
17350
+ };
17351
+
17352
+
17353
+ /**
17354
+ * Deserializes binary data (in protobuf wire format) from the
17355
+ * given reader into the given message object.
17356
+ * @param {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} msg The message object to deserialize into.
17357
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
17358
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive}
17359
+ */
17360
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.deserializeBinaryFromReader = function(msg, reader) {
17361
+ while (reader.nextField()) {
17362
+ if (reader.isEndGroup()) {
17363
+ break;
17364
+ }
17365
+ var field = reader.getFieldNumber();
17366
+ switch (field) {
17367
+ case 1:
17368
+ var value = /** @type {string} */ (reader.readString());
17369
+ msg.setName(value);
17370
+ break;
17371
+ case 2:
17372
+ var value = /** @type {string} */ (reader.readString());
17373
+ msg.setStatus(value);
17374
+ break;
17375
+ case 3:
17376
+ var value = /** @type {string} */ (reader.readString());
17377
+ msg.setBus(value);
17378
+ break;
17379
+ case 4:
17380
+ var value = new proto.com.lansweeper.dp.outbound.v1.MappedValue;
17381
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.MappedValue.deserializeBinaryFromReader);
17382
+ msg.addCapabilities(value);
17383
+ break;
17384
+ case 5:
17385
+ var value = /** @type {string} */ (reader.readString());
17386
+ msg.setCacheSize(value);
17387
+ break;
17388
+ case 6:
17389
+ var value = /** @type {string} */ (reader.readString());
17390
+ msg.setBurnSupport(value);
17391
+ break;
17392
+ case 7:
17393
+ var value = /** @type {string} */ (reader.readString());
17394
+ msg.setCdWrite(value);
17395
+ break;
17396
+ case 8:
17397
+ var value = /** @type {string} */ (reader.readString());
17398
+ msg.setDvdWrite(value);
17399
+ break;
17400
+ case 9:
17401
+ var value = /** @type {string} */ (reader.readString());
17402
+ msg.setReadDvd(value);
17403
+ break;
17404
+ case 10:
17405
+ var value = /** @type {string} */ (reader.readString());
17406
+ msg.setDrivePath(value);
17407
+ break;
17408
+ case 11:
17409
+ var value = /** @type {string} */ (reader.readString());
17410
+ msg.setFirmwareVersion(value);
17411
+ break;
17412
+ case 12:
17413
+ var value = /** @type {string} */ (reader.readString());
17414
+ msg.setConnection(value);
17415
+ break;
17416
+ case 13:
17417
+ var value = /** @type {string} */ (reader.readString());
17418
+ msg.setIsUnderrunProtectionEnabled(value);
17419
+ break;
17420
+ case 14:
17421
+ var value = /** @type {string} */ (reader.readString());
17422
+ msg.setManufacturer(value);
17423
+ break;
17424
+ case 15:
17425
+ var value = /** @type {string} */ (reader.readString());
17426
+ msg.setMountPoint(value);
17427
+ break;
17428
+ case 16:
17429
+ var value = /** @type {string} */ (reader.readString());
17430
+ msg.setWriteStrategies(value);
17431
+ break;
17432
+ case 17:
17433
+ var value = /** @type {number} */ (reader.readInt32());
17434
+ msg.setScsiBus(value);
17435
+ break;
17436
+ case 18:
17437
+ var value = /** @type {number} */ (reader.readInt32());
17438
+ msg.setScsiLogicalUnit(value);
17439
+ break;
17440
+ case 19:
17441
+ var value = /** @type {number} */ (reader.readInt32());
17442
+ msg.setScsiPort(value);
17443
+ break;
17444
+ case 20:
17445
+ var value = /** @type {number} */ (reader.readInt32());
17446
+ msg.setScsiTargetId(value);
17447
+ break;
17448
+ case 21:
17449
+ var value = /** @type {string} */ (reader.readString());
17450
+ msg.setMediaBurnInformation(value);
17451
+ break;
17452
+ default:
17453
+ reader.skipField();
17454
+ break;
17455
+ }
17456
+ }
17457
+ return msg;
17458
+ };
17459
+
17460
+
17461
+ /**
17462
+ * Serializes the message to binary data (in protobuf wire format).
17463
+ * @return {!Uint8Array}
17464
+ */
17465
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.serializeBinary = function() {
17466
+ var writer = new jspb.BinaryWriter();
17467
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.serializeBinaryToWriter(this, writer);
17468
+ return writer.getResultBuffer();
17469
+ };
17470
+
17471
+
17472
+ /**
17473
+ * Serializes the given message to binary data (in protobuf wire
17474
+ * format), writing to the given BinaryWriter.
17475
+ * @param {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} message
17476
+ * @param {!jspb.BinaryWriter} writer
17477
+ * @suppress {unusedLocalVariables} f is only used for nested messages
17478
+ */
17479
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.serializeBinaryToWriter = function(message, writer) {
17480
+ var f = undefined;
17481
+ f = /** @type {string} */ (jspb.Message.getField(message, 1));
17482
+ if (f != null) {
17483
+ writer.writeString(
17484
+ 1,
17485
+ f
17486
+ );
17487
+ }
17488
+ f = /** @type {string} */ (jspb.Message.getField(message, 2));
17489
+ if (f != null) {
17490
+ writer.writeString(
17491
+ 2,
17492
+ f
17493
+ );
17494
+ }
17495
+ f = /** @type {string} */ (jspb.Message.getField(message, 3));
17496
+ if (f != null) {
17497
+ writer.writeString(
17498
+ 3,
17499
+ f
17500
+ );
17501
+ }
17502
+ f = message.getCapabilitiesList();
17503
+ if (f.length > 0) {
17504
+ writer.writeRepeatedMessage(
17505
+ 4,
17506
+ f,
17507
+ proto.com.lansweeper.dp.outbound.v1.MappedValue.serializeBinaryToWriter
17508
+ );
17509
+ }
17510
+ f = /** @type {string} */ (jspb.Message.getField(message, 5));
17511
+ if (f != null) {
17512
+ writer.writeString(
17513
+ 5,
17514
+ f
17515
+ );
17516
+ }
17517
+ f = /** @type {string} */ (jspb.Message.getField(message, 6));
17518
+ if (f != null) {
17519
+ writer.writeString(
17520
+ 6,
17521
+ f
17522
+ );
17523
+ }
17524
+ f = /** @type {string} */ (jspb.Message.getField(message, 7));
17525
+ if (f != null) {
17526
+ writer.writeString(
17527
+ 7,
17528
+ f
17529
+ );
17530
+ }
17531
+ f = /** @type {string} */ (jspb.Message.getField(message, 8));
17532
+ if (f != null) {
17533
+ writer.writeString(
17534
+ 8,
17535
+ f
17536
+ );
17537
+ }
17538
+ f = /** @type {string} */ (jspb.Message.getField(message, 9));
17539
+ if (f != null) {
17540
+ writer.writeString(
17541
+ 9,
17542
+ f
17543
+ );
17544
+ }
17545
+ f = /** @type {string} */ (jspb.Message.getField(message, 10));
17546
+ if (f != null) {
17547
+ writer.writeString(
17548
+ 10,
17549
+ f
17550
+ );
17551
+ }
17552
+ f = /** @type {string} */ (jspb.Message.getField(message, 11));
17553
+ if (f != null) {
17554
+ writer.writeString(
17555
+ 11,
17556
+ f
17557
+ );
17558
+ }
17559
+ f = /** @type {string} */ (jspb.Message.getField(message, 12));
17560
+ if (f != null) {
17561
+ writer.writeString(
17562
+ 12,
17563
+ f
17564
+ );
17565
+ }
17566
+ f = /** @type {string} */ (jspb.Message.getField(message, 13));
17567
+ if (f != null) {
17568
+ writer.writeString(
17569
+ 13,
17570
+ f
17571
+ );
17572
+ }
17573
+ f = /** @type {string} */ (jspb.Message.getField(message, 14));
17574
+ if (f != null) {
17575
+ writer.writeString(
17576
+ 14,
17577
+ f
17578
+ );
17579
+ }
17580
+ f = /** @type {string} */ (jspb.Message.getField(message, 15));
17581
+ if (f != null) {
17582
+ writer.writeString(
17583
+ 15,
17584
+ f
17585
+ );
17586
+ }
17587
+ f = /** @type {string} */ (jspb.Message.getField(message, 16));
17588
+ if (f != null) {
17589
+ writer.writeString(
17590
+ 16,
17591
+ f
17592
+ );
17593
+ }
17594
+ f = /** @type {number} */ (jspb.Message.getField(message, 17));
17595
+ if (f != null) {
17596
+ writer.writeInt32(
17597
+ 17,
17598
+ f
17599
+ );
17600
+ }
17601
+ f = /** @type {number} */ (jspb.Message.getField(message, 18));
17602
+ if (f != null) {
17603
+ writer.writeInt32(
17604
+ 18,
17605
+ f
17606
+ );
17607
+ }
17608
+ f = /** @type {number} */ (jspb.Message.getField(message, 19));
17609
+ if (f != null) {
17610
+ writer.writeInt32(
17611
+ 19,
17612
+ f
17613
+ );
17614
+ }
17615
+ f = /** @type {number} */ (jspb.Message.getField(message, 20));
17616
+ if (f != null) {
17617
+ writer.writeInt32(
17618
+ 20,
17619
+ f
17620
+ );
17621
+ }
17622
+ f = /** @type {string} */ (jspb.Message.getField(message, 21));
17623
+ if (f != null) {
17624
+ writer.writeString(
17625
+ 21,
17626
+ f
17627
+ );
17628
+ }
17629
+ };
17630
+
17631
+
17632
+ /**
17633
+ * optional string name = 1;
17634
+ * @return {string}
17635
+ */
17636
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.getName = function() {
17637
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
17638
+ };
17639
+
17640
+
17641
+ /**
17642
+ * @param {string} value
17643
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
17644
+ */
17645
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.setName = function(value) {
17646
+ return jspb.Message.setField(this, 1, value);
17647
+ };
17648
+
17649
+
17650
+ /**
17651
+ * Clears the field making it undefined.
17652
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
17653
+ */
17654
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.clearName = function() {
17655
+ return jspb.Message.setField(this, 1, undefined);
17656
+ };
17657
+
17658
+
17659
+ /**
17660
+ * Returns whether this field is set.
17661
+ * @return {boolean}
17662
+ */
17663
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.hasName = function() {
17664
+ return jspb.Message.getField(this, 1) != null;
17665
+ };
17666
+
17667
+
17668
+ /**
17669
+ * optional string status = 2;
17670
+ * @return {string}
17671
+ */
17672
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.getStatus = function() {
17673
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
17674
+ };
17675
+
17676
+
17677
+ /**
17678
+ * @param {string} value
17679
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
17680
+ */
17681
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.setStatus = function(value) {
17682
+ return jspb.Message.setField(this, 2, value);
17683
+ };
17684
+
17685
+
17686
+ /**
17687
+ * Clears the field making it undefined.
17688
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
17689
+ */
17690
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.clearStatus = function() {
17691
+ return jspb.Message.setField(this, 2, undefined);
17692
+ };
17693
+
17694
+
17695
+ /**
17696
+ * Returns whether this field is set.
17697
+ * @return {boolean}
17698
+ */
17699
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.hasStatus = function() {
17700
+ return jspb.Message.getField(this, 2) != null;
17701
+ };
17702
+
17703
+
17704
+ /**
17705
+ * optional string bus = 3;
17706
+ * @return {string}
17707
+ */
17708
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.getBus = function() {
17709
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
17710
+ };
17711
+
17712
+
17713
+ /**
17714
+ * @param {string} value
17715
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
17716
+ */
17717
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.setBus = function(value) {
17718
+ return jspb.Message.setField(this, 3, value);
17719
+ };
17720
+
17721
+
17722
+ /**
17723
+ * Clears the field making it undefined.
17724
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
17725
+ */
17726
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.clearBus = function() {
17727
+ return jspb.Message.setField(this, 3, undefined);
17728
+ };
17729
+
17730
+
17731
+ /**
17732
+ * Returns whether this field is set.
17733
+ * @return {boolean}
17734
+ */
17735
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.hasBus = function() {
17736
+ return jspb.Message.getField(this, 3) != null;
17737
+ };
17738
+
17739
+
17740
+ /**
17741
+ * repeated MappedValue capabilities = 4;
17742
+ * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.MappedValue>}
17743
+ */
17744
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.getCapabilitiesList = function() {
17745
+ return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.MappedValue>} */ (
17746
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MappedValue, 4));
17747
+ };
17748
+
17749
+
17750
+ /**
17751
+ * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.MappedValue>} value
17752
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
17753
+ */
17754
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.setCapabilitiesList = function(value) {
17755
+ return jspb.Message.setRepeatedWrapperField(this, 4, value);
17756
+ };
17757
+
17758
+
17759
+ /**
17760
+ * @param {!proto.com.lansweeper.dp.outbound.v1.MappedValue=} opt_value
17761
+ * @param {number=} opt_index
17762
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MappedValue}
17763
+ */
17764
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.addCapabilities = function(opt_value, opt_index) {
17765
+ return jspb.Message.addToRepeatedWrapperField(this, 4, opt_value, proto.com.lansweeper.dp.outbound.v1.MappedValue, opt_index);
17766
+ };
17767
+
17768
+
17769
+ /**
17770
+ * Clears the list making it empty but non-null.
17771
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
17772
+ */
17773
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.clearCapabilitiesList = function() {
17774
+ return this.setCapabilitiesList([]);
17775
+ };
17776
+
17777
+
17778
+ /**
17779
+ * optional string cache_size = 5;
17780
+ * @return {string}
17781
+ */
17782
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.getCacheSize = function() {
17783
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
17784
+ };
17785
+
17786
+
17787
+ /**
17788
+ * @param {string} value
17789
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
17790
+ */
17791
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.setCacheSize = function(value) {
17792
+ return jspb.Message.setField(this, 5, value);
17793
+ };
17794
+
17795
+
17796
+ /**
17797
+ * Clears the field making it undefined.
17798
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
17799
+ */
17800
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.clearCacheSize = function() {
17801
+ return jspb.Message.setField(this, 5, undefined);
17802
+ };
17803
+
17804
+
17805
+ /**
17806
+ * Returns whether this field is set.
17807
+ * @return {boolean}
17808
+ */
17809
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.hasCacheSize = function() {
17810
+ return jspb.Message.getField(this, 5) != null;
17811
+ };
17812
+
17813
+
17814
+ /**
17815
+ * optional string burn_support = 6;
17816
+ * @return {string}
17817
+ */
17818
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.getBurnSupport = function() {
17819
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
17820
+ };
17821
+
17822
+
17823
+ /**
17824
+ * @param {string} value
17825
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
17826
+ */
17827
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.setBurnSupport = function(value) {
17828
+ return jspb.Message.setField(this, 6, value);
17829
+ };
17830
+
17831
+
17832
+ /**
17833
+ * Clears the field making it undefined.
17834
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
17835
+ */
17836
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.clearBurnSupport = function() {
17837
+ return jspb.Message.setField(this, 6, undefined);
17838
+ };
17839
+
17840
+
17841
+ /**
17842
+ * Returns whether this field is set.
17843
+ * @return {boolean}
17844
+ */
17845
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.hasBurnSupport = function() {
17846
+ return jspb.Message.getField(this, 6) != null;
17847
+ };
17848
+
17849
+
17850
+ /**
17851
+ * optional string cd_write = 7;
17852
+ * @return {string}
17853
+ */
17854
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.getCdWrite = function() {
17855
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
17856
+ };
17857
+
17858
+
17859
+ /**
17860
+ * @param {string} value
17861
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
17862
+ */
17863
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.setCdWrite = function(value) {
17864
+ return jspb.Message.setField(this, 7, value);
17865
+ };
17866
+
17867
+
17868
+ /**
17869
+ * Clears the field making it undefined.
17870
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
17871
+ */
17872
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.clearCdWrite = function() {
17873
+ return jspb.Message.setField(this, 7, undefined);
17874
+ };
17875
+
17876
+
17877
+ /**
17878
+ * Returns whether this field is set.
17879
+ * @return {boolean}
17880
+ */
17881
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.hasCdWrite = function() {
17882
+ return jspb.Message.getField(this, 7) != null;
17883
+ };
17884
+
17885
+
17886
+ /**
17887
+ * optional string dvd_write = 8;
17888
+ * @return {string}
17889
+ */
17890
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.getDvdWrite = function() {
17891
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
17892
+ };
17893
+
17894
+
17895
+ /**
17896
+ * @param {string} value
17897
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
17898
+ */
17899
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.setDvdWrite = function(value) {
17900
+ return jspb.Message.setField(this, 8, value);
17901
+ };
17902
+
17903
+
17904
+ /**
17905
+ * Clears the field making it undefined.
17906
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
17907
+ */
17908
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.clearDvdWrite = function() {
17909
+ return jspb.Message.setField(this, 8, undefined);
17910
+ };
17911
+
17912
+
17913
+ /**
17914
+ * Returns whether this field is set.
17915
+ * @return {boolean}
17916
+ */
17917
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.hasDvdWrite = function() {
17918
+ return jspb.Message.getField(this, 8) != null;
17919
+ };
17920
+
17921
+
17922
+ /**
17923
+ * optional string read_dvd = 9;
17924
+ * @return {string}
17925
+ */
17926
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.getReadDvd = function() {
17927
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, ""));
17928
+ };
17929
+
17930
+
17931
+ /**
17932
+ * @param {string} value
17933
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
17934
+ */
17935
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.setReadDvd = function(value) {
17936
+ return jspb.Message.setField(this, 9, value);
17937
+ };
17938
+
17939
+
17940
+ /**
17941
+ * Clears the field making it undefined.
17942
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
17943
+ */
17944
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.clearReadDvd = function() {
17945
+ return jspb.Message.setField(this, 9, undefined);
17946
+ };
17947
+
17948
+
17949
+ /**
17950
+ * Returns whether this field is set.
17951
+ * @return {boolean}
17952
+ */
17953
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.hasReadDvd = function() {
17954
+ return jspb.Message.getField(this, 9) != null;
17955
+ };
17956
+
17957
+
17958
+ /**
17959
+ * optional string drive_path = 10;
17960
+ * @return {string}
17961
+ */
17962
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.getDrivePath = function() {
17963
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, ""));
17964
+ };
17965
+
17966
+
17967
+ /**
17968
+ * @param {string} value
17969
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
17970
+ */
17971
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.setDrivePath = function(value) {
17972
+ return jspb.Message.setField(this, 10, value);
17973
+ };
17974
+
17975
+
17976
+ /**
17977
+ * Clears the field making it undefined.
17978
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
17979
+ */
17980
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.clearDrivePath = function() {
17981
+ return jspb.Message.setField(this, 10, undefined);
17982
+ };
17983
+
17984
+
17985
+ /**
17986
+ * Returns whether this field is set.
17987
+ * @return {boolean}
17988
+ */
17989
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.hasDrivePath = function() {
17990
+ return jspb.Message.getField(this, 10) != null;
17991
+ };
17992
+
17993
+
17994
+ /**
17995
+ * optional string firmware_version = 11;
17996
+ * @return {string}
17997
+ */
17998
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.getFirmwareVersion = function() {
17999
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
18000
+ };
18001
+
18002
+
18003
+ /**
18004
+ * @param {string} value
18005
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
18006
+ */
18007
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.setFirmwareVersion = function(value) {
18008
+ return jspb.Message.setField(this, 11, value);
18009
+ };
18010
+
18011
+
18012
+ /**
18013
+ * Clears the field making it undefined.
18014
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
18015
+ */
18016
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.clearFirmwareVersion = function() {
18017
+ return jspb.Message.setField(this, 11, undefined);
18018
+ };
18019
+
18020
+
18021
+ /**
18022
+ * Returns whether this field is set.
18023
+ * @return {boolean}
18024
+ */
18025
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.hasFirmwareVersion = function() {
18026
+ return jspb.Message.getField(this, 11) != null;
18027
+ };
18028
+
18029
+
18030
+ /**
18031
+ * optional string connection = 12;
18032
+ * @return {string}
18033
+ */
18034
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.getConnection = function() {
18035
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, ""));
18036
+ };
18037
+
18038
+
18039
+ /**
18040
+ * @param {string} value
18041
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
18042
+ */
18043
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.setConnection = function(value) {
18044
+ return jspb.Message.setField(this, 12, value);
18045
+ };
18046
+
18047
+
18048
+ /**
18049
+ * Clears the field making it undefined.
18050
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
18051
+ */
18052
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.clearConnection = function() {
18053
+ return jspb.Message.setField(this, 12, undefined);
18054
+ };
18055
+
18056
+
18057
+ /**
18058
+ * Returns whether this field is set.
18059
+ * @return {boolean}
18060
+ */
18061
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.hasConnection = function() {
18062
+ return jspb.Message.getField(this, 12) != null;
18063
+ };
18064
+
18065
+
18066
+ /**
18067
+ * optional string is_underrun_protection_enabled = 13;
18068
+ * @return {string}
18069
+ */
18070
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.getIsUnderrunProtectionEnabled = function() {
18071
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 13, ""));
18072
+ };
18073
+
18074
+
18075
+ /**
18076
+ * @param {string} value
18077
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
18078
+ */
18079
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.setIsUnderrunProtectionEnabled = function(value) {
18080
+ return jspb.Message.setField(this, 13, value);
18081
+ };
18082
+
18083
+
18084
+ /**
18085
+ * Clears the field making it undefined.
18086
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
18087
+ */
18088
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.clearIsUnderrunProtectionEnabled = function() {
18089
+ return jspb.Message.setField(this, 13, undefined);
18090
+ };
18091
+
18092
+
18093
+ /**
18094
+ * Returns whether this field is set.
18095
+ * @return {boolean}
18096
+ */
18097
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.hasIsUnderrunProtectionEnabled = function() {
18098
+ return jspb.Message.getField(this, 13) != null;
18099
+ };
18100
+
18101
+
18102
+ /**
18103
+ * optional string manufacturer = 14;
18104
+ * @return {string}
18105
+ */
18106
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.getManufacturer = function() {
18107
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 14, ""));
18108
+ };
18109
+
18110
+
18111
+ /**
18112
+ * @param {string} value
18113
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
18114
+ */
18115
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.setManufacturer = function(value) {
18116
+ return jspb.Message.setField(this, 14, value);
18117
+ };
18118
+
18119
+
18120
+ /**
18121
+ * Clears the field making it undefined.
18122
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
18123
+ */
18124
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.clearManufacturer = function() {
18125
+ return jspb.Message.setField(this, 14, undefined);
18126
+ };
18127
+
18128
+
18129
+ /**
18130
+ * Returns whether this field is set.
18131
+ * @return {boolean}
18132
+ */
18133
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.hasManufacturer = function() {
18134
+ return jspb.Message.getField(this, 14) != null;
18135
+ };
18136
+
18137
+
18138
+ /**
18139
+ * optional string mount_point = 15;
18140
+ * @return {string}
18141
+ */
18142
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.getMountPoint = function() {
18143
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 15, ""));
18144
+ };
18145
+
18146
+
18147
+ /**
18148
+ * @param {string} value
18149
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
18150
+ */
18151
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.setMountPoint = function(value) {
18152
+ return jspb.Message.setField(this, 15, value);
18153
+ };
18154
+
18155
+
18156
+ /**
18157
+ * Clears the field making it undefined.
18158
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
18159
+ */
18160
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.clearMountPoint = function() {
18161
+ return jspb.Message.setField(this, 15, undefined);
18162
+ };
18163
+
18164
+
18165
+ /**
18166
+ * Returns whether this field is set.
18167
+ * @return {boolean}
18168
+ */
18169
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.hasMountPoint = function() {
18170
+ return jspb.Message.getField(this, 15) != null;
18171
+ };
18172
+
18173
+
18174
+ /**
18175
+ * optional string write_strategies = 16;
18176
+ * @return {string}
18177
+ */
18178
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.getWriteStrategies = function() {
18179
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 16, ""));
18180
+ };
18181
+
18182
+
18183
+ /**
18184
+ * @param {string} value
18185
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
18186
+ */
18187
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.setWriteStrategies = function(value) {
18188
+ return jspb.Message.setField(this, 16, value);
18189
+ };
18190
+
18191
+
18192
+ /**
18193
+ * Clears the field making it undefined.
18194
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
18195
+ */
18196
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.clearWriteStrategies = function() {
18197
+ return jspb.Message.setField(this, 16, undefined);
18198
+ };
18199
+
18200
+
18201
+ /**
18202
+ * Returns whether this field is set.
18203
+ * @return {boolean}
18204
+ */
18205
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.hasWriteStrategies = function() {
18206
+ return jspb.Message.getField(this, 16) != null;
18207
+ };
18208
+
18209
+
18210
+ /**
18211
+ * optional int32 scsi_bus = 17;
18212
+ * @return {number}
18213
+ */
18214
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.getScsiBus = function() {
18215
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 17, 0));
18216
+ };
18217
+
18218
+
18219
+ /**
18220
+ * @param {number} value
18221
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
18222
+ */
18223
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.setScsiBus = function(value) {
18224
+ return jspb.Message.setField(this, 17, value);
18225
+ };
18226
+
18227
+
18228
+ /**
18229
+ * Clears the field making it undefined.
18230
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
18231
+ */
18232
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.clearScsiBus = function() {
18233
+ return jspb.Message.setField(this, 17, undefined);
18234
+ };
18235
+
18236
+
18237
+ /**
18238
+ * Returns whether this field is set.
18239
+ * @return {boolean}
18240
+ */
18241
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.hasScsiBus = function() {
18242
+ return jspb.Message.getField(this, 17) != null;
18243
+ };
18244
+
18245
+
18246
+ /**
18247
+ * optional int32 scsi_logical_unit = 18;
18248
+ * @return {number}
18249
+ */
18250
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.getScsiLogicalUnit = function() {
18251
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 18, 0));
18252
+ };
18253
+
18254
+
18255
+ /**
18256
+ * @param {number} value
18257
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
18258
+ */
18259
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.setScsiLogicalUnit = function(value) {
18260
+ return jspb.Message.setField(this, 18, value);
18261
+ };
18262
+
18263
+
18264
+ /**
18265
+ * Clears the field making it undefined.
18266
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
18267
+ */
18268
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.clearScsiLogicalUnit = function() {
18269
+ return jspb.Message.setField(this, 18, undefined);
18270
+ };
18271
+
18272
+
18273
+ /**
18274
+ * Returns whether this field is set.
18275
+ * @return {boolean}
18276
+ */
18277
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.hasScsiLogicalUnit = function() {
18278
+ return jspb.Message.getField(this, 18) != null;
18279
+ };
18280
+
18281
+
18282
+ /**
18283
+ * optional int32 scsi_port = 19;
18284
+ * @return {number}
18285
+ */
18286
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.getScsiPort = function() {
18287
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 19, 0));
18288
+ };
18289
+
18290
+
18291
+ /**
18292
+ * @param {number} value
18293
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
18294
+ */
18295
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.setScsiPort = function(value) {
18296
+ return jspb.Message.setField(this, 19, value);
18297
+ };
18298
+
18299
+
18300
+ /**
18301
+ * Clears the field making it undefined.
18302
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
18303
+ */
18304
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.clearScsiPort = function() {
18305
+ return jspb.Message.setField(this, 19, undefined);
18306
+ };
18307
+
18308
+
18309
+ /**
18310
+ * Returns whether this field is set.
18311
+ * @return {boolean}
18312
+ */
18313
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.hasScsiPort = function() {
18314
+ return jspb.Message.getField(this, 19) != null;
18315
+ };
18316
+
18317
+
18318
+ /**
18319
+ * optional int32 scsi_target_id = 20;
18320
+ * @return {number}
18321
+ */
18322
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.getScsiTargetId = function() {
18323
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 20, 0));
18324
+ };
18325
+
18326
+
18327
+ /**
18328
+ * @param {number} value
18329
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
18330
+ */
18331
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.setScsiTargetId = function(value) {
18332
+ return jspb.Message.setField(this, 20, value);
18333
+ };
18334
+
18335
+
18336
+ /**
18337
+ * Clears the field making it undefined.
18338
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
18339
+ */
18340
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.clearScsiTargetId = function() {
18341
+ return jspb.Message.setField(this, 20, undefined);
18342
+ };
18343
+
18344
+
18345
+ /**
18346
+ * Returns whether this field is set.
18347
+ * @return {boolean}
18348
+ */
18349
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.hasScsiTargetId = function() {
18350
+ return jspb.Message.getField(this, 20) != null;
18351
+ };
18352
+
18353
+
18354
+ /**
18355
+ * optional string media_burn_information = 21;
18356
+ * @return {string}
18357
+ */
18358
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.getMediaBurnInformation = function() {
18359
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 21, ""));
18360
+ };
18361
+
18362
+
18363
+ /**
18364
+ * @param {string} value
18365
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
18366
+ */
18367
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.setMediaBurnInformation = function(value) {
18368
+ return jspb.Message.setField(this, 21, value);
18369
+ };
18370
+
18371
+
18372
+ /**
18373
+ * Clears the field making it undefined.
18374
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive} returns this
18375
+ */
18376
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.clearMediaBurnInformation = function() {
18377
+ return jspb.Message.setField(this, 21, undefined);
18378
+ };
18379
+
18380
+
18381
+ /**
18382
+ * Returns whether this field is set.
18383
+ * @return {boolean}
18384
+ */
18385
+ proto.com.lansweeper.dp.outbound.v1.OpticalDrive.prototype.hasMediaBurnInformation = function() {
18386
+ return jspb.Message.getField(this, 21) != null;
18387
+ };
18388
+
18389
+
18390
+
17193
18391
  /**
17194
18392
  * List of repeated fields within this message type.
17195
18393
  * @private {!Array<number>}