@lansweeper/data-platform-outbound-grpc 0.1.81 → 0.1.82

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.
@@ -53,6 +53,7 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDevic
53
53
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerInfrared', null, global);
54
54
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerSystemProduct', null, global);
55
55
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktop', null, global);
56
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor', null, global);
56
57
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDiskPartition', null, global);
57
58
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDisplay', null, global);
58
59
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDisplayController', null, global);
@@ -2344,6 +2345,27 @@ if (goog.DEBUG && !COMPILED) {
2344
2345
  */
2345
2346
  proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDisplay.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDisplay';
2346
2347
  }
2348
+ /**
2349
+ * Generated by JsPbCodeGenerator.
2350
+ * @param {Array=} opt_data Optional initial data array, typically from a
2351
+ * server response, or constructed directly in Javascript. The array is used
2352
+ * in place and becomes part of the constructed object. It is not cloned.
2353
+ * If no data is provided, the constructed object will be empty, but still
2354
+ * valid.
2355
+ * @extends {jspb.Message}
2356
+ * @constructor
2357
+ */
2358
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor = function(opt_data) {
2359
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
2360
+ };
2361
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor, jspb.Message);
2362
+ if (goog.DEBUG && !COMPILED) {
2363
+ /**
2364
+ * @public
2365
+ * @override
2366
+ */
2367
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor';
2368
+ }
2347
2369
  /**
2348
2370
  * Generated by JsPbCodeGenerator.
2349
2371
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -6206,7 +6228,7 @@ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasCloud = function() {
6206
6228
  * @private {!Array<number>}
6207
6229
  * @const
6208
6230
  */
6209
- 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,28,29,30,31,102,103,105,202,203,205,206,207,210,211,302,303,304];
6231
+ 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,202,203,205,206,207,210,211,302,303,304];
6210
6232
 
6211
6233
 
6212
6234
 
@@ -6290,6 +6312,8 @@ proto.com.lansweeper.dp.outbound.v1.Computer.toObject = function(includeInstance
6290
6312
  proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.toObject, includeInstance),
6291
6313
  windowsDesktopList: jspb.Message.toObjectList(msg.getWindowsDesktopList(),
6292
6314
  proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktop.toObject, includeInstance),
6315
+ windowsDesktopMonitorList: jspb.Message.toObjectList(msg.getWindowsDesktopMonitorList(),
6316
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.toObject, includeInstance),
6293
6317
  windowsDisplayList: jspb.Message.toObjectList(msg.getWindowsDisplayList(),
6294
6318
  proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDisplay.toObject, includeInstance),
6295
6319
  windowsDisplayControllerList: jspb.Message.toObjectList(msg.getWindowsDisplayControllerList(),
@@ -6503,6 +6527,11 @@ proto.com.lansweeper.dp.outbound.v1.Computer.deserializeBinaryFromReader = funct
6503
6527
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktop.deserializeBinaryFromReader);
6504
6528
  msg.addWindowsDesktop(value);
6505
6529
  break;
6530
+ case 32:
6531
+ var value = new proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor;
6532
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.deserializeBinaryFromReader);
6533
+ msg.addWindowsDesktopMonitor(value);
6534
+ break;
6506
6535
  case 28:
6507
6536
  var value = new proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDisplay;
6508
6537
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDisplay.deserializeBinaryFromReader);
@@ -6873,6 +6902,14 @@ proto.com.lansweeper.dp.outbound.v1.Computer.serializeBinaryToWriter = function(
6873
6902
  proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktop.serializeBinaryToWriter
6874
6903
  );
6875
6904
  }
6905
+ f = message.getWindowsDesktopMonitorList();
6906
+ if (f.length > 0) {
6907
+ writer.writeRepeatedMessage(
6908
+ 32,
6909
+ f,
6910
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.serializeBinaryToWriter
6911
+ );
6912
+ }
6876
6913
  f = message.getWindowsDisplayList();
6877
6914
  if (f.length > 0) {
6878
6915
  writer.writeRepeatedMessage(
@@ -8099,6 +8136,44 @@ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearWindowsDesktopList =
8099
8136
  };
8100
8137
 
8101
8138
 
8139
+ /**
8140
+ * repeated ComputerWindowsDesktopMonitor windows_desktop_monitor = 32;
8141
+ * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor>}
8142
+ */
8143
+ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.getWindowsDesktopMonitorList = function() {
8144
+ return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor>} */ (
8145
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor, 32));
8146
+ };
8147
+
8148
+
8149
+ /**
8150
+ * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor>} value
8151
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
8152
+ */
8153
+ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.setWindowsDesktopMonitorList = function(value) {
8154
+ return jspb.Message.setRepeatedWrapperField(this, 32, value);
8155
+ };
8156
+
8157
+
8158
+ /**
8159
+ * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor=} opt_value
8160
+ * @param {number=} opt_index
8161
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor}
8162
+ */
8163
+ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.addWindowsDesktopMonitor = function(opt_value, opt_index) {
8164
+ return jspb.Message.addToRepeatedWrapperField(this, 32, opt_value, proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor, opt_index);
8165
+ };
8166
+
8167
+
8168
+ /**
8169
+ * Clears the list making it empty but non-null.
8170
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
8171
+ */
8172
+ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearWindowsDesktopMonitorList = function() {
8173
+ return this.setWindowsDesktopMonitorList([]);
8174
+ };
8175
+
8176
+
8102
8177
  /**
8103
8178
  * repeated ComputerWindowsDisplay windows_display = 28;
8104
8179
  * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDisplay>}
@@ -59288,6 +59363,541 @@ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDisplay.prototype.hasSpecific
59288
59363
 
59289
59364
 
59290
59365
 
59366
+ if (jspb.Message.GENERATE_TO_OBJECT) {
59367
+ /**
59368
+ * Creates an object representation of this proto.
59369
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
59370
+ * Optional fields that are not set will be set to undefined.
59371
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
59372
+ * For the list of reserved names please see:
59373
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
59374
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
59375
+ * JSPB instance for transitional soy proto support:
59376
+ * http://goto/soy-param-migration
59377
+ * @return {!Object}
59378
+ */
59379
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.toObject = function(opt_includeInstance) {
59380
+ return proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.toObject(opt_includeInstance, this);
59381
+ };
59382
+
59383
+
59384
+ /**
59385
+ * Static version of the {@see toObject} method.
59386
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
59387
+ * the JSPB instance for transitional soy proto support:
59388
+ * http://goto/soy-param-migration
59389
+ * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor} msg The msg instance to transform.
59390
+ * @return {!Object}
59391
+ * @suppress {unusedLocalVariables} f is only used for nested messages
59392
+ */
59393
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.toObject = function(includeInstance, msg) {
59394
+ var f, obj = {
59395
+ availability: (f = msg.getAvailability()) && proto.com.lansweeper.dp.outbound.v1.MappedValue.toObject(includeInstance, f),
59396
+ caption: jspb.Message.getFieldWithDefault(msg, 2, ""),
59397
+ deviceId: jspb.Message.getFieldWithDefault(msg, 3, ""),
59398
+ monitorManufacturer: jspb.Message.getFieldWithDefault(msg, 4, ""),
59399
+ pixelsPerXLogicalInch: jspb.Message.getFieldWithDefault(msg, 5, 0),
59400
+ pixelsPerYLogicalInch: jspb.Message.getFieldWithDefault(msg, 6, 0),
59401
+ pnpDeviceId: jspb.Message.getFieldWithDefault(msg, 7, ""),
59402
+ screenHeight: jspb.Message.getFieldWithDefault(msg, 8, 0),
59403
+ screenWidth: jspb.Message.getFieldWithDefault(msg, 9, 0)
59404
+ };
59405
+
59406
+ if (includeInstance) {
59407
+ obj.$jspbMessageInstance = msg;
59408
+ }
59409
+ return obj;
59410
+ };
59411
+ }
59412
+
59413
+
59414
+ /**
59415
+ * Deserializes binary data (in protobuf wire format).
59416
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
59417
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor}
59418
+ */
59419
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.deserializeBinary = function(bytes) {
59420
+ var reader = new jspb.BinaryReader(bytes);
59421
+ var msg = new proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor;
59422
+ return proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.deserializeBinaryFromReader(msg, reader);
59423
+ };
59424
+
59425
+
59426
+ /**
59427
+ * Deserializes binary data (in protobuf wire format) from the
59428
+ * given reader into the given message object.
59429
+ * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor} msg The message object to deserialize into.
59430
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
59431
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor}
59432
+ */
59433
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.deserializeBinaryFromReader = function(msg, reader) {
59434
+ while (reader.nextField()) {
59435
+ if (reader.isEndGroup()) {
59436
+ break;
59437
+ }
59438
+ var field = reader.getFieldNumber();
59439
+ switch (field) {
59440
+ case 1:
59441
+ var value = new proto.com.lansweeper.dp.outbound.v1.MappedValue;
59442
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.MappedValue.deserializeBinaryFromReader);
59443
+ msg.setAvailability(value);
59444
+ break;
59445
+ case 2:
59446
+ var value = /** @type {string} */ (reader.readString());
59447
+ msg.setCaption(value);
59448
+ break;
59449
+ case 3:
59450
+ var value = /** @type {string} */ (reader.readString());
59451
+ msg.setDeviceId(value);
59452
+ break;
59453
+ case 4:
59454
+ var value = /** @type {string} */ (reader.readString());
59455
+ msg.setMonitorManufacturer(value);
59456
+ break;
59457
+ case 5:
59458
+ var value = /** @type {number} */ (reader.readUint32());
59459
+ msg.setPixelsPerXLogicalInch(value);
59460
+ break;
59461
+ case 6:
59462
+ var value = /** @type {number} */ (reader.readUint32());
59463
+ msg.setPixelsPerYLogicalInch(value);
59464
+ break;
59465
+ case 7:
59466
+ var value = /** @type {string} */ (reader.readString());
59467
+ msg.setPnpDeviceId(value);
59468
+ break;
59469
+ case 8:
59470
+ var value = /** @type {number} */ (reader.readUint32());
59471
+ msg.setScreenHeight(value);
59472
+ break;
59473
+ case 9:
59474
+ var value = /** @type {number} */ (reader.readUint32());
59475
+ msg.setScreenWidth(value);
59476
+ break;
59477
+ default:
59478
+ reader.skipField();
59479
+ break;
59480
+ }
59481
+ }
59482
+ return msg;
59483
+ };
59484
+
59485
+
59486
+ /**
59487
+ * Serializes the message to binary data (in protobuf wire format).
59488
+ * @return {!Uint8Array}
59489
+ */
59490
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.serializeBinary = function() {
59491
+ var writer = new jspb.BinaryWriter();
59492
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.serializeBinaryToWriter(this, writer);
59493
+ return writer.getResultBuffer();
59494
+ };
59495
+
59496
+
59497
+ /**
59498
+ * Serializes the given message to binary data (in protobuf wire
59499
+ * format), writing to the given BinaryWriter.
59500
+ * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor} message
59501
+ * @param {!jspb.BinaryWriter} writer
59502
+ * @suppress {unusedLocalVariables} f is only used for nested messages
59503
+ */
59504
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.serializeBinaryToWriter = function(message, writer) {
59505
+ var f = undefined;
59506
+ f = message.getAvailability();
59507
+ if (f != null) {
59508
+ writer.writeMessage(
59509
+ 1,
59510
+ f,
59511
+ proto.com.lansweeper.dp.outbound.v1.MappedValue.serializeBinaryToWriter
59512
+ );
59513
+ }
59514
+ f = /** @type {string} */ (jspb.Message.getField(message, 2));
59515
+ if (f != null) {
59516
+ writer.writeString(
59517
+ 2,
59518
+ f
59519
+ );
59520
+ }
59521
+ f = /** @type {string} */ (jspb.Message.getField(message, 3));
59522
+ if (f != null) {
59523
+ writer.writeString(
59524
+ 3,
59525
+ f
59526
+ );
59527
+ }
59528
+ f = /** @type {string} */ (jspb.Message.getField(message, 4));
59529
+ if (f != null) {
59530
+ writer.writeString(
59531
+ 4,
59532
+ f
59533
+ );
59534
+ }
59535
+ f = /** @type {number} */ (jspb.Message.getField(message, 5));
59536
+ if (f != null) {
59537
+ writer.writeUint32(
59538
+ 5,
59539
+ f
59540
+ );
59541
+ }
59542
+ f = /** @type {number} */ (jspb.Message.getField(message, 6));
59543
+ if (f != null) {
59544
+ writer.writeUint32(
59545
+ 6,
59546
+ f
59547
+ );
59548
+ }
59549
+ f = /** @type {string} */ (jspb.Message.getField(message, 7));
59550
+ if (f != null) {
59551
+ writer.writeString(
59552
+ 7,
59553
+ f
59554
+ );
59555
+ }
59556
+ f = /** @type {number} */ (jspb.Message.getField(message, 8));
59557
+ if (f != null) {
59558
+ writer.writeUint32(
59559
+ 8,
59560
+ f
59561
+ );
59562
+ }
59563
+ f = /** @type {number} */ (jspb.Message.getField(message, 9));
59564
+ if (f != null) {
59565
+ writer.writeUint32(
59566
+ 9,
59567
+ f
59568
+ );
59569
+ }
59570
+ };
59571
+
59572
+
59573
+ /**
59574
+ * optional MappedValue availability = 1;
59575
+ * @return {?proto.com.lansweeper.dp.outbound.v1.MappedValue}
59576
+ */
59577
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.getAvailability = function() {
59578
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.MappedValue} */ (
59579
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MappedValue, 1));
59580
+ };
59581
+
59582
+
59583
+ /**
59584
+ * @param {?proto.com.lansweeper.dp.outbound.v1.MappedValue|undefined} value
59585
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor} returns this
59586
+ */
59587
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.setAvailability = function(value) {
59588
+ return jspb.Message.setWrapperField(this, 1, value);
59589
+ };
59590
+
59591
+
59592
+ /**
59593
+ * Clears the message field making it undefined.
59594
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor} returns this
59595
+ */
59596
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.clearAvailability = function() {
59597
+ return this.setAvailability(undefined);
59598
+ };
59599
+
59600
+
59601
+ /**
59602
+ * Returns whether this field is set.
59603
+ * @return {boolean}
59604
+ */
59605
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.hasAvailability = function() {
59606
+ return jspb.Message.getField(this, 1) != null;
59607
+ };
59608
+
59609
+
59610
+ /**
59611
+ * optional string caption = 2;
59612
+ * @return {string}
59613
+ */
59614
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.getCaption = function() {
59615
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
59616
+ };
59617
+
59618
+
59619
+ /**
59620
+ * @param {string} value
59621
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor} returns this
59622
+ */
59623
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.setCaption = function(value) {
59624
+ return jspb.Message.setField(this, 2, value);
59625
+ };
59626
+
59627
+
59628
+ /**
59629
+ * Clears the field making it undefined.
59630
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor} returns this
59631
+ */
59632
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.clearCaption = function() {
59633
+ return jspb.Message.setField(this, 2, undefined);
59634
+ };
59635
+
59636
+
59637
+ /**
59638
+ * Returns whether this field is set.
59639
+ * @return {boolean}
59640
+ */
59641
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.hasCaption = function() {
59642
+ return jspb.Message.getField(this, 2) != null;
59643
+ };
59644
+
59645
+
59646
+ /**
59647
+ * optional string device_id = 3;
59648
+ * @return {string}
59649
+ */
59650
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.getDeviceId = function() {
59651
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
59652
+ };
59653
+
59654
+
59655
+ /**
59656
+ * @param {string} value
59657
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor} returns this
59658
+ */
59659
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.setDeviceId = function(value) {
59660
+ return jspb.Message.setField(this, 3, value);
59661
+ };
59662
+
59663
+
59664
+ /**
59665
+ * Clears the field making it undefined.
59666
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor} returns this
59667
+ */
59668
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.clearDeviceId = function() {
59669
+ return jspb.Message.setField(this, 3, undefined);
59670
+ };
59671
+
59672
+
59673
+ /**
59674
+ * Returns whether this field is set.
59675
+ * @return {boolean}
59676
+ */
59677
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.hasDeviceId = function() {
59678
+ return jspb.Message.getField(this, 3) != null;
59679
+ };
59680
+
59681
+
59682
+ /**
59683
+ * optional string monitor_manufacturer = 4;
59684
+ * @return {string}
59685
+ */
59686
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.getMonitorManufacturer = function() {
59687
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
59688
+ };
59689
+
59690
+
59691
+ /**
59692
+ * @param {string} value
59693
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor} returns this
59694
+ */
59695
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.setMonitorManufacturer = function(value) {
59696
+ return jspb.Message.setField(this, 4, value);
59697
+ };
59698
+
59699
+
59700
+ /**
59701
+ * Clears the field making it undefined.
59702
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor} returns this
59703
+ */
59704
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.clearMonitorManufacturer = function() {
59705
+ return jspb.Message.setField(this, 4, undefined);
59706
+ };
59707
+
59708
+
59709
+ /**
59710
+ * Returns whether this field is set.
59711
+ * @return {boolean}
59712
+ */
59713
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.hasMonitorManufacturer = function() {
59714
+ return jspb.Message.getField(this, 4) != null;
59715
+ };
59716
+
59717
+
59718
+ /**
59719
+ * optional uint32 pixels_per_x_logical_inch = 5;
59720
+ * @return {number}
59721
+ */
59722
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.getPixelsPerXLogicalInch = function() {
59723
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 5, 0));
59724
+ };
59725
+
59726
+
59727
+ /**
59728
+ * @param {number} value
59729
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor} returns this
59730
+ */
59731
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.setPixelsPerXLogicalInch = function(value) {
59732
+ return jspb.Message.setField(this, 5, value);
59733
+ };
59734
+
59735
+
59736
+ /**
59737
+ * Clears the field making it undefined.
59738
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor} returns this
59739
+ */
59740
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.clearPixelsPerXLogicalInch = function() {
59741
+ return jspb.Message.setField(this, 5, undefined);
59742
+ };
59743
+
59744
+
59745
+ /**
59746
+ * Returns whether this field is set.
59747
+ * @return {boolean}
59748
+ */
59749
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.hasPixelsPerXLogicalInch = function() {
59750
+ return jspb.Message.getField(this, 5) != null;
59751
+ };
59752
+
59753
+
59754
+ /**
59755
+ * optional uint32 pixels_per_y_logical_inch = 6;
59756
+ * @return {number}
59757
+ */
59758
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.getPixelsPerYLogicalInch = function() {
59759
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 6, 0));
59760
+ };
59761
+
59762
+
59763
+ /**
59764
+ * @param {number} value
59765
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor} returns this
59766
+ */
59767
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.setPixelsPerYLogicalInch = function(value) {
59768
+ return jspb.Message.setField(this, 6, value);
59769
+ };
59770
+
59771
+
59772
+ /**
59773
+ * Clears the field making it undefined.
59774
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor} returns this
59775
+ */
59776
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.clearPixelsPerYLogicalInch = function() {
59777
+ return jspb.Message.setField(this, 6, undefined);
59778
+ };
59779
+
59780
+
59781
+ /**
59782
+ * Returns whether this field is set.
59783
+ * @return {boolean}
59784
+ */
59785
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.hasPixelsPerYLogicalInch = function() {
59786
+ return jspb.Message.getField(this, 6) != null;
59787
+ };
59788
+
59789
+
59790
+ /**
59791
+ * optional string pnp_device_id = 7;
59792
+ * @return {string}
59793
+ */
59794
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.getPnpDeviceId = function() {
59795
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
59796
+ };
59797
+
59798
+
59799
+ /**
59800
+ * @param {string} value
59801
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor} returns this
59802
+ */
59803
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.setPnpDeviceId = function(value) {
59804
+ return jspb.Message.setField(this, 7, value);
59805
+ };
59806
+
59807
+
59808
+ /**
59809
+ * Clears the field making it undefined.
59810
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor} returns this
59811
+ */
59812
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.clearPnpDeviceId = function() {
59813
+ return jspb.Message.setField(this, 7, undefined);
59814
+ };
59815
+
59816
+
59817
+ /**
59818
+ * Returns whether this field is set.
59819
+ * @return {boolean}
59820
+ */
59821
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.hasPnpDeviceId = function() {
59822
+ return jspb.Message.getField(this, 7) != null;
59823
+ };
59824
+
59825
+
59826
+ /**
59827
+ * optional uint32 screen_height = 8;
59828
+ * @return {number}
59829
+ */
59830
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.getScreenHeight = function() {
59831
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 8, 0));
59832
+ };
59833
+
59834
+
59835
+ /**
59836
+ * @param {number} value
59837
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor} returns this
59838
+ */
59839
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.setScreenHeight = function(value) {
59840
+ return jspb.Message.setField(this, 8, value);
59841
+ };
59842
+
59843
+
59844
+ /**
59845
+ * Clears the field making it undefined.
59846
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor} returns this
59847
+ */
59848
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.clearScreenHeight = function() {
59849
+ return jspb.Message.setField(this, 8, undefined);
59850
+ };
59851
+
59852
+
59853
+ /**
59854
+ * Returns whether this field is set.
59855
+ * @return {boolean}
59856
+ */
59857
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.hasScreenHeight = function() {
59858
+ return jspb.Message.getField(this, 8) != null;
59859
+ };
59860
+
59861
+
59862
+ /**
59863
+ * optional uint32 screen_width = 9;
59864
+ * @return {number}
59865
+ */
59866
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.getScreenWidth = function() {
59867
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 9, 0));
59868
+ };
59869
+
59870
+
59871
+ /**
59872
+ * @param {number} value
59873
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor} returns this
59874
+ */
59875
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.setScreenWidth = function(value) {
59876
+ return jspb.Message.setField(this, 9, value);
59877
+ };
59878
+
59879
+
59880
+ /**
59881
+ * Clears the field making it undefined.
59882
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor} returns this
59883
+ */
59884
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.clearScreenWidth = function() {
59885
+ return jspb.Message.setField(this, 9, undefined);
59886
+ };
59887
+
59888
+
59889
+ /**
59890
+ * Returns whether this field is set.
59891
+ * @return {boolean}
59892
+ */
59893
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.prototype.hasScreenWidth = function() {
59894
+ return jspb.Message.getField(this, 9) != null;
59895
+ };
59896
+
59897
+
59898
+
59899
+
59900
+
59291
59901
  if (jspb.Message.GENERATE_TO_OBJECT) {
59292
59902
  /**
59293
59903
  * Creates an object representation of this proto.