@lansweeper/scanningconfig-grpc 0.2.8 → 0.3.1
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/.ignorecompat +0 -0
- package/CHANGELOG.md +41 -0
- package/Lansweeper.ScanningConfig.GRPC.csproj +4 -3
- package/bin/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.deps.json +2 -2
- package/bin/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.dll +0 -0
- package/bin/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.pdb +0 -0
- package/bin/Debug/net6.0/ref/Lansweeper.ScanningConfig.GRPC.dll +0 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/scanningconfig_grpc_pb.d.ts +1 -0
- package/gen-proto/scanningconfig_grpc_pb.js +1 -0
- package/gen-proto/scanningconfig_pb.d.ts +791 -0
- package/gen-proto/scanningconfig_pb.js +7868 -1783
- package/generated-go/scanningconfig.pb.go +2629 -315
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.AssemblyInfo.cs +3 -3
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.AssemblyInfoInputs.cache +1 -1
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.dll +0 -0
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.pdb +0 -0
- package/obj/Debug/net6.0/dfe805b7589f203f_scanningconfig.protodep +2 -1
- package/obj/Debug/net6.0/proto/Scanningconfig.cs +6710 -78
- package/obj/Debug/net6.0/ref/Lansweeper.ScanningConfig.GRPC.dll +0 -0
- package/obj/Lansweeper.ScanningConfig.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/scanningconfig.proto +152 -4
package/.ignorecompat
ADDED
|
File without changes
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,47 @@
|
|
|
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.3.1](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.3.0...@lansweeper/scanningconfig-grpc@0.3.1) (2024-12-23)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* adding ignorecompat as the fields are not yet used ([6acf23a](https://github.com/Lansweeper/lansweeperapis/commit/6acf23a7d7c1a6a9928bf7c5424414c2ed83f400))
|
|
12
|
+
* making the fields optional ([b4e4f0c](https://github.com/Lansweeper/lansweeperapis/commit/b4e4f0c9c14415beeae95a022ff5f8277d9d3d2a))
|
|
13
|
+
* making the project nullable ([b1d8080](https://github.com/Lansweeper/lansweeperapis/commit/b1d8080092846e2991ebcbd1a94c896eed7e6ed7))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
# [0.3.0](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.2.8...@lansweeper/scanningconfig-grpc@0.3.0) (2024-12-12)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* added extra (auto) update settings ([062ec9a](https://github.com/Lansweeper/lansweeperapis/commit/062ec9a362bde42323b1bd3db7750ebcdecc143e))
|
|
25
|
+
* added extra (auto) update settings ([21fafc0](https://github.com/Lansweeper/lansweeperapis/commit/21fafc09bbd932be783c5ae2186b587350dd681e))
|
|
26
|
+
* adding all the application settings, first draft ([cc076dd](https://github.com/Lansweeper/lansweeperapis/commit/cc076ddfc682f407f4cbe1e25bfad404d6086982))
|
|
27
|
+
* adding network settings ([41360cc](https://github.com/Lansweeper/lansweeperapis/commit/41360ccbc7bd8b579c73ae0fa91bcd4ba58b4f27))
|
|
28
|
+
* cleanup ([80205af](https://github.com/Lansweeper/lansweeperapis/commit/80205af87d63b1b39ddd05f555650f357089a64f))
|
|
29
|
+
* cleanup ([0cf716c](https://github.com/Lansweeper/lansweeperapis/commit/0cf716cc3f8d60271067359699b4e361c9f5ea08))
|
|
30
|
+
* cleanup ([1373c32](https://github.com/Lansweeper/lansweeperapis/commit/1373c32b3a27968ac4bb3a9ec5774c3f503f6e61))
|
|
31
|
+
* reworked network visibility objects ([bb5b184](https://github.com/Lansweeper/lansweeperapis/commit/bb5b184824a3627ea809cef6711ed4f9ede98f90))
|
|
32
|
+
* some cleanup ([57be198](https://github.com/Lansweeper/lansweeperapis/commit/57be1982b412001e0c435b6c2452dabca6100297))
|
|
33
|
+
* some cleanup ([f2ad350](https://github.com/Lansweeper/lansweeperapis/commit/f2ad350ddfc9ea54bfa176e1895947e7872cee55))
|
|
34
|
+
* some cleanup ([dc40a1b](https://github.com/Lansweeper/lansweeperapis/commit/dc40a1b2824c00392cf5c28794ee4ee726633630))
|
|
35
|
+
* some cleanup ([5756060](https://github.com/Lansweeper/lansweeperapis/commit/5756060b670c2c3d7122f86578370e9fe3026483))
|
|
36
|
+
* some cleanup ([3722c89](https://github.com/Lansweeper/lansweeperapis/commit/3722c89b99a75e4d40b358d58836931e4727ebb9))
|
|
37
|
+
* some cleanup ([68582e6](https://github.com/Lansweeper/lansweeperapis/commit/68582e69e908a881b7c595727ebaba2fd56f9879))
|
|
38
|
+
* some cleanup ([2916cd6](https://github.com/Lansweeper/lansweeperapis/commit/2916cd69b615107039deb39fc42881eb6fc23a84))
|
|
39
|
+
* some cleanup ([3becf8c](https://github.com/Lansweeper/lansweeperapis/commit/3becf8c07df8142d115932d1263ade001ae102d7))
|
|
40
|
+
* some cleanup ([b66a762](https://github.com/Lansweeper/lansweeperapis/commit/b66a7626775aa2dcc375e320f92625c3c12d6f7b))
|
|
41
|
+
* updating smart polling in the notifications ([6116f72](https://github.com/Lansweeper/lansweeperapis/commit/6116f727b95a6d342872121bd29c8465a66eb99f))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
6
47
|
## [0.2.8](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.2.7...@lansweeper/scanningconfig-grpc@0.2.8) (2024-11-19)
|
|
7
48
|
|
|
8
49
|
**Note:** Version bump only for package @lansweeper/scanningconfig-grpc
|
|
@@ -7,10 +7,11 @@
|
|
|
7
7
|
<Company>Lansweeper</Company>
|
|
8
8
|
<Product>Lansweeper ScanningConfig model/proto</Product>
|
|
9
9
|
<Copyright>Lansweeper</Copyright>
|
|
10
|
-
<PackageVersion>0.
|
|
11
|
-
<Version>0.
|
|
12
|
-
<FileVersion>0.
|
|
10
|
+
<PackageVersion>0.3.0</PackageVersion>
|
|
11
|
+
<Version>0.3.0</Version>
|
|
12
|
+
<FileVersion>0.3.0</FileVersion>
|
|
13
13
|
<RepositoryUrl>https://github.com/Lansweeper/lansweeperapis</RepositoryUrl>
|
|
14
|
+
<Nullable>enable</Nullable>
|
|
14
15
|
</PropertyGroup>
|
|
15
16
|
<ItemGroup>
|
|
16
17
|
<None Remove="proto\scanningconfig.proto"/>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v6.0": {
|
|
9
|
-
"Lansweeper.ScanningConfig.GRPC/0.
|
|
9
|
+
"Lansweeper.ScanningConfig.GRPC/0.3.0": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Google.Protobuf": "3.22.0",
|
|
12
12
|
"Grpc.Core": "2.46.6",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
81
|
"libraries": {
|
|
82
|
-
"Lansweeper.ScanningConfig.GRPC/0.
|
|
82
|
+
"Lansweeper.ScanningConfig.GRPC/0.3.0": {
|
|
83
83
|
"type": "project",
|
|
84
84
|
"serviceable": false,
|
|
85
85
|
"sha512": ""
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/gen-proto/image.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":[{"name":"proto/scanningconfig.proto","package":"lansweeper.scanningconfig.v1","messageType":[{"name":"GetConfigurationsBySourceRequest","field":[{"name":"source_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sourceId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"GetConfigurationsBySourceResponse","field":[{"name":"configs","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Component","jsonName":"configs"}]},{"name":"Component","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Component.ComponentType","jsonName":"type"},{"name":"actions","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Action","jsonName":"actions"},{"name":"op_config","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.OperationalConfig","oneofIndex":0,"jsonName":"opConfig","proto3Optional":true},{"name":"enabled","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"}],"enumType":[{"name":"ComponentType","value":[{"name":"UNSPECIFIED","number":0},{"name":"AGENT","number":1},{"name":"IT_SENSOR","number":2},{"name":"IT_HUB","number":3},{"name":"OT_SENSOR","number":4}]}],"oneofDecl":[{"name":"_op_config"}]},{"name":"AssetRadar","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"},{"name":"excluded_interfaces","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"excludedInterfaces"}],"options":{"deprecated":true}},{"name":"NetworkVisibility","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"},{"name":"excluded_interfaces","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"excludedInterfaces"}]},{"name":"AutoUpdate","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"},{"name":"schedule","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"schedule"}]},{"name":"OperationalConfig","field":[{"name":"asset_radar_config","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.AssetRadar","oneofIndex":0,"jsonName":"assetRadarConfig","options":{"deprecated":true},"proto3Optional":true},{"name":"auto_update_config","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.AutoUpdate","oneofIndex":1,"jsonName":"autoUpdateConfig","proto3Optional":true},{"name":"network_visibility_config","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.NetworkVisibility","oneofIndex":2,"jsonName":"networkVisibilityConfig","proto3Optional":true}],"oneofDecl":[{"name":"_asset_radar_config"},{"name":"_auto_update_config"},{"name":"_network_visibility_config"}]},{"name":"Trigger","field":[{"name":"cron_expr","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"cronExpr"},{"name":"name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"}]},{"name":"Action","field":[{"name":"triggers","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Trigger","jsonName":"triggers"},{"name":"action_type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Action.ActionType","jsonName":"actionType"},{"name":"credentials","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Credential","jsonName":"credentials"},{"name":"agent","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Agent","oneofIndex":0,"jsonName":"agent","options":{"deprecated":true}},{"name":"agentless","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Agentless","oneofIndex":0,"jsonName":"agentless","options":{"deprecated":true}},{"name":"action_definition","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ActionDefinition","jsonName":"actionDefinition"},{"name":"id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"name","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"}],"enumType":[{"name":"ActionType","value":[{"name":"UNSPECIFIED","number":0},{"name":"AGENT","number":1},{"name":"AGENTLESS","number":2}]}],"oneofDecl":[{"name":"definition"}]},{"name":"Agentless","field":[{"name":"targets","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"targets"}]},{"name":"ActionDefinition","field":[{"name":"scan_focus","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.ActionDefinition.ScanFocus","oneofIndex":0,"jsonName":"scanFocus","proto3Optional":true},{"name":"targets","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"targets","options":{"deprecated":true}},{"name":"exclusions","number":3,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"exclusions"},{"name":"targets_data","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.TargetData","jsonName":"targetsData"}],"enumType":[{"name":"ScanFocus","value":[{"name":"ALL","number":0},{"name":"USERS","number":1},{"name":"INVENTORY","number":2}]}],"oneofDecl":[{"name":"_scan_focus"}]},{"name":"TargetData","field":[{"name":"type","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.TargetData.TargetType","jsonName":"type"},{"name":"ip_scan_data","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.IPScanData","oneofIndex":0,"jsonName":"ipScanData"},{"name":"ad_data","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ADData","oneofIndex":0,"jsonName":"adData"},{"name":"target","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","oneofIndex":0,"jsonName":"target","options":{"deprecated":true}},{"name":"sccm_data","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.SCCMData","oneofIndex":0,"jsonName":"sccmData"}],"enumType":[{"name":"TargetType","value":[{"name":"UNKNOWN_TARGET_TYPE","number":0},{"name":"IP_SCAN","number":1},{"name":"SCCM","number":2},{"name":"AD","number":3}]}],"oneofDecl":[{"name":"info"}]},{"name":"SCCMData","field":[{"name":"target","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"target"}]},{"name":"IPScanData","field":[{"name":"type","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.IPScanType","jsonName":"type"},{"name":"target","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"target"},{"name":"ping","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.IPScanPing","oneofIndex":0,"jsonName":"ping","proto3Optional":true}],"oneofDecl":[{"name":"_ping"}]},{"name":"IPScanPing","field":[{"name":"use_ping","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"usePing"},{"name":"ping_timeout","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"pingTimeout"},{"name":"keep_no_answer_scan","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"keepNoAnswerScan"}]},{"name":"ADData","field":[{"name":"name","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"adsi_filter","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"adsiFilter"},{"name":"domain","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"domain"},{"name":"computer_scan","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"computerScan"},{"name":"user_group_scan","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"userGroupScan"},{"name":"ldap_type","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.ADData.LDAPType","jsonName":"ldapType"},{"name":"port","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"port"},{"name":"adsi_path","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"adsiPath"}],"enumType":[{"name":"LDAPType","value":[{"name":"UNKNOWN_LDAP_TYPE","number":0},{"name":"LDAP","number":1},{"name":"LDAPS","number":2}]}]},{"name":"Agent","field":[{"name":"scan_focus","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Agent.ScanFocus","jsonName":"scanFocus"}],"enumType":[{"name":"ScanFocus","value":[{"name":"ALL","number":0},{"name":"USERS","number":1},{"name":"INVENTORY","number":2}]}]},{"name":"Credential","field":[{"name":"type","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Credential.CredentialType","jsonName":"type","options":{"deprecated":true}},{"name":"id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"order","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"order"}],"enumType":[{"name":"CredentialType","value":[{"name":"UNSPECIFIED","number":0}]}]}],"enumType":[{"name":"IPScanType","value":[{"name":"UNKNOWN_IP_SCAN_TYPE","number":0},{"name":"RANGE","number":1},{"name":"HOST","number":2}]}],"service":[{"name":"ScanningConfigService","method":[{"name":"GetConfigurationsBySource","inputType":".lansweeper.scanningconfig.v1.GetConfigurationsBySourceRequest","outputType":".lansweeper.scanningconfig.v1.GetConfigurationsBySourceResponse","options":{}}]}],"options":{"goPackage":"./generated-go"},"sourceCodeInfo":{"location":[{"span":[0,0,172,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,37]},{"path":[8],"span":[3,0,37]},{"path":[8,11],"span":[3,0,37]},{"path":[6,0],"span":[5,0,7,1]},{"path":[6,0,1],"span":[5,8,29]},{"path":[6,0,2,0],"span":[6,2,112]},{"path":[6,0,2,0,1],"span":[6,6,31]},{"path":[6,0,2,0,2],"span":[6,32,64]},{"path":[6,0,2,0,3],"span":[6,75,108]},{"path":[4,0],"span":[9,0,12,1]},{"path":[4,0,1],"span":[9,8,40]},{"path":[4,0,2,0],"span":[10,2,23]},{"path":[4,0,2,0,5],"span":[10,2,8]},{"path":[4,0,2,0,1],"span":[10,9,18]},{"path":[4,0,2,0,3],"span":[10,21,22]},{"path":[4,0,2,1],"span":[11,2,21]},{"path":[4,0,2,1,5],"span":[11,2,8]},{"path":[4,0,2,1,1],"span":[11,9,16]},{"path":[4,0,2,1,3],"span":[11,19,20]},{"path":[4,1],"span":[14,0,16,1]},{"path":[4,1,1],"span":[14,8,41]},{"path":[4,1,2,0],"span":[15,2,33]},{"path":[4,1,2,0,4],"span":[15,2,10]},{"path":[4,1,2,0,6],"span":[15,11,20]},{"path":[4,1,2,0,1],"span":[15,21,28]},{"path":[4,1,2,0,3],"span":[15,31,32]},{"path":[4,2],"span":[18,0,32,1]},{"path":[4,2,1],"span":[18,8,17]},{"path":[4,2,4,0],"span":[19,2,25,3]},{"path":[4,2,4,0,1],"span":[19,7,20]},{"path":[4,2,4,0,2,0],"span":[20,4,20]},{"path":[4,2,4,0,2,0,1],"span":[20,4,15]},{"path":[4,2,4,0,2,0,2],"span":[20,18,19]},{"path":[4,2,4,0,2,1],"span":[21,4,14]},{"path":[4,2,4,0,2,1,1],"span":[21,4,9]},{"path":[4,2,4,0,2,1,2],"span":[21,12,13]},{"path":[4,2,4,0,2,2],"span":[22,4,18]},{"path":[4,2,4,0,2,2,1],"span":[22,4,13]},{"path":[4,2,4,0,2,2,2],"span":[22,16,17]},{"path":[4,2,4,0,2,3],"span":[23,4,15]},{"path":[4,2,4,0,2,3,1],"span":[23,4,10]},{"path":[4,2,4,0,2,3,2],"span":[23,13,14]},{"path":[4,2,4,0,2,4],"span":[24,4,18]},{"path":[4,2,4,0,2,4,1],"span":[24,4,13]},{"path":[4,2,4,0,2,4,2],"span":[24,16,17]},{"path":[4,2,2,0],"span":[27,2,16]},{"path":[4,2,2,0,5],"span":[27,2,8]},{"path":[4,2,2,0,1],"span":[27,9,11]},{"path":[4,2,2,0,3],"span":[27,14,15]},{"path":[4,2,2,1],"span":[28,2,25]},{"path":[4,2,2,1,6],"span":[28,2,15]},{"path":[4,2,2,1,1],"span":[28,16,20]},{"path":[4,2,2,1,3],"span":[28,23,24]},{"path":[4,2,2,2],"span":[29,2,30]},{"path":[4,2,2,2,4],"span":[29,2,10]},{"path":[4,2,2,2,6],"span":[29,11,17]},{"path":[4,2,2,2,1],"span":[29,18,25]},{"path":[4,2,2,2,3],"span":[29,28,29]},{"path":[4,2,2,3],"span":[30,2,43]},{"path":[4,2,2,3,4],"span":[30,2,10]},{"path":[4,2,2,3,6],"span":[30,11,28]},{"path":[4,2,2,3,1],"span":[30,29,38]},{"path":[4,2,2,3,3],"span":[30,41,42]},{"path":[4,2,2,4],"span":[31,2,19]},{"path":[4,2,2,4,5],"span":[31,2,6]},{"path":[4,2,2,4,1],"span":[31,7,14]},{"path":[4,2,2,4,3],"span":[31,17,18]},{"path":[4,3],"span":[36,0,40,1]},{"path":[4,3,1],"span":[36,8,18]},{"path":[4,3,7],"span":[37,2,27]},{"path":[4,3,7,3],"span":[37,2,27]},{"path":[4,3,2,0],"span":[38,2,19]},{"path":[4,3,2,0,5],"span":[38,2,6]},{"path":[4,3,2,0,1],"span":[38,7,14]},{"path":[4,3,2,0,3],"span":[38,17,18]},{"path":[4,3,2,1],"span":[39,2,42]},{"path":[4,3,2,1,4],"span":[39,2,10]},{"path":[4,3,2,1,5],"span":[39,11,17]},{"path":[4,3,2,1,1],"span":[39,18,37]},{"path":[4,3,2,1,3],"span":[39,40,41]},{"path":[4,4],"span":[42,0,45,1]},{"path":[4,4,1],"span":[42,8,25]},{"path":[4,4,2,0],"span":[43,2,19]},{"path":[4,4,2,0,5],"span":[43,2,6]},{"path":[4,4,2,0,1],"span":[43,7,14]},{"path":[4,4,2,0,3],"span":[43,17,18]},{"path":[4,4,2,1],"span":[44,2,42]},{"path":[4,4,2,1,4],"span":[44,2,10]},{"path":[4,4,2,1,5],"span":[44,11,17]},{"path":[4,4,2,1,1],"span":[44,18,37]},{"path":[4,4,2,1,3],"span":[44,40,41]},{"path":[4,5],"span":[46,0,49,1]},{"path":[4,5,1],"span":[46,8,18]},{"path":[4,5,2,0],"span":[47,2,19]},{"path":[4,5,2,0,5],"span":[47,2,6]},{"path":[4,5,2,0,1],"span":[47,7,14]},{"path":[4,5,2,0,3],"span":[47,17,18]},{"path":[4,5,2,1],"span":[48,2,22]},{"path":[4,5,2,1,5],"span":[48,2,8]},{"path":[4,5,2,1,1],"span":[48,9,17]},{"path":[4,5,2,1,3],"span":[48,20,21]},{"path":[4,6],"span":[51,0,55,1]},{"path":[4,6,1],"span":[51,8,25]},{"path":[4,6,2,0],"span":[52,2,65]},{"path":[4,6,2,0,4],"span":[52,2,10]},{"path":[4,6,2,0,6],"span":[52,11,21]},{"path":[4,6,2,0,1],"span":[52,22,40]},{"path":[4,6,2,0,3],"span":[52,43,44]},{"path":[4,6,2,0,8],"span":[52,45,64]},{"path":[4,6,2,0,8,3],"span":[52,46,63]},{"path":[4,6,2,1],"span":[53,2,45]},{"path":[4,6,2,1,4],"span":[53,2,10]},{"path":[4,6,2,1,6],"span":[53,11,21]},{"path":[4,6,2,1,1],"span":[53,22,40]},{"path":[4,6,2,1,3],"span":[53,43,44]},{"path":[4,6,2,2],"span":[54,2,59]},{"path":[4,6,2,2,4],"span":[54,2,10]},{"path":[4,6,2,2,6],"span":[54,11,28]},{"path":[4,6,2,2,1],"span":[54,29,54]},{"path":[4,6,2,2,3],"span":[54,57,58]},{"path":[4,7],"span":[57,0,60,1]},{"path":[4,7,1],"span":[57,8,15]},{"path":[4,7,2,0],"span":[58,2,22]},{"path":[4,7,2,0,5],"span":[58,2,8]},{"path":[4,7,2,0,1],"span":[58,9,18]},{"path":[4,7,2,0,3],"span":[58,20,21]},{"path":[4,7,2,1],"span":[59,2,18]},{"path":[4,7,2,1,5],"span":[59,2,8]},{"path":[4,7,2,1,1],"span":[59,9,13]},{"path":[4,7,2,1,3],"span":[59,16,17]},{"path":[4,8],"span":[62,0,79,1]},{"path":[4,8,1],"span":[62,8,14]},{"path":[4,8,4,0],"span":[63,2,67,3]},{"path":[4,8,4,0,1],"span":[63,7,17]},{"path":[4,8,4,0,2,0],"span":[64,4,20]},{"path":[4,8,4,0,2,0,1],"span":[64,4,15]},{"path":[4,8,4,0,2,0,2],"span":[64,18,19]},{"path":[4,8,4,0,2,1],"span":[65,4,14]},{"path":[4,8,4,0,2,1,1],"span":[65,4,9]},{"path":[4,8,4,0,2,1,2],"span":[65,12,13]},{"path":[4,8,4,0,2,2],"span":[66,4,18]},{"path":[4,8,4,0,2,2,1],"span":[66,4,13]},{"path":[4,8,4,0,2,2,2],"span":[66,16,17]},{"path":[4,8,2,0],"span":[69,2,32]},{"path":[4,8,2,0,4],"span":[69,2,10]},{"path":[4,8,2,0,6],"span":[69,11,18]},{"path":[4,8,2,0,1],"span":[69,19,27]},{"path":[4,8,2,0,3],"span":[69,30,31]},{"path":[4,8,2,1],"span":[70,2,29]},{"path":[4,8,2,1,6],"span":[70,2,12]},{"path":[4,8,2,1,1],"span":[70,13,24]},{"path":[4,8,2,1,3],"span":[70,27,28]},{"path":[4,8,2,2],"span":[71,2,38]},{"path":[4,8,2,2,4],"span":[71,2,10]},{"path":[4,8,2,2,6],"span":[71,11,21]},{"path":[4,8,2,2,1],"span":[71,22,33]},{"path":[4,8,2,2,3],"span":[71,36,37]},{"path":[4,8,8,0],"span":[72,2,75,3]},{"path":[4,8,8,0,1],"span":[72,8,18]},{"path":[4,8,2,3],"span":[73,4,40]},{"path":[4,8,2,3,6],"span":[73,4,9]},{"path":[4,8,2,3,1],"span":[73,10,15]},{"path":[4,8,2,3,3],"span":[73,18,19]},{"path":[4,8,2,3,8],"span":[73,20,39]},{"path":[4,8,2,3,8,3],"span":[73,21,38]},{"path":[4,8,2,4],"span":[74,4,48]},{"path":[4,8,2,4,6],"span":[74,4,13]},{"path":[4,8,2,4,1],"span":[74,14,23]},{"path":[4,8,2,4,3],"span":[74,26,27]},{"path":[4,8,2,4,8],"span":[74,28,47]},{"path":[4,8,2,4,8,3],"span":[74,29,46]},{"path":[4,8,2,5],"span":[76,2,41]},{"path":[4,8,2,5,6],"span":[76,2,18]},{"path":[4,8,2,5,1],"span":[76,19,36]},{"path":[4,8,2,5,3],"span":[76,39,40]},{"path":[4,8,2,6],"span":[77,2,16]},{"path":[4,8,2,6,5],"span":[77,2,8]},{"path":[4,8,2,6,1],"span":[77,9,11]},{"path":[4,8,2,6,3],"span":[77,14,15]},{"path":[4,8,2,7],"span":[78,2,18]},{"path":[4,8,2,7,5],"span":[78,2,8]},{"path":[4,8,2,7,1],"span":[78,9,13]},{"path":[4,8,2,7,3],"span":[78,16,17]},{"path":[4,9],"span":[81,0,83,1]},{"path":[4,9,1],"span":[81,8,17]},{"path":[4,9,2,0],"span":[82,2,30]},{"path":[4,9,2,0,4],"span":[82,2,10]},{"path":[4,9,2,0,5],"span":[82,11,17]},{"path":[4,9,2,0,1],"span":[82,18,25]},{"path":[4,9,2,0,3],"span":[82,28,29]},{"path":[4,10],"span":[85,0,97,1]},{"path":[4,10,1],"span":[85,8,24]},{"path":[4,10,4,0],"span":[87,2,91,3]},{"path":[4,10,4,0,1],"span":[87,7,16]},{"path":[4,10,4,0,2,0],"span":[88,4,12]},{"path":[4,10,4,0,2,0,1],"span":[88,4,7]},{"path":[4,10,4,0,2,0,2],"span":[88,10,11]},{"path":[4,10,4,0,2,1],"span":[89,4,14]},{"path":[4,10,4,0,2,1,1],"span":[89,4,9]},{"path":[4,10,4,0,2,1,2],"span":[89,12,13]},{"path":[4,10,4,0,2,2],"span":[90,4,18]},{"path":[4,10,4,0,2,2,1],"span":[90,4,13]},{"path":[4,10,4,0,2,2,2],"span":[90,16,17]},{"path":[4,10,2,0],"span":[93,2,36]},{"path":[4,10,2,0,4],"span":[93,2,10]},{"path":[4,10,2,0,6],"span":[93,11,20]},{"path":[4,10,2,0,1],"span":[93,21,31]},{"path":[4,10,2,0,3],"span":[93,34,35]},{"path":[4,10,2,1],"span":[94,2,48]},{"path":[4,10,2,1,4],"span":[94,2,10]},{"path":[4,10,2,1,5],"span":[94,11,17]},{"path":[4,10,2,1,1],"span":[94,18,25]},{"path":[4,10,2,1,3],"span":[94,28,29]},{"path":[4,10,2,1,8],"span":[94,30,47]},{"path":[4,10,2,1,8,3],"span":[94,31,46]},{"path":[4,10,2,2],"span":[95,2,33]},{"path":[4,10,2,2,4],"span":[95,2,10]},{"path":[4,10,2,2,5],"span":[95,11,17]},{"path":[4,10,2,2,1],"span":[95,18,28]},{"path":[4,10,2,2,3],"span":[95,31,32]},{"path":[4,10,2,3],"span":[96,2,39]},{"path":[4,10,2,3,4],"span":[96,2,10]},{"path":[4,10,2,3,6],"span":[96,11,21]},{"path":[4,10,2,3,1],"span":[96,22,34]},{"path":[4,10,2,3,3],"span":[96,37,38]},{"path":[5,0],"span":[99,0,103,1]},{"path":[5,0,1],"span":[99,5,15]},{"path":[5,0,2,0],"span":[100,2,27]},{"path":[5,0,2,0,1],"span":[100,2,22]},{"path":[5,0,2,0,2],"span":[100,25,26]},{"path":[5,0,2,1],"span":[101,2,12]},{"path":[5,0,2,1,1],"span":[101,2,7]},{"path":[5,0,2,1,2],"span":[101,10,11]},{"path":[5,0,2,2],"span":[102,2,11]},{"path":[5,0,2,2,1],"span":[102,2,6]},{"path":[5,0,2,2,2],"span":[102,9,10]},{"path":[4,11],"span":[105,0,119,1]},{"path":[4,11,1],"span":[105,8,18]},{"path":[4,11,4,0],"span":[106,2,111,3]},{"path":[4,11,4,0,1],"span":[106,7,17]},{"path":[4,11,4,0,2,0],"span":[107,4,28]},{"path":[4,11,4,0,2,0,1],"span":[107,4,23]},{"path":[4,11,4,0,2,0,2],"span":[107,26,27]},{"path":[4,11,4,0,2,1],"span":[108,4,16]},{"path":[4,11,4,0,2,1,1],"span":[108,4,11]},{"path":[4,11,4,0,2,1,2],"span":[108,14,15]},{"path":[4,11,4,0,2,2],"span":[109,4,13]},{"path":[4,11,4,0,2,2,1],"span":[109,4,8]},{"path":[4,11,4,0,2,2,2],"span":[109,11,12]},{"path":[4,11,4,0,2,3],"span":[110,4,11]},{"path":[4,11,4,0,2,3,1],"span":[110,4,6]},{"path":[4,11,4,0,2,3,2],"span":[110,9,10]},{"path":[4,11,2,0],"span":[112,2,22]},{"path":[4,11,2,0,6],"span":[112,2,12]},{"path":[4,11,2,0,1],"span":[112,13,17]},{"path":[4,11,2,0,3],"span":[112,20,21]},{"path":[4,11,8,0],"span":[113,2,118,3]},{"path":[4,11,8,0,1],"span":[113,8,12]},{"path":[4,11,2,1],"span":[114,4,32]},{"path":[4,11,2,1,6],"span":[114,4,14]},{"path":[4,11,2,1,1],"span":[114,15,27]},{"path":[4,11,2,1,3],"span":[114,30,31]},{"path":[4,11,2,2],"span":[115,4,23]},{"path":[4,11,2,2,6],"span":[115,4,10]},{"path":[4,11,2,2,1],"span":[115,11,18]},{"path":[4,11,2,2,3],"span":[115,21,22]},{"path":[4,11,2,3],"span":[116,4,40]},{"path":[4,11,2,3,5],"span":[116,4,10]},{"path":[4,11,2,3,1],"span":[116,11,17]},{"path":[4,11,2,3,3],"span":[116,20,21]},{"path":[4,11,2,3,8],"span":[116,22,39]},{"path":[4,11,2,3,8,3],"span":[116,23,38]},{"path":[4,11,2,4],"span":[117,4,27]},{"path":[4,11,2,4,6],"span":[117,4,12]},{"path":[4,11,2,4,1],"span":[117,13,22]},{"path":[4,11,2,4,3],"span":[117,25,26]},{"path":[4,12],"span":[121,0,123,1]},{"path":[4,12,1],"span":[121,8,16]},{"path":[4,12,2,0],"span":[122,2,20]},{"path":[4,12,2,0,5],"span":[122,2,8]},{"path":[4,12,2,0,1],"span":[122,9,15]},{"path":[4,12,2,0,3],"span":[122,18,19]},{"path":[4,13],"span":[125,0,129,1]},{"path":[4,13,1],"span":[125,8,18]},{"path":[4,13,2,0],"span":[126,2,22]},{"path":[4,13,2,0,6],"span":[126,2,12]},{"path":[4,13,2,0,1],"span":[126,13,17]},{"path":[4,13,2,0,3],"span":[126,20,21]},{"path":[4,13,2,1],"span":[127,2,20]},{"path":[4,13,2,1,5],"span":[127,2,8]},{"path":[4,13,2,1,1],"span":[127,9,15]},{"path":[4,13,2,1,3],"span":[127,18,19]},{"path":[4,13,2,2],"span":[128,2,31]},{"path":[4,13,2,2,4],"span":[128,2,10]},{"path":[4,13,2,2,6],"span":[128,11,21]},{"path":[4,13,2,2,1],"span":[128,22,26]},{"path":[4,13,2,2,3],"span":[128,29,30]},{"path":[4,14],"span":[131,0,135,1]},{"path":[4,14,1],"span":[131,8,18]},{"path":[4,14,2,0],"span":[132,2,20]},{"path":[4,14,2,0,5],"span":[132,2,6]},{"path":[4,14,2,0,1],"span":[132,7,15]},{"path":[4,14,2,0,3],"span":[132,18,19]},{"path":[4,14,2,1],"span":[133,2,25]},{"path":[4,14,2,1,5],"span":[133,2,7]},{"path":[4,14,2,1,1],"span":[133,8,20]},{"path":[4,14,2,1,3],"span":[133,23,24]},{"path":[4,14,2,2],"span":[134,2,31]},{"path":[4,14,2,2,5],"span":[134,2,6]},{"path":[4,14,2,2,1],"span":[134,7,26]},{"path":[4,14,2,2,3],"span":[134,29,30]},{"path":[4,15],"span":[137,0,151,1]},{"path":[4,15,1],"span":[137,8,14]},{"path":[4,15,4,0],"span":[138,2,142,3]},{"path":[4,15,4,0,1],"span":[138,7,15]},{"path":[4,15,4,0,2,0],"span":[139,4,26]},{"path":[4,15,4,0,2,0,1],"span":[139,4,21]},{"path":[4,15,4,0,2,0,2],"span":[139,24,25]},{"path":[4,15,4,0,2,1],"span":[140,4,13]},{"path":[4,15,4,0,2,1,1],"span":[140,4,8]},{"path":[4,15,4,0,2,1,2],"span":[140,11,12]},{"path":[4,15,4,0,2,2],"span":[141,4,14]},{"path":[4,15,4,0,2,2,1],"span":[141,4,9]},{"path":[4,15,4,0,2,2,2],"span":[141,12,13]},{"path":[4,15,2,0],"span":[143,2,18]},{"path":[4,15,2,0,5],"span":[143,2,8]},{"path":[4,15,2,0,1],"span":[143,9,13]},{"path":[4,15,2,0,3],"span":[143,16,17]},{"path":[4,15,2,1],"span":[144,2,25]},{"path":[4,15,2,1,5],"span":[144,2,8]},{"path":[4,15,2,1,1],"span":[144,9,20]},{"path":[4,15,2,1,3],"span":[144,23,24]},{"path":[4,15,2,2],"span":[145,2,20]},{"path":[4,15,2,2,5],"span":[145,2,8]},{"path":[4,15,2,2,1],"span":[145,9,15]},{"path":[4,15,2,2,3],"span":[145,18,19]},{"path":[4,15,2,3],"span":[146,2,25]},{"path":[4,15,2,3,5],"span":[146,2,6]},{"path":[4,15,2,3,1],"span":[146,7,20]},{"path":[4,15,2,3,3],"span":[146,23,24]},{"path":[4,15,2,4],"span":[147,2,27]},{"path":[4,15,2,4,5],"span":[147,2,6]},{"path":[4,15,2,4,1],"span":[147,7,22]},{"path":[4,15,2,4,3],"span":[147,25,26]},{"path":[4,15,2,5],"span":[148,2,25]},{"path":[4,15,2,5,6],"span":[148,2,10]},{"path":[4,15,2,5,1],"span":[148,11,20]},{"path":[4,15,2,5,3],"span":[148,23,24]},{"path":[4,15,2,6],"span":[149,2,17]},{"path":[4,15,2,6,5],"span":[149,2,7]},{"path":[4,15,2,6,1],"span":[149,8,12]},{"path":[4,15,2,6,3],"span":[149,15,16]},{"path":[4,15,2,7],"span":[150,2,23]},{"path":[4,15,2,7,5],"span":[150,2,8]},{"path":[4,15,2,7,1],"span":[150,9,18]},{"path":[4,15,2,7,3],"span":[150,21,22]},{"path":[4,16],"span":[153,0,161,1]},{"path":[4,16,1],"span":[153,8,13]},{"path":[4,16,4,0],"span":[154,2,158,3]},{"path":[4,16,4,0,1],"span":[154,7,16]},{"path":[4,16,4,0,2,0],"span":[155,4,12]},{"path":[4,16,4,0,2,0,1],"span":[155,4,7]},{"path":[4,16,4,0,2,0,2],"span":[155,10,11]},{"path":[4,16,4,0,2,1],"span":[156,4,14]},{"path":[4,16,4,0,2,1,1],"span":[156,4,9]},{"path":[4,16,4,0,2,1,2],"span":[156,12,13]},{"path":[4,16,4,0,2,2],"span":[157,4,18]},{"path":[4,16,4,0,2,2,1],"span":[157,4,13]},{"path":[4,16,4,0,2,2,2],"span":[157,16,17]},{"path":[4,16,2,0],"span":[160,2,27]},{"path":[4,16,2,0,6],"span":[160,2,11]},{"path":[4,16,2,0,1],"span":[160,12,22]},{"path":[4,16,2,0,3],"span":[160,25,26]},{"path":[4,17],"span":[163,0,172,1]},{"path":[4,17,1],"span":[163,8,18]},{"path":[4,17,4,0],"span":[164,2,167,3]},{"path":[4,17,4,0,1],"span":[164,7,21]},{"path":[4,17,4,0,2,0],"span":[166,4,20]},{"path":[4,17,4,0,2,0,1],"span":[166,4,15]},{"path":[4,17,4,0,2,0,2],"span":[166,18,19]},{"path":[4,17,2,0],"span":[169,2,44]},{"path":[4,17,2,0,6],"span":[169,2,16]},{"path":[4,17,2,0,1],"span":[169,17,21]},{"path":[4,17,2,0,3],"span":[169,24,25]},{"path":[4,17,2,0,8],"span":[169,26,43]},{"path":[4,17,2,0,8,3],"span":[169,27,42]},{"path":[4,17,2,1],"span":[170,2,16]},{"path":[4,17,2,1,5],"span":[170,2,8]},{"path":[4,17,2,1,1],"span":[170,9,11]},{"path":[4,17,2,1,3],"span":[170,14,15]},{"path":[4,17,2,2],"span":[171,2,18]},{"path":[4,17,2,2,5],"span":[171,2,7]},{"path":[4,17,2,2,1],"span":[171,8,13]},{"path":[4,17,2,2,3],"span":[171,16,17]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
|
|
1
|
+
{"file":[{"name":"google/protobuf/wrappers.proto","package":"google.protobuf","messageType":[{"name":"DoubleValue","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_DOUBLE","jsonName":"value"}]},{"name":"FloatValue","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_FLOAT","jsonName":"value"}]},{"name":"Int64Value","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT64","jsonName":"value"}]},{"name":"UInt64Value","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_UINT64","jsonName":"value"}]},{"name":"Int32Value","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"value"}]},{"name":"UInt32Value","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_UINT32","jsonName":"value"}]},{"name":"BoolValue","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"value"}]},{"name":"StringValue","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"value"}]},{"name":"BytesValue","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BYTES","jsonName":"value"}]}],"options":{"javaPackage":"com.google.protobuf","javaOuterClassname":"WrappersProto","javaMultipleFiles":true,"goPackage":"google.golang.org/protobuf/types/known/wrapperspb","ccEnableArenas":true,"objcClassPrefix":"GPB","csharpNamespace":"Google.Protobuf.WellKnownTypes"},"sourceCodeInfo":{"location":[{"span":[40,0,122,1]},{"path":[12],"span":[40,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"," Wrappers for primitive (non-message) types. These types are useful\n for embedding primitives in the `google.protobuf.Any` type and for places\n where we need to distinguish between the absence of a primitive\n typed field and its default value.\n\n These wrappers have no meaningful use within repeated fields as they lack\n the ability to detect presence on individual elements.\n These wrappers have no meaningful use within a map or a oneof since\n individual entries of a map or fields of a oneof can already detect presence.\n"]},{"path":[2],"span":[42,0,24]},{"path":[8],"span":[44,0,59]},{"path":[8,37],"span":[44,0,59]},{"path":[8],"span":[45,0,31]},{"path":[8,31],"span":[45,0,31]},{"path":[8],"span":[46,0,72]},{"path":[8,11],"span":[46,0,72]},{"path":[8],"span":[47,0,44]},{"path":[8,1],"span":[47,0,44]},{"path":[8],"span":[48,0,46]},{"path":[8,8],"span":[48,0,46]},{"path":[8],"span":[49,0,34]},{"path":[8,10],"span":[49,0,34]},{"path":[8],"span":[50,0,33]},{"path":[8,36],"span":[50,0,33]},{"path":[4,0],"span":[55,0,58,1],"leadingComments":" Wrapper message for `double`.\n\n The JSON representation for `DoubleValue` is JSON number.\n"},{"path":[4,0,1],"span":[55,8,19]},{"path":[4,0,2,0],"span":[57,2,19],"leadingComments":" The double value.\n"},{"path":[4,0,2,0,5],"span":[57,2,8]},{"path":[4,0,2,0,1],"span":[57,9,14]},{"path":[4,0,2,0,3],"span":[57,17,18]},{"path":[4,1],"span":[63,0,66,1],"leadingComments":" Wrapper message for `float`.\n\n The JSON representation for `FloatValue` is JSON number.\n"},{"path":[4,1,1],"span":[63,8,18]},{"path":[4,1,2,0],"span":[65,2,18],"leadingComments":" The float value.\n"},{"path":[4,1,2,0,5],"span":[65,2,7]},{"path":[4,1,2,0,1],"span":[65,8,13]},{"path":[4,1,2,0,3],"span":[65,16,17]},{"path":[4,2],"span":[71,0,74,1],"leadingComments":" Wrapper message for `int64`.\n\n The JSON representation for `Int64Value` is JSON string.\n"},{"path":[4,2,1],"span":[71,8,18]},{"path":[4,2,2,0],"span":[73,2,18],"leadingComments":" The int64 value.\n"},{"path":[4,2,2,0,5],"span":[73,2,7]},{"path":[4,2,2,0,1],"span":[73,8,13]},{"path":[4,2,2,0,3],"span":[73,16,17]},{"path":[4,3],"span":[79,0,82,1],"leadingComments":" Wrapper message for `uint64`.\n\n The JSON representation for `UInt64Value` is JSON string.\n"},{"path":[4,3,1],"span":[79,8,19]},{"path":[4,3,2,0],"span":[81,2,19],"leadingComments":" The uint64 value.\n"},{"path":[4,3,2,0,5],"span":[81,2,8]},{"path":[4,3,2,0,1],"span":[81,9,14]},{"path":[4,3,2,0,3],"span":[81,17,18]},{"path":[4,4],"span":[87,0,90,1],"leadingComments":" Wrapper message for `int32`.\n\n The JSON representation for `Int32Value` is JSON number.\n"},{"path":[4,4,1],"span":[87,8,18]},{"path":[4,4,2,0],"span":[89,2,18],"leadingComments":" The int32 value.\n"},{"path":[4,4,2,0,5],"span":[89,2,7]},{"path":[4,4,2,0,1],"span":[89,8,13]},{"path":[4,4,2,0,3],"span":[89,16,17]},{"path":[4,5],"span":[95,0,98,1],"leadingComments":" Wrapper message for `uint32`.\n\n The JSON representation for `UInt32Value` is JSON number.\n"},{"path":[4,5,1],"span":[95,8,19]},{"path":[4,5,2,0],"span":[97,2,19],"leadingComments":" The uint32 value.\n"},{"path":[4,5,2,0,5],"span":[97,2,8]},{"path":[4,5,2,0,1],"span":[97,9,14]},{"path":[4,5,2,0,3],"span":[97,17,18]},{"path":[4,6],"span":[103,0,106,1],"leadingComments":" Wrapper message for `bool`.\n\n The JSON representation for `BoolValue` is JSON `true` and `false`.\n"},{"path":[4,6,1],"span":[103,8,17]},{"path":[4,6,2,0],"span":[105,2,17],"leadingComments":" The bool value.\n"},{"path":[4,6,2,0,5],"span":[105,2,6]},{"path":[4,6,2,0,1],"span":[105,7,12]},{"path":[4,6,2,0,3],"span":[105,15,16]},{"path":[4,7],"span":[111,0,114,1],"leadingComments":" Wrapper message for `string`.\n\n The JSON representation for `StringValue` is JSON string.\n"},{"path":[4,7,1],"span":[111,8,19]},{"path":[4,7,2,0],"span":[113,2,19],"leadingComments":" The string value.\n"},{"path":[4,7,2,0,5],"span":[113,2,8]},{"path":[4,7,2,0,1],"span":[113,9,14]},{"path":[4,7,2,0,3],"span":[113,17,18]},{"path":[4,8],"span":[119,0,122,1],"leadingComments":" Wrapper message for `bytes`.\n\n The JSON representation for `BytesValue` is JSON string.\n"},{"path":[4,8,1],"span":[119,8,18]},{"path":[4,8,2,0],"span":[121,2,18],"leadingComments":" The bytes value.\n"},{"path":[4,8,2,0,5],"span":[121,2,7]},{"path":[4,8,2,0,1],"span":[121,8,13]},{"path":[4,8,2,0,3],"span":[121,16,17]}]},"syntax":"proto3","bufExtension":{"isImport":true,"isSyntaxUnspecified":false}},{"name":"proto/scanningconfig.proto","package":"lansweeper.scanningconfig.v1","dependency":["google/protobuf/wrappers.proto"],"messageType":[{"name":"GetConfigurationsBySourceRequest","field":[{"name":"source_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sourceId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"GetConfigurationsBySourceResponse","field":[{"name":"configs","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Component","jsonName":"configs"}]},{"name":"Component","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Component.ComponentType","jsonName":"type"},{"name":"actions","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Action","jsonName":"actions"},{"name":"op_config","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.OperationalConfig","oneofIndex":0,"jsonName":"opConfig","options":{"deprecated":true},"proto3Optional":true},{"name":"enabled","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"},{"name":"app_config","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ApplicationConfig","oneofIndex":1,"jsonName":"appConfig","proto3Optional":true}],"enumType":[{"name":"ComponentType","value":[{"name":"UNSPECIFIED","number":0},{"name":"AGENT","number":1},{"name":"IT_SENSOR","number":2},{"name":"IT_HUB","number":3},{"name":"OT_SENSOR","number":4}]}],"oneofDecl":[{"name":"_op_config"},{"name":"_app_config"}]},{"name":"AssetRadar","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"},{"name":"excluded_interfaces","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"excludedInterfaces"}],"options":{"deprecated":true}},{"name":"NetworkVisibility","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"},{"name":"excluded_interfaces","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"excludedInterfaces"}],"options":{"deprecated":true}},{"name":"AutoUpdate","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"},{"name":"schedule","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"schedule"}],"options":{"deprecated":true}},{"name":"OperationalConfig","field":[{"name":"asset_radar_config","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.AssetRadar","oneofIndex":0,"jsonName":"assetRadarConfig","options":{"deprecated":true},"proto3Optional":true},{"name":"auto_update_config","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.AutoUpdate","oneofIndex":1,"jsonName":"autoUpdateConfig","proto3Optional":true},{"name":"network_visibility_config","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.NetworkVisibility","oneofIndex":2,"jsonName":"networkVisibilityConfig","proto3Optional":true}],"oneofDecl":[{"name":"_asset_radar_config"},{"name":"_auto_update_config"},{"name":"_network_visibility_config"}]},{"name":"Trigger","field":[{"name":"cron_expr","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"cronExpr"},{"name":"name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"}]},{"name":"Action","field":[{"name":"triggers","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Trigger","jsonName":"triggers"},{"name":"action_type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Action.ActionType","jsonName":"actionType"},{"name":"credentials","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Credential","jsonName":"credentials"},{"name":"agent","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Agent","oneofIndex":0,"jsonName":"agent","options":{"deprecated":true}},{"name":"agentless","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Agentless","oneofIndex":0,"jsonName":"agentless","options":{"deprecated":true}},{"name":"action_definition","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ActionDefinition","jsonName":"actionDefinition"},{"name":"id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"name","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"}],"enumType":[{"name":"ActionType","value":[{"name":"UNSPECIFIED","number":0},{"name":"AGENT","number":1},{"name":"AGENTLESS","number":2}]}],"oneofDecl":[{"name":"definition"}]},{"name":"Agentless","field":[{"name":"targets","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"targets"}]},{"name":"ActionDefinition","field":[{"name":"scan_focus","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.ActionDefinition.ScanFocus","oneofIndex":0,"jsonName":"scanFocus","proto3Optional":true},{"name":"targets","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"targets","options":{"deprecated":true}},{"name":"exclusions","number":3,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"exclusions"},{"name":"targets_data","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.TargetData","jsonName":"targetsData"}],"enumType":[{"name":"ScanFocus","value":[{"name":"ALL","number":0},{"name":"USERS","number":1},{"name":"INVENTORY","number":2}]}],"oneofDecl":[{"name":"_scan_focus"}]},{"name":"TargetData","field":[{"name":"type","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.TargetData.TargetType","jsonName":"type"},{"name":"ip_scan_data","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.IPScanData","oneofIndex":0,"jsonName":"ipScanData"},{"name":"ad_data","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ADData","oneofIndex":0,"jsonName":"adData"},{"name":"target","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","oneofIndex":0,"jsonName":"target","options":{"deprecated":true}},{"name":"sccm_data","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.SCCMData","oneofIndex":0,"jsonName":"sccmData"}],"enumType":[{"name":"TargetType","value":[{"name":"UNKNOWN_TARGET_TYPE","number":0},{"name":"IP_SCAN","number":1},{"name":"SCCM","number":2},{"name":"AD","number":3}]}],"oneofDecl":[{"name":"info"}]},{"name":"SCCMData","field":[{"name":"target","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"target"}]},{"name":"IPScanData","field":[{"name":"type","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.IPScanType","jsonName":"type"},{"name":"target","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"target"},{"name":"ping","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.IPScanPing","oneofIndex":0,"jsonName":"ping","proto3Optional":true}],"oneofDecl":[{"name":"_ping"}]},{"name":"IPScanPing","field":[{"name":"use_ping","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"usePing"},{"name":"ping_timeout","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"pingTimeout"},{"name":"keep_no_answer_scan","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"keepNoAnswerScan"}]},{"name":"ADData","field":[{"name":"name","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"adsi_filter","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"adsiFilter"},{"name":"domain","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"domain"},{"name":"computer_scan","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"computerScan"},{"name":"user_group_scan","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"userGroupScan"},{"name":"ldap_type","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.ADData.LDAPType","jsonName":"ldapType"},{"name":"port","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"port"},{"name":"adsi_path","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"adsiPath"}],"enumType":[{"name":"LDAPType","value":[{"name":"UNKNOWN_LDAP_TYPE","number":0},{"name":"LDAP","number":1},{"name":"LDAPS","number":2}]}]},{"name":"Agent","field":[{"name":"scan_focus","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Agent.ScanFocus","jsonName":"scanFocus"}],"enumType":[{"name":"ScanFocus","value":[{"name":"ALL","number":0},{"name":"USERS","number":1},{"name":"INVENTORY","number":2}]}]},{"name":"Credential","field":[{"name":"type","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Credential.CredentialType","jsonName":"type","options":{"deprecated":true}},{"name":"id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"order","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"order"}],"enumType":[{"name":"CredentialType","value":[{"name":"UNSPECIFIED","number":0}]}]},{"name":"ApplicationConfig","field":[{"name":"logging","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.LogSettings","oneofIndex":0,"jsonName":"logging","proto3Optional":true},{"name":"hub","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.HubSettings","oneofIndex":1,"jsonName":"hub","proto3Optional":true},{"name":"update","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.UpdateSettings","oneofIndex":2,"jsonName":"update","proto3Optional":true},{"name":"it_sensor","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ItSensorSettings","oneofIndex":3,"jsonName":"itSensor","proto3Optional":true},{"name":"ot_sensor","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.OtSensorSettings","oneofIndex":4,"jsonName":"otSensor","proto3Optional":true}],"oneofDecl":[{"name":"_logging"},{"name":"_hub"},{"name":"_update"},{"name":"_it_sensor"},{"name":"_ot_sensor"}]},{"name":"HubSettings","field":[{"name":"network_configuration","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.NetworkConfigurationSettings","oneofIndex":0,"jsonName":"networkConfiguration","proto3Optional":true},{"name":"maintenance","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.MaintenanceSettings","oneofIndex":1,"jsonName":"maintenance","proto3Optional":true},{"name":"notifications","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.NotificationSettings","oneofIndex":2,"jsonName":"notifications","proto3Optional":true},{"name":"feature_flags","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.FeatureFlagSettings","oneofIndex":3,"jsonName":"featureFlags","proto3Optional":true},{"name":"scan_configuration","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ScanConfigurationSettings","oneofIndex":4,"jsonName":"scanConfiguration","proto3Optional":true},{"name":"import","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ImportSettings","oneofIndex":5,"jsonName":"import","proto3Optional":true}],"oneofDecl":[{"name":"_network_configuration"},{"name":"_maintenance"},{"name":"_notifications"},{"name":"_feature_flags"},{"name":"_scan_configuration"},{"name":"_import"}]},{"name":"MaintenanceSettings","field":[{"name":"maintenance_window","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"maintenanceWindow"},{"name":"retention_policy","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.RetentionPolicySettings","oneofIndex":0,"jsonName":"retentionPolicy","proto3Optional":true}],"oneofDecl":[{"name":"_retention_policy"}]},{"name":"RetentionPolicySettings","field":[{"name":"synced_data_retention_days","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"syncedDataRetentionDays"},{"name":"unsynced_data_retention_days","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"unsyncedDataRetentionDays"}]},{"name":"NotificationSettings","field":[{"name":"smart_polling_enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"smartPollingEnabled"},{"name":"default_polling_interval_seconds","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"defaultPollingIntervalSeconds"},{"name":"smart_polling_intervals","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.NotificationSettings.SmartPollingIntervalsEntry","jsonName":"smartPollingIntervals"}],"nestedType":[{"name":"SmartPollingIntervalsEntry","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"key"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"value"}],"options":{"mapEntry":true}}]},{"name":"FeatureFlagSettings","field":[{"name":"polling_interval_minutes","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"pollingIntervalMinutes"}]},{"name":"ScanConfigurationSettings","field":[{"name":"polling_interval_minutes","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"pollingIntervalMinutes"}]},{"name":"ImportSettings","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"enabled"},{"name":"polling_interval_seconds","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"pollingIntervalSeconds"},{"name":"folder","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"folder"}]},{"name":"NetworkConfigurationSettings","field":[{"name":"parallelism","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ParallelismSettings","oneofIndex":0,"jsonName":"parallelism","proto3Optional":true},{"name":"network_visibility","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.NetworkVisibilitySettings","oneofIndex":1,"jsonName":"networkVisibility","proto3Optional":true},{"name":"ping_behavior","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.PingBehaviorSettings","oneofIndex":2,"jsonName":"pingBehavior","proto3Optional":true},{"name":"protocol_configuration","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ProtocolConfigurationSettings","oneofIndex":3,"jsonName":"protocolConfiguration","proto3Optional":true},{"name":"exclusions","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ExclusionSettings","oneofIndex":4,"jsonName":"exclusions","proto3Optional":true}],"oneofDecl":[{"name":"_parallelism"},{"name":"_network_visibility"},{"name":"_ping_behavior"},{"name":"_protocol_configuration"},{"name":"_exclusions"}]},{"name":"ParallelismSettings","field":[{"name":"max_parallelism","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"maxParallelism"}]},{"name":"ExclusionSettings","field":[{"name":"excluded_targets","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"excludedTargets"},{"name":"excluded_interfaces","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"excludedInterfaces"}]},{"name":"NetworkVisibilitySettings","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"enabled"},{"name":"active_cdr_enabled","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"activeCdrEnabled"}]},{"name":"PingBehaviorSettings"},{"name":"ProtocolConfigurationSettings","field":[{"name":"all_enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"allEnabled"},{"name":"protocols","number":2,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ProtocolConfigurationSettings.ProtocolsEntry","jsonName":"protocols"}],"nestedType":[{"name":"ProtocolsEntry","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ProtocolDetailSettings","jsonName":"value"}],"options":{"mapEntry":true}}]},{"name":"ProtocolDetailSettings","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"enabled"},{"name":"port","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"port"},{"name":"additional_data","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ProtocolDetailSettings.AdditionalDataEntry","jsonName":"additionalData"}],"nestedType":[{"name":"AdditionalDataEntry","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":"ItSensorSettings","field":[{"name":"network_configuration","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.NetworkConfigurationSettings","oneofIndex":0,"jsonName":"networkConfiguration","proto3Optional":true}],"oneofDecl":[{"name":"_network_configuration"}]},{"name":"OtSensorSettings","field":[{"name":"network_configuration","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.NetworkConfigurationSettings","oneofIndex":0,"jsonName":"networkConfiguration","proto3Optional":true},{"name":"traffic_logging","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.TrafficLogSettings","oneofIndex":1,"jsonName":"trafficLogging","proto3Optional":true}],"oneofDecl":[{"name":"_network_configuration"},{"name":"_traffic_logging"}]},{"name":"TrafficLogSettings","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"enabled"},{"name":"path","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"path"}]},{"name":"UpdateSettings","field":[{"name":"update_on_availability","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"updateOnAvailability"},{"name":"update_window","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.UpdateWindowSettings","oneofIndex":0,"jsonName":"updateWindow","proto3Optional":true},{"name":"download","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.DownloadSettings","oneofIndex":1,"jsonName":"download","proto3Optional":true},{"name":"backup","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.BackupSettings","oneofIndex":2,"jsonName":"backup","proto3Optional":true},{"name":"prerequisites","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.PrerequisiteSettings","oneofIndex":3,"jsonName":"prerequisites","proto3Optional":true}],"oneofDecl":[{"name":"_update_window"},{"name":"_download"},{"name":"_backup"},{"name":"_prerequisites"}]},{"name":"UpdateWindowSettings","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"enabled"},{"name":"update_window","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"updateWindow"}]},{"name":"BackupSettings","field":[{"name":"backup_folder","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"backupFolder"}]},{"name":"DownloadSettings","field":[{"name":"download_on_availability","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"downloadOnAvailability"},{"name":"download_window","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"downloadWindow"},{"name":"download_folder","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"downloadFolder"},{"name":"download_timeout_seconds","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"downloadTimeoutSeconds"},{"name":"throttle_rate_kb_per_second","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"throttleRateKbPerSecond"}]},{"name":"PrerequisiteSettings","field":[{"name":"required_free_disk_space_bytes","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int64Value","jsonName":"requiredFreeDiskSpaceBytes"},{"name":"required_free_disk_space_percentage","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"requiredFreeDiskSpacePercentage"}]},{"name":"LogSettings","field":[{"name":"level","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.LogSettings.LogLevel","oneofIndex":0,"jsonName":"level","proto3Optional":true},{"name":"file_size_limit_bytes","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int64Value","jsonName":"fileSizeLimitBytes"},{"name":"retained_file_count_limit","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"retainedFileCountLimit"},{"name":"overrides","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.LogSettings.OverridesEntry","jsonName":"overrides"}],"nestedType":[{"name":"OverridesEntry","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}}],"enumType":[{"name":"LogLevel","value":[{"name":"VERBOSE","number":0},{"name":"DEBUG","number":1},{"name":"INFORMATION","number":2},{"name":"WARNING","number":3},{"name":"ERROR","number":4},{"name":"FATAL","number":5}]}],"oneofDecl":[{"name":"_level"}]}],"enumType":[{"name":"IPScanType","value":[{"name":"UNKNOWN_IP_SCAN_TYPE","number":0},{"name":"RANGE","number":1},{"name":"HOST","number":2}]}],"service":[{"name":"ScanningConfigService","method":[{"name":"GetConfigurationsBySource","inputType":".lansweeper.scanningconfig.v1.GetConfigurationsBySourceRequest","outputType":".lansweeper.scanningconfig.v1.GetConfigurationsBySourceResponse","options":{}}]}],"options":{"goPackage":"./generated-go"},"sourceCodeInfo":{"location":[{"span":[0,0,320,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,37]},{"path":[8],"span":[3,0,37]},{"path":[8,11],"span":[3,0,37]},{"path":[3,0],"span":[5,0,40]},{"path":[6,0],"span":[7,0,9,1]},{"path":[6,0,1],"span":[7,8,29]},{"path":[6,0,2,0],"span":[8,2,112]},{"path":[6,0,2,0,1],"span":[8,6,31]},{"path":[6,0,2,0,2],"span":[8,32,64]},{"path":[6,0,2,0,3],"span":[8,75,108]},{"path":[4,0],"span":[11,0,14,1]},{"path":[4,0,1],"span":[11,8,40]},{"path":[4,0,2,0],"span":[12,2,23]},{"path":[4,0,2,0,5],"span":[12,2,8]},{"path":[4,0,2,0,1],"span":[12,9,18]},{"path":[4,0,2,0,3],"span":[12,21,22]},{"path":[4,0,2,1],"span":[13,2,21]},{"path":[4,0,2,1,5],"span":[13,2,8]},{"path":[4,0,2,1,1],"span":[13,9,16]},{"path":[4,0,2,1,3],"span":[13,19,20]},{"path":[4,1],"span":[16,0,18,1]},{"path":[4,1,1],"span":[16,8,41]},{"path":[4,1,2,0],"span":[17,2,33]},{"path":[4,1,2,0,4],"span":[17,2,10]},{"path":[4,1,2,0,6],"span":[17,11,20]},{"path":[4,1,2,0,1],"span":[17,21,28]},{"path":[4,1,2,0,3],"span":[17,31,32]},{"path":[4,2],"span":[20,0,35,1]},{"path":[4,2,1],"span":[20,8,17]},{"path":[4,2,4,0],"span":[21,2,27,3]},{"path":[4,2,4,0,1],"span":[21,7,20]},{"path":[4,2,4,0,2,0],"span":[22,4,20]},{"path":[4,2,4,0,2,0,1],"span":[22,4,15]},{"path":[4,2,4,0,2,0,2],"span":[22,18,19]},{"path":[4,2,4,0,2,1],"span":[23,4,14]},{"path":[4,2,4,0,2,1,1],"span":[23,4,9]},{"path":[4,2,4,0,2,1,2],"span":[23,12,13]},{"path":[4,2,4,0,2,2],"span":[24,4,18]},{"path":[4,2,4,0,2,2,1],"span":[24,4,13]},{"path":[4,2,4,0,2,2,2],"span":[24,16,17]},{"path":[4,2,4,0,2,3],"span":[25,4,15]},{"path":[4,2,4,0,2,3,1],"span":[25,4,10]},{"path":[4,2,4,0,2,3,2],"span":[25,13,14]},{"path":[4,2,4,0,2,4],"span":[26,4,18]},{"path":[4,2,4,0,2,4,1],"span":[26,4,13]},{"path":[4,2,4,0,2,4,2],"span":[26,16,17]},{"path":[4,2,2,0],"span":[29,2,16]},{"path":[4,2,2,0,5],"span":[29,2,8]},{"path":[4,2,2,0,1],"span":[29,9,11]},{"path":[4,2,2,0,3],"span":[29,14,15]},{"path":[4,2,2,1],"span":[30,2,25]},{"path":[4,2,2,1,6],"span":[30,2,15]},{"path":[4,2,2,1,1],"span":[30,16,20]},{"path":[4,2,2,1,3],"span":[30,23,24]},{"path":[4,2,2,2],"span":[31,2,30]},{"path":[4,2,2,2,4],"span":[31,2,10]},{"path":[4,2,2,2,6],"span":[31,11,17]},{"path":[4,2,2,2,1],"span":[31,18,25]},{"path":[4,2,2,2,3],"span":[31,28,29]},{"path":[4,2,2,3],"span":[32,2,63]},{"path":[4,2,2,3,4],"span":[32,2,10]},{"path":[4,2,2,3,6],"span":[32,11,28]},{"path":[4,2,2,3,1],"span":[32,29,38]},{"path":[4,2,2,3,3],"span":[32,41,42]},{"path":[4,2,2,3,8],"span":[32,43,62]},{"path":[4,2,2,3,8,3],"span":[32,44,61]},{"path":[4,2,2,4],"span":[33,2,19]},{"path":[4,2,2,4,5],"span":[33,2,6]},{"path":[4,2,2,4,1],"span":[33,7,14]},{"path":[4,2,2,4,3],"span":[33,17,18]},{"path":[4,2,2,5],"span":[34,2,44]},{"path":[4,2,2,5,4],"span":[34,2,10]},{"path":[4,2,2,5,6],"span":[34,11,28]},{"path":[4,2,2,5,1],"span":[34,29,39]},{"path":[4,2,2,5,3],"span":[34,42,43]},{"path":[4,3],"span":[37,0,41,1]},{"path":[4,3,1],"span":[37,8,18]},{"path":[4,3,7],"span":[38,2,27]},{"path":[4,3,7,3],"span":[38,2,27]},{"path":[4,3,2,0],"span":[39,2,19]},{"path":[4,3,2,0,5],"span":[39,2,6]},{"path":[4,3,2,0,1],"span":[39,7,14]},{"path":[4,3,2,0,3],"span":[39,17,18]},{"path":[4,3,2,1],"span":[40,2,42]},{"path":[4,3,2,1,4],"span":[40,2,10]},{"path":[4,3,2,1,5],"span":[40,11,17]},{"path":[4,3,2,1,1],"span":[40,18,37]},{"path":[4,3,2,1,3],"span":[40,40,41]},{"path":[4,4],"span":[43,0,47,1]},{"path":[4,4,1],"span":[43,8,25]},{"path":[4,4,7],"span":[44,2,27]},{"path":[4,4,7,3],"span":[44,2,27]},{"path":[4,4,2,0],"span":[45,2,19]},{"path":[4,4,2,0,5],"span":[45,2,6]},{"path":[4,4,2,0,1],"span":[45,7,14]},{"path":[4,4,2,0,3],"span":[45,17,18]},{"path":[4,4,2,1],"span":[46,2,42]},{"path":[4,4,2,1,4],"span":[46,2,10]},{"path":[4,4,2,1,5],"span":[46,11,17]},{"path":[4,4,2,1,1],"span":[46,18,37]},{"path":[4,4,2,1,3],"span":[46,40,41]},{"path":[4,5],"span":[49,0,53,1]},{"path":[4,5,1],"span":[49,8,18]},{"path":[4,5,7],"span":[50,2,27]},{"path":[4,5,7,3],"span":[50,2,27]},{"path":[4,5,2,0],"span":[51,2,19]},{"path":[4,5,2,0,5],"span":[51,2,6]},{"path":[4,5,2,0,1],"span":[51,7,14]},{"path":[4,5,2,0,3],"span":[51,17,18]},{"path":[4,5,2,1],"span":[52,2,22]},{"path":[4,5,2,1,5],"span":[52,2,8]},{"path":[4,5,2,1,1],"span":[52,9,17]},{"path":[4,5,2,1,3],"span":[52,20,21]},{"path":[4,6],"span":[55,0,59,1]},{"path":[4,6,1],"span":[55,8,25]},{"path":[4,6,2,0],"span":[56,2,65]},{"path":[4,6,2,0,4],"span":[56,2,10]},{"path":[4,6,2,0,6],"span":[56,11,21]},{"path":[4,6,2,0,1],"span":[56,22,40]},{"path":[4,6,2,0,3],"span":[56,43,44]},{"path":[4,6,2,0,8],"span":[56,45,64]},{"path":[4,6,2,0,8,3],"span":[56,46,63]},{"path":[4,6,2,1],"span":[57,2,45]},{"path":[4,6,2,1,4],"span":[57,2,10]},{"path":[4,6,2,1,6],"span":[57,11,21]},{"path":[4,6,2,1,1],"span":[57,22,40]},{"path":[4,6,2,1,3],"span":[57,43,44]},{"path":[4,6,2,2],"span":[58,2,59]},{"path":[4,6,2,2,4],"span":[58,2,10]},{"path":[4,6,2,2,6],"span":[58,11,28]},{"path":[4,6,2,2,1],"span":[58,29,54]},{"path":[4,6,2,2,3],"span":[58,57,58]},{"path":[4,7],"span":[61,0,64,1]},{"path":[4,7,1],"span":[61,8,15]},{"path":[4,7,2,0],"span":[62,2,22]},{"path":[4,7,2,0,5],"span":[62,2,8]},{"path":[4,7,2,0,1],"span":[62,9,18]},{"path":[4,7,2,0,3],"span":[62,20,21]},{"path":[4,7,2,1],"span":[63,2,18]},{"path":[4,7,2,1,5],"span":[63,2,8]},{"path":[4,7,2,1,1],"span":[63,9,13]},{"path":[4,7,2,1,3],"span":[63,16,17]},{"path":[4,8],"span":[66,0,83,1]},{"path":[4,8,1],"span":[66,8,14]},{"path":[4,8,4,0],"span":[67,2,71,3]},{"path":[4,8,4,0,1],"span":[67,7,17]},{"path":[4,8,4,0,2,0],"span":[68,4,20]},{"path":[4,8,4,0,2,0,1],"span":[68,4,15]},{"path":[4,8,4,0,2,0,2],"span":[68,18,19]},{"path":[4,8,4,0,2,1],"span":[69,4,14]},{"path":[4,8,4,0,2,1,1],"span":[69,4,9]},{"path":[4,8,4,0,2,1,2],"span":[69,12,13]},{"path":[4,8,4,0,2,2],"span":[70,4,18]},{"path":[4,8,4,0,2,2,1],"span":[70,4,13]},{"path":[4,8,4,0,2,2,2],"span":[70,16,17]},{"path":[4,8,2,0],"span":[73,2,32]},{"path":[4,8,2,0,4],"span":[73,2,10]},{"path":[4,8,2,0,6],"span":[73,11,18]},{"path":[4,8,2,0,1],"span":[73,19,27]},{"path":[4,8,2,0,3],"span":[73,30,31]},{"path":[4,8,2,1],"span":[74,2,29]},{"path":[4,8,2,1,6],"span":[74,2,12]},{"path":[4,8,2,1,1],"span":[74,13,24]},{"path":[4,8,2,1,3],"span":[74,27,28]},{"path":[4,8,2,2],"span":[75,2,38]},{"path":[4,8,2,2,4],"span":[75,2,10]},{"path":[4,8,2,2,6],"span":[75,11,21]},{"path":[4,8,2,2,1],"span":[75,22,33]},{"path":[4,8,2,2,3],"span":[75,36,37]},{"path":[4,8,8,0],"span":[76,2,79,3]},{"path":[4,8,8,0,1],"span":[76,8,18]},{"path":[4,8,2,3],"span":[77,4,40]},{"path":[4,8,2,3,6],"span":[77,4,9]},{"path":[4,8,2,3,1],"span":[77,10,15]},{"path":[4,8,2,3,3],"span":[77,18,19]},{"path":[4,8,2,3,8],"span":[77,20,39]},{"path":[4,8,2,3,8,3],"span":[77,21,38]},{"path":[4,8,2,4],"span":[78,4,48]},{"path":[4,8,2,4,6],"span":[78,4,13]},{"path":[4,8,2,4,1],"span":[78,14,23]},{"path":[4,8,2,4,3],"span":[78,26,27]},{"path":[4,8,2,4,8],"span":[78,28,47]},{"path":[4,8,2,4,8,3],"span":[78,29,46]},{"path":[4,8,2,5],"span":[80,2,41]},{"path":[4,8,2,5,6],"span":[80,2,18]},{"path":[4,8,2,5,1],"span":[80,19,36]},{"path":[4,8,2,5,3],"span":[80,39,40]},{"path":[4,8,2,6],"span":[81,2,16]},{"path":[4,8,2,6,5],"span":[81,2,8]},{"path":[4,8,2,6,1],"span":[81,9,11]},{"path":[4,8,2,6,3],"span":[81,14,15]},{"path":[4,8,2,7],"span":[82,2,18]},{"path":[4,8,2,7,5],"span":[82,2,8]},{"path":[4,8,2,7,1],"span":[82,9,13]},{"path":[4,8,2,7,3],"span":[82,16,17]},{"path":[4,9],"span":[85,0,87,1]},{"path":[4,9,1],"span":[85,8,17]},{"path":[4,9,2,0],"span":[86,2,30]},{"path":[4,9,2,0,4],"span":[86,2,10]},{"path":[4,9,2,0,5],"span":[86,11,17]},{"path":[4,9,2,0,1],"span":[86,18,25]},{"path":[4,9,2,0,3],"span":[86,28,29]},{"path":[4,10],"span":[89,0,101,1]},{"path":[4,10,1],"span":[89,8,24]},{"path":[4,10,4,0],"span":[91,2,95,3]},{"path":[4,10,4,0,1],"span":[91,7,16]},{"path":[4,10,4,0,2,0],"span":[92,4,12]},{"path":[4,10,4,0,2,0,1],"span":[92,4,7]},{"path":[4,10,4,0,2,0,2],"span":[92,10,11]},{"path":[4,10,4,0,2,1],"span":[93,4,14]},{"path":[4,10,4,0,2,1,1],"span":[93,4,9]},{"path":[4,10,4,0,2,1,2],"span":[93,12,13]},{"path":[4,10,4,0,2,2],"span":[94,4,18]},{"path":[4,10,4,0,2,2,1],"span":[94,4,13]},{"path":[4,10,4,0,2,2,2],"span":[94,16,17]},{"path":[4,10,2,0],"span":[97,2,36]},{"path":[4,10,2,0,4],"span":[97,2,10]},{"path":[4,10,2,0,6],"span":[97,11,20]},{"path":[4,10,2,0,1],"span":[97,21,31]},{"path":[4,10,2,0,3],"span":[97,34,35]},{"path":[4,10,2,1],"span":[98,2,48]},{"path":[4,10,2,1,4],"span":[98,2,10]},{"path":[4,10,2,1,5],"span":[98,11,17]},{"path":[4,10,2,1,1],"span":[98,18,25]},{"path":[4,10,2,1,3],"span":[98,28,29]},{"path":[4,10,2,1,8],"span":[98,30,47]},{"path":[4,10,2,1,8,3],"span":[98,31,46]},{"path":[4,10,2,2],"span":[99,2,33]},{"path":[4,10,2,2,4],"span":[99,2,10]},{"path":[4,10,2,2,5],"span":[99,11,17]},{"path":[4,10,2,2,1],"span":[99,18,28]},{"path":[4,10,2,2,3],"span":[99,31,32]},{"path":[4,10,2,3],"span":[100,2,39]},{"path":[4,10,2,3,4],"span":[100,2,10]},{"path":[4,10,2,3,6],"span":[100,11,21]},{"path":[4,10,2,3,1],"span":[100,22,34]},{"path":[4,10,2,3,3],"span":[100,37,38]},{"path":[5,0],"span":[103,0,107,1]},{"path":[5,0,1],"span":[103,5,15]},{"path":[5,0,2,0],"span":[104,2,27]},{"path":[5,0,2,0,1],"span":[104,2,22]},{"path":[5,0,2,0,2],"span":[104,25,26]},{"path":[5,0,2,1],"span":[105,2,12]},{"path":[5,0,2,1,1],"span":[105,2,7]},{"path":[5,0,2,1,2],"span":[105,10,11]},{"path":[5,0,2,2],"span":[106,2,11]},{"path":[5,0,2,2,1],"span":[106,2,6]},{"path":[5,0,2,2,2],"span":[106,9,10]},{"path":[4,11],"span":[109,0,123,1]},{"path":[4,11,1],"span":[109,8,18]},{"path":[4,11,4,0],"span":[110,2,115,3]},{"path":[4,11,4,0,1],"span":[110,7,17]},{"path":[4,11,4,0,2,0],"span":[111,4,28]},{"path":[4,11,4,0,2,0,1],"span":[111,4,23]},{"path":[4,11,4,0,2,0,2],"span":[111,26,27]},{"path":[4,11,4,0,2,1],"span":[112,4,16]},{"path":[4,11,4,0,2,1,1],"span":[112,4,11]},{"path":[4,11,4,0,2,1,2],"span":[112,14,15]},{"path":[4,11,4,0,2,2],"span":[113,4,13]},{"path":[4,11,4,0,2,2,1],"span":[113,4,8]},{"path":[4,11,4,0,2,2,2],"span":[113,11,12]},{"path":[4,11,4,0,2,3],"span":[114,4,11]},{"path":[4,11,4,0,2,3,1],"span":[114,4,6]},{"path":[4,11,4,0,2,3,2],"span":[114,9,10]},{"path":[4,11,2,0],"span":[116,2,22]},{"path":[4,11,2,0,6],"span":[116,2,12]},{"path":[4,11,2,0,1],"span":[116,13,17]},{"path":[4,11,2,0,3],"span":[116,20,21]},{"path":[4,11,8,0],"span":[117,2,122,3]},{"path":[4,11,8,0,1],"span":[117,8,12]},{"path":[4,11,2,1],"span":[118,4,32]},{"path":[4,11,2,1,6],"span":[118,4,14]},{"path":[4,11,2,1,1],"span":[118,15,27]},{"path":[4,11,2,1,3],"span":[118,30,31]},{"path":[4,11,2,2],"span":[119,4,23]},{"path":[4,11,2,2,6],"span":[119,4,10]},{"path":[4,11,2,2,1],"span":[119,11,18]},{"path":[4,11,2,2,3],"span":[119,21,22]},{"path":[4,11,2,3],"span":[120,4,40]},{"path":[4,11,2,3,5],"span":[120,4,10]},{"path":[4,11,2,3,1],"span":[120,11,17]},{"path":[4,11,2,3,3],"span":[120,20,21]},{"path":[4,11,2,3,8],"span":[120,22,39]},{"path":[4,11,2,3,8,3],"span":[120,23,38]},{"path":[4,11,2,4],"span":[121,4,27]},{"path":[4,11,2,4,6],"span":[121,4,12]},{"path":[4,11,2,4,1],"span":[121,13,22]},{"path":[4,11,2,4,3],"span":[121,25,26]},{"path":[4,12],"span":[125,0,127,1]},{"path":[4,12,1],"span":[125,8,16]},{"path":[4,12,2,0],"span":[126,2,20]},{"path":[4,12,2,0,5],"span":[126,2,8]},{"path":[4,12,2,0,1],"span":[126,9,15]},{"path":[4,12,2,0,3],"span":[126,18,19]},{"path":[4,13],"span":[129,0,133,1]},{"path":[4,13,1],"span":[129,8,18]},{"path":[4,13,2,0],"span":[130,2,22]},{"path":[4,13,2,0,6],"span":[130,2,12]},{"path":[4,13,2,0,1],"span":[130,13,17]},{"path":[4,13,2,0,3],"span":[130,20,21]},{"path":[4,13,2,1],"span":[131,2,20]},{"path":[4,13,2,1,5],"span":[131,2,8]},{"path":[4,13,2,1,1],"span":[131,9,15]},{"path":[4,13,2,1,3],"span":[131,18,19]},{"path":[4,13,2,2],"span":[132,2,31]},{"path":[4,13,2,2,4],"span":[132,2,10]},{"path":[4,13,2,2,6],"span":[132,11,21]},{"path":[4,13,2,2,1],"span":[132,22,26]},{"path":[4,13,2,2,3],"span":[132,29,30]},{"path":[4,14],"span":[135,0,139,1]},{"path":[4,14,1],"span":[135,8,18]},{"path":[4,14,2,0],"span":[136,2,20]},{"path":[4,14,2,0,5],"span":[136,2,6]},{"path":[4,14,2,0,1],"span":[136,7,15]},{"path":[4,14,2,0,3],"span":[136,18,19]},{"path":[4,14,2,1],"span":[137,2,25]},{"path":[4,14,2,1,5],"span":[137,2,7]},{"path":[4,14,2,1,1],"span":[137,8,20]},{"path":[4,14,2,1,3],"span":[137,23,24]},{"path":[4,14,2,2],"span":[138,2,31]},{"path":[4,14,2,2,5],"span":[138,2,6]},{"path":[4,14,2,2,1],"span":[138,7,26]},{"path":[4,14,2,2,3],"span":[138,29,30]},{"path":[4,15],"span":[141,0,155,1]},{"path":[4,15,1],"span":[141,8,14]},{"path":[4,15,4,0],"span":[142,2,146,3]},{"path":[4,15,4,0,1],"span":[142,7,15]},{"path":[4,15,4,0,2,0],"span":[143,4,26]},{"path":[4,15,4,0,2,0,1],"span":[143,4,21]},{"path":[4,15,4,0,2,0,2],"span":[143,24,25]},{"path":[4,15,4,0,2,1],"span":[144,4,13]},{"path":[4,15,4,0,2,1,1],"span":[144,4,8]},{"path":[4,15,4,0,2,1,2],"span":[144,11,12]},{"path":[4,15,4,0,2,2],"span":[145,4,14]},{"path":[4,15,4,0,2,2,1],"span":[145,4,9]},{"path":[4,15,4,0,2,2,2],"span":[145,12,13]},{"path":[4,15,2,0],"span":[147,2,18]},{"path":[4,15,2,0,5],"span":[147,2,8]},{"path":[4,15,2,0,1],"span":[147,9,13]},{"path":[4,15,2,0,3],"span":[147,16,17]},{"path":[4,15,2,1],"span":[148,2,25]},{"path":[4,15,2,1,5],"span":[148,2,8]},{"path":[4,15,2,1,1],"span":[148,9,20]},{"path":[4,15,2,1,3],"span":[148,23,24]},{"path":[4,15,2,2],"span":[149,2,20]},{"path":[4,15,2,2,5],"span":[149,2,8]},{"path":[4,15,2,2,1],"span":[149,9,15]},{"path":[4,15,2,2,3],"span":[149,18,19]},{"path":[4,15,2,3],"span":[150,2,25]},{"path":[4,15,2,3,5],"span":[150,2,6]},{"path":[4,15,2,3,1],"span":[150,7,20]},{"path":[4,15,2,3,3],"span":[150,23,24]},{"path":[4,15,2,4],"span":[151,2,27]},{"path":[4,15,2,4,5],"span":[151,2,6]},{"path":[4,15,2,4,1],"span":[151,7,22]},{"path":[4,15,2,4,3],"span":[151,25,26]},{"path":[4,15,2,5],"span":[152,2,25]},{"path":[4,15,2,5,6],"span":[152,2,10]},{"path":[4,15,2,5,1],"span":[152,11,20]},{"path":[4,15,2,5,3],"span":[152,23,24]},{"path":[4,15,2,6],"span":[153,2,17]},{"path":[4,15,2,6,5],"span":[153,2,7]},{"path":[4,15,2,6,1],"span":[153,8,12]},{"path":[4,15,2,6,3],"span":[153,15,16]},{"path":[4,15,2,7],"span":[154,2,23]},{"path":[4,15,2,7,5],"span":[154,2,8]},{"path":[4,15,2,7,1],"span":[154,9,18]},{"path":[4,15,2,7,3],"span":[154,21,22]},{"path":[4,16],"span":[157,0,165,1]},{"path":[4,16,1],"span":[157,8,13]},{"path":[4,16,4,0],"span":[158,2,162,3]},{"path":[4,16,4,0,1],"span":[158,7,16]},{"path":[4,16,4,0,2,0],"span":[159,4,12]},{"path":[4,16,4,0,2,0,1],"span":[159,4,7]},{"path":[4,16,4,0,2,0,2],"span":[159,10,11]},{"path":[4,16,4,0,2,1],"span":[160,4,14]},{"path":[4,16,4,0,2,1,1],"span":[160,4,9]},{"path":[4,16,4,0,2,1,2],"span":[160,12,13]},{"path":[4,16,4,0,2,2],"span":[161,4,18]},{"path":[4,16,4,0,2,2,1],"span":[161,4,13]},{"path":[4,16,4,0,2,2,2],"span":[161,16,17]},{"path":[4,16,2,0],"span":[164,2,27]},{"path":[4,16,2,0,6],"span":[164,2,11]},{"path":[4,16,2,0,1],"span":[164,12,22]},{"path":[4,16,2,0,3],"span":[164,25,26]},{"path":[4,17],"span":[167,0,176,1]},{"path":[4,17,1],"span":[167,8,18]},{"path":[4,17,4,0],"span":[168,2,171,3]},{"path":[4,17,4,0,1],"span":[168,7,21]},{"path":[4,17,4,0,2,0],"span":[170,4,20]},{"path":[4,17,4,0,2,0,1],"span":[170,4,15]},{"path":[4,17,4,0,2,0,2],"span":[170,18,19]},{"path":[4,17,2,0],"span":[173,2,44]},{"path":[4,17,2,0,6],"span":[173,2,16]},{"path":[4,17,2,0,1],"span":[173,17,21]},{"path":[4,17,2,0,3],"span":[173,24,25]},{"path":[4,17,2,0,8],"span":[173,26,43]},{"path":[4,17,2,0,8,3],"span":[173,27,42]},{"path":[4,17,2,1],"span":[174,2,16]},{"path":[4,17,2,1,5],"span":[174,2,8]},{"path":[4,17,2,1,1],"span":[174,9,11]},{"path":[4,17,2,1,3],"span":[174,14,15]},{"path":[4,17,2,2],"span":[175,2,18]},{"path":[4,17,2,2,5],"span":[175,2,7]},{"path":[4,17,2,2,1],"span":[175,8,13]},{"path":[4,17,2,2,3],"span":[175,16,17]},{"path":[4,18],"span":[178,0,184,1]},{"path":[4,18,1],"span":[178,8,25]},{"path":[4,18,2,0],"span":[179,2,35]},{"path":[4,18,2,0,4],"span":[179,2,10]},{"path":[4,18,2,0,6],"span":[179,11,22]},{"path":[4,18,2,0,1],"span":[179,23,30]},{"path":[4,18,2,0,3],"span":[179,33,34]},{"path":[4,18,2,1],"span":[180,2,31]},{"path":[4,18,2,1,4],"span":[180,2,10]},{"path":[4,18,2,1,6],"span":[180,11,22]},{"path":[4,18,2,1,1],"span":[180,23,26]},{"path":[4,18,2,1,3],"span":[180,29,30]},{"path":[4,18,2,2],"span":[181,2,37]},{"path":[4,18,2,2,4],"span":[181,2,10]},{"path":[4,18,2,2,6],"span":[181,11,25]},{"path":[4,18,2,2,1],"span":[181,26,32]},{"path":[4,18,2,2,3],"span":[181,35,36]},{"path":[4,18,2,3],"span":[182,2,42]},{"path":[4,18,2,3,4],"span":[182,2,10]},{"path":[4,18,2,3,6],"span":[182,11,27]},{"path":[4,18,2,3,1],"span":[182,28,37]},{"path":[4,18,2,3,3],"span":[182,40,41]},{"path":[4,18,2,4],"span":[183,2,42]},{"path":[4,18,2,4,4],"span":[183,2,10]},{"path":[4,18,2,4,6],"span":[183,11,27]},{"path":[4,18,2,4,1],"span":[183,28,37]},{"path":[4,18,2,4,3],"span":[183,40,41]},{"path":[4,19],"span":[186,0,193,1]},{"path":[4,19,1],"span":[186,8,19]},{"path":[4,19,2,0],"span":[187,2,66]},{"path":[4,19,2,0,4],"span":[187,2,10]},{"path":[4,19,2,0,6],"span":[187,11,39]},{"path":[4,19,2,0,1],"span":[187,40,61]},{"path":[4,19,2,0,3],"span":[187,64,65]},{"path":[4,19,2,1],"span":[188,2,47]},{"path":[4,19,2,1,4],"span":[188,2,10]},{"path":[4,19,2,1,6],"span":[188,11,30]},{"path":[4,19,2,1,1],"span":[188,31,42]},{"path":[4,19,2,1,3],"span":[188,45,46]},{"path":[4,19,2,2],"span":[189,2,50]},{"path":[4,19,2,2,4],"span":[189,2,10]},{"path":[4,19,2,2,6],"span":[189,11,31]},{"path":[4,19,2,2,1],"span":[189,32,45]},{"path":[4,19,2,2,3],"span":[189,48,49]},{"path":[4,19,2,3],"span":[190,2,49]},{"path":[4,19,2,3,4],"span":[190,2,10]},{"path":[4,19,2,3,6],"span":[190,11,30]},{"path":[4,19,2,3,1],"span":[190,31,44]},{"path":[4,19,2,3,3],"span":[190,47,48]},{"path":[4,19,2,4],"span":[191,2,60]},{"path":[4,19,2,4,4],"span":[191,2,10]},{"path":[4,19,2,4,6],"span":[191,11,36]},{"path":[4,19,2,4,1],"span":[191,37,55]},{"path":[4,19,2,4,3],"span":[191,58,59]},{"path":[4,19,2,5],"span":[192,2,37]},{"path":[4,19,2,5,4],"span":[192,2,10]},{"path":[4,19,2,5,6],"span":[192,11,25]},{"path":[4,19,2,5,1],"span":[192,26,32]},{"path":[4,19,2,5,3],"span":[192,35,36]},{"path":[4,20],"span":[195,0,198,1]},{"path":[4,20,1],"span":[195,8,27]},{"path":[4,20,2,0],"span":[196,2,53],"trailingComments":" cron expression\n"},{"path":[4,20,2,0,6],"span":[196,2,29]},{"path":[4,20,2,0,1],"span":[196,30,48]},{"path":[4,20,2,0,3],"span":[196,51,52]},{"path":[4,20,2,1],"span":[197,2,56]},{"path":[4,20,2,1,4],"span":[197,2,10]},{"path":[4,20,2,1,6],"span":[197,11,34]},{"path":[4,20,2,1,1],"span":[197,35,51]},{"path":[4,20,2,1,3],"span":[197,54,55]},{"path":[4,21],"span":[200,0,203,1]},{"path":[4,21,1],"span":[200,8,31]},{"path":[4,21,2,0],"span":[201,2,60],"trailingComments":" default 30 days\n"},{"path":[4,21,2,0,6],"span":[201,2,28]},{"path":[4,21,2,0,1],"span":[201,29,55]},{"path":[4,21,2,0,3],"span":[201,58,59]},{"path":[4,21,2,1],"span":[202,2,62],"trailingComments":" default 365 days\n"},{"path":[4,21,2,1,6],"span":[202,2,28]},{"path":[4,21,2,1,1],"span":[202,29,57]},{"path":[4,21,2,1,3],"span":[202,60,61]},{"path":[4,22],"span":[205,0,210,1]},{"path":[4,22,1],"span":[205,8,28]},{"path":[4,22,2,0],"span":[206,2,54]},{"path":[4,22,2,0,6],"span":[206,2,27]},{"path":[4,22,2,0,1],"span":[206,28,49]},{"path":[4,22,2,0,3],"span":[206,52,53]},{"path":[4,22,2,1],"span":[207,2,66],"trailingComments":" will only be used if smart polling is disabled, default 60 seconds.\n"},{"path":[4,22,2,1,6],"span":[207,2,28]},{"path":[4,22,2,1,1],"span":[207,29,61]},{"path":[4,22,2,1,3],"span":[207,64,65]},{"path":[4,22,2,2],"span":[209,2,48],"trailingComments":" key is the polling zero based frequency, value is the polling interval in seconds. Will only be used if smart polling is enabled. I.e: [(0, 15), (1, 60), (2, 120)] = 15 seconds for the high frequency polling, 60 seconds for the normal frequency polling, 120 seconds for the low frequency polling\n"},{"path":[4,22,2,2,6],"span":[209,2,19]},{"path":[4,22,2,2,1],"span":[209,20,43]},{"path":[4,22,2,2,3],"span":[209,46,47]},{"path":[4,23],"span":[212,0,214,1]},{"path":[4,23,1],"span":[212,8,27]},{"path":[4,23,2,0],"span":[213,2,58],"trailingComments":" default 15 minutes\n"},{"path":[4,23,2,0,6],"span":[213,2,28]},{"path":[4,23,2,0,1],"span":[213,29,53]},{"path":[4,23,2,0,3],"span":[213,56,57]},{"path":[4,24],"span":[216,0,218,1]},{"path":[4,24,1],"span":[216,8,33]},{"path":[4,24,2,0],"span":[217,2,58],"trailingComments":" default 240 minutes (4 hours)\n"},{"path":[4,24,2,0,6],"span":[217,2,28]},{"path":[4,24,2,0,1],"span":[217,29,53]},{"path":[4,24,2,0,3],"span":[217,56,57]},{"path":[4,25],"span":[220,0,224,1]},{"path":[4,25,1],"span":[220,8,22]},{"path":[4,25,2,0],"span":[221,2,40]},{"path":[4,25,2,0,6],"span":[221,2,27]},{"path":[4,25,2,0,1],"span":[221,28,35]},{"path":[4,25,2,0,3],"span":[221,38,39]},{"path":[4,25,2,1],"span":[222,2,58]},{"path":[4,25,2,1,6],"span":[222,2,28]},{"path":[4,25,2,1,1],"span":[222,29,53]},{"path":[4,25,2,1,3],"span":[222,56,57]},{"path":[4,25,2,2],"span":[223,2,41]},{"path":[4,25,2,2,6],"span":[223,2,29]},{"path":[4,25,2,2,1],"span":[223,30,36]},{"path":[4,25,2,2,3],"span":[223,39,40]},{"path":[4,26],"span":[226,0,232,1]},{"path":[4,26,1],"span":[226,8,36]},{"path":[4,26,2,0],"span":[227,2,47]},{"path":[4,26,2,0,4],"span":[227,2,10]},{"path":[4,26,2,0,6],"span":[227,11,30]},{"path":[4,26,2,0,1],"span":[227,31,42]},{"path":[4,26,2,0,3],"span":[227,45,46]},{"path":[4,26,2,1],"span":[228,2,60]},{"path":[4,26,2,1,4],"span":[228,2,10]},{"path":[4,26,2,1,6],"span":[228,11,36]},{"path":[4,26,2,1,1],"span":[228,37,55]},{"path":[4,26,2,1,3],"span":[228,58,59]},{"path":[4,26,2,2],"span":[229,2,50]},{"path":[4,26,2,2,4],"span":[229,2,10]},{"path":[4,26,2,2,6],"span":[229,11,31]},{"path":[4,26,2,2,1],"span":[229,32,45]},{"path":[4,26,2,2,3],"span":[229,48,49]},{"path":[4,26,2,3],"span":[230,2,68]},{"path":[4,26,2,3,4],"span":[230,2,10]},{"path":[4,26,2,3,6],"span":[230,11,40]},{"path":[4,26,2,3,1],"span":[230,41,63]},{"path":[4,26,2,3,3],"span":[230,66,67]},{"path":[4,26,2,4],"span":[231,2,44]},{"path":[4,26,2,4,4],"span":[231,2,10]},{"path":[4,26,2,4,6],"span":[231,11,28]},{"path":[4,26,2,4,1],"span":[231,29,39]},{"path":[4,26,2,4,3],"span":[231,42,43]},{"path":[4,27],"span":[234,0,236,1]},{"path":[4,27,1],"span":[234,8,27]},{"path":[4,27,2,0],"span":[235,2,49],"trailingComments":" default 100\n"},{"path":[4,27,2,0,6],"span":[235,2,28]},{"path":[4,27,2,0,1],"span":[235,29,44]},{"path":[4,27,2,0,3],"span":[235,47,48]},{"path":[4,28],"span":[238,0,241,1]},{"path":[4,28,1],"span":[238,8,25]},{"path":[4,28,2,0],"span":[239,2,39],"trailingComments":" Ip addresses (including ranges and CIDR notations) or hostnames.\n"},{"path":[4,28,2,0,4],"span":[239,2,10]},{"path":[4,28,2,0,5],"span":[239,11,17]},{"path":[4,28,2,0,1],"span":[239,18,34]},{"path":[4,28,2,0,3],"span":[239,37,38]},{"path":[4,28,2,1],"span":[240,2,42],"trailingComments":" Network interface names.\n"},{"path":[4,28,2,1,4],"span":[240,2,10]},{"path":[4,28,2,1,5],"span":[240,11,17]},{"path":[4,28,2,1,1],"span":[240,18,37]},{"path":[4,28,2,1,3],"span":[240,40,41]},{"path":[4,29],"span":[243,0,246,1]},{"path":[4,29,1],"span":[243,8,33]},{"path":[4,29,2,0],"span":[244,2,40]},{"path":[4,29,2,0,6],"span":[244,2,27]},{"path":[4,29,2,0,1],"span":[244,28,35]},{"path":[4,29,2,0,3],"span":[244,38,39]},{"path":[4,29,2,1],"span":[245,2,51]},{"path":[4,29,2,1,6],"span":[245,2,27]},{"path":[4,29,2,1,1],"span":[245,28,46]},{"path":[4,29,2,1,3],"span":[245,49,50]},{"path":[4,30],"span":[248,0,250,1]},{"path":[4,30,1],"span":[248,8,28]},{"path":[4,31],"span":[252,0,255,1]},{"path":[4,31,1],"span":[252,8,37]},{"path":[4,31,2,0],"span":[253,2,44]},{"path":[4,31,2,0,6],"span":[253,2,27]},{"path":[4,31,2,0,1],"span":[253,28,39]},{"path":[4,31,2,0,3],"span":[253,42,43]},{"path":[4,31,2,1],"span":[254,2,52]},{"path":[4,31,2,1,6],"span":[254,2,37]},{"path":[4,31,2,1,1],"span":[254,38,47]},{"path":[4,31,2,1,3],"span":[254,50,51]},{"path":[4,32],"span":[257,0,261,1]},{"path":[4,32,1],"span":[257,8,30]},{"path":[4,32,2,0],"span":[258,2,40]},{"path":[4,32,2,0,6],"span":[258,2,27]},{"path":[4,32,2,0,1],"span":[258,28,35]},{"path":[4,32,2,0,3],"span":[258,38,39]},{"path":[4,32,2,1],"span":[259,2,38]},{"path":[4,32,2,1,6],"span":[259,2,28]},{"path":[4,32,2,1,1],"span":[259,29,33]},{"path":[4,32,2,1,3],"span":[259,36,37]},{"path":[4,32,2,2],"span":[260,2,42],"trailingComments":" additional data for a specific for the protocol\n"},{"path":[4,32,2,2,6],"span":[260,2,21]},{"path":[4,32,2,2,1],"span":[260,22,37]},{"path":[4,32,2,2,3],"span":[260,40,41]},{"path":[4,33],"span":[263,0,265,1]},{"path":[4,33,1],"span":[263,8,24]},{"path":[4,33,2,0],"span":[264,2,66]},{"path":[4,33,2,0,4],"span":[264,2,10]},{"path":[4,33,2,0,6],"span":[264,11,39]},{"path":[4,33,2,0,1],"span":[264,40,61]},{"path":[4,33,2,0,3],"span":[264,64,65]},{"path":[4,34],"span":[267,0,270,1]},{"path":[4,34,1],"span":[267,8,24]},{"path":[4,34,2,0],"span":[268,2,66]},{"path":[4,34,2,0,4],"span":[268,2,10]},{"path":[4,34,2,0,6],"span":[268,11,39]},{"path":[4,34,2,0,1],"span":[268,40,61]},{"path":[4,34,2,0,3],"span":[268,64,65]},{"path":[4,34,2,1],"span":[269,2,50],"trailingComments":" used to enable raw traffic packets logging for the OT sensor.\n"},{"path":[4,34,2,1,4],"span":[269,2,10]},{"path":[4,34,2,1,6],"span":[269,11,29]},{"path":[4,34,2,1,1],"span":[269,30,45]},{"path":[4,34,2,1,3],"span":[269,48,49]},{"path":[4,35],"span":[272,0,275,1]},{"path":[4,35,1],"span":[272,8,26]},{"path":[4,35,2,0],"span":[273,2,40]},{"path":[4,35,2,0,6],"span":[273,2,27]},{"path":[4,35,2,0,1],"span":[273,28,35]},{"path":[4,35,2,0,3],"span":[273,38,39]},{"path":[4,35,2,1],"span":[274,2,39]},{"path":[4,35,2,1,6],"span":[274,2,29]},{"path":[4,35,2,1,1],"span":[274,30,34]},{"path":[4,35,2,1,3],"span":[274,37,38]},{"path":[4,36],"span":[277,0,283,1]},{"path":[4,36,1],"span":[277,8,22]},{"path":[4,36,2,0],"span":[278,2,55],"trailingComments":" default false\n"},{"path":[4,36,2,0,6],"span":[278,2,27]},{"path":[4,36,2,0,1],"span":[278,28,50]},{"path":[4,36,2,0,3],"span":[278,53,54]},{"path":[4,36,2,1],"span":[279,2,50]},{"path":[4,36,2,1,4],"span":[279,2,10]},{"path":[4,36,2,1,6],"span":[279,11,31]},{"path":[4,36,2,1,1],"span":[279,32,45]},{"path":[4,36,2,1,3],"span":[279,48,49]},{"path":[4,36,2,2],"span":[280,2,41]},{"path":[4,36,2,2,4],"span":[280,2,10]},{"path":[4,36,2,2,6],"span":[280,11,27]},{"path":[4,36,2,2,1],"span":[280,28,36]},{"path":[4,36,2,2,3],"span":[280,39,40]},{"path":[4,36,2,3],"span":[281,2,37]},{"path":[4,36,2,3,4],"span":[281,2,10]},{"path":[4,36,2,3,6],"span":[281,11,25]},{"path":[4,36,2,3,1],"span":[281,26,32]},{"path":[4,36,2,3,3],"span":[281,35,36]},{"path":[4,36,2,4],"span":[282,2,50]},{"path":[4,36,2,4,4],"span":[282,2,10]},{"path":[4,36,2,4,6],"span":[282,11,31]},{"path":[4,36,2,4,1],"span":[282,32,45]},{"path":[4,36,2,4,3],"span":[282,48,49]},{"path":[4,37],"span":[285,0,288,1]},{"path":[4,37,1],"span":[285,8,28]},{"path":[4,37,2,0],"span":[286,2,40]},{"path":[4,37,2,0,6],"span":[286,2,27]},{"path":[4,37,2,0,1],"span":[286,28,35]},{"path":[4,37,2,0,3],"span":[286,38,39]},{"path":[4,37,2,1],"span":[287,2,48],"trailingComments":" cron expression \n"},{"path":[4,37,2,1,6],"span":[287,2,29]},{"path":[4,37,2,1,1],"span":[287,30,43]},{"path":[4,37,2,1,3],"span":[287,46,47]},{"path":[4,38],"span":[290,0,292,1]},{"path":[4,38,1],"span":[290,8,22]},{"path":[4,38,2,0],"span":[291,2,48]},{"path":[4,38,2,0,6],"span":[291,2,29]},{"path":[4,38,2,0,1],"span":[291,30,43]},{"path":[4,38,2,0,3],"span":[291,46,47]},{"path":[4,39],"span":[294,0,300,1]},{"path":[4,39,1],"span":[294,8,24]},{"path":[4,39,2,0],"span":[295,2,57],"trailingComments":" default true\n"},{"path":[4,39,2,0,6],"span":[295,2,27]},{"path":[4,39,2,0,1],"span":[295,28,52]},{"path":[4,39,2,0,3],"span":[295,55,56]},{"path":[4,39,2,1],"span":[296,2,50],"trailingComments":" cron expression\n"},{"path":[4,39,2,1,6],"span":[296,2,29]},{"path":[4,39,2,1,1],"span":[296,30,45]},{"path":[4,39,2,1,3],"span":[296,48,49]},{"path":[4,39,2,2],"span":[297,2,50]},{"path":[4,39,2,2,6],"span":[297,2,29]},{"path":[4,39,2,2,1],"span":[297,30,45]},{"path":[4,39,2,2,3],"span":[297,48,49]},{"path":[4,39,2,3],"span":[298,2,58]},{"path":[4,39,2,3,6],"span":[298,2,28]},{"path":[4,39,2,3,1],"span":[298,29,53]},{"path":[4,39,2,3,3],"span":[298,56,57]},{"path":[4,39,2,4],"span":[299,2,61]},{"path":[4,39,2,4,6],"span":[299,2,28]},{"path":[4,39,2,4,1],"span":[299,29,56]},{"path":[4,39,2,4,3],"span":[299,59,60]},{"path":[4,40],"span":[302,0,305,1]},{"path":[4,40,1],"span":[302,8,28]},{"path":[4,40,2,0],"span":[303,2,64]},{"path":[4,40,2,0,6],"span":[303,2,28]},{"path":[4,40,2,0,1],"span":[303,29,59]},{"path":[4,40,2,0,3],"span":[303,62,63]},{"path":[4,40,2,1],"span":[304,2,69]},{"path":[4,40,2,1,6],"span":[304,2,28]},{"path":[4,40,2,1,1],"span":[304,29,64]},{"path":[4,40,2,1,3],"span":[304,67,68]},{"path":[4,41],"span":[307,0,320,1]},{"path":[4,41,1],"span":[307,8,19]},{"path":[4,41,4,0],"span":[308,2,315,3]},{"path":[4,41,4,0,1],"span":[308,7,15]},{"path":[4,41,4,0,2,0],"span":[309,4,16]},{"path":[4,41,4,0,2,0,1],"span":[309,4,11]},{"path":[4,41,4,0,2,0,2],"span":[309,14,15]},{"path":[4,41,4,0,2,1],"span":[310,4,14]},{"path":[4,41,4,0,2,1,1],"span":[310,4,9]},{"path":[4,41,4,0,2,1,2],"span":[310,12,13]},{"path":[4,41,4,0,2,2],"span":[311,4,20]},{"path":[4,41,4,0,2,2,1],"span":[311,4,15]},{"path":[4,41,4,0,2,2,2],"span":[311,18,19]},{"path":[4,41,4,0,2,3],"span":[312,4,16]},{"path":[4,41,4,0,2,3,1],"span":[312,4,11]},{"path":[4,41,4,0,2,3,2],"span":[312,14,15]},{"path":[4,41,4,0,2,4],"span":[313,4,14]},{"path":[4,41,4,0,2,4,1],"span":[313,4,9]},{"path":[4,41,4,0,2,4,2],"span":[313,12,13]},{"path":[4,41,4,0,2,5],"span":[314,4,14]},{"path":[4,41,4,0,2,5,1],"span":[314,4,9]},{"path":[4,41,4,0,2,5,2],"span":[314,12,13]},{"path":[4,41,2,0],"span":[316,2,30],"trailingComments":" default INFORMATION\n"},{"path":[4,41,2,0,4],"span":[316,2,10]},{"path":[4,41,2,0,6],"span":[316,11,19]},{"path":[4,41,2,0,1],"span":[316,20,25]},{"path":[4,41,2,0,3],"span":[316,28,29]},{"path":[4,41,2,1],"span":[317,2,55],"trailingComments":" default 52428800 bytes (50MB)\n"},{"path":[4,41,2,1,6],"span":[317,2,28]},{"path":[4,41,2,1,1],"span":[317,29,50]},{"path":[4,41,2,1,3],"span":[317,53,54]},{"path":[4,41,2,2],"span":[318,2,59],"trailingComments":" default 5\n"},{"path":[4,41,2,2,6],"span":[318,2,28]},{"path":[4,41,2,2,1],"span":[318,29,54]},{"path":[4,41,2,2,3],"span":[318,57,58]},{"path":[4,41,2,3],"span":[319,2,35]},{"path":[4,41,2,3,6],"span":[319,2,20]},{"path":[4,41,2,3,1],"span":[319,21,30]},{"path":[4,41,2,3,3],"span":[319,33,34]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
import * as grpc from "@grpc/grpc-js";
|
|
8
8
|
import * as scanningconfig_pb from "./scanningconfig_pb";
|
|
9
|
+
import * as google_protobuf_wrappers_pb from "google-protobuf/google/protobuf/wrappers_pb";
|
|
9
10
|
|
|
10
11
|
interface IScanningConfigServiceService extends grpc.ServiceDefinition<grpc.UntypedServiceImplementation> {
|
|
11
12
|
getConfigurationsBySource: IScanningConfigServiceService_IGetConfigurationsBySource;
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
'use strict';
|
|
4
4
|
var grpc = require('@grpc/grpc-js');
|
|
5
5
|
var scanningconfig_pb = require('./scanningconfig_pb.js');
|
|
6
|
+
var google_protobuf_wrappers_pb = require('google-protobuf/google/protobuf/wrappers_pb.js');
|
|
6
7
|
|
|
7
8
|
function serialize_lansweeper_scanningconfig_v1_GetConfigurationsBySourceRequest(arg) {
|
|
8
9
|
if (!(arg instanceof scanningconfig_pb.GetConfigurationsBySourceRequest)) {
|