@lansweeper/diagrams-grpc 0.0.19 → 0.0.21

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.0.21](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/diagrams-grpc@0.0.20...@lansweeper/diagrams-grpc@0.0.21) (2023-01-10)
7
+
8
+ **Note:** Version bump only for package @lansweeper/diagrams-grpc
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.0.20](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/diagrams-grpc@0.0.19...@lansweeper/diagrams-grpc@0.0.20) (2022-12-20)
15
+
16
+ **Note:** Version bump only for package @lansweeper/diagrams-grpc
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.0.19](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/diagrams-grpc@0.0.18...@lansweeper/diagrams-grpc@0.0.19) (2022-12-20)
7
23
 
8
24
  **Note:** Version bump only for package @lansweeper/diagrams-grpc
@@ -7,9 +7,9 @@
7
7
  <Company>Lansweeper</Company>
8
8
  <Product>Lansweeper Diagrams</Product>
9
9
  <Copyright>Lansweeper</Copyright>
10
- <PackageVersion>0.0.18</PackageVersion>
11
- <Version>0.0.18</Version>
12
- <FileVersion>0.0.18</FileVersion>
10
+ <PackageVersion>0.0.20</PackageVersion>
11
+ <Version>0.0.20</Version>
12
+ <FileVersion>0.0.20</FileVersion>
13
13
  <RepositoryUrl>https://github.com/Lansweeper/lansweeperapis</RepositoryUrl>
14
14
  </PropertyGroup>
15
15
  <ItemGroup>
@@ -6,7 +6,7 @@
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v6.0": {
9
- "Lansweeper.Diagrams.GRPC/0.0.18": {
9
+ "Lansweeper.Diagrams.GRPC/0.0.20": {
10
10
  "dependencies": {
11
11
  "Google.Protobuf": "3.15.0",
12
12
  "Grpc": "2.46.1",
@@ -91,7 +91,7 @@
91
91
  }
92
92
  },
93
93
  "libraries": {
94
- "Lansweeper.Diagrams.GRPC/0.0.18": {
94
+ "Lansweeper.Diagrams.GRPC/0.0.20": {
95
95
  "type": "project",
96
96
  "serviceable": false,
97
97
  "sha512": ""
@@ -67,6 +67,8 @@ export class Asset extends jspb.Message {
67
67
  addErrors(value?: AssetError, index?: number): AssetError;
68
68
  getIpLocationKey(): string;
69
69
  setIpLocationKey(value: string): Asset;
70
+ getMacAddress(): string;
71
+ setMacAddress(value: string): Asset;
70
72
 
71
73
  serializeBinary(): Uint8Array;
72
74
  toObject(includeInstance?: boolean): Asset.AsObject;
@@ -93,6 +95,7 @@ export namespace Asset {
93
95
  isVmRunning: boolean,
94
96
  errorsList: Array<AssetError.AsObject>,
95
97
  ipLocationKey: string,
98
+ macAddress: string,
96
99
  }
97
100
  }
98
101
 
@@ -352,10 +355,11 @@ export class VirtualEnvironmentDiagramResponse extends jspb.Message {
352
355
  getAssetTypesList(): Array<AssetType>;
353
356
  setAssetTypesList(value: Array<AssetType>): VirtualEnvironmentDiagramResponse;
354
357
  addAssetTypes(value?: AssetType, index?: number): AssetType;
355
- clearFiltersList(): void;
356
- getFiltersList(): Array<Filters>;
357
- setFiltersList(value: Array<Filters>): VirtualEnvironmentDiagramResponse;
358
- addFilters(value?: Filters, index?: number): Filters;
358
+
359
+ hasFilters(): boolean;
360
+ clearFilters(): void;
361
+ getFilters(): Filters | undefined;
362
+ setFilters(value?: Filters): VirtualEnvironmentDiagramResponse;
359
363
 
360
364
  serializeBinary(): Uint8Array;
361
365
  toObject(includeInstance?: boolean): VirtualEnvironmentDiagramResponse.AsObject;
@@ -373,7 +377,7 @@ export namespace VirtualEnvironmentDiagramResponse {
373
377
  relationshipsList: Array<Relationship.AsObject>,
374
378
  errorsList: Array<Error.AsObject>,
375
379
  assetTypesList: Array<AssetType.AsObject>,
376
- filtersList: Array<Filters.AsObject>,
380
+ filters?: Filters.AsObject,
377
381
  }
378
382
  }
379
383
 
@@ -394,10 +398,11 @@ export class OtDiagramResponse extends jspb.Message {
394
398
  getAssetTypesList(): Array<AssetType>;
395
399
  setAssetTypesList(value: Array<AssetType>): OtDiagramResponse;
396
400
  addAssetTypes(value?: AssetType, index?: number): AssetType;
397
- clearFiltersList(): void;
398
- getFiltersList(): Array<Filters>;
399
- setFiltersList(value: Array<Filters>): OtDiagramResponse;
400
- addFilters(value?: Filters, index?: number): Filters;
401
+
402
+ hasFilters(): boolean;
403
+ clearFilters(): void;
404
+ getFilters(): Filters | undefined;
405
+ setFilters(value?: Filters): OtDiagramResponse;
401
406
 
402
407
  serializeBinary(): Uint8Array;
403
408
  toObject(includeInstance?: boolean): OtDiagramResponse.AsObject;
@@ -415,7 +420,7 @@ export namespace OtDiagramResponse {
415
420
  relationshipsList: Array<Relationship.AsObject>,
416
421
  errorsList: Array<Error.AsObject>,
417
422
  assetTypesList: Array<AssetType.AsObject>,
418
- filtersList: Array<Filters.AsObject>,
423
+ filters?: Filters.AsObject,
419
424
  }
420
425
  }
421
426
 
@@ -535,7 +535,8 @@ proto.lansweeper.diagrams.v1.Asset.toObject = function(includeInstance, msg) {
535
535
  isVmRunning: jspb.Message.getBooleanFieldWithDefault(msg, 11, false),
536
536
  errorsList: jspb.Message.toObjectList(msg.getErrorsList(),
537
537
  proto.lansweeper.diagrams.v1.AssetError.toObject, includeInstance),
538
- ipLocationKey: jspb.Message.getFieldWithDefault(msg, 13, "")
538
+ ipLocationKey: jspb.Message.getFieldWithDefault(msg, 13, ""),
539
+ macAddress: jspb.Message.getFieldWithDefault(msg, 14, "")
539
540
  };
540
541
 
541
542
  if (includeInstance) {
@@ -625,6 +626,10 @@ proto.lansweeper.diagrams.v1.Asset.deserializeBinaryFromReader = function(msg, r
625
626
  var value = /** @type {string} */ (reader.readString());
626
627
  msg.setIpLocationKey(value);
627
628
  break;
629
+ case 14:
630
+ var value = /** @type {string} */ (reader.readString());
631
+ msg.setMacAddress(value);
632
+ break;
628
633
  default:
629
634
  reader.skipField();
630
635
  break;
@@ -746,6 +751,13 @@ proto.lansweeper.diagrams.v1.Asset.serializeBinaryToWriter = function(message, w
746
751
  f
747
752
  );
748
753
  }
754
+ f = message.getMacAddress();
755
+ if (f.length > 0) {
756
+ writer.writeString(
757
+ 14,
758
+ f
759
+ );
760
+ }
749
761
  };
750
762
 
751
763
 
@@ -1003,6 +1015,24 @@ proto.lansweeper.diagrams.v1.Asset.prototype.setIpLocationKey = function(value)
1003
1015
  };
1004
1016
 
1005
1017
 
1018
+ /**
1019
+ * optional string mac_address = 14;
1020
+ * @return {string}
1021
+ */
1022
+ proto.lansweeper.diagrams.v1.Asset.prototype.getMacAddress = function() {
1023
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 14, ""));
1024
+ };
1025
+
1026
+
1027
+ /**
1028
+ * @param {string} value
1029
+ * @return {!proto.lansweeper.diagrams.v1.Asset} returns this
1030
+ */
1031
+ proto.lansweeper.diagrams.v1.Asset.prototype.setMacAddress = function(value) {
1032
+ return jspb.Message.setProto3StringField(this, 14, value);
1033
+ };
1034
+
1035
+
1006
1036
 
1007
1037
 
1008
1038
 
@@ -2914,7 +2944,7 @@ proto.lansweeper.diagrams.v1.NetworkTopologyDiagramResponse.prototype.hasFilters
2914
2944
  * @private {!Array<number>}
2915
2945
  * @const
2916
2946
  */
2917
- proto.lansweeper.diagrams.v1.VirtualEnvironmentDiagramResponse.repeatedFields_ = [1,2,3,4,5];
2947
+ proto.lansweeper.diagrams.v1.VirtualEnvironmentDiagramResponse.repeatedFields_ = [1,2,3,4];
2918
2948
 
2919
2949
 
2920
2950
 
@@ -2955,8 +2985,7 @@ proto.lansweeper.diagrams.v1.VirtualEnvironmentDiagramResponse.toObject = functi
2955
2985
  proto.lansweeper.diagrams.v1.Error.toObject, includeInstance),
2956
2986
  assetTypesList: jspb.Message.toObjectList(msg.getAssetTypesList(),
2957
2987
  proto.lansweeper.diagrams.v1.AssetType.toObject, includeInstance),
2958
- filtersList: jspb.Message.toObjectList(msg.getFiltersList(),
2959
- proto.lansweeper.diagrams.v1.Filters.toObject, includeInstance)
2988
+ filters: (f = msg.getFilters()) && proto.lansweeper.diagrams.v1.Filters.toObject(includeInstance, f)
2960
2989
  };
2961
2990
 
2962
2991
  if (includeInstance) {
@@ -3016,7 +3045,7 @@ proto.lansweeper.diagrams.v1.VirtualEnvironmentDiagramResponse.deserializeBinary
3016
3045
  case 5:
3017
3046
  var value = new proto.lansweeper.diagrams.v1.Filters;
3018
3047
  reader.readMessage(value,proto.lansweeper.diagrams.v1.Filters.deserializeBinaryFromReader);
3019
- msg.addFilters(value);
3048
+ msg.setFilters(value);
3020
3049
  break;
3021
3050
  default:
3022
3051
  reader.skipField();
@@ -3079,9 +3108,9 @@ proto.lansweeper.diagrams.v1.VirtualEnvironmentDiagramResponse.serializeBinaryTo
3079
3108
  proto.lansweeper.diagrams.v1.AssetType.serializeBinaryToWriter
3080
3109
  );
3081
3110
  }
3082
- f = message.getFiltersList();
3083
- if (f.length > 0) {
3084
- writer.writeRepeatedMessage(
3111
+ f = message.getFilters();
3112
+ if (f != null) {
3113
+ writer.writeMessage(
3085
3114
  5,
3086
3115
  f,
3087
3116
  proto.lansweeper.diagrams.v1.Filters.serializeBinaryToWriter
@@ -3243,40 +3272,39 @@ proto.lansweeper.diagrams.v1.VirtualEnvironmentDiagramResponse.prototype.clearAs
3243
3272
 
3244
3273
 
3245
3274
  /**
3246
- * repeated Filters filters = 5;
3247
- * @return {!Array<!proto.lansweeper.diagrams.v1.Filters>}
3275
+ * optional Filters filters = 5;
3276
+ * @return {?proto.lansweeper.diagrams.v1.Filters}
3248
3277
  */
3249
- proto.lansweeper.diagrams.v1.VirtualEnvironmentDiagramResponse.prototype.getFiltersList = function() {
3250
- return /** @type{!Array<!proto.lansweeper.diagrams.v1.Filters>} */ (
3251
- jspb.Message.getRepeatedWrapperField(this, proto.lansweeper.diagrams.v1.Filters, 5));
3278
+ proto.lansweeper.diagrams.v1.VirtualEnvironmentDiagramResponse.prototype.getFilters = function() {
3279
+ return /** @type{?proto.lansweeper.diagrams.v1.Filters} */ (
3280
+ jspb.Message.getWrapperField(this, proto.lansweeper.diagrams.v1.Filters, 5));
3252
3281
  };
3253
3282
 
3254
3283
 
3255
3284
  /**
3256
- * @param {!Array<!proto.lansweeper.diagrams.v1.Filters>} value
3285
+ * @param {?proto.lansweeper.diagrams.v1.Filters|undefined} value
3257
3286
  * @return {!proto.lansweeper.diagrams.v1.VirtualEnvironmentDiagramResponse} returns this
3258
3287
  */
3259
- proto.lansweeper.diagrams.v1.VirtualEnvironmentDiagramResponse.prototype.setFiltersList = function(value) {
3260
- return jspb.Message.setRepeatedWrapperField(this, 5, value);
3288
+ proto.lansweeper.diagrams.v1.VirtualEnvironmentDiagramResponse.prototype.setFilters = function(value) {
3289
+ return jspb.Message.setWrapperField(this, 5, value);
3261
3290
  };
3262
3291
 
3263
3292
 
3264
3293
  /**
3265
- * @param {!proto.lansweeper.diagrams.v1.Filters=} opt_value
3266
- * @param {number=} opt_index
3267
- * @return {!proto.lansweeper.diagrams.v1.Filters}
3294
+ * Clears the message field making it undefined.
3295
+ * @return {!proto.lansweeper.diagrams.v1.VirtualEnvironmentDiagramResponse} returns this
3268
3296
  */
3269
- proto.lansweeper.diagrams.v1.VirtualEnvironmentDiagramResponse.prototype.addFilters = function(opt_value, opt_index) {
3270
- return jspb.Message.addToRepeatedWrapperField(this, 5, opt_value, proto.lansweeper.diagrams.v1.Filters, opt_index);
3297
+ proto.lansweeper.diagrams.v1.VirtualEnvironmentDiagramResponse.prototype.clearFilters = function() {
3298
+ return this.setFilters(undefined);
3271
3299
  };
3272
3300
 
3273
3301
 
3274
3302
  /**
3275
- * Clears the list making it empty but non-null.
3276
- * @return {!proto.lansweeper.diagrams.v1.VirtualEnvironmentDiagramResponse} returns this
3303
+ * Returns whether this field is set.
3304
+ * @return {boolean}
3277
3305
  */
3278
- proto.lansweeper.diagrams.v1.VirtualEnvironmentDiagramResponse.prototype.clearFiltersList = function() {
3279
- return this.setFiltersList([]);
3306
+ proto.lansweeper.diagrams.v1.VirtualEnvironmentDiagramResponse.prototype.hasFilters = function() {
3307
+ return jspb.Message.getField(this, 5) != null;
3280
3308
  };
3281
3309
 
3282
3310
 
@@ -3286,7 +3314,7 @@ proto.lansweeper.diagrams.v1.VirtualEnvironmentDiagramResponse.prototype.clearFi
3286
3314
  * @private {!Array<number>}
3287
3315
  * @const
3288
3316
  */
3289
- proto.lansweeper.diagrams.v1.OtDiagramResponse.repeatedFields_ = [1,2,3,4,5];
3317
+ proto.lansweeper.diagrams.v1.OtDiagramResponse.repeatedFields_ = [1,2,3,4];
3290
3318
 
3291
3319
 
3292
3320
 
@@ -3327,8 +3355,7 @@ proto.lansweeper.diagrams.v1.OtDiagramResponse.toObject = function(includeInstan
3327
3355
  proto.lansweeper.diagrams.v1.Error.toObject, includeInstance),
3328
3356
  assetTypesList: jspb.Message.toObjectList(msg.getAssetTypesList(),
3329
3357
  proto.lansweeper.diagrams.v1.AssetType.toObject, includeInstance),
3330
- filtersList: jspb.Message.toObjectList(msg.getFiltersList(),
3331
- proto.lansweeper.diagrams.v1.Filters.toObject, includeInstance)
3358
+ filters: (f = msg.getFilters()) && proto.lansweeper.diagrams.v1.Filters.toObject(includeInstance, f)
3332
3359
  };
3333
3360
 
3334
3361
  if (includeInstance) {
@@ -3388,7 +3415,7 @@ proto.lansweeper.diagrams.v1.OtDiagramResponse.deserializeBinaryFromReader = fun
3388
3415
  case 5:
3389
3416
  var value = new proto.lansweeper.diagrams.v1.Filters;
3390
3417
  reader.readMessage(value,proto.lansweeper.diagrams.v1.Filters.deserializeBinaryFromReader);
3391
- msg.addFilters(value);
3418
+ msg.setFilters(value);
3392
3419
  break;
3393
3420
  default:
3394
3421
  reader.skipField();
@@ -3451,9 +3478,9 @@ proto.lansweeper.diagrams.v1.OtDiagramResponse.serializeBinaryToWriter = functio
3451
3478
  proto.lansweeper.diagrams.v1.AssetType.serializeBinaryToWriter
3452
3479
  );
3453
3480
  }
3454
- f = message.getFiltersList();
3455
- if (f.length > 0) {
3456
- writer.writeRepeatedMessage(
3481
+ f = message.getFilters();
3482
+ if (f != null) {
3483
+ writer.writeMessage(
3457
3484
  5,
3458
3485
  f,
3459
3486
  proto.lansweeper.diagrams.v1.Filters.serializeBinaryToWriter
@@ -3615,40 +3642,39 @@ proto.lansweeper.diagrams.v1.OtDiagramResponse.prototype.clearAssetTypesList = f
3615
3642
 
3616
3643
 
3617
3644
  /**
3618
- * repeated Filters filters = 5;
3619
- * @return {!Array<!proto.lansweeper.diagrams.v1.Filters>}
3645
+ * optional Filters filters = 5;
3646
+ * @return {?proto.lansweeper.diagrams.v1.Filters}
3620
3647
  */
3621
- proto.lansweeper.diagrams.v1.OtDiagramResponse.prototype.getFiltersList = function() {
3622
- return /** @type{!Array<!proto.lansweeper.diagrams.v1.Filters>} */ (
3623
- jspb.Message.getRepeatedWrapperField(this, proto.lansweeper.diagrams.v1.Filters, 5));
3648
+ proto.lansweeper.diagrams.v1.OtDiagramResponse.prototype.getFilters = function() {
3649
+ return /** @type{?proto.lansweeper.diagrams.v1.Filters} */ (
3650
+ jspb.Message.getWrapperField(this, proto.lansweeper.diagrams.v1.Filters, 5));
3624
3651
  };
3625
3652
 
3626
3653
 
3627
3654
  /**
3628
- * @param {!Array<!proto.lansweeper.diagrams.v1.Filters>} value
3655
+ * @param {?proto.lansweeper.diagrams.v1.Filters|undefined} value
3629
3656
  * @return {!proto.lansweeper.diagrams.v1.OtDiagramResponse} returns this
3630
3657
  */
3631
- proto.lansweeper.diagrams.v1.OtDiagramResponse.prototype.setFiltersList = function(value) {
3632
- return jspb.Message.setRepeatedWrapperField(this, 5, value);
3658
+ proto.lansweeper.diagrams.v1.OtDiagramResponse.prototype.setFilters = function(value) {
3659
+ return jspb.Message.setWrapperField(this, 5, value);
3633
3660
  };
3634
3661
 
3635
3662
 
3636
3663
  /**
3637
- * @param {!proto.lansweeper.diagrams.v1.Filters=} opt_value
3638
- * @param {number=} opt_index
3639
- * @return {!proto.lansweeper.diagrams.v1.Filters}
3664
+ * Clears the message field making it undefined.
3665
+ * @return {!proto.lansweeper.diagrams.v1.OtDiagramResponse} returns this
3640
3666
  */
3641
- proto.lansweeper.diagrams.v1.OtDiagramResponse.prototype.addFilters = function(opt_value, opt_index) {
3642
- return jspb.Message.addToRepeatedWrapperField(this, 5, opt_value, proto.lansweeper.diagrams.v1.Filters, opt_index);
3667
+ proto.lansweeper.diagrams.v1.OtDiagramResponse.prototype.clearFilters = function() {
3668
+ return this.setFilters(undefined);
3643
3669
  };
3644
3670
 
3645
3671
 
3646
3672
  /**
3647
- * Clears the list making it empty but non-null.
3648
- * @return {!proto.lansweeper.diagrams.v1.OtDiagramResponse} returns this
3673
+ * Returns whether this field is set.
3674
+ * @return {boolean}
3649
3675
  */
3650
- proto.lansweeper.diagrams.v1.OtDiagramResponse.prototype.clearFiltersList = function() {
3651
- return this.setFiltersList([]);
3676
+ proto.lansweeper.diagrams.v1.OtDiagramResponse.prototype.hasFilters = function() {
3677
+ return jspb.Message.getField(this, 5) != null;
3652
3678
  };
3653
3679
 
3654
3680
 
@@ -1 +1 @@
1
- {"file":[{"name":"google/protobuf/timestamp.proto","package":"google.protobuf","messageType":[{"name":"Timestamp","field":[{"name":"seconds","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT64","jsonName":"seconds"},{"name":"nanos","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"nanos"}]}],"options":{"javaPackage":"com.google.protobuf","javaOuterClassname":"TimestampProto","javaMultipleFiles":true,"goPackage":"google.golang.org/protobuf/types/known/timestamppb","ccEnableArenas":true,"objcClassPrefix":"GPB","csharpNamespace":"Google.Protobuf.WellKnownTypes"},"sourceCodeInfo":{"location":[{"span":[30,0,146,1]},{"path":[12],"span":[30,0,18],"leadingDetachedComments":[" Protocol Buffers - Google's data interchange format\n Copyright 2008 Google Inc. All rights reserved.\n https://developers.google.com/protocol-buffers/\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following disclaimer\n in the documentation and/or other materials provided with the\n distribution.\n * Neither the name of Google Inc. nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"]},{"path":[2],"span":[32,0,24]},{"path":[8],"span":[34,0,59]},{"path":[8,37],"span":[34,0,59]},{"path":[8],"span":[35,0,31]},{"path":[8,31],"span":[35,0,31]},{"path":[8],"span":[36,0,73]},{"path":[8,11],"span":[36,0,73]},{"path":[8],"span":[37,0,44]},{"path":[8,1],"span":[37,0,44]},{"path":[8],"span":[38,0,47]},{"path":[8,8],"span":[38,0,47]},{"path":[8],"span":[39,0,34]},{"path":[8,10],"span":[39,0,34]},{"path":[8],"span":[40,0,33]},{"path":[8,36],"span":[40,0,33]},{"path":[4,0],"span":[135,0,146,1],"leadingComments":" A Timestamp represents a point in time independent of any time zone or local\n calendar, encoded as a count of seconds and fractions of seconds at\n nanosecond resolution. The count is relative to an epoch at UTC midnight on\n January 1, 1970, in the proleptic Gregorian calendar which extends the\n Gregorian calendar backwards to year one.\n\n All minutes are 60 seconds long. Leap seconds are \"smeared\" so that no leap\n second table is needed for interpretation, using a [24-hour linear\n smear](https://developers.google.com/time/smear).\n\n The range is from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z. By\n restricting to that range, we ensure that we can convert to and from [RFC\n 3339](https://www.ietf.org/rfc/rfc3339.txt) date strings.\n\n # Examples\n\n Example 1: Compute Timestamp from POSIX `time()`.\n\n Timestamp timestamp;\n timestamp.set_seconds(time(NULL));\n timestamp.set_nanos(0);\n\n Example 2: Compute Timestamp from POSIX `gettimeofday()`.\n\n struct timeval tv;\n gettimeofday(&tv, NULL);\n\n Timestamp timestamp;\n timestamp.set_seconds(tv.tv_sec);\n timestamp.set_nanos(tv.tv_usec * 1000);\n\n Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.\n\n FILETIME ft;\n GetSystemTimeAsFileTime(&ft);\n UINT64 ticks = (((UINT64)ft.dwHighDateTime) << 32) | ft.dwLowDateTime;\n\n // A Windows tick is 100 nanoseconds. Windows epoch 1601-01-01T00:00:00Z\n // is 11644473600 seconds before Unix epoch 1970-01-01T00:00:00Z.\n Timestamp timestamp;\n timestamp.set_seconds((INT64) ((ticks / 10000000) - 11644473600LL));\n timestamp.set_nanos((INT32) ((ticks % 10000000) * 100));\n\n Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.\n\n long millis = System.currentTimeMillis();\n\n Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000)\n .setNanos((int) ((millis % 1000) * 1000000)).build();\n\n\n Example 5: Compute Timestamp from Java `Instant.now()`.\n\n Instant now = Instant.now();\n\n Timestamp timestamp =\n Timestamp.newBuilder().setSeconds(now.getEpochSecond())\n .setNanos(now.getNano()).build();\n\n\n Example 6: Compute Timestamp from current time in Python.\n\n timestamp = Timestamp()\n timestamp.GetCurrentTime()\n\n # JSON Mapping\n\n In JSON format, the Timestamp type is encoded as a string in the\n [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. That is, the\n format is \"{year}-{month}-{day}T{hour}:{min}:{sec}[.{frac_sec}]Z\"\n where {year} is always expressed using four digits while {month}, {day},\n {hour}, {min}, and {sec} are zero-padded to two digits each. The fractional\n seconds, which can go up to 9 digits (i.e. up to 1 nanosecond resolution),\n are optional. The \"Z\" suffix indicates the timezone (\"UTC\"); the timezone\n is required. A proto3 JSON serializer should always use UTC (as indicated by\n \"Z\") when printing the Timestamp type and a proto3 JSON parser should be\n able to accept both UTC and other timezones (as indicated by an offset).\n\n For example, \"2017-01-15T01:30:15.01Z\" encodes 15.01 seconds past\n 01:30 UTC on January 15, 2017.\n\n In JavaScript, one can convert a Date object to this format using the\n standard\n [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString)\n method. In Python, a standard `datetime.datetime` object can be converted\n to this format using\n [`strftime`](https://docs.python.org/2/library/time.html#time.strftime) with\n the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use\n the Joda Time's [`ISODateTimeFormat.dateTime()`](\n http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D\n ) to obtain a formatter capable of generating timestamps in this format.\n\n\n"},{"path":[4,0,1],"span":[135,8,17]},{"path":[4,0,2,0],"span":[139,2,20],"leadingComments":" Represents seconds of UTC time since Unix epoch\n 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to\n 9999-12-31T23:59:59Z inclusive.\n"},{"path":[4,0,2,0,5],"span":[139,2,7]},{"path":[4,0,2,0,1],"span":[139,8,15]},{"path":[4,0,2,0,3],"span":[139,18,19]},{"path":[4,0,2,1],"span":[145,2,18],"leadingComments":" Non-negative fractions of a second at nanosecond resolution. Negative\n second values with fractions must still have non-negative nanos values\n that count forward in time. Must be from 0 to 999,999,999\n inclusive.\n"},{"path":[4,0,2,1,5],"span":[145,2,7]},{"path":[4,0,2,1,1],"span":[145,8,13]},{"path":[4,0,2,1,3],"span":[145,16,17]}]},"syntax":"proto3","bufExtension":{"isImport":true,"isSyntaxUnspecified":false}},{"name":"proto/diagrams.proto","package":"lansweeper.diagrams.v1","dependency":["google/protobuf/timestamp.proto"],"messageType":[{"name":"DiagramRequest","field":[{"name":"client_key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientKey"},{"name":"installation_key","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"installationKey"},{"name":"asset_scopes_rules","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.DiagramRequest.AssetScopesRulesEntry","jsonName":"assetScopesRules"},{"name":"trace_id","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"traceId"}],"nestedType":[{"name":"AssetScopesRulesEntry","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"value"}],"options":{"mapEntry":true}}]},{"name":"Asset","field":[{"name":"unique_key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"uniqueKey"},{"name":"key","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"type_name","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"typeName"},{"name":"group_key","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"groupKey"},{"name":"is_group","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isGroup"},{"name":"ip_address","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"ipAddress"},{"name":"vm_running_status","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"vmRunningStatus"},{"name":"category","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"category"},{"name":"is_virtual","number":10,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isVirtual"},{"name":"is_vm_running","number":11,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isVmRunning"},{"name":"errors","number":12,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.AssetError","jsonName":"errors"},{"name":"ip_location_key","number":13,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"ipLocationKey"}]},{"name":"AssetError","field":[{"name":"error_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"errorId"},{"name":"error_text","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"errorText"},{"name":"last_changed","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"lastChanged"},{"name":"error_type_id","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"errorTypeId"},{"name":"error_type_name","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"errorTypeName"}]},{"name":"Error","field":[{"name":"type","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.diagrams.v1.ErrorType","jsonName":"type"},{"name":"message","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"message"}]},{"name":"Relationship","field":[{"name":"from_asset_unique_key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"fromAssetUniqueKey"},{"name":"to_asset_unique_key","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"toAssetUniqueKey"},{"name":"category","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"category"},{"name":"name","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"reverse_name","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"reverseName"},{"name":"icon_name","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"iconName"},{"name":"is_manual","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isManual"},{"name":"start_date","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Timestamp","jsonName":"startDate"},{"name":"end_date","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Timestamp","jsonName":"endDate"},{"name":"comments","number":10,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"comments"}]},{"name":"AssetType","field":[{"name":"type_name","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"typeName"},{"name":"is_mandatory","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isMandatory"},{"name":"is_enabled_by_default","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isEnabledByDefault"},{"name":"nb_assets","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"nbAssets"}]},{"name":"IpLocation","field":[{"name":"ip_location_key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"ipLocationKey"},{"name":"ip_location_name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"ipLocationName"},{"name":"range_start","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"rangeStart"},{"name":"range_end","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"rangeEnd"},{"name":"nb_assets","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"nbAssets"}]},{"name":"Filters","field":[{"name":"asset_types","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.AssetType","jsonName":"assetTypes"},{"name":"ip_locations","number":2,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.IpLocation","jsonName":"ipLocations"}]},{"name":"NetworkTopologyDiagramResponse","field":[{"name":"assets","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.Asset","jsonName":"assets"},{"name":"relationships","number":2,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.Relationship","jsonName":"relationships"},{"name":"errors","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.Error","jsonName":"errors"},{"name":"asset_types","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.AssetType","jsonName":"assetTypes"},{"name":"filters","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.Filters","jsonName":"filters"}]},{"name":"VirtualEnvironmentDiagramResponse","field":[{"name":"assets","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.Asset","jsonName":"assets"},{"name":"relationships","number":2,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.Relationship","jsonName":"relationships"},{"name":"errors","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.Error","jsonName":"errors"},{"name":"asset_types","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.AssetType","jsonName":"assetTypes"},{"name":"filters","number":5,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.Filters","jsonName":"filters"}]},{"name":"OtDiagramResponse","field":[{"name":"assets","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.Asset","jsonName":"assets"},{"name":"relationships","number":2,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.Relationship","jsonName":"relationships"},{"name":"errors","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.Error","jsonName":"errors"},{"name":"asset_types","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.AssetType","jsonName":"assetTypes"},{"name":"filters","number":5,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.Filters","jsonName":"filters"}]}],"enumType":[{"name":"ErrorType","value":[{"name":"UNKNOWN","number":0},{"name":"GENERATION_ERROR","number":1},{"name":"NO_ASSET","number":2}]}],"service":[{"name":"DiagramsService","method":[{"name":"GetNetworkTopologyDiagram","inputType":".lansweeper.diagrams.v1.DiagramRequest","outputType":".lansweeper.diagrams.v1.NetworkTopologyDiagramResponse","options":{}},{"name":"GetVirtualEnvironmentDiagram","inputType":".lansweeper.diagrams.v1.DiagramRequest","outputType":".lansweeper.diagrams.v1.VirtualEnvironmentDiagramResponse","options":{}},{"name":"GetOtDiagram","inputType":".lansweeper.diagrams.v1.DiagramRequest","outputType":".lansweeper.diagrams.v1.OtDiagramResponse","options":{}}]}],"options":{"csharpNamespace":"Lansweeper.Diagrams.GRPC"},"sourceCodeInfo":{"location":[{"span":[0,0,111,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,31]},{"path":[3,0],"span":[4,0,41]},{"path":[8],"span":[6,0,53]},{"path":[8,37],"span":[6,0,53]},{"path":[6,0],"span":[8,0,12,1]},{"path":[6,0,1],"span":[8,8,23]},{"path":[6,0,2,0],"span":[9,2,91]},{"path":[6,0,2,0,1],"span":[9,6,31]},{"path":[6,0,2,0,2],"span":[9,32,46]},{"path":[6,0,2,0,3],"span":[9,57,87]},{"path":[6,0,2,1],"span":[10,2,97]},{"path":[6,0,2,1,1],"span":[10,6,34]},{"path":[6,0,2,1,2],"span":[10,35,49]},{"path":[6,0,2,1,3],"span":[10,60,93]},{"path":[6,0,2,2],"span":[11,2,65]},{"path":[6,0,2,2,1],"span":[11,6,18]},{"path":[6,0,2,2,2],"span":[11,19,33]},{"path":[6,0,2,2,3],"span":[11,44,61]},{"path":[4,0],"span":[14,0,19,1]},{"path":[4,0,1],"span":[14,8,22]},{"path":[4,0,2,0],"span":[15,2,24]},{"path":[4,0,2,0,5],"span":[15,2,8]},{"path":[4,0,2,0,1],"span":[15,9,19]},{"path":[4,0,2,0,3],"span":[15,22,23]},{"path":[4,0,2,1],"span":[16,2,30]},{"path":[4,0,2,1,5],"span":[16,2,8]},{"path":[4,0,2,1,1],"span":[16,9,25]},{"path":[4,0,2,1,3],"span":[16,28,29]},{"path":[4,0,2,2],"span":[17,2,45]},{"path":[4,0,2,2,6],"span":[17,2,21]},{"path":[4,0,2,2,1],"span":[17,22,40]},{"path":[4,0,2,2,3],"span":[17,43,44]},{"path":[4,0,2,3],"span":[18,2,22]},{"path":[4,0,2,3,5],"span":[18,2,8]},{"path":[4,0,2,3,1],"span":[18,9,17]},{"path":[4,0,2,3,3],"span":[18,20,21]},{"path":[4,1],"span":[21,0,35,1]},{"path":[4,1,1],"span":[21,8,13]},{"path":[4,1,2,0],"span":[22,2,24]},{"path":[4,1,2,0,5],"span":[22,2,8]},{"path":[4,1,2,0,1],"span":[22,9,19]},{"path":[4,1,2,0,3],"span":[22,22,23]},{"path":[4,1,2,1],"span":[23,2,17]},{"path":[4,1,2,1,5],"span":[23,2,8]},{"path":[4,1,2,1,1],"span":[23,9,12]},{"path":[4,1,2,1,3],"span":[23,15,16]},{"path":[4,1,2,2],"span":[24,2,18]},{"path":[4,1,2,2,5],"span":[24,2,8]},{"path":[4,1,2,2,1],"span":[24,9,13]},{"path":[4,1,2,2,3],"span":[24,16,17]},{"path":[4,1,2,3],"span":[25,2,23]},{"path":[4,1,2,3,5],"span":[25,2,8]},{"path":[4,1,2,3,1],"span":[25,9,18]},{"path":[4,1,2,3,3],"span":[25,21,22]},{"path":[4,1,2,4],"span":[26,2,23]},{"path":[4,1,2,4,5],"span":[26,2,8]},{"path":[4,1,2,4,1],"span":[26,9,18]},{"path":[4,1,2,4,3],"span":[26,21,22]},{"path":[4,1,2,5],"span":[27,2,20]},{"path":[4,1,2,5,5],"span":[27,2,6]},{"path":[4,1,2,5,1],"span":[27,7,15]},{"path":[4,1,2,5,3],"span":[27,18,19]},{"path":[4,1,2,6],"span":[28,2,24]},{"path":[4,1,2,6,5],"span":[28,2,8]},{"path":[4,1,2,6,1],"span":[28,9,19]},{"path":[4,1,2,6,3],"span":[28,22,23]},{"path":[4,1,2,7],"span":[29,2,31]},{"path":[4,1,2,7,5],"span":[29,2,8]},{"path":[4,1,2,7,1],"span":[29,9,26]},{"path":[4,1,2,7,3],"span":[29,29,30]},{"path":[4,1,2,8],"span":[30,2,22]},{"path":[4,1,2,8,5],"span":[30,2,8]},{"path":[4,1,2,8,1],"span":[30,9,17]},{"path":[4,1,2,8,3],"span":[30,20,21]},{"path":[4,1,2,9],"span":[31,2,23]},{"path":[4,1,2,9,5],"span":[31,2,6]},{"path":[4,1,2,9,1],"span":[31,7,17]},{"path":[4,1,2,9,3],"span":[31,20,22]},{"path":[4,1,2,10],"span":[32,2,26]},{"path":[4,1,2,10,5],"span":[32,2,6]},{"path":[4,1,2,10,1],"span":[32,7,20]},{"path":[4,1,2,10,3],"span":[32,23,25]},{"path":[4,1,2,11],"span":[33,2,34]},{"path":[4,1,2,11,4],"span":[33,2,10]},{"path":[4,1,2,11,6],"span":[33,11,21]},{"path":[4,1,2,11,1],"span":[33,22,28]},{"path":[4,1,2,11,3],"span":[33,31,33]},{"path":[4,1,2,12],"span":[34,2,30]},{"path":[4,1,2,12,5],"span":[34,2,8]},{"path":[4,1,2,12,1],"span":[34,9,24]},{"path":[4,1,2,12,3],"span":[34,27,29]},{"path":[4,2],"span":[37,0,43,1]},{"path":[4,2,1],"span":[37,8,18]},{"path":[4,2,2,0],"span":[38,2,22]},{"path":[4,2,2,0,5],"span":[38,2,8]},{"path":[4,2,2,0,1],"span":[38,9,17]},{"path":[4,2,2,0,3],"span":[38,20,21]},{"path":[4,2,2,1],"span":[39,2,24]},{"path":[4,2,2,1,5],"span":[39,2,8]},{"path":[4,2,2,1,1],"span":[39,9,19]},{"path":[4,2,2,1,3],"span":[39,22,23]},{"path":[4,2,2,2],"span":[40,2,26]},{"path":[4,2,2,2,5],"span":[40,2,8]},{"path":[4,2,2,2,1],"span":[40,9,21]},{"path":[4,2,2,2,3],"span":[40,24,25]},{"path":[4,2,2,3],"span":[41,2,27]},{"path":[4,2,2,3,5],"span":[41,2,8]},{"path":[4,2,2,3,1],"span":[41,9,22]},{"path":[4,2,2,3,3],"span":[41,25,26]},{"path":[4,2,2,4],"span":[42,2,29]},{"path":[4,2,2,4,5],"span":[42,2,8]},{"path":[4,2,2,4,1],"span":[42,9,24]},{"path":[4,2,2,4,3],"span":[42,27,28]},{"path":[5,0],"span":[45,0,49,1]},{"path":[5,0,1],"span":[45,5,14]},{"path":[5,0,2,0],"span":[46,2,14]},{"path":[5,0,2,0,1],"span":[46,2,9]},{"path":[5,0,2,0,2],"span":[46,12,13]},{"path":[5,0,2,1],"span":[47,2,23]},{"path":[5,0,2,1,1],"span":[47,2,18]},{"path":[5,0,2,1,2],"span":[47,21,22]},{"path":[5,0,2,2],"span":[48,2,15]},{"path":[5,0,2,2,1],"span":[48,2,10]},{"path":[5,0,2,2,2],"span":[48,13,14]},{"path":[4,3],"span":[51,0,54,1]},{"path":[4,3,1],"span":[51,8,13]},{"path":[4,3,2,0],"span":[52,2,21]},{"path":[4,3,2,0,6],"span":[52,2,11]},{"path":[4,3,2,0,1],"span":[52,12,16]},{"path":[4,3,2,0,3],"span":[52,19,20]},{"path":[4,3,2,1],"span":[53,2,21]},{"path":[4,3,2,1,5],"span":[53,2,8]},{"path":[4,3,2,1,1],"span":[53,9,16]},{"path":[4,3,2,1,3],"span":[53,19,20]},{"path":[4,4],"span":[56,0,67,1]},{"path":[4,4,1],"span":[56,8,20]},{"path":[4,4,2,0],"span":[57,2,35]},{"path":[4,4,2,0,5],"span":[57,2,8]},{"path":[4,4,2,0,1],"span":[57,9,30]},{"path":[4,4,2,0,3],"span":[57,33,34]},{"path":[4,4,2,1],"span":[58,2,33]},{"path":[4,4,2,1,5],"span":[58,2,8]},{"path":[4,4,2,1,1],"span":[58,9,28]},{"path":[4,4,2,1,3],"span":[58,31,32]},{"path":[4,4,2,2],"span":[59,2,22]},{"path":[4,4,2,2,5],"span":[59,2,8]},{"path":[4,4,2,2,1],"span":[59,9,17]},{"path":[4,4,2,2,3],"span":[59,20,21]},{"path":[4,4,2,3],"span":[60,2,18]},{"path":[4,4,2,3,5],"span":[60,2,8]},{"path":[4,4,2,3,1],"span":[60,9,13]},{"path":[4,4,2,3,3],"span":[60,16,17]},{"path":[4,4,2,4],"span":[61,2,26]},{"path":[4,4,2,4,5],"span":[61,2,8]},{"path":[4,4,2,4,1],"span":[61,9,21]},{"path":[4,4,2,4,3],"span":[61,24,25]},{"path":[4,4,2,5],"span":[62,2,23]},{"path":[4,4,2,5,5],"span":[62,2,8]},{"path":[4,4,2,5,1],"span":[62,9,18]},{"path":[4,4,2,5,3],"span":[62,21,22]},{"path":[4,4,2,6],"span":[63,2,21]},{"path":[4,4,2,6,5],"span":[63,2,6]},{"path":[4,4,2,6,1],"span":[63,7,16]},{"path":[4,4,2,6,3],"span":[63,19,20]},{"path":[4,4,2,7],"span":[64,2,43]},{"path":[4,4,2,7,6],"span":[64,2,27]},{"path":[4,4,2,7,1],"span":[64,28,38]},{"path":[4,4,2,7,3],"span":[64,41,42]},{"path":[4,4,2,8],"span":[65,2,41]},{"path":[4,4,2,8,6],"span":[65,2,27]},{"path":[4,4,2,8,1],"span":[65,28,36]},{"path":[4,4,2,8,3],"span":[65,39,40]},{"path":[4,4,2,9],"span":[66,2,23]},{"path":[4,4,2,9,5],"span":[66,2,8]},{"path":[4,4,2,9,1],"span":[66,9,17]},{"path":[4,4,2,9,3],"span":[66,20,22]},{"path":[4,5],"span":[69,0,74,1]},{"path":[4,5,1],"span":[69,8,17]},{"path":[4,5,2,0],"span":[70,2,23]},{"path":[4,5,2,0,5],"span":[70,2,8]},{"path":[4,5,2,0,1],"span":[70,9,18]},{"path":[4,5,2,0,3],"span":[70,21,22]},{"path":[4,5,2,1],"span":[71,2,24]},{"path":[4,5,2,1,5],"span":[71,2,6]},{"path":[4,5,2,1,1],"span":[71,7,19]},{"path":[4,5,2,1,3],"span":[71,22,23]},{"path":[4,5,2,2],"span":[72,2,33]},{"path":[4,5,2,2,5],"span":[72,2,6]},{"path":[4,5,2,2,1],"span":[72,7,28]},{"path":[4,5,2,2,3],"span":[72,31,32]},{"path":[4,5,2,3],"span":[73,2,22]},{"path":[4,5,2,3,5],"span":[73,2,7]},{"path":[4,5,2,3,1],"span":[73,8,17]},{"path":[4,5,2,3,3],"span":[73,20,21]},{"path":[4,6],"span":[76,0,82,1]},{"path":[4,6,1],"span":[76,8,18]},{"path":[4,6,2,0],"span":[77,2,29]},{"path":[4,6,2,0,5],"span":[77,2,8]},{"path":[4,6,2,0,1],"span":[77,9,24]},{"path":[4,6,2,0,3],"span":[77,27,28]},{"path":[4,6,2,1],"span":[78,2,30]},{"path":[4,6,2,1,5],"span":[78,2,8]},{"path":[4,6,2,1,1],"span":[78,9,25]},{"path":[4,6,2,1,3],"span":[78,28,29]},{"path":[4,6,2,2],"span":[79,2,25]},{"path":[4,6,2,2,5],"span":[79,2,8]},{"path":[4,6,2,2,1],"span":[79,9,20]},{"path":[4,6,2,2,3],"span":[79,23,24]},{"path":[4,6,2,3],"span":[80,2,23]},{"path":[4,6,2,3,5],"span":[80,2,8]},{"path":[4,6,2,3,1],"span":[80,9,18]},{"path":[4,6,2,3,3],"span":[80,21,22]},{"path":[4,6,2,4],"span":[81,2,22]},{"path":[4,6,2,4,5],"span":[81,2,7]},{"path":[4,6,2,4,1],"span":[81,8,17]},{"path":[4,6,2,4,3],"span":[81,20,21]},{"path":[4,7],"span":[84,0,87,1]},{"path":[4,7,1],"span":[84,8,15]},{"path":[4,7,2,0],"span":[85,2,37]},{"path":[4,7,2,0,4],"span":[85,2,10]},{"path":[4,7,2,0,6],"span":[85,11,20]},{"path":[4,7,2,0,1],"span":[85,21,32]},{"path":[4,7,2,0,3],"span":[85,35,36]},{"path":[4,7,2,1],"span":[86,2,39]},{"path":[4,7,2,1,4],"span":[86,2,10]},{"path":[4,7,2,1,6],"span":[86,11,21]},{"path":[4,7,2,1,1],"span":[86,22,34]},{"path":[4,7,2,1,3],"span":[86,37,38]},{"path":[4,8],"span":[89,0,95,1]},{"path":[4,8,1],"span":[89,8,38]},{"path":[4,8,2,0],"span":[90,2,28]},{"path":[4,8,2,0,4],"span":[90,2,10]},{"path":[4,8,2,0,6],"span":[90,11,16]},{"path":[4,8,2,0,1],"span":[90,17,23]},{"path":[4,8,2,0,3],"span":[90,26,27]},{"path":[4,8,2,1],"span":[91,2,42]},{"path":[4,8,2,1,4],"span":[91,2,10]},{"path":[4,8,2,1,6],"span":[91,11,23]},{"path":[4,8,2,1,1],"span":[91,24,37]},{"path":[4,8,2,1,3],"span":[91,40,41]},{"path":[4,8,2,2],"span":[92,2,28]},{"path":[4,8,2,2,4],"span":[92,2,10]},{"path":[4,8,2,2,6],"span":[92,11,16]},{"path":[4,8,2,2,1],"span":[92,17,23]},{"path":[4,8,2,2,3],"span":[92,26,27]},{"path":[4,8,2,3],"span":[93,2,37]},{"path":[4,8,2,3,4],"span":[93,2,10]},{"path":[4,8,2,3,6],"span":[93,11,20]},{"path":[4,8,2,3,1],"span":[93,21,32]},{"path":[4,8,2,3,3],"span":[93,35,36]},{"path":[4,8,2,4],"span":[94,2,22]},{"path":[4,8,2,4,6],"span":[94,2,9]},{"path":[4,8,2,4,1],"span":[94,10,17]},{"path":[4,8,2,4,3],"span":[94,20,21]},{"path":[4,9],"span":[97,0,103,1]},{"path":[4,9,1],"span":[97,8,41]},{"path":[4,9,2,0],"span":[98,2,28]},{"path":[4,9,2,0,4],"span":[98,2,10]},{"path":[4,9,2,0,6],"span":[98,11,16]},{"path":[4,9,2,0,1],"span":[98,17,23]},{"path":[4,9,2,0,3],"span":[98,26,27]},{"path":[4,9,2,1],"span":[99,2,42]},{"path":[4,9,2,1,4],"span":[99,2,10]},{"path":[4,9,2,1,6],"span":[99,11,23]},{"path":[4,9,2,1,1],"span":[99,24,37]},{"path":[4,9,2,1,3],"span":[99,40,41]},{"path":[4,9,2,2],"span":[100,2,28]},{"path":[4,9,2,2,4],"span":[100,2,10]},{"path":[4,9,2,2,6],"span":[100,11,16]},{"path":[4,9,2,2,1],"span":[100,17,23]},{"path":[4,9,2,2,3],"span":[100,26,27]},{"path":[4,9,2,3],"span":[101,2,37]},{"path":[4,9,2,3,4],"span":[101,2,10]},{"path":[4,9,2,3,6],"span":[101,11,20]},{"path":[4,9,2,3,1],"span":[101,21,32]},{"path":[4,9,2,3,3],"span":[101,35,36]},{"path":[4,9,2,4],"span":[102,2,31]},{"path":[4,9,2,4,4],"span":[102,2,10]},{"path":[4,9,2,4,6],"span":[102,11,18]},{"path":[4,9,2,4,1],"span":[102,19,26]},{"path":[4,9,2,4,3],"span":[102,29,30]},{"path":[4,10],"span":[105,0,111,1]},{"path":[4,10,1],"span":[105,8,25]},{"path":[4,10,2,0],"span":[106,2,28]},{"path":[4,10,2,0,4],"span":[106,2,10]},{"path":[4,10,2,0,6],"span":[106,11,16]},{"path":[4,10,2,0,1],"span":[106,17,23]},{"path":[4,10,2,0,3],"span":[106,26,27]},{"path":[4,10,2,1],"span":[107,2,42]},{"path":[4,10,2,1,4],"span":[107,2,10]},{"path":[4,10,2,1,6],"span":[107,11,23]},{"path":[4,10,2,1,1],"span":[107,24,37]},{"path":[4,10,2,1,3],"span":[107,40,41]},{"path":[4,10,2,2],"span":[108,2,28]},{"path":[4,10,2,2,4],"span":[108,2,10]},{"path":[4,10,2,2,6],"span":[108,11,16]},{"path":[4,10,2,2,1],"span":[108,17,23]},{"path":[4,10,2,2,3],"span":[108,26,27]},{"path":[4,10,2,3],"span":[109,2,37]},{"path":[4,10,2,3,4],"span":[109,2,10]},{"path":[4,10,2,3,6],"span":[109,11,20]},{"path":[4,10,2,3,1],"span":[109,21,32]},{"path":[4,10,2,3,3],"span":[109,35,36]},{"path":[4,10,2,4],"span":[110,2,31]},{"path":[4,10,2,4,4],"span":[110,2,10]},{"path":[4,10,2,4,6],"span":[110,11,18]},{"path":[4,10,2,4,1],"span":[110,19,26]},{"path":[4,10,2,4,3],"span":[110,29,30]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
1
+ {"file":[{"name":"google/protobuf/timestamp.proto","package":"google.protobuf","messageType":[{"name":"Timestamp","field":[{"name":"seconds","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT64","jsonName":"seconds"},{"name":"nanos","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"nanos"}]}],"options":{"javaPackage":"com.google.protobuf","javaOuterClassname":"TimestampProto","javaMultipleFiles":true,"goPackage":"google.golang.org/protobuf/types/known/timestamppb","ccEnableArenas":true,"objcClassPrefix":"GPB","csharpNamespace":"Google.Protobuf.WellKnownTypes"},"sourceCodeInfo":{"location":[{"span":[30,0,146,1]},{"path":[12],"span":[30,0,18],"leadingDetachedComments":[" Protocol Buffers - Google's data interchange format\n Copyright 2008 Google Inc. All rights reserved.\n https://developers.google.com/protocol-buffers/\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following disclaimer\n in the documentation and/or other materials provided with the\n distribution.\n * Neither the name of Google Inc. nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"]},{"path":[2],"span":[32,0,24]},{"path":[8],"span":[34,0,59]},{"path":[8,37],"span":[34,0,59]},{"path":[8],"span":[35,0,31]},{"path":[8,31],"span":[35,0,31]},{"path":[8],"span":[36,0,73]},{"path":[8,11],"span":[36,0,73]},{"path":[8],"span":[37,0,44]},{"path":[8,1],"span":[37,0,44]},{"path":[8],"span":[38,0,47]},{"path":[8,8],"span":[38,0,47]},{"path":[8],"span":[39,0,34]},{"path":[8,10],"span":[39,0,34]},{"path":[8],"span":[40,0,33]},{"path":[8,36],"span":[40,0,33]},{"path":[4,0],"span":[135,0,146,1],"leadingComments":" A Timestamp represents a point in time independent of any time zone or local\n calendar, encoded as a count of seconds and fractions of seconds at\n nanosecond resolution. The count is relative to an epoch at UTC midnight on\n January 1, 1970, in the proleptic Gregorian calendar which extends the\n Gregorian calendar backwards to year one.\n\n All minutes are 60 seconds long. Leap seconds are \"smeared\" so that no leap\n second table is needed for interpretation, using a [24-hour linear\n smear](https://developers.google.com/time/smear).\n\n The range is from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z. By\n restricting to that range, we ensure that we can convert to and from [RFC\n 3339](https://www.ietf.org/rfc/rfc3339.txt) date strings.\n\n # Examples\n\n Example 1: Compute Timestamp from POSIX `time()`.\n\n Timestamp timestamp;\n timestamp.set_seconds(time(NULL));\n timestamp.set_nanos(0);\n\n Example 2: Compute Timestamp from POSIX `gettimeofday()`.\n\n struct timeval tv;\n gettimeofday(&tv, NULL);\n\n Timestamp timestamp;\n timestamp.set_seconds(tv.tv_sec);\n timestamp.set_nanos(tv.tv_usec * 1000);\n\n Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.\n\n FILETIME ft;\n GetSystemTimeAsFileTime(&ft);\n UINT64 ticks = (((UINT64)ft.dwHighDateTime) << 32) | ft.dwLowDateTime;\n\n // A Windows tick is 100 nanoseconds. Windows epoch 1601-01-01T00:00:00Z\n // is 11644473600 seconds before Unix epoch 1970-01-01T00:00:00Z.\n Timestamp timestamp;\n timestamp.set_seconds((INT64) ((ticks / 10000000) - 11644473600LL));\n timestamp.set_nanos((INT32) ((ticks % 10000000) * 100));\n\n Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.\n\n long millis = System.currentTimeMillis();\n\n Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000)\n .setNanos((int) ((millis % 1000) * 1000000)).build();\n\n\n Example 5: Compute Timestamp from Java `Instant.now()`.\n\n Instant now = Instant.now();\n\n Timestamp timestamp =\n Timestamp.newBuilder().setSeconds(now.getEpochSecond())\n .setNanos(now.getNano()).build();\n\n\n Example 6: Compute Timestamp from current time in Python.\n\n timestamp = Timestamp()\n timestamp.GetCurrentTime()\n\n # JSON Mapping\n\n In JSON format, the Timestamp type is encoded as a string in the\n [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. That is, the\n format is \"{year}-{month}-{day}T{hour}:{min}:{sec}[.{frac_sec}]Z\"\n where {year} is always expressed using four digits while {month}, {day},\n {hour}, {min}, and {sec} are zero-padded to two digits each. The fractional\n seconds, which can go up to 9 digits (i.e. up to 1 nanosecond resolution),\n are optional. The \"Z\" suffix indicates the timezone (\"UTC\"); the timezone\n is required. A proto3 JSON serializer should always use UTC (as indicated by\n \"Z\") when printing the Timestamp type and a proto3 JSON parser should be\n able to accept both UTC and other timezones (as indicated by an offset).\n\n For example, \"2017-01-15T01:30:15.01Z\" encodes 15.01 seconds past\n 01:30 UTC on January 15, 2017.\n\n In JavaScript, one can convert a Date object to this format using the\n standard\n [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString)\n method. In Python, a standard `datetime.datetime` object can be converted\n to this format using\n [`strftime`](https://docs.python.org/2/library/time.html#time.strftime) with\n the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use\n the Joda Time's [`ISODateTimeFormat.dateTime()`](\n http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D\n ) to obtain a formatter capable of generating timestamps in this format.\n\n\n"},{"path":[4,0,1],"span":[135,8,17]},{"path":[4,0,2,0],"span":[139,2,20],"leadingComments":" Represents seconds of UTC time since Unix epoch\n 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to\n 9999-12-31T23:59:59Z inclusive.\n"},{"path":[4,0,2,0,5],"span":[139,2,7]},{"path":[4,0,2,0,1],"span":[139,8,15]},{"path":[4,0,2,0,3],"span":[139,18,19]},{"path":[4,0,2,1],"span":[145,2,18],"leadingComments":" Non-negative fractions of a second at nanosecond resolution. Negative\n second values with fractions must still have non-negative nanos values\n that count forward in time. Must be from 0 to 999,999,999\n inclusive.\n"},{"path":[4,0,2,1,5],"span":[145,2,7]},{"path":[4,0,2,1,1],"span":[145,8,13]},{"path":[4,0,2,1,3],"span":[145,16,17]}]},"syntax":"proto3","bufExtension":{"isImport":true,"isSyntaxUnspecified":false}},{"name":"proto/diagrams.proto","package":"lansweeper.diagrams.v1","dependency":["google/protobuf/timestamp.proto"],"messageType":[{"name":"DiagramRequest","field":[{"name":"client_key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientKey"},{"name":"installation_key","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"installationKey"},{"name":"asset_scopes_rules","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.DiagramRequest.AssetScopesRulesEntry","jsonName":"assetScopesRules"},{"name":"trace_id","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"traceId"}],"nestedType":[{"name":"AssetScopesRulesEntry","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"value"}],"options":{"mapEntry":true}}]},{"name":"Asset","field":[{"name":"unique_key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"uniqueKey"},{"name":"key","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"type_name","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"typeName"},{"name":"group_key","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"groupKey"},{"name":"is_group","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isGroup"},{"name":"ip_address","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"ipAddress"},{"name":"vm_running_status","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"vmRunningStatus"},{"name":"category","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"category"},{"name":"is_virtual","number":10,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isVirtual"},{"name":"is_vm_running","number":11,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isVmRunning"},{"name":"errors","number":12,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.AssetError","jsonName":"errors"},{"name":"ip_location_key","number":13,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"ipLocationKey"},{"name":"mac_address","number":14,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"macAddress"}]},{"name":"AssetError","field":[{"name":"error_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"errorId"},{"name":"error_text","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"errorText"},{"name":"last_changed","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"lastChanged"},{"name":"error_type_id","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"errorTypeId"},{"name":"error_type_name","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"errorTypeName"}]},{"name":"Error","field":[{"name":"type","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.diagrams.v1.ErrorType","jsonName":"type"},{"name":"message","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"message"}]},{"name":"Relationship","field":[{"name":"from_asset_unique_key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"fromAssetUniqueKey"},{"name":"to_asset_unique_key","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"toAssetUniqueKey"},{"name":"category","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"category"},{"name":"name","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"reverse_name","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"reverseName"},{"name":"icon_name","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"iconName"},{"name":"is_manual","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isManual"},{"name":"start_date","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Timestamp","jsonName":"startDate"},{"name":"end_date","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Timestamp","jsonName":"endDate"},{"name":"comments","number":10,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"comments"}]},{"name":"AssetType","field":[{"name":"type_name","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"typeName"},{"name":"is_mandatory","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isMandatory"},{"name":"is_enabled_by_default","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isEnabledByDefault"},{"name":"nb_assets","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"nbAssets"}]},{"name":"IpLocation","field":[{"name":"ip_location_key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"ipLocationKey"},{"name":"ip_location_name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"ipLocationName"},{"name":"range_start","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"rangeStart"},{"name":"range_end","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"rangeEnd"},{"name":"nb_assets","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"nbAssets"}]},{"name":"Filters","field":[{"name":"asset_types","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.AssetType","jsonName":"assetTypes"},{"name":"ip_locations","number":2,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.IpLocation","jsonName":"ipLocations"}]},{"name":"NetworkTopologyDiagramResponse","field":[{"name":"assets","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.Asset","jsonName":"assets"},{"name":"relationships","number":2,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.Relationship","jsonName":"relationships"},{"name":"errors","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.Error","jsonName":"errors"},{"name":"asset_types","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.AssetType","jsonName":"assetTypes"},{"name":"filters","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.Filters","jsonName":"filters"}]},{"name":"VirtualEnvironmentDiagramResponse","field":[{"name":"assets","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.Asset","jsonName":"assets"},{"name":"relationships","number":2,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.Relationship","jsonName":"relationships"},{"name":"errors","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.Error","jsonName":"errors"},{"name":"asset_types","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.AssetType","jsonName":"assetTypes"},{"name":"filters","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.Filters","jsonName":"filters"}]},{"name":"OtDiagramResponse","field":[{"name":"assets","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.Asset","jsonName":"assets"},{"name":"relationships","number":2,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.Relationship","jsonName":"relationships"},{"name":"errors","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.Error","jsonName":"errors"},{"name":"asset_types","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.AssetType","jsonName":"assetTypes"},{"name":"filters","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.diagrams.v1.Filters","jsonName":"filters"}]}],"enumType":[{"name":"ErrorType","value":[{"name":"UNKNOWN","number":0},{"name":"GENERATION_ERROR","number":1},{"name":"NO_ASSET","number":2}]}],"service":[{"name":"DiagramsService","method":[{"name":"GetNetworkTopologyDiagram","inputType":".lansweeper.diagrams.v1.DiagramRequest","outputType":".lansweeper.diagrams.v1.NetworkTopologyDiagramResponse","options":{}},{"name":"GetVirtualEnvironmentDiagram","inputType":".lansweeper.diagrams.v1.DiagramRequest","outputType":".lansweeper.diagrams.v1.VirtualEnvironmentDiagramResponse","options":{}},{"name":"GetOtDiagram","inputType":".lansweeper.diagrams.v1.DiagramRequest","outputType":".lansweeper.diagrams.v1.OtDiagramResponse","options":{}}]}],"options":{"csharpNamespace":"Lansweeper.Diagrams.GRPC"},"sourceCodeInfo":{"location":[{"span":[0,0,112,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,31]},{"path":[3,0],"span":[4,0,41]},{"path":[8],"span":[6,0,53]},{"path":[8,37],"span":[6,0,53]},{"path":[6,0],"span":[8,0,12,1]},{"path":[6,0,1],"span":[8,8,23]},{"path":[6,0,2,0],"span":[9,2,91]},{"path":[6,0,2,0,1],"span":[9,6,31]},{"path":[6,0,2,0,2],"span":[9,32,46]},{"path":[6,0,2,0,3],"span":[9,57,87]},{"path":[6,0,2,1],"span":[10,2,97]},{"path":[6,0,2,1,1],"span":[10,6,34]},{"path":[6,0,2,1,2],"span":[10,35,49]},{"path":[6,0,2,1,3],"span":[10,60,93]},{"path":[6,0,2,2],"span":[11,2,65]},{"path":[6,0,2,2,1],"span":[11,6,18]},{"path":[6,0,2,2,2],"span":[11,19,33]},{"path":[6,0,2,2,3],"span":[11,44,61]},{"path":[4,0],"span":[14,0,19,1]},{"path":[4,0,1],"span":[14,8,22]},{"path":[4,0,2,0],"span":[15,2,24]},{"path":[4,0,2,0,5],"span":[15,2,8]},{"path":[4,0,2,0,1],"span":[15,9,19]},{"path":[4,0,2,0,3],"span":[15,22,23]},{"path":[4,0,2,1],"span":[16,2,30]},{"path":[4,0,2,1,5],"span":[16,2,8]},{"path":[4,0,2,1,1],"span":[16,9,25]},{"path":[4,0,2,1,3],"span":[16,28,29]},{"path":[4,0,2,2],"span":[17,2,45]},{"path":[4,0,2,2,6],"span":[17,2,21]},{"path":[4,0,2,2,1],"span":[17,22,40]},{"path":[4,0,2,2,3],"span":[17,43,44]},{"path":[4,0,2,3],"span":[18,2,22]},{"path":[4,0,2,3,5],"span":[18,2,8]},{"path":[4,0,2,3,1],"span":[18,9,17]},{"path":[4,0,2,3,3],"span":[18,20,21]},{"path":[4,1],"span":[21,0,36,1]},{"path":[4,1,1],"span":[21,8,13]},{"path":[4,1,2,0],"span":[22,2,24]},{"path":[4,1,2,0,5],"span":[22,2,8]},{"path":[4,1,2,0,1],"span":[22,9,19]},{"path":[4,1,2,0,3],"span":[22,22,23]},{"path":[4,1,2,1],"span":[23,2,17]},{"path":[4,1,2,1,5],"span":[23,2,8]},{"path":[4,1,2,1,1],"span":[23,9,12]},{"path":[4,1,2,1,3],"span":[23,15,16]},{"path":[4,1,2,2],"span":[24,2,18]},{"path":[4,1,2,2,5],"span":[24,2,8]},{"path":[4,1,2,2,1],"span":[24,9,13]},{"path":[4,1,2,2,3],"span":[24,16,17]},{"path":[4,1,2,3],"span":[25,2,23]},{"path":[4,1,2,3,5],"span":[25,2,8]},{"path":[4,1,2,3,1],"span":[25,9,18]},{"path":[4,1,2,3,3],"span":[25,21,22]},{"path":[4,1,2,4],"span":[26,2,23]},{"path":[4,1,2,4,5],"span":[26,2,8]},{"path":[4,1,2,4,1],"span":[26,9,18]},{"path":[4,1,2,4,3],"span":[26,21,22]},{"path":[4,1,2,5],"span":[27,2,20]},{"path":[4,1,2,5,5],"span":[27,2,6]},{"path":[4,1,2,5,1],"span":[27,7,15]},{"path":[4,1,2,5,3],"span":[27,18,19]},{"path":[4,1,2,6],"span":[28,2,24]},{"path":[4,1,2,6,5],"span":[28,2,8]},{"path":[4,1,2,6,1],"span":[28,9,19]},{"path":[4,1,2,6,3],"span":[28,22,23]},{"path":[4,1,2,7],"span":[29,2,31]},{"path":[4,1,2,7,5],"span":[29,2,8]},{"path":[4,1,2,7,1],"span":[29,9,26]},{"path":[4,1,2,7,3],"span":[29,29,30]},{"path":[4,1,2,8],"span":[30,2,22]},{"path":[4,1,2,8,5],"span":[30,2,8]},{"path":[4,1,2,8,1],"span":[30,9,17]},{"path":[4,1,2,8,3],"span":[30,20,21]},{"path":[4,1,2,9],"span":[31,2,23]},{"path":[4,1,2,9,5],"span":[31,2,6]},{"path":[4,1,2,9,1],"span":[31,7,17]},{"path":[4,1,2,9,3],"span":[31,20,22]},{"path":[4,1,2,10],"span":[32,2,26]},{"path":[4,1,2,10,5],"span":[32,2,6]},{"path":[4,1,2,10,1],"span":[32,7,20]},{"path":[4,1,2,10,3],"span":[32,23,25]},{"path":[4,1,2,11],"span":[33,2,34]},{"path":[4,1,2,11,4],"span":[33,2,10]},{"path":[4,1,2,11,6],"span":[33,11,21]},{"path":[4,1,2,11,1],"span":[33,22,28]},{"path":[4,1,2,11,3],"span":[33,31,33]},{"path":[4,1,2,12],"span":[34,2,30]},{"path":[4,1,2,12,5],"span":[34,2,8]},{"path":[4,1,2,12,1],"span":[34,9,24]},{"path":[4,1,2,12,3],"span":[34,27,29]},{"path":[4,1,2,13],"span":[35,2,26]},{"path":[4,1,2,13,5],"span":[35,2,8]},{"path":[4,1,2,13,1],"span":[35,9,20]},{"path":[4,1,2,13,3],"span":[35,23,25]},{"path":[4,2],"span":[38,0,44,1]},{"path":[4,2,1],"span":[38,8,18]},{"path":[4,2,2,0],"span":[39,2,22]},{"path":[4,2,2,0,5],"span":[39,2,8]},{"path":[4,2,2,0,1],"span":[39,9,17]},{"path":[4,2,2,0,3],"span":[39,20,21]},{"path":[4,2,2,1],"span":[40,2,24]},{"path":[4,2,2,1,5],"span":[40,2,8]},{"path":[4,2,2,1,1],"span":[40,9,19]},{"path":[4,2,2,1,3],"span":[40,22,23]},{"path":[4,2,2,2],"span":[41,2,26]},{"path":[4,2,2,2,5],"span":[41,2,8]},{"path":[4,2,2,2,1],"span":[41,9,21]},{"path":[4,2,2,2,3],"span":[41,24,25]},{"path":[4,2,2,3],"span":[42,2,27]},{"path":[4,2,2,3,5],"span":[42,2,8]},{"path":[4,2,2,3,1],"span":[42,9,22]},{"path":[4,2,2,3,3],"span":[42,25,26]},{"path":[4,2,2,4],"span":[43,2,29]},{"path":[4,2,2,4,5],"span":[43,2,8]},{"path":[4,2,2,4,1],"span":[43,9,24]},{"path":[4,2,2,4,3],"span":[43,27,28]},{"path":[5,0],"span":[46,0,50,1]},{"path":[5,0,1],"span":[46,5,14]},{"path":[5,0,2,0],"span":[47,2,14]},{"path":[5,0,2,0,1],"span":[47,2,9]},{"path":[5,0,2,0,2],"span":[47,12,13]},{"path":[5,0,2,1],"span":[48,2,23]},{"path":[5,0,2,1,1],"span":[48,2,18]},{"path":[5,0,2,1,2],"span":[48,21,22]},{"path":[5,0,2,2],"span":[49,2,15]},{"path":[5,0,2,2,1],"span":[49,2,10]},{"path":[5,0,2,2,2],"span":[49,13,14]},{"path":[4,3],"span":[52,0,55,1]},{"path":[4,3,1],"span":[52,8,13]},{"path":[4,3,2,0],"span":[53,2,21]},{"path":[4,3,2,0,6],"span":[53,2,11]},{"path":[4,3,2,0,1],"span":[53,12,16]},{"path":[4,3,2,0,3],"span":[53,19,20]},{"path":[4,3,2,1],"span":[54,2,21]},{"path":[4,3,2,1,5],"span":[54,2,8]},{"path":[4,3,2,1,1],"span":[54,9,16]},{"path":[4,3,2,1,3],"span":[54,19,20]},{"path":[4,4],"span":[57,0,68,1]},{"path":[4,4,1],"span":[57,8,20]},{"path":[4,4,2,0],"span":[58,2,35]},{"path":[4,4,2,0,5],"span":[58,2,8]},{"path":[4,4,2,0,1],"span":[58,9,30]},{"path":[4,4,2,0,3],"span":[58,33,34]},{"path":[4,4,2,1],"span":[59,2,33]},{"path":[4,4,2,1,5],"span":[59,2,8]},{"path":[4,4,2,1,1],"span":[59,9,28]},{"path":[4,4,2,1,3],"span":[59,31,32]},{"path":[4,4,2,2],"span":[60,2,22]},{"path":[4,4,2,2,5],"span":[60,2,8]},{"path":[4,4,2,2,1],"span":[60,9,17]},{"path":[4,4,2,2,3],"span":[60,20,21]},{"path":[4,4,2,3],"span":[61,2,18]},{"path":[4,4,2,3,5],"span":[61,2,8]},{"path":[4,4,2,3,1],"span":[61,9,13]},{"path":[4,4,2,3,3],"span":[61,16,17]},{"path":[4,4,2,4],"span":[62,2,26]},{"path":[4,4,2,4,5],"span":[62,2,8]},{"path":[4,4,2,4,1],"span":[62,9,21]},{"path":[4,4,2,4,3],"span":[62,24,25]},{"path":[4,4,2,5],"span":[63,2,23]},{"path":[4,4,2,5,5],"span":[63,2,8]},{"path":[4,4,2,5,1],"span":[63,9,18]},{"path":[4,4,2,5,3],"span":[63,21,22]},{"path":[4,4,2,6],"span":[64,2,21]},{"path":[4,4,2,6,5],"span":[64,2,6]},{"path":[4,4,2,6,1],"span":[64,7,16]},{"path":[4,4,2,6,3],"span":[64,19,20]},{"path":[4,4,2,7],"span":[65,2,43]},{"path":[4,4,2,7,6],"span":[65,2,27]},{"path":[4,4,2,7,1],"span":[65,28,38]},{"path":[4,4,2,7,3],"span":[65,41,42]},{"path":[4,4,2,8],"span":[66,2,41]},{"path":[4,4,2,8,6],"span":[66,2,27]},{"path":[4,4,2,8,1],"span":[66,28,36]},{"path":[4,4,2,8,3],"span":[66,39,40]},{"path":[4,4,2,9],"span":[67,2,23]},{"path":[4,4,2,9,5],"span":[67,2,8]},{"path":[4,4,2,9,1],"span":[67,9,17]},{"path":[4,4,2,9,3],"span":[67,20,22]},{"path":[4,5],"span":[70,0,75,1]},{"path":[4,5,1],"span":[70,8,17]},{"path":[4,5,2,0],"span":[71,2,23]},{"path":[4,5,2,0,5],"span":[71,2,8]},{"path":[4,5,2,0,1],"span":[71,9,18]},{"path":[4,5,2,0,3],"span":[71,21,22]},{"path":[4,5,2,1],"span":[72,2,24]},{"path":[4,5,2,1,5],"span":[72,2,6]},{"path":[4,5,2,1,1],"span":[72,7,19]},{"path":[4,5,2,1,3],"span":[72,22,23]},{"path":[4,5,2,2],"span":[73,2,33]},{"path":[4,5,2,2,5],"span":[73,2,6]},{"path":[4,5,2,2,1],"span":[73,7,28]},{"path":[4,5,2,2,3],"span":[73,31,32]},{"path":[4,5,2,3],"span":[74,2,22]},{"path":[4,5,2,3,5],"span":[74,2,7]},{"path":[4,5,2,3,1],"span":[74,8,17]},{"path":[4,5,2,3,3],"span":[74,20,21]},{"path":[4,6],"span":[77,0,83,1]},{"path":[4,6,1],"span":[77,8,18]},{"path":[4,6,2,0],"span":[78,2,29]},{"path":[4,6,2,0,5],"span":[78,2,8]},{"path":[4,6,2,0,1],"span":[78,9,24]},{"path":[4,6,2,0,3],"span":[78,27,28]},{"path":[4,6,2,1],"span":[79,2,30]},{"path":[4,6,2,1,5],"span":[79,2,8]},{"path":[4,6,2,1,1],"span":[79,9,25]},{"path":[4,6,2,1,3],"span":[79,28,29]},{"path":[4,6,2,2],"span":[80,2,25]},{"path":[4,6,2,2,5],"span":[80,2,8]},{"path":[4,6,2,2,1],"span":[80,9,20]},{"path":[4,6,2,2,3],"span":[80,23,24]},{"path":[4,6,2,3],"span":[81,2,23]},{"path":[4,6,2,3,5],"span":[81,2,8]},{"path":[4,6,2,3,1],"span":[81,9,18]},{"path":[4,6,2,3,3],"span":[81,21,22]},{"path":[4,6,2,4],"span":[82,2,22]},{"path":[4,6,2,4,5],"span":[82,2,7]},{"path":[4,6,2,4,1],"span":[82,8,17]},{"path":[4,6,2,4,3],"span":[82,20,21]},{"path":[4,7],"span":[85,0,88,1]},{"path":[4,7,1],"span":[85,8,15]},{"path":[4,7,2,0],"span":[86,2,37]},{"path":[4,7,2,0,4],"span":[86,2,10]},{"path":[4,7,2,0,6],"span":[86,11,20]},{"path":[4,7,2,0,1],"span":[86,21,32]},{"path":[4,7,2,0,3],"span":[86,35,36]},{"path":[4,7,2,1],"span":[87,2,39]},{"path":[4,7,2,1,4],"span":[87,2,10]},{"path":[4,7,2,1,6],"span":[87,11,21]},{"path":[4,7,2,1,1],"span":[87,22,34]},{"path":[4,7,2,1,3],"span":[87,37,38]},{"path":[4,8],"span":[90,0,96,1]},{"path":[4,8,1],"span":[90,8,38]},{"path":[4,8,2,0],"span":[91,2,28]},{"path":[4,8,2,0,4],"span":[91,2,10]},{"path":[4,8,2,0,6],"span":[91,11,16]},{"path":[4,8,2,0,1],"span":[91,17,23]},{"path":[4,8,2,0,3],"span":[91,26,27]},{"path":[4,8,2,1],"span":[92,2,42]},{"path":[4,8,2,1,4],"span":[92,2,10]},{"path":[4,8,2,1,6],"span":[92,11,23]},{"path":[4,8,2,1,1],"span":[92,24,37]},{"path":[4,8,2,1,3],"span":[92,40,41]},{"path":[4,8,2,2],"span":[93,2,28]},{"path":[4,8,2,2,4],"span":[93,2,10]},{"path":[4,8,2,2,6],"span":[93,11,16]},{"path":[4,8,2,2,1],"span":[93,17,23]},{"path":[4,8,2,2,3],"span":[93,26,27]},{"path":[4,8,2,3],"span":[94,2,37]},{"path":[4,8,2,3,4],"span":[94,2,10]},{"path":[4,8,2,3,6],"span":[94,11,20]},{"path":[4,8,2,3,1],"span":[94,21,32]},{"path":[4,8,2,3,3],"span":[94,35,36]},{"path":[4,8,2,4],"span":[95,2,22]},{"path":[4,8,2,4,6],"span":[95,2,9]},{"path":[4,8,2,4,1],"span":[95,10,17]},{"path":[4,8,2,4,3],"span":[95,20,21]},{"path":[4,9],"span":[98,0,104,1]},{"path":[4,9,1],"span":[98,8,41]},{"path":[4,9,2,0],"span":[99,2,28]},{"path":[4,9,2,0,4],"span":[99,2,10]},{"path":[4,9,2,0,6],"span":[99,11,16]},{"path":[4,9,2,0,1],"span":[99,17,23]},{"path":[4,9,2,0,3],"span":[99,26,27]},{"path":[4,9,2,1],"span":[100,2,42]},{"path":[4,9,2,1,4],"span":[100,2,10]},{"path":[4,9,2,1,6],"span":[100,11,23]},{"path":[4,9,2,1,1],"span":[100,24,37]},{"path":[4,9,2,1,3],"span":[100,40,41]},{"path":[4,9,2,2],"span":[101,2,28]},{"path":[4,9,2,2,4],"span":[101,2,10]},{"path":[4,9,2,2,6],"span":[101,11,16]},{"path":[4,9,2,2,1],"span":[101,17,23]},{"path":[4,9,2,2,3],"span":[101,26,27]},{"path":[4,9,2,3],"span":[102,2,37]},{"path":[4,9,2,3,4],"span":[102,2,10]},{"path":[4,9,2,3,6],"span":[102,11,20]},{"path":[4,9,2,3,1],"span":[102,21,32]},{"path":[4,9,2,3,3],"span":[102,35,36]},{"path":[4,9,2,4],"span":[103,2,22]},{"path":[4,9,2,4,6],"span":[103,2,9]},{"path":[4,9,2,4,1],"span":[103,10,17]},{"path":[4,9,2,4,3],"span":[103,20,21]},{"path":[4,10],"span":[106,0,112,1]},{"path":[4,10,1],"span":[106,8,25]},{"path":[4,10,2,0],"span":[107,2,28]},{"path":[4,10,2,0,4],"span":[107,2,10]},{"path":[4,10,2,0,6],"span":[107,11,16]},{"path":[4,10,2,0,1],"span":[107,17,23]},{"path":[4,10,2,0,3],"span":[107,26,27]},{"path":[4,10,2,1],"span":[108,2,42]},{"path":[4,10,2,1,4],"span":[108,2,10]},{"path":[4,10,2,1,6],"span":[108,11,23]},{"path":[4,10,2,1,1],"span":[108,24,37]},{"path":[4,10,2,1,3],"span":[108,40,41]},{"path":[4,10,2,2],"span":[109,2,28]},{"path":[4,10,2,2,4],"span":[109,2,10]},{"path":[4,10,2,2,6],"span":[109,11,16]},{"path":[4,10,2,2,1],"span":[109,17,23]},{"path":[4,10,2,2,3],"span":[109,26,27]},{"path":[4,10,2,3],"span":[110,2,37]},{"path":[4,10,2,3,4],"span":[110,2,10]},{"path":[4,10,2,3,6],"span":[110,11,20]},{"path":[4,10,2,3,1],"span":[110,21,32]},{"path":[4,10,2,3,3],"span":[110,35,36]},{"path":[4,10,2,4],"span":[111,2,22]},{"path":[4,10,2,4,6],"span":[111,2,9]},{"path":[4,10,2,4,1],"span":[111,10,17]},{"path":[4,10,2,4,3],"span":[111,20,21]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
@@ -14,11 +14,11 @@ using System.Reflection;
14
14
  [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
15
15
  [assembly: System.Reflection.AssemblyCopyrightAttribute("Lansweeper")]
16
16
  [assembly: System.Reflection.AssemblyDescriptionAttribute("More Info : http://www.lansweeper.com")]
17
- [assembly: System.Reflection.AssemblyFileVersionAttribute("0.0.18")]
18
- [assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.0.18")]
17
+ [assembly: System.Reflection.AssemblyFileVersionAttribute("0.0.20")]
18
+ [assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.0.20")]
19
19
  [assembly: System.Reflection.AssemblyProductAttribute("Lansweeper Diagrams")]
20
20
  [assembly: System.Reflection.AssemblyTitleAttribute("Lansweeper.Diagrams.GRPC")]
21
- [assembly: System.Reflection.AssemblyVersionAttribute("0.0.18.0")]
21
+ [assembly: System.Reflection.AssemblyVersionAttribute("0.0.20.0")]
22
22
  [assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/Lansweeper/lansweeperapis")]
23
23
 
24
24
  // Generated by the MSBuild WriteCodeFragment class.
@@ -1 +1 @@
1
- 428a0eec55d28e7fe02404503e8320a12268128a
1
+ 86a36e9450850ea77f2232913448f7d092d75443
@@ -1 +1 @@
1
- 264a570f6f44fa1e098a7dce43d4d468d734917e
1
+ e9df37f1de11a30c86c3d7eaf1ebd585140c172b
@@ -30,68 +30,68 @@ namespace Lansweeper.Diagrams.GRPC {
30
30
  "a2V5GAIgASgJElgKEmFzc2V0X3Njb3Blc19ydWxlcxgDIAMoCzI8LmxhbnN3",
31
31
  "ZWVwZXIuZGlhZ3JhbXMudjEuRGlhZ3JhbVJlcXVlc3QuQXNzZXRTY29wZXNS",
32
32
  "dWxlc0VudHJ5EhAKCHRyYWNlX2lkGAQgASgJGjcKFUFzc2V0U2NvcGVzUnVs",
33
- "ZXNFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBIqcCCgVB",
33
+ "ZXNFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBIrwCCgVB",
34
34
  "c3NldBISCgp1bmlxdWVfa2V5GAEgASgJEgsKA2tleRgCIAEoCRIMCgRuYW1l",
35
35
  "GAMgASgJEhEKCXR5cGVfbmFtZRgEIAEoCRIRCglncm91cF9rZXkYBSABKAkS",
36
36
  "EAoIaXNfZ3JvdXAYBiABKAgSEgoKaXBfYWRkcmVzcxgHIAEoCRIZChF2bV9y",
37
37
  "dW5uaW5nX3N0YXR1cxgIIAEoCRIQCghjYXRlZ29yeRgJIAEoCRISCgppc192",
38
38
  "aXJ0dWFsGAogASgIEhUKDWlzX3ZtX3J1bm5pbmcYCyABKAgSMgoGZXJyb3Jz",
39
39
  "GAwgAygLMiIubGFuc3dlZXBlci5kaWFncmFtcy52MS5Bc3NldEVycm9yEhcK",
40
- "D2lwX2xvY2F0aW9uX2tleRgNIAEoCSJ4CgpBc3NldEVycm9yEhAKCGVycm9y",
41
- "X2lkGAEgASgJEhIKCmVycm9yX3RleHQYAiABKAkSFAoMbGFzdF9jaGFuZ2Vk",
42
- "GAMgASgJEhUKDWVycm9yX3R5cGVfaWQYBCABKAkSFwoPZXJyb3JfdHlwZV9u",
43
- "YW1lGAUgASgJIkkKBUVycm9yEi8KBHR5cGUYASABKA4yIS5sYW5zd2VlcGVy",
44
- "LmRpYWdyYW1zLnYxLkVycm9yVHlwZRIPCgdtZXNzYWdlGAIgASgJIpYCCgxS",
45
- "ZWxhdGlvbnNoaXASHQoVZnJvbV9hc3NldF91bmlxdWVfa2V5GAEgASgJEhsK",
46
- "E3RvX2Fzc2V0X3VuaXF1ZV9rZXkYAiABKAkSEAoIY2F0ZWdvcnkYAyABKAkS",
47
- "DAoEbmFtZRgEIAEoCRIUCgxyZXZlcnNlX25hbWUYBSABKAkSEQoJaWNvbl9u",
48
- "YW1lGAYgASgJEhEKCWlzX21hbnVhbBgHIAEoCBIuCgpzdGFydF9kYXRlGAgg",
49
- "ASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIsCghlbmRfZGF0ZRgJ",
50
- "IAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASEAoIY29tbWVudHMY",
51
- "CiABKAkiZgoJQXNzZXRUeXBlEhEKCXR5cGVfbmFtZRgBIAEoCRIUCgxpc19t",
52
- "YW5kYXRvcnkYAiABKAgSHQoVaXNfZW5hYmxlZF9ieV9kZWZhdWx0GAMgASgI",
53
- "EhEKCW5iX2Fzc2V0cxgEIAEoBSJ6CgpJcExvY2F0aW9uEhcKD2lwX2xvY2F0",
54
- "aW9uX2tleRgBIAEoCRIYChBpcF9sb2NhdGlvbl9uYW1lGAIgASgJEhMKC3Jh",
55
- "bmdlX3N0YXJ0GAMgASgJEhEKCXJhbmdlX2VuZBgEIAEoCRIRCgluYl9hc3Nl",
56
- "dHMYBSABKAUiewoHRmlsdGVycxI2Cgthc3NldF90eXBlcxgBIAMoCzIhLmxh",
57
- "bnN3ZWVwZXIuZGlhZ3JhbXMudjEuQXNzZXRUeXBlEjgKDGlwX2xvY2F0aW9u",
58
- "cxgCIAMoCzIiLmxhbnN3ZWVwZXIuZGlhZ3JhbXMudjEuSXBMb2NhdGlvbiKl",
59
- "AgoeTmV0d29ya1RvcG9sb2d5RGlhZ3JhbVJlc3BvbnNlEi0KBmFzc2V0cxgB",
60
- "IAMoCzIdLmxhbnN3ZWVwZXIuZGlhZ3JhbXMudjEuQXNzZXQSOwoNcmVsYXRp",
61
- "b25zaGlwcxgCIAMoCzIkLmxhbnN3ZWVwZXIuZGlhZ3JhbXMudjEuUmVsYXRp",
62
- "b25zaGlwEi0KBmVycm9ycxgDIAMoCzIdLmxhbnN3ZWVwZXIuZGlhZ3JhbXMu",
63
- "djEuRXJyb3ISNgoLYXNzZXRfdHlwZXMYBCADKAsyIS5sYW5zd2VlcGVyLmRp",
64
- "YWdyYW1zLnYxLkFzc2V0VHlwZRIwCgdmaWx0ZXJzGAUgASgLMh8ubGFuc3dl",
65
- "ZXBlci5kaWFncmFtcy52MS5GaWx0ZXJzIqgCCiFWaXJ0dWFsRW52aXJvbm1l",
66
- "bnREaWFncmFtUmVzcG9uc2USLQoGYXNzZXRzGAEgAygLMh0ubGFuc3dlZXBl",
67
- "ci5kaWFncmFtcy52MS5Bc3NldBI7Cg1yZWxhdGlvbnNoaXBzGAIgAygLMiQu",
68
- "bGFuc3dlZXBlci5kaWFncmFtcy52MS5SZWxhdGlvbnNoaXASLQoGZXJyb3Jz",
69
- "GAMgAygLMh0ubGFuc3dlZXBlci5kaWFncmFtcy52MS5FcnJvchI2Cgthc3Nl",
70
- "dF90eXBlcxgEIAMoCzIhLmxhbnN3ZWVwZXIuZGlhZ3JhbXMudjEuQXNzZXRU",
71
- "eXBlEjAKB2ZpbHRlcnMYBSADKAsyHy5sYW5zd2VlcGVyLmRpYWdyYW1zLnYx",
72
- "LkZpbHRlcnMimAIKEU90RGlhZ3JhbVJlc3BvbnNlEi0KBmFzc2V0cxgBIAMo",
73
- "CzIdLmxhbnN3ZWVwZXIuZGlhZ3JhbXMudjEuQXNzZXQSOwoNcmVsYXRpb25z",
74
- "aGlwcxgCIAMoCzIkLmxhbnN3ZWVwZXIuZGlhZ3JhbXMudjEuUmVsYXRpb25z",
75
- "aGlwEi0KBmVycm9ycxgDIAMoCzIdLmxhbnN3ZWVwZXIuZGlhZ3JhbXMudjEu",
76
- "RXJyb3ISNgoLYXNzZXRfdHlwZXMYBCADKAsyIS5sYW5zd2VlcGVyLmRpYWdy",
77
- "YW1zLnYxLkFzc2V0VHlwZRIwCgdmaWx0ZXJzGAUgAygLMh8ubGFuc3dlZXBl",
78
- "ci5kaWFncmFtcy52MS5GaWx0ZXJzKjwKCUVycm9yVHlwZRILCgdVTktOT1dO",
79
- "EAASFAoQR0VORVJBVElPTl9FUlJPUhABEgwKCE5PX0FTU0VUEAIy+wIKD0Rp",
80
- "YWdyYW1zU2VydmljZRJ9ChlHZXROZXR3b3JrVG9wb2xvZ3lEaWFncmFtEiYu",
81
- "bGFuc3dlZXBlci5kaWFncmFtcy52MS5EaWFncmFtUmVxdWVzdBo2LmxhbnN3",
82
- "ZWVwZXIuZGlhZ3JhbXMudjEuTmV0d29ya1RvcG9sb2d5RGlhZ3JhbVJlc3Bv",
83
- "bnNlIgASgwEKHEdldFZpcnR1YWxFbnZpcm9ubWVudERpYWdyYW0SJi5sYW5z",
84
- "d2VlcGVyLmRpYWdyYW1zLnYxLkRpYWdyYW1SZXF1ZXN0GjkubGFuc3dlZXBl",
85
- "ci5kaWFncmFtcy52MS5WaXJ0dWFsRW52aXJvbm1lbnREaWFncmFtUmVzcG9u",
86
- "c2UiABJjCgxHZXRPdERpYWdyYW0SJi5sYW5zd2VlcGVyLmRpYWdyYW1zLnYx",
87
- "LkRpYWdyYW1SZXF1ZXN0GikubGFuc3dlZXBlci5kaWFncmFtcy52MS5PdERp",
88
- "YWdyYW1SZXNwb25zZSIAQhuqAhhMYW5zd2VlcGVyLkRpYWdyYW1zLkdSUENi",
89
- "BnByb3RvMw=="));
40
+ "D2lwX2xvY2F0aW9uX2tleRgNIAEoCRITCgttYWNfYWRkcmVzcxgOIAEoCSJ4",
41
+ "CgpBc3NldEVycm9yEhAKCGVycm9yX2lkGAEgASgJEhIKCmVycm9yX3RleHQY",
42
+ "AiABKAkSFAoMbGFzdF9jaGFuZ2VkGAMgASgJEhUKDWVycm9yX3R5cGVfaWQY",
43
+ "BCABKAkSFwoPZXJyb3JfdHlwZV9uYW1lGAUgASgJIkkKBUVycm9yEi8KBHR5",
44
+ "cGUYASABKA4yIS5sYW5zd2VlcGVyLmRpYWdyYW1zLnYxLkVycm9yVHlwZRIP",
45
+ "CgdtZXNzYWdlGAIgASgJIpYCCgxSZWxhdGlvbnNoaXASHQoVZnJvbV9hc3Nl",
46
+ "dF91bmlxdWVfa2V5GAEgASgJEhsKE3RvX2Fzc2V0X3VuaXF1ZV9rZXkYAiAB",
47
+ "KAkSEAoIY2F0ZWdvcnkYAyABKAkSDAoEbmFtZRgEIAEoCRIUCgxyZXZlcnNl",
48
+ "X25hbWUYBSABKAkSEQoJaWNvbl9uYW1lGAYgASgJEhEKCWlzX21hbnVhbBgH",
49
+ "IAEoCBIuCgpzdGFydF9kYXRlGAggASgLMhouZ29vZ2xlLnByb3RvYnVmLlRp",
50
+ "bWVzdGFtcBIsCghlbmRfZGF0ZRgJIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5U",
51
+ "aW1lc3RhbXASEAoIY29tbWVudHMYCiABKAkiZgoJQXNzZXRUeXBlEhEKCXR5",
52
+ "cGVfbmFtZRgBIAEoCRIUCgxpc19tYW5kYXRvcnkYAiABKAgSHQoVaXNfZW5h",
53
+ "YmxlZF9ieV9kZWZhdWx0GAMgASgIEhEKCW5iX2Fzc2V0cxgEIAEoBSJ6CgpJ",
54
+ "cExvY2F0aW9uEhcKD2lwX2xvY2F0aW9uX2tleRgBIAEoCRIYChBpcF9sb2Nh",
55
+ "dGlvbl9uYW1lGAIgASgJEhMKC3JhbmdlX3N0YXJ0GAMgASgJEhEKCXJhbmdl",
56
+ "X2VuZBgEIAEoCRIRCgluYl9hc3NldHMYBSABKAUiewoHRmlsdGVycxI2Cgth",
57
+ "c3NldF90eXBlcxgBIAMoCzIhLmxhbnN3ZWVwZXIuZGlhZ3JhbXMudjEuQXNz",
58
+ "ZXRUeXBlEjgKDGlwX2xvY2F0aW9ucxgCIAMoCzIiLmxhbnN3ZWVwZXIuZGlh",
59
+ "Z3JhbXMudjEuSXBMb2NhdGlvbiKlAgoeTmV0d29ya1RvcG9sb2d5RGlhZ3Jh",
60
+ "bVJlc3BvbnNlEi0KBmFzc2V0cxgBIAMoCzIdLmxhbnN3ZWVwZXIuZGlhZ3Jh",
61
+ "bXMudjEuQXNzZXQSOwoNcmVsYXRpb25zaGlwcxgCIAMoCzIkLmxhbnN3ZWVw",
62
+ "ZXIuZGlhZ3JhbXMudjEuUmVsYXRpb25zaGlwEi0KBmVycm9ycxgDIAMoCzId",
63
+ "LmxhbnN3ZWVwZXIuZGlhZ3JhbXMudjEuRXJyb3ISNgoLYXNzZXRfdHlwZXMY",
64
+ "BCADKAsyIS5sYW5zd2VlcGVyLmRpYWdyYW1zLnYxLkFzc2V0VHlwZRIwCgdm",
65
+ "aWx0ZXJzGAUgASgLMh8ubGFuc3dlZXBlci5kaWFncmFtcy52MS5GaWx0ZXJz",
66
+ "IqgCCiFWaXJ0dWFsRW52aXJvbm1lbnREaWFncmFtUmVzcG9uc2USLQoGYXNz",
67
+ "ZXRzGAEgAygLMh0ubGFuc3dlZXBlci5kaWFncmFtcy52MS5Bc3NldBI7Cg1y",
68
+ "ZWxhdGlvbnNoaXBzGAIgAygLMiQubGFuc3dlZXBlci5kaWFncmFtcy52MS5S",
69
+ "ZWxhdGlvbnNoaXASLQoGZXJyb3JzGAMgAygLMh0ubGFuc3dlZXBlci5kaWFn",
70
+ "cmFtcy52MS5FcnJvchI2Cgthc3NldF90eXBlcxgEIAMoCzIhLmxhbnN3ZWVw",
71
+ "ZXIuZGlhZ3JhbXMudjEuQXNzZXRUeXBlEjAKB2ZpbHRlcnMYBSABKAsyHy5s",
72
+ "YW5zd2VlcGVyLmRpYWdyYW1zLnYxLkZpbHRlcnMimAIKEU90RGlhZ3JhbVJl",
73
+ "c3BvbnNlEi0KBmFzc2V0cxgBIAMoCzIdLmxhbnN3ZWVwZXIuZGlhZ3JhbXMu",
74
+ "djEuQXNzZXQSOwoNcmVsYXRpb25zaGlwcxgCIAMoCzIkLmxhbnN3ZWVwZXIu",
75
+ "ZGlhZ3JhbXMudjEuUmVsYXRpb25zaGlwEi0KBmVycm9ycxgDIAMoCzIdLmxh",
76
+ "bnN3ZWVwZXIuZGlhZ3JhbXMudjEuRXJyb3ISNgoLYXNzZXRfdHlwZXMYBCAD",
77
+ "KAsyIS5sYW5zd2VlcGVyLmRpYWdyYW1zLnYxLkFzc2V0VHlwZRIwCgdmaWx0",
78
+ "ZXJzGAUgASgLMh8ubGFuc3dlZXBlci5kaWFncmFtcy52MS5GaWx0ZXJzKjwK",
79
+ "CUVycm9yVHlwZRILCgdVTktOT1dOEAASFAoQR0VORVJBVElPTl9FUlJPUhAB",
80
+ "EgwKCE5PX0FTU0VUEAIy+wIKD0RpYWdyYW1zU2VydmljZRJ9ChlHZXROZXR3",
81
+ "b3JrVG9wb2xvZ3lEaWFncmFtEiYubGFuc3dlZXBlci5kaWFncmFtcy52MS5E",
82
+ "aWFncmFtUmVxdWVzdBo2LmxhbnN3ZWVwZXIuZGlhZ3JhbXMudjEuTmV0d29y",
83
+ "a1RvcG9sb2d5RGlhZ3JhbVJlc3BvbnNlIgASgwEKHEdldFZpcnR1YWxFbnZp",
84
+ "cm9ubWVudERpYWdyYW0SJi5sYW5zd2VlcGVyLmRpYWdyYW1zLnYxLkRpYWdy",
85
+ "YW1SZXF1ZXN0GjkubGFuc3dlZXBlci5kaWFncmFtcy52MS5WaXJ0dWFsRW52",
86
+ "aXJvbm1lbnREaWFncmFtUmVzcG9uc2UiABJjCgxHZXRPdERpYWdyYW0SJi5s",
87
+ "YW5zd2VlcGVyLmRpYWdyYW1zLnYxLkRpYWdyYW1SZXF1ZXN0GikubGFuc3dl",
88
+ "ZXBlci5kaWFncmFtcy52MS5PdERpYWdyYW1SZXNwb25zZSIAQhuqAhhMYW5z",
89
+ "d2VlcGVyLkRpYWdyYW1zLkdSUENiBnByb3RvMw=="));
90
90
  descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
91
91
  new pbr::FileDescriptor[] { global::Google.Protobuf.WellKnownTypes.TimestampReflection.Descriptor, },
92
92
  new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Lansweeper.Diagrams.GRPC.ErrorType), }, null, new pbr::GeneratedClrTypeInfo[] {
93
93
  new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Diagrams.GRPC.DiagramRequest), global::Lansweeper.Diagrams.GRPC.DiagramRequest.Parser, new[]{ "ClientKey", "InstallationKey", "AssetScopesRules", "TraceId" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, }),
94
- new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Diagrams.GRPC.Asset), global::Lansweeper.Diagrams.GRPC.Asset.Parser, new[]{ "UniqueKey", "Key", "Name", "TypeName", "GroupKey", "IsGroup", "IpAddress", "VmRunningStatus", "Category", "IsVirtual", "IsVmRunning", "Errors", "IpLocationKey" }, null, null, null, null),
94
+ new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Diagrams.GRPC.Asset), global::Lansweeper.Diagrams.GRPC.Asset.Parser, new[]{ "UniqueKey", "Key", "Name", "TypeName", "GroupKey", "IsGroup", "IpAddress", "VmRunningStatus", "Category", "IsVirtual", "IsVmRunning", "Errors", "IpLocationKey", "MacAddress" }, null, null, null, null),
95
95
  new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Diagrams.GRPC.AssetError), global::Lansweeper.Diagrams.GRPC.AssetError.Parser, new[]{ "ErrorId", "ErrorText", "LastChanged", "ErrorTypeId", "ErrorTypeName" }, null, null, null, null),
96
96
  new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Diagrams.GRPC.Error), global::Lansweeper.Diagrams.GRPC.Error.Parser, new[]{ "Type", "Message" }, null, null, null, null),
97
97
  new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Diagrams.GRPC.Relationship), global::Lansweeper.Diagrams.GRPC.Relationship.Parser, new[]{ "FromAssetUniqueKey", "ToAssetUniqueKey", "Category", "Name", "ReverseName", "IconName", "IsManual", "StartDate", "EndDate", "Comments" }, null, null, null, null),
@@ -452,6 +452,7 @@ namespace Lansweeper.Diagrams.GRPC {
452
452
  isVmRunning_ = other.isVmRunning_;
453
453
  errors_ = other.errors_.Clone();
454
454
  ipLocationKey_ = other.ipLocationKey_;
455
+ macAddress_ = other.macAddress_;
455
456
  _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
456
457
  }
457
458
 
@@ -616,6 +617,18 @@ namespace Lansweeper.Diagrams.GRPC {
616
617
  }
617
618
  }
618
619
 
620
+ /// <summary>Field number for the "mac_address" field.</summary>
621
+ public const int MacAddressFieldNumber = 14;
622
+ private string macAddress_ = "";
623
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
624
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
625
+ public string MacAddress {
626
+ get { return macAddress_; }
627
+ set {
628
+ macAddress_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
629
+ }
630
+ }
631
+
619
632
  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
620
633
  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
621
634
  public override bool Equals(object other) {
@@ -644,6 +657,7 @@ namespace Lansweeper.Diagrams.GRPC {
644
657
  if (IsVmRunning != other.IsVmRunning) return false;
645
658
  if(!errors_.Equals(other.errors_)) return false;
646
659
  if (IpLocationKey != other.IpLocationKey) return false;
660
+ if (MacAddress != other.MacAddress) return false;
647
661
  return Equals(_unknownFields, other._unknownFields);
648
662
  }
649
663
 
@@ -664,6 +678,7 @@ namespace Lansweeper.Diagrams.GRPC {
664
678
  if (IsVmRunning != false) hash ^= IsVmRunning.GetHashCode();
665
679
  hash ^= errors_.GetHashCode();
666
680
  if (IpLocationKey.Length != 0) hash ^= IpLocationKey.GetHashCode();
681
+ if (MacAddress.Length != 0) hash ^= MacAddress.GetHashCode();
667
682
  if (_unknownFields != null) {
668
683
  hash ^= _unknownFields.GetHashCode();
669
684
  }
@@ -731,6 +746,10 @@ namespace Lansweeper.Diagrams.GRPC {
731
746
  output.WriteRawTag(106);
732
747
  output.WriteString(IpLocationKey);
733
748
  }
749
+ if (MacAddress.Length != 0) {
750
+ output.WriteRawTag(114);
751
+ output.WriteString(MacAddress);
752
+ }
734
753
  if (_unknownFields != null) {
735
754
  _unknownFields.WriteTo(output);
736
755
  }
@@ -790,6 +809,10 @@ namespace Lansweeper.Diagrams.GRPC {
790
809
  output.WriteRawTag(106);
791
810
  output.WriteString(IpLocationKey);
792
811
  }
812
+ if (MacAddress.Length != 0) {
813
+ output.WriteRawTag(114);
814
+ output.WriteString(MacAddress);
815
+ }
793
816
  if (_unknownFields != null) {
794
817
  _unknownFields.WriteTo(ref output);
795
818
  }
@@ -837,6 +860,9 @@ namespace Lansweeper.Diagrams.GRPC {
837
860
  if (IpLocationKey.Length != 0) {
838
861
  size += 1 + pb::CodedOutputStream.ComputeStringSize(IpLocationKey);
839
862
  }
863
+ if (MacAddress.Length != 0) {
864
+ size += 1 + pb::CodedOutputStream.ComputeStringSize(MacAddress);
865
+ }
840
866
  if (_unknownFields != null) {
841
867
  size += _unknownFields.CalculateSize();
842
868
  }
@@ -886,6 +912,9 @@ namespace Lansweeper.Diagrams.GRPC {
886
912
  if (other.IpLocationKey.Length != 0) {
887
913
  IpLocationKey = other.IpLocationKey;
888
914
  }
915
+ if (other.MacAddress.Length != 0) {
916
+ MacAddress = other.MacAddress;
917
+ }
889
918
  _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
890
919
  }
891
920
 
@@ -953,6 +982,10 @@ namespace Lansweeper.Diagrams.GRPC {
953
982
  IpLocationKey = input.ReadString();
954
983
  break;
955
984
  }
985
+ case 114: {
986
+ MacAddress = input.ReadString();
987
+ break;
988
+ }
956
989
  }
957
990
  }
958
991
  #endif
@@ -1020,6 +1053,10 @@ namespace Lansweeper.Diagrams.GRPC {
1020
1053
  IpLocationKey = input.ReadString();
1021
1054
  break;
1022
1055
  }
1056
+ case 114: {
1057
+ MacAddress = input.ReadString();
1058
+ break;
1059
+ }
1023
1060
  }
1024
1061
  }
1025
1062
  }
@@ -3311,7 +3348,7 @@ namespace Lansweeper.Diagrams.GRPC {
3311
3348
  relationships_ = other.relationships_.Clone();
3312
3349
  errors_ = other.errors_.Clone();
3313
3350
  assetTypes_ = other.assetTypes_.Clone();
3314
- filters_ = other.filters_.Clone();
3351
+ filters_ = other.filters_ != null ? other.filters_.Clone() : null;
3315
3352
  _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
3316
3353
  }
3317
3354
 
@@ -3367,13 +3404,14 @@ namespace Lansweeper.Diagrams.GRPC {
3367
3404
 
3368
3405
  /// <summary>Field number for the "filters" field.</summary>
3369
3406
  public const int FiltersFieldNumber = 5;
3370
- private static readonly pb::FieldCodec<global::Lansweeper.Diagrams.GRPC.Filters> _repeated_filters_codec
3371
- = pb::FieldCodec.ForMessage(42, global::Lansweeper.Diagrams.GRPC.Filters.Parser);
3372
- private readonly pbc::RepeatedField<global::Lansweeper.Diagrams.GRPC.Filters> filters_ = new pbc::RepeatedField<global::Lansweeper.Diagrams.GRPC.Filters>();
3407
+ private global::Lansweeper.Diagrams.GRPC.Filters filters_;
3373
3408
  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
3374
3409
  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
3375
- public pbc::RepeatedField<global::Lansweeper.Diagrams.GRPC.Filters> Filters {
3410
+ public global::Lansweeper.Diagrams.GRPC.Filters Filters {
3376
3411
  get { return filters_; }
3412
+ set {
3413
+ filters_ = value;
3414
+ }
3377
3415
  }
3378
3416
 
3379
3417
  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@@ -3395,7 +3433,7 @@ namespace Lansweeper.Diagrams.GRPC {
3395
3433
  if(!relationships_.Equals(other.relationships_)) return false;
3396
3434
  if(!errors_.Equals(other.errors_)) return false;
3397
3435
  if(!assetTypes_.Equals(other.assetTypes_)) return false;
3398
- if(!filters_.Equals(other.filters_)) return false;
3436
+ if (!object.Equals(Filters, other.Filters)) return false;
3399
3437
  return Equals(_unknownFields, other._unknownFields);
3400
3438
  }
3401
3439
 
@@ -3407,7 +3445,7 @@ namespace Lansweeper.Diagrams.GRPC {
3407
3445
  hash ^= relationships_.GetHashCode();
3408
3446
  hash ^= errors_.GetHashCode();
3409
3447
  hash ^= assetTypes_.GetHashCode();
3410
- hash ^= filters_.GetHashCode();
3448
+ if (filters_ != null) hash ^= Filters.GetHashCode();
3411
3449
  if (_unknownFields != null) {
3412
3450
  hash ^= _unknownFields.GetHashCode();
3413
3451
  }
@@ -3430,7 +3468,10 @@ namespace Lansweeper.Diagrams.GRPC {
3430
3468
  relationships_.WriteTo(output, _repeated_relationships_codec);
3431
3469
  errors_.WriteTo(output, _repeated_errors_codec);
3432
3470
  assetTypes_.WriteTo(output, _repeated_assetTypes_codec);
3433
- filters_.WriteTo(output, _repeated_filters_codec);
3471
+ if (filters_ != null) {
3472
+ output.WriteRawTag(42);
3473
+ output.WriteMessage(Filters);
3474
+ }
3434
3475
  if (_unknownFields != null) {
3435
3476
  _unknownFields.WriteTo(output);
3436
3477
  }
@@ -3445,7 +3486,10 @@ namespace Lansweeper.Diagrams.GRPC {
3445
3486
  relationships_.WriteTo(ref output, _repeated_relationships_codec);
3446
3487
  errors_.WriteTo(ref output, _repeated_errors_codec);
3447
3488
  assetTypes_.WriteTo(ref output, _repeated_assetTypes_codec);
3448
- filters_.WriteTo(ref output, _repeated_filters_codec);
3489
+ if (filters_ != null) {
3490
+ output.WriteRawTag(42);
3491
+ output.WriteMessage(Filters);
3492
+ }
3449
3493
  if (_unknownFields != null) {
3450
3494
  _unknownFields.WriteTo(ref output);
3451
3495
  }
@@ -3460,7 +3504,9 @@ namespace Lansweeper.Diagrams.GRPC {
3460
3504
  size += relationships_.CalculateSize(_repeated_relationships_codec);
3461
3505
  size += errors_.CalculateSize(_repeated_errors_codec);
3462
3506
  size += assetTypes_.CalculateSize(_repeated_assetTypes_codec);
3463
- size += filters_.CalculateSize(_repeated_filters_codec);
3507
+ if (filters_ != null) {
3508
+ size += 1 + pb::CodedOutputStream.ComputeMessageSize(Filters);
3509
+ }
3464
3510
  if (_unknownFields != null) {
3465
3511
  size += _unknownFields.CalculateSize();
3466
3512
  }
@@ -3477,7 +3523,12 @@ namespace Lansweeper.Diagrams.GRPC {
3477
3523
  relationships_.Add(other.relationships_);
3478
3524
  errors_.Add(other.errors_);
3479
3525
  assetTypes_.Add(other.assetTypes_);
3480
- filters_.Add(other.filters_);
3526
+ if (other.filters_ != null) {
3527
+ if (filters_ == null) {
3528
+ Filters = new global::Lansweeper.Diagrams.GRPC.Filters();
3529
+ }
3530
+ Filters.MergeFrom(other.Filters);
3531
+ }
3481
3532
  _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
3482
3533
  }
3483
3534
 
@@ -3510,7 +3561,10 @@ namespace Lansweeper.Diagrams.GRPC {
3510
3561
  break;
3511
3562
  }
3512
3563
  case 42: {
3513
- filters_.AddEntriesFrom(input, _repeated_filters_codec);
3564
+ if (filters_ == null) {
3565
+ Filters = new global::Lansweeper.Diagrams.GRPC.Filters();
3566
+ }
3567
+ input.ReadMessage(Filters);
3514
3568
  break;
3515
3569
  }
3516
3570
  }
@@ -3545,7 +3599,10 @@ namespace Lansweeper.Diagrams.GRPC {
3545
3599
  break;
3546
3600
  }
3547
3601
  case 42: {
3548
- filters_.AddEntriesFrom(ref input, _repeated_filters_codec);
3602
+ if (filters_ == null) {
3603
+ Filters = new global::Lansweeper.Diagrams.GRPC.Filters();
3604
+ }
3605
+ input.ReadMessage(Filters);
3549
3606
  break;
3550
3607
  }
3551
3608
  }
@@ -3593,7 +3650,7 @@ namespace Lansweeper.Diagrams.GRPC {
3593
3650
  relationships_ = other.relationships_.Clone();
3594
3651
  errors_ = other.errors_.Clone();
3595
3652
  assetTypes_ = other.assetTypes_.Clone();
3596
- filters_ = other.filters_.Clone();
3653
+ filters_ = other.filters_ != null ? other.filters_.Clone() : null;
3597
3654
  _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
3598
3655
  }
3599
3656
 
@@ -3649,13 +3706,14 @@ namespace Lansweeper.Diagrams.GRPC {
3649
3706
 
3650
3707
  /// <summary>Field number for the "filters" field.</summary>
3651
3708
  public const int FiltersFieldNumber = 5;
3652
- private static readonly pb::FieldCodec<global::Lansweeper.Diagrams.GRPC.Filters> _repeated_filters_codec
3653
- = pb::FieldCodec.ForMessage(42, global::Lansweeper.Diagrams.GRPC.Filters.Parser);
3654
- private readonly pbc::RepeatedField<global::Lansweeper.Diagrams.GRPC.Filters> filters_ = new pbc::RepeatedField<global::Lansweeper.Diagrams.GRPC.Filters>();
3709
+ private global::Lansweeper.Diagrams.GRPC.Filters filters_;
3655
3710
  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
3656
3711
  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
3657
- public pbc::RepeatedField<global::Lansweeper.Diagrams.GRPC.Filters> Filters {
3712
+ public global::Lansweeper.Diagrams.GRPC.Filters Filters {
3658
3713
  get { return filters_; }
3714
+ set {
3715
+ filters_ = value;
3716
+ }
3659
3717
  }
3660
3718
 
3661
3719
  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@@ -3677,7 +3735,7 @@ namespace Lansweeper.Diagrams.GRPC {
3677
3735
  if(!relationships_.Equals(other.relationships_)) return false;
3678
3736
  if(!errors_.Equals(other.errors_)) return false;
3679
3737
  if(!assetTypes_.Equals(other.assetTypes_)) return false;
3680
- if(!filters_.Equals(other.filters_)) return false;
3738
+ if (!object.Equals(Filters, other.Filters)) return false;
3681
3739
  return Equals(_unknownFields, other._unknownFields);
3682
3740
  }
3683
3741
 
@@ -3689,7 +3747,7 @@ namespace Lansweeper.Diagrams.GRPC {
3689
3747
  hash ^= relationships_.GetHashCode();
3690
3748
  hash ^= errors_.GetHashCode();
3691
3749
  hash ^= assetTypes_.GetHashCode();
3692
- hash ^= filters_.GetHashCode();
3750
+ if (filters_ != null) hash ^= Filters.GetHashCode();
3693
3751
  if (_unknownFields != null) {
3694
3752
  hash ^= _unknownFields.GetHashCode();
3695
3753
  }
@@ -3712,7 +3770,10 @@ namespace Lansweeper.Diagrams.GRPC {
3712
3770
  relationships_.WriteTo(output, _repeated_relationships_codec);
3713
3771
  errors_.WriteTo(output, _repeated_errors_codec);
3714
3772
  assetTypes_.WriteTo(output, _repeated_assetTypes_codec);
3715
- filters_.WriteTo(output, _repeated_filters_codec);
3773
+ if (filters_ != null) {
3774
+ output.WriteRawTag(42);
3775
+ output.WriteMessage(Filters);
3776
+ }
3716
3777
  if (_unknownFields != null) {
3717
3778
  _unknownFields.WriteTo(output);
3718
3779
  }
@@ -3727,7 +3788,10 @@ namespace Lansweeper.Diagrams.GRPC {
3727
3788
  relationships_.WriteTo(ref output, _repeated_relationships_codec);
3728
3789
  errors_.WriteTo(ref output, _repeated_errors_codec);
3729
3790
  assetTypes_.WriteTo(ref output, _repeated_assetTypes_codec);
3730
- filters_.WriteTo(ref output, _repeated_filters_codec);
3791
+ if (filters_ != null) {
3792
+ output.WriteRawTag(42);
3793
+ output.WriteMessage(Filters);
3794
+ }
3731
3795
  if (_unknownFields != null) {
3732
3796
  _unknownFields.WriteTo(ref output);
3733
3797
  }
@@ -3742,7 +3806,9 @@ namespace Lansweeper.Diagrams.GRPC {
3742
3806
  size += relationships_.CalculateSize(_repeated_relationships_codec);
3743
3807
  size += errors_.CalculateSize(_repeated_errors_codec);
3744
3808
  size += assetTypes_.CalculateSize(_repeated_assetTypes_codec);
3745
- size += filters_.CalculateSize(_repeated_filters_codec);
3809
+ if (filters_ != null) {
3810
+ size += 1 + pb::CodedOutputStream.ComputeMessageSize(Filters);
3811
+ }
3746
3812
  if (_unknownFields != null) {
3747
3813
  size += _unknownFields.CalculateSize();
3748
3814
  }
@@ -3759,7 +3825,12 @@ namespace Lansweeper.Diagrams.GRPC {
3759
3825
  relationships_.Add(other.relationships_);
3760
3826
  errors_.Add(other.errors_);
3761
3827
  assetTypes_.Add(other.assetTypes_);
3762
- filters_.Add(other.filters_);
3828
+ if (other.filters_ != null) {
3829
+ if (filters_ == null) {
3830
+ Filters = new global::Lansweeper.Diagrams.GRPC.Filters();
3831
+ }
3832
+ Filters.MergeFrom(other.Filters);
3833
+ }
3763
3834
  _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
3764
3835
  }
3765
3836
 
@@ -3792,7 +3863,10 @@ namespace Lansweeper.Diagrams.GRPC {
3792
3863
  break;
3793
3864
  }
3794
3865
  case 42: {
3795
- filters_.AddEntriesFrom(input, _repeated_filters_codec);
3866
+ if (filters_ == null) {
3867
+ Filters = new global::Lansweeper.Diagrams.GRPC.Filters();
3868
+ }
3869
+ input.ReadMessage(Filters);
3796
3870
  break;
3797
3871
  }
3798
3872
  }
@@ -3827,7 +3901,10 @@ namespace Lansweeper.Diagrams.GRPC {
3827
3901
  break;
3828
3902
  }
3829
3903
  case 42: {
3830
- filters_.AddEntriesFrom(ref input, _repeated_filters_codec);
3904
+ if (filters_ == null) {
3905
+ Filters = new global::Lansweeper.Diagrams.GRPC.Filters();
3906
+ }
3907
+ input.ReadMessage(Filters);
3831
3908
  break;
3832
3909
  }
3833
3910
  }
@@ -5,7 +5,7 @@
5
5
  },
6
6
  "projects": {
7
7
  "/home/circleci/project/packages/diagrams/grpc/Lansweeper.Diagrams.GRPC.csproj": {
8
- "version": "0.0.18",
8
+ "version": "0.0.20",
9
9
  "restore": {
10
10
  "projectUniqueName": "/home/circleci/project/packages/diagrams/grpc/Lansweeper.Diagrams.GRPC.csproj",
11
11
  "projectName": "Lansweeper.Diagrams.GRPC",
@@ -73,6 +73,16 @@
73
73
  ],
74
74
  "assetTargetFallback": true,
75
75
  "warn": true,
76
+ "downloadDependencies": [
77
+ {
78
+ "name": "Microsoft.AspNetCore.App.Ref",
79
+ "version": "[6.0.12, 6.0.12]"
80
+ },
81
+ {
82
+ "name": "Microsoft.NETCore.App.Ref",
83
+ "version": "[6.0.12, 6.0.12]"
84
+ }
85
+ ],
76
86
  "frameworkReferences": {
77
87
  "Microsoft.NETCore.App": {
78
88
  "privateAssets": "all"
@@ -305,7 +305,7 @@
305
305
  "/home/circleci/.nuget/packages/": {}
306
306
  },
307
307
  "project": {
308
- "version": "0.0.18",
308
+ "version": "0.0.20",
309
309
  "restore": {
310
310
  "projectUniqueName": "/home/circleci/project/packages/diagrams/grpc/Lansweeper.Diagrams.GRPC.csproj",
311
311
  "projectName": "Lansweeper.Diagrams.GRPC",
@@ -373,6 +373,16 @@
373
373
  ],
374
374
  "assetTargetFallback": true,
375
375
  "warn": true,
376
+ "downloadDependencies": [
377
+ {
378
+ "name": "Microsoft.AspNetCore.App.Ref",
379
+ "version": "[6.0.12, 6.0.12]"
380
+ },
381
+ {
382
+ "name": "Microsoft.NETCore.App.Ref",
383
+ "version": "[6.0.12, 6.0.12]"
384
+ }
385
+ ],
376
386
  "frameworkReferences": {
377
387
  "Microsoft.NETCore.App": {
378
388
  "privateAssets": "all"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 2,
3
- "dgSpecHash": "wgOSCaXaRxBCwS4yPBX67yRR4TFoGlgnA7WmiuITGPSGT8q0myI+9TYG9f975YULg/OcTTAtOWc4Ngg5UxNPVg==",
3
+ "dgSpecHash": "f+XLhFysfQZ1H3fnVyr2M45Glb1ezCEwTHz0r+LLec9G4uHoorSOkwyk6Dflvd5mscM11Ac/aY2giG6hFd/EOA==",
4
4
  "success": true,
5
5
  "projectFilePath": "/home/circleci/project/packages/diagrams/grpc/Lansweeper.Diagrams.GRPC.csproj",
6
6
  "expectedPackageFiles": [
@@ -10,7 +10,9 @@
10
10
  "/home/circleci/.nuget/packages/grpc.core.api/2.46.1/grpc.core.api.2.46.1.nupkg.sha512",
11
11
  "/home/circleci/.nuget/packages/grpc.tools/2.46.1/grpc.tools.2.46.1.nupkg.sha512",
12
12
  "/home/circleci/.nuget/packages/system.memory/4.5.3/system.memory.4.5.3.nupkg.sha512",
13
- "/home/circleci/.nuget/packages/system.runtime.compilerservices.unsafe/4.5.2/system.runtime.compilerservices.unsafe.4.5.2.nupkg.sha512"
13
+ "/home/circleci/.nuget/packages/system.runtime.compilerservices.unsafe/4.5.2/system.runtime.compilerservices.unsafe.4.5.2.nupkg.sha512",
14
+ "/home/circleci/.nuget/packages/microsoft.netcore.app.ref/6.0.12/microsoft.netcore.app.ref.6.0.12.nupkg.sha512",
15
+ "/home/circleci/.nuget/packages/microsoft.aspnetcore.app.ref/6.0.12/microsoft.aspnetcore.app.ref.6.0.12.nupkg.sha512"
14
16
  ],
15
17
  "logs": []
16
18
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansweeper/diagrams-grpc",
3
- "version": "0.0.19",
3
+ "version": "0.0.21",
4
4
  "description": "Diagrams gRPC",
5
5
  "main": "gen-proto/index.js",
6
6
  "types": "gen-proto/index.d.ts",
@@ -12,5 +12,5 @@
12
12
  "devDependencies": {
13
13
  "@types/google-protobuf": "^3.15.5"
14
14
  },
15
- "gitHead": "95360ae87a40b51ce3141d8240e9fe57f4e1f1cc"
15
+ "gitHead": "22da7645f87ee45e02dba10f54033d40a09c1ab4"
16
16
  }
@@ -33,6 +33,7 @@ message Asset {
33
33
  bool is_vm_running = 11;
34
34
  repeated AssetError errors = 12;
35
35
  string ip_location_key = 13;
36
+ string mac_address = 14;
36
37
  }
37
38
 
38
39
  message AssetError {
@@ -100,7 +101,7 @@ message VirtualEnvironmentDiagramResponse {
100
101
  repeated Relationship relationships = 2;
101
102
  repeated Error errors = 3;
102
103
  repeated AssetType asset_types = 4;
103
- repeated Filters filters = 5;
104
+ Filters filters = 5;
104
105
  }
105
106
 
106
107
  message OtDiagramResponse {
@@ -108,5 +109,5 @@ message OtDiagramResponse {
108
109
  repeated Relationship relationships = 2;
109
110
  repeated Error errors = 3;
110
111
  repeated AssetType asset_types = 4;
111
- repeated Filters filters = 5;
112
+ Filters filters = 5;
112
113
  }