@lansweeper/diagrams-grpc 0.0.23 → 0.0.25
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 +16 -0
- package/Lansweeper.Diagrams.GRPC.csproj +3 -3
- package/bin/Debug/net6.0/Lansweeper.Diagrams.GRPC.deps.json +2 -2
- package/bin/Debug/net6.0/Lansweeper.Diagrams.GRPC.dll +0 -0
- package/bin/Debug/net6.0/Lansweeper.Diagrams.GRPC.pdb +0 -0
- package/gen-proto/diagrams_pb.d.ts +6 -6
- package/gen-proto/diagrams_pb.js +103 -103
- package/gen-proto/image.json +1 -1
- package/obj/Debug/net6.0/Lansweeper.Diagrams.GRPC.AssemblyInfo.cs +3 -3
- package/obj/Debug/net6.0/Lansweeper.Diagrams.GRPC.AssemblyInfoInputs.cache +1 -1
- package/obj/Debug/net6.0/Lansweeper.Diagrams.GRPC.dll +0 -0
- package/obj/Debug/net6.0/Lansweeper.Diagrams.GRPC.pdb +0 -0
- package/obj/Debug/net6.0/proto/Diagrams.cs +156 -155
- package/obj/Debug/net6.0/ref/Lansweeper.Diagrams.GRPC.dll +0 -0
- package/obj/Debug/net6.0/refint/Lansweeper.Diagrams.GRPC.dll +0 -0
- package/obj/Lansweeper.Diagrams.GRPC.csproj.nuget.dgspec.json +1 -1
- package/obj/project.assets.json +1 -1
- package/obj/project.nuget.cache +1 -1
- package/package.json +2 -2
- package/proto/diagrams.proto +9 -9
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.25](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/diagrams-grpc@0.0.24...@lansweeper/diagrams-grpc@0.0.25) (2023-01-20)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @lansweeper/diagrams-grpc
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [0.0.24](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/diagrams-grpc@0.0.23...@lansweeper/diagrams-grpc@0.0.24) (2023-01-20)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @lansweeper/diagrams-grpc
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [0.0.23](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/diagrams-grpc@0.0.22...@lansweeper/diagrams-grpc@0.0.23) (2023-01-18)
|
|
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.
|
|
11
|
-
<Version>0.0.
|
|
12
|
-
<FileVersion>0.0.
|
|
10
|
+
<PackageVersion>0.0.24</PackageVersion>
|
|
11
|
+
<Version>0.0.24</Version>
|
|
12
|
+
<FileVersion>0.0.24</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.
|
|
9
|
+
"Lansweeper.Diagrams.GRPC/0.0.24": {
|
|
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.
|
|
94
|
+
"Lansweeper.Diagrams.GRPC/0.0.24": {
|
|
95
95
|
"type": "project",
|
|
96
96
|
"serviceable": false,
|
|
97
97
|
"sha512": ""
|
|
Binary file
|
|
Binary file
|
|
@@ -162,16 +162,12 @@ export class Relationship extends jspb.Message {
|
|
|
162
162
|
setFromAssetUniqueKey(value: string): Relationship;
|
|
163
163
|
getToAssetUniqueKey(): string;
|
|
164
164
|
setToAssetUniqueKey(value: string): Relationship;
|
|
165
|
-
getCategory(): string;
|
|
166
|
-
setCategory(value: string): Relationship;
|
|
167
165
|
getName(): string;
|
|
168
166
|
setName(value: string): Relationship;
|
|
169
167
|
getReverseName(): string;
|
|
170
168
|
setReverseName(value: string): Relationship;
|
|
171
169
|
getIconName(): string;
|
|
172
170
|
setIconName(value: string): Relationship;
|
|
173
|
-
getIsManual(): boolean;
|
|
174
|
-
setIsManual(value: boolean): Relationship;
|
|
175
171
|
|
|
176
172
|
hasStartDate(): boolean;
|
|
177
173
|
clearStartDate(): void;
|
|
@@ -201,11 +197,9 @@ export namespace Relationship {
|
|
|
201
197
|
export type AsObject = {
|
|
202
198
|
fromAssetUniqueKey: string,
|
|
203
199
|
toAssetUniqueKey: string,
|
|
204
|
-
category: string,
|
|
205
200
|
name: string,
|
|
206
201
|
reverseName: string,
|
|
207
202
|
iconName: string,
|
|
208
|
-
isManual: boolean,
|
|
209
203
|
startDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
210
204
|
endDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
211
205
|
comments: string,
|
|
@@ -323,6 +317,8 @@ export class NetworkTopologyDiagramResponse extends jspb.Message {
|
|
|
323
317
|
clearFilters(): void;
|
|
324
318
|
getFilters(): Filters | undefined;
|
|
325
319
|
setFilters(value?: Filters): NetworkTopologyDiagramResponse;
|
|
320
|
+
getIpLocationName(): string;
|
|
321
|
+
setIpLocationName(value: string): NetworkTopologyDiagramResponse;
|
|
326
322
|
|
|
327
323
|
serializeBinary(): Uint8Array;
|
|
328
324
|
toObject(includeInstance?: boolean): NetworkTopologyDiagramResponse.AsObject;
|
|
@@ -341,6 +337,7 @@ export namespace NetworkTopologyDiagramResponse {
|
|
|
341
337
|
errorsList: Array<Error.AsObject>,
|
|
342
338
|
assetTypesList: Array<AssetType.AsObject>,
|
|
343
339
|
filters?: Filters.AsObject,
|
|
340
|
+
ipLocationName: string,
|
|
344
341
|
}
|
|
345
342
|
}
|
|
346
343
|
|
|
@@ -366,6 +363,8 @@ export class VirtualEnvironmentDiagramResponse extends jspb.Message {
|
|
|
366
363
|
clearFilters(): void;
|
|
367
364
|
getFilters(): Filters | undefined;
|
|
368
365
|
setFilters(value?: Filters): VirtualEnvironmentDiagramResponse;
|
|
366
|
+
getIpLocationName(): string;
|
|
367
|
+
setIpLocationName(value: string): VirtualEnvironmentDiagramResponse;
|
|
369
368
|
|
|
370
369
|
serializeBinary(): Uint8Array;
|
|
371
370
|
toObject(includeInstance?: boolean): VirtualEnvironmentDiagramResponse.AsObject;
|
|
@@ -384,6 +383,7 @@ export namespace VirtualEnvironmentDiagramResponse {
|
|
|
384
383
|
errorsList: Array<Error.AsObject>,
|
|
385
384
|
assetTypesList: Array<AssetType.AsObject>,
|
|
386
385
|
filters?: Filters.AsObject,
|
|
386
|
+
ipLocationName: string,
|
|
387
387
|
}
|
|
388
388
|
}
|
|
389
389
|
|
package/gen-proto/diagrams_pb.js
CHANGED
|
@@ -1507,15 +1507,13 @@ proto.lansweeper.diagrams.v1.Relationship.toObject = function(includeInstance, m
|
|
|
1507
1507
|
var f, obj = {
|
|
1508
1508
|
fromAssetUniqueKey: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
1509
1509
|
toAssetUniqueKey: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
iconName: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
1514
|
-
isManual: jspb.Message.getBooleanFieldWithDefault(msg, 7, false),
|
|
1510
|
+
name: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
1511
|
+
reverseName: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
1512
|
+
iconName: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
1515
1513
|
startDate: (f = msg.getStartDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
1516
1514
|
endDate: (f = msg.getEndDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
1517
|
-
comments: jspb.Message.getFieldWithDefault(msg,
|
|
1518
|
-
generationType: jspb.Message.getFieldWithDefault(msg,
|
|
1515
|
+
comments: jspb.Message.getFieldWithDefault(msg, 8, ""),
|
|
1516
|
+
generationType: jspb.Message.getFieldWithDefault(msg, 9, "")
|
|
1519
1517
|
};
|
|
1520
1518
|
|
|
1521
1519
|
if (includeInstance) {
|
|
@@ -1561,40 +1559,32 @@ proto.lansweeper.diagrams.v1.Relationship.deserializeBinaryFromReader = function
|
|
|
1561
1559
|
msg.setToAssetUniqueKey(value);
|
|
1562
1560
|
break;
|
|
1563
1561
|
case 3:
|
|
1564
|
-
var value = /** @type {string} */ (reader.readString());
|
|
1565
|
-
msg.setCategory(value);
|
|
1566
|
-
break;
|
|
1567
|
-
case 4:
|
|
1568
1562
|
var value = /** @type {string} */ (reader.readString());
|
|
1569
1563
|
msg.setName(value);
|
|
1570
1564
|
break;
|
|
1571
|
-
case
|
|
1565
|
+
case 4:
|
|
1572
1566
|
var value = /** @type {string} */ (reader.readString());
|
|
1573
1567
|
msg.setReverseName(value);
|
|
1574
1568
|
break;
|
|
1575
|
-
case
|
|
1569
|
+
case 5:
|
|
1576
1570
|
var value = /** @type {string} */ (reader.readString());
|
|
1577
1571
|
msg.setIconName(value);
|
|
1578
1572
|
break;
|
|
1579
|
-
case
|
|
1580
|
-
var value = /** @type {boolean} */ (reader.readBool());
|
|
1581
|
-
msg.setIsManual(value);
|
|
1582
|
-
break;
|
|
1583
|
-
case 8:
|
|
1573
|
+
case 6:
|
|
1584
1574
|
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
1585
1575
|
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
1586
1576
|
msg.setStartDate(value);
|
|
1587
1577
|
break;
|
|
1588
|
-
case
|
|
1578
|
+
case 7:
|
|
1589
1579
|
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
1590
1580
|
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
1591
1581
|
msg.setEndDate(value);
|
|
1592
1582
|
break;
|
|
1593
|
-
case
|
|
1583
|
+
case 8:
|
|
1594
1584
|
var value = /** @type {string} */ (reader.readString());
|
|
1595
1585
|
msg.setComments(value);
|
|
1596
1586
|
break;
|
|
1597
|
-
case
|
|
1587
|
+
case 9:
|
|
1598
1588
|
var value = /** @type {string} */ (reader.readString());
|
|
1599
1589
|
msg.setGenerationType(value);
|
|
1600
1590
|
break;
|
|
@@ -1641,45 +1631,31 @@ proto.lansweeper.diagrams.v1.Relationship.serializeBinaryToWriter = function(mes
|
|
|
1641
1631
|
f
|
|
1642
1632
|
);
|
|
1643
1633
|
}
|
|
1644
|
-
f = message.getCategory();
|
|
1645
|
-
if (f.length > 0) {
|
|
1646
|
-
writer.writeString(
|
|
1647
|
-
3,
|
|
1648
|
-
f
|
|
1649
|
-
);
|
|
1650
|
-
}
|
|
1651
1634
|
f = message.getName();
|
|
1652
1635
|
if (f.length > 0) {
|
|
1653
1636
|
writer.writeString(
|
|
1654
|
-
|
|
1637
|
+
3,
|
|
1655
1638
|
f
|
|
1656
1639
|
);
|
|
1657
1640
|
}
|
|
1658
1641
|
f = message.getReverseName();
|
|
1659
1642
|
if (f.length > 0) {
|
|
1660
1643
|
writer.writeString(
|
|
1661
|
-
|
|
1644
|
+
4,
|
|
1662
1645
|
f
|
|
1663
1646
|
);
|
|
1664
1647
|
}
|
|
1665
1648
|
f = message.getIconName();
|
|
1666
1649
|
if (f.length > 0) {
|
|
1667
1650
|
writer.writeString(
|
|
1668
|
-
|
|
1669
|
-
f
|
|
1670
|
-
);
|
|
1671
|
-
}
|
|
1672
|
-
f = message.getIsManual();
|
|
1673
|
-
if (f) {
|
|
1674
|
-
writer.writeBool(
|
|
1675
|
-
7,
|
|
1651
|
+
5,
|
|
1676
1652
|
f
|
|
1677
1653
|
);
|
|
1678
1654
|
}
|
|
1679
1655
|
f = message.getStartDate();
|
|
1680
1656
|
if (f != null) {
|
|
1681
1657
|
writer.writeMessage(
|
|
1682
|
-
|
|
1658
|
+
6,
|
|
1683
1659
|
f,
|
|
1684
1660
|
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
1685
1661
|
);
|
|
@@ -1687,7 +1663,7 @@ proto.lansweeper.diagrams.v1.Relationship.serializeBinaryToWriter = function(mes
|
|
|
1687
1663
|
f = message.getEndDate();
|
|
1688
1664
|
if (f != null) {
|
|
1689
1665
|
writer.writeMessage(
|
|
1690
|
-
|
|
1666
|
+
7,
|
|
1691
1667
|
f,
|
|
1692
1668
|
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
1693
1669
|
);
|
|
@@ -1695,14 +1671,14 @@ proto.lansweeper.diagrams.v1.Relationship.serializeBinaryToWriter = function(mes
|
|
|
1695
1671
|
f = message.getComments();
|
|
1696
1672
|
if (f.length > 0) {
|
|
1697
1673
|
writer.writeString(
|
|
1698
|
-
|
|
1674
|
+
8,
|
|
1699
1675
|
f
|
|
1700
1676
|
);
|
|
1701
1677
|
}
|
|
1702
1678
|
f = message.getGenerationType();
|
|
1703
1679
|
if (f.length > 0) {
|
|
1704
1680
|
writer.writeString(
|
|
1705
|
-
|
|
1681
|
+
9,
|
|
1706
1682
|
f
|
|
1707
1683
|
);
|
|
1708
1684
|
}
|
|
@@ -1746,29 +1722,11 @@ proto.lansweeper.diagrams.v1.Relationship.prototype.setToAssetUniqueKey = functi
|
|
|
1746
1722
|
|
|
1747
1723
|
|
|
1748
1724
|
/**
|
|
1749
|
-
* optional string
|
|
1750
|
-
* @return {string}
|
|
1751
|
-
*/
|
|
1752
|
-
proto.lansweeper.diagrams.v1.Relationship.prototype.getCategory = function() {
|
|
1753
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
1754
|
-
};
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
/**
|
|
1758
|
-
* @param {string} value
|
|
1759
|
-
* @return {!proto.lansweeper.diagrams.v1.Relationship} returns this
|
|
1760
|
-
*/
|
|
1761
|
-
proto.lansweeper.diagrams.v1.Relationship.prototype.setCategory = function(value) {
|
|
1762
|
-
return jspb.Message.setProto3StringField(this, 3, value);
|
|
1763
|
-
};
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
/**
|
|
1767
|
-
* optional string name = 4;
|
|
1725
|
+
* optional string name = 3;
|
|
1768
1726
|
* @return {string}
|
|
1769
1727
|
*/
|
|
1770
1728
|
proto.lansweeper.diagrams.v1.Relationship.prototype.getName = function() {
|
|
1771
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this,
|
|
1729
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
1772
1730
|
};
|
|
1773
1731
|
|
|
1774
1732
|
|
|
@@ -1777,16 +1735,16 @@ proto.lansweeper.diagrams.v1.Relationship.prototype.getName = function() {
|
|
|
1777
1735
|
* @return {!proto.lansweeper.diagrams.v1.Relationship} returns this
|
|
1778
1736
|
*/
|
|
1779
1737
|
proto.lansweeper.diagrams.v1.Relationship.prototype.setName = function(value) {
|
|
1780
|
-
return jspb.Message.setProto3StringField(this,
|
|
1738
|
+
return jspb.Message.setProto3StringField(this, 3, value);
|
|
1781
1739
|
};
|
|
1782
1740
|
|
|
1783
1741
|
|
|
1784
1742
|
/**
|
|
1785
|
-
* optional string reverse_name =
|
|
1743
|
+
* optional string reverse_name = 4;
|
|
1786
1744
|
* @return {string}
|
|
1787
1745
|
*/
|
|
1788
1746
|
proto.lansweeper.diagrams.v1.Relationship.prototype.getReverseName = function() {
|
|
1789
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this,
|
|
1747
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
1790
1748
|
};
|
|
1791
1749
|
|
|
1792
1750
|
|
|
@@ -1795,16 +1753,16 @@ proto.lansweeper.diagrams.v1.Relationship.prototype.getReverseName = function()
|
|
|
1795
1753
|
* @return {!proto.lansweeper.diagrams.v1.Relationship} returns this
|
|
1796
1754
|
*/
|
|
1797
1755
|
proto.lansweeper.diagrams.v1.Relationship.prototype.setReverseName = function(value) {
|
|
1798
|
-
return jspb.Message.setProto3StringField(this,
|
|
1756
|
+
return jspb.Message.setProto3StringField(this, 4, value);
|
|
1799
1757
|
};
|
|
1800
1758
|
|
|
1801
1759
|
|
|
1802
1760
|
/**
|
|
1803
|
-
* optional string icon_name =
|
|
1761
|
+
* optional string icon_name = 5;
|
|
1804
1762
|
* @return {string}
|
|
1805
1763
|
*/
|
|
1806
1764
|
proto.lansweeper.diagrams.v1.Relationship.prototype.getIconName = function() {
|
|
1807
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this,
|
|
1765
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
1808
1766
|
};
|
|
1809
1767
|
|
|
1810
1768
|
|
|
@@ -1813,35 +1771,17 @@ proto.lansweeper.diagrams.v1.Relationship.prototype.getIconName = function() {
|
|
|
1813
1771
|
* @return {!proto.lansweeper.diagrams.v1.Relationship} returns this
|
|
1814
1772
|
*/
|
|
1815
1773
|
proto.lansweeper.diagrams.v1.Relationship.prototype.setIconName = function(value) {
|
|
1816
|
-
return jspb.Message.setProto3StringField(this,
|
|
1817
|
-
};
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
/**
|
|
1821
|
-
* optional bool is_manual = 7;
|
|
1822
|
-
* @return {boolean}
|
|
1823
|
-
*/
|
|
1824
|
-
proto.lansweeper.diagrams.v1.Relationship.prototype.getIsManual = function() {
|
|
1825
|
-
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 7, false));
|
|
1826
|
-
};
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
/**
|
|
1830
|
-
* @param {boolean} value
|
|
1831
|
-
* @return {!proto.lansweeper.diagrams.v1.Relationship} returns this
|
|
1832
|
-
*/
|
|
1833
|
-
proto.lansweeper.diagrams.v1.Relationship.prototype.setIsManual = function(value) {
|
|
1834
|
-
return jspb.Message.setProto3BooleanField(this, 7, value);
|
|
1774
|
+
return jspb.Message.setProto3StringField(this, 5, value);
|
|
1835
1775
|
};
|
|
1836
1776
|
|
|
1837
1777
|
|
|
1838
1778
|
/**
|
|
1839
|
-
* optional google.protobuf.Timestamp start_date =
|
|
1779
|
+
* optional google.protobuf.Timestamp start_date = 6;
|
|
1840
1780
|
* @return {?proto.google.protobuf.Timestamp}
|
|
1841
1781
|
*/
|
|
1842
1782
|
proto.lansweeper.diagrams.v1.Relationship.prototype.getStartDate = function() {
|
|
1843
1783
|
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
1844
|
-
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp,
|
|
1784
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 6));
|
|
1845
1785
|
};
|
|
1846
1786
|
|
|
1847
1787
|
|
|
@@ -1850,7 +1790,7 @@ proto.lansweeper.diagrams.v1.Relationship.prototype.getStartDate = function() {
|
|
|
1850
1790
|
* @return {!proto.lansweeper.diagrams.v1.Relationship} returns this
|
|
1851
1791
|
*/
|
|
1852
1792
|
proto.lansweeper.diagrams.v1.Relationship.prototype.setStartDate = function(value) {
|
|
1853
|
-
return jspb.Message.setWrapperField(this,
|
|
1793
|
+
return jspb.Message.setWrapperField(this, 6, value);
|
|
1854
1794
|
};
|
|
1855
1795
|
|
|
1856
1796
|
|
|
@@ -1868,17 +1808,17 @@ proto.lansweeper.diagrams.v1.Relationship.prototype.clearStartDate = function()
|
|
|
1868
1808
|
* @return {boolean}
|
|
1869
1809
|
*/
|
|
1870
1810
|
proto.lansweeper.diagrams.v1.Relationship.prototype.hasStartDate = function() {
|
|
1871
|
-
return jspb.Message.getField(this,
|
|
1811
|
+
return jspb.Message.getField(this, 6) != null;
|
|
1872
1812
|
};
|
|
1873
1813
|
|
|
1874
1814
|
|
|
1875
1815
|
/**
|
|
1876
|
-
* optional google.protobuf.Timestamp end_date =
|
|
1816
|
+
* optional google.protobuf.Timestamp end_date = 7;
|
|
1877
1817
|
* @return {?proto.google.protobuf.Timestamp}
|
|
1878
1818
|
*/
|
|
1879
1819
|
proto.lansweeper.diagrams.v1.Relationship.prototype.getEndDate = function() {
|
|
1880
1820
|
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
1881
|
-
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp,
|
|
1821
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 7));
|
|
1882
1822
|
};
|
|
1883
1823
|
|
|
1884
1824
|
|
|
@@ -1887,7 +1827,7 @@ proto.lansweeper.diagrams.v1.Relationship.prototype.getEndDate = function() {
|
|
|
1887
1827
|
* @return {!proto.lansweeper.diagrams.v1.Relationship} returns this
|
|
1888
1828
|
*/
|
|
1889
1829
|
proto.lansweeper.diagrams.v1.Relationship.prototype.setEndDate = function(value) {
|
|
1890
|
-
return jspb.Message.setWrapperField(this,
|
|
1830
|
+
return jspb.Message.setWrapperField(this, 7, value);
|
|
1891
1831
|
};
|
|
1892
1832
|
|
|
1893
1833
|
|
|
@@ -1905,16 +1845,16 @@ proto.lansweeper.diagrams.v1.Relationship.prototype.clearEndDate = function() {
|
|
|
1905
1845
|
* @return {boolean}
|
|
1906
1846
|
*/
|
|
1907
1847
|
proto.lansweeper.diagrams.v1.Relationship.prototype.hasEndDate = function() {
|
|
1908
|
-
return jspb.Message.getField(this,
|
|
1848
|
+
return jspb.Message.getField(this, 7) != null;
|
|
1909
1849
|
};
|
|
1910
1850
|
|
|
1911
1851
|
|
|
1912
1852
|
/**
|
|
1913
|
-
* optional string comments =
|
|
1853
|
+
* optional string comments = 8;
|
|
1914
1854
|
* @return {string}
|
|
1915
1855
|
*/
|
|
1916
1856
|
proto.lansweeper.diagrams.v1.Relationship.prototype.getComments = function() {
|
|
1917
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this,
|
|
1857
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
|
|
1918
1858
|
};
|
|
1919
1859
|
|
|
1920
1860
|
|
|
@@ -1923,16 +1863,16 @@ proto.lansweeper.diagrams.v1.Relationship.prototype.getComments = function() {
|
|
|
1923
1863
|
* @return {!proto.lansweeper.diagrams.v1.Relationship} returns this
|
|
1924
1864
|
*/
|
|
1925
1865
|
proto.lansweeper.diagrams.v1.Relationship.prototype.setComments = function(value) {
|
|
1926
|
-
return jspb.Message.setProto3StringField(this,
|
|
1866
|
+
return jspb.Message.setProto3StringField(this, 8, value);
|
|
1927
1867
|
};
|
|
1928
1868
|
|
|
1929
1869
|
|
|
1930
1870
|
/**
|
|
1931
|
-
* optional string generation_type =
|
|
1871
|
+
* optional string generation_type = 9;
|
|
1932
1872
|
* @return {string}
|
|
1933
1873
|
*/
|
|
1934
1874
|
proto.lansweeper.diagrams.v1.Relationship.prototype.getGenerationType = function() {
|
|
1935
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this,
|
|
1875
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, ""));
|
|
1936
1876
|
};
|
|
1937
1877
|
|
|
1938
1878
|
|
|
@@ -1941,7 +1881,7 @@ proto.lansweeper.diagrams.v1.Relationship.prototype.getGenerationType = function
|
|
|
1941
1881
|
* @return {!proto.lansweeper.diagrams.v1.Relationship} returns this
|
|
1942
1882
|
*/
|
|
1943
1883
|
proto.lansweeper.diagrams.v1.Relationship.prototype.setGenerationType = function(value) {
|
|
1944
|
-
return jspb.Message.setProto3StringField(this,
|
|
1884
|
+
return jspb.Message.setProto3StringField(this, 9, value);
|
|
1945
1885
|
};
|
|
1946
1886
|
|
|
1947
1887
|
|
|
@@ -2675,7 +2615,8 @@ proto.lansweeper.diagrams.v1.NetworkTopologyDiagramResponse.toObject = function(
|
|
|
2675
2615
|
proto.lansweeper.diagrams.v1.Error.toObject, includeInstance),
|
|
2676
2616
|
assetTypesList: jspb.Message.toObjectList(msg.getAssetTypesList(),
|
|
2677
2617
|
proto.lansweeper.diagrams.v1.AssetType.toObject, includeInstance),
|
|
2678
|
-
filters: (f = msg.getFilters()) && proto.lansweeper.diagrams.v1.Filters.toObject(includeInstance, f)
|
|
2618
|
+
filters: (f = msg.getFilters()) && proto.lansweeper.diagrams.v1.Filters.toObject(includeInstance, f),
|
|
2619
|
+
ipLocationName: jspb.Message.getFieldWithDefault(msg, 6, "")
|
|
2679
2620
|
};
|
|
2680
2621
|
|
|
2681
2622
|
if (includeInstance) {
|
|
@@ -2737,6 +2678,10 @@ proto.lansweeper.diagrams.v1.NetworkTopologyDiagramResponse.deserializeBinaryFro
|
|
|
2737
2678
|
reader.readMessage(value,proto.lansweeper.diagrams.v1.Filters.deserializeBinaryFromReader);
|
|
2738
2679
|
msg.setFilters(value);
|
|
2739
2680
|
break;
|
|
2681
|
+
case 6:
|
|
2682
|
+
var value = /** @type {string} */ (reader.readString());
|
|
2683
|
+
msg.setIpLocationName(value);
|
|
2684
|
+
break;
|
|
2740
2685
|
default:
|
|
2741
2686
|
reader.skipField();
|
|
2742
2687
|
break;
|
|
@@ -2806,6 +2751,13 @@ proto.lansweeper.diagrams.v1.NetworkTopologyDiagramResponse.serializeBinaryToWri
|
|
|
2806
2751
|
proto.lansweeper.diagrams.v1.Filters.serializeBinaryToWriter
|
|
2807
2752
|
);
|
|
2808
2753
|
}
|
|
2754
|
+
f = message.getIpLocationName();
|
|
2755
|
+
if (f.length > 0) {
|
|
2756
|
+
writer.writeString(
|
|
2757
|
+
6,
|
|
2758
|
+
f
|
|
2759
|
+
);
|
|
2760
|
+
}
|
|
2809
2761
|
};
|
|
2810
2762
|
|
|
2811
2763
|
|
|
@@ -2998,6 +2950,24 @@ proto.lansweeper.diagrams.v1.NetworkTopologyDiagramResponse.prototype.hasFilters
|
|
|
2998
2950
|
};
|
|
2999
2951
|
|
|
3000
2952
|
|
|
2953
|
+
/**
|
|
2954
|
+
* optional string ip_location_name = 6;
|
|
2955
|
+
* @return {string}
|
|
2956
|
+
*/
|
|
2957
|
+
proto.lansweeper.diagrams.v1.NetworkTopologyDiagramResponse.prototype.getIpLocationName = function() {
|
|
2958
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
|
|
2959
|
+
};
|
|
2960
|
+
|
|
2961
|
+
|
|
2962
|
+
/**
|
|
2963
|
+
* @param {string} value
|
|
2964
|
+
* @return {!proto.lansweeper.diagrams.v1.NetworkTopologyDiagramResponse} returns this
|
|
2965
|
+
*/
|
|
2966
|
+
proto.lansweeper.diagrams.v1.NetworkTopologyDiagramResponse.prototype.setIpLocationName = function(value) {
|
|
2967
|
+
return jspb.Message.setProto3StringField(this, 6, value);
|
|
2968
|
+
};
|
|
2969
|
+
|
|
2970
|
+
|
|
3001
2971
|
|
|
3002
2972
|
/**
|
|
3003
2973
|
* List of repeated fields within this message type.
|
|
@@ -3045,7 +3015,8 @@ proto.lansweeper.diagrams.v1.VirtualEnvironmentDiagramResponse.toObject = functi
|
|
|
3045
3015
|
proto.lansweeper.diagrams.v1.Error.toObject, includeInstance),
|
|
3046
3016
|
assetTypesList: jspb.Message.toObjectList(msg.getAssetTypesList(),
|
|
3047
3017
|
proto.lansweeper.diagrams.v1.AssetType.toObject, includeInstance),
|
|
3048
|
-
filters: (f = msg.getFilters()) && proto.lansweeper.diagrams.v1.Filters.toObject(includeInstance, f)
|
|
3018
|
+
filters: (f = msg.getFilters()) && proto.lansweeper.diagrams.v1.Filters.toObject(includeInstance, f),
|
|
3019
|
+
ipLocationName: jspb.Message.getFieldWithDefault(msg, 6, "")
|
|
3049
3020
|
};
|
|
3050
3021
|
|
|
3051
3022
|
if (includeInstance) {
|
|
@@ -3107,6 +3078,10 @@ proto.lansweeper.diagrams.v1.VirtualEnvironmentDiagramResponse.deserializeBinary
|
|
|
3107
3078
|
reader.readMessage(value,proto.lansweeper.diagrams.v1.Filters.deserializeBinaryFromReader);
|
|
3108
3079
|
msg.setFilters(value);
|
|
3109
3080
|
break;
|
|
3081
|
+
case 6:
|
|
3082
|
+
var value = /** @type {string} */ (reader.readString());
|
|
3083
|
+
msg.setIpLocationName(value);
|
|
3084
|
+
break;
|
|
3110
3085
|
default:
|
|
3111
3086
|
reader.skipField();
|
|
3112
3087
|
break;
|
|
@@ -3176,6 +3151,13 @@ proto.lansweeper.diagrams.v1.VirtualEnvironmentDiagramResponse.serializeBinaryTo
|
|
|
3176
3151
|
proto.lansweeper.diagrams.v1.Filters.serializeBinaryToWriter
|
|
3177
3152
|
);
|
|
3178
3153
|
}
|
|
3154
|
+
f = message.getIpLocationName();
|
|
3155
|
+
if (f.length > 0) {
|
|
3156
|
+
writer.writeString(
|
|
3157
|
+
6,
|
|
3158
|
+
f
|
|
3159
|
+
);
|
|
3160
|
+
}
|
|
3179
3161
|
};
|
|
3180
3162
|
|
|
3181
3163
|
|
|
@@ -3368,6 +3350,24 @@ proto.lansweeper.diagrams.v1.VirtualEnvironmentDiagramResponse.prototype.hasFilt
|
|
|
3368
3350
|
};
|
|
3369
3351
|
|
|
3370
3352
|
|
|
3353
|
+
/**
|
|
3354
|
+
* optional string ip_location_name = 6;
|
|
3355
|
+
* @return {string}
|
|
3356
|
+
*/
|
|
3357
|
+
proto.lansweeper.diagrams.v1.VirtualEnvironmentDiagramResponse.prototype.getIpLocationName = function() {
|
|
3358
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
|
|
3359
|
+
};
|
|
3360
|
+
|
|
3361
|
+
|
|
3362
|
+
/**
|
|
3363
|
+
* @param {string} value
|
|
3364
|
+
* @return {!proto.lansweeper.diagrams.v1.VirtualEnvironmentDiagramResponse} returns this
|
|
3365
|
+
*/
|
|
3366
|
+
proto.lansweeper.diagrams.v1.VirtualEnvironmentDiagramResponse.prototype.setIpLocationName = function(value) {
|
|
3367
|
+
return jspb.Message.setProto3StringField(this, 6, value);
|
|
3368
|
+
};
|
|
3369
|
+
|
|
3370
|
+
|
|
3371
3371
|
|
|
3372
3372
|
/**
|
|
3373
3373
|
* List of repeated fields within this message type.
|