@lansweeper/discovery-sensor-proto 2.13.21 → 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,167 @@ 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];
12061
+
12062
+
12063
+
12064
+ if (jspb.Message.GENERATE_TO_OBJECT) {
12065
+ /**
12066
+ * Creates an object representation of this proto.
12067
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
12068
+ * Optional fields that are not set will be set to undefined.
12069
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
12070
+ * For the list of reserved names please see:
12071
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
12072
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
12073
+ * JSPB instance for transitional soy proto support:
12074
+ * http://goto/soy-param-migration
12075
+ * @return {!Object}
12076
+ */
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);
12079
+ };
12080
+
12081
+
12082
+ /**
12083
+ * Static version of the {@see toObject} method.
12084
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
12085
+ * the JSPB instance for transitional soy proto support:
12086
+ * http://goto/soy-param-migration
12087
+ * @param {!proto.com.lansweeper.discovery.sensor.mac.v1.MacDisplay} msg The msg instance to transform.
12088
+ * @return {!Object}
12089
+ * @suppress {unusedLocalVariables} f is only used for nested messages
12090
+ */
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];
12039
12221
 
12040
12222
 
12041
12223
 
@@ -12052,8 +12234,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
12052
12234
  * http://goto/soy-param-migration
12053
12235
  * @return {!Object}
12054
12236
  */
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);
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);
12057
12239
  };
12058
12240
 
12059
12241
 
@@ -12062,17 +12244,21 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.toObject = fun
12062
12244
  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
12063
12245
  * the JSPB instance for transitional soy proto support:
12064
12246
  * http://goto/soy-param-migration
12065
- * @param {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} msg The msg instance to transform.
12247
+ * @param {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} msg The msg instance to transform.
12066
12248
  * @return {!Object}
12067
12249
  * @suppress {unusedLocalVariables} f is only used for nested messages
12068
12250
  */
12069
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.toObject = function(includeInstance, msg) {
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),
12258
+ vram: (f = msg.getVram()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12259
+ romRevision: (f = msg.getRomRevision()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12260
+ revisionId: (f = msg.getRevisionId()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12261
+ deviceId: (f = msg.getDeviceId()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12076
12262
  sppciBus: (f = msg.getSppciBus()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12077
12263
  sppciCores: (f = msg.getSppciCores()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12078
12264
  sppciDeviceType: (f = msg.getSppciDeviceType()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
@@ -12090,23 +12276,23 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.toObject = function(incl
12090
12276
  /**
12091
12277
  * Deserializes binary data (in protobuf wire format).
12092
12278
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
12093
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor}
12279
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display}
12094
12280
  */
12095
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.deserializeBinary = function(bytes) {
12281
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.deserializeBinary = function(bytes) {
12096
12282
  var reader = new jspb.BinaryReader(bytes);
12097
- var msg = new proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor;
12098
- 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);
12099
12285
  };
12100
12286
 
12101
12287
 
12102
12288
  /**
12103
12289
  * Deserializes binary data (in protobuf wire format) from the
12104
12290
  * given reader into the given message object.
12105
- * @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.
12106
12292
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
12107
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor}
12293
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display}
12108
12294
  */
12109
- 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) {
12110
12296
  while (reader.nextField()) {
12111
12297
  if (reader.isEndGroup()) {
12112
12298
  break;
@@ -12126,7 +12312,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.deserializeBinaryFromRea
12126
12312
  case 3:
12127
12313
  var value = new proto.com.lansweeper.discovery.sensor.mac.v1.Monitor;
12128
12314
  reader.readMessage(value,proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.deserializeBinaryFromReader);
12129
- msg.addEntries(value);
12315
+ msg.addMonitors(value);
12130
12316
  break;
12131
12317
  case 4:
12132
12318
  var value = new google_protobuf_wrappers_pb.StringValue;
@@ -12136,19 +12322,39 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.deserializeBinaryFromRea
12136
12322
  case 5:
12137
12323
  var value = new google_protobuf_wrappers_pb.StringValue;
12138
12324
  reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
12139
- msg.setSppciBus(value);
12325
+ msg.setVram(value);
12140
12326
  break;
12141
12327
  case 6:
12142
12328
  var value = new google_protobuf_wrappers_pb.StringValue;
12143
12329
  reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
12144
- msg.setSppciCores(value);
12330
+ msg.setRomRevision(value);
12145
12331
  break;
12146
12332
  case 7:
12147
12333
  var value = new google_protobuf_wrappers_pb.StringValue;
12148
12334
  reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
12149
- msg.setSppciDeviceType(value);
12335
+ msg.setRevisionId(value);
12150
12336
  break;
12151
12337
  case 8:
12338
+ var value = new google_protobuf_wrappers_pb.StringValue;
12339
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
12340
+ msg.setDeviceId(value);
12341
+ break;
12342
+ case 9:
12343
+ var value = new google_protobuf_wrappers_pb.StringValue;
12344
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
12345
+ msg.setSppciBus(value);
12346
+ break;
12347
+ case 10:
12348
+ var value = new google_protobuf_wrappers_pb.StringValue;
12349
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
12350
+ msg.setSppciCores(value);
12351
+ break;
12352
+ case 11:
12353
+ var value = new google_protobuf_wrappers_pb.StringValue;
12354
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
12355
+ msg.setSppciDeviceType(value);
12356
+ break;
12357
+ case 12:
12152
12358
  var value = new google_protobuf_wrappers_pb.StringValue;
12153
12359
  reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
12154
12360
  msg.setSppciModel(value);
@@ -12166,9 +12372,9 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.deserializeBinaryFromRea
12166
12372
  * Serializes the message to binary data (in protobuf wire format).
12167
12373
  * @return {!Uint8Array}
12168
12374
  */
12169
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.serializeBinary = function() {
12375
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.serializeBinary = function() {
12170
12376
  var writer = new jspb.BinaryWriter();
12171
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.serializeBinaryToWriter(this, writer);
12377
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.serializeBinaryToWriter(this, writer);
12172
12378
  return writer.getResultBuffer();
12173
12379
  };
12174
12380
 
@@ -12176,11 +12382,11 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.serializeBinar
12176
12382
  /**
12177
12383
  * Serializes the given message to binary data (in protobuf wire
12178
12384
  * format), writing to the given BinaryWriter.
12179
- * @param {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} message
12385
+ * @param {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} message
12180
12386
  * @param {!jspb.BinaryWriter} writer
12181
12387
  * @suppress {unusedLocalVariables} f is only used for nested messages
12182
12388
  */
12183
- 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) {
12184
12390
  var f = undefined;
12185
12391
  f = message.getName();
12186
12392
  if (f != null) {
@@ -12198,7 +12404,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.serializeBinaryToWriter
12198
12404
  google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
12199
12405
  );
12200
12406
  }
12201
- f = message.getEntriesList();
12407
+ f = message.getMonitorsList();
12202
12408
  if (f.length > 0) {
12203
12409
  writer.writeRepeatedMessage(
12204
12410
  3,
@@ -12214,7 +12420,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.serializeBinaryToWriter
12214
12420
  google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
12215
12421
  );
12216
12422
  }
12217
- f = message.getSppciBus();
12423
+ f = message.getVram();
12218
12424
  if (f != null) {
12219
12425
  writer.writeMessage(
12220
12426
  5,
@@ -12222,7 +12428,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.serializeBinaryToWriter
12222
12428
  google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
12223
12429
  );
12224
12430
  }
12225
- f = message.getSppciCores();
12431
+ f = message.getRomRevision();
12226
12432
  if (f != null) {
12227
12433
  writer.writeMessage(
12228
12434
  6,
@@ -12230,7 +12436,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.serializeBinaryToWriter
12230
12436
  google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
12231
12437
  );
12232
12438
  }
12233
- f = message.getSppciDeviceType();
12439
+ f = message.getRevisionId();
12234
12440
  if (f != null) {
12235
12441
  writer.writeMessage(
12236
12442
  7,
@@ -12238,7 +12444,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.serializeBinaryToWriter
12238
12444
  google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
12239
12445
  );
12240
12446
  }
12241
- f = message.getSppciModel();
12447
+ f = message.getDeviceId();
12242
12448
  if (f != null) {
12243
12449
  writer.writeMessage(
12244
12450
  8,
@@ -12246,6 +12452,38 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.serializeBinaryToWriter
12246
12452
  google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
12247
12453
  );
12248
12454
  }
12455
+ f = message.getSppciBus();
12456
+ if (f != null) {
12457
+ writer.writeMessage(
12458
+ 9,
12459
+ f,
12460
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
12461
+ );
12462
+ }
12463
+ f = message.getSppciCores();
12464
+ if (f != null) {
12465
+ writer.writeMessage(
12466
+ 10,
12467
+ f,
12468
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
12469
+ );
12470
+ }
12471
+ f = message.getSppciDeviceType();
12472
+ if (f != null) {
12473
+ writer.writeMessage(
12474
+ 11,
12475
+ f,
12476
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
12477
+ );
12478
+ }
12479
+ f = message.getSppciModel();
12480
+ if (f != null) {
12481
+ writer.writeMessage(
12482
+ 12,
12483
+ f,
12484
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
12485
+ );
12486
+ }
12249
12487
  };
12250
12488
 
12251
12489
 
@@ -12253,7 +12491,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.serializeBinaryToWriter
12253
12491
  * optional google.protobuf.StringValue name = 1;
12254
12492
  * @return {?proto.google.protobuf.StringValue}
12255
12493
  */
12256
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getName = function() {
12494
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.getName = function() {
12257
12495
  return /** @type{?proto.google.protobuf.StringValue} */ (
12258
12496
  jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 1));
12259
12497
  };
@@ -12261,18 +12499,18 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getName = func
12261
12499
 
12262
12500
  /**
12263
12501
  * @param {?proto.google.protobuf.StringValue|undefined} value
12264
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12502
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12265
12503
  */
12266
- 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) {
12267
12505
  return jspb.Message.setWrapperField(this, 1, value);
12268
12506
  };
12269
12507
 
12270
12508
 
12271
12509
  /**
12272
12510
  * Clears the message field making it undefined.
12273
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12511
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12274
12512
  */
12275
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearName = function() {
12513
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.clearName = function() {
12276
12514
  return this.setName(undefined);
12277
12515
  };
12278
12516
 
@@ -12281,7 +12519,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearName = fu
12281
12519
  * Returns whether this field is set.
12282
12520
  * @return {boolean}
12283
12521
  */
12284
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.hasName = function() {
12522
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.hasName = function() {
12285
12523
  return jspb.Message.getField(this, 1) != null;
12286
12524
  };
12287
12525
 
@@ -12290,7 +12528,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.hasName = func
12290
12528
  * optional google.protobuf.StringValue mtl_gpu_family_support = 2;
12291
12529
  * @return {?proto.google.protobuf.StringValue}
12292
12530
  */
12293
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getMtlGpuFamilySupport = function() {
12531
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.getMtlGpuFamilySupport = function() {
12294
12532
  return /** @type{?proto.google.protobuf.StringValue} */ (
12295
12533
  jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 2));
12296
12534
  };
@@ -12298,18 +12536,18 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getMtlGpuFamil
12298
12536
 
12299
12537
  /**
12300
12538
  * @param {?proto.google.protobuf.StringValue|undefined} value
12301
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12539
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12302
12540
  */
12303
- 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) {
12304
12542
  return jspb.Message.setWrapperField(this, 2, value);
12305
12543
  };
12306
12544
 
12307
12545
 
12308
12546
  /**
12309
12547
  * Clears the message field making it undefined.
12310
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12548
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12311
12549
  */
12312
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearMtlGpuFamilySupport = function() {
12550
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.clearMtlGpuFamilySupport = function() {
12313
12551
  return this.setMtlGpuFamilySupport(undefined);
12314
12552
  };
12315
12553
 
@@ -12318,16 +12556,16 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearMtlGpuFam
12318
12556
  * Returns whether this field is set.
12319
12557
  * @return {boolean}
12320
12558
  */
12321
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.hasMtlGpuFamilySupport = function() {
12559
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.hasMtlGpuFamilySupport = function() {
12322
12560
  return jspb.Message.getField(this, 2) != null;
12323
12561
  };
12324
12562
 
12325
12563
 
12326
12564
  /**
12327
- * repeated Monitor entries = 3;
12565
+ * repeated Monitor monitors = 3;
12328
12566
  * @return {!Array<!proto.com.lansweeper.discovery.sensor.mac.v1.Monitor>}
12329
12567
  */
12330
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getEntriesList = function() {
12568
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.getMonitorsList = function() {
12331
12569
  return /** @type{!Array<!proto.com.lansweeper.discovery.sensor.mac.v1.Monitor>} */ (
12332
12570
  jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.discovery.sensor.mac.v1.Monitor, 3));
12333
12571
  };
@@ -12335,9 +12573,9 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getEntriesList
12335
12573
 
12336
12574
  /**
12337
12575
  * @param {!Array<!proto.com.lansweeper.discovery.sensor.mac.v1.Monitor>} value
12338
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12576
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12339
12577
  */
12340
- 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) {
12341
12579
  return jspb.Message.setRepeatedWrapperField(this, 3, value);
12342
12580
  };
12343
12581
 
@@ -12347,17 +12585,17 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.setEntriesList
12347
12585
  * @param {number=} opt_index
12348
12586
  * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Monitor}
12349
12587
  */
12350
- 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) {
12351
12589
  return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.com.lansweeper.discovery.sensor.mac.v1.Monitor, opt_index);
12352
12590
  };
12353
12591
 
12354
12592
 
12355
12593
  /**
12356
12594
  * Clears the list making it empty but non-null.
12357
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12595
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12358
12596
  */
12359
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearEntriesList = function() {
12360
- return this.setEntriesList([]);
12597
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.clearMonitorsList = function() {
12598
+ return this.setMonitorsList([]);
12361
12599
  };
12362
12600
 
12363
12601
 
@@ -12365,7 +12603,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearEntriesLi
12365
12603
  * optional google.protobuf.StringValue vendor = 4;
12366
12604
  * @return {?proto.google.protobuf.StringValue}
12367
12605
  */
12368
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getVendor = function() {
12606
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.getVendor = function() {
12369
12607
  return /** @type{?proto.google.protobuf.StringValue} */ (
12370
12608
  jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 4));
12371
12609
  };
@@ -12373,18 +12611,18 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getVendor = fu
12373
12611
 
12374
12612
  /**
12375
12613
  * @param {?proto.google.protobuf.StringValue|undefined} value
12376
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12614
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12377
12615
  */
12378
- 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) {
12379
12617
  return jspb.Message.setWrapperField(this, 4, value);
12380
12618
  };
12381
12619
 
12382
12620
 
12383
12621
  /**
12384
12622
  * Clears the message field making it undefined.
12385
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12623
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12386
12624
  */
12387
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearVendor = function() {
12625
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.clearVendor = function() {
12388
12626
  return this.setVendor(undefined);
12389
12627
  };
12390
12628
 
@@ -12393,16 +12631,16 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearVendor =
12393
12631
  * Returns whether this field is set.
12394
12632
  * @return {boolean}
12395
12633
  */
12396
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.hasVendor = function() {
12634
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.hasVendor = function() {
12397
12635
  return jspb.Message.getField(this, 4) != null;
12398
12636
  };
12399
12637
 
12400
12638
 
12401
12639
  /**
12402
- * optional google.protobuf.StringValue sppci_bus = 5;
12640
+ * optional google.protobuf.StringValue vram = 5;
12403
12641
  * @return {?proto.google.protobuf.StringValue}
12404
12642
  */
12405
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getSppciBus = function() {
12643
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.getVram = function() {
12406
12644
  return /** @type{?proto.google.protobuf.StringValue} */ (
12407
12645
  jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 5));
12408
12646
  };
@@ -12410,19 +12648,19 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getSppciBus =
12410
12648
 
12411
12649
  /**
12412
12650
  * @param {?proto.google.protobuf.StringValue|undefined} value
12413
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12651
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12414
12652
  */
12415
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.setSppciBus = function(value) {
12653
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.setVram = function(value) {
12416
12654
  return jspb.Message.setWrapperField(this, 5, value);
12417
12655
  };
12418
12656
 
12419
12657
 
12420
12658
  /**
12421
12659
  * Clears the message field making it undefined.
12422
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12660
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12423
12661
  */
12424
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearSppciBus = function() {
12425
- return this.setSppciBus(undefined);
12662
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.clearVram = function() {
12663
+ return this.setVram(undefined);
12426
12664
  };
12427
12665
 
12428
12666
 
@@ -12430,16 +12668,16 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearSppciBus
12430
12668
  * Returns whether this field is set.
12431
12669
  * @return {boolean}
12432
12670
  */
12433
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.hasSppciBus = function() {
12671
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.hasVram = function() {
12434
12672
  return jspb.Message.getField(this, 5) != null;
12435
12673
  };
12436
12674
 
12437
12675
 
12438
12676
  /**
12439
- * optional google.protobuf.StringValue sppci_cores = 6;
12677
+ * optional google.protobuf.StringValue rom_revision = 6;
12440
12678
  * @return {?proto.google.protobuf.StringValue}
12441
12679
  */
12442
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getSppciCores = function() {
12680
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.getRomRevision = function() {
12443
12681
  return /** @type{?proto.google.protobuf.StringValue} */ (
12444
12682
  jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 6));
12445
12683
  };
@@ -12447,19 +12685,19 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getSppciCores
12447
12685
 
12448
12686
  /**
12449
12687
  * @param {?proto.google.protobuf.StringValue|undefined} value
12450
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12688
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12451
12689
  */
12452
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.setSppciCores = function(value) {
12690
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.setRomRevision = function(value) {
12453
12691
  return jspb.Message.setWrapperField(this, 6, value);
12454
12692
  };
12455
12693
 
12456
12694
 
12457
12695
  /**
12458
12696
  * Clears the message field making it undefined.
12459
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12697
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12460
12698
  */
12461
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearSppciCores = function() {
12462
- return this.setSppciCores(undefined);
12699
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.clearRomRevision = function() {
12700
+ return this.setRomRevision(undefined);
12463
12701
  };
12464
12702
 
12465
12703
 
@@ -12467,16 +12705,16 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearSppciCore
12467
12705
  * Returns whether this field is set.
12468
12706
  * @return {boolean}
12469
12707
  */
12470
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.hasSppciCores = function() {
12708
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.hasRomRevision = function() {
12471
12709
  return jspb.Message.getField(this, 6) != null;
12472
12710
  };
12473
12711
 
12474
12712
 
12475
12713
  /**
12476
- * optional google.protobuf.StringValue sppci_device_type = 7;
12714
+ * optional google.protobuf.StringValue revision_id = 7;
12477
12715
  * @return {?proto.google.protobuf.StringValue}
12478
12716
  */
12479
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getSppciDeviceType = function() {
12717
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.getRevisionId = function() {
12480
12718
  return /** @type{?proto.google.protobuf.StringValue} */ (
12481
12719
  jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 7));
12482
12720
  };
@@ -12484,19 +12722,19 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getSppciDevice
12484
12722
 
12485
12723
  /**
12486
12724
  * @param {?proto.google.protobuf.StringValue|undefined} value
12487
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12725
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12488
12726
  */
12489
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.setSppciDeviceType = function(value) {
12727
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.setRevisionId = function(value) {
12490
12728
  return jspb.Message.setWrapperField(this, 7, value);
12491
12729
  };
12492
12730
 
12493
12731
 
12494
12732
  /**
12495
12733
  * Clears the message field making it undefined.
12496
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12734
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12497
12735
  */
12498
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearSppciDeviceType = function() {
12499
- return this.setSppciDeviceType(undefined);
12736
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.clearRevisionId = function() {
12737
+ return this.setRevisionId(undefined);
12500
12738
  };
12501
12739
 
12502
12740
 
@@ -12504,16 +12742,16 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearSppciDevi
12504
12742
  * Returns whether this field is set.
12505
12743
  * @return {boolean}
12506
12744
  */
12507
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.hasSppciDeviceType = function() {
12745
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.hasRevisionId = function() {
12508
12746
  return jspb.Message.getField(this, 7) != null;
12509
12747
  };
12510
12748
 
12511
12749
 
12512
12750
  /**
12513
- * optional google.protobuf.StringValue sppci_model = 8;
12751
+ * optional google.protobuf.StringValue device_id = 8;
12514
12752
  * @return {?proto.google.protobuf.StringValue}
12515
12753
  */
12516
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getSppciModel = function() {
12754
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.getDeviceId = function() {
12517
12755
  return /** @type{?proto.google.protobuf.StringValue} */ (
12518
12756
  jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 8));
12519
12757
  };
@@ -12521,19 +12759,19 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getSppciModel
12521
12759
 
12522
12760
  /**
12523
12761
  * @param {?proto.google.protobuf.StringValue|undefined} value
12524
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12762
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12525
12763
  */
12526
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.setSppciModel = function(value) {
12764
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.setDeviceId = function(value) {
12527
12765
  return jspb.Message.setWrapperField(this, 8, value);
12528
12766
  };
12529
12767
 
12530
12768
 
12531
12769
  /**
12532
12770
  * Clears the message field making it undefined.
12533
- * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12771
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12534
12772
  */
12535
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearSppciModel = function() {
12536
- return this.setSppciModel(undefined);
12773
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.clearDeviceId = function() {
12774
+ return this.setDeviceId(undefined);
12537
12775
  };
12538
12776
 
12539
12777
 
@@ -12541,59 +12779,212 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearSppciMode
12541
12779
  * Returns whether this field is set.
12542
12780
  * @return {boolean}
12543
12781
  */
12544
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.hasSppciModel = function() {
12782
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.hasDeviceId = function() {
12545
12783
  return jspb.Message.getField(this, 8) != null;
12546
12784
  };
12547
12785
 
12548
12786
 
12787
+ /**
12788
+ * optional google.protobuf.StringValue sppci_bus = 9;
12789
+ * @return {?proto.google.protobuf.StringValue}
12790
+ */
12791
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.getSppciBus = function() {
12792
+ return /** @type{?proto.google.protobuf.StringValue} */ (
12793
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 9));
12794
+ };
12795
+
12549
12796
 
12797
+ /**
12798
+ * @param {?proto.google.protobuf.StringValue|undefined} value
12799
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12800
+ */
12801
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.setSppciBus = function(value) {
12802
+ return jspb.Message.setWrapperField(this, 9, value);
12803
+ };
12550
12804
 
12551
12805
 
12552
- if (jspb.Message.GENERATE_TO_OBJECT) {
12553
12806
  /**
12554
- * Creates an object representation of this proto.
12555
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
12556
- * Optional fields that are not set will be set to undefined.
12557
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
12558
- * For the list of reserved names please see:
12559
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
12560
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
12561
- * JSPB instance for transitional soy proto support:
12562
- * http://goto/soy-param-migration
12563
- * @return {!Object}
12807
+ * Clears the message field making it undefined.
12808
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12564
12809
  */
12565
- proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.toObject = function(opt_includeInstance) {
12566
- return proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.toObject(opt_includeInstance, this);
12810
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.clearSppciBus = function() {
12811
+ return this.setSppciBus(undefined);
12567
12812
  };
12568
12813
 
12569
12814
 
12570
12815
  /**
12571
- * Static version of the {@see toObject} method.
12572
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
12573
- * the JSPB instance for transitional soy proto support:
12574
- * http://goto/soy-param-migration
12575
- * @param {!proto.com.lansweeper.discovery.sensor.mac.v1.Monitor} msg The msg instance to transform.
12576
- * @return {!Object}
12577
- * @suppress {unusedLocalVariables} f is only used for nested messages
12816
+ * Returns whether this field is set.
12817
+ * @return {boolean}
12578
12818
  */
12579
- proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.toObject = function(includeInstance, msg) {
12580
- var f, obj = {
12581
- name: (f = msg.getName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12582
- productId: (f = msg.getProductId()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12583
- serialNumber: (f = msg.getSerialNumber()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12584
- vendorId: (f = msg.getVendorId()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12585
- week: (f = msg.getWeek()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12586
- year: (f = msg.getYear()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12587
- id: (f = msg.getId()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12588
- pixels: (f = msg.getPixels()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12589
- resolution: (f = msg.getResolution()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12819
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.hasSppciBus = function() {
12820
+ return jspb.Message.getField(this, 9) != null;
12821
+ };
12822
+
12823
+
12824
+ /**
12825
+ * optional google.protobuf.StringValue sppci_cores = 10;
12826
+ * @return {?proto.google.protobuf.StringValue}
12827
+ */
12828
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.getSppciCores = function() {
12829
+ return /** @type{?proto.google.protobuf.StringValue} */ (
12830
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 10));
12831
+ };
12832
+
12833
+
12834
+ /**
12835
+ * @param {?proto.google.protobuf.StringValue|undefined} value
12836
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12837
+ */
12838
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.setSppciCores = function(value) {
12839
+ return jspb.Message.setWrapperField(this, 10, value);
12840
+ };
12841
+
12842
+
12843
+ /**
12844
+ * Clears the message field making it undefined.
12845
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12846
+ */
12847
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.clearSppciCores = function() {
12848
+ return this.setSppciCores(undefined);
12849
+ };
12850
+
12851
+
12852
+ /**
12853
+ * Returns whether this field is set.
12854
+ * @return {boolean}
12855
+ */
12856
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.hasSppciCores = function() {
12857
+ return jspb.Message.getField(this, 10) != null;
12858
+ };
12859
+
12860
+
12861
+ /**
12862
+ * optional google.protobuf.StringValue sppci_device_type = 11;
12863
+ * @return {?proto.google.protobuf.StringValue}
12864
+ */
12865
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.getSppciDeviceType = function() {
12866
+ return /** @type{?proto.google.protobuf.StringValue} */ (
12867
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 11));
12868
+ };
12869
+
12870
+
12871
+ /**
12872
+ * @param {?proto.google.protobuf.StringValue|undefined} value
12873
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12874
+ */
12875
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.setSppciDeviceType = function(value) {
12876
+ return jspb.Message.setWrapperField(this, 11, value);
12877
+ };
12878
+
12879
+
12880
+ /**
12881
+ * Clears the message field making it undefined.
12882
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12883
+ */
12884
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.clearSppciDeviceType = function() {
12885
+ return this.setSppciDeviceType(undefined);
12886
+ };
12887
+
12888
+
12889
+ /**
12890
+ * Returns whether this field is set.
12891
+ * @return {boolean}
12892
+ */
12893
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.hasSppciDeviceType = function() {
12894
+ return jspb.Message.getField(this, 11) != null;
12895
+ };
12896
+
12897
+
12898
+ /**
12899
+ * optional google.protobuf.StringValue sppci_model = 12;
12900
+ * @return {?proto.google.protobuf.StringValue}
12901
+ */
12902
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.getSppciModel = function() {
12903
+ return /** @type{?proto.google.protobuf.StringValue} */ (
12904
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 12));
12905
+ };
12906
+
12907
+
12908
+ /**
12909
+ * @param {?proto.google.protobuf.StringValue|undefined} value
12910
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12911
+ */
12912
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.setSppciModel = function(value) {
12913
+ return jspb.Message.setWrapperField(this, 12, value);
12914
+ };
12915
+
12916
+
12917
+ /**
12918
+ * Clears the message field making it undefined.
12919
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Display} returns this
12920
+ */
12921
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.clearSppciModel = function() {
12922
+ return this.setSppciModel(undefined);
12923
+ };
12924
+
12925
+
12926
+ /**
12927
+ * Returns whether this field is set.
12928
+ * @return {boolean}
12929
+ */
12930
+ proto.com.lansweeper.discovery.sensor.mac.v1.Display.prototype.hasSppciModel = function() {
12931
+ return jspb.Message.getField(this, 12) != null;
12932
+ };
12933
+
12934
+
12935
+
12936
+
12937
+
12938
+ if (jspb.Message.GENERATE_TO_OBJECT) {
12939
+ /**
12940
+ * Creates an object representation of this proto.
12941
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
12942
+ * Optional fields that are not set will be set to undefined.
12943
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
12944
+ * For the list of reserved names please see:
12945
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
12946
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
12947
+ * JSPB instance for transitional soy proto support:
12948
+ * http://goto/soy-param-migration
12949
+ * @return {!Object}
12950
+ */
12951
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.toObject = function(opt_includeInstance) {
12952
+ return proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.toObject(opt_includeInstance, this);
12953
+ };
12954
+
12955
+
12956
+ /**
12957
+ * Static version of the {@see toObject} method.
12958
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
12959
+ * the JSPB instance for transitional soy proto support:
12960
+ * http://goto/soy-param-migration
12961
+ * @param {!proto.com.lansweeper.discovery.sensor.mac.v1.Monitor} msg The msg instance to transform.
12962
+ * @return {!Object}
12963
+ * @suppress {unusedLocalVariables} f is only used for nested messages
12964
+ */
12965
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.toObject = function(includeInstance, msg) {
12966
+ var f, obj = {
12967
+ name: (f = msg.getName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12968
+ productId: (f = msg.getProductId()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12969
+ serialNumber: (f = msg.getSerialNumber()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12970
+ vendorId: (f = msg.getVendorId()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12971
+ week: (f = msg.getWeek()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12972
+ year: (f = msg.getYear()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12973
+ id: (f = msg.getId()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12974
+ pixels: (f = msg.getPixels()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12975
+ resolution: (f = msg.getResolution()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12590
12976
  ambientBrightness: (f = msg.getAmbientBrightness()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12591
12977
  connectionType: (f = msg.getConnectionType()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12592
12978
  displayType: (f = msg.getDisplayType()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12593
12979
  isMain: (f = msg.getIsMain()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12594
12980
  mirror: (f = msg.getMirror()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12595
12981
  isOnline: (f = msg.getIsOnline()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12596
- pixelResolution: (f = msg.getPixelResolution()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
12982
+ pixelResolution: (f = msg.getPixelResolution()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12983
+ coreImage: (f = msg.getCoreImage()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12984
+ depth: (f = msg.getDepth()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12985
+ quartzExtreme: (f = msg.getQuartzExtreme()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12986
+ deviceType: (f = msg.getDeviceType()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12987
+ builtIn: (f = msg.getBuiltIn()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
12597
12988
  };
12598
12989
 
12599
12990
  if (includeInstance) {
@@ -12710,6 +13101,31 @@ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.deserializeBinaryFromReader
12710
13101
  reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
12711
13102
  msg.setPixelResolution(value);
12712
13103
  break;
13104
+ case 17:
13105
+ var value = new google_protobuf_wrappers_pb.StringValue;
13106
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
13107
+ msg.setCoreImage(value);
13108
+ break;
13109
+ case 18:
13110
+ var value = new google_protobuf_wrappers_pb.StringValue;
13111
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
13112
+ msg.setDepth(value);
13113
+ break;
13114
+ case 19:
13115
+ var value = new google_protobuf_wrappers_pb.StringValue;
13116
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
13117
+ msg.setQuartzExtreme(value);
13118
+ break;
13119
+ case 20:
13120
+ var value = new google_protobuf_wrappers_pb.StringValue;
13121
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
13122
+ msg.setDeviceType(value);
13123
+ break;
13124
+ case 21:
13125
+ var value = new google_protobuf_wrappers_pb.StringValue;
13126
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
13127
+ msg.setBuiltIn(value);
13128
+ break;
12713
13129
  default:
12714
13130
  reader.skipField();
12715
13131
  break;
@@ -12867,6 +13283,46 @@ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.serializeBinaryToWriter = f
12867
13283
  google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
12868
13284
  );
12869
13285
  }
13286
+ f = message.getCoreImage();
13287
+ if (f != null) {
13288
+ writer.writeMessage(
13289
+ 17,
13290
+ f,
13291
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
13292
+ );
13293
+ }
13294
+ f = message.getDepth();
13295
+ if (f != null) {
13296
+ writer.writeMessage(
13297
+ 18,
13298
+ f,
13299
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
13300
+ );
13301
+ }
13302
+ f = message.getQuartzExtreme();
13303
+ if (f != null) {
13304
+ writer.writeMessage(
13305
+ 19,
13306
+ f,
13307
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
13308
+ );
13309
+ }
13310
+ f = message.getDeviceType();
13311
+ if (f != null) {
13312
+ writer.writeMessage(
13313
+ 20,
13314
+ f,
13315
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
13316
+ );
13317
+ }
13318
+ f = message.getBuiltIn();
13319
+ if (f != null) {
13320
+ writer.writeMessage(
13321
+ 21,
13322
+ f,
13323
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
13324
+ );
13325
+ }
12870
13326
  };
12871
13327
 
12872
13328
 
@@ -13462,4 +13918,189 @@ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.hasPixelResolutio
13462
13918
  };
13463
13919
 
13464
13920
 
13921
+ /**
13922
+ * optional google.protobuf.StringValue core_image = 17;
13923
+ * @return {?proto.google.protobuf.StringValue}
13924
+ */
13925
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.getCoreImage = function() {
13926
+ return /** @type{?proto.google.protobuf.StringValue} */ (
13927
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 17));
13928
+ };
13929
+
13930
+
13931
+ /**
13932
+ * @param {?proto.google.protobuf.StringValue|undefined} value
13933
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Monitor} returns this
13934
+ */
13935
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.setCoreImage = function(value) {
13936
+ return jspb.Message.setWrapperField(this, 17, value);
13937
+ };
13938
+
13939
+
13940
+ /**
13941
+ * Clears the message field making it undefined.
13942
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Monitor} returns this
13943
+ */
13944
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.clearCoreImage = function() {
13945
+ return this.setCoreImage(undefined);
13946
+ };
13947
+
13948
+
13949
+ /**
13950
+ * Returns whether this field is set.
13951
+ * @return {boolean}
13952
+ */
13953
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.hasCoreImage = function() {
13954
+ return jspb.Message.getField(this, 17) != null;
13955
+ };
13956
+
13957
+
13958
+ /**
13959
+ * optional google.protobuf.StringValue depth = 18;
13960
+ * @return {?proto.google.protobuf.StringValue}
13961
+ */
13962
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.getDepth = function() {
13963
+ return /** @type{?proto.google.protobuf.StringValue} */ (
13964
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 18));
13965
+ };
13966
+
13967
+
13968
+ /**
13969
+ * @param {?proto.google.protobuf.StringValue|undefined} value
13970
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Monitor} returns this
13971
+ */
13972
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.setDepth = function(value) {
13973
+ return jspb.Message.setWrapperField(this, 18, value);
13974
+ };
13975
+
13976
+
13977
+ /**
13978
+ * Clears the message field making it undefined.
13979
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Monitor} returns this
13980
+ */
13981
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.clearDepth = function() {
13982
+ return this.setDepth(undefined);
13983
+ };
13984
+
13985
+
13986
+ /**
13987
+ * Returns whether this field is set.
13988
+ * @return {boolean}
13989
+ */
13990
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.hasDepth = function() {
13991
+ return jspb.Message.getField(this, 18) != null;
13992
+ };
13993
+
13994
+
13995
+ /**
13996
+ * optional google.protobuf.StringValue quartz_extreme = 19;
13997
+ * @return {?proto.google.protobuf.StringValue}
13998
+ */
13999
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.getQuartzExtreme = function() {
14000
+ return /** @type{?proto.google.protobuf.StringValue} */ (
14001
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 19));
14002
+ };
14003
+
14004
+
14005
+ /**
14006
+ * @param {?proto.google.protobuf.StringValue|undefined} value
14007
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Monitor} returns this
14008
+ */
14009
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.setQuartzExtreme = function(value) {
14010
+ return jspb.Message.setWrapperField(this, 19, value);
14011
+ };
14012
+
14013
+
14014
+ /**
14015
+ * Clears the message field making it undefined.
14016
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Monitor} returns this
14017
+ */
14018
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.clearQuartzExtreme = function() {
14019
+ return this.setQuartzExtreme(undefined);
14020
+ };
14021
+
14022
+
14023
+ /**
14024
+ * Returns whether this field is set.
14025
+ * @return {boolean}
14026
+ */
14027
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.hasQuartzExtreme = function() {
14028
+ return jspb.Message.getField(this, 19) != null;
14029
+ };
14030
+
14031
+
14032
+ /**
14033
+ * optional google.protobuf.StringValue device_type = 20;
14034
+ * @return {?proto.google.protobuf.StringValue}
14035
+ */
14036
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.getDeviceType = function() {
14037
+ return /** @type{?proto.google.protobuf.StringValue} */ (
14038
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 20));
14039
+ };
14040
+
14041
+
14042
+ /**
14043
+ * @param {?proto.google.protobuf.StringValue|undefined} value
14044
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Monitor} returns this
14045
+ */
14046
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.setDeviceType = function(value) {
14047
+ return jspb.Message.setWrapperField(this, 20, value);
14048
+ };
14049
+
14050
+
14051
+ /**
14052
+ * Clears the message field making it undefined.
14053
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Monitor} returns this
14054
+ */
14055
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.clearDeviceType = function() {
14056
+ return this.setDeviceType(undefined);
14057
+ };
14058
+
14059
+
14060
+ /**
14061
+ * Returns whether this field is set.
14062
+ * @return {boolean}
14063
+ */
14064
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.hasDeviceType = function() {
14065
+ return jspb.Message.getField(this, 20) != null;
14066
+ };
14067
+
14068
+
14069
+ /**
14070
+ * optional google.protobuf.StringValue built_in = 21;
14071
+ * @return {?proto.google.protobuf.StringValue}
14072
+ */
14073
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.getBuiltIn = function() {
14074
+ return /** @type{?proto.google.protobuf.StringValue} */ (
14075
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 21));
14076
+ };
14077
+
14078
+
14079
+ /**
14080
+ * @param {?proto.google.protobuf.StringValue|undefined} value
14081
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Monitor} returns this
14082
+ */
14083
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.setBuiltIn = function(value) {
14084
+ return jspb.Message.setWrapperField(this, 21, value);
14085
+ };
14086
+
14087
+
14088
+ /**
14089
+ * Clears the message field making it undefined.
14090
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Monitor} returns this
14091
+ */
14092
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.clearBuiltIn = function() {
14093
+ return this.setBuiltIn(undefined);
14094
+ };
14095
+
14096
+
14097
+ /**
14098
+ * Returns whether this field is set.
14099
+ * @return {boolean}
14100
+ */
14101
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.hasBuiltIn = function() {
14102
+ return jspb.Message.getField(this, 21) != null;
14103
+ };
14104
+
14105
+
13465
14106
  goog.object.extend(exports, proto.com.lansweeper.discovery.sensor.mac.v1);