@lansweeper/scanningconfig-grpc 0.3.3 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/Lansweeper.ScanningConfig.GRPC.csproj +3 -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 +17 -0
- package/gen-proto/scanningconfig_grpc_pb.js +33 -0
- package/gen-proto/scanningconfig_pb.d.ts +80 -0
- package/gen-proto/scanningconfig_pb.js +615 -0
- package/generated-go/scanningconfig.pb.go +673 -374
- package/generated-go/scanningconfig_grpc.pb.go +38 -0
- 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/proto/Scanningconfig.cs +1045 -313
- package/obj/Debug/net6.0/proto/ScanningconfigGrpc.cs +32 -0
- 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 +23 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.3.5](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.3.4...@lansweeper/scanningconfig-grpc@0.3.5) (2025-08-26)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @lansweeper/scanningconfig-grpc
|
|
9
|
+
|
|
10
|
+
## [0.3.4](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.3.3...@lansweeper/scanningconfig-grpc@0.3.4) (2025-06-19)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @lansweeper/scanningconfig-grpc
|
|
13
|
+
|
|
6
14
|
## [0.3.3](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.3.2...@lansweeper/scanningconfig-grpc@0.3.3) (2025-06-16)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @lansweeper/scanningconfig-grpc
|
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
<Company>Lansweeper</Company>
|
|
8
8
|
<Product>Lansweeper ScanningConfig model/proto</Product>
|
|
9
9
|
<Copyright>Lansweeper</Copyright>
|
|
10
|
-
<PackageVersion>0.3.
|
|
11
|
-
<Version>0.3.
|
|
12
|
-
<FileVersion>0.3.
|
|
10
|
+
<PackageVersion>0.3.4</PackageVersion>
|
|
11
|
+
<Version>0.3.4</Version>
|
|
12
|
+
<FileVersion>0.3.4</FileVersion>
|
|
13
13
|
<RepositoryUrl>https://github.com/Lansweeper/lansweeperapis</RepositoryUrl>
|
|
14
14
|
<Nullable>enable</Nullable>
|
|
15
15
|
</PropertyGroup>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v6.0": {
|
|
9
|
-
"Lansweeper.ScanningConfig.GRPC/0.3.
|
|
9
|
+
"Lansweeper.ScanningConfig.GRPC/0.3.4": {
|
|
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.3.
|
|
82
|
+
"Lansweeper.ScanningConfig.GRPC/0.3.4": {
|
|
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":"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":"DeleteActionRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"action_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"actionId"}]},{"name":"DeleteActionResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"},{"name":"message","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"message"}]},{"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":{}},{"name":"DeleteAction","inputType":".lansweeper.scanningconfig.v1.DeleteActionRequest","outputType":".lansweeper.scanningconfig.v1.DeleteActionResponse","options":{}}]}],"options":{"goPackage":"./generated-go"},"sourceCodeInfo":{"location":[{"span":[0,0,331,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,10,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":[6,0,2,1],"span":[9,2,73]},{"path":[6,0,2,1,1],"span":[9,6,18]},{"path":[6,0,2,1,2],"span":[9,19,38]},{"path":[6,0,2,1,3],"span":[9,49,69]},{"path":[4,0],"span":[12,0,15,1]},{"path":[4,0,1],"span":[12,8,27]},{"path":[4,0,2,0],"span":[13,2,21]},{"path":[4,0,2,0,5],"span":[13,2,8]},{"path":[4,0,2,0,1],"span":[13,9,16]},{"path":[4,0,2,0,3],"span":[13,19,20]},{"path":[4,0,2,1],"span":[14,2,23]},{"path":[4,0,2,1,5],"span":[14,2,8]},{"path":[4,0,2,1,1],"span":[14,9,18]},{"path":[4,0,2,1,3],"span":[14,21,22]},{"path":[4,1],"span":[17,0,20,1]},{"path":[4,1,1],"span":[17,8,28]},{"path":[4,1,2,0],"span":[18,2,19]},{"path":[4,1,2,0,5],"span":[18,2,6]},{"path":[4,1,2,0,1],"span":[18,7,14]},{"path":[4,1,2,0,3],"span":[18,17,18]},{"path":[4,1,2,1],"span":[19,2,21]},{"path":[4,1,2,1,5],"span":[19,2,8]},{"path":[4,1,2,1,1],"span":[19,9,16]},{"path":[4,1,2,1,3],"span":[19,19,20]},{"path":[4,2],"span":[22,0,25,1]},{"path":[4,2,1],"span":[22,8,40]},{"path":[4,2,2,0],"span":[23,2,23]},{"path":[4,2,2,0,5],"span":[23,2,8]},{"path":[4,2,2,0,1],"span":[23,9,18]},{"path":[4,2,2,0,3],"span":[23,21,22]},{"path":[4,2,2,1],"span":[24,2,21]},{"path":[4,2,2,1,5],"span":[24,2,8]},{"path":[4,2,2,1,1],"span":[24,9,16]},{"path":[4,2,2,1,3],"span":[24,19,20]},{"path":[4,3],"span":[27,0,29,1]},{"path":[4,3,1],"span":[27,8,41]},{"path":[4,3,2,0],"span":[28,2,33]},{"path":[4,3,2,0,4],"span":[28,2,10]},{"path":[4,3,2,0,6],"span":[28,11,20]},{"path":[4,3,2,0,1],"span":[28,21,28]},{"path":[4,3,2,0,3],"span":[28,31,32]},{"path":[4,4],"span":[31,0,46,1]},{"path":[4,4,1],"span":[31,8,17]},{"path":[4,4,4,0],"span":[32,2,38,3]},{"path":[4,4,4,0,1],"span":[32,7,20]},{"path":[4,4,4,0,2,0],"span":[33,4,20]},{"path":[4,4,4,0,2,0,1],"span":[33,4,15]},{"path":[4,4,4,0,2,0,2],"span":[33,18,19]},{"path":[4,4,4,0,2,1],"span":[34,4,14]},{"path":[4,4,4,0,2,1,1],"span":[34,4,9]},{"path":[4,4,4,0,2,1,2],"span":[34,12,13]},{"path":[4,4,4,0,2,2],"span":[35,4,18]},{"path":[4,4,4,0,2,2,1],"span":[35,4,13]},{"path":[4,4,4,0,2,2,2],"span":[35,16,17]},{"path":[4,4,4,0,2,3],"span":[36,4,15]},{"path":[4,4,4,0,2,3,1],"span":[36,4,10]},{"path":[4,4,4,0,2,3,2],"span":[36,13,14]},{"path":[4,4,4,0,2,4],"span":[37,4,18]},{"path":[4,4,4,0,2,4,1],"span":[37,4,13]},{"path":[4,4,4,0,2,4,2],"span":[37,16,17]},{"path":[4,4,2,0],"span":[40,2,16]},{"path":[4,4,2,0,5],"span":[40,2,8]},{"path":[4,4,2,0,1],"span":[40,9,11]},{"path":[4,4,2,0,3],"span":[40,14,15]},{"path":[4,4,2,1],"span":[41,2,25]},{"path":[4,4,2,1,6],"span":[41,2,15]},{"path":[4,4,2,1,1],"span":[41,16,20]},{"path":[4,4,2,1,3],"span":[41,23,24]},{"path":[4,4,2,2],"span":[42,2,30]},{"path":[4,4,2,2,4],"span":[42,2,10]},{"path":[4,4,2,2,6],"span":[42,11,17]},{"path":[4,4,2,2,1],"span":[42,18,25]},{"path":[4,4,2,2,3],"span":[42,28,29]},{"path":[4,4,2,3],"span":[43,2,63]},{"path":[4,4,2,3,4],"span":[43,2,10]},{"path":[4,4,2,3,6],"span":[43,11,28]},{"path":[4,4,2,3,1],"span":[43,29,38]},{"path":[4,4,2,3,3],"span":[43,41,42]},{"path":[4,4,2,3,8],"span":[43,43,62]},{"path":[4,4,2,3,8,3],"span":[43,44,61]},{"path":[4,4,2,4],"span":[44,2,19]},{"path":[4,4,2,4,5],"span":[44,2,6]},{"path":[4,4,2,4,1],"span":[44,7,14]},{"path":[4,4,2,4,3],"span":[44,17,18]},{"path":[4,4,2,5],"span":[45,2,44]},{"path":[4,4,2,5,4],"span":[45,2,10]},{"path":[4,4,2,5,6],"span":[45,11,28]},{"path":[4,4,2,5,1],"span":[45,29,39]},{"path":[4,4,2,5,3],"span":[45,42,43]},{"path":[4,5],"span":[48,0,52,1]},{"path":[4,5,1],"span":[48,8,18]},{"path":[4,5,7],"span":[49,2,27]},{"path":[4,5,7,3],"span":[49,2,27]},{"path":[4,5,2,0],"span":[50,2,19]},{"path":[4,5,2,0,5],"span":[50,2,6]},{"path":[4,5,2,0,1],"span":[50,7,14]},{"path":[4,5,2,0,3],"span":[50,17,18]},{"path":[4,5,2,1],"span":[51,2,42]},{"path":[4,5,2,1,4],"span":[51,2,10]},{"path":[4,5,2,1,5],"span":[51,11,17]},{"path":[4,5,2,1,1],"span":[51,18,37]},{"path":[4,5,2,1,3],"span":[51,40,41]},{"path":[4,6],"span":[54,0,58,1]},{"path":[4,6,1],"span":[54,8,25]},{"path":[4,6,7],"span":[55,2,27]},{"path":[4,6,7,3],"span":[55,2,27]},{"path":[4,6,2,0],"span":[56,2,19]},{"path":[4,6,2,0,5],"span":[56,2,6]},{"path":[4,6,2,0,1],"span":[56,7,14]},{"path":[4,6,2,0,3],"span":[56,17,18]},{"path":[4,6,2,1],"span":[57,2,42]},{"path":[4,6,2,1,4],"span":[57,2,10]},{"path":[4,6,2,1,5],"span":[57,11,17]},{"path":[4,6,2,1,1],"span":[57,18,37]},{"path":[4,6,2,1,3],"span":[57,40,41]},{"path":[4,7],"span":[60,0,64,1]},{"path":[4,7,1],"span":[60,8,18]},{"path":[4,7,7],"span":[61,2,27]},{"path":[4,7,7,3],"span":[61,2,27]},{"path":[4,7,2,0],"span":[62,2,19]},{"path":[4,7,2,0,5],"span":[62,2,6]},{"path":[4,7,2,0,1],"span":[62,7,14]},{"path":[4,7,2,0,3],"span":[62,17,18]},{"path":[4,7,2,1],"span":[63,2,22]},{"path":[4,7,2,1,5],"span":[63,2,8]},{"path":[4,7,2,1,1],"span":[63,9,17]},{"path":[4,7,2,1,3],"span":[63,20,21]},{"path":[4,8],"span":[66,0,70,1]},{"path":[4,8,1],"span":[66,8,25]},{"path":[4,8,2,0],"span":[67,2,65]},{"path":[4,8,2,0,4],"span":[67,2,10]},{"path":[4,8,2,0,6],"span":[67,11,21]},{"path":[4,8,2,0,1],"span":[67,22,40]},{"path":[4,8,2,0,3],"span":[67,43,44]},{"path":[4,8,2,0,8],"span":[67,45,64]},{"path":[4,8,2,0,8,3],"span":[67,46,63]},{"path":[4,8,2,1],"span":[68,2,45]},{"path":[4,8,2,1,4],"span":[68,2,10]},{"path":[4,8,2,1,6],"span":[68,11,21]},{"path":[4,8,2,1,1],"span":[68,22,40]},{"path":[4,8,2,1,3],"span":[68,43,44]},{"path":[4,8,2,2],"span":[69,2,59]},{"path":[4,8,2,2,4],"span":[69,2,10]},{"path":[4,8,2,2,6],"span":[69,11,28]},{"path":[4,8,2,2,1],"span":[69,29,54]},{"path":[4,8,2,2,3],"span":[69,57,58]},{"path":[4,9],"span":[72,0,75,1]},{"path":[4,9,1],"span":[72,8,15]},{"path":[4,9,2,0],"span":[73,2,22]},{"path":[4,9,2,0,5],"span":[73,2,8]},{"path":[4,9,2,0,1],"span":[73,9,18]},{"path":[4,9,2,0,3],"span":[73,20,21]},{"path":[4,9,2,1],"span":[74,2,18]},{"path":[4,9,2,1,5],"span":[74,2,8]},{"path":[4,9,2,1,1],"span":[74,9,13]},{"path":[4,9,2,1,3],"span":[74,16,17]},{"path":[4,10],"span":[77,0,94,1]},{"path":[4,10,1],"span":[77,8,14]},{"path":[4,10,4,0],"span":[78,2,82,3]},{"path":[4,10,4,0,1],"span":[78,7,17]},{"path":[4,10,4,0,2,0],"span":[79,4,20]},{"path":[4,10,4,0,2,0,1],"span":[79,4,15]},{"path":[4,10,4,0,2,0,2],"span":[79,18,19]},{"path":[4,10,4,0,2,1],"span":[80,4,14]},{"path":[4,10,4,0,2,1,1],"span":[80,4,9]},{"path":[4,10,4,0,2,1,2],"span":[80,12,13]},{"path":[4,10,4,0,2,2],"span":[81,4,18]},{"path":[4,10,4,0,2,2,1],"span":[81,4,13]},{"path":[4,10,4,0,2,2,2],"span":[81,16,17]},{"path":[4,10,2,0],"span":[84,2,32]},{"path":[4,10,2,0,4],"span":[84,2,10]},{"path":[4,10,2,0,6],"span":[84,11,18]},{"path":[4,10,2,0,1],"span":[84,19,27]},{"path":[4,10,2,0,3],"span":[84,30,31]},{"path":[4,10,2,1],"span":[85,2,29]},{"path":[4,10,2,1,6],"span":[85,2,12]},{"path":[4,10,2,1,1],"span":[85,13,24]},{"path":[4,10,2,1,3],"span":[85,27,28]},{"path":[4,10,2,2],"span":[86,2,38]},{"path":[4,10,2,2,4],"span":[86,2,10]},{"path":[4,10,2,2,6],"span":[86,11,21]},{"path":[4,10,2,2,1],"span":[86,22,33]},{"path":[4,10,2,2,3],"span":[86,36,37]},{"path":[4,10,8,0],"span":[87,2,90,3]},{"path":[4,10,8,0,1],"span":[87,8,18]},{"path":[4,10,2,3],"span":[88,4,40]},{"path":[4,10,2,3,6],"span":[88,4,9]},{"path":[4,10,2,3,1],"span":[88,10,15]},{"path":[4,10,2,3,3],"span":[88,18,19]},{"path":[4,10,2,3,8],"span":[88,20,39]},{"path":[4,10,2,3,8,3],"span":[88,21,38]},{"path":[4,10,2,4],"span":[89,4,48]},{"path":[4,10,2,4,6],"span":[89,4,13]},{"path":[4,10,2,4,1],"span":[89,14,23]},{"path":[4,10,2,4,3],"span":[89,26,27]},{"path":[4,10,2,4,8],"span":[89,28,47]},{"path":[4,10,2,4,8,3],"span":[89,29,46]},{"path":[4,10,2,5],"span":[91,2,41]},{"path":[4,10,2,5,6],"span":[91,2,18]},{"path":[4,10,2,5,1],"span":[91,19,36]},{"path":[4,10,2,5,3],"span":[91,39,40]},{"path":[4,10,2,6],"span":[92,2,16]},{"path":[4,10,2,6,5],"span":[92,2,8]},{"path":[4,10,2,6,1],"span":[92,9,11]},{"path":[4,10,2,6,3],"span":[92,14,15]},{"path":[4,10,2,7],"span":[93,2,18]},{"path":[4,10,2,7,5],"span":[93,2,8]},{"path":[4,10,2,7,1],"span":[93,9,13]},{"path":[4,10,2,7,3],"span":[93,16,17]},{"path":[4,11],"span":[96,0,98,1]},{"path":[4,11,1],"span":[96,8,17]},{"path":[4,11,2,0],"span":[97,2,30]},{"path":[4,11,2,0,4],"span":[97,2,10]},{"path":[4,11,2,0,5],"span":[97,11,17]},{"path":[4,11,2,0,1],"span":[97,18,25]},{"path":[4,11,2,0,3],"span":[97,28,29]},{"path":[4,12],"span":[100,0,112,1]},{"path":[4,12,1],"span":[100,8,24]},{"path":[4,12,4,0],"span":[102,2,106,3]},{"path":[4,12,4,0,1],"span":[102,7,16]},{"path":[4,12,4,0,2,0],"span":[103,4,12]},{"path":[4,12,4,0,2,0,1],"span":[103,4,7]},{"path":[4,12,4,0,2,0,2],"span":[103,10,11]},{"path":[4,12,4,0,2,1],"span":[104,4,14]},{"path":[4,12,4,0,2,1,1],"span":[104,4,9]},{"path":[4,12,4,0,2,1,2],"span":[104,12,13]},{"path":[4,12,4,0,2,2],"span":[105,4,18]},{"path":[4,12,4,0,2,2,1],"span":[105,4,13]},{"path":[4,12,4,0,2,2,2],"span":[105,16,17]},{"path":[4,12,2,0],"span":[108,2,36]},{"path":[4,12,2,0,4],"span":[108,2,10]},{"path":[4,12,2,0,6],"span":[108,11,20]},{"path":[4,12,2,0,1],"span":[108,21,31]},{"path":[4,12,2,0,3],"span":[108,34,35]},{"path":[4,12,2,1],"span":[109,2,48]},{"path":[4,12,2,1,4],"span":[109,2,10]},{"path":[4,12,2,1,5],"span":[109,11,17]},{"path":[4,12,2,1,1],"span":[109,18,25]},{"path":[4,12,2,1,3],"span":[109,28,29]},{"path":[4,12,2,1,8],"span":[109,30,47]},{"path":[4,12,2,1,8,3],"span":[109,31,46]},{"path":[4,12,2,2],"span":[110,2,33]},{"path":[4,12,2,2,4],"span":[110,2,10]},{"path":[4,12,2,2,5],"span":[110,11,17]},{"path":[4,12,2,2,1],"span":[110,18,28]},{"path":[4,12,2,2,3],"span":[110,31,32]},{"path":[4,12,2,3],"span":[111,2,39]},{"path":[4,12,2,3,4],"span":[111,2,10]},{"path":[4,12,2,3,6],"span":[111,11,21]},{"path":[4,12,2,3,1],"span":[111,22,34]},{"path":[4,12,2,3,3],"span":[111,37,38]},{"path":[5,0],"span":[114,0,118,1]},{"path":[5,0,1],"span":[114,5,15]},{"path":[5,0,2,0],"span":[115,2,27]},{"path":[5,0,2,0,1],"span":[115,2,22]},{"path":[5,0,2,0,2],"span":[115,25,26]},{"path":[5,0,2,1],"span":[116,2,12]},{"path":[5,0,2,1,1],"span":[116,2,7]},{"path":[5,0,2,1,2],"span":[116,10,11]},{"path":[5,0,2,2],"span":[117,2,11]},{"path":[5,0,2,2,1],"span":[117,2,6]},{"path":[5,0,2,2,2],"span":[117,9,10]},{"path":[4,13],"span":[120,0,134,1]},{"path":[4,13,1],"span":[120,8,18]},{"path":[4,13,4,0],"span":[121,2,126,3]},{"path":[4,13,4,0,1],"span":[121,7,17]},{"path":[4,13,4,0,2,0],"span":[122,4,28]},{"path":[4,13,4,0,2,0,1],"span":[122,4,23]},{"path":[4,13,4,0,2,0,2],"span":[122,26,27]},{"path":[4,13,4,0,2,1],"span":[123,4,16]},{"path":[4,13,4,0,2,1,1],"span":[123,4,11]},{"path":[4,13,4,0,2,1,2],"span":[123,14,15]},{"path":[4,13,4,0,2,2],"span":[124,4,13]},{"path":[4,13,4,0,2,2,1],"span":[124,4,8]},{"path":[4,13,4,0,2,2,2],"span":[124,11,12]},{"path":[4,13,4,0,2,3],"span":[125,4,11]},{"path":[4,13,4,0,2,3,1],"span":[125,4,6]},{"path":[4,13,4,0,2,3,2],"span":[125,9,10]},{"path":[4,13,2,0],"span":[127,2,22]},{"path":[4,13,2,0,6],"span":[127,2,12]},{"path":[4,13,2,0,1],"span":[127,13,17]},{"path":[4,13,2,0,3],"span":[127,20,21]},{"path":[4,13,8,0],"span":[128,2,133,3]},{"path":[4,13,8,0,1],"span":[128,8,12]},{"path":[4,13,2,1],"span":[129,4,32]},{"path":[4,13,2,1,6],"span":[129,4,14]},{"path":[4,13,2,1,1],"span":[129,15,27]},{"path":[4,13,2,1,3],"span":[129,30,31]},{"path":[4,13,2,2],"span":[130,4,23]},{"path":[4,13,2,2,6],"span":[130,4,10]},{"path":[4,13,2,2,1],"span":[130,11,18]},{"path":[4,13,2,2,3],"span":[130,21,22]},{"path":[4,13,2,3],"span":[131,4,40]},{"path":[4,13,2,3,5],"span":[131,4,10]},{"path":[4,13,2,3,1],"span":[131,11,17]},{"path":[4,13,2,3,3],"span":[131,20,21]},{"path":[4,13,2,3,8],"span":[131,22,39]},{"path":[4,13,2,3,8,3],"span":[131,23,38]},{"path":[4,13,2,4],"span":[132,4,27]},{"path":[4,13,2,4,6],"span":[132,4,12]},{"path":[4,13,2,4,1],"span":[132,13,22]},{"path":[4,13,2,4,3],"span":[132,25,26]},{"path":[4,14],"span":[136,0,138,1]},{"path":[4,14,1],"span":[136,8,16]},{"path":[4,14,2,0],"span":[137,2,20]},{"path":[4,14,2,0,5],"span":[137,2,8]},{"path":[4,14,2,0,1],"span":[137,9,15]},{"path":[4,14,2,0,3],"span":[137,18,19]},{"path":[4,15],"span":[140,0,144,1]},{"path":[4,15,1],"span":[140,8,18]},{"path":[4,15,2,0],"span":[141,2,22]},{"path":[4,15,2,0,6],"span":[141,2,12]},{"path":[4,15,2,0,1],"span":[141,13,17]},{"path":[4,15,2,0,3],"span":[141,20,21]},{"path":[4,15,2,1],"span":[142,2,20]},{"path":[4,15,2,1,5],"span":[142,2,8]},{"path":[4,15,2,1,1],"span":[142,9,15]},{"path":[4,15,2,1,3],"span":[142,18,19]},{"path":[4,15,2,2],"span":[143,2,31]},{"path":[4,15,2,2,4],"span":[143,2,10]},{"path":[4,15,2,2,6],"span":[143,11,21]},{"path":[4,15,2,2,1],"span":[143,22,26]},{"path":[4,15,2,2,3],"span":[143,29,30]},{"path":[4,16],"span":[146,0,150,1]},{"path":[4,16,1],"span":[146,8,18]},{"path":[4,16,2,0],"span":[147,2,20]},{"path":[4,16,2,0,5],"span":[147,2,6]},{"path":[4,16,2,0,1],"span":[147,7,15]},{"path":[4,16,2,0,3],"span":[147,18,19]},{"path":[4,16,2,1],"span":[148,2,25]},{"path":[4,16,2,1,5],"span":[148,2,7]},{"path":[4,16,2,1,1],"span":[148,8,20]},{"path":[4,16,2,1,3],"span":[148,23,24]},{"path":[4,16,2,2],"span":[149,2,31]},{"path":[4,16,2,2,5],"span":[149,2,6]},{"path":[4,16,2,2,1],"span":[149,7,26]},{"path":[4,16,2,2,3],"span":[149,29,30]},{"path":[4,17],"span":[152,0,166,1]},{"path":[4,17,1],"span":[152,8,14]},{"path":[4,17,4,0],"span":[153,2,157,3]},{"path":[4,17,4,0,1],"span":[153,7,15]},{"path":[4,17,4,0,2,0],"span":[154,4,26]},{"path":[4,17,4,0,2,0,1],"span":[154,4,21]},{"path":[4,17,4,0,2,0,2],"span":[154,24,25]},{"path":[4,17,4,0,2,1],"span":[155,4,13]},{"path":[4,17,4,0,2,1,1],"span":[155,4,8]},{"path":[4,17,4,0,2,1,2],"span":[155,11,12]},{"path":[4,17,4,0,2,2],"span":[156,4,14]},{"path":[4,17,4,0,2,2,1],"span":[156,4,9]},{"path":[4,17,4,0,2,2,2],"span":[156,12,13]},{"path":[4,17,2,0],"span":[158,2,18]},{"path":[4,17,2,0,5],"span":[158,2,8]},{"path":[4,17,2,0,1],"span":[158,9,13]},{"path":[4,17,2,0,3],"span":[158,16,17]},{"path":[4,17,2,1],"span":[159,2,25]},{"path":[4,17,2,1,5],"span":[159,2,8]},{"path":[4,17,2,1,1],"span":[159,9,20]},{"path":[4,17,2,1,3],"span":[159,23,24]},{"path":[4,17,2,2],"span":[160,2,20]},{"path":[4,17,2,2,5],"span":[160,2,8]},{"path":[4,17,2,2,1],"span":[160,9,15]},{"path":[4,17,2,2,3],"span":[160,18,19]},{"path":[4,17,2,3],"span":[161,2,25]},{"path":[4,17,2,3,5],"span":[161,2,6]},{"path":[4,17,2,3,1],"span":[161,7,20]},{"path":[4,17,2,3,3],"span":[161,23,24]},{"path":[4,17,2,4],"span":[162,2,27]},{"path":[4,17,2,4,5],"span":[162,2,6]},{"path":[4,17,2,4,1],"span":[162,7,22]},{"path":[4,17,2,4,3],"span":[162,25,26]},{"path":[4,17,2,5],"span":[163,2,25]},{"path":[4,17,2,5,6],"span":[163,2,10]},{"path":[4,17,2,5,1],"span":[163,11,20]},{"path":[4,17,2,5,3],"span":[163,23,24]},{"path":[4,17,2,6],"span":[164,2,17]},{"path":[4,17,2,6,5],"span":[164,2,7]},{"path":[4,17,2,6,1],"span":[164,8,12]},{"path":[4,17,2,6,3],"span":[164,15,16]},{"path":[4,17,2,7],"span":[165,2,23]},{"path":[4,17,2,7,5],"span":[165,2,8]},{"path":[4,17,2,7,1],"span":[165,9,18]},{"path":[4,17,2,7,3],"span":[165,21,22]},{"path":[4,18],"span":[168,0,176,1]},{"path":[4,18,1],"span":[168,8,13]},{"path":[4,18,4,0],"span":[169,2,173,3]},{"path":[4,18,4,0,1],"span":[169,7,16]},{"path":[4,18,4,0,2,0],"span":[170,4,12]},{"path":[4,18,4,0,2,0,1],"span":[170,4,7]},{"path":[4,18,4,0,2,0,2],"span":[170,10,11]},{"path":[4,18,4,0,2,1],"span":[171,4,14]},{"path":[4,18,4,0,2,1,1],"span":[171,4,9]},{"path":[4,18,4,0,2,1,2],"span":[171,12,13]},{"path":[4,18,4,0,2,2],"span":[172,4,18]},{"path":[4,18,4,0,2,2,1],"span":[172,4,13]},{"path":[4,18,4,0,2,2,2],"span":[172,16,17]},{"path":[4,18,2,0],"span":[175,2,27]},{"path":[4,18,2,0,6],"span":[175,2,11]},{"path":[4,18,2,0,1],"span":[175,12,22]},{"path":[4,18,2,0,3],"span":[175,25,26]},{"path":[4,19],"span":[178,0,187,1]},{"path":[4,19,1],"span":[178,8,18]},{"path":[4,19,4,0],"span":[179,2,182,3]},{"path":[4,19,4,0,1],"span":[179,7,21]},{"path":[4,19,4,0,2,0],"span":[181,4,20]},{"path":[4,19,4,0,2,0,1],"span":[181,4,15]},{"path":[4,19,4,0,2,0,2],"span":[181,18,19]},{"path":[4,19,2,0],"span":[184,2,44]},{"path":[4,19,2,0,6],"span":[184,2,16]},{"path":[4,19,2,0,1],"span":[184,17,21]},{"path":[4,19,2,0,3],"span":[184,24,25]},{"path":[4,19,2,0,8],"span":[184,26,43]},{"path":[4,19,2,0,8,3],"span":[184,27,42]},{"path":[4,19,2,1],"span":[185,2,16]},{"path":[4,19,2,1,5],"span":[185,2,8]},{"path":[4,19,2,1,1],"span":[185,9,11]},{"path":[4,19,2,1,3],"span":[185,14,15]},{"path":[4,19,2,2],"span":[186,2,18]},{"path":[4,19,2,2,5],"span":[186,2,7]},{"path":[4,19,2,2,1],"span":[186,8,13]},{"path":[4,19,2,2,3],"span":[186,16,17]},{"path":[4,20],"span":[189,0,195,1]},{"path":[4,20,1],"span":[189,8,25]},{"path":[4,20,2,0],"span":[190,2,35]},{"path":[4,20,2,0,4],"span":[190,2,10]},{"path":[4,20,2,0,6],"span":[190,11,22]},{"path":[4,20,2,0,1],"span":[190,23,30]},{"path":[4,20,2,0,3],"span":[190,33,34]},{"path":[4,20,2,1],"span":[191,2,31]},{"path":[4,20,2,1,4],"span":[191,2,10]},{"path":[4,20,2,1,6],"span":[191,11,22]},{"path":[4,20,2,1,1],"span":[191,23,26]},{"path":[4,20,2,1,3],"span":[191,29,30]},{"path":[4,20,2,2],"span":[192,2,37]},{"path":[4,20,2,2,4],"span":[192,2,10]},{"path":[4,20,2,2,6],"span":[192,11,25]},{"path":[4,20,2,2,1],"span":[192,26,32]},{"path":[4,20,2,2,3],"span":[192,35,36]},{"path":[4,20,2,3],"span":[193,2,42]},{"path":[4,20,2,3,4],"span":[193,2,10]},{"path":[4,20,2,3,6],"span":[193,11,27]},{"path":[4,20,2,3,1],"span":[193,28,37]},{"path":[4,20,2,3,3],"span":[193,40,41]},{"path":[4,20,2,4],"span":[194,2,42]},{"path":[4,20,2,4,4],"span":[194,2,10]},{"path":[4,20,2,4,6],"span":[194,11,27]},{"path":[4,20,2,4,1],"span":[194,28,37]},{"path":[4,20,2,4,3],"span":[194,40,41]},{"path":[4,21],"span":[197,0,204,1]},{"path":[4,21,1],"span":[197,8,19]},{"path":[4,21,2,0],"span":[198,2,66]},{"path":[4,21,2,0,4],"span":[198,2,10]},{"path":[4,21,2,0,6],"span":[198,11,39]},{"path":[4,21,2,0,1],"span":[198,40,61]},{"path":[4,21,2,0,3],"span":[198,64,65]},{"path":[4,21,2,1],"span":[199,2,47]},{"path":[4,21,2,1,4],"span":[199,2,10]},{"path":[4,21,2,1,6],"span":[199,11,30]},{"path":[4,21,2,1,1],"span":[199,31,42]},{"path":[4,21,2,1,3],"span":[199,45,46]},{"path":[4,21,2,2],"span":[200,2,50]},{"path":[4,21,2,2,4],"span":[200,2,10]},{"path":[4,21,2,2,6],"span":[200,11,31]},{"path":[4,21,2,2,1],"span":[200,32,45]},{"path":[4,21,2,2,3],"span":[200,48,49]},{"path":[4,21,2,3],"span":[201,2,49]},{"path":[4,21,2,3,4],"span":[201,2,10]},{"path":[4,21,2,3,6],"span":[201,11,30]},{"path":[4,21,2,3,1],"span":[201,31,44]},{"path":[4,21,2,3,3],"span":[201,47,48]},{"path":[4,21,2,4],"span":[202,2,60]},{"path":[4,21,2,4,4],"span":[202,2,10]},{"path":[4,21,2,4,6],"span":[202,11,36]},{"path":[4,21,2,4,1],"span":[202,37,55]},{"path":[4,21,2,4,3],"span":[202,58,59]},{"path":[4,21,2,5],"span":[203,2,37]},{"path":[4,21,2,5,4],"span":[203,2,10]},{"path":[4,21,2,5,6],"span":[203,11,25]},{"path":[4,21,2,5,1],"span":[203,26,32]},{"path":[4,21,2,5,3],"span":[203,35,36]},{"path":[4,22],"span":[206,0,209,1]},{"path":[4,22,1],"span":[206,8,27]},{"path":[4,22,2,0],"span":[207,2,53],"trailingComments":" cron expression\n"},{"path":[4,22,2,0,6],"span":[207,2,29]},{"path":[4,22,2,0,1],"span":[207,30,48]},{"path":[4,22,2,0,3],"span":[207,51,52]},{"path":[4,22,2,1],"span":[208,2,56]},{"path":[4,22,2,1,4],"span":[208,2,10]},{"path":[4,22,2,1,6],"span":[208,11,34]},{"path":[4,22,2,1,1],"span":[208,35,51]},{"path":[4,22,2,1,3],"span":[208,54,55]},{"path":[4,23],"span":[211,0,214,1]},{"path":[4,23,1],"span":[211,8,31]},{"path":[4,23,2,0],"span":[212,2,60],"trailingComments":" default 30 days\n"},{"path":[4,23,2,0,6],"span":[212,2,28]},{"path":[4,23,2,0,1],"span":[212,29,55]},{"path":[4,23,2,0,3],"span":[212,58,59]},{"path":[4,23,2,1],"span":[213,2,62],"trailingComments":" default 365 days\n"},{"path":[4,23,2,1,6],"span":[213,2,28]},{"path":[4,23,2,1,1],"span":[213,29,57]},{"path":[4,23,2,1,3],"span":[213,60,61]},{"path":[4,24],"span":[216,0,221,1]},{"path":[4,24,1],"span":[216,8,28]},{"path":[4,24,2,0],"span":[217,2,54]},{"path":[4,24,2,0,6],"span":[217,2,27]},{"path":[4,24,2,0,1],"span":[217,28,49]},{"path":[4,24,2,0,3],"span":[217,52,53]},{"path":[4,24,2,1],"span":[218,2,66],"trailingComments":" will only be used if smart polling is disabled, default 60 seconds.\n"},{"path":[4,24,2,1,6],"span":[218,2,28]},{"path":[4,24,2,1,1],"span":[218,29,61]},{"path":[4,24,2,1,3],"span":[218,64,65]},{"path":[4,24,2,2],"span":[220,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,24,2,2,6],"span":[220,2,19]},{"path":[4,24,2,2,1],"span":[220,20,43]},{"path":[4,24,2,2,3],"span":[220,46,47]},{"path":[4,25],"span":[223,0,225,1]},{"path":[4,25,1],"span":[223,8,27]},{"path":[4,25,2,0],"span":[224,2,58],"trailingComments":" default 15 minutes\n"},{"path":[4,25,2,0,6],"span":[224,2,28]},{"path":[4,25,2,0,1],"span":[224,29,53]},{"path":[4,25,2,0,3],"span":[224,56,57]},{"path":[4,26],"span":[227,0,229,1]},{"path":[4,26,1],"span":[227,8,33]},{"path":[4,26,2,0],"span":[228,2,58],"trailingComments":" default 240 minutes (4 hours)\n"},{"path":[4,26,2,0,6],"span":[228,2,28]},{"path":[4,26,2,0,1],"span":[228,29,53]},{"path":[4,26,2,0,3],"span":[228,56,57]},{"path":[4,27],"span":[231,0,235,1]},{"path":[4,27,1],"span":[231,8,22]},{"path":[4,27,2,0],"span":[232,2,40]},{"path":[4,27,2,0,6],"span":[232,2,27]},{"path":[4,27,2,0,1],"span":[232,28,35]},{"path":[4,27,2,0,3],"span":[232,38,39]},{"path":[4,27,2,1],"span":[233,2,58]},{"path":[4,27,2,1,6],"span":[233,2,28]},{"path":[4,27,2,1,1],"span":[233,29,53]},{"path":[4,27,2,1,3],"span":[233,56,57]},{"path":[4,27,2,2],"span":[234,2,41]},{"path":[4,27,2,2,6],"span":[234,2,29]},{"path":[4,27,2,2,1],"span":[234,30,36]},{"path":[4,27,2,2,3],"span":[234,39,40]},{"path":[4,28],"span":[237,0,243,1]},{"path":[4,28,1],"span":[237,8,36]},{"path":[4,28,2,0],"span":[238,2,47]},{"path":[4,28,2,0,4],"span":[238,2,10]},{"path":[4,28,2,0,6],"span":[238,11,30]},{"path":[4,28,2,0,1],"span":[238,31,42]},{"path":[4,28,2,0,3],"span":[238,45,46]},{"path":[4,28,2,1],"span":[239,2,60]},{"path":[4,28,2,1,4],"span":[239,2,10]},{"path":[4,28,2,1,6],"span":[239,11,36]},{"path":[4,28,2,1,1],"span":[239,37,55]},{"path":[4,28,2,1,3],"span":[239,58,59]},{"path":[4,28,2,2],"span":[240,2,50]},{"path":[4,28,2,2,4],"span":[240,2,10]},{"path":[4,28,2,2,6],"span":[240,11,31]},{"path":[4,28,2,2,1],"span":[240,32,45]},{"path":[4,28,2,2,3],"span":[240,48,49]},{"path":[4,28,2,3],"span":[241,2,68]},{"path":[4,28,2,3,4],"span":[241,2,10]},{"path":[4,28,2,3,6],"span":[241,11,40]},{"path":[4,28,2,3,1],"span":[241,41,63]},{"path":[4,28,2,3,3],"span":[241,66,67]},{"path":[4,28,2,4],"span":[242,2,44]},{"path":[4,28,2,4,4],"span":[242,2,10]},{"path":[4,28,2,4,6],"span":[242,11,28]},{"path":[4,28,2,4,1],"span":[242,29,39]},{"path":[4,28,2,4,3],"span":[242,42,43]},{"path":[4,29],"span":[245,0,247,1]},{"path":[4,29,1],"span":[245,8,27]},{"path":[4,29,2,0],"span":[246,2,49],"trailingComments":" default 100\n"},{"path":[4,29,2,0,6],"span":[246,2,28]},{"path":[4,29,2,0,1],"span":[246,29,44]},{"path":[4,29,2,0,3],"span":[246,47,48]},{"path":[4,30],"span":[249,0,252,1]},{"path":[4,30,1],"span":[249,8,25]},{"path":[4,30,2,0],"span":[250,2,39],"trailingComments":" Ip addresses (including ranges and CIDR notations) or hostnames.\n"},{"path":[4,30,2,0,4],"span":[250,2,10]},{"path":[4,30,2,0,5],"span":[250,11,17]},{"path":[4,30,2,0,1],"span":[250,18,34]},{"path":[4,30,2,0,3],"span":[250,37,38]},{"path":[4,30,2,1],"span":[251,2,42],"trailingComments":" Network interface names.\n"},{"path":[4,30,2,1,4],"span":[251,2,10]},{"path":[4,30,2,1,5],"span":[251,11,17]},{"path":[4,30,2,1,1],"span":[251,18,37]},{"path":[4,30,2,1,3],"span":[251,40,41]},{"path":[4,31],"span":[254,0,257,1]},{"path":[4,31,1],"span":[254,8,33]},{"path":[4,31,2,0],"span":[255,2,40]},{"path":[4,31,2,0,6],"span":[255,2,27]},{"path":[4,31,2,0,1],"span":[255,28,35]},{"path":[4,31,2,0,3],"span":[255,38,39]},{"path":[4,31,2,1],"span":[256,2,51]},{"path":[4,31,2,1,6],"span":[256,2,27]},{"path":[4,31,2,1,1],"span":[256,28,46]},{"path":[4,31,2,1,3],"span":[256,49,50]},{"path":[4,32],"span":[259,0,261,1]},{"path":[4,32,1],"span":[259,8,28]},{"path":[4,33],"span":[263,0,266,1]},{"path":[4,33,1],"span":[263,8,37]},{"path":[4,33,2,0],"span":[264,2,44]},{"path":[4,33,2,0,6],"span":[264,2,27]},{"path":[4,33,2,0,1],"span":[264,28,39]},{"path":[4,33,2,0,3],"span":[264,42,43]},{"path":[4,33,2,1],"span":[265,2,52]},{"path":[4,33,2,1,6],"span":[265,2,37]},{"path":[4,33,2,1,1],"span":[265,38,47]},{"path":[4,33,2,1,3],"span":[265,50,51]},{"path":[4,34],"span":[268,0,272,1]},{"path":[4,34,1],"span":[268,8,30]},{"path":[4,34,2,0],"span":[269,2,40]},{"path":[4,34,2,0,6],"span":[269,2,27]},{"path":[4,34,2,0,1],"span":[269,28,35]},{"path":[4,34,2,0,3],"span":[269,38,39]},{"path":[4,34,2,1],"span":[270,2,38]},{"path":[4,34,2,1,6],"span":[270,2,28]},{"path":[4,34,2,1,1],"span":[270,29,33]},{"path":[4,34,2,1,3],"span":[270,36,37]},{"path":[4,34,2,2],"span":[271,2,42],"trailingComments":" additional data for a specific for the protocol\n"},{"path":[4,34,2,2,6],"span":[271,2,21]},{"path":[4,34,2,2,1],"span":[271,22,37]},{"path":[4,34,2,2,3],"span":[271,40,41]},{"path":[4,35],"span":[274,0,276,1]},{"path":[4,35,1],"span":[274,8,24]},{"path":[4,35,2,0],"span":[275,2,66]},{"path":[4,35,2,0,4],"span":[275,2,10]},{"path":[4,35,2,0,6],"span":[275,11,39]},{"path":[4,35,2,0,1],"span":[275,40,61]},{"path":[4,35,2,0,3],"span":[275,64,65]},{"path":[4,36],"span":[278,0,281,1]},{"path":[4,36,1],"span":[278,8,24]},{"path":[4,36,2,0],"span":[279,2,66]},{"path":[4,36,2,0,4],"span":[279,2,10]},{"path":[4,36,2,0,6],"span":[279,11,39]},{"path":[4,36,2,0,1],"span":[279,40,61]},{"path":[4,36,2,0,3],"span":[279,64,65]},{"path":[4,36,2,1],"span":[280,2,50],"trailingComments":" used to enable raw traffic packets logging for the OT sensor.\n"},{"path":[4,36,2,1,4],"span":[280,2,10]},{"path":[4,36,2,1,6],"span":[280,11,29]},{"path":[4,36,2,1,1],"span":[280,30,45]},{"path":[4,36,2,1,3],"span":[280,48,49]},{"path":[4,37],"span":[283,0,286,1]},{"path":[4,37,1],"span":[283,8,26]},{"path":[4,37,2,0],"span":[284,2,40]},{"path":[4,37,2,0,6],"span":[284,2,27]},{"path":[4,37,2,0,1],"span":[284,28,35]},{"path":[4,37,2,0,3],"span":[284,38,39]},{"path":[4,37,2,1],"span":[285,2,39]},{"path":[4,37,2,1,6],"span":[285,2,29]},{"path":[4,37,2,1,1],"span":[285,30,34]},{"path":[4,37,2,1,3],"span":[285,37,38]},{"path":[4,38],"span":[288,0,294,1]},{"path":[4,38,1],"span":[288,8,22]},{"path":[4,38,2,0],"span":[289,2,55],"trailingComments":" default false\n"},{"path":[4,38,2,0,6],"span":[289,2,27]},{"path":[4,38,2,0,1],"span":[289,28,50]},{"path":[4,38,2,0,3],"span":[289,53,54]},{"path":[4,38,2,1],"span":[290,2,50]},{"path":[4,38,2,1,4],"span":[290,2,10]},{"path":[4,38,2,1,6],"span":[290,11,31]},{"path":[4,38,2,1,1],"span":[290,32,45]},{"path":[4,38,2,1,3],"span":[290,48,49]},{"path":[4,38,2,2],"span":[291,2,41]},{"path":[4,38,2,2,4],"span":[291,2,10]},{"path":[4,38,2,2,6],"span":[291,11,27]},{"path":[4,38,2,2,1],"span":[291,28,36]},{"path":[4,38,2,2,3],"span":[291,39,40]},{"path":[4,38,2,3],"span":[292,2,37]},{"path":[4,38,2,3,4],"span":[292,2,10]},{"path":[4,38,2,3,6],"span":[292,11,25]},{"path":[4,38,2,3,1],"span":[292,26,32]},{"path":[4,38,2,3,3],"span":[292,35,36]},{"path":[4,38,2,4],"span":[293,2,50]},{"path":[4,38,2,4,4],"span":[293,2,10]},{"path":[4,38,2,4,6],"span":[293,11,31]},{"path":[4,38,2,4,1],"span":[293,32,45]},{"path":[4,38,2,4,3],"span":[293,48,49]},{"path":[4,39],"span":[296,0,299,1]},{"path":[4,39,1],"span":[296,8,28]},{"path":[4,39,2,0],"span":[297,2,40]},{"path":[4,39,2,0,6],"span":[297,2,27]},{"path":[4,39,2,0,1],"span":[297,28,35]},{"path":[4,39,2,0,3],"span":[297,38,39]},{"path":[4,39,2,1],"span":[298,2,48],"trailingComments":" cron expression \n"},{"path":[4,39,2,1,6],"span":[298,2,29]},{"path":[4,39,2,1,1],"span":[298,30,43]},{"path":[4,39,2,1,3],"span":[298,46,47]},{"path":[4,40],"span":[301,0,303,1]},{"path":[4,40,1],"span":[301,8,22]},{"path":[4,40,2,0],"span":[302,2,48]},{"path":[4,40,2,0,6],"span":[302,2,29]},{"path":[4,40,2,0,1],"span":[302,30,43]},{"path":[4,40,2,0,3],"span":[302,46,47]},{"path":[4,41],"span":[305,0,311,1]},{"path":[4,41,1],"span":[305,8,24]},{"path":[4,41,2,0],"span":[306,2,57],"trailingComments":" default true\n"},{"path":[4,41,2,0,6],"span":[306,2,27]},{"path":[4,41,2,0,1],"span":[306,28,52]},{"path":[4,41,2,0,3],"span":[306,55,56]},{"path":[4,41,2,1],"span":[307,2,50],"trailingComments":" cron expression\n"},{"path":[4,41,2,1,6],"span":[307,2,29]},{"path":[4,41,2,1,1],"span":[307,30,45]},{"path":[4,41,2,1,3],"span":[307,48,49]},{"path":[4,41,2,2],"span":[308,2,50]},{"path":[4,41,2,2,6],"span":[308,2,29]},{"path":[4,41,2,2,1],"span":[308,30,45]},{"path":[4,41,2,2,3],"span":[308,48,49]},{"path":[4,41,2,3],"span":[309,2,58]},{"path":[4,41,2,3,6],"span":[309,2,28]},{"path":[4,41,2,3,1],"span":[309,29,53]},{"path":[4,41,2,3,3],"span":[309,56,57]},{"path":[4,41,2,4],"span":[310,2,61]},{"path":[4,41,2,4,6],"span":[310,2,28]},{"path":[4,41,2,4,1],"span":[310,29,56]},{"path":[4,41,2,4,3],"span":[310,59,60]},{"path":[4,42],"span":[313,0,316,1]},{"path":[4,42,1],"span":[313,8,28]},{"path":[4,42,2,0],"span":[314,2,64]},{"path":[4,42,2,0,6],"span":[314,2,28]},{"path":[4,42,2,0,1],"span":[314,29,59]},{"path":[4,42,2,0,3],"span":[314,62,63]},{"path":[4,42,2,1],"span":[315,2,69]},{"path":[4,42,2,1,6],"span":[315,2,28]},{"path":[4,42,2,1,1],"span":[315,29,64]},{"path":[4,42,2,1,3],"span":[315,67,68]},{"path":[4,43],"span":[318,0,331,1]},{"path":[4,43,1],"span":[318,8,19]},{"path":[4,43,4,0],"span":[319,2,326,3]},{"path":[4,43,4,0,1],"span":[319,7,15]},{"path":[4,43,4,0,2,0],"span":[320,4,16]},{"path":[4,43,4,0,2,0,1],"span":[320,4,11]},{"path":[4,43,4,0,2,0,2],"span":[320,14,15]},{"path":[4,43,4,0,2,1],"span":[321,4,14]},{"path":[4,43,4,0,2,1,1],"span":[321,4,9]},{"path":[4,43,4,0,2,1,2],"span":[321,12,13]},{"path":[4,43,4,0,2,2],"span":[322,4,20]},{"path":[4,43,4,0,2,2,1],"span":[322,4,15]},{"path":[4,43,4,0,2,2,2],"span":[322,18,19]},{"path":[4,43,4,0,2,3],"span":[323,4,16]},{"path":[4,43,4,0,2,3,1],"span":[323,4,11]},{"path":[4,43,4,0,2,3,2],"span":[323,14,15]},{"path":[4,43,4,0,2,4],"span":[324,4,14]},{"path":[4,43,4,0,2,4,1],"span":[324,4,9]},{"path":[4,43,4,0,2,4,2],"span":[324,12,13]},{"path":[4,43,4,0,2,5],"span":[325,4,14]},{"path":[4,43,4,0,2,5,1],"span":[325,4,9]},{"path":[4,43,4,0,2,5,2],"span":[325,12,13]},{"path":[4,43,2,0],"span":[327,2,30],"trailingComments":" default INFORMATION\n"},{"path":[4,43,2,0,4],"span":[327,2,10]},{"path":[4,43,2,0,6],"span":[327,11,19]},{"path":[4,43,2,0,1],"span":[327,20,25]},{"path":[4,43,2,0,3],"span":[327,28,29]},{"path":[4,43,2,1],"span":[328,2,55],"trailingComments":" default 52428800 bytes (50MB)\n"},{"path":[4,43,2,1,6],"span":[328,2,28]},{"path":[4,43,2,1,1],"span":[328,29,50]},{"path":[4,43,2,1,3],"span":[328,53,54]},{"path":[4,43,2,2],"span":[329,2,59],"trailingComments":" default 5\n"},{"path":[4,43,2,2,6],"span":[329,2,28]},{"path":[4,43,2,2,1],"span":[329,29,54]},{"path":[4,43,2,2,3],"span":[329,57,58]},{"path":[4,43,2,3],"span":[330,2,35]},{"path":[4,43,2,3,6],"span":[330,2,20]},{"path":[4,43,2,3,1],"span":[330,21,30]},{"path":[4,43,2,3,3],"span":[330,33,34]}]},"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":"DeleteActionRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"action_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"actionId"}]},{"name":"DeleteActionResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"},{"name":"message","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"message","options":{"deprecated":true}}]},{"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":"GetExclusionsBySourceRequest","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":"GetExclusionsBySourceResponse","field":[{"name":"exclusions","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Exclusion","jsonName":"exclusions"}]},{"name":"Exclusion","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"reason","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"reason"},{"name":"type","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Exclusion.ExclusionType","jsonName":"type"},{"name":"value","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"value"}],"enumType":[{"name":"ExclusionType","value":[{"name":"UNSPECIFIED","number":0},{"name":"IP_ADDR_RANGE","number":1}]}]},{"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":{}},{"name":"DeleteAction","inputType":".lansweeper.scanningconfig.v1.DeleteActionRequest","outputType":".lansweeper.scanningconfig.v1.DeleteActionResponse","options":{}},{"name":"GetExclusionsBySource","inputType":".lansweeper.scanningconfig.v1.GetExclusionsBySourceRequest","outputType":".lansweeper.scanningconfig.v1.GetExclusionsBySourceResponse","options":{}}]}],"options":{"goPackage":"./generated-go"},"sourceCodeInfo":{"location":[{"span":[0,0,352,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,11,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":[6,0,2,1],"span":[9,2,73]},{"path":[6,0,2,1,1],"span":[9,6,18]},{"path":[6,0,2,1,2],"span":[9,19,38]},{"path":[6,0,2,1,3],"span":[9,49,69]},{"path":[6,0,2,2],"span":[10,2,100]},{"path":[6,0,2,2,1],"span":[10,6,27]},{"path":[6,0,2,2,2],"span":[10,28,56]},{"path":[6,0,2,2,3],"span":[10,67,96]},{"path":[4,0],"span":[13,0,16,1]},{"path":[4,0,1],"span":[13,8,27]},{"path":[4,0,2,0],"span":[14,2,21]},{"path":[4,0,2,0,5],"span":[14,2,8]},{"path":[4,0,2,0,1],"span":[14,9,16]},{"path":[4,0,2,0,3],"span":[14,19,20]},{"path":[4,0,2,1],"span":[15,2,23]},{"path":[4,0,2,1,5],"span":[15,2,8]},{"path":[4,0,2,1,1],"span":[15,9,18]},{"path":[4,0,2,1,3],"span":[15,21,22]},{"path":[4,1],"span":[18,0,21,1]},{"path":[4,1,1],"span":[18,8,28]},{"path":[4,1,2,0],"span":[19,2,19]},{"path":[4,1,2,0,5],"span":[19,2,6]},{"path":[4,1,2,0,1],"span":[19,7,14]},{"path":[4,1,2,0,3],"span":[19,17,18]},{"path":[4,1,2,1],"span":[20,2,41]},{"path":[4,1,2,1,5],"span":[20,2,8]},{"path":[4,1,2,1,1],"span":[20,9,16]},{"path":[4,1,2,1,3],"span":[20,19,20]},{"path":[4,1,2,1,8],"span":[20,21,40]},{"path":[4,1,2,1,8,3],"span":[20,22,39]},{"path":[4,2],"span":[23,0,26,1]},{"path":[4,2,1],"span":[23,8,40]},{"path":[4,2,2,0],"span":[24,2,23]},{"path":[4,2,2,0,5],"span":[24,2,8]},{"path":[4,2,2,0,1],"span":[24,9,18]},{"path":[4,2,2,0,3],"span":[24,21,22]},{"path":[4,2,2,1],"span":[25,2,21]},{"path":[4,2,2,1,5],"span":[25,2,8]},{"path":[4,2,2,1,1],"span":[25,9,16]},{"path":[4,2,2,1,3],"span":[25,19,20]},{"path":[4,3],"span":[28,0,30,1]},{"path":[4,3,1],"span":[28,8,41]},{"path":[4,3,2,0],"span":[29,2,33]},{"path":[4,3,2,0,4],"span":[29,2,10]},{"path":[4,3,2,0,6],"span":[29,11,20]},{"path":[4,3,2,0,1],"span":[29,21,28]},{"path":[4,3,2,0,3],"span":[29,31,32]},{"path":[4,4],"span":[32,0,35,1]},{"path":[4,4,1],"span":[32,8,36]},{"path":[4,4,2,0],"span":[33,2,23]},{"path":[4,4,2,0,5],"span":[33,2,8]},{"path":[4,4,2,0,1],"span":[33,9,18]},{"path":[4,4,2,0,3],"span":[33,21,22]},{"path":[4,4,2,1],"span":[34,2,21]},{"path":[4,4,2,1,5],"span":[34,2,8]},{"path":[4,4,2,1,1],"span":[34,9,16]},{"path":[4,4,2,1,3],"span":[34,19,20]},{"path":[4,5],"span":[37,0,39,1]},{"path":[4,5,1],"span":[37,8,37]},{"path":[4,5,2,0],"span":[38,2,36]},{"path":[4,5,2,0,4],"span":[38,2,10]},{"path":[4,5,2,0,6],"span":[38,11,20]},{"path":[4,5,2,0,1],"span":[38,21,31]},{"path":[4,5,2,0,3],"span":[38,34,35]},{"path":[4,6],"span":[41,0,50,1]},{"path":[4,6,1],"span":[41,8,17]},{"path":[4,6,4,0],"span":[42,2,45,3]},{"path":[4,6,4,0,1],"span":[42,7,20]},{"path":[4,6,4,0,2,0],"span":[43,4,20]},{"path":[4,6,4,0,2,0,1],"span":[43,4,15]},{"path":[4,6,4,0,2,0,2],"span":[43,18,19]},{"path":[4,6,4,0,2,1],"span":[44,4,22]},{"path":[4,6,4,0,2,1,1],"span":[44,4,17]},{"path":[4,6,4,0,2,1,2],"span":[44,20,21]},{"path":[4,6,2,0],"span":[46,2,16]},{"path":[4,6,2,0,5],"span":[46,2,8]},{"path":[4,6,2,0,1],"span":[46,9,11]},{"path":[4,6,2,0,3],"span":[46,14,15]},{"path":[4,6,2,1],"span":[47,2,20]},{"path":[4,6,2,1,5],"span":[47,2,8]},{"path":[4,6,2,1,1],"span":[47,9,15]},{"path":[4,6,2,1,3],"span":[47,18,19]},{"path":[4,6,2,2],"span":[48,2,25]},{"path":[4,6,2,2,6],"span":[48,2,15]},{"path":[4,6,2,2,1],"span":[48,16,20]},{"path":[4,6,2,2,3],"span":[48,23,24]},{"path":[4,6,2,3],"span":[49,2,19]},{"path":[4,6,2,3,5],"span":[49,2,8]},{"path":[4,6,2,3,1],"span":[49,9,14]},{"path":[4,6,2,3,3],"span":[49,17,18]},{"path":[4,7],"span":[52,0,67,1]},{"path":[4,7,1],"span":[52,8,17]},{"path":[4,7,4,0],"span":[53,2,59,3]},{"path":[4,7,4,0,1],"span":[53,7,20]},{"path":[4,7,4,0,2,0],"span":[54,4,20]},{"path":[4,7,4,0,2,0,1],"span":[54,4,15]},{"path":[4,7,4,0,2,0,2],"span":[54,18,19]},{"path":[4,7,4,0,2,1],"span":[55,4,14]},{"path":[4,7,4,0,2,1,1],"span":[55,4,9]},{"path":[4,7,4,0,2,1,2],"span":[55,12,13]},{"path":[4,7,4,0,2,2],"span":[56,4,18]},{"path":[4,7,4,0,2,2,1],"span":[56,4,13]},{"path":[4,7,4,0,2,2,2],"span":[56,16,17]},{"path":[4,7,4,0,2,3],"span":[57,4,15]},{"path":[4,7,4,0,2,3,1],"span":[57,4,10]},{"path":[4,7,4,0,2,3,2],"span":[57,13,14]},{"path":[4,7,4,0,2,4],"span":[58,4,18]},{"path":[4,7,4,0,2,4,1],"span":[58,4,13]},{"path":[4,7,4,0,2,4,2],"span":[58,16,17]},{"path":[4,7,2,0],"span":[61,2,16]},{"path":[4,7,2,0,5],"span":[61,2,8]},{"path":[4,7,2,0,1],"span":[61,9,11]},{"path":[4,7,2,0,3],"span":[61,14,15]},{"path":[4,7,2,1],"span":[62,2,25]},{"path":[4,7,2,1,6],"span":[62,2,15]},{"path":[4,7,2,1,1],"span":[62,16,20]},{"path":[4,7,2,1,3],"span":[62,23,24]},{"path":[4,7,2,2],"span":[63,2,30]},{"path":[4,7,2,2,4],"span":[63,2,10]},{"path":[4,7,2,2,6],"span":[63,11,17]},{"path":[4,7,2,2,1],"span":[63,18,25]},{"path":[4,7,2,2,3],"span":[63,28,29]},{"path":[4,7,2,3],"span":[64,2,63]},{"path":[4,7,2,3,4],"span":[64,2,10]},{"path":[4,7,2,3,6],"span":[64,11,28]},{"path":[4,7,2,3,1],"span":[64,29,38]},{"path":[4,7,2,3,3],"span":[64,41,42]},{"path":[4,7,2,3,8],"span":[64,43,62]},{"path":[4,7,2,3,8,3],"span":[64,44,61]},{"path":[4,7,2,4],"span":[65,2,19]},{"path":[4,7,2,4,5],"span":[65,2,6]},{"path":[4,7,2,4,1],"span":[65,7,14]},{"path":[4,7,2,4,3],"span":[65,17,18]},{"path":[4,7,2,5],"span":[66,2,44]},{"path":[4,7,2,5,4],"span":[66,2,10]},{"path":[4,7,2,5,6],"span":[66,11,28]},{"path":[4,7,2,5,1],"span":[66,29,39]},{"path":[4,7,2,5,3],"span":[66,42,43]},{"path":[4,8],"span":[69,0,73,1]},{"path":[4,8,1],"span":[69,8,18]},{"path":[4,8,7],"span":[70,2,27]},{"path":[4,8,7,3],"span":[70,2,27]},{"path":[4,8,2,0],"span":[71,2,19]},{"path":[4,8,2,0,5],"span":[71,2,6]},{"path":[4,8,2,0,1],"span":[71,7,14]},{"path":[4,8,2,0,3],"span":[71,17,18]},{"path":[4,8,2,1],"span":[72,2,42]},{"path":[4,8,2,1,4],"span":[72,2,10]},{"path":[4,8,2,1,5],"span":[72,11,17]},{"path":[4,8,2,1,1],"span":[72,18,37]},{"path":[4,8,2,1,3],"span":[72,40,41]},{"path":[4,9],"span":[75,0,79,1]},{"path":[4,9,1],"span":[75,8,25]},{"path":[4,9,7],"span":[76,2,27]},{"path":[4,9,7,3],"span":[76,2,27]},{"path":[4,9,2,0],"span":[77,2,19]},{"path":[4,9,2,0,5],"span":[77,2,6]},{"path":[4,9,2,0,1],"span":[77,7,14]},{"path":[4,9,2,0,3],"span":[77,17,18]},{"path":[4,9,2,1],"span":[78,2,42]},{"path":[4,9,2,1,4],"span":[78,2,10]},{"path":[4,9,2,1,5],"span":[78,11,17]},{"path":[4,9,2,1,1],"span":[78,18,37]},{"path":[4,9,2,1,3],"span":[78,40,41]},{"path":[4,10],"span":[81,0,85,1]},{"path":[4,10,1],"span":[81,8,18]},{"path":[4,10,7],"span":[82,2,27]},{"path":[4,10,7,3],"span":[82,2,27]},{"path":[4,10,2,0],"span":[83,2,19]},{"path":[4,10,2,0,5],"span":[83,2,6]},{"path":[4,10,2,0,1],"span":[83,7,14]},{"path":[4,10,2,0,3],"span":[83,17,18]},{"path":[4,10,2,1],"span":[84,2,22]},{"path":[4,10,2,1,5],"span":[84,2,8]},{"path":[4,10,2,1,1],"span":[84,9,17]},{"path":[4,10,2,1,3],"span":[84,20,21]},{"path":[4,11],"span":[87,0,91,1]},{"path":[4,11,1],"span":[87,8,25]},{"path":[4,11,2,0],"span":[88,2,65]},{"path":[4,11,2,0,4],"span":[88,2,10]},{"path":[4,11,2,0,6],"span":[88,11,21]},{"path":[4,11,2,0,1],"span":[88,22,40]},{"path":[4,11,2,0,3],"span":[88,43,44]},{"path":[4,11,2,0,8],"span":[88,45,64]},{"path":[4,11,2,0,8,3],"span":[88,46,63]},{"path":[4,11,2,1],"span":[89,2,45]},{"path":[4,11,2,1,4],"span":[89,2,10]},{"path":[4,11,2,1,6],"span":[89,11,21]},{"path":[4,11,2,1,1],"span":[89,22,40]},{"path":[4,11,2,1,3],"span":[89,43,44]},{"path":[4,11,2,2],"span":[90,2,59]},{"path":[4,11,2,2,4],"span":[90,2,10]},{"path":[4,11,2,2,6],"span":[90,11,28]},{"path":[4,11,2,2,1],"span":[90,29,54]},{"path":[4,11,2,2,3],"span":[90,57,58]},{"path":[4,12],"span":[93,0,96,1]},{"path":[4,12,1],"span":[93,8,15]},{"path":[4,12,2,0],"span":[94,2,22]},{"path":[4,12,2,0,5],"span":[94,2,8]},{"path":[4,12,2,0,1],"span":[94,9,18]},{"path":[4,12,2,0,3],"span":[94,20,21]},{"path":[4,12,2,1],"span":[95,2,18]},{"path":[4,12,2,1,5],"span":[95,2,8]},{"path":[4,12,2,1,1],"span":[95,9,13]},{"path":[4,12,2,1,3],"span":[95,16,17]},{"path":[4,13],"span":[98,0,115,1]},{"path":[4,13,1],"span":[98,8,14]},{"path":[4,13,4,0],"span":[99,2,103,3]},{"path":[4,13,4,0,1],"span":[99,7,17]},{"path":[4,13,4,0,2,0],"span":[100,4,20]},{"path":[4,13,4,0,2,0,1],"span":[100,4,15]},{"path":[4,13,4,0,2,0,2],"span":[100,18,19]},{"path":[4,13,4,0,2,1],"span":[101,4,14]},{"path":[4,13,4,0,2,1,1],"span":[101,4,9]},{"path":[4,13,4,0,2,1,2],"span":[101,12,13]},{"path":[4,13,4,0,2,2],"span":[102,4,18]},{"path":[4,13,4,0,2,2,1],"span":[102,4,13]},{"path":[4,13,4,0,2,2,2],"span":[102,16,17]},{"path":[4,13,2,0],"span":[105,2,32]},{"path":[4,13,2,0,4],"span":[105,2,10]},{"path":[4,13,2,0,6],"span":[105,11,18]},{"path":[4,13,2,0,1],"span":[105,19,27]},{"path":[4,13,2,0,3],"span":[105,30,31]},{"path":[4,13,2,1],"span":[106,2,29]},{"path":[4,13,2,1,6],"span":[106,2,12]},{"path":[4,13,2,1,1],"span":[106,13,24]},{"path":[4,13,2,1,3],"span":[106,27,28]},{"path":[4,13,2,2],"span":[107,2,38]},{"path":[4,13,2,2,4],"span":[107,2,10]},{"path":[4,13,2,2,6],"span":[107,11,21]},{"path":[4,13,2,2,1],"span":[107,22,33]},{"path":[4,13,2,2,3],"span":[107,36,37]},{"path":[4,13,8,0],"span":[108,2,111,3]},{"path":[4,13,8,0,1],"span":[108,8,18]},{"path":[4,13,2,3],"span":[109,4,40]},{"path":[4,13,2,3,6],"span":[109,4,9]},{"path":[4,13,2,3,1],"span":[109,10,15]},{"path":[4,13,2,3,3],"span":[109,18,19]},{"path":[4,13,2,3,8],"span":[109,20,39]},{"path":[4,13,2,3,8,3],"span":[109,21,38]},{"path":[4,13,2,4],"span":[110,4,48]},{"path":[4,13,2,4,6],"span":[110,4,13]},{"path":[4,13,2,4,1],"span":[110,14,23]},{"path":[4,13,2,4,3],"span":[110,26,27]},{"path":[4,13,2,4,8],"span":[110,28,47]},{"path":[4,13,2,4,8,3],"span":[110,29,46]},{"path":[4,13,2,5],"span":[112,2,41]},{"path":[4,13,2,5,6],"span":[112,2,18]},{"path":[4,13,2,5,1],"span":[112,19,36]},{"path":[4,13,2,5,3],"span":[112,39,40]},{"path":[4,13,2,6],"span":[113,2,16]},{"path":[4,13,2,6,5],"span":[113,2,8]},{"path":[4,13,2,6,1],"span":[113,9,11]},{"path":[4,13,2,6,3],"span":[113,14,15]},{"path":[4,13,2,7],"span":[114,2,18]},{"path":[4,13,2,7,5],"span":[114,2,8]},{"path":[4,13,2,7,1],"span":[114,9,13]},{"path":[4,13,2,7,3],"span":[114,16,17]},{"path":[4,14],"span":[117,0,119,1]},{"path":[4,14,1],"span":[117,8,17]},{"path":[4,14,2,0],"span":[118,2,30]},{"path":[4,14,2,0,4],"span":[118,2,10]},{"path":[4,14,2,0,5],"span":[118,11,17]},{"path":[4,14,2,0,1],"span":[118,18,25]},{"path":[4,14,2,0,3],"span":[118,28,29]},{"path":[4,15],"span":[121,0,133,1]},{"path":[4,15,1],"span":[121,8,24]},{"path":[4,15,4,0],"span":[123,2,127,3]},{"path":[4,15,4,0,1],"span":[123,7,16]},{"path":[4,15,4,0,2,0],"span":[124,4,12]},{"path":[4,15,4,0,2,0,1],"span":[124,4,7]},{"path":[4,15,4,0,2,0,2],"span":[124,10,11]},{"path":[4,15,4,0,2,1],"span":[125,4,14]},{"path":[4,15,4,0,2,1,1],"span":[125,4,9]},{"path":[4,15,4,0,2,1,2],"span":[125,12,13]},{"path":[4,15,4,0,2,2],"span":[126,4,18]},{"path":[4,15,4,0,2,2,1],"span":[126,4,13]},{"path":[4,15,4,0,2,2,2],"span":[126,16,17]},{"path":[4,15,2,0],"span":[129,2,36]},{"path":[4,15,2,0,4],"span":[129,2,10]},{"path":[4,15,2,0,6],"span":[129,11,20]},{"path":[4,15,2,0,1],"span":[129,21,31]},{"path":[4,15,2,0,3],"span":[129,34,35]},{"path":[4,15,2,1],"span":[130,2,48]},{"path":[4,15,2,1,4],"span":[130,2,10]},{"path":[4,15,2,1,5],"span":[130,11,17]},{"path":[4,15,2,1,1],"span":[130,18,25]},{"path":[4,15,2,1,3],"span":[130,28,29]},{"path":[4,15,2,1,8],"span":[130,30,47]},{"path":[4,15,2,1,8,3],"span":[130,31,46]},{"path":[4,15,2,2],"span":[131,2,33]},{"path":[4,15,2,2,4],"span":[131,2,10]},{"path":[4,15,2,2,5],"span":[131,11,17]},{"path":[4,15,2,2,1],"span":[131,18,28]},{"path":[4,15,2,2,3],"span":[131,31,32]},{"path":[4,15,2,3],"span":[132,2,39]},{"path":[4,15,2,3,4],"span":[132,2,10]},{"path":[4,15,2,3,6],"span":[132,11,21]},{"path":[4,15,2,3,1],"span":[132,22,34]},{"path":[4,15,2,3,3],"span":[132,37,38]},{"path":[5,0],"span":[135,0,139,1]},{"path":[5,0,1],"span":[135,5,15]},{"path":[5,0,2,0],"span":[136,2,27]},{"path":[5,0,2,0,1],"span":[136,2,22]},{"path":[5,0,2,0,2],"span":[136,25,26]},{"path":[5,0,2,1],"span":[137,2,12]},{"path":[5,0,2,1,1],"span":[137,2,7]},{"path":[5,0,2,1,2],"span":[137,10,11]},{"path":[5,0,2,2],"span":[138,2,11]},{"path":[5,0,2,2,1],"span":[138,2,6]},{"path":[5,0,2,2,2],"span":[138,9,10]},{"path":[4,16],"span":[141,0,155,1]},{"path":[4,16,1],"span":[141,8,18]},{"path":[4,16,4,0],"span":[142,2,147,3]},{"path":[4,16,4,0,1],"span":[142,7,17]},{"path":[4,16,4,0,2,0],"span":[143,4,28]},{"path":[4,16,4,0,2,0,1],"span":[143,4,23]},{"path":[4,16,4,0,2,0,2],"span":[143,26,27]},{"path":[4,16,4,0,2,1],"span":[144,4,16]},{"path":[4,16,4,0,2,1,1],"span":[144,4,11]},{"path":[4,16,4,0,2,1,2],"span":[144,14,15]},{"path":[4,16,4,0,2,2],"span":[145,4,13]},{"path":[4,16,4,0,2,2,1],"span":[145,4,8]},{"path":[4,16,4,0,2,2,2],"span":[145,11,12]},{"path":[4,16,4,0,2,3],"span":[146,4,11]},{"path":[4,16,4,0,2,3,1],"span":[146,4,6]},{"path":[4,16,4,0,2,3,2],"span":[146,9,10]},{"path":[4,16,2,0],"span":[148,2,22]},{"path":[4,16,2,0,6],"span":[148,2,12]},{"path":[4,16,2,0,1],"span":[148,13,17]},{"path":[4,16,2,0,3],"span":[148,20,21]},{"path":[4,16,8,0],"span":[149,2,154,3]},{"path":[4,16,8,0,1],"span":[149,8,12]},{"path":[4,16,2,1],"span":[150,4,32]},{"path":[4,16,2,1,6],"span":[150,4,14]},{"path":[4,16,2,1,1],"span":[150,15,27]},{"path":[4,16,2,1,3],"span":[150,30,31]},{"path":[4,16,2,2],"span":[151,4,23]},{"path":[4,16,2,2,6],"span":[151,4,10]},{"path":[4,16,2,2,1],"span":[151,11,18]},{"path":[4,16,2,2,3],"span":[151,21,22]},{"path":[4,16,2,3],"span":[152,4,40]},{"path":[4,16,2,3,5],"span":[152,4,10]},{"path":[4,16,2,3,1],"span":[152,11,17]},{"path":[4,16,2,3,3],"span":[152,20,21]},{"path":[4,16,2,3,8],"span":[152,22,39]},{"path":[4,16,2,3,8,3],"span":[152,23,38]},{"path":[4,16,2,4],"span":[153,4,27]},{"path":[4,16,2,4,6],"span":[153,4,12]},{"path":[4,16,2,4,1],"span":[153,13,22]},{"path":[4,16,2,4,3],"span":[153,25,26]},{"path":[4,17],"span":[157,0,159,1]},{"path":[4,17,1],"span":[157,8,16]},{"path":[4,17,2,0],"span":[158,2,20]},{"path":[4,17,2,0,5],"span":[158,2,8]},{"path":[4,17,2,0,1],"span":[158,9,15]},{"path":[4,17,2,0,3],"span":[158,18,19]},{"path":[4,18],"span":[161,0,165,1]},{"path":[4,18,1],"span":[161,8,18]},{"path":[4,18,2,0],"span":[162,2,22]},{"path":[4,18,2,0,6],"span":[162,2,12]},{"path":[4,18,2,0,1],"span":[162,13,17]},{"path":[4,18,2,0,3],"span":[162,20,21]},{"path":[4,18,2,1],"span":[163,2,20]},{"path":[4,18,2,1,5],"span":[163,2,8]},{"path":[4,18,2,1,1],"span":[163,9,15]},{"path":[4,18,2,1,3],"span":[163,18,19]},{"path":[4,18,2,2],"span":[164,2,31]},{"path":[4,18,2,2,4],"span":[164,2,10]},{"path":[4,18,2,2,6],"span":[164,11,21]},{"path":[4,18,2,2,1],"span":[164,22,26]},{"path":[4,18,2,2,3],"span":[164,29,30]},{"path":[4,19],"span":[167,0,171,1]},{"path":[4,19,1],"span":[167,8,18]},{"path":[4,19,2,0],"span":[168,2,20]},{"path":[4,19,2,0,5],"span":[168,2,6]},{"path":[4,19,2,0,1],"span":[168,7,15]},{"path":[4,19,2,0,3],"span":[168,18,19]},{"path":[4,19,2,1],"span":[169,2,25]},{"path":[4,19,2,1,5],"span":[169,2,7]},{"path":[4,19,2,1,1],"span":[169,8,20]},{"path":[4,19,2,1,3],"span":[169,23,24]},{"path":[4,19,2,2],"span":[170,2,31]},{"path":[4,19,2,2,5],"span":[170,2,6]},{"path":[4,19,2,2,1],"span":[170,7,26]},{"path":[4,19,2,2,3],"span":[170,29,30]},{"path":[4,20],"span":[173,0,187,1]},{"path":[4,20,1],"span":[173,8,14]},{"path":[4,20,4,0],"span":[174,2,178,3]},{"path":[4,20,4,0,1],"span":[174,7,15]},{"path":[4,20,4,0,2,0],"span":[175,4,26]},{"path":[4,20,4,0,2,0,1],"span":[175,4,21]},{"path":[4,20,4,0,2,0,2],"span":[175,24,25]},{"path":[4,20,4,0,2,1],"span":[176,4,13]},{"path":[4,20,4,0,2,1,1],"span":[176,4,8]},{"path":[4,20,4,0,2,1,2],"span":[176,11,12]},{"path":[4,20,4,0,2,2],"span":[177,4,14]},{"path":[4,20,4,0,2,2,1],"span":[177,4,9]},{"path":[4,20,4,0,2,2,2],"span":[177,12,13]},{"path":[4,20,2,0],"span":[179,2,18]},{"path":[4,20,2,0,5],"span":[179,2,8]},{"path":[4,20,2,0,1],"span":[179,9,13]},{"path":[4,20,2,0,3],"span":[179,16,17]},{"path":[4,20,2,1],"span":[180,2,25]},{"path":[4,20,2,1,5],"span":[180,2,8]},{"path":[4,20,2,1,1],"span":[180,9,20]},{"path":[4,20,2,1,3],"span":[180,23,24]},{"path":[4,20,2,2],"span":[181,2,20]},{"path":[4,20,2,2,5],"span":[181,2,8]},{"path":[4,20,2,2,1],"span":[181,9,15]},{"path":[4,20,2,2,3],"span":[181,18,19]},{"path":[4,20,2,3],"span":[182,2,25]},{"path":[4,20,2,3,5],"span":[182,2,6]},{"path":[4,20,2,3,1],"span":[182,7,20]},{"path":[4,20,2,3,3],"span":[182,23,24]},{"path":[4,20,2,4],"span":[183,2,27]},{"path":[4,20,2,4,5],"span":[183,2,6]},{"path":[4,20,2,4,1],"span":[183,7,22]},{"path":[4,20,2,4,3],"span":[183,25,26]},{"path":[4,20,2,5],"span":[184,2,25]},{"path":[4,20,2,5,6],"span":[184,2,10]},{"path":[4,20,2,5,1],"span":[184,11,20]},{"path":[4,20,2,5,3],"span":[184,23,24]},{"path":[4,20,2,6],"span":[185,2,17]},{"path":[4,20,2,6,5],"span":[185,2,7]},{"path":[4,20,2,6,1],"span":[185,8,12]},{"path":[4,20,2,6,3],"span":[185,15,16]},{"path":[4,20,2,7],"span":[186,2,23]},{"path":[4,20,2,7,5],"span":[186,2,8]},{"path":[4,20,2,7,1],"span":[186,9,18]},{"path":[4,20,2,7,3],"span":[186,21,22]},{"path":[4,21],"span":[189,0,197,1]},{"path":[4,21,1],"span":[189,8,13]},{"path":[4,21,4,0],"span":[190,2,194,3]},{"path":[4,21,4,0,1],"span":[190,7,16]},{"path":[4,21,4,0,2,0],"span":[191,4,12]},{"path":[4,21,4,0,2,0,1],"span":[191,4,7]},{"path":[4,21,4,0,2,0,2],"span":[191,10,11]},{"path":[4,21,4,0,2,1],"span":[192,4,14]},{"path":[4,21,4,0,2,1,1],"span":[192,4,9]},{"path":[4,21,4,0,2,1,2],"span":[192,12,13]},{"path":[4,21,4,0,2,2],"span":[193,4,18]},{"path":[4,21,4,0,2,2,1],"span":[193,4,13]},{"path":[4,21,4,0,2,2,2],"span":[193,16,17]},{"path":[4,21,2,0],"span":[196,2,27]},{"path":[4,21,2,0,6],"span":[196,2,11]},{"path":[4,21,2,0,1],"span":[196,12,22]},{"path":[4,21,2,0,3],"span":[196,25,26]},{"path":[4,22],"span":[199,0,208,1]},{"path":[4,22,1],"span":[199,8,18]},{"path":[4,22,4,0],"span":[200,2,203,3]},{"path":[4,22,4,0,1],"span":[200,7,21]},{"path":[4,22,4,0,2,0],"span":[202,4,20]},{"path":[4,22,4,0,2,0,1],"span":[202,4,15]},{"path":[4,22,4,0,2,0,2],"span":[202,18,19]},{"path":[4,22,2,0],"span":[205,2,44]},{"path":[4,22,2,0,6],"span":[205,2,16]},{"path":[4,22,2,0,1],"span":[205,17,21]},{"path":[4,22,2,0,3],"span":[205,24,25]},{"path":[4,22,2,0,8],"span":[205,26,43]},{"path":[4,22,2,0,8,3],"span":[205,27,42]},{"path":[4,22,2,1],"span":[206,2,16]},{"path":[4,22,2,1,5],"span":[206,2,8]},{"path":[4,22,2,1,1],"span":[206,9,11]},{"path":[4,22,2,1,3],"span":[206,14,15]},{"path":[4,22,2,2],"span":[207,2,18]},{"path":[4,22,2,2,5],"span":[207,2,7]},{"path":[4,22,2,2,1],"span":[207,8,13]},{"path":[4,22,2,2,3],"span":[207,16,17]},{"path":[4,23],"span":[210,0,216,1]},{"path":[4,23,1],"span":[210,8,25]},{"path":[4,23,2,0],"span":[211,2,35]},{"path":[4,23,2,0,4],"span":[211,2,10]},{"path":[4,23,2,0,6],"span":[211,11,22]},{"path":[4,23,2,0,1],"span":[211,23,30]},{"path":[4,23,2,0,3],"span":[211,33,34]},{"path":[4,23,2,1],"span":[212,2,31]},{"path":[4,23,2,1,4],"span":[212,2,10]},{"path":[4,23,2,1,6],"span":[212,11,22]},{"path":[4,23,2,1,1],"span":[212,23,26]},{"path":[4,23,2,1,3],"span":[212,29,30]},{"path":[4,23,2,2],"span":[213,2,37]},{"path":[4,23,2,2,4],"span":[213,2,10]},{"path":[4,23,2,2,6],"span":[213,11,25]},{"path":[4,23,2,2,1],"span":[213,26,32]},{"path":[4,23,2,2,3],"span":[213,35,36]},{"path":[4,23,2,3],"span":[214,2,42]},{"path":[4,23,2,3,4],"span":[214,2,10]},{"path":[4,23,2,3,6],"span":[214,11,27]},{"path":[4,23,2,3,1],"span":[214,28,37]},{"path":[4,23,2,3,3],"span":[214,40,41]},{"path":[4,23,2,4],"span":[215,2,42]},{"path":[4,23,2,4,4],"span":[215,2,10]},{"path":[4,23,2,4,6],"span":[215,11,27]},{"path":[4,23,2,4,1],"span":[215,28,37]},{"path":[4,23,2,4,3],"span":[215,40,41]},{"path":[4,24],"span":[218,0,225,1]},{"path":[4,24,1],"span":[218,8,19]},{"path":[4,24,2,0],"span":[219,2,66]},{"path":[4,24,2,0,4],"span":[219,2,10]},{"path":[4,24,2,0,6],"span":[219,11,39]},{"path":[4,24,2,0,1],"span":[219,40,61]},{"path":[4,24,2,0,3],"span":[219,64,65]},{"path":[4,24,2,1],"span":[220,2,47]},{"path":[4,24,2,1,4],"span":[220,2,10]},{"path":[4,24,2,1,6],"span":[220,11,30]},{"path":[4,24,2,1,1],"span":[220,31,42]},{"path":[4,24,2,1,3],"span":[220,45,46]},{"path":[4,24,2,2],"span":[221,2,50]},{"path":[4,24,2,2,4],"span":[221,2,10]},{"path":[4,24,2,2,6],"span":[221,11,31]},{"path":[4,24,2,2,1],"span":[221,32,45]},{"path":[4,24,2,2,3],"span":[221,48,49]},{"path":[4,24,2,3],"span":[222,2,49]},{"path":[4,24,2,3,4],"span":[222,2,10]},{"path":[4,24,2,3,6],"span":[222,11,30]},{"path":[4,24,2,3,1],"span":[222,31,44]},{"path":[4,24,2,3,3],"span":[222,47,48]},{"path":[4,24,2,4],"span":[223,2,60]},{"path":[4,24,2,4,4],"span":[223,2,10]},{"path":[4,24,2,4,6],"span":[223,11,36]},{"path":[4,24,2,4,1],"span":[223,37,55]},{"path":[4,24,2,4,3],"span":[223,58,59]},{"path":[4,24,2,5],"span":[224,2,37]},{"path":[4,24,2,5,4],"span":[224,2,10]},{"path":[4,24,2,5,6],"span":[224,11,25]},{"path":[4,24,2,5,1],"span":[224,26,32]},{"path":[4,24,2,5,3],"span":[224,35,36]},{"path":[4,25],"span":[227,0,230,1]},{"path":[4,25,1],"span":[227,8,27]},{"path":[4,25,2,0],"span":[228,2,53],"trailingComments":" cron expression\n"},{"path":[4,25,2,0,6],"span":[228,2,29]},{"path":[4,25,2,0,1],"span":[228,30,48]},{"path":[4,25,2,0,3],"span":[228,51,52]},{"path":[4,25,2,1],"span":[229,2,56]},{"path":[4,25,2,1,4],"span":[229,2,10]},{"path":[4,25,2,1,6],"span":[229,11,34]},{"path":[4,25,2,1,1],"span":[229,35,51]},{"path":[4,25,2,1,3],"span":[229,54,55]},{"path":[4,26],"span":[232,0,235,1]},{"path":[4,26,1],"span":[232,8,31]},{"path":[4,26,2,0],"span":[233,2,60],"trailingComments":" default 30 days\n"},{"path":[4,26,2,0,6],"span":[233,2,28]},{"path":[4,26,2,0,1],"span":[233,29,55]},{"path":[4,26,2,0,3],"span":[233,58,59]},{"path":[4,26,2,1],"span":[234,2,62],"trailingComments":" default 365 days\n"},{"path":[4,26,2,1,6],"span":[234,2,28]},{"path":[4,26,2,1,1],"span":[234,29,57]},{"path":[4,26,2,1,3],"span":[234,60,61]},{"path":[4,27],"span":[237,0,242,1]},{"path":[4,27,1],"span":[237,8,28]},{"path":[4,27,2,0],"span":[238,2,54]},{"path":[4,27,2,0,6],"span":[238,2,27]},{"path":[4,27,2,0,1],"span":[238,28,49]},{"path":[4,27,2,0,3],"span":[238,52,53]},{"path":[4,27,2,1],"span":[239,2,66],"trailingComments":" will only be used if smart polling is disabled, default 60 seconds.\n"},{"path":[4,27,2,1,6],"span":[239,2,28]},{"path":[4,27,2,1,1],"span":[239,29,61]},{"path":[4,27,2,1,3],"span":[239,64,65]},{"path":[4,27,2,2],"span":[241,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,27,2,2,6],"span":[241,2,19]},{"path":[4,27,2,2,1],"span":[241,20,43]},{"path":[4,27,2,2,3],"span":[241,46,47]},{"path":[4,28],"span":[244,0,246,1]},{"path":[4,28,1],"span":[244,8,27]},{"path":[4,28,2,0],"span":[245,2,58],"trailingComments":" default 15 minutes\n"},{"path":[4,28,2,0,6],"span":[245,2,28]},{"path":[4,28,2,0,1],"span":[245,29,53]},{"path":[4,28,2,0,3],"span":[245,56,57]},{"path":[4,29],"span":[248,0,250,1]},{"path":[4,29,1],"span":[248,8,33]},{"path":[4,29,2,0],"span":[249,2,58],"trailingComments":" default 240 minutes (4 hours)\n"},{"path":[4,29,2,0,6],"span":[249,2,28]},{"path":[4,29,2,0,1],"span":[249,29,53]},{"path":[4,29,2,0,3],"span":[249,56,57]},{"path":[4,30],"span":[252,0,256,1]},{"path":[4,30,1],"span":[252,8,22]},{"path":[4,30,2,0],"span":[253,2,40]},{"path":[4,30,2,0,6],"span":[253,2,27]},{"path":[4,30,2,0,1],"span":[253,28,35]},{"path":[4,30,2,0,3],"span":[253,38,39]},{"path":[4,30,2,1],"span":[254,2,58]},{"path":[4,30,2,1,6],"span":[254,2,28]},{"path":[4,30,2,1,1],"span":[254,29,53]},{"path":[4,30,2,1,3],"span":[254,56,57]},{"path":[4,30,2,2],"span":[255,2,41]},{"path":[4,30,2,2,6],"span":[255,2,29]},{"path":[4,30,2,2,1],"span":[255,30,36]},{"path":[4,30,2,2,3],"span":[255,39,40]},{"path":[4,31],"span":[258,0,264,1]},{"path":[4,31,1],"span":[258,8,36]},{"path":[4,31,2,0],"span":[259,2,47]},{"path":[4,31,2,0,4],"span":[259,2,10]},{"path":[4,31,2,0,6],"span":[259,11,30]},{"path":[4,31,2,0,1],"span":[259,31,42]},{"path":[4,31,2,0,3],"span":[259,45,46]},{"path":[4,31,2,1],"span":[260,2,60]},{"path":[4,31,2,1,4],"span":[260,2,10]},{"path":[4,31,2,1,6],"span":[260,11,36]},{"path":[4,31,2,1,1],"span":[260,37,55]},{"path":[4,31,2,1,3],"span":[260,58,59]},{"path":[4,31,2,2],"span":[261,2,50]},{"path":[4,31,2,2,4],"span":[261,2,10]},{"path":[4,31,2,2,6],"span":[261,11,31]},{"path":[4,31,2,2,1],"span":[261,32,45]},{"path":[4,31,2,2,3],"span":[261,48,49]},{"path":[4,31,2,3],"span":[262,2,68]},{"path":[4,31,2,3,4],"span":[262,2,10]},{"path":[4,31,2,3,6],"span":[262,11,40]},{"path":[4,31,2,3,1],"span":[262,41,63]},{"path":[4,31,2,3,3],"span":[262,66,67]},{"path":[4,31,2,4],"span":[263,2,44]},{"path":[4,31,2,4,4],"span":[263,2,10]},{"path":[4,31,2,4,6],"span":[263,11,28]},{"path":[4,31,2,4,1],"span":[263,29,39]},{"path":[4,31,2,4,3],"span":[263,42,43]},{"path":[4,32],"span":[266,0,268,1]},{"path":[4,32,1],"span":[266,8,27]},{"path":[4,32,2,0],"span":[267,2,49],"trailingComments":" default 100\n"},{"path":[4,32,2,0,6],"span":[267,2,28]},{"path":[4,32,2,0,1],"span":[267,29,44]},{"path":[4,32,2,0,3],"span":[267,47,48]},{"path":[4,33],"span":[270,0,273,1]},{"path":[4,33,1],"span":[270,8,25]},{"path":[4,33,2,0],"span":[271,2,39],"trailingComments":" Ip addresses (including ranges and CIDR notations) or hostnames.\n"},{"path":[4,33,2,0,4],"span":[271,2,10]},{"path":[4,33,2,0,5],"span":[271,11,17]},{"path":[4,33,2,0,1],"span":[271,18,34]},{"path":[4,33,2,0,3],"span":[271,37,38]},{"path":[4,33,2,1],"span":[272,2,42],"trailingComments":" Network interface names.\n"},{"path":[4,33,2,1,4],"span":[272,2,10]},{"path":[4,33,2,1,5],"span":[272,11,17]},{"path":[4,33,2,1,1],"span":[272,18,37]},{"path":[4,33,2,1,3],"span":[272,40,41]},{"path":[4,34],"span":[275,0,278,1]},{"path":[4,34,1],"span":[275,8,33]},{"path":[4,34,2,0],"span":[276,2,40]},{"path":[4,34,2,0,6],"span":[276,2,27]},{"path":[4,34,2,0,1],"span":[276,28,35]},{"path":[4,34,2,0,3],"span":[276,38,39]},{"path":[4,34,2,1],"span":[277,2,51]},{"path":[4,34,2,1,6],"span":[277,2,27]},{"path":[4,34,2,1,1],"span":[277,28,46]},{"path":[4,34,2,1,3],"span":[277,49,50]},{"path":[4,35],"span":[280,0,282,1]},{"path":[4,35,1],"span":[280,8,28]},{"path":[4,36],"span":[284,0,287,1]},{"path":[4,36,1],"span":[284,8,37]},{"path":[4,36,2,0],"span":[285,2,44]},{"path":[4,36,2,0,6],"span":[285,2,27]},{"path":[4,36,2,0,1],"span":[285,28,39]},{"path":[4,36,2,0,3],"span":[285,42,43]},{"path":[4,36,2,1],"span":[286,2,52]},{"path":[4,36,2,1,6],"span":[286,2,37]},{"path":[4,36,2,1,1],"span":[286,38,47]},{"path":[4,36,2,1,3],"span":[286,50,51]},{"path":[4,37],"span":[289,0,293,1]},{"path":[4,37,1],"span":[289,8,30]},{"path":[4,37,2,0],"span":[290,2,40]},{"path":[4,37,2,0,6],"span":[290,2,27]},{"path":[4,37,2,0,1],"span":[290,28,35]},{"path":[4,37,2,0,3],"span":[290,38,39]},{"path":[4,37,2,1],"span":[291,2,38]},{"path":[4,37,2,1,6],"span":[291,2,28]},{"path":[4,37,2,1,1],"span":[291,29,33]},{"path":[4,37,2,1,3],"span":[291,36,37]},{"path":[4,37,2,2],"span":[292,2,42],"trailingComments":" additional data for a specific for the protocol\n"},{"path":[4,37,2,2,6],"span":[292,2,21]},{"path":[4,37,2,2,1],"span":[292,22,37]},{"path":[4,37,2,2,3],"span":[292,40,41]},{"path":[4,38],"span":[295,0,297,1]},{"path":[4,38,1],"span":[295,8,24]},{"path":[4,38,2,0],"span":[296,2,66]},{"path":[4,38,2,0,4],"span":[296,2,10]},{"path":[4,38,2,0,6],"span":[296,11,39]},{"path":[4,38,2,0,1],"span":[296,40,61]},{"path":[4,38,2,0,3],"span":[296,64,65]},{"path":[4,39],"span":[299,0,302,1]},{"path":[4,39,1],"span":[299,8,24]},{"path":[4,39,2,0],"span":[300,2,66]},{"path":[4,39,2,0,4],"span":[300,2,10]},{"path":[4,39,2,0,6],"span":[300,11,39]},{"path":[4,39,2,0,1],"span":[300,40,61]},{"path":[4,39,2,0,3],"span":[300,64,65]},{"path":[4,39,2,1],"span":[301,2,50],"trailingComments":" used to enable raw traffic packets logging for the OT sensor.\n"},{"path":[4,39,2,1,4],"span":[301,2,10]},{"path":[4,39,2,1,6],"span":[301,11,29]},{"path":[4,39,2,1,1],"span":[301,30,45]},{"path":[4,39,2,1,3],"span":[301,48,49]},{"path":[4,40],"span":[304,0,307,1]},{"path":[4,40,1],"span":[304,8,26]},{"path":[4,40,2,0],"span":[305,2,40]},{"path":[4,40,2,0,6],"span":[305,2,27]},{"path":[4,40,2,0,1],"span":[305,28,35]},{"path":[4,40,2,0,3],"span":[305,38,39]},{"path":[4,40,2,1],"span":[306,2,39]},{"path":[4,40,2,1,6],"span":[306,2,29]},{"path":[4,40,2,1,1],"span":[306,30,34]},{"path":[4,40,2,1,3],"span":[306,37,38]},{"path":[4,41],"span":[309,0,315,1]},{"path":[4,41,1],"span":[309,8,22]},{"path":[4,41,2,0],"span":[310,2,55],"trailingComments":" default false\n"},{"path":[4,41,2,0,6],"span":[310,2,27]},{"path":[4,41,2,0,1],"span":[310,28,50]},{"path":[4,41,2,0,3],"span":[310,53,54]},{"path":[4,41,2,1],"span":[311,2,50]},{"path":[4,41,2,1,4],"span":[311,2,10]},{"path":[4,41,2,1,6],"span":[311,11,31]},{"path":[4,41,2,1,1],"span":[311,32,45]},{"path":[4,41,2,1,3],"span":[311,48,49]},{"path":[4,41,2,2],"span":[312,2,41]},{"path":[4,41,2,2,4],"span":[312,2,10]},{"path":[4,41,2,2,6],"span":[312,11,27]},{"path":[4,41,2,2,1],"span":[312,28,36]},{"path":[4,41,2,2,3],"span":[312,39,40]},{"path":[4,41,2,3],"span":[313,2,37]},{"path":[4,41,2,3,4],"span":[313,2,10]},{"path":[4,41,2,3,6],"span":[313,11,25]},{"path":[4,41,2,3,1],"span":[313,26,32]},{"path":[4,41,2,3,3],"span":[313,35,36]},{"path":[4,41,2,4],"span":[314,2,50]},{"path":[4,41,2,4,4],"span":[314,2,10]},{"path":[4,41,2,4,6],"span":[314,11,31]},{"path":[4,41,2,4,1],"span":[314,32,45]},{"path":[4,41,2,4,3],"span":[314,48,49]},{"path":[4,42],"span":[317,0,320,1]},{"path":[4,42,1],"span":[317,8,28]},{"path":[4,42,2,0],"span":[318,2,40]},{"path":[4,42,2,0,6],"span":[318,2,27]},{"path":[4,42,2,0,1],"span":[318,28,35]},{"path":[4,42,2,0,3],"span":[318,38,39]},{"path":[4,42,2,1],"span":[319,2,48],"trailingComments":" cron expression \n"},{"path":[4,42,2,1,6],"span":[319,2,29]},{"path":[4,42,2,1,1],"span":[319,30,43]},{"path":[4,42,2,1,3],"span":[319,46,47]},{"path":[4,43],"span":[322,0,324,1]},{"path":[4,43,1],"span":[322,8,22]},{"path":[4,43,2,0],"span":[323,2,48]},{"path":[4,43,2,0,6],"span":[323,2,29]},{"path":[4,43,2,0,1],"span":[323,30,43]},{"path":[4,43,2,0,3],"span":[323,46,47]},{"path":[4,44],"span":[326,0,332,1]},{"path":[4,44,1],"span":[326,8,24]},{"path":[4,44,2,0],"span":[327,2,57],"trailingComments":" default true\n"},{"path":[4,44,2,0,6],"span":[327,2,27]},{"path":[4,44,2,0,1],"span":[327,28,52]},{"path":[4,44,2,0,3],"span":[327,55,56]},{"path":[4,44,2,1],"span":[328,2,50],"trailingComments":" cron expression\n"},{"path":[4,44,2,1,6],"span":[328,2,29]},{"path":[4,44,2,1,1],"span":[328,30,45]},{"path":[4,44,2,1,3],"span":[328,48,49]},{"path":[4,44,2,2],"span":[329,2,50]},{"path":[4,44,2,2,6],"span":[329,2,29]},{"path":[4,44,2,2,1],"span":[329,30,45]},{"path":[4,44,2,2,3],"span":[329,48,49]},{"path":[4,44,2,3],"span":[330,2,58]},{"path":[4,44,2,3,6],"span":[330,2,28]},{"path":[4,44,2,3,1],"span":[330,29,53]},{"path":[4,44,2,3,3],"span":[330,56,57]},{"path":[4,44,2,4],"span":[331,2,61]},{"path":[4,44,2,4,6],"span":[331,2,28]},{"path":[4,44,2,4,1],"span":[331,29,56]},{"path":[4,44,2,4,3],"span":[331,59,60]},{"path":[4,45],"span":[334,0,337,1]},{"path":[4,45,1],"span":[334,8,28]},{"path":[4,45,2,0],"span":[335,2,64]},{"path":[4,45,2,0,6],"span":[335,2,28]},{"path":[4,45,2,0,1],"span":[335,29,59]},{"path":[4,45,2,0,3],"span":[335,62,63]},{"path":[4,45,2,1],"span":[336,2,69]},{"path":[4,45,2,1,6],"span":[336,2,28]},{"path":[4,45,2,1,1],"span":[336,29,64]},{"path":[4,45,2,1,3],"span":[336,67,68]},{"path":[4,46],"span":[339,0,352,1]},{"path":[4,46,1],"span":[339,8,19]},{"path":[4,46,4,0],"span":[340,2,347,3]},{"path":[4,46,4,0,1],"span":[340,7,15]},{"path":[4,46,4,0,2,0],"span":[341,4,16]},{"path":[4,46,4,0,2,0,1],"span":[341,4,11]},{"path":[4,46,4,0,2,0,2],"span":[341,14,15]},{"path":[4,46,4,0,2,1],"span":[342,4,14]},{"path":[4,46,4,0,2,1,1],"span":[342,4,9]},{"path":[4,46,4,0,2,1,2],"span":[342,12,13]},{"path":[4,46,4,0,2,2],"span":[343,4,20]},{"path":[4,46,4,0,2,2,1],"span":[343,4,15]},{"path":[4,46,4,0,2,2,2],"span":[343,18,19]},{"path":[4,46,4,0,2,3],"span":[344,4,16]},{"path":[4,46,4,0,2,3,1],"span":[344,4,11]},{"path":[4,46,4,0,2,3,2],"span":[344,14,15]},{"path":[4,46,4,0,2,4],"span":[345,4,14]},{"path":[4,46,4,0,2,4,1],"span":[345,4,9]},{"path":[4,46,4,0,2,4,2],"span":[345,12,13]},{"path":[4,46,4,0,2,5],"span":[346,4,14]},{"path":[4,46,4,0,2,5,1],"span":[346,4,9]},{"path":[4,46,4,0,2,5,2],"span":[346,12,13]},{"path":[4,46,2,0],"span":[348,2,30],"trailingComments":" default INFORMATION\n"},{"path":[4,46,2,0,4],"span":[348,2,10]},{"path":[4,46,2,0,6],"span":[348,11,19]},{"path":[4,46,2,0,1],"span":[348,20,25]},{"path":[4,46,2,0,3],"span":[348,28,29]},{"path":[4,46,2,1],"span":[349,2,55],"trailingComments":" default 52428800 bytes (50MB)\n"},{"path":[4,46,2,1,6],"span":[349,2,28]},{"path":[4,46,2,1,1],"span":[349,29,50]},{"path":[4,46,2,1,3],"span":[349,53,54]},{"path":[4,46,2,2],"span":[350,2,59],"trailingComments":" default 5\n"},{"path":[4,46,2,2,6],"span":[350,2,28]},{"path":[4,46,2,2,1],"span":[350,29,54]},{"path":[4,46,2,2,3],"span":[350,57,58]},{"path":[4,46,2,3],"span":[351,2,35]},{"path":[4,46,2,3,6],"span":[351,2,20]},{"path":[4,46,2,3,1],"span":[351,21,30]},{"path":[4,46,2,3,3],"span":[351,33,34]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
|
|
@@ -11,6 +11,7 @@ import * as google_protobuf_wrappers_pb from "google-protobuf/google/protobuf/wr
|
|
|
11
11
|
interface IScanningConfigServiceService extends grpc.ServiceDefinition<grpc.UntypedServiceImplementation> {
|
|
12
12
|
getConfigurationsBySource: IScanningConfigServiceService_IGetConfigurationsBySource;
|
|
13
13
|
deleteAction: IScanningConfigServiceService_IDeleteAction;
|
|
14
|
+
getExclusionsBySource: IScanningConfigServiceService_IGetExclusionsBySource;
|
|
14
15
|
}
|
|
15
16
|
|
|
16
17
|
interface IScanningConfigServiceService_IGetConfigurationsBySource extends grpc.MethodDefinition<scanningconfig_pb.GetConfigurationsBySourceRequest, scanningconfig_pb.GetConfigurationsBySourceResponse> {
|
|
@@ -31,12 +32,22 @@ interface IScanningConfigServiceService_IDeleteAction extends grpc.MethodDefinit
|
|
|
31
32
|
responseSerialize: grpc.serialize<scanningconfig_pb.DeleteActionResponse>;
|
|
32
33
|
responseDeserialize: grpc.deserialize<scanningconfig_pb.DeleteActionResponse>;
|
|
33
34
|
}
|
|
35
|
+
interface IScanningConfigServiceService_IGetExclusionsBySource extends grpc.MethodDefinition<scanningconfig_pb.GetExclusionsBySourceRequest, scanningconfig_pb.GetExclusionsBySourceResponse> {
|
|
36
|
+
path: "/lansweeper.scanningconfig.v1.ScanningConfigService/GetExclusionsBySource";
|
|
37
|
+
requestStream: false;
|
|
38
|
+
responseStream: false;
|
|
39
|
+
requestSerialize: grpc.serialize<scanningconfig_pb.GetExclusionsBySourceRequest>;
|
|
40
|
+
requestDeserialize: grpc.deserialize<scanningconfig_pb.GetExclusionsBySourceRequest>;
|
|
41
|
+
responseSerialize: grpc.serialize<scanningconfig_pb.GetExclusionsBySourceResponse>;
|
|
42
|
+
responseDeserialize: grpc.deserialize<scanningconfig_pb.GetExclusionsBySourceResponse>;
|
|
43
|
+
}
|
|
34
44
|
|
|
35
45
|
export const ScanningConfigServiceService: IScanningConfigServiceService;
|
|
36
46
|
|
|
37
47
|
export interface IScanningConfigServiceServer extends grpc.UntypedServiceImplementation {
|
|
38
48
|
getConfigurationsBySource: grpc.handleUnaryCall<scanningconfig_pb.GetConfigurationsBySourceRequest, scanningconfig_pb.GetConfigurationsBySourceResponse>;
|
|
39
49
|
deleteAction: grpc.handleUnaryCall<scanningconfig_pb.DeleteActionRequest, scanningconfig_pb.DeleteActionResponse>;
|
|
50
|
+
getExclusionsBySource: grpc.handleUnaryCall<scanningconfig_pb.GetExclusionsBySourceRequest, scanningconfig_pb.GetExclusionsBySourceResponse>;
|
|
40
51
|
}
|
|
41
52
|
|
|
42
53
|
export interface IScanningConfigServiceClient {
|
|
@@ -46,6 +57,9 @@ export interface IScanningConfigServiceClient {
|
|
|
46
57
|
deleteAction(request: scanningconfig_pb.DeleteActionRequest, callback: (error: grpc.ServiceError | null, response: scanningconfig_pb.DeleteActionResponse) => void): grpc.ClientUnaryCall;
|
|
47
58
|
deleteAction(request: scanningconfig_pb.DeleteActionRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: scanningconfig_pb.DeleteActionResponse) => void): grpc.ClientUnaryCall;
|
|
48
59
|
deleteAction(request: scanningconfig_pb.DeleteActionRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: scanningconfig_pb.DeleteActionResponse) => void): grpc.ClientUnaryCall;
|
|
60
|
+
getExclusionsBySource(request: scanningconfig_pb.GetExclusionsBySourceRequest, callback: (error: grpc.ServiceError | null, response: scanningconfig_pb.GetExclusionsBySourceResponse) => void): grpc.ClientUnaryCall;
|
|
61
|
+
getExclusionsBySource(request: scanningconfig_pb.GetExclusionsBySourceRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: scanningconfig_pb.GetExclusionsBySourceResponse) => void): grpc.ClientUnaryCall;
|
|
62
|
+
getExclusionsBySource(request: scanningconfig_pb.GetExclusionsBySourceRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: scanningconfig_pb.GetExclusionsBySourceResponse) => void): grpc.ClientUnaryCall;
|
|
49
63
|
}
|
|
50
64
|
|
|
51
65
|
export class ScanningConfigServiceClient extends grpc.Client implements IScanningConfigServiceClient {
|
|
@@ -56,4 +70,7 @@ export class ScanningConfigServiceClient extends grpc.Client implements IScannin
|
|
|
56
70
|
public deleteAction(request: scanningconfig_pb.DeleteActionRequest, callback: (error: grpc.ServiceError | null, response: scanningconfig_pb.DeleteActionResponse) => void): grpc.ClientUnaryCall;
|
|
57
71
|
public deleteAction(request: scanningconfig_pb.DeleteActionRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: scanningconfig_pb.DeleteActionResponse) => void): grpc.ClientUnaryCall;
|
|
58
72
|
public deleteAction(request: scanningconfig_pb.DeleteActionRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: scanningconfig_pb.DeleteActionResponse) => void): grpc.ClientUnaryCall;
|
|
73
|
+
public getExclusionsBySource(request: scanningconfig_pb.GetExclusionsBySourceRequest, callback: (error: grpc.ServiceError | null, response: scanningconfig_pb.GetExclusionsBySourceResponse) => void): grpc.ClientUnaryCall;
|
|
74
|
+
public getExclusionsBySource(request: scanningconfig_pb.GetExclusionsBySourceRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: scanningconfig_pb.GetExclusionsBySourceResponse) => void): grpc.ClientUnaryCall;
|
|
75
|
+
public getExclusionsBySource(request: scanningconfig_pb.GetExclusionsBySourceRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: scanningconfig_pb.GetExclusionsBySourceResponse) => void): grpc.ClientUnaryCall;
|
|
59
76
|
}
|