@lansweeper/discovery-sensor-proto 2.13.22 → 2.14.0

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.
@@ -23,12 +23,13 @@ goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.BatteryHealthInf
23
23
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.BatteryModelInfo', null, global);
24
24
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.BatteryPower', null, global);
25
25
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.Bluetooth', null, global);
26
+ goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.Display', null, global);
26
27
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.HardDisk', null, global);
27
28
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.MacBasicInfo', null, global);
28
29
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.MacBluetooth', null, global);
30
+ goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.MacDisplay', null, global);
29
31
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.MacHardDisk', null, global);
30
32
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.MacMemory', null, global);
31
- goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor', null, global);
32
33
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.MacNetwork', null, global);
33
34
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.MacNetworkVolume', null, global);
34
35
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.MacOsInfo', null, global);
@@ -667,16 +668,37 @@ if (goog.DEBUG && !COMPILED) {
667
668
  * @extends {jspb.Message}
668
669
  * @constructor
669
670
  */
670
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor = function(opt_data) {
671
- jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.repeatedFields_, null);
671
+ proto.com.lansweeper.discovery.sensor.mac.v1.MacDisplay = function(opt_data) {
672
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.discovery.sensor.mac.v1.MacDisplay.repeatedFields_, null);
672
673
  };
673
- goog.inherits(proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor, jspb.Message);
674
+ goog.inherits(proto.com.lansweeper.discovery.sensor.mac.v1.MacDisplay, jspb.Message);
674
675
  if (goog.DEBUG && !COMPILED) {
675
676
  /**
676
677
  * @public
677
678
  * @override
678
679
  */
679
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.displayName = 'proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor';
680
+ proto.com.lansweeper.discovery.sensor.mac.v1.MacDisplay.displayName = 'proto.com.lansweeper.discovery.sensor.mac.v1.MacDisplay';
681
+ }
682
+ /**
683
+ * Generated by JsPbCodeGenerator.
684
+ * @param {Array=} opt_data Optional initial data array, typically from a
685
+ * server response, or constructed directly in Javascript. The array is used
686
+ * in place and becomes part of the constructed object. It is not cloned.
687
+ * If no data is provided, the constructed object will be empty, but still
688
+ * valid.
689
+ * @extends {jspb.Message}
690
+ * @constructor
691
+ */
692
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display = function(opt_data) {
693
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.discovery.sensor.mac.v1.Display.repeatedFields_, null);
694
+ };
695
+ goog.inherits(proto.com.lansweeper.discovery.sensor.mac.v1.Display, jspb.Message);
696
+ if (goog.DEBUG && !COMPILED) {
697
+ /**
698
+ * @public
699
+ * @override
700
+ */
701
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.displayName = 'proto.com.lansweeper.discovery.sensor.mac.v1.Display';
680
702
  }
681
703
  /**
682
704
  * Generated by JsPbCodeGenerator.
@@ -12035,7 +12057,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.SystemHardware.prototype.hasSmcVers
12035
12057
  * @private {!Array<number>}
12036
12058
  * @const
12037
12059
  */
12038
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.repeatedFields_ = [3];
12060
+ proto.com.lansweeper.discovery.sensor.mac.v1.MacDisplay.repeatedFields_ = [1];
12039
12061
 
12040
12062
 
12041
12063
 
@@ -12052,8 +12074,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
12052
12074
  * http://goto/soy-param-migration
12053
12075
  * @return {!Object}
12054
12076
  */
12055
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.toObject = function(opt_includeInstance) {
12056
- return proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.toObject(opt_includeInstance, this);
12077
+ proto.com.lansweeper.discovery.sensor.mac.v1.MacDisplay.prototype.toObject = function(opt_includeInstance) {
12078
+ return proto.com.lansweeper.discovery.sensor.mac.v1.MacDisplay.toObject(opt_includeInstance, this);
12057
12079
  };
12058
12080
 
12059
12081
 
@@ -12062,15 +12084,175 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.toObject = fun
12062
12084
  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
12063
12085
  * the JSPB instance for transitional soy proto support:
12064
12086
  * http://goto/soy-param-migration
12065
- * @param {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} msg The msg instance to transform.
12087
+ * @param {!proto.com.lansweeper.discovery.sensor.mac.v1.MacDisplay} msg The msg instance to transform.
12066
12088
  * @return {!Object}
12067
12089
  * @suppress {unusedLocalVariables} f is only used for nested messages
12068
12090
  */
12069
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.toObject = function(includeInstance, msg) {
12091
+ proto.com.lansweeper.discovery.sensor.mac.v1.MacDisplay.toObject = function(includeInstance, msg) {
12092
+ var f, obj = {
12093
+ entriesList: jspb.Message.toObjectList(msg.getEntriesList(),
12094
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.toObject, includeInstance)
12095
+ };
12096
+
12097
+ if (includeInstance) {
12098
+ obj.$jspbMessageInstance = msg;
12099
+ }
12100
+ return obj;
12101
+ };
12102
+ }
12103
+
12104
+
12105
+ /**
12106
+ * Deserializes binary data (in protobuf wire format).
12107
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
12108
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacDisplay}
12109
+ */
12110
+ proto.com.lansweeper.discovery.sensor.mac.v1.MacDisplay.deserializeBinary = function(bytes) {
12111
+ var reader = new jspb.BinaryReader(bytes);
12112
+ var msg = new proto.com.lansweeper.discovery.sensor.mac.v1.MacDisplay;
12113
+ return proto.com.lansweeper.discovery.sensor.mac.v1.MacDisplay.deserializeBinaryFromReader(msg, reader);
12114
+ };
12115
+
12116
+
12117
+ /**
12118
+ * Deserializes binary data (in protobuf wire format) from the
12119
+ * given reader into the given message object.
12120
+ * @param {!proto.com.lansweeper.discovery.sensor.mac.v1.MacDisplay} msg The message object to deserialize into.
12121
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
12122
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacDisplay}
12123
+ */
12124
+ proto.com.lansweeper.discovery.sensor.mac.v1.MacDisplay.deserializeBinaryFromReader = function(msg, reader) {
12125
+ while (reader.nextField()) {
12126
+ if (reader.isEndGroup()) {
12127
+ break;
12128
+ }
12129
+ var field = reader.getFieldNumber();
12130
+ switch (field) {
12131
+ case 1:
12132
+ var value = new proto.com.lansweeper.discovery.sensor.mac.v1.Display;
12133
+ reader.readMessage(value,proto.com.lansweeper.discovery.sensor.mac.v1.Display.deserializeBinaryFromReader);
12134
+ msg.addEntries(value);
12135
+ break;
12136
+ default:
12137
+ reader.skipField();
12138
+ break;
12139
+ }
12140
+ }
12141
+ return msg;
12142
+ };
12143
+
12144
+
12145
+ /**
12146
+ * Serializes the message to binary data (in protobuf wire format).
12147
+ * @return {!Uint8Array}
12148
+ */
12149
+ proto.com.lansweeper.discovery.sensor.mac.v1.MacDisplay.prototype.serializeBinary = function() {
12150
+ var writer = new jspb.BinaryWriter();
12151
+ proto.com.lansweeper.discovery.sensor.mac.v1.MacDisplay.serializeBinaryToWriter(this, writer);
12152
+ return writer.getResultBuffer();
12153
+ };
12154
+
12155
+
12156
+ /**
12157
+ * Serializes the given message to binary data (in protobuf wire
12158
+ * format), writing to the given BinaryWriter.
12159
+ * @param {!proto.com.lansweeper.discovery.sensor.mac.v1.MacDisplay} message
12160
+ * @param {!jspb.BinaryWriter} writer
12161
+ * @suppress {unusedLocalVariables} f is only used for nested messages
12162
+ */
12163
+ proto.com.lansweeper.discovery.sensor.mac.v1.MacDisplay.serializeBinaryToWriter = function(message, writer) {
12164
+ var f = undefined;
12165
+ f = message.getEntriesList();
12166
+ if (f.length > 0) {
12167
+ writer.writeRepeatedMessage(
12168
+ 1,
12169
+ f,
12170
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.serializeBinaryToWriter
12171
+ );
12172
+ }
12173
+ };
12174
+
12175
+
12176
+ /**
12177
+ * repeated Display entries = 1;
12178
+ * @return {!Array<!proto.com.lansweeper.discovery.sensor.mac.v1.Display>}
12179
+ */
12180
+ proto.com.lansweeper.discovery.sensor.mac.v1.MacDisplay.prototype.getEntriesList = function() {
12181
+ return /** @type{!Array<!proto.com.lansweeper.discovery.sensor.mac.v1.Display>} */ (
12182
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.discovery.sensor.mac.v1.Display, 1));
12183
+ };
12184
+
12185
+
12186
+ /**
12187
+ * @param {!Array<!proto.com.lansweeper.discovery.sensor.mac.v1.Display>} value
12188
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacDisplay} returns this
12189
+ */
12190
+ proto.com.lansweeper.discovery.sensor.mac.v1.MacDisplay.prototype.setEntriesList = function(value) {
12191
+ return jspb.Message.setRepeatedWrapperField(this, 1, value);
12192
+ };
12193
+
12194
+
12195
+ /**
12196
+ * @param {!proto.com.lansweeper.discovery.sensor.mac.v1.Display=} opt_value
12197
+ * @param {number=} opt_index
12198
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display}
12199
+ */
12200
+ proto.com.lansweeper.discovery.sensor.mac.v1.MacDisplay.prototype.addEntries = function(opt_value, opt_index) {
12201
+ return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.com.lansweeper.discovery.sensor.mac.v1.Display, opt_index);
12202
+ };
12203
+
12204
+
12205
+ /**
12206
+ * Clears the list making it empty but non-null.
12207
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacDisplay} returns this
12208
+ */
12209
+ proto.com.lansweeper.discovery.sensor.mac.v1.MacDisplay.prototype.clearEntriesList = function() {
12210
+ return this.setEntriesList([]);
12211
+ };
12212
+
12213
+
12214
+
12215
+ /**
12216
+ * List of repeated fields within this message type.
12217
+ * @private {!Array<number>}
12218
+ * @const
12219
+ */
12220
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.repeatedFields_ = [3];
12221
+
12222
+
12223
+
12224
+ if (jspb.Message.GENERATE_TO_OBJECT) {
12225
+ /**
12226
+ * Creates an object representation of this proto.
12227
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
12228
+ * Optional fields that are not set will be set to undefined.
12229
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
12230
+ * For the list of reserved names please see:
12231
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
12232
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
12233
+ * JSPB instance for transitional soy proto support:
12234
+ * http://goto/soy-param-migration
12235
+ * @return {!Object}
12236
+ */
12237
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.toObject = function(opt_includeInstance) {
12238
+ return proto.com.lansweeper.discovery.sensor.mac.v1.Display.toObject(opt_includeInstance, this);
12239
+ };
12240
+
12241
+
12242
+ /**
12243
+ * Static version of the {@see toObject} method.
12244
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
12245
+ * the JSPB instance for transitional soy proto support:
12246
+ * http://goto/soy-param-migration
12247
+ * @param {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} msg The msg instance to transform.
12248
+ * @return {!Object}
12249
+ * @suppress {unusedLocalVariables} f is only used for nested messages
12250
+ */
12251
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.toObject = function(includeInstance, msg) {
12070
12252
  var f, obj = {
12071
12253
  name: (f = msg.getName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12072
12254
  mtlGpuFamilySupport: (f = msg.getMtlGpuFamilySupport()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12073
- entriesList: jspb.Message.toObjectList(msg.getEntriesList(),
12255
+ monitorsList: jspb.Message.toObjectList(msg.getMonitorsList(),
12074
12256
  proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.toObject, includeInstance),
12075
12257
  vendor: (f = msg.getVendor()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12076
12258
  vram: (f = msg.getVram()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
@@ -12094,23 +12276,23 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.toObject = function(incl
12094
12276
  /**
12095
12277
  * Deserializes binary data (in protobuf wire format).
12096
12278
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
12097
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor}
12279
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display}
12098
12280
  */
12099
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.deserializeBinary = function(bytes) {
12281
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.deserializeBinary = function(bytes) {
12100
12282
  var reader = new jspb.BinaryReader(bytes);
12101
- var msg = new proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor;
12102
- return proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.deserializeBinaryFromReader(msg, reader);
12283
+ var msg = new proto.com.lansweeper.discovery.sensor.mac.v1.Display;
12284
+ return proto.com.lansweeper.discovery.sensor.mac.v1.Display.deserializeBinaryFromReader(msg, reader);
12103
12285
  };
12104
12286
 
12105
12287
 
12106
12288
  /**
12107
12289
  * Deserializes binary data (in protobuf wire format) from the
12108
12290
  * given reader into the given message object.
12109
- * @param {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} msg The message object to deserialize into.
12291
+ * @param {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} msg The message object to deserialize into.
12110
12292
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
12111
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor}
12293
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display}
12112
12294
  */
12113
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.deserializeBinaryFromReader = function(msg, reader) {
12295
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.deserializeBinaryFromReader = function(msg, reader) {
12114
12296
  while (reader.nextField()) {
12115
12297
  if (reader.isEndGroup()) {
12116
12298
  break;
@@ -12130,7 +12312,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.deserializeBinaryFromRea
12130
12312
  case 3:
12131
12313
  var value = new proto.com.lansweeper.discovery.sensor.mac.v1.Monitor;
12132
12314
  reader.readMessage(value,proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.deserializeBinaryFromReader);
12133
- msg.addEntries(value);
12315
+ msg.addMonitors(value);
12134
12316
  break;
12135
12317
  case 4:
12136
12318
  var value = new google_protobuf_wrappers_pb.StringValue;
@@ -12190,9 +12372,9 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.deserializeBinaryFromRea
12190
12372
  * Serializes the message to binary data (in protobuf wire format).
12191
12373
  * @return {!Uint8Array}
12192
12374
  */
12193
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.serializeBinary = function() {
12375
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.serializeBinary = function() {
12194
12376
  var writer = new jspb.BinaryWriter();
12195
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.serializeBinaryToWriter(this, writer);
12377
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.serializeBinaryToWriter(this, writer);
12196
12378
  return writer.getResultBuffer();
12197
12379
  };
12198
12380
 
@@ -12200,11 +12382,11 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.serializeBinar
12200
12382
  /**
12201
12383
  * Serializes the given message to binary data (in protobuf wire
12202
12384
  * format), writing to the given BinaryWriter.
12203
- * @param {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} message
12385
+ * @param {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} message
12204
12386
  * @param {!jspb.BinaryWriter} writer
12205
12387
  * @suppress {unusedLocalVariables} f is only used for nested messages
12206
12388
  */
12207
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.serializeBinaryToWriter = function(message, writer) {
12389
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.serializeBinaryToWriter = function(message, writer) {
12208
12390
  var f = undefined;
12209
12391
  f = message.getName();
12210
12392
  if (f != null) {
@@ -12222,7 +12404,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.serializeBinaryToWriter
12222
12404
  google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
12223
12405
  );
12224
12406
  }
12225
- f = message.getEntriesList();
12407
+ f = message.getMonitorsList();
12226
12408
  if (f.length > 0) {
12227
12409
  writer.writeRepeatedMessage(
12228
12410
  3,
@@ -12309,7 +12491,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.serializeBinaryToWriter
12309
12491
  * optional google.protobuf.StringValue name = 1;
12310
12492
  * @return {?proto.google.protobuf.StringValue}
12311
12493
  */
12312
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getName = function() {
12494
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.getName = function() {
12313
12495
  return /** @type{?proto.google.protobuf.StringValue} */ (
12314
12496
  jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 1));
12315
12497
  };
@@ -12317,18 +12499,18 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getName = func
12317
12499
 
12318
12500
  /**
12319
12501
  * @param {?proto.google.protobuf.StringValue|undefined} value
12320
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12502
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12321
12503
  */
12322
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.setName = function(value) {
12504
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.setName = function(value) {
12323
12505
  return jspb.Message.setWrapperField(this, 1, value);
12324
12506
  };
12325
12507
 
12326
12508
 
12327
12509
  /**
12328
12510
  * Clears the message field making it undefined.
12329
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12511
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12330
12512
  */
12331
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearName = function() {
12513
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.clearName = function() {
12332
12514
  return this.setName(undefined);
12333
12515
  };
12334
12516
 
@@ -12337,7 +12519,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearName = fu
12337
12519
  * Returns whether this field is set.
12338
12520
  * @return {boolean}
12339
12521
  */
12340
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.hasName = function() {
12522
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.hasName = function() {
12341
12523
  return jspb.Message.getField(this, 1) != null;
12342
12524
  };
12343
12525
 
@@ -12346,7 +12528,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.hasName = func
12346
12528
  * optional google.protobuf.StringValue mtl_gpu_family_support = 2;
12347
12529
  * @return {?proto.google.protobuf.StringValue}
12348
12530
  */
12349
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getMtlGpuFamilySupport = function() {
12531
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.getMtlGpuFamilySupport = function() {
12350
12532
  return /** @type{?proto.google.protobuf.StringValue} */ (
12351
12533
  jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 2));
12352
12534
  };
@@ -12354,18 +12536,18 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getMtlGpuFamil
12354
12536
 
12355
12537
  /**
12356
12538
  * @param {?proto.google.protobuf.StringValue|undefined} value
12357
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12539
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12358
12540
  */
12359
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.setMtlGpuFamilySupport = function(value) {
12541
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.setMtlGpuFamilySupport = function(value) {
12360
12542
  return jspb.Message.setWrapperField(this, 2, value);
12361
12543
  };
12362
12544
 
12363
12545
 
12364
12546
  /**
12365
12547
  * Clears the message field making it undefined.
12366
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12548
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12367
12549
  */
12368
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearMtlGpuFamilySupport = function() {
12550
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.clearMtlGpuFamilySupport = function() {
12369
12551
  return this.setMtlGpuFamilySupport(undefined);
12370
12552
  };
12371
12553
 
@@ -12374,16 +12556,16 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearMtlGpuFam
12374
12556
  * Returns whether this field is set.
12375
12557
  * @return {boolean}
12376
12558
  */
12377
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.hasMtlGpuFamilySupport = function() {
12559
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.hasMtlGpuFamilySupport = function() {
12378
12560
  return jspb.Message.getField(this, 2) != null;
12379
12561
  };
12380
12562
 
12381
12563
 
12382
12564
  /**
12383
- * repeated Monitor entries = 3;
12565
+ * repeated Monitor monitors = 3;
12384
12566
  * @return {!Array<!proto.com.lansweeper.discovery.sensor.mac.v1.Monitor>}
12385
12567
  */
12386
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getEntriesList = function() {
12568
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.getMonitorsList = function() {
12387
12569
  return /** @type{!Array<!proto.com.lansweeper.discovery.sensor.mac.v1.Monitor>} */ (
12388
12570
  jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.discovery.sensor.mac.v1.Monitor, 3));
12389
12571
  };
@@ -12391,9 +12573,9 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getEntriesList
12391
12573
 
12392
12574
  /**
12393
12575
  * @param {!Array<!proto.com.lansweeper.discovery.sensor.mac.v1.Monitor>} value
12394
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12576
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12395
12577
  */
12396
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.setEntriesList = function(value) {
12578
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.setMonitorsList = function(value) {
12397
12579
  return jspb.Message.setRepeatedWrapperField(this, 3, value);
12398
12580
  };
12399
12581
 
@@ -12403,17 +12585,17 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.setEntriesList
12403
12585
  * @param {number=} opt_index
12404
12586
  * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Monitor}
12405
12587
  */
12406
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.addEntries = function(opt_value, opt_index) {
12588
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.addMonitors = function(opt_value, opt_index) {
12407
12589
  return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.com.lansweeper.discovery.sensor.mac.v1.Monitor, opt_index);
12408
12590
  };
12409
12591
 
12410
12592
 
12411
12593
  /**
12412
12594
  * Clears the list making it empty but non-null.
12413
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12595
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12414
12596
  */
12415
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearEntriesList = function() {
12416
- return this.setEntriesList([]);
12597
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.clearMonitorsList = function() {
12598
+ return this.setMonitorsList([]);
12417
12599
  };
12418
12600
 
12419
12601
 
@@ -12421,7 +12603,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearEntriesLi
12421
12603
  * optional google.protobuf.StringValue vendor = 4;
12422
12604
  * @return {?proto.google.protobuf.StringValue}
12423
12605
  */
12424
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getVendor = function() {
12606
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.getVendor = function() {
12425
12607
  return /** @type{?proto.google.protobuf.StringValue} */ (
12426
12608
  jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 4));
12427
12609
  };
@@ -12429,18 +12611,18 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getVendor = fu
12429
12611
 
12430
12612
  /**
12431
12613
  * @param {?proto.google.protobuf.StringValue|undefined} value
12432
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12614
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12433
12615
  */
12434
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.setVendor = function(value) {
12616
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.setVendor = function(value) {
12435
12617
  return jspb.Message.setWrapperField(this, 4, value);
12436
12618
  };
12437
12619
 
12438
12620
 
12439
12621
  /**
12440
12622
  * Clears the message field making it undefined.
12441
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12623
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12442
12624
  */
12443
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearVendor = function() {
12625
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.clearVendor = function() {
12444
12626
  return this.setVendor(undefined);
12445
12627
  };
12446
12628
 
@@ -12449,7 +12631,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearVendor =
12449
12631
  * Returns whether this field is set.
12450
12632
  * @return {boolean}
12451
12633
  */
12452
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.hasVendor = function() {
12634
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.hasVendor = function() {
12453
12635
  return jspb.Message.getField(this, 4) != null;
12454
12636
  };
12455
12637
 
@@ -12458,7 +12640,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.hasVendor = fu
12458
12640
  * optional google.protobuf.StringValue vram = 5;
12459
12641
  * @return {?proto.google.protobuf.StringValue}
12460
12642
  */
12461
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getVram = function() {
12643
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.getVram = function() {
12462
12644
  return /** @type{?proto.google.protobuf.StringValue} */ (
12463
12645
  jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 5));
12464
12646
  };
@@ -12466,18 +12648,18 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getVram = func
12466
12648
 
12467
12649
  /**
12468
12650
  * @param {?proto.google.protobuf.StringValue|undefined} value
12469
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12651
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12470
12652
  */
12471
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.setVram = function(value) {
12653
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.setVram = function(value) {
12472
12654
  return jspb.Message.setWrapperField(this, 5, value);
12473
12655
  };
12474
12656
 
12475
12657
 
12476
12658
  /**
12477
12659
  * Clears the message field making it undefined.
12478
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12660
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12479
12661
  */
12480
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearVram = function() {
12662
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.clearVram = function() {
12481
12663
  return this.setVram(undefined);
12482
12664
  };
12483
12665
 
@@ -12486,7 +12668,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearVram = fu
12486
12668
  * Returns whether this field is set.
12487
12669
  * @return {boolean}
12488
12670
  */
12489
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.hasVram = function() {
12671
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.hasVram = function() {
12490
12672
  return jspb.Message.getField(this, 5) != null;
12491
12673
  };
12492
12674
 
@@ -12495,7 +12677,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.hasVram = func
12495
12677
  * optional google.protobuf.StringValue rom_revision = 6;
12496
12678
  * @return {?proto.google.protobuf.StringValue}
12497
12679
  */
12498
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getRomRevision = function() {
12680
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.getRomRevision = function() {
12499
12681
  return /** @type{?proto.google.protobuf.StringValue} */ (
12500
12682
  jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 6));
12501
12683
  };
@@ -12503,18 +12685,18 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getRomRevision
12503
12685
 
12504
12686
  /**
12505
12687
  * @param {?proto.google.protobuf.StringValue|undefined} value
12506
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12688
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12507
12689
  */
12508
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.setRomRevision = function(value) {
12690
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.setRomRevision = function(value) {
12509
12691
  return jspb.Message.setWrapperField(this, 6, value);
12510
12692
  };
12511
12693
 
12512
12694
 
12513
12695
  /**
12514
12696
  * Clears the message field making it undefined.
12515
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12697
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12516
12698
  */
12517
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearRomRevision = function() {
12699
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.clearRomRevision = function() {
12518
12700
  return this.setRomRevision(undefined);
12519
12701
  };
12520
12702
 
@@ -12523,7 +12705,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearRomRevisi
12523
12705
  * Returns whether this field is set.
12524
12706
  * @return {boolean}
12525
12707
  */
12526
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.hasRomRevision = function() {
12708
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.hasRomRevision = function() {
12527
12709
  return jspb.Message.getField(this, 6) != null;
12528
12710
  };
12529
12711
 
@@ -12532,7 +12714,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.hasRomRevision
12532
12714
  * optional google.protobuf.StringValue revision_id = 7;
12533
12715
  * @return {?proto.google.protobuf.StringValue}
12534
12716
  */
12535
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getRevisionId = function() {
12717
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.getRevisionId = function() {
12536
12718
  return /** @type{?proto.google.protobuf.StringValue} */ (
12537
12719
  jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 7));
12538
12720
  };
@@ -12540,18 +12722,18 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getRevisionId
12540
12722
 
12541
12723
  /**
12542
12724
  * @param {?proto.google.protobuf.StringValue|undefined} value
12543
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12725
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12544
12726
  */
12545
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.setRevisionId = function(value) {
12727
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.setRevisionId = function(value) {
12546
12728
  return jspb.Message.setWrapperField(this, 7, value);
12547
12729
  };
12548
12730
 
12549
12731
 
12550
12732
  /**
12551
12733
  * Clears the message field making it undefined.
12552
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12734
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12553
12735
  */
12554
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearRevisionId = function() {
12736
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.clearRevisionId = function() {
12555
12737
  return this.setRevisionId(undefined);
12556
12738
  };
12557
12739
 
@@ -12560,7 +12742,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearRevisionI
12560
12742
  * Returns whether this field is set.
12561
12743
  * @return {boolean}
12562
12744
  */
12563
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.hasRevisionId = function() {
12745
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.hasRevisionId = function() {
12564
12746
  return jspb.Message.getField(this, 7) != null;
12565
12747
  };
12566
12748
 
@@ -12569,7 +12751,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.hasRevisionId
12569
12751
  * optional google.protobuf.StringValue device_id = 8;
12570
12752
  * @return {?proto.google.protobuf.StringValue}
12571
12753
  */
12572
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getDeviceId = function() {
12754
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.getDeviceId = function() {
12573
12755
  return /** @type{?proto.google.protobuf.StringValue} */ (
12574
12756
  jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 8));
12575
12757
  };
@@ -12577,18 +12759,18 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getDeviceId =
12577
12759
 
12578
12760
  /**
12579
12761
  * @param {?proto.google.protobuf.StringValue|undefined} value
12580
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12762
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12581
12763
  */
12582
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.setDeviceId = function(value) {
12764
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.setDeviceId = function(value) {
12583
12765
  return jspb.Message.setWrapperField(this, 8, value);
12584
12766
  };
12585
12767
 
12586
12768
 
12587
12769
  /**
12588
12770
  * Clears the message field making it undefined.
12589
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12771
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12590
12772
  */
12591
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearDeviceId = function() {
12773
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.clearDeviceId = function() {
12592
12774
  return this.setDeviceId(undefined);
12593
12775
  };
12594
12776
 
@@ -12597,7 +12779,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearDeviceId
12597
12779
  * Returns whether this field is set.
12598
12780
  * @return {boolean}
12599
12781
  */
12600
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.hasDeviceId = function() {
12782
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.hasDeviceId = function() {
12601
12783
  return jspb.Message.getField(this, 8) != null;
12602
12784
  };
12603
12785
 
@@ -12606,7 +12788,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.hasDeviceId =
12606
12788
  * optional google.protobuf.StringValue sppci_bus = 9;
12607
12789
  * @return {?proto.google.protobuf.StringValue}
12608
12790
  */
12609
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getSppciBus = function() {
12791
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.getSppciBus = function() {
12610
12792
  return /** @type{?proto.google.protobuf.StringValue} */ (
12611
12793
  jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 9));
12612
12794
  };
@@ -12614,18 +12796,18 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getSppciBus =
12614
12796
 
12615
12797
  /**
12616
12798
  * @param {?proto.google.protobuf.StringValue|undefined} value
12617
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12799
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12618
12800
  */
12619
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.setSppciBus = function(value) {
12801
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.setSppciBus = function(value) {
12620
12802
  return jspb.Message.setWrapperField(this, 9, value);
12621
12803
  };
12622
12804
 
12623
12805
 
12624
12806
  /**
12625
12807
  * Clears the message field making it undefined.
12626
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12808
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12627
12809
  */
12628
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearSppciBus = function() {
12810
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.clearSppciBus = function() {
12629
12811
  return this.setSppciBus(undefined);
12630
12812
  };
12631
12813
 
@@ -12634,7 +12816,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearSppciBus
12634
12816
  * Returns whether this field is set.
12635
12817
  * @return {boolean}
12636
12818
  */
12637
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.hasSppciBus = function() {
12819
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.hasSppciBus = function() {
12638
12820
  return jspb.Message.getField(this, 9) != null;
12639
12821
  };
12640
12822
 
@@ -12643,7 +12825,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.hasSppciBus =
12643
12825
  * optional google.protobuf.StringValue sppci_cores = 10;
12644
12826
  * @return {?proto.google.protobuf.StringValue}
12645
12827
  */
12646
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getSppciCores = function() {
12828
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.getSppciCores = function() {
12647
12829
  return /** @type{?proto.google.protobuf.StringValue} */ (
12648
12830
  jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 10));
12649
12831
  };
@@ -12651,18 +12833,18 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getSppciCores
12651
12833
 
12652
12834
  /**
12653
12835
  * @param {?proto.google.protobuf.StringValue|undefined} value
12654
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12836
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12655
12837
  */
12656
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.setSppciCores = function(value) {
12838
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.setSppciCores = function(value) {
12657
12839
  return jspb.Message.setWrapperField(this, 10, value);
12658
12840
  };
12659
12841
 
12660
12842
 
12661
12843
  /**
12662
12844
  * Clears the message field making it undefined.
12663
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12845
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12664
12846
  */
12665
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearSppciCores = function() {
12847
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.clearSppciCores = function() {
12666
12848
  return this.setSppciCores(undefined);
12667
12849
  };
12668
12850
 
@@ -12671,7 +12853,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearSppciCore
12671
12853
  * Returns whether this field is set.
12672
12854
  * @return {boolean}
12673
12855
  */
12674
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.hasSppciCores = function() {
12856
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.hasSppciCores = function() {
12675
12857
  return jspb.Message.getField(this, 10) != null;
12676
12858
  };
12677
12859
 
@@ -12680,7 +12862,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.hasSppciCores
12680
12862
  * optional google.protobuf.StringValue sppci_device_type = 11;
12681
12863
  * @return {?proto.google.protobuf.StringValue}
12682
12864
  */
12683
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getSppciDeviceType = function() {
12865
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.getSppciDeviceType = function() {
12684
12866
  return /** @type{?proto.google.protobuf.StringValue} */ (
12685
12867
  jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 11));
12686
12868
  };
@@ -12688,18 +12870,18 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getSppciDevice
12688
12870
 
12689
12871
  /**
12690
12872
  * @param {?proto.google.protobuf.StringValue|undefined} value
12691
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12873
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12692
12874
  */
12693
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.setSppciDeviceType = function(value) {
12875
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.setSppciDeviceType = function(value) {
12694
12876
  return jspb.Message.setWrapperField(this, 11, value);
12695
12877
  };
12696
12878
 
12697
12879
 
12698
12880
  /**
12699
12881
  * Clears the message field making it undefined.
12700
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12882
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12701
12883
  */
12702
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearSppciDeviceType = function() {
12884
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.clearSppciDeviceType = function() {
12703
12885
  return this.setSppciDeviceType(undefined);
12704
12886
  };
12705
12887
 
@@ -12708,7 +12890,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearSppciDevi
12708
12890
  * Returns whether this field is set.
12709
12891
  * @return {boolean}
12710
12892
  */
12711
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.hasSppciDeviceType = function() {
12893
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.hasSppciDeviceType = function() {
12712
12894
  return jspb.Message.getField(this, 11) != null;
12713
12895
  };
12714
12896
 
@@ -12717,7 +12899,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.hasSppciDevice
12717
12899
  * optional google.protobuf.StringValue sppci_model = 12;
12718
12900
  * @return {?proto.google.protobuf.StringValue}
12719
12901
  */
12720
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getSppciModel = function() {
12902
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.getSppciModel = function() {
12721
12903
  return /** @type{?proto.google.protobuf.StringValue} */ (
12722
12904
  jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 12));
12723
12905
  };
@@ -12725,18 +12907,18 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getSppciModel
12725
12907
 
12726
12908
  /**
12727
12909
  * @param {?proto.google.protobuf.StringValue|undefined} value
12728
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12910
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12729
12911
  */
12730
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.setSppciModel = function(value) {
12912
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.setSppciModel = function(value) {
12731
12913
  return jspb.Message.setWrapperField(this, 12, value);
12732
12914
  };
12733
12915
 
12734
12916
 
12735
12917
  /**
12736
12918
  * Clears the message field making it undefined.
12737
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12919
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12738
12920
  */
12739
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearSppciModel = function() {
12921
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.clearSppciModel = function() {
12740
12922
  return this.setSppciModel(undefined);
12741
12923
  };
12742
12924
 
@@ -12745,7 +12927,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearSppciMode
12745
12927
  * Returns whether this field is set.
12746
12928
  * @return {boolean}
12747
12929
  */
12748
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.hasSppciModel = function() {
12930
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.hasSppciModel = function() {
12749
12931
  return jspb.Message.getField(this, 12) != null;
12750
12932
  };
12751
12933