@lansweeper/scanningconfig-grpc 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/Lansweeper.ScanningConfig.GRPC.csproj +12 -12
- 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/gen-proto/image.json +1 -1
- package/gen-proto/scanningconfig_pb.d.ts +34 -0
- package/gen-proto/scanningconfig_pb.js +298 -3
- package/generated-go/scanningconfig.pb.go +245 -140
- package/generated-go/scanningconfig_grpc.pb.go +1 -1
- 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.csproj.AssemblyReference.cache +0 -0
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.csproj.CoreCompileInputs.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 +343 -37
- package/obj/Debug/net6.0/ref/Lansweeper.ScanningConfig.GRPC.dll +0 -0
- package/obj/Debug/net6.0/refint/Lansweeper.ScanningConfig.GRPC.dll +0 -0
- package/obj/Lansweeper.ScanningConfig.GRPC.csproj.nuget.dgspec.json +2 -2
- package/obj/Lansweeper.ScanningConfig.GRPC.csproj.nuget.g.props +1 -1
- package/obj/project.assets.json +2 -2
- package/obj/project.nuget.cache +1 -1
- package/package.json +2 -2
- package/proto/scanningconfig.proto +11 -2
|
@@ -14,11 +14,11 @@ using System.Reflection;
|
|
|
14
14
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
|
15
15
|
[assembly: System.Reflection.AssemblyCopyrightAttribute("Lansweeper")]
|
|
16
16
|
[assembly: System.Reflection.AssemblyDescriptionAttribute("More Info : http://www.lansweeper.com")]
|
|
17
|
-
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.0
|
|
18
|
-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.0
|
|
17
|
+
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.1.0")]
|
|
18
|
+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.1.0")]
|
|
19
19
|
[assembly: System.Reflection.AssemblyProductAttribute("Lansweeper ScanningConfig model/proto")]
|
|
20
20
|
[assembly: System.Reflection.AssemblyTitleAttribute("Lansweeper.ScanningConfig.GRPC")]
|
|
21
|
-
[assembly: System.Reflection.AssemblyVersionAttribute("0.0.
|
|
21
|
+
[assembly: System.Reflection.AssemblyVersionAttribute("0.1.0.0")]
|
|
22
22
|
[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/Lansweeper/lansweeperapis")]
|
|
23
23
|
|
|
24
24
|
// Generated by the MSBuild WriteCodeFragment class.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
f6b75295d927d0d9d4090d518ef7dfb84e150a19
|
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
865f14b9856c81e2e5ecab8a8e4d40be645a7dcb
|
|
Binary file
|
|
Binary file
|
|
@@ -29,47 +29,53 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
29
29
|
"dWVzdBIRCglzb3VyY2VfaWQYASABKAkSDwoHc2l0ZV9pZBgCIAEoCSJdCiFH",
|
|
30
30
|
"ZXRDb25maWd1cmF0aW9uc0J5U291cmNlUmVzcG9uc2USOAoHY29uZmlncxgB",
|
|
31
31
|
"IAMoCzInLmxhbnN3ZWVwZXIuc2Nhbm5pbmdjb25maWcudjEuQ29tcG9uZW50",
|
|
32
|
-
"
|
|
32
|
+
"IsMCCglDb21wb25lbnQSCgoCaWQYASABKAkSQwoEdHlwZRgCIAEoDjI1Lmxh",
|
|
33
33
|
"bnN3ZWVwZXIuc2Nhbm5pbmdjb25maWcudjEuQ29tcG9uZW50LkNvbXBvbmVu",
|
|
34
34
|
"dFR5cGUSNQoHYWN0aW9ucxgDIAMoCzIkLmxhbnN3ZWVwZXIuc2Nhbm5pbmdj",
|
|
35
35
|
"b25maWcudjEuQWN0aW9uEkcKCW9wX2NvbmZpZxgEIAEoCzIvLmxhbnN3ZWVw",
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
36
|
+
"ZXIuc2Nhbm5pbmdjb25maWcudjEuT3BlcmF0aW9uYWxDb25maWdIAIgBARIP",
|
|
37
|
+
"CgdlbmFibGVkGAUgASgIIkYKDUNvbXBvbmVudFR5cGUSDwoLVU5TUEVDSUZJ",
|
|
38
|
+
"RUQQABIJCgVBR0VOVBABEg0KCUlUX1NFTlNPUhACEgoKBklUX0hVQhADQgwK",
|
|
39
|
+
"Cl9vcF9jb25maWciPgoKQXNzZXRSYWRhchIPCgdlbmFibGVkGAEgASgIEhsK",
|
|
40
|
+
"E2V4Y2x1ZGVkX2ludGVyZmFjZXMYAiADKAk6AhgBIkEKEU5ldHdvcmtWaXNp",
|
|
41
|
+
"YmlsaXR5Eg8KB2VuYWJsZWQYASABKAgSGwoTZXhjbHVkZWRfaW50ZXJmYWNl",
|
|
42
|
+
"cxgCIAMoCSIvCgpBdXRvVXBkYXRlEg8KB2VuYWJsZWQYASABKAgSEAoIc2No",
|
|
43
|
+
"ZWR1bGUYAiABKAki0gIKEU9wZXJhdGlvbmFsQ29uZmlnEk0KEmFzc2V0X3Jh",
|
|
44
|
+
"ZGFyX2NvbmZpZxgBIAEoCzIoLmxhbnN3ZWVwZXIuc2Nhbm5pbmdjb25maWcu",
|
|
45
|
+
"djEuQXNzZXRSYWRhckICGAFIAIgBARJJChJhdXRvX3VwZGF0ZV9jb25maWcY",
|
|
46
|
+
"AiABKAsyKC5sYW5zd2VlcGVyLnNjYW5uaW5nY29uZmlnLnYxLkF1dG9VcGRh",
|
|
47
|
+
"dGVIAYgBARJXChluZXR3b3JrX3Zpc2liaWxpdHlfY29uZmlnGAMgASgLMi8u",
|
|
48
|
+
"bGFuc3dlZXBlci5zY2FubmluZ2NvbmZpZy52MS5OZXR3b3JrVmlzaWJpbGl0",
|
|
49
|
+
"eUgCiAEBQhUKE19hc3NldF9yYWRhcl9jb25maWdCFQoTX2F1dG9fdXBkYXRl",
|
|
50
|
+
"X2NvbmZpZ0IcChpfbmV0d29ya192aXNpYmlsaXR5X2NvbmZpZyIcCgdUcmln",
|
|
51
|
+
"Z2VyEhEKCWNyb25fZXhwchgBIAEoCSK0AgoGQWN0aW9uEjcKCHRyaWdnZXJz",
|
|
52
|
+
"GAEgAygLMiUubGFuc3dlZXBlci5zY2FubmluZ2NvbmZpZy52MS5UcmlnZ2Vy",
|
|
53
|
+
"EkQKC2FjdGlvbl90eXBlGAIgASgOMi8ubGFuc3dlZXBlci5zY2FubmluZ2Nv",
|
|
54
|
+
"bmZpZy52MS5BY3Rpb24uQWN0aW9uVHlwZRI9CgtjcmVkZW50aWFscxgDIAMo",
|
|
55
|
+
"CzIoLmxhbnN3ZWVwZXIuc2Nhbm5pbmdjb25maWcudjEuQ3JlZGVudGlhbBI0",
|
|
56
|
+
"CgVhZ2VudBgEIAEoCzIjLmxhbnN3ZWVwZXIuc2Nhbm5pbmdjb25maWcudjEu",
|
|
57
|
+
"QWdlbnRIACIoCgpBY3Rpb25UeXBlEg8KC1VOU1BFQ0lGSUVEEAASCQoFQUdF",
|
|
58
|
+
"TlQQAUIMCgpkZWZpbml0aW9uInoKBUFnZW50EkEKCnNjYW5fZm9jdXMYASAB",
|
|
59
|
+
"KA4yLS5sYW5zd2VlcGVyLnNjYW5uaW5nY29uZmlnLnYxLkFnZW50LlNjYW5G",
|
|
60
|
+
"b2N1cyIuCglTY2FuRm9jdXMSBwoDQUxMEAASCQoFVVNFUlMQARINCglJTlZF",
|
|
61
|
+
"TlRPUlkQAiJ2CgpDcmVkZW50aWFsEkUKBHR5cGUYASABKA4yNy5sYW5zd2Vl",
|
|
62
|
+
"cGVyLnNjYW5uaW5nY29uZmlnLnYxLkNyZWRlbnRpYWwuQ3JlZGVudGlhbFR5",
|
|
63
|
+
"cGUiIQoOQ3JlZGVudGlhbFR5cGUSDwoLVU5TUEVDSUZJRUQQADK4AQoVU2Nh",
|
|
64
|
+
"bm5pbmdDb25maWdTZXJ2aWNlEp4BChlHZXRDb25maWd1cmF0aW9uc0J5U291",
|
|
65
|
+
"cmNlEj4ubGFuc3dlZXBlci5zY2FubmluZ2NvbmZpZy52MS5HZXRDb25maWd1",
|
|
66
|
+
"cmF0aW9uc0J5U291cmNlUmVxdWVzdBo/LmxhbnN3ZWVwZXIuc2Nhbm5pbmdj",
|
|
67
|
+
"b25maWcudjEuR2V0Q29uZmlndXJhdGlvbnNCeVNvdXJjZVJlc3BvbnNlIgBC",
|
|
68
|
+
"EFoOLi9nZW5lcmF0ZWQtZ29iBnByb3RvMw=="));
|
|
64
69
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
65
70
|
new pbr::FileDescriptor[] { },
|
|
66
71
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
67
72
|
new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Scanningconfig.V1.GetConfigurationsBySourceRequest), global::Lansweeper.Scanningconfig.V1.GetConfigurationsBySourceRequest.Parser, new[]{ "SourceId", "SiteId" }, null, null, null, null),
|
|
68
73
|
new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Scanningconfig.V1.GetConfigurationsBySourceResponse), global::Lansweeper.Scanningconfig.V1.GetConfigurationsBySourceResponse.Parser, new[]{ "Configs" }, null, null, null, null),
|
|
69
|
-
new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Scanningconfig.V1.Component), global::Lansweeper.Scanningconfig.V1.Component.Parser, new[]{ "Id", "Type", "Actions", "OpConfig" }, new[]{ "OpConfig" }, new[]{ typeof(global::Lansweeper.Scanningconfig.V1.Component.Types.ComponentType) }, null, null),
|
|
74
|
+
new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Scanningconfig.V1.Component), global::Lansweeper.Scanningconfig.V1.Component.Parser, new[]{ "Id", "Type", "Actions", "OpConfig", "Enabled" }, new[]{ "OpConfig" }, new[]{ typeof(global::Lansweeper.Scanningconfig.V1.Component.Types.ComponentType) }, null, null),
|
|
70
75
|
new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Scanningconfig.V1.AssetRadar), global::Lansweeper.Scanningconfig.V1.AssetRadar.Parser, new[]{ "Enabled", "ExcludedInterfaces" }, null, null, null, null),
|
|
76
|
+
new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Scanningconfig.V1.NetworkVisibility), global::Lansweeper.Scanningconfig.V1.NetworkVisibility.Parser, new[]{ "Enabled", "ExcludedInterfaces" }, null, null, null, null),
|
|
71
77
|
new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Scanningconfig.V1.AutoUpdate), global::Lansweeper.Scanningconfig.V1.AutoUpdate.Parser, new[]{ "Enabled", "Schedule" }, null, null, null, null),
|
|
72
|
-
new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Scanningconfig.V1.OperationalConfig), global::Lansweeper.Scanningconfig.V1.OperationalConfig.Parser, new[]{ "AssetRadarConfig", "AutoUpdateConfig" }, new[]{ "AssetRadarConfig", "AutoUpdateConfig" }, null, null, null),
|
|
78
|
+
new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Scanningconfig.V1.OperationalConfig), global::Lansweeper.Scanningconfig.V1.OperationalConfig.Parser, new[]{ "AssetRadarConfig", "AutoUpdateConfig", "NetworkVisibilityConfig" }, new[]{ "AssetRadarConfig", "AutoUpdateConfig", "NetworkVisibilityConfig" }, null, null, null),
|
|
73
79
|
new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Scanningconfig.V1.Trigger), global::Lansweeper.Scanningconfig.V1.Trigger.Parser, new[]{ "CronExpr" }, null, null, null, null),
|
|
74
80
|
new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Scanningconfig.V1.Action), global::Lansweeper.Scanningconfig.V1.Action.Parser, new[]{ "Triggers", "ActionType", "Credentials", "Agent" }, new[]{ "Definition" }, new[]{ typeof(global::Lansweeper.Scanningconfig.V1.Action.Types.ActionType) }, null, null),
|
|
75
81
|
new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Scanningconfig.V1.Agent), global::Lansweeper.Scanningconfig.V1.Agent.Parser, new[]{ "ScanFocus" }, null, new[]{ typeof(global::Lansweeper.Scanningconfig.V1.Agent.Types.ScanFocus) }, null, null),
|
|
@@ -522,6 +528,7 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
522
528
|
type_ = other.type_;
|
|
523
529
|
actions_ = other.actions_.Clone();
|
|
524
530
|
opConfig_ = other.opConfig_ != null ? other.opConfig_.Clone() : null;
|
|
531
|
+
enabled_ = other.enabled_;
|
|
525
532
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
526
533
|
}
|
|
527
534
|
|
|
@@ -578,6 +585,18 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
578
585
|
}
|
|
579
586
|
}
|
|
580
587
|
|
|
588
|
+
/// <summary>Field number for the "enabled" field.</summary>
|
|
589
|
+
public const int EnabledFieldNumber = 5;
|
|
590
|
+
private bool enabled_;
|
|
591
|
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
592
|
+
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
593
|
+
public bool Enabled {
|
|
594
|
+
get { return enabled_; }
|
|
595
|
+
set {
|
|
596
|
+
enabled_ = value;
|
|
597
|
+
}
|
|
598
|
+
}
|
|
599
|
+
|
|
581
600
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
582
601
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
583
602
|
public override bool Equals(object other) {
|
|
@@ -597,6 +616,7 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
597
616
|
if (Type != other.Type) return false;
|
|
598
617
|
if(!actions_.Equals(other.actions_)) return false;
|
|
599
618
|
if (!object.Equals(OpConfig, other.OpConfig)) return false;
|
|
619
|
+
if (Enabled != other.Enabled) return false;
|
|
600
620
|
return Equals(_unknownFields, other._unknownFields);
|
|
601
621
|
}
|
|
602
622
|
|
|
@@ -608,6 +628,7 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
608
628
|
if (Type != global::Lansweeper.Scanningconfig.V1.Component.Types.ComponentType.Unspecified) hash ^= Type.GetHashCode();
|
|
609
629
|
hash ^= actions_.GetHashCode();
|
|
610
630
|
if (opConfig_ != null) hash ^= OpConfig.GetHashCode();
|
|
631
|
+
if (Enabled != false) hash ^= Enabled.GetHashCode();
|
|
611
632
|
if (_unknownFields != null) {
|
|
612
633
|
hash ^= _unknownFields.GetHashCode();
|
|
613
634
|
}
|
|
@@ -639,6 +660,10 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
639
660
|
output.WriteRawTag(34);
|
|
640
661
|
output.WriteMessage(OpConfig);
|
|
641
662
|
}
|
|
663
|
+
if (Enabled != false) {
|
|
664
|
+
output.WriteRawTag(40);
|
|
665
|
+
output.WriteBool(Enabled);
|
|
666
|
+
}
|
|
642
667
|
if (_unknownFields != null) {
|
|
643
668
|
_unknownFields.WriteTo(output);
|
|
644
669
|
}
|
|
@@ -662,6 +687,10 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
662
687
|
output.WriteRawTag(34);
|
|
663
688
|
output.WriteMessage(OpConfig);
|
|
664
689
|
}
|
|
690
|
+
if (Enabled != false) {
|
|
691
|
+
output.WriteRawTag(40);
|
|
692
|
+
output.WriteBool(Enabled);
|
|
693
|
+
}
|
|
665
694
|
if (_unknownFields != null) {
|
|
666
695
|
_unknownFields.WriteTo(ref output);
|
|
667
696
|
}
|
|
@@ -682,6 +711,9 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
682
711
|
if (opConfig_ != null) {
|
|
683
712
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(OpConfig);
|
|
684
713
|
}
|
|
714
|
+
if (Enabled != false) {
|
|
715
|
+
size += 1 + 1;
|
|
716
|
+
}
|
|
685
717
|
if (_unknownFields != null) {
|
|
686
718
|
size += _unknownFields.CalculateSize();
|
|
687
719
|
}
|
|
@@ -707,6 +739,9 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
707
739
|
}
|
|
708
740
|
OpConfig.MergeFrom(other.OpConfig);
|
|
709
741
|
}
|
|
742
|
+
if (other.Enabled != false) {
|
|
743
|
+
Enabled = other.Enabled;
|
|
744
|
+
}
|
|
710
745
|
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
|
711
746
|
}
|
|
712
747
|
|
|
@@ -741,6 +776,10 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
741
776
|
input.ReadMessage(OpConfig);
|
|
742
777
|
break;
|
|
743
778
|
}
|
|
779
|
+
case 40: {
|
|
780
|
+
Enabled = input.ReadBool();
|
|
781
|
+
break;
|
|
782
|
+
}
|
|
744
783
|
}
|
|
745
784
|
}
|
|
746
785
|
#endif
|
|
@@ -775,6 +814,10 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
775
814
|
input.ReadMessage(OpConfig);
|
|
776
815
|
break;
|
|
777
816
|
}
|
|
817
|
+
case 40: {
|
|
818
|
+
Enabled = input.ReadBool();
|
|
819
|
+
break;
|
|
820
|
+
}
|
|
778
821
|
}
|
|
779
822
|
}
|
|
780
823
|
}
|
|
@@ -797,6 +840,7 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
797
840
|
|
|
798
841
|
}
|
|
799
842
|
|
|
843
|
+
[global::System.ObsoleteAttribute]
|
|
800
844
|
public sealed partial class AssetRadar : pb::IMessage<AssetRadar>
|
|
801
845
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
802
846
|
, pb::IBufferMessage
|
|
@@ -1012,6 +1056,221 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
1012
1056
|
|
|
1013
1057
|
}
|
|
1014
1058
|
|
|
1059
|
+
public sealed partial class NetworkVisibility : pb::IMessage<NetworkVisibility>
|
|
1060
|
+
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
1061
|
+
, pb::IBufferMessage
|
|
1062
|
+
#endif
|
|
1063
|
+
{
|
|
1064
|
+
private static readonly pb::MessageParser<NetworkVisibility> _parser = new pb::MessageParser<NetworkVisibility>(() => new NetworkVisibility());
|
|
1065
|
+
private pb::UnknownFieldSet _unknownFields;
|
|
1066
|
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
1067
|
+
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
1068
|
+
public static pb::MessageParser<NetworkVisibility> Parser { get { return _parser; } }
|
|
1069
|
+
|
|
1070
|
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
1071
|
+
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
1072
|
+
public static pbr::MessageDescriptor Descriptor {
|
|
1073
|
+
get { return global::Lansweeper.Scanningconfig.V1.ScanningconfigReflection.Descriptor.MessageTypes[4]; }
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1076
|
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
1077
|
+
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
1078
|
+
pbr::MessageDescriptor pb::IMessage.Descriptor {
|
|
1079
|
+
get { return Descriptor; }
|
|
1080
|
+
}
|
|
1081
|
+
|
|
1082
|
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
1083
|
+
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
1084
|
+
public NetworkVisibility() {
|
|
1085
|
+
OnConstruction();
|
|
1086
|
+
}
|
|
1087
|
+
|
|
1088
|
+
partial void OnConstruction();
|
|
1089
|
+
|
|
1090
|
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
1091
|
+
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
1092
|
+
public NetworkVisibility(NetworkVisibility other) : this() {
|
|
1093
|
+
enabled_ = other.enabled_;
|
|
1094
|
+
excludedInterfaces_ = other.excludedInterfaces_.Clone();
|
|
1095
|
+
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
1099
|
+
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
1100
|
+
public NetworkVisibility Clone() {
|
|
1101
|
+
return new NetworkVisibility(this);
|
|
1102
|
+
}
|
|
1103
|
+
|
|
1104
|
+
/// <summary>Field number for the "enabled" field.</summary>
|
|
1105
|
+
public const int EnabledFieldNumber = 1;
|
|
1106
|
+
private bool enabled_;
|
|
1107
|
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
1108
|
+
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
1109
|
+
public bool Enabled {
|
|
1110
|
+
get { return enabled_; }
|
|
1111
|
+
set {
|
|
1112
|
+
enabled_ = value;
|
|
1113
|
+
}
|
|
1114
|
+
}
|
|
1115
|
+
|
|
1116
|
+
/// <summary>Field number for the "excluded_interfaces" field.</summary>
|
|
1117
|
+
public const int ExcludedInterfacesFieldNumber = 2;
|
|
1118
|
+
private static readonly pb::FieldCodec<string> _repeated_excludedInterfaces_codec
|
|
1119
|
+
= pb::FieldCodec.ForString(18);
|
|
1120
|
+
private readonly pbc::RepeatedField<string> excludedInterfaces_ = new pbc::RepeatedField<string>();
|
|
1121
|
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
1122
|
+
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
1123
|
+
public pbc::RepeatedField<string> ExcludedInterfaces {
|
|
1124
|
+
get { return excludedInterfaces_; }
|
|
1125
|
+
}
|
|
1126
|
+
|
|
1127
|
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
1128
|
+
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
1129
|
+
public override bool Equals(object other) {
|
|
1130
|
+
return Equals(other as NetworkVisibility);
|
|
1131
|
+
}
|
|
1132
|
+
|
|
1133
|
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
1134
|
+
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
1135
|
+
public bool Equals(NetworkVisibility other) {
|
|
1136
|
+
if (ReferenceEquals(other, null)) {
|
|
1137
|
+
return false;
|
|
1138
|
+
}
|
|
1139
|
+
if (ReferenceEquals(other, this)) {
|
|
1140
|
+
return true;
|
|
1141
|
+
}
|
|
1142
|
+
if (Enabled != other.Enabled) return false;
|
|
1143
|
+
if(!excludedInterfaces_.Equals(other.excludedInterfaces_)) return false;
|
|
1144
|
+
return Equals(_unknownFields, other._unknownFields);
|
|
1145
|
+
}
|
|
1146
|
+
|
|
1147
|
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
1148
|
+
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
1149
|
+
public override int GetHashCode() {
|
|
1150
|
+
int hash = 1;
|
|
1151
|
+
if (Enabled != false) hash ^= Enabled.GetHashCode();
|
|
1152
|
+
hash ^= excludedInterfaces_.GetHashCode();
|
|
1153
|
+
if (_unknownFields != null) {
|
|
1154
|
+
hash ^= _unknownFields.GetHashCode();
|
|
1155
|
+
}
|
|
1156
|
+
return hash;
|
|
1157
|
+
}
|
|
1158
|
+
|
|
1159
|
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
1160
|
+
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
1161
|
+
public override string ToString() {
|
|
1162
|
+
return pb::JsonFormatter.ToDiagnosticString(this);
|
|
1163
|
+
}
|
|
1164
|
+
|
|
1165
|
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
1166
|
+
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
1167
|
+
public void WriteTo(pb::CodedOutputStream output) {
|
|
1168
|
+
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
1169
|
+
output.WriteRawMessage(this);
|
|
1170
|
+
#else
|
|
1171
|
+
if (Enabled != false) {
|
|
1172
|
+
output.WriteRawTag(8);
|
|
1173
|
+
output.WriteBool(Enabled);
|
|
1174
|
+
}
|
|
1175
|
+
excludedInterfaces_.WriteTo(output, _repeated_excludedInterfaces_codec);
|
|
1176
|
+
if (_unknownFields != null) {
|
|
1177
|
+
_unknownFields.WriteTo(output);
|
|
1178
|
+
}
|
|
1179
|
+
#endif
|
|
1180
|
+
}
|
|
1181
|
+
|
|
1182
|
+
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
1183
|
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
1184
|
+
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
1185
|
+
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
|
1186
|
+
if (Enabled != false) {
|
|
1187
|
+
output.WriteRawTag(8);
|
|
1188
|
+
output.WriteBool(Enabled);
|
|
1189
|
+
}
|
|
1190
|
+
excludedInterfaces_.WriteTo(ref output, _repeated_excludedInterfaces_codec);
|
|
1191
|
+
if (_unknownFields != null) {
|
|
1192
|
+
_unknownFields.WriteTo(ref output);
|
|
1193
|
+
}
|
|
1194
|
+
}
|
|
1195
|
+
#endif
|
|
1196
|
+
|
|
1197
|
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
1198
|
+
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
1199
|
+
public int CalculateSize() {
|
|
1200
|
+
int size = 0;
|
|
1201
|
+
if (Enabled != false) {
|
|
1202
|
+
size += 1 + 1;
|
|
1203
|
+
}
|
|
1204
|
+
size += excludedInterfaces_.CalculateSize(_repeated_excludedInterfaces_codec);
|
|
1205
|
+
if (_unknownFields != null) {
|
|
1206
|
+
size += _unknownFields.CalculateSize();
|
|
1207
|
+
}
|
|
1208
|
+
return size;
|
|
1209
|
+
}
|
|
1210
|
+
|
|
1211
|
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
1212
|
+
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
1213
|
+
public void MergeFrom(NetworkVisibility other) {
|
|
1214
|
+
if (other == null) {
|
|
1215
|
+
return;
|
|
1216
|
+
}
|
|
1217
|
+
if (other.Enabled != false) {
|
|
1218
|
+
Enabled = other.Enabled;
|
|
1219
|
+
}
|
|
1220
|
+
excludedInterfaces_.Add(other.excludedInterfaces_);
|
|
1221
|
+
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
|
1222
|
+
}
|
|
1223
|
+
|
|
1224
|
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
1225
|
+
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
1226
|
+
public void MergeFrom(pb::CodedInputStream input) {
|
|
1227
|
+
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
1228
|
+
input.ReadRawMessage(this);
|
|
1229
|
+
#else
|
|
1230
|
+
uint tag;
|
|
1231
|
+
while ((tag = input.ReadTag()) != 0) {
|
|
1232
|
+
switch(tag) {
|
|
1233
|
+
default:
|
|
1234
|
+
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
|
1235
|
+
break;
|
|
1236
|
+
case 8: {
|
|
1237
|
+
Enabled = input.ReadBool();
|
|
1238
|
+
break;
|
|
1239
|
+
}
|
|
1240
|
+
case 18: {
|
|
1241
|
+
excludedInterfaces_.AddEntriesFrom(input, _repeated_excludedInterfaces_codec);
|
|
1242
|
+
break;
|
|
1243
|
+
}
|
|
1244
|
+
}
|
|
1245
|
+
}
|
|
1246
|
+
#endif
|
|
1247
|
+
}
|
|
1248
|
+
|
|
1249
|
+
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
1250
|
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
1251
|
+
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
1252
|
+
void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
|
|
1253
|
+
uint tag;
|
|
1254
|
+
while ((tag = input.ReadTag()) != 0) {
|
|
1255
|
+
switch(tag) {
|
|
1256
|
+
default:
|
|
1257
|
+
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
|
1258
|
+
break;
|
|
1259
|
+
case 8: {
|
|
1260
|
+
Enabled = input.ReadBool();
|
|
1261
|
+
break;
|
|
1262
|
+
}
|
|
1263
|
+
case 18: {
|
|
1264
|
+
excludedInterfaces_.AddEntriesFrom(ref input, _repeated_excludedInterfaces_codec);
|
|
1265
|
+
break;
|
|
1266
|
+
}
|
|
1267
|
+
}
|
|
1268
|
+
}
|
|
1269
|
+
}
|
|
1270
|
+
#endif
|
|
1271
|
+
|
|
1272
|
+
}
|
|
1273
|
+
|
|
1015
1274
|
public sealed partial class AutoUpdate : pb::IMessage<AutoUpdate>
|
|
1016
1275
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
1017
1276
|
, pb::IBufferMessage
|
|
@@ -1026,7 +1285,7 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
1026
1285
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
1027
1286
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
1028
1287
|
public static pbr::MessageDescriptor Descriptor {
|
|
1029
|
-
get { return global::Lansweeper.Scanningconfig.V1.ScanningconfigReflection.Descriptor.MessageTypes[
|
|
1288
|
+
get { return global::Lansweeper.Scanningconfig.V1.ScanningconfigReflection.Descriptor.MessageTypes[5]; }
|
|
1030
1289
|
}
|
|
1031
1290
|
|
|
1032
1291
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
@@ -1252,7 +1511,7 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
1252
1511
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
1253
1512
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
1254
1513
|
public static pbr::MessageDescriptor Descriptor {
|
|
1255
|
-
get { return global::Lansweeper.Scanningconfig.V1.ScanningconfigReflection.Descriptor.MessageTypes[
|
|
1514
|
+
get { return global::Lansweeper.Scanningconfig.V1.ScanningconfigReflection.Descriptor.MessageTypes[6]; }
|
|
1256
1515
|
}
|
|
1257
1516
|
|
|
1258
1517
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
@@ -1274,6 +1533,7 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
1274
1533
|
public OperationalConfig(OperationalConfig other) : this() {
|
|
1275
1534
|
assetRadarConfig_ = other.assetRadarConfig_ != null ? other.assetRadarConfig_.Clone() : null;
|
|
1276
1535
|
autoUpdateConfig_ = other.autoUpdateConfig_ != null ? other.autoUpdateConfig_.Clone() : null;
|
|
1536
|
+
networkVisibilityConfig_ = other.networkVisibilityConfig_ != null ? other.networkVisibilityConfig_.Clone() : null;
|
|
1277
1537
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
1278
1538
|
}
|
|
1279
1539
|
|
|
@@ -1286,6 +1546,7 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
1286
1546
|
/// <summary>Field number for the "asset_radar_config" field.</summary>
|
|
1287
1547
|
public const int AssetRadarConfigFieldNumber = 1;
|
|
1288
1548
|
private global::Lansweeper.Scanningconfig.V1.AssetRadar assetRadarConfig_;
|
|
1549
|
+
[global::System.ObsoleteAttribute]
|
|
1289
1550
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
1290
1551
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
1291
1552
|
public global::Lansweeper.Scanningconfig.V1.AssetRadar AssetRadarConfig {
|
|
@@ -1307,6 +1568,18 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
1307
1568
|
}
|
|
1308
1569
|
}
|
|
1309
1570
|
|
|
1571
|
+
/// <summary>Field number for the "network_visibility_config" field.</summary>
|
|
1572
|
+
public const int NetworkVisibilityConfigFieldNumber = 3;
|
|
1573
|
+
private global::Lansweeper.Scanningconfig.V1.NetworkVisibility networkVisibilityConfig_;
|
|
1574
|
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
1575
|
+
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
1576
|
+
public global::Lansweeper.Scanningconfig.V1.NetworkVisibility NetworkVisibilityConfig {
|
|
1577
|
+
get { return networkVisibilityConfig_; }
|
|
1578
|
+
set {
|
|
1579
|
+
networkVisibilityConfig_ = value;
|
|
1580
|
+
}
|
|
1581
|
+
}
|
|
1582
|
+
|
|
1310
1583
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
1311
1584
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
1312
1585
|
public override bool Equals(object other) {
|
|
@@ -1324,6 +1597,7 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
1324
1597
|
}
|
|
1325
1598
|
if (!object.Equals(AssetRadarConfig, other.AssetRadarConfig)) return false;
|
|
1326
1599
|
if (!object.Equals(AutoUpdateConfig, other.AutoUpdateConfig)) return false;
|
|
1600
|
+
if (!object.Equals(NetworkVisibilityConfig, other.NetworkVisibilityConfig)) return false;
|
|
1327
1601
|
return Equals(_unknownFields, other._unknownFields);
|
|
1328
1602
|
}
|
|
1329
1603
|
|
|
@@ -1333,6 +1607,7 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
1333
1607
|
int hash = 1;
|
|
1334
1608
|
if (assetRadarConfig_ != null) hash ^= AssetRadarConfig.GetHashCode();
|
|
1335
1609
|
if (autoUpdateConfig_ != null) hash ^= AutoUpdateConfig.GetHashCode();
|
|
1610
|
+
if (networkVisibilityConfig_ != null) hash ^= NetworkVisibilityConfig.GetHashCode();
|
|
1336
1611
|
if (_unknownFields != null) {
|
|
1337
1612
|
hash ^= _unknownFields.GetHashCode();
|
|
1338
1613
|
}
|
|
@@ -1359,6 +1634,10 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
1359
1634
|
output.WriteRawTag(18);
|
|
1360
1635
|
output.WriteMessage(AutoUpdateConfig);
|
|
1361
1636
|
}
|
|
1637
|
+
if (networkVisibilityConfig_ != null) {
|
|
1638
|
+
output.WriteRawTag(26);
|
|
1639
|
+
output.WriteMessage(NetworkVisibilityConfig);
|
|
1640
|
+
}
|
|
1362
1641
|
if (_unknownFields != null) {
|
|
1363
1642
|
_unknownFields.WriteTo(output);
|
|
1364
1643
|
}
|
|
@@ -1377,6 +1656,10 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
1377
1656
|
output.WriteRawTag(18);
|
|
1378
1657
|
output.WriteMessage(AutoUpdateConfig);
|
|
1379
1658
|
}
|
|
1659
|
+
if (networkVisibilityConfig_ != null) {
|
|
1660
|
+
output.WriteRawTag(26);
|
|
1661
|
+
output.WriteMessage(NetworkVisibilityConfig);
|
|
1662
|
+
}
|
|
1380
1663
|
if (_unknownFields != null) {
|
|
1381
1664
|
_unknownFields.WriteTo(ref output);
|
|
1382
1665
|
}
|
|
@@ -1393,6 +1676,9 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
1393
1676
|
if (autoUpdateConfig_ != null) {
|
|
1394
1677
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(AutoUpdateConfig);
|
|
1395
1678
|
}
|
|
1679
|
+
if (networkVisibilityConfig_ != null) {
|
|
1680
|
+
size += 1 + pb::CodedOutputStream.ComputeMessageSize(NetworkVisibilityConfig);
|
|
1681
|
+
}
|
|
1396
1682
|
if (_unknownFields != null) {
|
|
1397
1683
|
size += _unknownFields.CalculateSize();
|
|
1398
1684
|
}
|
|
@@ -1417,6 +1703,12 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
1417
1703
|
}
|
|
1418
1704
|
AutoUpdateConfig.MergeFrom(other.AutoUpdateConfig);
|
|
1419
1705
|
}
|
|
1706
|
+
if (other.networkVisibilityConfig_ != null) {
|
|
1707
|
+
if (networkVisibilityConfig_ == null) {
|
|
1708
|
+
NetworkVisibilityConfig = new global::Lansweeper.Scanningconfig.V1.NetworkVisibility();
|
|
1709
|
+
}
|
|
1710
|
+
NetworkVisibilityConfig.MergeFrom(other.NetworkVisibilityConfig);
|
|
1711
|
+
}
|
|
1420
1712
|
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
|
1421
1713
|
}
|
|
1422
1714
|
|
|
@@ -1446,6 +1738,13 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
1446
1738
|
input.ReadMessage(AutoUpdateConfig);
|
|
1447
1739
|
break;
|
|
1448
1740
|
}
|
|
1741
|
+
case 26: {
|
|
1742
|
+
if (networkVisibilityConfig_ == null) {
|
|
1743
|
+
NetworkVisibilityConfig = new global::Lansweeper.Scanningconfig.V1.NetworkVisibility();
|
|
1744
|
+
}
|
|
1745
|
+
input.ReadMessage(NetworkVisibilityConfig);
|
|
1746
|
+
break;
|
|
1747
|
+
}
|
|
1449
1748
|
}
|
|
1450
1749
|
}
|
|
1451
1750
|
#endif
|
|
@@ -1475,6 +1774,13 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
1475
1774
|
input.ReadMessage(AutoUpdateConfig);
|
|
1476
1775
|
break;
|
|
1477
1776
|
}
|
|
1777
|
+
case 26: {
|
|
1778
|
+
if (networkVisibilityConfig_ == null) {
|
|
1779
|
+
NetworkVisibilityConfig = new global::Lansweeper.Scanningconfig.V1.NetworkVisibility();
|
|
1780
|
+
}
|
|
1781
|
+
input.ReadMessage(NetworkVisibilityConfig);
|
|
1782
|
+
break;
|
|
1783
|
+
}
|
|
1478
1784
|
}
|
|
1479
1785
|
}
|
|
1480
1786
|
}
|
|
@@ -1496,7 +1802,7 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
1496
1802
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
1497
1803
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
1498
1804
|
public static pbr::MessageDescriptor Descriptor {
|
|
1499
|
-
get { return global::Lansweeper.Scanningconfig.V1.ScanningconfigReflection.Descriptor.MessageTypes[
|
|
1805
|
+
get { return global::Lansweeper.Scanningconfig.V1.ScanningconfigReflection.Descriptor.MessageTypes[7]; }
|
|
1500
1806
|
}
|
|
1501
1807
|
|
|
1502
1808
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
@@ -1685,7 +1991,7 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
1685
1991
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
1686
1992
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
1687
1993
|
public static pbr::MessageDescriptor Descriptor {
|
|
1688
|
-
get { return global::Lansweeper.Scanningconfig.V1.ScanningconfigReflection.Descriptor.MessageTypes[
|
|
1994
|
+
get { return global::Lansweeper.Scanningconfig.V1.ScanningconfigReflection.Descriptor.MessageTypes[8]; }
|
|
1689
1995
|
}
|
|
1690
1996
|
|
|
1691
1997
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
@@ -2019,7 +2325,7 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
2019
2325
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
2020
2326
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
2021
2327
|
public static pbr::MessageDescriptor Descriptor {
|
|
2022
|
-
get { return global::Lansweeper.Scanningconfig.V1.ScanningconfigReflection.Descriptor.MessageTypes[
|
|
2328
|
+
get { return global::Lansweeper.Scanningconfig.V1.ScanningconfigReflection.Descriptor.MessageTypes[9]; }
|
|
2023
2329
|
}
|
|
2024
2330
|
|
|
2025
2331
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
@@ -2222,7 +2528,7 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
2222
2528
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
2223
2529
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
2224
2530
|
public static pbr::MessageDescriptor Descriptor {
|
|
2225
|
-
get { return global::Lansweeper.Scanningconfig.V1.ScanningconfigReflection.Descriptor.MessageTypes[
|
|
2531
|
+
get { return global::Lansweeper.Scanningconfig.V1.ScanningconfigReflection.Descriptor.MessageTypes[10]; }
|
|
2226
2532
|
}
|
|
2227
2533
|
|
|
2228
2534
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
Binary file
|
|
Binary file
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
},
|
|
6
6
|
"projects": {
|
|
7
7
|
"/home/circleci/project/packages/scanningconfig/grpc/Lansweeper.ScanningConfig.GRPC.csproj": {
|
|
8
|
-
"version": "0.0
|
|
8
|
+
"version": "0.1.0",
|
|
9
9
|
"restore": {
|
|
10
10
|
"projectUniqueName": "/home/circleci/project/packages/scanningconfig/grpc/Lansweeper.ScanningConfig.GRPC.csproj",
|
|
11
11
|
"projectName": "Lansweeper.ScanningConfig.GRPC",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"privateAssets": "all"
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
|
-
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/6.0.
|
|
73
|
+
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/6.0.417/RuntimeIdentifierGraph.json"
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
76
|
}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/home/circleci/.nuget/packages/</NuGetPackageRoot>
|
|
8
8
|
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/circleci/.nuget/packages/</NuGetPackageFolders>
|
|
9
9
|
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
|
10
|
-
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.3.
|
|
10
|
+
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.3.3</NuGetToolVersion>
|
|
11
11
|
</PropertyGroup>
|
|
12
12
|
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
13
13
|
<SourceRoot Include="/home/circleci/.nuget/packages/" />
|