@lansweeper/discovery-sensor-proto 2.66.0 → 2.66.2

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.
@@ -40,11 +40,6 @@ export class ActiveDirectoryObject extends jspb.Message {
40
40
  getObjectGuid(): string;
41
41
  setObjectGuid(value: string): ActiveDirectoryObject;
42
42
 
43
- hasDomainDns(): boolean;
44
- clearDomainDns(): void;
45
- getDomainDns(): google_protobuf_wrappers_pb.StringValue | undefined;
46
- setDomainDns(value?: google_protobuf_wrappers_pb.StringValue): ActiveDirectoryObject;
47
-
48
43
  hasName(): boolean;
49
44
  clearName(): void;
50
45
  getName(): google_protobuf_wrappers_pb.StringValue | undefined;
@@ -103,7 +98,6 @@ export namespace ActiveDirectoryObject {
103
98
  distinguishedName: string,
104
99
  objectSid: string,
105
100
  objectGuid: string,
106
- domainDns?: google_protobuf_wrappers_pb.StringValue.AsObject,
107
101
  name?: google_protobuf_wrappers_pb.StringValue.AsObject,
108
102
  objectClass?: google_protobuf_wrappers_pb.StringValue.AsObject,
109
103
  whenCreated?: google_protobuf_timestamp_pb.Timestamp.AsObject,
@@ -564,6 +558,11 @@ export class ActiveDirectoryDomain extends jspb.Message {
564
558
  getMaximumPasswordAge(): google_protobuf_wrappers_pb.Int32Value | undefined;
565
559
  setMaximumPasswordAge(value?: google_protobuf_wrappers_pb.Int32Value): ActiveDirectoryDomain;
566
560
 
561
+ hasDomainDns(): boolean;
562
+ clearDomainDns(): void;
563
+ getDomainDns(): google_protobuf_wrappers_pb.StringValue | undefined;
564
+ setDomainDns(value?: google_protobuf_wrappers_pb.StringValue): ActiveDirectoryDomain;
565
+
567
566
  serializeBinary(): Uint8Array;
568
567
  toObject(includeInstance?: boolean): ActiveDirectoryDomain.AsObject;
569
568
  static toObject(includeInstance: boolean, msg: ActiveDirectoryDomain): ActiveDirectoryDomain.AsObject;
@@ -578,6 +577,7 @@ export namespace ActiveDirectoryDomain {
578
577
  export type AsObject = {
579
578
  minimumPasswordAge?: google_protobuf_wrappers_pb.Int32Value.AsObject,
580
579
  maximumPasswordAge?: google_protobuf_wrappers_pb.Int32Value.AsObject,
580
+ domainDns?: google_protobuf_wrappers_pb.StringValue.AsObject,
581
581
  }
582
582
  }
583
583
 
@@ -653,6 +653,11 @@ export class ActiveDirectoryComputer extends jspb.Message {
653
653
  getManagedByGroupObjectGuid(): google_protobuf_wrappers_pb.StringValue | undefined;
654
654
  setManagedByGroupObjectGuid(value?: google_protobuf_wrappers_pb.StringValue): ActiveDirectoryComputer;
655
655
 
656
+ hasDnsHostname(): boolean;
657
+ clearDnsHostname(): void;
658
+ getDnsHostname(): google_protobuf_wrappers_pb.StringValue | undefined;
659
+ setDnsHostname(value?: google_protobuf_wrappers_pb.StringValue): ActiveDirectoryComputer;
660
+
656
661
  serializeBinary(): Uint8Array;
657
662
  toObject(includeInstance?: boolean): ActiveDirectoryComputer.AsObject;
658
663
  static toObject(includeInstance: boolean, msg: ActiveDirectoryComputer): ActiveDirectoryComputer.AsObject;
@@ -679,6 +684,7 @@ export namespace ActiveDirectoryComputer {
679
684
  operatingsystemversion?: google_protobuf_wrappers_pb.StringValue.AsObject,
680
685
  managedByUserObjectGuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
681
686
  managedByGroupObjectGuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
687
+ dnsHostname?: google_protobuf_wrappers_pb.StringValue.AsObject,
682
688
  }
683
689
  }
684
690
 
@@ -2059,7 +2059,6 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject.toObject = fu
2059
2059
  distinguishedName: jspb.Message.getFieldWithDefault(msg, 2, ""),
2060
2060
  objectSid: jspb.Message.getFieldWithDefault(msg, 3, ""),
2061
2061
  objectGuid: jspb.Message.getFieldWithDefault(msg, 4, ""),
2062
- domainDns: (f = msg.getDomainDns()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
2063
2062
  name: (f = msg.getName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
2064
2063
  objectClass: (f = msg.getObjectClass()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
2065
2064
  whenCreated: (f = msg.getWhenCreated()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
@@ -2120,11 +2119,6 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject.deserializeBi
2120
2119
  var value = /** @type {string} */ (reader.readString());
2121
2120
  msg.setObjectGuid(value);
2122
2121
  break;
2123
- case 5:
2124
- var value = new google_protobuf_wrappers_pb.StringValue;
2125
- reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
2126
- msg.setDomainDns(value);
2127
- break;
2128
2122
  case 6:
2129
2123
  var value = new google_protobuf_wrappers_pb.StringValue;
2130
2124
  reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
@@ -2222,14 +2216,6 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject.serializeBina
2222
2216
  f
2223
2217
  );
2224
2218
  }
2225
- f = message.getDomainDns();
2226
- if (f != null) {
2227
- writer.writeMessage(
2228
- 5,
2229
- f,
2230
- google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
2231
- );
2232
- }
2233
2219
  f = message.getName();
2234
2220
  if (f != null) {
2235
2221
  writer.writeMessage(
@@ -2369,43 +2355,6 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject.prototype.set
2369
2355
  };
2370
2356
 
2371
2357
 
2372
- /**
2373
- * optional google.protobuf.StringValue domain_dns = 5;
2374
- * @return {?proto.google.protobuf.StringValue}
2375
- */
2376
- proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject.prototype.getDomainDns = function() {
2377
- return /** @type{?proto.google.protobuf.StringValue} */ (
2378
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 5));
2379
- };
2380
-
2381
-
2382
- /**
2383
- * @param {?proto.google.protobuf.StringValue|undefined} value
2384
- * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject} returns this
2385
- */
2386
- proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject.prototype.setDomainDns = function(value) {
2387
- return jspb.Message.setWrapperField(this, 5, value);
2388
- };
2389
-
2390
-
2391
- /**
2392
- * Clears the message field making it undefined.
2393
- * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject} returns this
2394
- */
2395
- proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject.prototype.clearDomainDns = function() {
2396
- return this.setDomainDns(undefined);
2397
- };
2398
-
2399
-
2400
- /**
2401
- * Returns whether this field is set.
2402
- * @return {boolean}
2403
- */
2404
- proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject.prototype.hasDomainDns = function() {
2405
- return jspb.Message.getField(this, 5) != null;
2406
- };
2407
-
2408
-
2409
2358
  /**
2410
2359
  * optional google.protobuf.StringValue name = 6;
2411
2360
  * @return {?proto.google.protobuf.StringValue}
@@ -6319,7 +6268,8 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryDomain.prototype.toO
6319
6268
  proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryDomain.toObject = function(includeInstance, msg) {
6320
6269
  var f, obj = {
6321
6270
  minimumPasswordAge: (f = msg.getMinimumPasswordAge()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f),
6322
- maximumPasswordAge: (f = msg.getMaximumPasswordAge()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f)
6271
+ maximumPasswordAge: (f = msg.getMaximumPasswordAge()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f),
6272
+ domainDns: (f = msg.getDomainDns()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
6323
6273
  };
6324
6274
 
6325
6275
  if (includeInstance) {
@@ -6366,6 +6316,11 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryDomain.deserializeBi
6366
6316
  reader.readMessage(value,google_protobuf_wrappers_pb.Int32Value.deserializeBinaryFromReader);
6367
6317
  msg.setMaximumPasswordAge(value);
6368
6318
  break;
6319
+ case 3:
6320
+ var value = new google_protobuf_wrappers_pb.StringValue;
6321
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6322
+ msg.setDomainDns(value);
6323
+ break;
6369
6324
  default:
6370
6325
  reader.skipField();
6371
6326
  break;
@@ -6411,6 +6366,14 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryDomain.serializeBina
6411
6366
  google_protobuf_wrappers_pb.Int32Value.serializeBinaryToWriter
6412
6367
  );
6413
6368
  }
6369
+ f = message.getDomainDns();
6370
+ if (f != null) {
6371
+ writer.writeMessage(
6372
+ 3,
6373
+ f,
6374
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
6375
+ );
6376
+ }
6414
6377
  };
6415
6378
 
6416
6379
 
@@ -6488,6 +6451,43 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryDomain.prototype.has
6488
6451
  };
6489
6452
 
6490
6453
 
6454
+ /**
6455
+ * optional google.protobuf.StringValue domain_dns = 3;
6456
+ * @return {?proto.google.protobuf.StringValue}
6457
+ */
6458
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryDomain.prototype.getDomainDns = function() {
6459
+ return /** @type{?proto.google.protobuf.StringValue} */ (
6460
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 3));
6461
+ };
6462
+
6463
+
6464
+ /**
6465
+ * @param {?proto.google.protobuf.StringValue|undefined} value
6466
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryDomain} returns this
6467
+ */
6468
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryDomain.prototype.setDomainDns = function(value) {
6469
+ return jspb.Message.setWrapperField(this, 3, value);
6470
+ };
6471
+
6472
+
6473
+ /**
6474
+ * Clears the message field making it undefined.
6475
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryDomain} returns this
6476
+ */
6477
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryDomain.prototype.clearDomainDns = function() {
6478
+ return this.setDomainDns(undefined);
6479
+ };
6480
+
6481
+
6482
+ /**
6483
+ * Returns whether this field is set.
6484
+ * @return {boolean}
6485
+ */
6486
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryDomain.prototype.hasDomainDns = function() {
6487
+ return jspb.Message.getField(this, 3) != null;
6488
+ };
6489
+
6490
+
6491
6491
 
6492
6492
 
6493
6493
 
@@ -6533,7 +6533,8 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.toObject =
6533
6533
  operatingsystem: (f = msg.getOperatingsystem()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6534
6534
  operatingsystemversion: (f = msg.getOperatingsystemversion()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6535
6535
  managedByUserObjectGuid: (f = msg.getManagedByUserObjectGuid()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6536
- managedByGroupObjectGuid: (f = msg.getManagedByGroupObjectGuid()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
6536
+ managedByGroupObjectGuid: (f = msg.getManagedByGroupObjectGuid()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
6537
+ dnsHostname: (f = msg.getDnsHostname()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
6537
6538
  };
6538
6539
 
6539
6540
  if (includeInstance) {
@@ -6640,6 +6641,11 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.deserialize
6640
6641
  reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6641
6642
  msg.setManagedByGroupObjectGuid(value);
6642
6643
  break;
6644
+ case 15:
6645
+ var value = new google_protobuf_wrappers_pb.StringValue;
6646
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
6647
+ msg.setDnsHostname(value);
6648
+ break;
6643
6649
  default:
6644
6650
  reader.skipField();
6645
6651
  break;
@@ -6781,6 +6787,14 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.serializeBi
6781
6787
  google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
6782
6788
  );
6783
6789
  }
6790
+ f = message.getDnsHostname();
6791
+ if (f != null) {
6792
+ writer.writeMessage(
6793
+ 15,
6794
+ f,
6795
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
6796
+ );
6797
+ }
6784
6798
  };
6785
6799
 
6786
6800
 
@@ -7302,6 +7316,43 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.h
7302
7316
  };
7303
7317
 
7304
7318
 
7319
+ /**
7320
+ * optional google.protobuf.StringValue dns_hostname = 15;
7321
+ * @return {?proto.google.protobuf.StringValue}
7322
+ */
7323
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.getDnsHostname = function() {
7324
+ return /** @type{?proto.google.protobuf.StringValue} */ (
7325
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 15));
7326
+ };
7327
+
7328
+
7329
+ /**
7330
+ * @param {?proto.google.protobuf.StringValue|undefined} value
7331
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer} returns this
7332
+ */
7333
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.setDnsHostname = function(value) {
7334
+ return jspb.Message.setWrapperField(this, 15, value);
7335
+ };
7336
+
7337
+
7338
+ /**
7339
+ * Clears the message field making it undefined.
7340
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer} returns this
7341
+ */
7342
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.clearDnsHostname = function() {
7343
+ return this.setDnsHostname(undefined);
7344
+ };
7345
+
7346
+
7347
+ /**
7348
+ * Returns whether this field is set.
7349
+ * @return {boolean}
7350
+ */
7351
+ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.hasDnsHostname = function() {
7352
+ return jspb.Message.getField(this, 15) != null;
7353
+ };
7354
+
7355
+
7305
7356
 
7306
7357
  /**
7307
7358
  * List of repeated fields within this message type.