@lansweeper/diagrams-grpc 0.0.24 → 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 +8 -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 +0 -6
- package/gen-proto/diagrams_pb.js +41 -101
- 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 +80 -154
- 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 +7 -9
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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
|
+
|
|
6
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)
|
|
7
15
|
|
|
8
16
|
**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,
|
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
|
|
package/gen-proto/image.json
CHANGED
|
@@ -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"},{"name":"ip_location_id","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"ipLocationId"}],"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":"generation_type","number":11,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"generationType"}]},{"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":"ip_location_name","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"ipLocationName"}]},{"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":"ip_location_name","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"ipLocationName"}]},{"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,116,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,20,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,0,2,4],"span":[19,2,28]},{"path":[4,0,2,4,5],"span":[19,2,8]},{"path":[4,0,2,4,1],"span":[19,9,23]},{"path":[4,0,2,4,3],"span":[19,26,27]},{"path":[4,1],"span":[22,0,37,1]},{"path":[4,1,1],"span":[22,8,13]},{"path":[4,1,2,0],"span":[23,2,24]},{"path":[4,1,2,0,5],"span":[23,2,8]},{"path":[4,1,2,0,1],"span":[23,9,19]},{"path":[4,1,2,0,3],"span":[23,22,23]},{"path":[4,1,2,1],"span":[24,2,17]},{"path":[4,1,2,1,5],"span":[24,2,8]},{"path":[4,1,2,1,1],"span":[24,9,12]},{"path":[4,1,2,1,3],"span":[24,15,16]},{"path":[4,1,2,2],"span":[25,2,18]},{"path":[4,1,2,2,5],"span":[25,2,8]},{"path":[4,1,2,2,1],"span":[25,9,13]},{"path":[4,1,2,2,3],"span":[25,16,17]},{"path":[4,1,2,3],"span":[26,2,23]},{"path":[4,1,2,3,5],"span":[26,2,8]},{"path":[4,1,2,3,1],"span":[26,9,18]},{"path":[4,1,2,3,3],"span":[26,21,22]},{"path":[4,1,2,4],"span":[27,2,23]},{"path":[4,1,2,4,5],"span":[27,2,8]},{"path":[4,1,2,4,1],"span":[27,9,18]},{"path":[4,1,2,4,3],"span":[27,21,22]},{"path":[4,1,2,5],"span":[28,2,20]},{"path":[4,1,2,5,5],"span":[28,2,6]},{"path":[4,1,2,5,1],"span":[28,7,15]},{"path":[4,1,2,5,3],"span":[28,18,19]},{"path":[4,1,2,6],"span":[29,2,24]},{"path":[4,1,2,6,5],"span":[29,2,8]},{"path":[4,1,2,6,1],"span":[29,9,19]},{"path":[4,1,2,6,3],"span":[29,22,23]},{"path":[4,1,2,7],"span":[30,2,31]},{"path":[4,1,2,7,5],"span":[30,2,8]},{"path":[4,1,2,7,1],"span":[30,9,26]},{"path":[4,1,2,7,3],"span":[30,29,30]},{"path":[4,1,2,8],"span":[31,2,22]},{"path":[4,1,2,8,5],"span":[31,2,8]},{"path":[4,1,2,8,1],"span":[31,9,17]},{"path":[4,1,2,8,3],"span":[31,20,21]},{"path":[4,1,2,9],"span":[32,2,23]},{"path":[4,1,2,9,5],"span":[32,2,6]},{"path":[4,1,2,9,1],"span":[32,7,17]},{"path":[4,1,2,9,3],"span":[32,20,22]},{"path":[4,1,2,10],"span":[33,2,26]},{"path":[4,1,2,10,5],"span":[33,2,6]},{"path":[4,1,2,10,1],"span":[33,7,20]},{"path":[4,1,2,10,3],"span":[33,23,25]},{"path":[4,1,2,11],"span":[34,2,34]},{"path":[4,1,2,11,4],"span":[34,2,10]},{"path":[4,1,2,11,6],"span":[34,11,21]},{"path":[4,1,2,11,1],"span":[34,22,28]},{"path":[4,1,2,11,3],"span":[34,31,33]},{"path":[4,1,2,12],"span":[35,2,30]},{"path":[4,1,2,12,5],"span":[35,2,8]},{"path":[4,1,2,12,1],"span":[35,9,24]},{"path":[4,1,2,12,3],"span":[35,27,29]},{"path":[4,1,2,13],"span":[36,2,26]},{"path":[4,1,2,13,5],"span":[36,2,8]},{"path":[4,1,2,13,1],"span":[36,9,20]},{"path":[4,1,2,13,3],"span":[36,23,25]},{"path":[4,2],"span":[39,0,45,1]},{"path":[4,2,1],"span":[39,8,18]},{"path":[4,2,2,0],"span":[40,2,22]},{"path":[4,2,2,0,5],"span":[40,2,8]},{"path":[4,2,2,0,1],"span":[40,9,17]},{"path":[4,2,2,0,3],"span":[40,20,21]},{"path":[4,2,2,1],"span":[41,2,24]},{"path":[4,2,2,1,5],"span":[41,2,8]},{"path":[4,2,2,1,1],"span":[41,9,19]},{"path":[4,2,2,1,3],"span":[41,22,23]},{"path":[4,2,2,2],"span":[42,2,26]},{"path":[4,2,2,2,5],"span":[42,2,8]},{"path":[4,2,2,2,1],"span":[42,9,21]},{"path":[4,2,2,2,3],"span":[42,24,25]},{"path":[4,2,2,3],"span":[43,2,27]},{"path":[4,2,2,3,5],"span":[43,2,8]},{"path":[4,2,2,3,1],"span":[43,9,22]},{"path":[4,2,2,3,3],"span":[43,25,26]},{"path":[4,2,2,4],"span":[44,2,29]},{"path":[4,2,2,4,5],"span":[44,2,8]},{"path":[4,2,2,4,1],"span":[44,9,24]},{"path":[4,2,2,4,3],"span":[44,27,28]},{"path":[5,0],"span":[47,0,51,1]},{"path":[5,0,1],"span":[47,5,14]},{"path":[5,0,2,0],"span":[48,2,14]},{"path":[5,0,2,0,1],"span":[48,2,9]},{"path":[5,0,2,0,2],"span":[48,12,13]},{"path":[5,0,2,1],"span":[49,2,23]},{"path":[5,0,2,1,1],"span":[49,2,18]},{"path":[5,0,2,1,2],"span":[49,21,22]},{"path":[5,0,2,2],"span":[50,2,15]},{"path":[5,0,2,2,1],"span":[50,2,10]},{"path":[5,0,2,2,2],"span":[50,13,14]},{"path":[4,3],"span":[53,0,56,1]},{"path":[4,3,1],"span":[53,8,13]},{"path":[4,3,2,0],"span":[54,2,21]},{"path":[4,3,2,0,6],"span":[54,2,11]},{"path":[4,3,2,0,1],"span":[54,12,16]},{"path":[4,3,2,0,3],"span":[54,19,20]},{"path":[4,3,2,1],"span":[55,2,21]},{"path":[4,3,2,1,5],"span":[55,2,8]},{"path":[4,3,2,1,1],"span":[55,9,16]},{"path":[4,3,2,1,3],"span":[55,19,20]},{"path":[4,4],"span":[58,0,70,1]},{"path":[4,4,1],"span":[58,8,20]},{"path":[4,4,2,0],"span":[59,2,35]},{"path":[4,4,2,0,5],"span":[59,2,8]},{"path":[4,4,2,0,1],"span":[59,9,30]},{"path":[4,4,2,0,3],"span":[59,33,34]},{"path":[4,4,2,1],"span":[60,2,33]},{"path":[4,4,2,1,5],"span":[60,2,8]},{"path":[4,4,2,1,1],"span":[60,9,28]},{"path":[4,4,2,1,3],"span":[60,31,32]},{"path":[4,4,2,2],"span":[61,2,22]},{"path":[4,4,2,2,5],"span":[61,2,8]},{"path":[4,4,2,2,1],"span":[61,9,17]},{"path":[4,4,2,2,3],"span":[61,20,21]},{"path":[4,4,2,3],"span":[62,2,18]},{"path":[4,4,2,3,5],"span":[62,2,8]},{"path":[4,4,2,3,1],"span":[62,9,13]},{"path":[4,4,2,3,3],"span":[62,16,17]},{"path":[4,4,2,4],"span":[63,2,26]},{"path":[4,4,2,4,5],"span":[63,2,8]},{"path":[4,4,2,4,1],"span":[63,9,21]},{"path":[4,4,2,4,3],"span":[63,24,25]},{"path":[4,4,2,5],"span":[64,2,23]},{"path":[4,4,2,5,5],"span":[64,2,8]},{"path":[4,4,2,5,1],"span":[64,9,18]},{"path":[4,4,2,5,3],"span":[64,21,22]},{"path":[4,4,2,6],"span":[65,2,21]},{"path":[4,4,2,6,5],"span":[65,2,6]},{"path":[4,4,2,6,1],"span":[65,7,16]},{"path":[4,4,2,6,3],"span":[65,19,20]},{"path":[4,4,2,7],"span":[66,2,43]},{"path":[4,4,2,7,6],"span":[66,2,27]},{"path":[4,4,2,7,1],"span":[66,28,38]},{"path":[4,4,2,7,3],"span":[66,41,42]},{"path":[4,4,2,8],"span":[67,2,41]},{"path":[4,4,2,8,6],"span":[67,2,27]},{"path":[4,4,2,8,1],"span":[67,28,36]},{"path":[4,4,2,8,3],"span":[67,39,40]},{"path":[4,4,2,9],"span":[68,2,23]},{"path":[4,4,2,9,5],"span":[68,2,8]},{"path":[4,4,2,9,1],"span":[68,9,17]},{"path":[4,4,2,9,3],"span":[68,20,22]},{"path":[4,4,2,10],"span":[69,2,30]},{"path":[4,4,2,10,5],"span":[69,2,8]},{"path":[4,4,2,10,1],"span":[69,9,24]},{"path":[4,4,2,10,3],"span":[69,27,29]},{"path":[4,5],"span":[72,0,77,1]},{"path":[4,5,1],"span":[72,8,17]},{"path":[4,5,2,0],"span":[73,2,23]},{"path":[4,5,2,0,5],"span":[73,2,8]},{"path":[4,5,2,0,1],"span":[73,9,18]},{"path":[4,5,2,0,3],"span":[73,21,22]},{"path":[4,5,2,1],"span":[74,2,24]},{"path":[4,5,2,1,5],"span":[74,2,6]},{"path":[4,5,2,1,1],"span":[74,7,19]},{"path":[4,5,2,1,3],"span":[74,22,23]},{"path":[4,5,2,2],"span":[75,2,33]},{"path":[4,5,2,2,5],"span":[75,2,6]},{"path":[4,5,2,2,1],"span":[75,7,28]},{"path":[4,5,2,2,3],"span":[75,31,32]},{"path":[4,5,2,3],"span":[76,2,22]},{"path":[4,5,2,3,5],"span":[76,2,7]},{"path":[4,5,2,3,1],"span":[76,8,17]},{"path":[4,5,2,3,3],"span":[76,20,21]},{"path":[4,6],"span":[79,0,85,1]},{"path":[4,6,1],"span":[79,8,18]},{"path":[4,6,2,0],"span":[80,2,29]},{"path":[4,6,2,0,5],"span":[80,2,8]},{"path":[4,6,2,0,1],"span":[80,9,24]},{"path":[4,6,2,0,3],"span":[80,27,28]},{"path":[4,6,2,1],"span":[81,2,30]},{"path":[4,6,2,1,5],"span":[81,2,8]},{"path":[4,6,2,1,1],"span":[81,9,25]},{"path":[4,6,2,1,3],"span":[81,28,29]},{"path":[4,6,2,2],"span":[82,2,25]},{"path":[4,6,2,2,5],"span":[82,2,8]},{"path":[4,6,2,2,1],"span":[82,9,20]},{"path":[4,6,2,2,3],"span":[82,23,24]},{"path":[4,6,2,3],"span":[83,2,23]},{"path":[4,6,2,3,5],"span":[83,2,8]},{"path":[4,6,2,3,1],"span":[83,9,18]},{"path":[4,6,2,3,3],"span":[83,21,22]},{"path":[4,6,2,4],"span":[84,2,22]},{"path":[4,6,2,4,5],"span":[84,2,7]},{"path":[4,6,2,4,1],"span":[84,8,17]},{"path":[4,6,2,4,3],"span":[84,20,21]},{"path":[4,7],"span":[87,0,90,1]},{"path":[4,7,1],"span":[87,8,15]},{"path":[4,7,2,0],"span":[88,2,37]},{"path":[4,7,2,0,4],"span":[88,2,10]},{"path":[4,7,2,0,6],"span":[88,11,20]},{"path":[4,7,2,0,1],"span":[88,21,32]},{"path":[4,7,2,0,3],"span":[88,35,36]},{"path":[4,7,2,1],"span":[89,2,39]},{"path":[4,7,2,1,4],"span":[89,2,10]},{"path":[4,7,2,1,6],"span":[89,11,21]},{"path":[4,7,2,1,1],"span":[89,22,34]},{"path":[4,7,2,1,3],"span":[89,37,38]},{"path":[4,8],"span":[92,0,99,1]},{"path":[4,8,1],"span":[92,8,38]},{"path":[4,8,2,0],"span":[93,2,28]},{"path":[4,8,2,0,4],"span":[93,2,10]},{"path":[4,8,2,0,6],"span":[93,11,16]},{"path":[4,8,2,0,1],"span":[93,17,23]},{"path":[4,8,2,0,3],"span":[93,26,27]},{"path":[4,8,2,1],"span":[94,2,42]},{"path":[4,8,2,1,4],"span":[94,2,10]},{"path":[4,8,2,1,6],"span":[94,11,23]},{"path":[4,8,2,1,1],"span":[94,24,37]},{"path":[4,8,2,1,3],"span":[94,40,41]},{"path":[4,8,2,2],"span":[95,2,28]},{"path":[4,8,2,2,4],"span":[95,2,10]},{"path":[4,8,2,2,6],"span":[95,11,16]},{"path":[4,8,2,2,1],"span":[95,17,23]},{"path":[4,8,2,2,3],"span":[95,26,27]},{"path":[4,8,2,3],"span":[96,2,37]},{"path":[4,8,2,3,4],"span":[96,2,10]},{"path":[4,8,2,3,6],"span":[96,11,20]},{"path":[4,8,2,3,1],"span":[96,21,32]},{"path":[4,8,2,3,3],"span":[96,35,36]},{"path":[4,8,2,4],"span":[97,2,22]},{"path":[4,8,2,4,6],"span":[97,2,9]},{"path":[4,8,2,4,1],"span":[97,10,17]},{"path":[4,8,2,4,3],"span":[97,20,21]},{"path":[4,8,2,5],"span":[98,2,30]},{"path":[4,8,2,5,5],"span":[98,2,8]},{"path":[4,8,2,5,1],"span":[98,9,25]},{"path":[4,8,2,5,3],"span":[98,28,29]},{"path":[4,9],"span":[101,0,108,1]},{"path":[4,9,1],"span":[101,8,41]},{"path":[4,9,2,0],"span":[102,2,28]},{"path":[4,9,2,0,4],"span":[102,2,10]},{"path":[4,9,2,0,6],"span":[102,11,16]},{"path":[4,9,2,0,1],"span":[102,17,23]},{"path":[4,9,2,0,3],"span":[102,26,27]},{"path":[4,9,2,1],"span":[103,2,42]},{"path":[4,9,2,1,4],"span":[103,2,10]},{"path":[4,9,2,1,6],"span":[103,11,23]},{"path":[4,9,2,1,1],"span":[103,24,37]},{"path":[4,9,2,1,3],"span":[103,40,41]},{"path":[4,9,2,2],"span":[104,2,28]},{"path":[4,9,2,2,4],"span":[104,2,10]},{"path":[4,9,2,2,6],"span":[104,11,16]},{"path":[4,9,2,2,1],"span":[104,17,23]},{"path":[4,9,2,2,3],"span":[104,26,27]},{"path":[4,9,2,3],"span":[105,2,37]},{"path":[4,9,2,3,4],"span":[105,2,10]},{"path":[4,9,2,3,6],"span":[105,11,20]},{"path":[4,9,2,3,1],"span":[105,21,32]},{"path":[4,9,2,3,3],"span":[105,35,36]},{"path":[4,9,2,4],"span":[106,2,22]},{"path":[4,9,2,4,6],"span":[106,2,9]},{"path":[4,9,2,4,1],"span":[106,10,17]},{"path":[4,9,2,4,3],"span":[106,20,21]},{"path":[4,9,2,5],"span":[107,2,30]},{"path":[4,9,2,5,5],"span":[107,2,8]},{"path":[4,9,2,5,1],"span":[107,9,25]},{"path":[4,9,2,5,3],"span":[107,28,29]},{"path":[4,10],"span":[110,0,116,1]},{"path":[4,10,1],"span":[110,8,25]},{"path":[4,10,2,0],"span":[111,2,28]},{"path":[4,10,2,0,4],"span":[111,2,10]},{"path":[4,10,2,0,6],"span":[111,11,16]},{"path":[4,10,2,0,1],"span":[111,17,23]},{"path":[4,10,2,0,3],"span":[111,26,27]},{"path":[4,10,2,1],"span":[112,2,42]},{"path":[4,10,2,1,4],"span":[112,2,10]},{"path":[4,10,2,1,6],"span":[112,11,23]},{"path":[4,10,2,1,1],"span":[112,24,37]},{"path":[4,10,2,1,3],"span":[112,40,41]},{"path":[4,10,2,2],"span":[113,2,28]},{"path":[4,10,2,2,4],"span":[113,2,10]},{"path":[4,10,2,2,6],"span":[113,11,16]},{"path":[4,10,2,2,1],"span":[113,17,23]},{"path":[4,10,2,2,3],"span":[113,26,27]},{"path":[4,10,2,3],"span":[114,2,37]},{"path":[4,10,2,3,4],"span":[114,2,10]},{"path":[4,10,2,3,6],"span":[114,11,20]},{"path":[4,10,2,3,1],"span":[114,21,32]},{"path":[4,10,2,3,3],"span":[114,35,36]},{"path":[4,10,2,4],"span":[115,2,22]},{"path":[4,10,2,4,6],"span":[115,2,9]},{"path":[4,10,2,4,1],"span":[115,10,17]},{"path":[4,10,2,4,3],"span":[115,20,21]}]},"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"},{"name":"ip_location_id","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"ipLocationId"}],"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":"name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"reverse_name","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"reverseName"},{"name":"icon_name","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"iconName"},{"name":"start_date","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Timestamp","jsonName":"startDate"},{"name":"end_date","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Timestamp","jsonName":"endDate"},{"name":"comments","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"comments"},{"name":"generation_type","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"generationType"}]},{"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":"ip_location_name","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"ipLocationName"}]},{"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":"ip_location_name","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"ipLocationName"}]},{"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,114,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,20,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,0,2,4],"span":[19,2,28]},{"path":[4,0,2,4,5],"span":[19,2,8]},{"path":[4,0,2,4,1],"span":[19,9,23]},{"path":[4,0,2,4,3],"span":[19,26,27]},{"path":[4,1],"span":[22,0,37,1]},{"path":[4,1,1],"span":[22,8,13]},{"path":[4,1,2,0],"span":[23,2,24]},{"path":[4,1,2,0,5],"span":[23,2,8]},{"path":[4,1,2,0,1],"span":[23,9,19]},{"path":[4,1,2,0,3],"span":[23,22,23]},{"path":[4,1,2,1],"span":[24,2,17]},{"path":[4,1,2,1,5],"span":[24,2,8]},{"path":[4,1,2,1,1],"span":[24,9,12]},{"path":[4,1,2,1,3],"span":[24,15,16]},{"path":[4,1,2,2],"span":[25,2,18]},{"path":[4,1,2,2,5],"span":[25,2,8]},{"path":[4,1,2,2,1],"span":[25,9,13]},{"path":[4,1,2,2,3],"span":[25,16,17]},{"path":[4,1,2,3],"span":[26,2,23]},{"path":[4,1,2,3,5],"span":[26,2,8]},{"path":[4,1,2,3,1],"span":[26,9,18]},{"path":[4,1,2,3,3],"span":[26,21,22]},{"path":[4,1,2,4],"span":[27,2,23]},{"path":[4,1,2,4,5],"span":[27,2,8]},{"path":[4,1,2,4,1],"span":[27,9,18]},{"path":[4,1,2,4,3],"span":[27,21,22]},{"path":[4,1,2,5],"span":[28,2,20]},{"path":[4,1,2,5,5],"span":[28,2,6]},{"path":[4,1,2,5,1],"span":[28,7,15]},{"path":[4,1,2,5,3],"span":[28,18,19]},{"path":[4,1,2,6],"span":[29,2,24]},{"path":[4,1,2,6,5],"span":[29,2,8]},{"path":[4,1,2,6,1],"span":[29,9,19]},{"path":[4,1,2,6,3],"span":[29,22,23]},{"path":[4,1,2,7],"span":[30,2,31]},{"path":[4,1,2,7,5],"span":[30,2,8]},{"path":[4,1,2,7,1],"span":[30,9,26]},{"path":[4,1,2,7,3],"span":[30,29,30]},{"path":[4,1,2,8],"span":[31,2,22]},{"path":[4,1,2,8,5],"span":[31,2,8]},{"path":[4,1,2,8,1],"span":[31,9,17]},{"path":[4,1,2,8,3],"span":[31,20,21]},{"path":[4,1,2,9],"span":[32,2,23]},{"path":[4,1,2,9,5],"span":[32,2,6]},{"path":[4,1,2,9,1],"span":[32,7,17]},{"path":[4,1,2,9,3],"span":[32,20,22]},{"path":[4,1,2,10],"span":[33,2,26]},{"path":[4,1,2,10,5],"span":[33,2,6]},{"path":[4,1,2,10,1],"span":[33,7,20]},{"path":[4,1,2,10,3],"span":[33,23,25]},{"path":[4,1,2,11],"span":[34,2,34]},{"path":[4,1,2,11,4],"span":[34,2,10]},{"path":[4,1,2,11,6],"span":[34,11,21]},{"path":[4,1,2,11,1],"span":[34,22,28]},{"path":[4,1,2,11,3],"span":[34,31,33]},{"path":[4,1,2,12],"span":[35,2,30]},{"path":[4,1,2,12,5],"span":[35,2,8]},{"path":[4,1,2,12,1],"span":[35,9,24]},{"path":[4,1,2,12,3],"span":[35,27,29]},{"path":[4,1,2,13],"span":[36,2,26]},{"path":[4,1,2,13,5],"span":[36,2,8]},{"path":[4,1,2,13,1],"span":[36,9,20]},{"path":[4,1,2,13,3],"span":[36,23,25]},{"path":[4,2],"span":[39,0,45,1]},{"path":[4,2,1],"span":[39,8,18]},{"path":[4,2,2,0],"span":[40,2,22]},{"path":[4,2,2,0,5],"span":[40,2,8]},{"path":[4,2,2,0,1],"span":[40,9,17]},{"path":[4,2,2,0,3],"span":[40,20,21]},{"path":[4,2,2,1],"span":[41,2,24]},{"path":[4,2,2,1,5],"span":[41,2,8]},{"path":[4,2,2,1,1],"span":[41,9,19]},{"path":[4,2,2,1,3],"span":[41,22,23]},{"path":[4,2,2,2],"span":[42,2,26]},{"path":[4,2,2,2,5],"span":[42,2,8]},{"path":[4,2,2,2,1],"span":[42,9,21]},{"path":[4,2,2,2,3],"span":[42,24,25]},{"path":[4,2,2,3],"span":[43,2,27]},{"path":[4,2,2,3,5],"span":[43,2,8]},{"path":[4,2,2,3,1],"span":[43,9,22]},{"path":[4,2,2,3,3],"span":[43,25,26]},{"path":[4,2,2,4],"span":[44,2,29]},{"path":[4,2,2,4,5],"span":[44,2,8]},{"path":[4,2,2,4,1],"span":[44,9,24]},{"path":[4,2,2,4,3],"span":[44,27,28]},{"path":[5,0],"span":[47,0,51,1]},{"path":[5,0,1],"span":[47,5,14]},{"path":[5,0,2,0],"span":[48,2,14]},{"path":[5,0,2,0,1],"span":[48,2,9]},{"path":[5,0,2,0,2],"span":[48,12,13]},{"path":[5,0,2,1],"span":[49,2,23]},{"path":[5,0,2,1,1],"span":[49,2,18]},{"path":[5,0,2,1,2],"span":[49,21,22]},{"path":[5,0,2,2],"span":[50,2,15]},{"path":[5,0,2,2,1],"span":[50,2,10]},{"path":[5,0,2,2,2],"span":[50,13,14]},{"path":[4,3],"span":[53,0,56,1]},{"path":[4,3,1],"span":[53,8,13]},{"path":[4,3,2,0],"span":[54,2,21]},{"path":[4,3,2,0,6],"span":[54,2,11]},{"path":[4,3,2,0,1],"span":[54,12,16]},{"path":[4,3,2,0,3],"span":[54,19,20]},{"path":[4,3,2,1],"span":[55,2,21]},{"path":[4,3,2,1,5],"span":[55,2,8]},{"path":[4,3,2,1,1],"span":[55,9,16]},{"path":[4,3,2,1,3],"span":[55,19,20]},{"path":[4,4],"span":[58,0,68,1]},{"path":[4,4,1],"span":[58,8,20]},{"path":[4,4,2,0],"span":[59,2,35]},{"path":[4,4,2,0,5],"span":[59,2,8]},{"path":[4,4,2,0,1],"span":[59,9,30]},{"path":[4,4,2,0,3],"span":[59,33,34]},{"path":[4,4,2,1],"span":[60,2,33]},{"path":[4,4,2,1,5],"span":[60,2,8]},{"path":[4,4,2,1,1],"span":[60,9,28]},{"path":[4,4,2,1,3],"span":[60,31,32]},{"path":[4,4,2,2],"span":[61,2,18]},{"path":[4,4,2,2,5],"span":[61,2,8]},{"path":[4,4,2,2,1],"span":[61,9,13]},{"path":[4,4,2,2,3],"span":[61,16,17]},{"path":[4,4,2,3],"span":[62,2,26]},{"path":[4,4,2,3,5],"span":[62,2,8]},{"path":[4,4,2,3,1],"span":[62,9,21]},{"path":[4,4,2,3,3],"span":[62,24,25]},{"path":[4,4,2,4],"span":[63,2,23]},{"path":[4,4,2,4,5],"span":[63,2,8]},{"path":[4,4,2,4,1],"span":[63,9,18]},{"path":[4,4,2,4,3],"span":[63,21,22]},{"path":[4,4,2,5],"span":[64,2,43]},{"path":[4,4,2,5,6],"span":[64,2,27]},{"path":[4,4,2,5,1],"span":[64,28,38]},{"path":[4,4,2,5,3],"span":[64,41,42]},{"path":[4,4,2,6],"span":[65,2,41]},{"path":[4,4,2,6,6],"span":[65,2,27]},{"path":[4,4,2,6,1],"span":[65,28,36]},{"path":[4,4,2,6,3],"span":[65,39,40]},{"path":[4,4,2,7],"span":[66,2,22]},{"path":[4,4,2,7,5],"span":[66,2,8]},{"path":[4,4,2,7,1],"span":[66,9,17]},{"path":[4,4,2,7,3],"span":[66,20,21]},{"path":[4,4,2,8],"span":[67,2,29]},{"path":[4,4,2,8,5],"span":[67,2,8]},{"path":[4,4,2,8,1],"span":[67,9,24]},{"path":[4,4,2,8,3],"span":[67,27,28]},{"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,97,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,8,2,5],"span":[96,2,30]},{"path":[4,8,2,5,5],"span":[96,2,8]},{"path":[4,8,2,5,1],"span":[96,9,25]},{"path":[4,8,2,5,3],"span":[96,28,29]},{"path":[4,9],"span":[99,0,106,1]},{"path":[4,9,1],"span":[99,8,41]},{"path":[4,9,2,0],"span":[100,2,28]},{"path":[4,9,2,0,4],"span":[100,2,10]},{"path":[4,9,2,0,6],"span":[100,11,16]},{"path":[4,9,2,0,1],"span":[100,17,23]},{"path":[4,9,2,0,3],"span":[100,26,27]},{"path":[4,9,2,1],"span":[101,2,42]},{"path":[4,9,2,1,4],"span":[101,2,10]},{"path":[4,9,2,1,6],"span":[101,11,23]},{"path":[4,9,2,1,1],"span":[101,24,37]},{"path":[4,9,2,1,3],"span":[101,40,41]},{"path":[4,9,2,2],"span":[102,2,28]},{"path":[4,9,2,2,4],"span":[102,2,10]},{"path":[4,9,2,2,6],"span":[102,11,16]},{"path":[4,9,2,2,1],"span":[102,17,23]},{"path":[4,9,2,2,3],"span":[102,26,27]},{"path":[4,9,2,3],"span":[103,2,37]},{"path":[4,9,2,3,4],"span":[103,2,10]},{"path":[4,9,2,3,6],"span":[103,11,20]},{"path":[4,9,2,3,1],"span":[103,21,32]},{"path":[4,9,2,3,3],"span":[103,35,36]},{"path":[4,9,2,4],"span":[104,2,22]},{"path":[4,9,2,4,6],"span":[104,2,9]},{"path":[4,9,2,4,1],"span":[104,10,17]},{"path":[4,9,2,4,3],"span":[104,20,21]},{"path":[4,9,2,5],"span":[105,2,30]},{"path":[4,9,2,5,5],"span":[105,2,8]},{"path":[4,9,2,5,1],"span":[105,9,25]},{"path":[4,9,2,5,3],"span":[105,28,29]},{"path":[4,10],"span":[108,0,114,1]},{"path":[4,10,1],"span":[108,8,25]},{"path":[4,10,2,0],"span":[109,2,28]},{"path":[4,10,2,0,4],"span":[109,2,10]},{"path":[4,10,2,0,6],"span":[109,11,16]},{"path":[4,10,2,0,1],"span":[109,17,23]},{"path":[4,10,2,0,3],"span":[109,26,27]},{"path":[4,10,2,1],"span":[110,2,42]},{"path":[4,10,2,1,4],"span":[110,2,10]},{"path":[4,10,2,1,6],"span":[110,11,23]},{"path":[4,10,2,1,1],"span":[110,24,37]},{"path":[4,10,2,1,3],"span":[110,40,41]},{"path":[4,10,2,2],"span":[111,2,28]},{"path":[4,10,2,2,4],"span":[111,2,10]},{"path":[4,10,2,2,6],"span":[111,11,16]},{"path":[4,10,2,2,1],"span":[111,17,23]},{"path":[4,10,2,2,3],"span":[111,26,27]},{"path":[4,10,2,3],"span":[112,2,37]},{"path":[4,10,2,3,4],"span":[112,2,10]},{"path":[4,10,2,3,6],"span":[112,11,20]},{"path":[4,10,2,3,1],"span":[112,21,32]},{"path":[4,10,2,3,3],"span":[112,35,36]},{"path":[4,10,2,4],"span":[113,2,22]},{"path":[4,10,2,4,6],"span":[113,2,9]},{"path":[4,10,2,4,1],"span":[113,10,17]},{"path":[4,10,2,4,3],"span":[113,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
|
-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.0.
|
|
17
|
+
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.0.24")]
|
|
18
|
+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.0.24")]
|
|
19
19
|
[assembly: System.Reflection.AssemblyProductAttribute("Lansweeper Diagrams")]
|
|
20
20
|
[assembly: System.Reflection.AssemblyTitleAttribute("Lansweeper.Diagrams.GRPC")]
|
|
21
|
-
[assembly: System.Reflection.AssemblyVersionAttribute("0.0.
|
|
21
|
+
[assembly: System.Reflection.AssemblyVersionAttribute("0.0.24.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
|
-
|
|
1
|
+
358dc9b05ee28ca9cd41cb01612f7c6c90cd73e3
|
|
Binary file
|
|
Binary file
|
|
@@ -42,53 +42,53 @@ namespace Lansweeper.Diagrams.GRPC {
|
|
|
42
42
|
"X2lkGAEgASgJEhIKCmVycm9yX3RleHQYAiABKAkSFAoMbGFzdF9jaGFuZ2Vk",
|
|
43
43
|
"GAMgASgJEhUKDWVycm9yX3R5cGVfaWQYBCABKAkSFwoPZXJyb3JfdHlwZV9u",
|
|
44
44
|
"YW1lGAUgASgJIkkKBUVycm9yEi8KBHR5cGUYASABKA4yIS5sYW5zd2VlcGVy",
|
|
45
|
-
"
|
|
45
|
+
"LmRpYWdyYW1zLnYxLkVycm9yVHlwZRIPCgdtZXNzYWdlGAIgASgJIooCCgxS",
|
|
46
46
|
"ZWxhdGlvbnNoaXASHQoVZnJvbV9hc3NldF91bmlxdWVfa2V5GAEgASgJEhsK",
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
47
|
+
"E3RvX2Fzc2V0X3VuaXF1ZV9rZXkYAiABKAkSDAoEbmFtZRgDIAEoCRIUCgxy",
|
|
48
|
+
"ZXZlcnNlX25hbWUYBCABKAkSEQoJaWNvbl9uYW1lGAUgASgJEi4KCnN0YXJ0",
|
|
49
|
+
"X2RhdGUYBiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEiwKCGVu",
|
|
50
|
+
"ZF9kYXRlGAcgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIQCghj",
|
|
51
|
+
"b21tZW50cxgIIAEoCRIXCg9nZW5lcmF0aW9uX3R5cGUYCSABKAkiZgoJQXNz",
|
|
52
|
+
"ZXRUeXBlEhEKCXR5cGVfbmFtZRgBIAEoCRIUCgxpc19tYW5kYXRvcnkYAiAB",
|
|
53
|
+
"KAgSHQoVaXNfZW5hYmxlZF9ieV9kZWZhdWx0GAMgASgIEhEKCW5iX2Fzc2V0",
|
|
54
|
+
"cxgEIAEoBSJ6CgpJcExvY2F0aW9uEhcKD2lwX2xvY2F0aW9uX2tleRgBIAEo",
|
|
55
|
+
"CRIYChBpcF9sb2NhdGlvbl9uYW1lGAIgASgJEhMKC3JhbmdlX3N0YXJ0GAMg",
|
|
56
|
+
"ASgJEhEKCXJhbmdlX2VuZBgEIAEoCRIRCgluYl9hc3NldHMYBSABKAUiewoH",
|
|
57
|
+
"RmlsdGVycxI2Cgthc3NldF90eXBlcxgBIAMoCzIhLmxhbnN3ZWVwZXIuZGlh",
|
|
58
|
+
"Z3JhbXMudjEuQXNzZXRUeXBlEjgKDGlwX2xvY2F0aW9ucxgCIAMoCzIiLmxh",
|
|
59
|
+
"bnN3ZWVwZXIuZGlhZ3JhbXMudjEuSXBMb2NhdGlvbiK/AgoeTmV0d29ya1Rv",
|
|
60
|
+
"cG9sb2d5RGlhZ3JhbVJlc3BvbnNlEi0KBmFzc2V0cxgBIAMoCzIdLmxhbnN3",
|
|
61
|
+
"ZWVwZXIuZGlhZ3JhbXMudjEuQXNzZXQSOwoNcmVsYXRpb25zaGlwcxgCIAMo",
|
|
62
|
+
"CzIkLmxhbnN3ZWVwZXIuZGlhZ3JhbXMudjEuUmVsYXRpb25zaGlwEi0KBmVy",
|
|
63
|
+
"cm9ycxgDIAMoCzIdLmxhbnN3ZWVwZXIuZGlhZ3JhbXMudjEuRXJyb3ISNgoL",
|
|
64
|
+
"YXNzZXRfdHlwZXMYBCADKAsyIS5sYW5zd2VlcGVyLmRpYWdyYW1zLnYxLkFz",
|
|
65
|
+
"c2V0VHlwZRIwCgdmaWx0ZXJzGAUgASgLMh8ubGFuc3dlZXBlci5kaWFncmFt",
|
|
66
|
+
"cy52MS5GaWx0ZXJzEhgKEGlwX2xvY2F0aW9uX25hbWUYBiABKAkiwgIKIVZp",
|
|
67
|
+
"cnR1YWxFbnZpcm9ubWVudERpYWdyYW1SZXNwb25zZRItCgZhc3NldHMYASAD",
|
|
68
|
+
"KAsyHS5sYW5zd2VlcGVyLmRpYWdyYW1zLnYxLkFzc2V0EjsKDXJlbGF0aW9u",
|
|
69
|
+
"c2hpcHMYAiADKAsyJC5sYW5zd2VlcGVyLmRpYWdyYW1zLnYxLlJlbGF0aW9u",
|
|
70
|
+
"c2hpcBItCgZlcnJvcnMYAyADKAsyHS5sYW5zd2VlcGVyLmRpYWdyYW1zLnYx",
|
|
71
|
+
"LkVycm9yEjYKC2Fzc2V0X3R5cGVzGAQgAygLMiEubGFuc3dlZXBlci5kaWFn",
|
|
72
|
+
"cmFtcy52MS5Bc3NldFR5cGUSMAoHZmlsdGVycxgFIAEoCzIfLmxhbnN3ZWVw",
|
|
73
|
+
"ZXIuZGlhZ3JhbXMudjEuRmlsdGVycxIYChBpcF9sb2NhdGlvbl9uYW1lGAYg",
|
|
74
|
+
"ASgJIpgCChFPdERpYWdyYW1SZXNwb25zZRItCgZhc3NldHMYASADKAsyHS5s",
|
|
75
|
+
"YW5zd2VlcGVyLmRpYWdyYW1zLnYxLkFzc2V0EjsKDXJlbGF0aW9uc2hpcHMY",
|
|
76
|
+
"AiADKAsyJC5sYW5zd2VlcGVyLmRpYWdyYW1zLnYxLlJlbGF0aW9uc2hpcBIt",
|
|
77
|
+
"CgZlcnJvcnMYAyADKAsyHS5sYW5zd2VlcGVyLmRpYWdyYW1zLnYxLkVycm9y",
|
|
78
|
+
"EjYKC2Fzc2V0X3R5cGVzGAQgAygLMiEubGFuc3dlZXBlci5kaWFncmFtcy52",
|
|
79
|
+
"MS5Bc3NldFR5cGUSMAoHZmlsdGVycxgFIAEoCzIfLmxhbnN3ZWVwZXIuZGlh",
|
|
80
|
+
"Z3JhbXMudjEuRmlsdGVycyo8CglFcnJvclR5cGUSCwoHVU5LTk9XThAAEhQK",
|
|
81
|
+
"EEdFTkVSQVRJT05fRVJST1IQARIMCghOT19BU1NFVBACMvsCCg9EaWFncmFt",
|
|
82
|
+
"c1NlcnZpY2USfQoZR2V0TmV0d29ya1RvcG9sb2d5RGlhZ3JhbRImLmxhbnN3",
|
|
83
|
+
"ZWVwZXIuZGlhZ3JhbXMudjEuRGlhZ3JhbVJlcXVlc3QaNi5sYW5zd2VlcGVy",
|
|
84
|
+
"LmRpYWdyYW1zLnYxLk5ldHdvcmtUb3BvbG9neURpYWdyYW1SZXNwb25zZSIA",
|
|
85
|
+
"EoMBChxHZXRWaXJ0dWFsRW52aXJvbm1lbnREaWFncmFtEiYubGFuc3dlZXBl",
|
|
86
|
+
"ci5kaWFncmFtcy52MS5EaWFncmFtUmVxdWVzdBo5LmxhbnN3ZWVwZXIuZGlh",
|
|
87
|
+
"Z3JhbXMudjEuVmlydHVhbEVudmlyb25tZW50RGlhZ3JhbVJlc3BvbnNlIgAS",
|
|
88
|
+
"YwoMR2V0T3REaWFncmFtEiYubGFuc3dlZXBlci5kaWFncmFtcy52MS5EaWFn",
|
|
89
|
+
"cmFtUmVxdWVzdBopLmxhbnN3ZWVwZXIuZGlhZ3JhbXMudjEuT3REaWFncmFt",
|
|
90
|
+
"UmVzcG9uc2UiAEIbqgIYTGFuc3dlZXBlci5EaWFncmFtcy5HUlBDYgZwcm90",
|
|
91
|
+
"bzM="));
|
|
92
92
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
93
93
|
new pbr::FileDescriptor[] { global::Google.Protobuf.WellKnownTypes.TimestampReflection.Descriptor, },
|
|
94
94
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Lansweeper.Diagrams.GRPC.ErrorType), }, null, new pbr::GeneratedClrTypeInfo[] {
|
|
@@ -96,7 +96,7 @@ namespace Lansweeper.Diagrams.GRPC {
|
|
|
96
96
|
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),
|
|
97
97
|
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),
|
|
98
98
|
new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Diagrams.GRPC.Error), global::Lansweeper.Diagrams.GRPC.Error.Parser, new[]{ "Type", "Message" }, null, null, null, null),
|
|
99
|
-
new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Diagrams.GRPC.Relationship), global::Lansweeper.Diagrams.GRPC.Relationship.Parser, new[]{ "FromAssetUniqueKey", "ToAssetUniqueKey", "
|
|
99
|
+
new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Diagrams.GRPC.Relationship), global::Lansweeper.Diagrams.GRPC.Relationship.Parser, new[]{ "FromAssetUniqueKey", "ToAssetUniqueKey", "Name", "ReverseName", "IconName", "StartDate", "EndDate", "Comments", "GenerationType" }, null, null, null, null),
|
|
100
100
|
new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Diagrams.GRPC.AssetType), global::Lansweeper.Diagrams.GRPC.AssetType.Parser, new[]{ "TypeName", "IsMandatory", "IsEnabledByDefault", "NbAssets" }, null, null, null, null),
|
|
101
101
|
new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Diagrams.GRPC.IpLocation), global::Lansweeper.Diagrams.GRPC.IpLocation.Parser, new[]{ "IpLocationKey", "IpLocationName", "RangeStart", "RangeEnd", "NbAssets" }, null, null, null, null),
|
|
102
102
|
new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Diagrams.GRPC.Filters), global::Lansweeper.Diagrams.GRPC.Filters.Parser, new[]{ "AssetTypes", "IpLocations" }, null, null, null, null),
|
|
@@ -1702,11 +1702,9 @@ namespace Lansweeper.Diagrams.GRPC {
|
|
|
1702
1702
|
public Relationship(Relationship other) : this() {
|
|
1703
1703
|
fromAssetUniqueKey_ = other.fromAssetUniqueKey_;
|
|
1704
1704
|
toAssetUniqueKey_ = other.toAssetUniqueKey_;
|
|
1705
|
-
category_ = other.category_;
|
|
1706
1705
|
name_ = other.name_;
|
|
1707
1706
|
reverseName_ = other.reverseName_;
|
|
1708
1707
|
iconName_ = other.iconName_;
|
|
1709
|
-
isManual_ = other.isManual_;
|
|
1710
1708
|
startDate_ = other.startDate_ != null ? other.startDate_.Clone() : null;
|
|
1711
1709
|
endDate_ = other.endDate_ != null ? other.endDate_.Clone() : null;
|
|
1712
1710
|
comments_ = other.comments_;
|
|
@@ -1744,20 +1742,8 @@ namespace Lansweeper.Diagrams.GRPC {
|
|
|
1744
1742
|
}
|
|
1745
1743
|
}
|
|
1746
1744
|
|
|
1747
|
-
/// <summary>Field number for the "category" field.</summary>
|
|
1748
|
-
public const int CategoryFieldNumber = 3;
|
|
1749
|
-
private string category_ = "";
|
|
1750
|
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
1751
|
-
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
1752
|
-
public string Category {
|
|
1753
|
-
get { return category_; }
|
|
1754
|
-
set {
|
|
1755
|
-
category_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
1756
|
-
}
|
|
1757
|
-
}
|
|
1758
|
-
|
|
1759
1745
|
/// <summary>Field number for the "name" field.</summary>
|
|
1760
|
-
public const int NameFieldNumber =
|
|
1746
|
+
public const int NameFieldNumber = 3;
|
|
1761
1747
|
private string name_ = "";
|
|
1762
1748
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
1763
1749
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
@@ -1769,7 +1755,7 @@ namespace Lansweeper.Diagrams.GRPC {
|
|
|
1769
1755
|
}
|
|
1770
1756
|
|
|
1771
1757
|
/// <summary>Field number for the "reverse_name" field.</summary>
|
|
1772
|
-
public const int ReverseNameFieldNumber =
|
|
1758
|
+
public const int ReverseNameFieldNumber = 4;
|
|
1773
1759
|
private string reverseName_ = "";
|
|
1774
1760
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
1775
1761
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
@@ -1781,7 +1767,7 @@ namespace Lansweeper.Diagrams.GRPC {
|
|
|
1781
1767
|
}
|
|
1782
1768
|
|
|
1783
1769
|
/// <summary>Field number for the "icon_name" field.</summary>
|
|
1784
|
-
public const int IconNameFieldNumber =
|
|
1770
|
+
public const int IconNameFieldNumber = 5;
|
|
1785
1771
|
private string iconName_ = "";
|
|
1786
1772
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
1787
1773
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
@@ -1792,20 +1778,8 @@ namespace Lansweeper.Diagrams.GRPC {
|
|
|
1792
1778
|
}
|
|
1793
1779
|
}
|
|
1794
1780
|
|
|
1795
|
-
/// <summary>Field number for the "is_manual" field.</summary>
|
|
1796
|
-
public const int IsManualFieldNumber = 7;
|
|
1797
|
-
private bool isManual_;
|
|
1798
|
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
1799
|
-
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
1800
|
-
public bool IsManual {
|
|
1801
|
-
get { return isManual_; }
|
|
1802
|
-
set {
|
|
1803
|
-
isManual_ = value;
|
|
1804
|
-
}
|
|
1805
|
-
}
|
|
1806
|
-
|
|
1807
1781
|
/// <summary>Field number for the "start_date" field.</summary>
|
|
1808
|
-
public const int StartDateFieldNumber =
|
|
1782
|
+
public const int StartDateFieldNumber = 6;
|
|
1809
1783
|
private global::Google.Protobuf.WellKnownTypes.Timestamp startDate_;
|
|
1810
1784
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
1811
1785
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
@@ -1817,7 +1791,7 @@ namespace Lansweeper.Diagrams.GRPC {
|
|
|
1817
1791
|
}
|
|
1818
1792
|
|
|
1819
1793
|
/// <summary>Field number for the "end_date" field.</summary>
|
|
1820
|
-
public const int EndDateFieldNumber =
|
|
1794
|
+
public const int EndDateFieldNumber = 7;
|
|
1821
1795
|
private global::Google.Protobuf.WellKnownTypes.Timestamp endDate_;
|
|
1822
1796
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
1823
1797
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
@@ -1829,7 +1803,7 @@ namespace Lansweeper.Diagrams.GRPC {
|
|
|
1829
1803
|
}
|
|
1830
1804
|
|
|
1831
1805
|
/// <summary>Field number for the "comments" field.</summary>
|
|
1832
|
-
public const int CommentsFieldNumber =
|
|
1806
|
+
public const int CommentsFieldNumber = 8;
|
|
1833
1807
|
private string comments_ = "";
|
|
1834
1808
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
1835
1809
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
@@ -1841,7 +1815,7 @@ namespace Lansweeper.Diagrams.GRPC {
|
|
|
1841
1815
|
}
|
|
1842
1816
|
|
|
1843
1817
|
/// <summary>Field number for the "generation_type" field.</summary>
|
|
1844
|
-
public const int GenerationTypeFieldNumber =
|
|
1818
|
+
public const int GenerationTypeFieldNumber = 9;
|
|
1845
1819
|
private string generationType_ = "";
|
|
1846
1820
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
1847
1821
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
@@ -1869,11 +1843,9 @@ namespace Lansweeper.Diagrams.GRPC {
|
|
|
1869
1843
|
}
|
|
1870
1844
|
if (FromAssetUniqueKey != other.FromAssetUniqueKey) return false;
|
|
1871
1845
|
if (ToAssetUniqueKey != other.ToAssetUniqueKey) return false;
|
|
1872
|
-
if (Category != other.Category) return false;
|
|
1873
1846
|
if (Name != other.Name) return false;
|
|
1874
1847
|
if (ReverseName != other.ReverseName) return false;
|
|
1875
1848
|
if (IconName != other.IconName) return false;
|
|
1876
|
-
if (IsManual != other.IsManual) return false;
|
|
1877
1849
|
if (!object.Equals(StartDate, other.StartDate)) return false;
|
|
1878
1850
|
if (!object.Equals(EndDate, other.EndDate)) return false;
|
|
1879
1851
|
if (Comments != other.Comments) return false;
|
|
@@ -1887,11 +1859,9 @@ namespace Lansweeper.Diagrams.GRPC {
|
|
|
1887
1859
|
int hash = 1;
|
|
1888
1860
|
if (FromAssetUniqueKey.Length != 0) hash ^= FromAssetUniqueKey.GetHashCode();
|
|
1889
1861
|
if (ToAssetUniqueKey.Length != 0) hash ^= ToAssetUniqueKey.GetHashCode();
|
|
1890
|
-
if (Category.Length != 0) hash ^= Category.GetHashCode();
|
|
1891
1862
|
if (Name.Length != 0) hash ^= Name.GetHashCode();
|
|
1892
1863
|
if (ReverseName.Length != 0) hash ^= ReverseName.GetHashCode();
|
|
1893
1864
|
if (IconName.Length != 0) hash ^= IconName.GetHashCode();
|
|
1894
|
-
if (IsManual != false) hash ^= IsManual.GetHashCode();
|
|
1895
1865
|
if (startDate_ != null) hash ^= StartDate.GetHashCode();
|
|
1896
1866
|
if (endDate_ != null) hash ^= EndDate.GetHashCode();
|
|
1897
1867
|
if (Comments.Length != 0) hash ^= Comments.GetHashCode();
|
|
@@ -1922,40 +1892,32 @@ namespace Lansweeper.Diagrams.GRPC {
|
|
|
1922
1892
|
output.WriteRawTag(18);
|
|
1923
1893
|
output.WriteString(ToAssetUniqueKey);
|
|
1924
1894
|
}
|
|
1925
|
-
if (Category.Length != 0) {
|
|
1926
|
-
output.WriteRawTag(26);
|
|
1927
|
-
output.WriteString(Category);
|
|
1928
|
-
}
|
|
1929
1895
|
if (Name.Length != 0) {
|
|
1930
|
-
output.WriteRawTag(
|
|
1896
|
+
output.WriteRawTag(26);
|
|
1931
1897
|
output.WriteString(Name);
|
|
1932
1898
|
}
|
|
1933
1899
|
if (ReverseName.Length != 0) {
|
|
1934
|
-
output.WriteRawTag(
|
|
1900
|
+
output.WriteRawTag(34);
|
|
1935
1901
|
output.WriteString(ReverseName);
|
|
1936
1902
|
}
|
|
1937
1903
|
if (IconName.Length != 0) {
|
|
1938
|
-
output.WriteRawTag(
|
|
1904
|
+
output.WriteRawTag(42);
|
|
1939
1905
|
output.WriteString(IconName);
|
|
1940
1906
|
}
|
|
1941
|
-
if (IsManual != false) {
|
|
1942
|
-
output.WriteRawTag(56);
|
|
1943
|
-
output.WriteBool(IsManual);
|
|
1944
|
-
}
|
|
1945
1907
|
if (startDate_ != null) {
|
|
1946
|
-
output.WriteRawTag(
|
|
1908
|
+
output.WriteRawTag(50);
|
|
1947
1909
|
output.WriteMessage(StartDate);
|
|
1948
1910
|
}
|
|
1949
1911
|
if (endDate_ != null) {
|
|
1950
|
-
output.WriteRawTag(
|
|
1912
|
+
output.WriteRawTag(58);
|
|
1951
1913
|
output.WriteMessage(EndDate);
|
|
1952
1914
|
}
|
|
1953
1915
|
if (Comments.Length != 0) {
|
|
1954
|
-
output.WriteRawTag(
|
|
1916
|
+
output.WriteRawTag(66);
|
|
1955
1917
|
output.WriteString(Comments);
|
|
1956
1918
|
}
|
|
1957
1919
|
if (GenerationType.Length != 0) {
|
|
1958
|
-
output.WriteRawTag(
|
|
1920
|
+
output.WriteRawTag(74);
|
|
1959
1921
|
output.WriteString(GenerationType);
|
|
1960
1922
|
}
|
|
1961
1923
|
if (_unknownFields != null) {
|
|
@@ -1976,40 +1938,32 @@ namespace Lansweeper.Diagrams.GRPC {
|
|
|
1976
1938
|
output.WriteRawTag(18);
|
|
1977
1939
|
output.WriteString(ToAssetUniqueKey);
|
|
1978
1940
|
}
|
|
1979
|
-
if (Category.Length != 0) {
|
|
1980
|
-
output.WriteRawTag(26);
|
|
1981
|
-
output.WriteString(Category);
|
|
1982
|
-
}
|
|
1983
1941
|
if (Name.Length != 0) {
|
|
1984
|
-
output.WriteRawTag(
|
|
1942
|
+
output.WriteRawTag(26);
|
|
1985
1943
|
output.WriteString(Name);
|
|
1986
1944
|
}
|
|
1987
1945
|
if (ReverseName.Length != 0) {
|
|
1988
|
-
output.WriteRawTag(
|
|
1946
|
+
output.WriteRawTag(34);
|
|
1989
1947
|
output.WriteString(ReverseName);
|
|
1990
1948
|
}
|
|
1991
1949
|
if (IconName.Length != 0) {
|
|
1992
|
-
output.WriteRawTag(
|
|
1950
|
+
output.WriteRawTag(42);
|
|
1993
1951
|
output.WriteString(IconName);
|
|
1994
1952
|
}
|
|
1995
|
-
if (IsManual != false) {
|
|
1996
|
-
output.WriteRawTag(56);
|
|
1997
|
-
output.WriteBool(IsManual);
|
|
1998
|
-
}
|
|
1999
1953
|
if (startDate_ != null) {
|
|
2000
|
-
output.WriteRawTag(
|
|
1954
|
+
output.WriteRawTag(50);
|
|
2001
1955
|
output.WriteMessage(StartDate);
|
|
2002
1956
|
}
|
|
2003
1957
|
if (endDate_ != null) {
|
|
2004
|
-
output.WriteRawTag(
|
|
1958
|
+
output.WriteRawTag(58);
|
|
2005
1959
|
output.WriteMessage(EndDate);
|
|
2006
1960
|
}
|
|
2007
1961
|
if (Comments.Length != 0) {
|
|
2008
|
-
output.WriteRawTag(
|
|
1962
|
+
output.WriteRawTag(66);
|
|
2009
1963
|
output.WriteString(Comments);
|
|
2010
1964
|
}
|
|
2011
1965
|
if (GenerationType.Length != 0) {
|
|
2012
|
-
output.WriteRawTag(
|
|
1966
|
+
output.WriteRawTag(74);
|
|
2013
1967
|
output.WriteString(GenerationType);
|
|
2014
1968
|
}
|
|
2015
1969
|
if (_unknownFields != null) {
|
|
@@ -2028,9 +1982,6 @@ namespace Lansweeper.Diagrams.GRPC {
|
|
|
2028
1982
|
if (ToAssetUniqueKey.Length != 0) {
|
|
2029
1983
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(ToAssetUniqueKey);
|
|
2030
1984
|
}
|
|
2031
|
-
if (Category.Length != 0) {
|
|
2032
|
-
size += 1 + pb::CodedOutputStream.ComputeStringSize(Category);
|
|
2033
|
-
}
|
|
2034
1985
|
if (Name.Length != 0) {
|
|
2035
1986
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(Name);
|
|
2036
1987
|
}
|
|
@@ -2040,9 +1991,6 @@ namespace Lansweeper.Diagrams.GRPC {
|
|
|
2040
1991
|
if (IconName.Length != 0) {
|
|
2041
1992
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(IconName);
|
|
2042
1993
|
}
|
|
2043
|
-
if (IsManual != false) {
|
|
2044
|
-
size += 1 + 1;
|
|
2045
|
-
}
|
|
2046
1994
|
if (startDate_ != null) {
|
|
2047
1995
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(StartDate);
|
|
2048
1996
|
}
|
|
@@ -2073,9 +2021,6 @@ namespace Lansweeper.Diagrams.GRPC {
|
|
|
2073
2021
|
if (other.ToAssetUniqueKey.Length != 0) {
|
|
2074
2022
|
ToAssetUniqueKey = other.ToAssetUniqueKey;
|
|
2075
2023
|
}
|
|
2076
|
-
if (other.Category.Length != 0) {
|
|
2077
|
-
Category = other.Category;
|
|
2078
|
-
}
|
|
2079
2024
|
if (other.Name.Length != 0) {
|
|
2080
2025
|
Name = other.Name;
|
|
2081
2026
|
}
|
|
@@ -2085,9 +2030,6 @@ namespace Lansweeper.Diagrams.GRPC {
|
|
|
2085
2030
|
if (other.IconName.Length != 0) {
|
|
2086
2031
|
IconName = other.IconName;
|
|
2087
2032
|
}
|
|
2088
|
-
if (other.IsManual != false) {
|
|
2089
|
-
IsManual = other.IsManual;
|
|
2090
|
-
}
|
|
2091
2033
|
if (other.startDate_ != null) {
|
|
2092
2034
|
if (startDate_ == null) {
|
|
2093
2035
|
StartDate = new global::Google.Protobuf.WellKnownTypes.Timestamp();
|
|
@@ -2130,44 +2072,36 @@ namespace Lansweeper.Diagrams.GRPC {
|
|
|
2130
2072
|
break;
|
|
2131
2073
|
}
|
|
2132
2074
|
case 26: {
|
|
2133
|
-
Category = input.ReadString();
|
|
2134
|
-
break;
|
|
2135
|
-
}
|
|
2136
|
-
case 34: {
|
|
2137
2075
|
Name = input.ReadString();
|
|
2138
2076
|
break;
|
|
2139
2077
|
}
|
|
2140
|
-
case
|
|
2078
|
+
case 34: {
|
|
2141
2079
|
ReverseName = input.ReadString();
|
|
2142
2080
|
break;
|
|
2143
2081
|
}
|
|
2144
|
-
case
|
|
2082
|
+
case 42: {
|
|
2145
2083
|
IconName = input.ReadString();
|
|
2146
2084
|
break;
|
|
2147
2085
|
}
|
|
2148
|
-
case
|
|
2149
|
-
IsManual = input.ReadBool();
|
|
2150
|
-
break;
|
|
2151
|
-
}
|
|
2152
|
-
case 66: {
|
|
2086
|
+
case 50: {
|
|
2153
2087
|
if (startDate_ == null) {
|
|
2154
2088
|
StartDate = new global::Google.Protobuf.WellKnownTypes.Timestamp();
|
|
2155
2089
|
}
|
|
2156
2090
|
input.ReadMessage(StartDate);
|
|
2157
2091
|
break;
|
|
2158
2092
|
}
|
|
2159
|
-
case
|
|
2093
|
+
case 58: {
|
|
2160
2094
|
if (endDate_ == null) {
|
|
2161
2095
|
EndDate = new global::Google.Protobuf.WellKnownTypes.Timestamp();
|
|
2162
2096
|
}
|
|
2163
2097
|
input.ReadMessage(EndDate);
|
|
2164
2098
|
break;
|
|
2165
2099
|
}
|
|
2166
|
-
case
|
|
2100
|
+
case 66: {
|
|
2167
2101
|
Comments = input.ReadString();
|
|
2168
2102
|
break;
|
|
2169
2103
|
}
|
|
2170
|
-
case
|
|
2104
|
+
case 74: {
|
|
2171
2105
|
GenerationType = input.ReadString();
|
|
2172
2106
|
break;
|
|
2173
2107
|
}
|
|
@@ -2195,44 +2129,36 @@ namespace Lansweeper.Diagrams.GRPC {
|
|
|
2195
2129
|
break;
|
|
2196
2130
|
}
|
|
2197
2131
|
case 26: {
|
|
2198
|
-
Category = input.ReadString();
|
|
2199
|
-
break;
|
|
2200
|
-
}
|
|
2201
|
-
case 34: {
|
|
2202
2132
|
Name = input.ReadString();
|
|
2203
2133
|
break;
|
|
2204
2134
|
}
|
|
2205
|
-
case
|
|
2135
|
+
case 34: {
|
|
2206
2136
|
ReverseName = input.ReadString();
|
|
2207
2137
|
break;
|
|
2208
2138
|
}
|
|
2209
|
-
case
|
|
2139
|
+
case 42: {
|
|
2210
2140
|
IconName = input.ReadString();
|
|
2211
2141
|
break;
|
|
2212
2142
|
}
|
|
2213
|
-
case
|
|
2214
|
-
IsManual = input.ReadBool();
|
|
2215
|
-
break;
|
|
2216
|
-
}
|
|
2217
|
-
case 66: {
|
|
2143
|
+
case 50: {
|
|
2218
2144
|
if (startDate_ == null) {
|
|
2219
2145
|
StartDate = new global::Google.Protobuf.WellKnownTypes.Timestamp();
|
|
2220
2146
|
}
|
|
2221
2147
|
input.ReadMessage(StartDate);
|
|
2222
2148
|
break;
|
|
2223
2149
|
}
|
|
2224
|
-
case
|
|
2150
|
+
case 58: {
|
|
2225
2151
|
if (endDate_ == null) {
|
|
2226
2152
|
EndDate = new global::Google.Protobuf.WellKnownTypes.Timestamp();
|
|
2227
2153
|
}
|
|
2228
2154
|
input.ReadMessage(EndDate);
|
|
2229
2155
|
break;
|
|
2230
2156
|
}
|
|
2231
|
-
case
|
|
2157
|
+
case 66: {
|
|
2232
2158
|
Comments = input.ReadString();
|
|
2233
2159
|
break;
|
|
2234
2160
|
}
|
|
2235
|
-
case
|
|
2161
|
+
case 74: {
|
|
2236
2162
|
GenerationType = input.ReadString();
|
|
2237
2163
|
break;
|
|
2238
2164
|
}
|
|
Binary file
|
|
Binary file
|
|
@@ -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.
|
|
8
|
+
"version": "0.0.24",
|
|
9
9
|
"restore": {
|
|
10
10
|
"projectUniqueName": "/home/circleci/project/packages/diagrams/grpc/Lansweeper.Diagrams.GRPC.csproj",
|
|
11
11
|
"projectName": "Lansweeper.Diagrams.GRPC",
|
package/obj/project.assets.json
CHANGED
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
"/home/circleci/.nuget/packages/": {}
|
|
306
306
|
},
|
|
307
307
|
"project": {
|
|
308
|
-
"version": "0.0.
|
|
308
|
+
"version": "0.0.24",
|
|
309
309
|
"restore": {
|
|
310
310
|
"projectUniqueName": "/home/circleci/project/packages/diagrams/grpc/Lansweeper.Diagrams.GRPC.csproj",
|
|
311
311
|
"projectName": "Lansweeper.Diagrams.GRPC",
|
package/obj/project.nuget.cache
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 2,
|
|
3
|
-
"dgSpecHash": "
|
|
3
|
+
"dgSpecHash": "mATW5o/GSRoJJdq5sE1MOwmR6+f5vQWSRqBBYSDDWD1938RUrnd2lja8W2AdwCy01xM9I+nSdeILW8NLjwywjQ==",
|
|
4
4
|
"success": true,
|
|
5
5
|
"projectFilePath": "/home/circleci/project/packages/diagrams/grpc/Lansweeper.Diagrams.GRPC.csproj",
|
|
6
6
|
"expectedPackageFiles": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/diagrams-grpc",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.25",
|
|
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": "
|
|
15
|
+
"gitHead": "9ed1dcbed6abff392902aba1b2d829163aaf018c"
|
|
16
16
|
}
|
package/proto/diagrams.proto
CHANGED
|
@@ -59,15 +59,13 @@ message Error {
|
|
|
59
59
|
message Relationship {
|
|
60
60
|
string from_asset_unique_key = 1;
|
|
61
61
|
string to_asset_unique_key = 2;
|
|
62
|
-
string
|
|
63
|
-
string
|
|
64
|
-
string
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
string comments = 10;
|
|
70
|
-
string generation_type = 11;
|
|
62
|
+
string name = 3;
|
|
63
|
+
string reverse_name = 4;
|
|
64
|
+
string icon_name = 5;
|
|
65
|
+
google.protobuf.Timestamp start_date = 6;
|
|
66
|
+
google.protobuf.Timestamp end_date = 7;
|
|
67
|
+
string comments = 8;
|
|
68
|
+
string generation_type = 9;
|
|
71
69
|
}
|
|
72
70
|
|
|
73
71
|
message AssetType {
|