@lansweeper/discovery-sensor-proto 2.13.12 → 2.13.13

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.
@@ -138,7 +138,6 @@ goog.exportSymbol('proto.com.lansweeper.discovery.sensor.windows.v1.ServiceState
138
138
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.windows.v1.Share', null, global);
139
139
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.windows.v1.SharePermissionInfo', null, global);
140
140
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.windows.v1.SinglePageFile', null, global);
141
- goog.exportSymbol('proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry', null, global);
142
141
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareInfo', null, global);
143
142
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.windows.v1.Sound', null, global);
144
143
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.windows.v1.SqlAuthenticationMode', null, global);
@@ -234,7 +233,6 @@ goog.exportSymbol('proto.com.lansweeper.discovery.sensor.windows.v1.WindowsSeria
234
233
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.windows.v1.WindowsService', null, global);
235
234
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.windows.v1.WindowsShare', null, global);
236
235
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.windows.v1.WindowsSharePermissionInfo', null, global);
237
- goog.exportSymbol('proto.com.lansweeper.discovery.sensor.windows.v1.WindowsSoftware', null, global);
238
236
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.windows.v1.WindowsSoftwareInfo', null, global);
239
237
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.windows.v1.WindowsSound', null, global);
240
238
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.windows.v1.WindowsSqlServerInfo', null, global);
@@ -275,48 +273,6 @@ if (goog.DEBUG && !COMPILED) {
275
273
  */
276
274
  proto.com.lansweeper.discovery.sensor.windows.v1.WindowsBasicInfo.displayName = 'proto.com.lansweeper.discovery.sensor.windows.v1.WindowsBasicInfo';
277
275
  }
278
- /**
279
- * Generated by JsPbCodeGenerator.
280
- * @param {Array=} opt_data Optional initial data array, typically from a
281
- * server response, or constructed directly in Javascript. The array is used
282
- * in place and becomes part of the constructed object. It is not cloned.
283
- * If no data is provided, the constructed object will be empty, but still
284
- * valid.
285
- * @extends {jspb.Message}
286
- * @constructor
287
- */
288
- proto.com.lansweeper.discovery.sensor.windows.v1.WindowsSoftware = function(opt_data) {
289
- jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.discovery.sensor.windows.v1.WindowsSoftware.repeatedFields_, null);
290
- };
291
- goog.inherits(proto.com.lansweeper.discovery.sensor.windows.v1.WindowsSoftware, jspb.Message);
292
- if (goog.DEBUG && !COMPILED) {
293
- /**
294
- * @public
295
- * @override
296
- */
297
- proto.com.lansweeper.discovery.sensor.windows.v1.WindowsSoftware.displayName = 'proto.com.lansweeper.discovery.sensor.windows.v1.WindowsSoftware';
298
- }
299
- /**
300
- * Generated by JsPbCodeGenerator.
301
- * @param {Array=} opt_data Optional initial data array, typically from a
302
- * server response, or constructed directly in Javascript. The array is used
303
- * in place and becomes part of the constructed object. It is not cloned.
304
- * If no data is provided, the constructed object will be empty, but still
305
- * valid.
306
- * @extends {jspb.Message}
307
- * @constructor
308
- */
309
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry = function(opt_data) {
310
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
311
- };
312
- goog.inherits(proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry, jspb.Message);
313
- if (goog.DEBUG && !COMPILED) {
314
- /**
315
- * @public
316
- * @override
317
- */
318
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.displayName = 'proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry';
319
- }
320
276
  /**
321
277
  * Generated by JsPbCodeGenerator.
322
278
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -6142,674 +6098,6 @@ proto.com.lansweeper.discovery.sensor.windows.v1.WindowsBasicInfo.prototype.hasC
6142
6098
 
6143
6099
 
6144
6100
 
6145
- /**
6146
- * List of repeated fields within this message type.
6147
- * @private {!Array<number>}
6148
- * @const
6149
- */
6150
- proto.com.lansweeper.discovery.sensor.windows.v1.WindowsSoftware.repeatedFields_ = [1];
6151
-
6152
-
6153
-
6154
- if (jspb.Message.GENERATE_TO_OBJECT) {
6155
- /**
6156
- * Creates an object representation of this proto.
6157
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
6158
- * Optional fields that are not set will be set to undefined.
6159
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
6160
- * For the list of reserved names please see:
6161
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
6162
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
6163
- * JSPB instance for transitional soy proto support:
6164
- * http://goto/soy-param-migration
6165
- * @return {!Object}
6166
- */
6167
- proto.com.lansweeper.discovery.sensor.windows.v1.WindowsSoftware.prototype.toObject = function(opt_includeInstance) {
6168
- return proto.com.lansweeper.discovery.sensor.windows.v1.WindowsSoftware.toObject(opt_includeInstance, this);
6169
- };
6170
-
6171
-
6172
- /**
6173
- * Static version of the {@see toObject} method.
6174
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
6175
- * the JSPB instance for transitional soy proto support:
6176
- * http://goto/soy-param-migration
6177
- * @param {!proto.com.lansweeper.discovery.sensor.windows.v1.WindowsSoftware} msg The msg instance to transform.
6178
- * @return {!Object}
6179
- * @suppress {unusedLocalVariables} f is only used for nested messages
6180
- */
6181
- proto.com.lansweeper.discovery.sensor.windows.v1.WindowsSoftware.toObject = function(includeInstance, msg) {
6182
- var f, obj = {
6183
- entriesList: jspb.Message.toObjectList(msg.getEntriesList(),
6184
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.toObject, includeInstance)
6185
- };
6186
-
6187
- if (includeInstance) {
6188
- obj.$jspbMessageInstance = msg;
6189
- }
6190
- return obj;
6191
- };
6192
- }
6193
-
6194
-
6195
- /**
6196
- * Deserializes binary data (in protobuf wire format).
6197
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
6198
- * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.WindowsSoftware}
6199
- */
6200
- proto.com.lansweeper.discovery.sensor.windows.v1.WindowsSoftware.deserializeBinary = function(bytes) {
6201
- var reader = new jspb.BinaryReader(bytes);
6202
- var msg = new proto.com.lansweeper.discovery.sensor.windows.v1.WindowsSoftware;
6203
- return proto.com.lansweeper.discovery.sensor.windows.v1.WindowsSoftware.deserializeBinaryFromReader(msg, reader);
6204
- };
6205
-
6206
-
6207
- /**
6208
- * Deserializes binary data (in protobuf wire format) from the
6209
- * given reader into the given message object.
6210
- * @param {!proto.com.lansweeper.discovery.sensor.windows.v1.WindowsSoftware} msg The message object to deserialize into.
6211
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
6212
- * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.WindowsSoftware}
6213
- */
6214
- proto.com.lansweeper.discovery.sensor.windows.v1.WindowsSoftware.deserializeBinaryFromReader = function(msg, reader) {
6215
- while (reader.nextField()) {
6216
- if (reader.isEndGroup()) {
6217
- break;
6218
- }
6219
- var field = reader.getFieldNumber();
6220
- switch (field) {
6221
- case 1:
6222
- var value = new proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry;
6223
- reader.readMessage(value,proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.deserializeBinaryFromReader);
6224
- msg.addEntries(value);
6225
- break;
6226
- default:
6227
- reader.skipField();
6228
- break;
6229
- }
6230
- }
6231
- return msg;
6232
- };
6233
-
6234
-
6235
- /**
6236
- * Serializes the message to binary data (in protobuf wire format).
6237
- * @return {!Uint8Array}
6238
- */
6239
- proto.com.lansweeper.discovery.sensor.windows.v1.WindowsSoftware.prototype.serializeBinary = function() {
6240
- var writer = new jspb.BinaryWriter();
6241
- proto.com.lansweeper.discovery.sensor.windows.v1.WindowsSoftware.serializeBinaryToWriter(this, writer);
6242
- return writer.getResultBuffer();
6243
- };
6244
-
6245
-
6246
- /**
6247
- * Serializes the given message to binary data (in protobuf wire
6248
- * format), writing to the given BinaryWriter.
6249
- * @param {!proto.com.lansweeper.discovery.sensor.windows.v1.WindowsSoftware} message
6250
- * @param {!jspb.BinaryWriter} writer
6251
- * @suppress {unusedLocalVariables} f is only used for nested messages
6252
- */
6253
- proto.com.lansweeper.discovery.sensor.windows.v1.WindowsSoftware.serializeBinaryToWriter = function(message, writer) {
6254
- var f = undefined;
6255
- f = message.getEntriesList();
6256
- if (f.length > 0) {
6257
- writer.writeRepeatedMessage(
6258
- 1,
6259
- f,
6260
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.serializeBinaryToWriter
6261
- );
6262
- }
6263
- };
6264
-
6265
-
6266
- /**
6267
- * repeated SoftwareEntry entries = 1;
6268
- * @return {!Array<!proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry>}
6269
- */
6270
- proto.com.lansweeper.discovery.sensor.windows.v1.WindowsSoftware.prototype.getEntriesList = function() {
6271
- return /** @type{!Array<!proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry>} */ (
6272
- jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry, 1));
6273
- };
6274
-
6275
-
6276
- /**
6277
- * @param {!Array<!proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry>} value
6278
- * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.WindowsSoftware} returns this
6279
- */
6280
- proto.com.lansweeper.discovery.sensor.windows.v1.WindowsSoftware.prototype.setEntriesList = function(value) {
6281
- return jspb.Message.setRepeatedWrapperField(this, 1, value);
6282
- };
6283
-
6284
-
6285
- /**
6286
- * @param {!proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry=} opt_value
6287
- * @param {number=} opt_index
6288
- * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry}
6289
- */
6290
- proto.com.lansweeper.discovery.sensor.windows.v1.WindowsSoftware.prototype.addEntries = function(opt_value, opt_index) {
6291
- return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry, opt_index);
6292
- };
6293
-
6294
-
6295
- /**
6296
- * Clears the list making it empty but non-null.
6297
- * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.WindowsSoftware} returns this
6298
- */
6299
- proto.com.lansweeper.discovery.sensor.windows.v1.WindowsSoftware.prototype.clearEntriesList = function() {
6300
- return this.setEntriesList([]);
6301
- };
6302
-
6303
-
6304
-
6305
-
6306
-
6307
- if (jspb.Message.GENERATE_TO_OBJECT) {
6308
- /**
6309
- * Creates an object representation of this proto.
6310
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
6311
- * Optional fields that are not set will be set to undefined.
6312
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
6313
- * For the list of reserved names please see:
6314
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
6315
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
6316
- * JSPB instance for transitional soy proto support:
6317
- * http://goto/soy-param-migration
6318
- * @return {!Object}
6319
- */
6320
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.prototype.toObject = function(opt_includeInstance) {
6321
- return proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.toObject(opt_includeInstance, this);
6322
- };
6323
-
6324
-
6325
- /**
6326
- * Static version of the {@see toObject} method.
6327
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
6328
- * the JSPB instance for transitional soy proto support:
6329
- * http://goto/soy-param-migration
6330
- * @param {!proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry} msg The msg instance to transform.
6331
- * @return {!Object}
6332
- * @suppress {unusedLocalVariables} f is only used for nested messages
6333
- */
6334
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.toObject = function(includeInstance, msg) {
6335
- var f, obj = {
6336
- softwarePublisher: (f = msg.getSoftwarePublisher()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6337
- installDate: (f = msg.getInstallDate()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6338
- version: (f = msg.getVersion()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6339
- softwareName: (f = msg.getSoftwareName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6340
- installLocation: (f = msg.getInstallLocation()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6341
- isWindowsInstaller: (f = msg.getIsWindowsInstaller()) && google_protobuf_wrappers_pb.BoolValue.toObject(includeInstance, f),
6342
- isCurrentUser: (f = msg.getIsCurrentUser()) && google_protobuf_wrappers_pb.BoolValue.toObject(includeInstance, f),
6343
- isMsStore: (f = msg.getIsMsStore()) && google_protobuf_wrappers_pb.BoolValue.toObject(includeInstance, f)
6344
- };
6345
-
6346
- if (includeInstance) {
6347
- obj.$jspbMessageInstance = msg;
6348
- }
6349
- return obj;
6350
- };
6351
- }
6352
-
6353
-
6354
- /**
6355
- * Deserializes binary data (in protobuf wire format).
6356
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
6357
- * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry}
6358
- */
6359
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.deserializeBinary = function(bytes) {
6360
- var reader = new jspb.BinaryReader(bytes);
6361
- var msg = new proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry;
6362
- return proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.deserializeBinaryFromReader(msg, reader);
6363
- };
6364
-
6365
-
6366
- /**
6367
- * Deserializes binary data (in protobuf wire format) from the
6368
- * given reader into the given message object.
6369
- * @param {!proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry} msg The message object to deserialize into.
6370
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
6371
- * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry}
6372
- */
6373
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.deserializeBinaryFromReader = function(msg, reader) {
6374
- while (reader.nextField()) {
6375
- if (reader.isEndGroup()) {
6376
- break;
6377
- }
6378
- var field = reader.getFieldNumber();
6379
- switch (field) {
6380
- case 1:
6381
- var value = new google_protobuf_wrappers_pb.StringValue;
6382
- reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6383
- msg.setSoftwarePublisher(value);
6384
- break;
6385
- case 2:
6386
- var value = new google_protobuf_wrappers_pb.StringValue;
6387
- reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6388
- msg.setInstallDate(value);
6389
- break;
6390
- case 3:
6391
- var value = new google_protobuf_wrappers_pb.StringValue;
6392
- reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6393
- msg.setVersion(value);
6394
- break;
6395
- case 4:
6396
- var value = new google_protobuf_wrappers_pb.StringValue;
6397
- reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6398
- msg.setSoftwareName(value);
6399
- break;
6400
- case 5:
6401
- var value = new google_protobuf_wrappers_pb.StringValue;
6402
- reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6403
- msg.setInstallLocation(value);
6404
- break;
6405
- case 6:
6406
- var value = new google_protobuf_wrappers_pb.BoolValue;
6407
- reader.readMessage(value,google_protobuf_wrappers_pb.BoolValue.deserializeBinaryFromReader);
6408
- msg.setIsWindowsInstaller(value);
6409
- break;
6410
- case 7:
6411
- var value = new google_protobuf_wrappers_pb.BoolValue;
6412
- reader.readMessage(value,google_protobuf_wrappers_pb.BoolValue.deserializeBinaryFromReader);
6413
- msg.setIsCurrentUser(value);
6414
- break;
6415
- case 8:
6416
- var value = new google_protobuf_wrappers_pb.BoolValue;
6417
- reader.readMessage(value,google_protobuf_wrappers_pb.BoolValue.deserializeBinaryFromReader);
6418
- msg.setIsMsStore(value);
6419
- break;
6420
- default:
6421
- reader.skipField();
6422
- break;
6423
- }
6424
- }
6425
- return msg;
6426
- };
6427
-
6428
-
6429
- /**
6430
- * Serializes the message to binary data (in protobuf wire format).
6431
- * @return {!Uint8Array}
6432
- */
6433
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.prototype.serializeBinary = function() {
6434
- var writer = new jspb.BinaryWriter();
6435
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.serializeBinaryToWriter(this, writer);
6436
- return writer.getResultBuffer();
6437
- };
6438
-
6439
-
6440
- /**
6441
- * Serializes the given message to binary data (in protobuf wire
6442
- * format), writing to the given BinaryWriter.
6443
- * @param {!proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry} message
6444
- * @param {!jspb.BinaryWriter} writer
6445
- * @suppress {unusedLocalVariables} f is only used for nested messages
6446
- */
6447
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.serializeBinaryToWriter = function(message, writer) {
6448
- var f = undefined;
6449
- f = message.getSoftwarePublisher();
6450
- if (f != null) {
6451
- writer.writeMessage(
6452
- 1,
6453
- f,
6454
- google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
6455
- );
6456
- }
6457
- f = message.getInstallDate();
6458
- if (f != null) {
6459
- writer.writeMessage(
6460
- 2,
6461
- f,
6462
- google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
6463
- );
6464
- }
6465
- f = message.getVersion();
6466
- if (f != null) {
6467
- writer.writeMessage(
6468
- 3,
6469
- f,
6470
- google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
6471
- );
6472
- }
6473
- f = message.getSoftwareName();
6474
- if (f != null) {
6475
- writer.writeMessage(
6476
- 4,
6477
- f,
6478
- google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
6479
- );
6480
- }
6481
- f = message.getInstallLocation();
6482
- if (f != null) {
6483
- writer.writeMessage(
6484
- 5,
6485
- f,
6486
- google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
6487
- );
6488
- }
6489
- f = message.getIsWindowsInstaller();
6490
- if (f != null) {
6491
- writer.writeMessage(
6492
- 6,
6493
- f,
6494
- google_protobuf_wrappers_pb.BoolValue.serializeBinaryToWriter
6495
- );
6496
- }
6497
- f = message.getIsCurrentUser();
6498
- if (f != null) {
6499
- writer.writeMessage(
6500
- 7,
6501
- f,
6502
- google_protobuf_wrappers_pb.BoolValue.serializeBinaryToWriter
6503
- );
6504
- }
6505
- f = message.getIsMsStore();
6506
- if (f != null) {
6507
- writer.writeMessage(
6508
- 8,
6509
- f,
6510
- google_protobuf_wrappers_pb.BoolValue.serializeBinaryToWriter
6511
- );
6512
- }
6513
- };
6514
-
6515
-
6516
- /**
6517
- * optional google.protobuf.StringValue software_publisher = 1;
6518
- * @return {?proto.google.protobuf.StringValue}
6519
- */
6520
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.prototype.getSoftwarePublisher = function() {
6521
- return /** @type{?proto.google.protobuf.StringValue} */ (
6522
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 1));
6523
- };
6524
-
6525
-
6526
- /**
6527
- * @param {?proto.google.protobuf.StringValue|undefined} value
6528
- * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry} returns this
6529
- */
6530
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.prototype.setSoftwarePublisher = function(value) {
6531
- return jspb.Message.setWrapperField(this, 1, value);
6532
- };
6533
-
6534
-
6535
- /**
6536
- * Clears the message field making it undefined.
6537
- * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry} returns this
6538
- */
6539
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.prototype.clearSoftwarePublisher = function() {
6540
- return this.setSoftwarePublisher(undefined);
6541
- };
6542
-
6543
-
6544
- /**
6545
- * Returns whether this field is set.
6546
- * @return {boolean}
6547
- */
6548
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.prototype.hasSoftwarePublisher = function() {
6549
- return jspb.Message.getField(this, 1) != null;
6550
- };
6551
-
6552
-
6553
- /**
6554
- * optional google.protobuf.StringValue install_date = 2;
6555
- * @return {?proto.google.protobuf.StringValue}
6556
- */
6557
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.prototype.getInstallDate = function() {
6558
- return /** @type{?proto.google.protobuf.StringValue} */ (
6559
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 2));
6560
- };
6561
-
6562
-
6563
- /**
6564
- * @param {?proto.google.protobuf.StringValue|undefined} value
6565
- * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry} returns this
6566
- */
6567
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.prototype.setInstallDate = function(value) {
6568
- return jspb.Message.setWrapperField(this, 2, value);
6569
- };
6570
-
6571
-
6572
- /**
6573
- * Clears the message field making it undefined.
6574
- * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry} returns this
6575
- */
6576
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.prototype.clearInstallDate = function() {
6577
- return this.setInstallDate(undefined);
6578
- };
6579
-
6580
-
6581
- /**
6582
- * Returns whether this field is set.
6583
- * @return {boolean}
6584
- */
6585
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.prototype.hasInstallDate = function() {
6586
- return jspb.Message.getField(this, 2) != null;
6587
- };
6588
-
6589
-
6590
- /**
6591
- * optional google.protobuf.StringValue version = 3;
6592
- * @return {?proto.google.protobuf.StringValue}
6593
- */
6594
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.prototype.getVersion = function() {
6595
- return /** @type{?proto.google.protobuf.StringValue} */ (
6596
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 3));
6597
- };
6598
-
6599
-
6600
- /**
6601
- * @param {?proto.google.protobuf.StringValue|undefined} value
6602
- * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry} returns this
6603
- */
6604
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.prototype.setVersion = function(value) {
6605
- return jspb.Message.setWrapperField(this, 3, value);
6606
- };
6607
-
6608
-
6609
- /**
6610
- * Clears the message field making it undefined.
6611
- * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry} returns this
6612
- */
6613
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.prototype.clearVersion = function() {
6614
- return this.setVersion(undefined);
6615
- };
6616
-
6617
-
6618
- /**
6619
- * Returns whether this field is set.
6620
- * @return {boolean}
6621
- */
6622
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.prototype.hasVersion = function() {
6623
- return jspb.Message.getField(this, 3) != null;
6624
- };
6625
-
6626
-
6627
- /**
6628
- * optional google.protobuf.StringValue software_name = 4;
6629
- * @return {?proto.google.protobuf.StringValue}
6630
- */
6631
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.prototype.getSoftwareName = function() {
6632
- return /** @type{?proto.google.protobuf.StringValue} */ (
6633
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 4));
6634
- };
6635
-
6636
-
6637
- /**
6638
- * @param {?proto.google.protobuf.StringValue|undefined} value
6639
- * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry} returns this
6640
- */
6641
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.prototype.setSoftwareName = function(value) {
6642
- return jspb.Message.setWrapperField(this, 4, value);
6643
- };
6644
-
6645
-
6646
- /**
6647
- * Clears the message field making it undefined.
6648
- * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry} returns this
6649
- */
6650
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.prototype.clearSoftwareName = function() {
6651
- return this.setSoftwareName(undefined);
6652
- };
6653
-
6654
-
6655
- /**
6656
- * Returns whether this field is set.
6657
- * @return {boolean}
6658
- */
6659
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.prototype.hasSoftwareName = function() {
6660
- return jspb.Message.getField(this, 4) != null;
6661
- };
6662
-
6663
-
6664
- /**
6665
- * optional google.protobuf.StringValue install_location = 5;
6666
- * @return {?proto.google.protobuf.StringValue}
6667
- */
6668
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.prototype.getInstallLocation = function() {
6669
- return /** @type{?proto.google.protobuf.StringValue} */ (
6670
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 5));
6671
- };
6672
-
6673
-
6674
- /**
6675
- * @param {?proto.google.protobuf.StringValue|undefined} value
6676
- * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry} returns this
6677
- */
6678
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.prototype.setInstallLocation = function(value) {
6679
- return jspb.Message.setWrapperField(this, 5, value);
6680
- };
6681
-
6682
-
6683
- /**
6684
- * Clears the message field making it undefined.
6685
- * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry} returns this
6686
- */
6687
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.prototype.clearInstallLocation = function() {
6688
- return this.setInstallLocation(undefined);
6689
- };
6690
-
6691
-
6692
- /**
6693
- * Returns whether this field is set.
6694
- * @return {boolean}
6695
- */
6696
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.prototype.hasInstallLocation = function() {
6697
- return jspb.Message.getField(this, 5) != null;
6698
- };
6699
-
6700
-
6701
- /**
6702
- * optional google.protobuf.BoolValue is_windows_installer = 6;
6703
- * @return {?proto.google.protobuf.BoolValue}
6704
- */
6705
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.prototype.getIsWindowsInstaller = function() {
6706
- return /** @type{?proto.google.protobuf.BoolValue} */ (
6707
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.BoolValue, 6));
6708
- };
6709
-
6710
-
6711
- /**
6712
- * @param {?proto.google.protobuf.BoolValue|undefined} value
6713
- * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry} returns this
6714
- */
6715
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.prototype.setIsWindowsInstaller = function(value) {
6716
- return jspb.Message.setWrapperField(this, 6, value);
6717
- };
6718
-
6719
-
6720
- /**
6721
- * Clears the message field making it undefined.
6722
- * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry} returns this
6723
- */
6724
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.prototype.clearIsWindowsInstaller = function() {
6725
- return this.setIsWindowsInstaller(undefined);
6726
- };
6727
-
6728
-
6729
- /**
6730
- * Returns whether this field is set.
6731
- * @return {boolean}
6732
- */
6733
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.prototype.hasIsWindowsInstaller = function() {
6734
- return jspb.Message.getField(this, 6) != null;
6735
- };
6736
-
6737
-
6738
- /**
6739
- * optional google.protobuf.BoolValue is_current_user = 7;
6740
- * @return {?proto.google.protobuf.BoolValue}
6741
- */
6742
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.prototype.getIsCurrentUser = function() {
6743
- return /** @type{?proto.google.protobuf.BoolValue} */ (
6744
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.BoolValue, 7));
6745
- };
6746
-
6747
-
6748
- /**
6749
- * @param {?proto.google.protobuf.BoolValue|undefined} value
6750
- * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry} returns this
6751
- */
6752
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.prototype.setIsCurrentUser = function(value) {
6753
- return jspb.Message.setWrapperField(this, 7, value);
6754
- };
6755
-
6756
-
6757
- /**
6758
- * Clears the message field making it undefined.
6759
- * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry} returns this
6760
- */
6761
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.prototype.clearIsCurrentUser = function() {
6762
- return this.setIsCurrentUser(undefined);
6763
- };
6764
-
6765
-
6766
- /**
6767
- * Returns whether this field is set.
6768
- * @return {boolean}
6769
- */
6770
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.prototype.hasIsCurrentUser = function() {
6771
- return jspb.Message.getField(this, 7) != null;
6772
- };
6773
-
6774
-
6775
- /**
6776
- * optional google.protobuf.BoolValue is_ms_store = 8;
6777
- * @return {?proto.google.protobuf.BoolValue}
6778
- */
6779
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.prototype.getIsMsStore = function() {
6780
- return /** @type{?proto.google.protobuf.BoolValue} */ (
6781
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.BoolValue, 8));
6782
- };
6783
-
6784
-
6785
- /**
6786
- * @param {?proto.google.protobuf.BoolValue|undefined} value
6787
- * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry} returns this
6788
- */
6789
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.prototype.setIsMsStore = function(value) {
6790
- return jspb.Message.setWrapperField(this, 8, value);
6791
- };
6792
-
6793
-
6794
- /**
6795
- * Clears the message field making it undefined.
6796
- * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry} returns this
6797
- */
6798
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.prototype.clearIsMsStore = function() {
6799
- return this.setIsMsStore(undefined);
6800
- };
6801
-
6802
-
6803
- /**
6804
- * Returns whether this field is set.
6805
- * @return {boolean}
6806
- */
6807
- proto.com.lansweeper.discovery.sensor.windows.v1.SoftwareEntry.prototype.hasIsMsStore = function() {
6808
- return jspb.Message.getField(this, 8) != null;
6809
- };
6810
-
6811
-
6812
-
6813
6101
  /**
6814
6102
  * List of repeated fields within this message type.
6815
6103
  * @private {!Array<number>}