@lansweeper/scanningconfig-grpc 0.3.5 → 0.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.ignorecompat +0 -0
- package/CHANGELOG.md +4 -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_pb.d.ts +39 -6
- package/gen-proto/scanningconfig_pb.js +297 -36
- package/generated-go/scanningconfig.pb.go +1087 -996
- 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 +303 -102
- 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 +15 -6
|
@@ -70,50 +70,62 @@ func (IPScanType) EnumDescriptor() ([]byte, []int) {
|
|
|
70
70
|
return file_scanningconfig_proto_rawDescGZIP(), []int{0}
|
|
71
71
|
}
|
|
72
72
|
|
|
73
|
-
type
|
|
73
|
+
type Target_ExclusionType int32
|
|
74
74
|
|
|
75
75
|
const (
|
|
76
|
-
|
|
77
|
-
|
|
76
|
+
Target_UNSPECIFIED Target_ExclusionType = 0
|
|
77
|
+
Target_IP_ADDR_RANGE Target_ExclusionType = 1
|
|
78
|
+
Target_MAC_ADDR Target_ExclusionType = 2
|
|
79
|
+
Target_ASSET_TYPE Target_ExclusionType = 3
|
|
80
|
+
Target_FQDN Target_ExclusionType = 4
|
|
81
|
+
Target_DOMAIN Target_ExclusionType = 5
|
|
78
82
|
)
|
|
79
83
|
|
|
80
|
-
// Enum value maps for
|
|
84
|
+
// Enum value maps for Target_ExclusionType.
|
|
81
85
|
var (
|
|
82
|
-
|
|
86
|
+
Target_ExclusionType_name = map[int32]string{
|
|
83
87
|
0: "UNSPECIFIED",
|
|
84
88
|
1: "IP_ADDR_RANGE",
|
|
89
|
+
2: "MAC_ADDR",
|
|
90
|
+
3: "ASSET_TYPE",
|
|
91
|
+
4: "FQDN",
|
|
92
|
+
5: "DOMAIN",
|
|
85
93
|
}
|
|
86
|
-
|
|
94
|
+
Target_ExclusionType_value = map[string]int32{
|
|
87
95
|
"UNSPECIFIED": 0,
|
|
88
96
|
"IP_ADDR_RANGE": 1,
|
|
97
|
+
"MAC_ADDR": 2,
|
|
98
|
+
"ASSET_TYPE": 3,
|
|
99
|
+
"FQDN": 4,
|
|
100
|
+
"DOMAIN": 5,
|
|
89
101
|
}
|
|
90
102
|
)
|
|
91
103
|
|
|
92
|
-
func (x
|
|
93
|
-
p := new(
|
|
104
|
+
func (x Target_ExclusionType) Enum() *Target_ExclusionType {
|
|
105
|
+
p := new(Target_ExclusionType)
|
|
94
106
|
*p = x
|
|
95
107
|
return p
|
|
96
108
|
}
|
|
97
109
|
|
|
98
|
-
func (x
|
|
110
|
+
func (x Target_ExclusionType) String() string {
|
|
99
111
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
100
112
|
}
|
|
101
113
|
|
|
102
|
-
func (
|
|
114
|
+
func (Target_ExclusionType) Descriptor() protoreflect.EnumDescriptor {
|
|
103
115
|
return file_scanningconfig_proto_enumTypes[1].Descriptor()
|
|
104
116
|
}
|
|
105
117
|
|
|
106
|
-
func (
|
|
118
|
+
func (Target_ExclusionType) Type() protoreflect.EnumType {
|
|
107
119
|
return &file_scanningconfig_proto_enumTypes[1]
|
|
108
120
|
}
|
|
109
121
|
|
|
110
|
-
func (x
|
|
122
|
+
func (x Target_ExclusionType) Number() protoreflect.EnumNumber {
|
|
111
123
|
return protoreflect.EnumNumber(x)
|
|
112
124
|
}
|
|
113
125
|
|
|
114
|
-
// Deprecated: Use
|
|
115
|
-
func (
|
|
116
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
126
|
+
// Deprecated: Use Target_ExclusionType.Descriptor instead.
|
|
127
|
+
func (Target_ExclusionType) EnumDescriptor() ([]byte, []int) {
|
|
128
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{7, 0}
|
|
117
129
|
}
|
|
118
130
|
|
|
119
131
|
type Component_ComponentType int32
|
|
@@ -168,7 +180,7 @@ func (x Component_ComponentType) Number() protoreflect.EnumNumber {
|
|
|
168
180
|
|
|
169
181
|
// Deprecated: Use Component_ComponentType.Descriptor instead.
|
|
170
182
|
func (Component_ComponentType) EnumDescriptor() ([]byte, []int) {
|
|
171
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
183
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{8, 0}
|
|
172
184
|
}
|
|
173
185
|
|
|
174
186
|
type Action_ActionType int32
|
|
@@ -217,7 +229,7 @@ func (x Action_ActionType) Number() protoreflect.EnumNumber {
|
|
|
217
229
|
|
|
218
230
|
// Deprecated: Use Action_ActionType.Descriptor instead.
|
|
219
231
|
func (Action_ActionType) EnumDescriptor() ([]byte, []int) {
|
|
220
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
232
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{14, 0}
|
|
221
233
|
}
|
|
222
234
|
|
|
223
235
|
type ActionDefinition_ScanFocus int32
|
|
@@ -266,7 +278,7 @@ func (x ActionDefinition_ScanFocus) Number() protoreflect.EnumNumber {
|
|
|
266
278
|
|
|
267
279
|
// Deprecated: Use ActionDefinition_ScanFocus.Descriptor instead.
|
|
268
280
|
func (ActionDefinition_ScanFocus) EnumDescriptor() ([]byte, []int) {
|
|
269
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
281
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{16, 0}
|
|
270
282
|
}
|
|
271
283
|
|
|
272
284
|
type TargetData_TargetType int32
|
|
@@ -318,7 +330,7 @@ func (x TargetData_TargetType) Number() protoreflect.EnumNumber {
|
|
|
318
330
|
|
|
319
331
|
// Deprecated: Use TargetData_TargetType.Descriptor instead.
|
|
320
332
|
func (TargetData_TargetType) EnumDescriptor() ([]byte, []int) {
|
|
321
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
333
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{17, 0}
|
|
322
334
|
}
|
|
323
335
|
|
|
324
336
|
type ADData_LDAPType int32
|
|
@@ -367,7 +379,7 @@ func (x ADData_LDAPType) Number() protoreflect.EnumNumber {
|
|
|
367
379
|
|
|
368
380
|
// Deprecated: Use ADData_LDAPType.Descriptor instead.
|
|
369
381
|
func (ADData_LDAPType) EnumDescriptor() ([]byte, []int) {
|
|
370
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
382
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{21, 0}
|
|
371
383
|
}
|
|
372
384
|
|
|
373
385
|
type Agent_ScanFocus int32
|
|
@@ -416,7 +428,7 @@ func (x Agent_ScanFocus) Number() protoreflect.EnumNumber {
|
|
|
416
428
|
|
|
417
429
|
// Deprecated: Use Agent_ScanFocus.Descriptor instead.
|
|
418
430
|
func (Agent_ScanFocus) EnumDescriptor() ([]byte, []int) {
|
|
419
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
431
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{22, 0}
|
|
420
432
|
}
|
|
421
433
|
|
|
422
434
|
type Credential_CredentialType int32
|
|
@@ -459,7 +471,7 @@ func (x Credential_CredentialType) Number() protoreflect.EnumNumber {
|
|
|
459
471
|
|
|
460
472
|
// Deprecated: Use Credential_CredentialType.Descriptor instead.
|
|
461
473
|
func (Credential_CredentialType) EnumDescriptor() ([]byte, []int) {
|
|
462
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
474
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{23, 0}
|
|
463
475
|
}
|
|
464
476
|
|
|
465
477
|
type LogSettings_LogLevel int32
|
|
@@ -517,7 +529,7 @@ func (x LogSettings_LogLevel) Number() protoreflect.EnumNumber {
|
|
|
517
529
|
|
|
518
530
|
// Deprecated: Use LogSettings_LogLevel.Descriptor instead.
|
|
519
531
|
func (LogSettings_LogLevel) EnumDescriptor() ([]byte, []int) {
|
|
520
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
532
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{47, 0}
|
|
521
533
|
}
|
|
522
534
|
|
|
523
535
|
type DeleteActionRequest struct {
|
|
@@ -841,10 +853,10 @@ type Exclusion struct {
|
|
|
841
853
|
sizeCache protoimpl.SizeCache
|
|
842
854
|
unknownFields protoimpl.UnknownFields
|
|
843
855
|
|
|
844
|
-
Id
|
|
845
|
-
Reason
|
|
846
|
-
|
|
847
|
-
|
|
856
|
+
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
857
|
+
Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
|
|
858
|
+
SensorIds []string `protobuf:"bytes,3,rep,name=sensor_ids,json=sensorIds,proto3" json:"sensor_ids,omitempty"`
|
|
859
|
+
Targets []*Target `protobuf:"bytes,4,rep,name=targets,proto3" json:"targets,omitempty"`
|
|
848
860
|
}
|
|
849
861
|
|
|
850
862
|
func (x *Exclusion) Reset() {
|
|
@@ -893,18 +905,73 @@ func (x *Exclusion) GetReason() string {
|
|
|
893
905
|
return ""
|
|
894
906
|
}
|
|
895
907
|
|
|
896
|
-
func (x *Exclusion)
|
|
908
|
+
func (x *Exclusion) GetSensorIds() []string {
|
|
909
|
+
if x != nil {
|
|
910
|
+
return x.SensorIds
|
|
911
|
+
}
|
|
912
|
+
return nil
|
|
913
|
+
}
|
|
914
|
+
|
|
915
|
+
func (x *Exclusion) GetTargets() []*Target {
|
|
916
|
+
if x != nil {
|
|
917
|
+
return x.Targets
|
|
918
|
+
}
|
|
919
|
+
return nil
|
|
920
|
+
}
|
|
921
|
+
|
|
922
|
+
type Target struct {
|
|
923
|
+
state protoimpl.MessageState
|
|
924
|
+
sizeCache protoimpl.SizeCache
|
|
925
|
+
unknownFields protoimpl.UnknownFields
|
|
926
|
+
|
|
927
|
+
Type Target_ExclusionType `protobuf:"varint,1,opt,name=type,proto3,enum=lansweeper.scanningconfig.v1.Target_ExclusionType" json:"type,omitempty"`
|
|
928
|
+
Values []string `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"`
|
|
929
|
+
}
|
|
930
|
+
|
|
931
|
+
func (x *Target) Reset() {
|
|
932
|
+
*x = Target{}
|
|
933
|
+
if protoimpl.UnsafeEnabled {
|
|
934
|
+
mi := &file_scanningconfig_proto_msgTypes[7]
|
|
935
|
+
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
936
|
+
ms.StoreMessageInfo(mi)
|
|
937
|
+
}
|
|
938
|
+
}
|
|
939
|
+
|
|
940
|
+
func (x *Target) String() string {
|
|
941
|
+
return protoimpl.X.MessageStringOf(x)
|
|
942
|
+
}
|
|
943
|
+
|
|
944
|
+
func (*Target) ProtoMessage() {}
|
|
945
|
+
|
|
946
|
+
func (x *Target) ProtoReflect() protoreflect.Message {
|
|
947
|
+
mi := &file_scanningconfig_proto_msgTypes[7]
|
|
948
|
+
if protoimpl.UnsafeEnabled && x != nil {
|
|
949
|
+
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
950
|
+
if ms.LoadMessageInfo() == nil {
|
|
951
|
+
ms.StoreMessageInfo(mi)
|
|
952
|
+
}
|
|
953
|
+
return ms
|
|
954
|
+
}
|
|
955
|
+
return mi.MessageOf(x)
|
|
956
|
+
}
|
|
957
|
+
|
|
958
|
+
// Deprecated: Use Target.ProtoReflect.Descriptor instead.
|
|
959
|
+
func (*Target) Descriptor() ([]byte, []int) {
|
|
960
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{7}
|
|
961
|
+
}
|
|
962
|
+
|
|
963
|
+
func (x *Target) GetType() Target_ExclusionType {
|
|
897
964
|
if x != nil {
|
|
898
965
|
return x.Type
|
|
899
966
|
}
|
|
900
|
-
return
|
|
967
|
+
return Target_UNSPECIFIED
|
|
901
968
|
}
|
|
902
969
|
|
|
903
|
-
func (x *
|
|
970
|
+
func (x *Target) GetValues() []string {
|
|
904
971
|
if x != nil {
|
|
905
|
-
return x.
|
|
972
|
+
return x.Values
|
|
906
973
|
}
|
|
907
|
-
return
|
|
974
|
+
return nil
|
|
908
975
|
}
|
|
909
976
|
|
|
910
977
|
type Component struct {
|
|
@@ -924,7 +991,7 @@ type Component struct {
|
|
|
924
991
|
func (x *Component) Reset() {
|
|
925
992
|
*x = Component{}
|
|
926
993
|
if protoimpl.UnsafeEnabled {
|
|
927
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
994
|
+
mi := &file_scanningconfig_proto_msgTypes[8]
|
|
928
995
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
929
996
|
ms.StoreMessageInfo(mi)
|
|
930
997
|
}
|
|
@@ -937,7 +1004,7 @@ func (x *Component) String() string {
|
|
|
937
1004
|
func (*Component) ProtoMessage() {}
|
|
938
1005
|
|
|
939
1006
|
func (x *Component) ProtoReflect() protoreflect.Message {
|
|
940
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1007
|
+
mi := &file_scanningconfig_proto_msgTypes[8]
|
|
941
1008
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
942
1009
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
943
1010
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -950,7 +1017,7 @@ func (x *Component) ProtoReflect() protoreflect.Message {
|
|
|
950
1017
|
|
|
951
1018
|
// Deprecated: Use Component.ProtoReflect.Descriptor instead.
|
|
952
1019
|
func (*Component) Descriptor() ([]byte, []int) {
|
|
953
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
1020
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{8}
|
|
954
1021
|
}
|
|
955
1022
|
|
|
956
1023
|
func (x *Component) GetId() string {
|
|
@@ -1009,7 +1076,7 @@ type AssetRadar struct {
|
|
|
1009
1076
|
func (x *AssetRadar) Reset() {
|
|
1010
1077
|
*x = AssetRadar{}
|
|
1011
1078
|
if protoimpl.UnsafeEnabled {
|
|
1012
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1079
|
+
mi := &file_scanningconfig_proto_msgTypes[9]
|
|
1013
1080
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1014
1081
|
ms.StoreMessageInfo(mi)
|
|
1015
1082
|
}
|
|
@@ -1022,7 +1089,7 @@ func (x *AssetRadar) String() string {
|
|
|
1022
1089
|
func (*AssetRadar) ProtoMessage() {}
|
|
1023
1090
|
|
|
1024
1091
|
func (x *AssetRadar) ProtoReflect() protoreflect.Message {
|
|
1025
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1092
|
+
mi := &file_scanningconfig_proto_msgTypes[9]
|
|
1026
1093
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1027
1094
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1028
1095
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1035,7 +1102,7 @@ func (x *AssetRadar) ProtoReflect() protoreflect.Message {
|
|
|
1035
1102
|
|
|
1036
1103
|
// Deprecated: Use AssetRadar.ProtoReflect.Descriptor instead.
|
|
1037
1104
|
func (*AssetRadar) Descriptor() ([]byte, []int) {
|
|
1038
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
1105
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{9}
|
|
1039
1106
|
}
|
|
1040
1107
|
|
|
1041
1108
|
func (x *AssetRadar) GetEnabled() bool {
|
|
@@ -1065,7 +1132,7 @@ type NetworkVisibility struct {
|
|
|
1065
1132
|
func (x *NetworkVisibility) Reset() {
|
|
1066
1133
|
*x = NetworkVisibility{}
|
|
1067
1134
|
if protoimpl.UnsafeEnabled {
|
|
1068
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1135
|
+
mi := &file_scanningconfig_proto_msgTypes[10]
|
|
1069
1136
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1070
1137
|
ms.StoreMessageInfo(mi)
|
|
1071
1138
|
}
|
|
@@ -1078,7 +1145,7 @@ func (x *NetworkVisibility) String() string {
|
|
|
1078
1145
|
func (*NetworkVisibility) ProtoMessage() {}
|
|
1079
1146
|
|
|
1080
1147
|
func (x *NetworkVisibility) ProtoReflect() protoreflect.Message {
|
|
1081
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1148
|
+
mi := &file_scanningconfig_proto_msgTypes[10]
|
|
1082
1149
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1083
1150
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1084
1151
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1091,7 +1158,7 @@ func (x *NetworkVisibility) ProtoReflect() protoreflect.Message {
|
|
|
1091
1158
|
|
|
1092
1159
|
// Deprecated: Use NetworkVisibility.ProtoReflect.Descriptor instead.
|
|
1093
1160
|
func (*NetworkVisibility) Descriptor() ([]byte, []int) {
|
|
1094
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
1161
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{10}
|
|
1095
1162
|
}
|
|
1096
1163
|
|
|
1097
1164
|
func (x *NetworkVisibility) GetEnabled() bool {
|
|
@@ -1121,7 +1188,7 @@ type AutoUpdate struct {
|
|
|
1121
1188
|
func (x *AutoUpdate) Reset() {
|
|
1122
1189
|
*x = AutoUpdate{}
|
|
1123
1190
|
if protoimpl.UnsafeEnabled {
|
|
1124
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1191
|
+
mi := &file_scanningconfig_proto_msgTypes[11]
|
|
1125
1192
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1126
1193
|
ms.StoreMessageInfo(mi)
|
|
1127
1194
|
}
|
|
@@ -1134,7 +1201,7 @@ func (x *AutoUpdate) String() string {
|
|
|
1134
1201
|
func (*AutoUpdate) ProtoMessage() {}
|
|
1135
1202
|
|
|
1136
1203
|
func (x *AutoUpdate) ProtoReflect() protoreflect.Message {
|
|
1137
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1204
|
+
mi := &file_scanningconfig_proto_msgTypes[11]
|
|
1138
1205
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1139
1206
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1140
1207
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1147,7 +1214,7 @@ func (x *AutoUpdate) ProtoReflect() protoreflect.Message {
|
|
|
1147
1214
|
|
|
1148
1215
|
// Deprecated: Use AutoUpdate.ProtoReflect.Descriptor instead.
|
|
1149
1216
|
func (*AutoUpdate) Descriptor() ([]byte, []int) {
|
|
1150
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
1217
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{11}
|
|
1151
1218
|
}
|
|
1152
1219
|
|
|
1153
1220
|
func (x *AutoUpdate) GetEnabled() bool {
|
|
@@ -1178,7 +1245,7 @@ type OperationalConfig struct {
|
|
|
1178
1245
|
func (x *OperationalConfig) Reset() {
|
|
1179
1246
|
*x = OperationalConfig{}
|
|
1180
1247
|
if protoimpl.UnsafeEnabled {
|
|
1181
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1248
|
+
mi := &file_scanningconfig_proto_msgTypes[12]
|
|
1182
1249
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1183
1250
|
ms.StoreMessageInfo(mi)
|
|
1184
1251
|
}
|
|
@@ -1191,7 +1258,7 @@ func (x *OperationalConfig) String() string {
|
|
|
1191
1258
|
func (*OperationalConfig) ProtoMessage() {}
|
|
1192
1259
|
|
|
1193
1260
|
func (x *OperationalConfig) ProtoReflect() protoreflect.Message {
|
|
1194
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1261
|
+
mi := &file_scanningconfig_proto_msgTypes[12]
|
|
1195
1262
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1196
1263
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1197
1264
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1204,7 +1271,7 @@ func (x *OperationalConfig) ProtoReflect() protoreflect.Message {
|
|
|
1204
1271
|
|
|
1205
1272
|
// Deprecated: Use OperationalConfig.ProtoReflect.Descriptor instead.
|
|
1206
1273
|
func (*OperationalConfig) Descriptor() ([]byte, []int) {
|
|
1207
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
1274
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{12}
|
|
1208
1275
|
}
|
|
1209
1276
|
|
|
1210
1277
|
// Deprecated: Marked as deprecated in scanningconfig.proto.
|
|
@@ -1241,7 +1308,7 @@ type Trigger struct {
|
|
|
1241
1308
|
func (x *Trigger) Reset() {
|
|
1242
1309
|
*x = Trigger{}
|
|
1243
1310
|
if protoimpl.UnsafeEnabled {
|
|
1244
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1311
|
+
mi := &file_scanningconfig_proto_msgTypes[13]
|
|
1245
1312
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1246
1313
|
ms.StoreMessageInfo(mi)
|
|
1247
1314
|
}
|
|
@@ -1254,7 +1321,7 @@ func (x *Trigger) String() string {
|
|
|
1254
1321
|
func (*Trigger) ProtoMessage() {}
|
|
1255
1322
|
|
|
1256
1323
|
func (x *Trigger) ProtoReflect() protoreflect.Message {
|
|
1257
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1324
|
+
mi := &file_scanningconfig_proto_msgTypes[13]
|
|
1258
1325
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1259
1326
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1260
1327
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1267,7 +1334,7 @@ func (x *Trigger) ProtoReflect() protoreflect.Message {
|
|
|
1267
1334
|
|
|
1268
1335
|
// Deprecated: Use Trigger.ProtoReflect.Descriptor instead.
|
|
1269
1336
|
func (*Trigger) Descriptor() ([]byte, []int) {
|
|
1270
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
1337
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{13}
|
|
1271
1338
|
}
|
|
1272
1339
|
|
|
1273
1340
|
func (x *Trigger) GetCronExpr() string {
|
|
@@ -1305,7 +1372,7 @@ type Action struct {
|
|
|
1305
1372
|
func (x *Action) Reset() {
|
|
1306
1373
|
*x = Action{}
|
|
1307
1374
|
if protoimpl.UnsafeEnabled {
|
|
1308
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1375
|
+
mi := &file_scanningconfig_proto_msgTypes[14]
|
|
1309
1376
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1310
1377
|
ms.StoreMessageInfo(mi)
|
|
1311
1378
|
}
|
|
@@ -1318,7 +1385,7 @@ func (x *Action) String() string {
|
|
|
1318
1385
|
func (*Action) ProtoMessage() {}
|
|
1319
1386
|
|
|
1320
1387
|
func (x *Action) ProtoReflect() protoreflect.Message {
|
|
1321
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1388
|
+
mi := &file_scanningconfig_proto_msgTypes[14]
|
|
1322
1389
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1323
1390
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1324
1391
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1331,7 +1398,7 @@ func (x *Action) ProtoReflect() protoreflect.Message {
|
|
|
1331
1398
|
|
|
1332
1399
|
// Deprecated: Use Action.ProtoReflect.Descriptor instead.
|
|
1333
1400
|
func (*Action) Descriptor() ([]byte, []int) {
|
|
1334
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
1401
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{14}
|
|
1335
1402
|
}
|
|
1336
1403
|
|
|
1337
1404
|
func (x *Action) GetTriggers() []*Trigger {
|
|
@@ -1428,7 +1495,7 @@ type Agentless struct {
|
|
|
1428
1495
|
func (x *Agentless) Reset() {
|
|
1429
1496
|
*x = Agentless{}
|
|
1430
1497
|
if protoimpl.UnsafeEnabled {
|
|
1431
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1498
|
+
mi := &file_scanningconfig_proto_msgTypes[15]
|
|
1432
1499
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1433
1500
|
ms.StoreMessageInfo(mi)
|
|
1434
1501
|
}
|
|
@@ -1441,7 +1508,7 @@ func (x *Agentless) String() string {
|
|
|
1441
1508
|
func (*Agentless) ProtoMessage() {}
|
|
1442
1509
|
|
|
1443
1510
|
func (x *Agentless) ProtoReflect() protoreflect.Message {
|
|
1444
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1511
|
+
mi := &file_scanningconfig_proto_msgTypes[15]
|
|
1445
1512
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1446
1513
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1447
1514
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1454,7 +1521,7 @@ func (x *Agentless) ProtoReflect() protoreflect.Message {
|
|
|
1454
1521
|
|
|
1455
1522
|
// Deprecated: Use Agentless.ProtoReflect.Descriptor instead.
|
|
1456
1523
|
func (*Agentless) Descriptor() ([]byte, []int) {
|
|
1457
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
1524
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{15}
|
|
1458
1525
|
}
|
|
1459
1526
|
|
|
1460
1527
|
func (x *Agentless) GetTargets() []string {
|
|
@@ -1479,7 +1546,7 @@ type ActionDefinition struct {
|
|
|
1479
1546
|
func (x *ActionDefinition) Reset() {
|
|
1480
1547
|
*x = ActionDefinition{}
|
|
1481
1548
|
if protoimpl.UnsafeEnabled {
|
|
1482
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1549
|
+
mi := &file_scanningconfig_proto_msgTypes[16]
|
|
1483
1550
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1484
1551
|
ms.StoreMessageInfo(mi)
|
|
1485
1552
|
}
|
|
@@ -1492,7 +1559,7 @@ func (x *ActionDefinition) String() string {
|
|
|
1492
1559
|
func (*ActionDefinition) ProtoMessage() {}
|
|
1493
1560
|
|
|
1494
1561
|
func (x *ActionDefinition) ProtoReflect() protoreflect.Message {
|
|
1495
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1562
|
+
mi := &file_scanningconfig_proto_msgTypes[16]
|
|
1496
1563
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1497
1564
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1498
1565
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1505,7 +1572,7 @@ func (x *ActionDefinition) ProtoReflect() protoreflect.Message {
|
|
|
1505
1572
|
|
|
1506
1573
|
// Deprecated: Use ActionDefinition.ProtoReflect.Descriptor instead.
|
|
1507
1574
|
func (*ActionDefinition) Descriptor() ([]byte, []int) {
|
|
1508
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
1575
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{16}
|
|
1509
1576
|
}
|
|
1510
1577
|
|
|
1511
1578
|
func (x *ActionDefinition) GetScanFocus() ActionDefinition_ScanFocus {
|
|
@@ -1555,7 +1622,7 @@ type TargetData struct {
|
|
|
1555
1622
|
func (x *TargetData) Reset() {
|
|
1556
1623
|
*x = TargetData{}
|
|
1557
1624
|
if protoimpl.UnsafeEnabled {
|
|
1558
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1625
|
+
mi := &file_scanningconfig_proto_msgTypes[17]
|
|
1559
1626
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1560
1627
|
ms.StoreMessageInfo(mi)
|
|
1561
1628
|
}
|
|
@@ -1568,7 +1635,7 @@ func (x *TargetData) String() string {
|
|
|
1568
1635
|
func (*TargetData) ProtoMessage() {}
|
|
1569
1636
|
|
|
1570
1637
|
func (x *TargetData) ProtoReflect() protoreflect.Message {
|
|
1571
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1638
|
+
mi := &file_scanningconfig_proto_msgTypes[17]
|
|
1572
1639
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1573
1640
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1574
1641
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1581,7 +1648,7 @@ func (x *TargetData) ProtoReflect() protoreflect.Message {
|
|
|
1581
1648
|
|
|
1582
1649
|
// Deprecated: Use TargetData.ProtoReflect.Descriptor instead.
|
|
1583
1650
|
func (*TargetData) Descriptor() ([]byte, []int) {
|
|
1584
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
1651
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{17}
|
|
1585
1652
|
}
|
|
1586
1653
|
|
|
1587
1654
|
func (x *TargetData) GetType() TargetData_TargetType {
|
|
@@ -1667,7 +1734,7 @@ type SCCMData struct {
|
|
|
1667
1734
|
func (x *SCCMData) Reset() {
|
|
1668
1735
|
*x = SCCMData{}
|
|
1669
1736
|
if protoimpl.UnsafeEnabled {
|
|
1670
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1737
|
+
mi := &file_scanningconfig_proto_msgTypes[18]
|
|
1671
1738
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1672
1739
|
ms.StoreMessageInfo(mi)
|
|
1673
1740
|
}
|
|
@@ -1680,7 +1747,7 @@ func (x *SCCMData) String() string {
|
|
|
1680
1747
|
func (*SCCMData) ProtoMessage() {}
|
|
1681
1748
|
|
|
1682
1749
|
func (x *SCCMData) ProtoReflect() protoreflect.Message {
|
|
1683
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1750
|
+
mi := &file_scanningconfig_proto_msgTypes[18]
|
|
1684
1751
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1685
1752
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1686
1753
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1693,7 +1760,7 @@ func (x *SCCMData) ProtoReflect() protoreflect.Message {
|
|
|
1693
1760
|
|
|
1694
1761
|
// Deprecated: Use SCCMData.ProtoReflect.Descriptor instead.
|
|
1695
1762
|
func (*SCCMData) Descriptor() ([]byte, []int) {
|
|
1696
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
1763
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{18}
|
|
1697
1764
|
}
|
|
1698
1765
|
|
|
1699
1766
|
func (x *SCCMData) GetTarget() string {
|
|
@@ -1716,7 +1783,7 @@ type IPScanData struct {
|
|
|
1716
1783
|
func (x *IPScanData) Reset() {
|
|
1717
1784
|
*x = IPScanData{}
|
|
1718
1785
|
if protoimpl.UnsafeEnabled {
|
|
1719
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1786
|
+
mi := &file_scanningconfig_proto_msgTypes[19]
|
|
1720
1787
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1721
1788
|
ms.StoreMessageInfo(mi)
|
|
1722
1789
|
}
|
|
@@ -1729,7 +1796,7 @@ func (x *IPScanData) String() string {
|
|
|
1729
1796
|
func (*IPScanData) ProtoMessage() {}
|
|
1730
1797
|
|
|
1731
1798
|
func (x *IPScanData) ProtoReflect() protoreflect.Message {
|
|
1732
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1799
|
+
mi := &file_scanningconfig_proto_msgTypes[19]
|
|
1733
1800
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1734
1801
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1735
1802
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1742,7 +1809,7 @@ func (x *IPScanData) ProtoReflect() protoreflect.Message {
|
|
|
1742
1809
|
|
|
1743
1810
|
// Deprecated: Use IPScanData.ProtoReflect.Descriptor instead.
|
|
1744
1811
|
func (*IPScanData) Descriptor() ([]byte, []int) {
|
|
1745
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
1812
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{19}
|
|
1746
1813
|
}
|
|
1747
1814
|
|
|
1748
1815
|
func (x *IPScanData) GetType() IPScanType {
|
|
@@ -1779,7 +1846,7 @@ type IPScanPing struct {
|
|
|
1779
1846
|
func (x *IPScanPing) Reset() {
|
|
1780
1847
|
*x = IPScanPing{}
|
|
1781
1848
|
if protoimpl.UnsafeEnabled {
|
|
1782
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1849
|
+
mi := &file_scanningconfig_proto_msgTypes[20]
|
|
1783
1850
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1784
1851
|
ms.StoreMessageInfo(mi)
|
|
1785
1852
|
}
|
|
@@ -1792,7 +1859,7 @@ func (x *IPScanPing) String() string {
|
|
|
1792
1859
|
func (*IPScanPing) ProtoMessage() {}
|
|
1793
1860
|
|
|
1794
1861
|
func (x *IPScanPing) ProtoReflect() protoreflect.Message {
|
|
1795
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1862
|
+
mi := &file_scanningconfig_proto_msgTypes[20]
|
|
1796
1863
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1797
1864
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1798
1865
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1805,7 +1872,7 @@ func (x *IPScanPing) ProtoReflect() protoreflect.Message {
|
|
|
1805
1872
|
|
|
1806
1873
|
// Deprecated: Use IPScanPing.ProtoReflect.Descriptor instead.
|
|
1807
1874
|
func (*IPScanPing) Descriptor() ([]byte, []int) {
|
|
1808
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
1875
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{20}
|
|
1809
1876
|
}
|
|
1810
1877
|
|
|
1811
1878
|
func (x *IPScanPing) GetUsePing() bool {
|
|
@@ -1847,7 +1914,7 @@ type ADData struct {
|
|
|
1847
1914
|
func (x *ADData) Reset() {
|
|
1848
1915
|
*x = ADData{}
|
|
1849
1916
|
if protoimpl.UnsafeEnabled {
|
|
1850
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1917
|
+
mi := &file_scanningconfig_proto_msgTypes[21]
|
|
1851
1918
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1852
1919
|
ms.StoreMessageInfo(mi)
|
|
1853
1920
|
}
|
|
@@ -1860,7 +1927,7 @@ func (x *ADData) String() string {
|
|
|
1860
1927
|
func (*ADData) ProtoMessage() {}
|
|
1861
1928
|
|
|
1862
1929
|
func (x *ADData) ProtoReflect() protoreflect.Message {
|
|
1863
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1930
|
+
mi := &file_scanningconfig_proto_msgTypes[21]
|
|
1864
1931
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1865
1932
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1866
1933
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1873,7 +1940,7 @@ func (x *ADData) ProtoReflect() protoreflect.Message {
|
|
|
1873
1940
|
|
|
1874
1941
|
// Deprecated: Use ADData.ProtoReflect.Descriptor instead.
|
|
1875
1942
|
func (*ADData) Descriptor() ([]byte, []int) {
|
|
1876
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
1943
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{21}
|
|
1877
1944
|
}
|
|
1878
1945
|
|
|
1879
1946
|
func (x *ADData) GetName() string {
|
|
@@ -1943,7 +2010,7 @@ type Agent struct {
|
|
|
1943
2010
|
func (x *Agent) Reset() {
|
|
1944
2011
|
*x = Agent{}
|
|
1945
2012
|
if protoimpl.UnsafeEnabled {
|
|
1946
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2013
|
+
mi := &file_scanningconfig_proto_msgTypes[22]
|
|
1947
2014
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1948
2015
|
ms.StoreMessageInfo(mi)
|
|
1949
2016
|
}
|
|
@@ -1956,7 +2023,7 @@ func (x *Agent) String() string {
|
|
|
1956
2023
|
func (*Agent) ProtoMessage() {}
|
|
1957
2024
|
|
|
1958
2025
|
func (x *Agent) ProtoReflect() protoreflect.Message {
|
|
1959
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2026
|
+
mi := &file_scanningconfig_proto_msgTypes[22]
|
|
1960
2027
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1961
2028
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1962
2029
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1969,7 +2036,7 @@ func (x *Agent) ProtoReflect() protoreflect.Message {
|
|
|
1969
2036
|
|
|
1970
2037
|
// Deprecated: Use Agent.ProtoReflect.Descriptor instead.
|
|
1971
2038
|
func (*Agent) Descriptor() ([]byte, []int) {
|
|
1972
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
2039
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{22}
|
|
1973
2040
|
}
|
|
1974
2041
|
|
|
1975
2042
|
func (x *Agent) GetScanFocus() Agent_ScanFocus {
|
|
@@ -1993,7 +2060,7 @@ type Credential struct {
|
|
|
1993
2060
|
func (x *Credential) Reset() {
|
|
1994
2061
|
*x = Credential{}
|
|
1995
2062
|
if protoimpl.UnsafeEnabled {
|
|
1996
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2063
|
+
mi := &file_scanningconfig_proto_msgTypes[23]
|
|
1997
2064
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1998
2065
|
ms.StoreMessageInfo(mi)
|
|
1999
2066
|
}
|
|
@@ -2006,7 +2073,7 @@ func (x *Credential) String() string {
|
|
|
2006
2073
|
func (*Credential) ProtoMessage() {}
|
|
2007
2074
|
|
|
2008
2075
|
func (x *Credential) ProtoReflect() protoreflect.Message {
|
|
2009
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2076
|
+
mi := &file_scanningconfig_proto_msgTypes[23]
|
|
2010
2077
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2011
2078
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2012
2079
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2019,7 +2086,7 @@ func (x *Credential) ProtoReflect() protoreflect.Message {
|
|
|
2019
2086
|
|
|
2020
2087
|
// Deprecated: Use Credential.ProtoReflect.Descriptor instead.
|
|
2021
2088
|
func (*Credential) Descriptor() ([]byte, []int) {
|
|
2022
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
2089
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{23}
|
|
2023
2090
|
}
|
|
2024
2091
|
|
|
2025
2092
|
// Deprecated: Marked as deprecated in scanningconfig.proto.
|
|
@@ -2059,7 +2126,7 @@ type ApplicationConfig struct {
|
|
|
2059
2126
|
func (x *ApplicationConfig) Reset() {
|
|
2060
2127
|
*x = ApplicationConfig{}
|
|
2061
2128
|
if protoimpl.UnsafeEnabled {
|
|
2062
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2129
|
+
mi := &file_scanningconfig_proto_msgTypes[24]
|
|
2063
2130
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2064
2131
|
ms.StoreMessageInfo(mi)
|
|
2065
2132
|
}
|
|
@@ -2072,7 +2139,7 @@ func (x *ApplicationConfig) String() string {
|
|
|
2072
2139
|
func (*ApplicationConfig) ProtoMessage() {}
|
|
2073
2140
|
|
|
2074
2141
|
func (x *ApplicationConfig) ProtoReflect() protoreflect.Message {
|
|
2075
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2142
|
+
mi := &file_scanningconfig_proto_msgTypes[24]
|
|
2076
2143
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2077
2144
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2078
2145
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2085,7 +2152,7 @@ func (x *ApplicationConfig) ProtoReflect() protoreflect.Message {
|
|
|
2085
2152
|
|
|
2086
2153
|
// Deprecated: Use ApplicationConfig.ProtoReflect.Descriptor instead.
|
|
2087
2154
|
func (*ApplicationConfig) Descriptor() ([]byte, []int) {
|
|
2088
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
2155
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{24}
|
|
2089
2156
|
}
|
|
2090
2157
|
|
|
2091
2158
|
func (x *ApplicationConfig) GetLogging() *LogSettings {
|
|
@@ -2139,7 +2206,7 @@ type HubSettings struct {
|
|
|
2139
2206
|
func (x *HubSettings) Reset() {
|
|
2140
2207
|
*x = HubSettings{}
|
|
2141
2208
|
if protoimpl.UnsafeEnabled {
|
|
2142
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2209
|
+
mi := &file_scanningconfig_proto_msgTypes[25]
|
|
2143
2210
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2144
2211
|
ms.StoreMessageInfo(mi)
|
|
2145
2212
|
}
|
|
@@ -2152,7 +2219,7 @@ func (x *HubSettings) String() string {
|
|
|
2152
2219
|
func (*HubSettings) ProtoMessage() {}
|
|
2153
2220
|
|
|
2154
2221
|
func (x *HubSettings) ProtoReflect() protoreflect.Message {
|
|
2155
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2222
|
+
mi := &file_scanningconfig_proto_msgTypes[25]
|
|
2156
2223
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2157
2224
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2158
2225
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2165,7 +2232,7 @@ func (x *HubSettings) ProtoReflect() protoreflect.Message {
|
|
|
2165
2232
|
|
|
2166
2233
|
// Deprecated: Use HubSettings.ProtoReflect.Descriptor instead.
|
|
2167
2234
|
func (*HubSettings) Descriptor() ([]byte, []int) {
|
|
2168
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
2235
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{25}
|
|
2169
2236
|
}
|
|
2170
2237
|
|
|
2171
2238
|
func (x *HubSettings) GetNetworkConfiguration() *NetworkConfigurationSettings {
|
|
@@ -2222,7 +2289,7 @@ type MaintenanceSettings struct {
|
|
|
2222
2289
|
func (x *MaintenanceSettings) Reset() {
|
|
2223
2290
|
*x = MaintenanceSettings{}
|
|
2224
2291
|
if protoimpl.UnsafeEnabled {
|
|
2225
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2292
|
+
mi := &file_scanningconfig_proto_msgTypes[26]
|
|
2226
2293
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2227
2294
|
ms.StoreMessageInfo(mi)
|
|
2228
2295
|
}
|
|
@@ -2235,7 +2302,7 @@ func (x *MaintenanceSettings) String() string {
|
|
|
2235
2302
|
func (*MaintenanceSettings) ProtoMessage() {}
|
|
2236
2303
|
|
|
2237
2304
|
func (x *MaintenanceSettings) ProtoReflect() protoreflect.Message {
|
|
2238
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2305
|
+
mi := &file_scanningconfig_proto_msgTypes[26]
|
|
2239
2306
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2240
2307
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2241
2308
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2248,7 +2315,7 @@ func (x *MaintenanceSettings) ProtoReflect() protoreflect.Message {
|
|
|
2248
2315
|
|
|
2249
2316
|
// Deprecated: Use MaintenanceSettings.ProtoReflect.Descriptor instead.
|
|
2250
2317
|
func (*MaintenanceSettings) Descriptor() ([]byte, []int) {
|
|
2251
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
2318
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{26}
|
|
2252
2319
|
}
|
|
2253
2320
|
|
|
2254
2321
|
func (x *MaintenanceSettings) GetMaintenanceWindow() *wrapperspb.StringValue {
|
|
@@ -2277,7 +2344,7 @@ type RetentionPolicySettings struct {
|
|
|
2277
2344
|
func (x *RetentionPolicySettings) Reset() {
|
|
2278
2345
|
*x = RetentionPolicySettings{}
|
|
2279
2346
|
if protoimpl.UnsafeEnabled {
|
|
2280
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2347
|
+
mi := &file_scanningconfig_proto_msgTypes[27]
|
|
2281
2348
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2282
2349
|
ms.StoreMessageInfo(mi)
|
|
2283
2350
|
}
|
|
@@ -2290,7 +2357,7 @@ func (x *RetentionPolicySettings) String() string {
|
|
|
2290
2357
|
func (*RetentionPolicySettings) ProtoMessage() {}
|
|
2291
2358
|
|
|
2292
2359
|
func (x *RetentionPolicySettings) ProtoReflect() protoreflect.Message {
|
|
2293
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2360
|
+
mi := &file_scanningconfig_proto_msgTypes[27]
|
|
2294
2361
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2295
2362
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2296
2363
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2303,7 +2370,7 @@ func (x *RetentionPolicySettings) ProtoReflect() protoreflect.Message {
|
|
|
2303
2370
|
|
|
2304
2371
|
// Deprecated: Use RetentionPolicySettings.ProtoReflect.Descriptor instead.
|
|
2305
2372
|
func (*RetentionPolicySettings) Descriptor() ([]byte, []int) {
|
|
2306
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
2373
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{27}
|
|
2307
2374
|
}
|
|
2308
2375
|
|
|
2309
2376
|
func (x *RetentionPolicySettings) GetSyncedDataRetentionDays() *wrapperspb.Int32Value {
|
|
@@ -2333,7 +2400,7 @@ type NotificationSettings struct {
|
|
|
2333
2400
|
func (x *NotificationSettings) Reset() {
|
|
2334
2401
|
*x = NotificationSettings{}
|
|
2335
2402
|
if protoimpl.UnsafeEnabled {
|
|
2336
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2403
|
+
mi := &file_scanningconfig_proto_msgTypes[28]
|
|
2337
2404
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2338
2405
|
ms.StoreMessageInfo(mi)
|
|
2339
2406
|
}
|
|
@@ -2346,7 +2413,7 @@ func (x *NotificationSettings) String() string {
|
|
|
2346
2413
|
func (*NotificationSettings) ProtoMessage() {}
|
|
2347
2414
|
|
|
2348
2415
|
func (x *NotificationSettings) ProtoReflect() protoreflect.Message {
|
|
2349
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2416
|
+
mi := &file_scanningconfig_proto_msgTypes[28]
|
|
2350
2417
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2351
2418
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2352
2419
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2359,7 +2426,7 @@ func (x *NotificationSettings) ProtoReflect() protoreflect.Message {
|
|
|
2359
2426
|
|
|
2360
2427
|
// Deprecated: Use NotificationSettings.ProtoReflect.Descriptor instead.
|
|
2361
2428
|
func (*NotificationSettings) Descriptor() ([]byte, []int) {
|
|
2362
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
2429
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{28}
|
|
2363
2430
|
}
|
|
2364
2431
|
|
|
2365
2432
|
func (x *NotificationSettings) GetSmartPollingEnabled() *wrapperspb.BoolValue {
|
|
@@ -2394,7 +2461,7 @@ type FeatureFlagSettings struct {
|
|
|
2394
2461
|
func (x *FeatureFlagSettings) Reset() {
|
|
2395
2462
|
*x = FeatureFlagSettings{}
|
|
2396
2463
|
if protoimpl.UnsafeEnabled {
|
|
2397
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2464
|
+
mi := &file_scanningconfig_proto_msgTypes[29]
|
|
2398
2465
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2399
2466
|
ms.StoreMessageInfo(mi)
|
|
2400
2467
|
}
|
|
@@ -2407,7 +2474,7 @@ func (x *FeatureFlagSettings) String() string {
|
|
|
2407
2474
|
func (*FeatureFlagSettings) ProtoMessage() {}
|
|
2408
2475
|
|
|
2409
2476
|
func (x *FeatureFlagSettings) ProtoReflect() protoreflect.Message {
|
|
2410
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2477
|
+
mi := &file_scanningconfig_proto_msgTypes[29]
|
|
2411
2478
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2412
2479
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2413
2480
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2420,7 +2487,7 @@ func (x *FeatureFlagSettings) ProtoReflect() protoreflect.Message {
|
|
|
2420
2487
|
|
|
2421
2488
|
// Deprecated: Use FeatureFlagSettings.ProtoReflect.Descriptor instead.
|
|
2422
2489
|
func (*FeatureFlagSettings) Descriptor() ([]byte, []int) {
|
|
2423
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
2490
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{29}
|
|
2424
2491
|
}
|
|
2425
2492
|
|
|
2426
2493
|
func (x *FeatureFlagSettings) GetPollingIntervalMinutes() *wrapperspb.Int32Value {
|
|
@@ -2441,7 +2508,7 @@ type ScanConfigurationSettings struct {
|
|
|
2441
2508
|
func (x *ScanConfigurationSettings) Reset() {
|
|
2442
2509
|
*x = ScanConfigurationSettings{}
|
|
2443
2510
|
if protoimpl.UnsafeEnabled {
|
|
2444
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2511
|
+
mi := &file_scanningconfig_proto_msgTypes[30]
|
|
2445
2512
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2446
2513
|
ms.StoreMessageInfo(mi)
|
|
2447
2514
|
}
|
|
@@ -2454,7 +2521,7 @@ func (x *ScanConfigurationSettings) String() string {
|
|
|
2454
2521
|
func (*ScanConfigurationSettings) ProtoMessage() {}
|
|
2455
2522
|
|
|
2456
2523
|
func (x *ScanConfigurationSettings) ProtoReflect() protoreflect.Message {
|
|
2457
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2524
|
+
mi := &file_scanningconfig_proto_msgTypes[30]
|
|
2458
2525
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2459
2526
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2460
2527
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2467,7 +2534,7 @@ func (x *ScanConfigurationSettings) ProtoReflect() protoreflect.Message {
|
|
|
2467
2534
|
|
|
2468
2535
|
// Deprecated: Use ScanConfigurationSettings.ProtoReflect.Descriptor instead.
|
|
2469
2536
|
func (*ScanConfigurationSettings) Descriptor() ([]byte, []int) {
|
|
2470
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
2537
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{30}
|
|
2471
2538
|
}
|
|
2472
2539
|
|
|
2473
2540
|
func (x *ScanConfigurationSettings) GetPollingIntervalMinutes() *wrapperspb.Int32Value {
|
|
@@ -2490,7 +2557,7 @@ type ImportSettings struct {
|
|
|
2490
2557
|
func (x *ImportSettings) Reset() {
|
|
2491
2558
|
*x = ImportSettings{}
|
|
2492
2559
|
if protoimpl.UnsafeEnabled {
|
|
2493
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2560
|
+
mi := &file_scanningconfig_proto_msgTypes[31]
|
|
2494
2561
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2495
2562
|
ms.StoreMessageInfo(mi)
|
|
2496
2563
|
}
|
|
@@ -2503,7 +2570,7 @@ func (x *ImportSettings) String() string {
|
|
|
2503
2570
|
func (*ImportSettings) ProtoMessage() {}
|
|
2504
2571
|
|
|
2505
2572
|
func (x *ImportSettings) ProtoReflect() protoreflect.Message {
|
|
2506
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2573
|
+
mi := &file_scanningconfig_proto_msgTypes[31]
|
|
2507
2574
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2508
2575
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2509
2576
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2516,7 +2583,7 @@ func (x *ImportSettings) ProtoReflect() protoreflect.Message {
|
|
|
2516
2583
|
|
|
2517
2584
|
// Deprecated: Use ImportSettings.ProtoReflect.Descriptor instead.
|
|
2518
2585
|
func (*ImportSettings) Descriptor() ([]byte, []int) {
|
|
2519
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
2586
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{31}
|
|
2520
2587
|
}
|
|
2521
2588
|
|
|
2522
2589
|
func (x *ImportSettings) GetEnabled() *wrapperspb.BoolValue {
|
|
@@ -2555,7 +2622,7 @@ type NetworkConfigurationSettings struct {
|
|
|
2555
2622
|
func (x *NetworkConfigurationSettings) Reset() {
|
|
2556
2623
|
*x = NetworkConfigurationSettings{}
|
|
2557
2624
|
if protoimpl.UnsafeEnabled {
|
|
2558
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2625
|
+
mi := &file_scanningconfig_proto_msgTypes[32]
|
|
2559
2626
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2560
2627
|
ms.StoreMessageInfo(mi)
|
|
2561
2628
|
}
|
|
@@ -2568,7 +2635,7 @@ func (x *NetworkConfigurationSettings) String() string {
|
|
|
2568
2635
|
func (*NetworkConfigurationSettings) ProtoMessage() {}
|
|
2569
2636
|
|
|
2570
2637
|
func (x *NetworkConfigurationSettings) ProtoReflect() protoreflect.Message {
|
|
2571
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2638
|
+
mi := &file_scanningconfig_proto_msgTypes[32]
|
|
2572
2639
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2573
2640
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2574
2641
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2581,7 +2648,7 @@ func (x *NetworkConfigurationSettings) ProtoReflect() protoreflect.Message {
|
|
|
2581
2648
|
|
|
2582
2649
|
// Deprecated: Use NetworkConfigurationSettings.ProtoReflect.Descriptor instead.
|
|
2583
2650
|
func (*NetworkConfigurationSettings) Descriptor() ([]byte, []int) {
|
|
2584
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
2651
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{32}
|
|
2585
2652
|
}
|
|
2586
2653
|
|
|
2587
2654
|
func (x *NetworkConfigurationSettings) GetParallelism() *ParallelismSettings {
|
|
@@ -2630,7 +2697,7 @@ type ParallelismSettings struct {
|
|
|
2630
2697
|
func (x *ParallelismSettings) Reset() {
|
|
2631
2698
|
*x = ParallelismSettings{}
|
|
2632
2699
|
if protoimpl.UnsafeEnabled {
|
|
2633
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2700
|
+
mi := &file_scanningconfig_proto_msgTypes[33]
|
|
2634
2701
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2635
2702
|
ms.StoreMessageInfo(mi)
|
|
2636
2703
|
}
|
|
@@ -2643,7 +2710,7 @@ func (x *ParallelismSettings) String() string {
|
|
|
2643
2710
|
func (*ParallelismSettings) ProtoMessage() {}
|
|
2644
2711
|
|
|
2645
2712
|
func (x *ParallelismSettings) ProtoReflect() protoreflect.Message {
|
|
2646
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2713
|
+
mi := &file_scanningconfig_proto_msgTypes[33]
|
|
2647
2714
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2648
2715
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2649
2716
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2656,7 +2723,7 @@ func (x *ParallelismSettings) ProtoReflect() protoreflect.Message {
|
|
|
2656
2723
|
|
|
2657
2724
|
// Deprecated: Use ParallelismSettings.ProtoReflect.Descriptor instead.
|
|
2658
2725
|
func (*ParallelismSettings) Descriptor() ([]byte, []int) {
|
|
2659
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
2726
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{33}
|
|
2660
2727
|
}
|
|
2661
2728
|
|
|
2662
2729
|
func (x *ParallelismSettings) GetMaxParallelism() *wrapperspb.Int32Value {
|
|
@@ -2678,7 +2745,7 @@ type ExclusionSettings struct {
|
|
|
2678
2745
|
func (x *ExclusionSettings) Reset() {
|
|
2679
2746
|
*x = ExclusionSettings{}
|
|
2680
2747
|
if protoimpl.UnsafeEnabled {
|
|
2681
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2748
|
+
mi := &file_scanningconfig_proto_msgTypes[34]
|
|
2682
2749
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2683
2750
|
ms.StoreMessageInfo(mi)
|
|
2684
2751
|
}
|
|
@@ -2691,7 +2758,7 @@ func (x *ExclusionSettings) String() string {
|
|
|
2691
2758
|
func (*ExclusionSettings) ProtoMessage() {}
|
|
2692
2759
|
|
|
2693
2760
|
func (x *ExclusionSettings) ProtoReflect() protoreflect.Message {
|
|
2694
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2761
|
+
mi := &file_scanningconfig_proto_msgTypes[34]
|
|
2695
2762
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2696
2763
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2697
2764
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2704,7 +2771,7 @@ func (x *ExclusionSettings) ProtoReflect() protoreflect.Message {
|
|
|
2704
2771
|
|
|
2705
2772
|
// Deprecated: Use ExclusionSettings.ProtoReflect.Descriptor instead.
|
|
2706
2773
|
func (*ExclusionSettings) Descriptor() ([]byte, []int) {
|
|
2707
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
2774
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{34}
|
|
2708
2775
|
}
|
|
2709
2776
|
|
|
2710
2777
|
func (x *ExclusionSettings) GetExcludedTargets() []string {
|
|
@@ -2733,7 +2800,7 @@ type NetworkVisibilitySettings struct {
|
|
|
2733
2800
|
func (x *NetworkVisibilitySettings) Reset() {
|
|
2734
2801
|
*x = NetworkVisibilitySettings{}
|
|
2735
2802
|
if protoimpl.UnsafeEnabled {
|
|
2736
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2803
|
+
mi := &file_scanningconfig_proto_msgTypes[35]
|
|
2737
2804
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2738
2805
|
ms.StoreMessageInfo(mi)
|
|
2739
2806
|
}
|
|
@@ -2746,7 +2813,7 @@ func (x *NetworkVisibilitySettings) String() string {
|
|
|
2746
2813
|
func (*NetworkVisibilitySettings) ProtoMessage() {}
|
|
2747
2814
|
|
|
2748
2815
|
func (x *NetworkVisibilitySettings) ProtoReflect() protoreflect.Message {
|
|
2749
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2816
|
+
mi := &file_scanningconfig_proto_msgTypes[35]
|
|
2750
2817
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2751
2818
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2752
2819
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2759,7 +2826,7 @@ func (x *NetworkVisibilitySettings) ProtoReflect() protoreflect.Message {
|
|
|
2759
2826
|
|
|
2760
2827
|
// Deprecated: Use NetworkVisibilitySettings.ProtoReflect.Descriptor instead.
|
|
2761
2828
|
func (*NetworkVisibilitySettings) Descriptor() ([]byte, []int) {
|
|
2762
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
2829
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{35}
|
|
2763
2830
|
}
|
|
2764
2831
|
|
|
2765
2832
|
func (x *NetworkVisibilitySettings) GetEnabled() *wrapperspb.BoolValue {
|
|
@@ -2785,7 +2852,7 @@ type PingBehaviorSettings struct {
|
|
|
2785
2852
|
func (x *PingBehaviorSettings) Reset() {
|
|
2786
2853
|
*x = PingBehaviorSettings{}
|
|
2787
2854
|
if protoimpl.UnsafeEnabled {
|
|
2788
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2855
|
+
mi := &file_scanningconfig_proto_msgTypes[36]
|
|
2789
2856
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2790
2857
|
ms.StoreMessageInfo(mi)
|
|
2791
2858
|
}
|
|
@@ -2798,7 +2865,7 @@ func (x *PingBehaviorSettings) String() string {
|
|
|
2798
2865
|
func (*PingBehaviorSettings) ProtoMessage() {}
|
|
2799
2866
|
|
|
2800
2867
|
func (x *PingBehaviorSettings) ProtoReflect() protoreflect.Message {
|
|
2801
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2868
|
+
mi := &file_scanningconfig_proto_msgTypes[36]
|
|
2802
2869
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2803
2870
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2804
2871
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2811,7 +2878,7 @@ func (x *PingBehaviorSettings) ProtoReflect() protoreflect.Message {
|
|
|
2811
2878
|
|
|
2812
2879
|
// Deprecated: Use PingBehaviorSettings.ProtoReflect.Descriptor instead.
|
|
2813
2880
|
func (*PingBehaviorSettings) Descriptor() ([]byte, []int) {
|
|
2814
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
2881
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{36}
|
|
2815
2882
|
}
|
|
2816
2883
|
|
|
2817
2884
|
type ProtocolConfigurationSettings struct {
|
|
@@ -2826,7 +2893,7 @@ type ProtocolConfigurationSettings struct {
|
|
|
2826
2893
|
func (x *ProtocolConfigurationSettings) Reset() {
|
|
2827
2894
|
*x = ProtocolConfigurationSettings{}
|
|
2828
2895
|
if protoimpl.UnsafeEnabled {
|
|
2829
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2896
|
+
mi := &file_scanningconfig_proto_msgTypes[37]
|
|
2830
2897
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2831
2898
|
ms.StoreMessageInfo(mi)
|
|
2832
2899
|
}
|
|
@@ -2839,7 +2906,7 @@ func (x *ProtocolConfigurationSettings) String() string {
|
|
|
2839
2906
|
func (*ProtocolConfigurationSettings) ProtoMessage() {}
|
|
2840
2907
|
|
|
2841
2908
|
func (x *ProtocolConfigurationSettings) ProtoReflect() protoreflect.Message {
|
|
2842
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2909
|
+
mi := &file_scanningconfig_proto_msgTypes[37]
|
|
2843
2910
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2844
2911
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2845
2912
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2852,7 +2919,7 @@ func (x *ProtocolConfigurationSettings) ProtoReflect() protoreflect.Message {
|
|
|
2852
2919
|
|
|
2853
2920
|
// Deprecated: Use ProtocolConfigurationSettings.ProtoReflect.Descriptor instead.
|
|
2854
2921
|
func (*ProtocolConfigurationSettings) Descriptor() ([]byte, []int) {
|
|
2855
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
2922
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{37}
|
|
2856
2923
|
}
|
|
2857
2924
|
|
|
2858
2925
|
func (x *ProtocolConfigurationSettings) GetAllEnabled() *wrapperspb.BoolValue {
|
|
@@ -2882,7 +2949,7 @@ type ProtocolDetailSettings struct {
|
|
|
2882
2949
|
func (x *ProtocolDetailSettings) Reset() {
|
|
2883
2950
|
*x = ProtocolDetailSettings{}
|
|
2884
2951
|
if protoimpl.UnsafeEnabled {
|
|
2885
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2952
|
+
mi := &file_scanningconfig_proto_msgTypes[38]
|
|
2886
2953
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2887
2954
|
ms.StoreMessageInfo(mi)
|
|
2888
2955
|
}
|
|
@@ -2895,7 +2962,7 @@ func (x *ProtocolDetailSettings) String() string {
|
|
|
2895
2962
|
func (*ProtocolDetailSettings) ProtoMessage() {}
|
|
2896
2963
|
|
|
2897
2964
|
func (x *ProtocolDetailSettings) ProtoReflect() protoreflect.Message {
|
|
2898
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2965
|
+
mi := &file_scanningconfig_proto_msgTypes[38]
|
|
2899
2966
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2900
2967
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2901
2968
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2908,7 +2975,7 @@ func (x *ProtocolDetailSettings) ProtoReflect() protoreflect.Message {
|
|
|
2908
2975
|
|
|
2909
2976
|
// Deprecated: Use ProtocolDetailSettings.ProtoReflect.Descriptor instead.
|
|
2910
2977
|
func (*ProtocolDetailSettings) Descriptor() ([]byte, []int) {
|
|
2911
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
2978
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{38}
|
|
2912
2979
|
}
|
|
2913
2980
|
|
|
2914
2981
|
func (x *ProtocolDetailSettings) GetEnabled() *wrapperspb.BoolValue {
|
|
@@ -2943,7 +3010,7 @@ type ItSensorSettings struct {
|
|
|
2943
3010
|
func (x *ItSensorSettings) Reset() {
|
|
2944
3011
|
*x = ItSensorSettings{}
|
|
2945
3012
|
if protoimpl.UnsafeEnabled {
|
|
2946
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
3013
|
+
mi := &file_scanningconfig_proto_msgTypes[39]
|
|
2947
3014
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2948
3015
|
ms.StoreMessageInfo(mi)
|
|
2949
3016
|
}
|
|
@@ -2956,7 +3023,7 @@ func (x *ItSensorSettings) String() string {
|
|
|
2956
3023
|
func (*ItSensorSettings) ProtoMessage() {}
|
|
2957
3024
|
|
|
2958
3025
|
func (x *ItSensorSettings) ProtoReflect() protoreflect.Message {
|
|
2959
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
3026
|
+
mi := &file_scanningconfig_proto_msgTypes[39]
|
|
2960
3027
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2961
3028
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2962
3029
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2969,7 +3036,7 @@ func (x *ItSensorSettings) ProtoReflect() protoreflect.Message {
|
|
|
2969
3036
|
|
|
2970
3037
|
// Deprecated: Use ItSensorSettings.ProtoReflect.Descriptor instead.
|
|
2971
3038
|
func (*ItSensorSettings) Descriptor() ([]byte, []int) {
|
|
2972
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
3039
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{39}
|
|
2973
3040
|
}
|
|
2974
3041
|
|
|
2975
3042
|
func (x *ItSensorSettings) GetNetworkConfiguration() *NetworkConfigurationSettings {
|
|
@@ -2991,7 +3058,7 @@ type OtSensorSettings struct {
|
|
|
2991
3058
|
func (x *OtSensorSettings) Reset() {
|
|
2992
3059
|
*x = OtSensorSettings{}
|
|
2993
3060
|
if protoimpl.UnsafeEnabled {
|
|
2994
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
3061
|
+
mi := &file_scanningconfig_proto_msgTypes[40]
|
|
2995
3062
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2996
3063
|
ms.StoreMessageInfo(mi)
|
|
2997
3064
|
}
|
|
@@ -3004,7 +3071,7 @@ func (x *OtSensorSettings) String() string {
|
|
|
3004
3071
|
func (*OtSensorSettings) ProtoMessage() {}
|
|
3005
3072
|
|
|
3006
3073
|
func (x *OtSensorSettings) ProtoReflect() protoreflect.Message {
|
|
3007
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
3074
|
+
mi := &file_scanningconfig_proto_msgTypes[40]
|
|
3008
3075
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
3009
3076
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3010
3077
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -3017,7 +3084,7 @@ func (x *OtSensorSettings) ProtoReflect() protoreflect.Message {
|
|
|
3017
3084
|
|
|
3018
3085
|
// Deprecated: Use OtSensorSettings.ProtoReflect.Descriptor instead.
|
|
3019
3086
|
func (*OtSensorSettings) Descriptor() ([]byte, []int) {
|
|
3020
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
3087
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{40}
|
|
3021
3088
|
}
|
|
3022
3089
|
|
|
3023
3090
|
func (x *OtSensorSettings) GetNetworkConfiguration() *NetworkConfigurationSettings {
|
|
@@ -3046,7 +3113,7 @@ type TrafficLogSettings struct {
|
|
|
3046
3113
|
func (x *TrafficLogSettings) Reset() {
|
|
3047
3114
|
*x = TrafficLogSettings{}
|
|
3048
3115
|
if protoimpl.UnsafeEnabled {
|
|
3049
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
3116
|
+
mi := &file_scanningconfig_proto_msgTypes[41]
|
|
3050
3117
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3051
3118
|
ms.StoreMessageInfo(mi)
|
|
3052
3119
|
}
|
|
@@ -3059,7 +3126,7 @@ func (x *TrafficLogSettings) String() string {
|
|
|
3059
3126
|
func (*TrafficLogSettings) ProtoMessage() {}
|
|
3060
3127
|
|
|
3061
3128
|
func (x *TrafficLogSettings) ProtoReflect() protoreflect.Message {
|
|
3062
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
3129
|
+
mi := &file_scanningconfig_proto_msgTypes[41]
|
|
3063
3130
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
3064
3131
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3065
3132
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -3072,7 +3139,7 @@ func (x *TrafficLogSettings) ProtoReflect() protoreflect.Message {
|
|
|
3072
3139
|
|
|
3073
3140
|
// Deprecated: Use TrafficLogSettings.ProtoReflect.Descriptor instead.
|
|
3074
3141
|
func (*TrafficLogSettings) Descriptor() ([]byte, []int) {
|
|
3075
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
3142
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{41}
|
|
3076
3143
|
}
|
|
3077
3144
|
|
|
3078
3145
|
func (x *TrafficLogSettings) GetEnabled() *wrapperspb.BoolValue {
|
|
@@ -3104,7 +3171,7 @@ type UpdateSettings struct {
|
|
|
3104
3171
|
func (x *UpdateSettings) Reset() {
|
|
3105
3172
|
*x = UpdateSettings{}
|
|
3106
3173
|
if protoimpl.UnsafeEnabled {
|
|
3107
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
3174
|
+
mi := &file_scanningconfig_proto_msgTypes[42]
|
|
3108
3175
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3109
3176
|
ms.StoreMessageInfo(mi)
|
|
3110
3177
|
}
|
|
@@ -3117,7 +3184,7 @@ func (x *UpdateSettings) String() string {
|
|
|
3117
3184
|
func (*UpdateSettings) ProtoMessage() {}
|
|
3118
3185
|
|
|
3119
3186
|
func (x *UpdateSettings) ProtoReflect() protoreflect.Message {
|
|
3120
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
3187
|
+
mi := &file_scanningconfig_proto_msgTypes[42]
|
|
3121
3188
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
3122
3189
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3123
3190
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -3130,7 +3197,7 @@ func (x *UpdateSettings) ProtoReflect() protoreflect.Message {
|
|
|
3130
3197
|
|
|
3131
3198
|
// Deprecated: Use UpdateSettings.ProtoReflect.Descriptor instead.
|
|
3132
3199
|
func (*UpdateSettings) Descriptor() ([]byte, []int) {
|
|
3133
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
3200
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{42}
|
|
3134
3201
|
}
|
|
3135
3202
|
|
|
3136
3203
|
func (x *UpdateSettings) GetUpdateOnAvailability() *wrapperspb.BoolValue {
|
|
@@ -3180,7 +3247,7 @@ type UpdateWindowSettings struct {
|
|
|
3180
3247
|
func (x *UpdateWindowSettings) Reset() {
|
|
3181
3248
|
*x = UpdateWindowSettings{}
|
|
3182
3249
|
if protoimpl.UnsafeEnabled {
|
|
3183
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
3250
|
+
mi := &file_scanningconfig_proto_msgTypes[43]
|
|
3184
3251
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3185
3252
|
ms.StoreMessageInfo(mi)
|
|
3186
3253
|
}
|
|
@@ -3193,7 +3260,7 @@ func (x *UpdateWindowSettings) String() string {
|
|
|
3193
3260
|
func (*UpdateWindowSettings) ProtoMessage() {}
|
|
3194
3261
|
|
|
3195
3262
|
func (x *UpdateWindowSettings) ProtoReflect() protoreflect.Message {
|
|
3196
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
3263
|
+
mi := &file_scanningconfig_proto_msgTypes[43]
|
|
3197
3264
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
3198
3265
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3199
3266
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -3206,7 +3273,7 @@ func (x *UpdateWindowSettings) ProtoReflect() protoreflect.Message {
|
|
|
3206
3273
|
|
|
3207
3274
|
// Deprecated: Use UpdateWindowSettings.ProtoReflect.Descriptor instead.
|
|
3208
3275
|
func (*UpdateWindowSettings) Descriptor() ([]byte, []int) {
|
|
3209
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
3276
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{43}
|
|
3210
3277
|
}
|
|
3211
3278
|
|
|
3212
3279
|
func (x *UpdateWindowSettings) GetEnabled() *wrapperspb.BoolValue {
|
|
@@ -3234,7 +3301,7 @@ type BackupSettings struct {
|
|
|
3234
3301
|
func (x *BackupSettings) Reset() {
|
|
3235
3302
|
*x = BackupSettings{}
|
|
3236
3303
|
if protoimpl.UnsafeEnabled {
|
|
3237
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
3304
|
+
mi := &file_scanningconfig_proto_msgTypes[44]
|
|
3238
3305
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3239
3306
|
ms.StoreMessageInfo(mi)
|
|
3240
3307
|
}
|
|
@@ -3247,7 +3314,7 @@ func (x *BackupSettings) String() string {
|
|
|
3247
3314
|
func (*BackupSettings) ProtoMessage() {}
|
|
3248
3315
|
|
|
3249
3316
|
func (x *BackupSettings) ProtoReflect() protoreflect.Message {
|
|
3250
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
3317
|
+
mi := &file_scanningconfig_proto_msgTypes[44]
|
|
3251
3318
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
3252
3319
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3253
3320
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -3260,7 +3327,7 @@ func (x *BackupSettings) ProtoReflect() protoreflect.Message {
|
|
|
3260
3327
|
|
|
3261
3328
|
// Deprecated: Use BackupSettings.ProtoReflect.Descriptor instead.
|
|
3262
3329
|
func (*BackupSettings) Descriptor() ([]byte, []int) {
|
|
3263
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
3330
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{44}
|
|
3264
3331
|
}
|
|
3265
3332
|
|
|
3266
3333
|
func (x *BackupSettings) GetBackupFolder() *wrapperspb.StringValue {
|
|
@@ -3285,7 +3352,7 @@ type DownloadSettings struct {
|
|
|
3285
3352
|
func (x *DownloadSettings) Reset() {
|
|
3286
3353
|
*x = DownloadSettings{}
|
|
3287
3354
|
if protoimpl.UnsafeEnabled {
|
|
3288
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
3355
|
+
mi := &file_scanningconfig_proto_msgTypes[45]
|
|
3289
3356
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3290
3357
|
ms.StoreMessageInfo(mi)
|
|
3291
3358
|
}
|
|
@@ -3298,7 +3365,7 @@ func (x *DownloadSettings) String() string {
|
|
|
3298
3365
|
func (*DownloadSettings) ProtoMessage() {}
|
|
3299
3366
|
|
|
3300
3367
|
func (x *DownloadSettings) ProtoReflect() protoreflect.Message {
|
|
3301
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
3368
|
+
mi := &file_scanningconfig_proto_msgTypes[45]
|
|
3302
3369
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
3303
3370
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3304
3371
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -3311,7 +3378,7 @@ func (x *DownloadSettings) ProtoReflect() protoreflect.Message {
|
|
|
3311
3378
|
|
|
3312
3379
|
// Deprecated: Use DownloadSettings.ProtoReflect.Descriptor instead.
|
|
3313
3380
|
func (*DownloadSettings) Descriptor() ([]byte, []int) {
|
|
3314
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
3381
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{45}
|
|
3315
3382
|
}
|
|
3316
3383
|
|
|
3317
3384
|
func (x *DownloadSettings) GetDownloadOnAvailability() *wrapperspb.BoolValue {
|
|
@@ -3361,7 +3428,7 @@ type PrerequisiteSettings struct {
|
|
|
3361
3428
|
func (x *PrerequisiteSettings) Reset() {
|
|
3362
3429
|
*x = PrerequisiteSettings{}
|
|
3363
3430
|
if protoimpl.UnsafeEnabled {
|
|
3364
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
3431
|
+
mi := &file_scanningconfig_proto_msgTypes[46]
|
|
3365
3432
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3366
3433
|
ms.StoreMessageInfo(mi)
|
|
3367
3434
|
}
|
|
@@ -3374,7 +3441,7 @@ func (x *PrerequisiteSettings) String() string {
|
|
|
3374
3441
|
func (*PrerequisiteSettings) ProtoMessage() {}
|
|
3375
3442
|
|
|
3376
3443
|
func (x *PrerequisiteSettings) ProtoReflect() protoreflect.Message {
|
|
3377
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
3444
|
+
mi := &file_scanningconfig_proto_msgTypes[46]
|
|
3378
3445
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
3379
3446
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3380
3447
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -3387,7 +3454,7 @@ func (x *PrerequisiteSettings) ProtoReflect() protoreflect.Message {
|
|
|
3387
3454
|
|
|
3388
3455
|
// Deprecated: Use PrerequisiteSettings.ProtoReflect.Descriptor instead.
|
|
3389
3456
|
func (*PrerequisiteSettings) Descriptor() ([]byte, []int) {
|
|
3390
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
3457
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{46}
|
|
3391
3458
|
}
|
|
3392
3459
|
|
|
3393
3460
|
func (x *PrerequisiteSettings) GetRequiredFreeDiskSpaceBytes() *wrapperspb.Int64Value {
|
|
@@ -3418,7 +3485,7 @@ type LogSettings struct {
|
|
|
3418
3485
|
func (x *LogSettings) Reset() {
|
|
3419
3486
|
*x = LogSettings{}
|
|
3420
3487
|
if protoimpl.UnsafeEnabled {
|
|
3421
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
3488
|
+
mi := &file_scanningconfig_proto_msgTypes[47]
|
|
3422
3489
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3423
3490
|
ms.StoreMessageInfo(mi)
|
|
3424
3491
|
}
|
|
@@ -3431,7 +3498,7 @@ func (x *LogSettings) String() string {
|
|
|
3431
3498
|
func (*LogSettings) ProtoMessage() {}
|
|
3432
3499
|
|
|
3433
3500
|
func (x *LogSettings) ProtoReflect() protoreflect.Message {
|
|
3434
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
3501
|
+
mi := &file_scanningconfig_proto_msgTypes[47]
|
|
3435
3502
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
3436
3503
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3437
3504
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -3444,7 +3511,7 @@ func (x *LogSettings) ProtoReflect() protoreflect.Message {
|
|
|
3444
3511
|
|
|
3445
3512
|
// Deprecated: Use LogSettings.ProtoReflect.Descriptor instead.
|
|
3446
3513
|
func (*LogSettings) Descriptor() ([]byte, []int) {
|
|
3447
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
3514
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{47}
|
|
3448
3515
|
}
|
|
3449
3516
|
|
|
3450
3517
|
func (x *LogSettings) GetLevel() LogSettings_LogLevel {
|
|
@@ -3517,509 +3584,280 @@ var file_scanningconfig_proto_rawDesc = []byte{
|
|
|
3517
3584
|
0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e,
|
|
3518
3585
|
0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x78,
|
|
3519
3586
|
0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x0a, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69,
|
|
3520
|
-
0x6f, 0x6e, 0x73, 0x22,
|
|
3587
|
+
0x6f, 0x6e, 0x73, 0x22, 0x92, 0x01, 0x0a, 0x09, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f,
|
|
3521
3588
|
0x6e, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69,
|
|
3522
3589
|
0x64, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
3523
|
-
0x09, 0x52, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x12,
|
|
3524
|
-
|
|
3525
|
-
0x65,
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
|
|
3530
|
-
|
|
3531
|
-
|
|
3532
|
-
|
|
3533
|
-
|
|
3534
|
-
|
|
3535
|
-
|
|
3590
|
+
0x09, 0x52, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x12, 0x1d, 0x0a, 0x0a, 0x73, 0x65, 0x6e,
|
|
3591
|
+
0x73, 0x6f, 0x72, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x09, 0x73,
|
|
3592
|
+
0x65, 0x6e, 0x73, 0x6f, 0x72, 0x49, 0x64, 0x73, 0x12, 0x3e, 0x0a, 0x07, 0x74, 0x61, 0x72, 0x67,
|
|
3593
|
+
0x65, 0x74, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
|
|
3594
|
+
0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63,
|
|
3595
|
+
0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x52,
|
|
3596
|
+
0x07, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x22, 0xd1, 0x01, 0x0a, 0x06, 0x54, 0x61, 0x72,
|
|
3597
|
+
0x67, 0x65, 0x74, 0x12, 0x46, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
3598
|
+
0x0e, 0x32, 0x32, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73,
|
|
3599
|
+
0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31,
|
|
3600
|
+
0x2e, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f,
|
|
3601
|
+
0x6e, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x76,
|
|
3602
|
+
0x61, 0x6c, 0x75, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, 0x76, 0x61, 0x6c,
|
|
3603
|
+
0x75, 0x65, 0x73, 0x22, 0x67, 0x0a, 0x0d, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e,
|
|
3604
|
+
0x54, 0x79, 0x70, 0x65, 0x12, 0x0f, 0x0a, 0x0b, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46,
|
|
3605
|
+
0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x11, 0x0a, 0x0d, 0x49, 0x50, 0x5f, 0x41, 0x44, 0x44, 0x52,
|
|
3606
|
+
0x5f, 0x52, 0x41, 0x4e, 0x47, 0x45, 0x10, 0x01, 0x12, 0x0c, 0x0a, 0x08, 0x4d, 0x41, 0x43, 0x5f,
|
|
3607
|
+
0x41, 0x44, 0x44, 0x52, 0x10, 0x02, 0x12, 0x0e, 0x0a, 0x0a, 0x41, 0x53, 0x53, 0x45, 0x54, 0x5f,
|
|
3608
|
+
0x54, 0x59, 0x50, 0x45, 0x10, 0x03, 0x12, 0x08, 0x0a, 0x04, 0x46, 0x51, 0x44, 0x4e, 0x10, 0x04,
|
|
3609
|
+
0x12, 0x0a, 0x0a, 0x06, 0x44, 0x4f, 0x4d, 0x41, 0x49, 0x4e, 0x10, 0x05, 0x22, 0xe0, 0x03, 0x0a,
|
|
3610
|
+
0x09, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64,
|
|
3611
|
+
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x49, 0x0a, 0x04, 0x74, 0x79,
|
|
3612
|
+
0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x35, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
|
|
3613
|
+
0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f,
|
|
3614
|
+
0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e,
|
|
3615
|
+
0x74, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x52,
|
|
3616
|
+
0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x3e, 0x0a, 0x07, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73,
|
|
3617
|
+
0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
|
|
3618
|
+
0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66,
|
|
3619
|
+
0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x07, 0x61, 0x63,
|
|
3620
|
+
0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x55, 0x0a, 0x09, 0x6f, 0x70, 0x5f, 0x63, 0x6f, 0x6e, 0x66,
|
|
3621
|
+
0x69, 0x67, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
|
|
3622
|
+
0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f,
|
|
3623
|
+
0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f,
|
|
3624
|
+
0x6e, 0x61, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42, 0x02, 0x18, 0x01, 0x48, 0x00, 0x52,
|
|
3625
|
+
0x08, 0x6f, 0x70, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x88, 0x01, 0x01, 0x12, 0x18, 0x0a, 0x07,
|
|
3626
|
+
0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x65,
|
|
3627
|
+
0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x53, 0x0a, 0x0a, 0x61, 0x70, 0x70, 0x5f, 0x63, 0x6f,
|
|
3628
|
+
0x6e, 0x66, 0x69, 0x67, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6c, 0x61, 0x6e,
|
|
3629
|
+
0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67,
|
|
3630
|
+
0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x69, 0x63,
|
|
3631
|
+
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x48, 0x01, 0x52, 0x09, 0x61,
|
|
3632
|
+
0x70, 0x70, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x88, 0x01, 0x01, 0x22, 0x55, 0x0a, 0x0d, 0x43,
|
|
3633
|
+
0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0f, 0x0a, 0x0b,
|
|
3634
|
+
0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x09, 0x0a,
|
|
3635
|
+
0x05, 0x41, 0x47, 0x45, 0x4e, 0x54, 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x49, 0x54, 0x5f, 0x53,
|
|
3636
|
+
0x45, 0x4e, 0x53, 0x4f, 0x52, 0x10, 0x02, 0x12, 0x0a, 0x0a, 0x06, 0x49, 0x54, 0x5f, 0x48, 0x55,
|
|
3637
|
+
0x42, 0x10, 0x03, 0x12, 0x0d, 0x0a, 0x09, 0x4f, 0x54, 0x5f, 0x53, 0x45, 0x4e, 0x53, 0x4f, 0x52,
|
|
3638
|
+
0x10, 0x04, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x6f, 0x70, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,
|
|
3639
|
+
0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x61, 0x70, 0x70, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x22,
|
|
3640
|
+
0x5b, 0x0a, 0x0a, 0x41, 0x73, 0x73, 0x65, 0x74, 0x52, 0x61, 0x64, 0x61, 0x72, 0x12, 0x18, 0x0a,
|
|
3641
|
+
0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07,
|
|
3642
|
+
0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x2f, 0x0a, 0x13, 0x65, 0x78, 0x63, 0x6c, 0x75,
|
|
3643
|
+
0x64, 0x65, 0x64, 0x5f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x73, 0x18, 0x02,
|
|
3644
|
+
0x20, 0x03, 0x28, 0x09, 0x52, 0x12, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x64, 0x49, 0x6e,
|
|
3645
|
+
0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x73, 0x3a, 0x02, 0x18, 0x01, 0x22, 0x62, 0x0a, 0x11,
|
|
3646
|
+
0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74,
|
|
3647
|
+
0x79, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01,
|
|
3648
|
+
0x28, 0x08, 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x2f, 0x0a, 0x13, 0x65,
|
|
3649
|
+
0x78, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x64, 0x5f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63,
|
|
3650
|
+
0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x12, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x64,
|
|
3651
|
+
0x65, 0x64, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x73, 0x3a, 0x02, 0x18, 0x01,
|
|
3652
|
+
0x22, 0x46, 0x0a, 0x0a, 0x41, 0x75, 0x74, 0x6f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x18,
|
|
3653
|
+
0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52,
|
|
3654
|
+
0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x63, 0x68, 0x65,
|
|
3655
|
+
0x64, 0x75, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x63, 0x68, 0x65,
|
|
3656
|
+
0x64, 0x75, 0x6c, 0x65, 0x3a, 0x02, 0x18, 0x01, 0x22, 0x8f, 0x03, 0x0a, 0x11, 0x4f, 0x70, 0x65,
|
|
3657
|
+
0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x5f,
|
|
3658
|
+
0x0a, 0x12, 0x61, 0x73, 0x73, 0x65, 0x74, 0x5f, 0x72, 0x61, 0x64, 0x61, 0x72, 0x5f, 0x63, 0x6f,
|
|
3659
|
+
0x6e, 0x66, 0x69, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6c, 0x61, 0x6e,
|
|
3660
|
+
0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67,
|
|
3661
|
+
0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x73, 0x73, 0x65, 0x74, 0x52,
|
|
3662
|
+
0x61, 0x64, 0x61, 0x72, 0x42, 0x02, 0x18, 0x01, 0x48, 0x00, 0x52, 0x10, 0x61, 0x73, 0x73, 0x65,
|
|
3663
|
+
0x74, 0x52, 0x61, 0x64, 0x61, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x88, 0x01, 0x01, 0x12,
|
|
3664
|
+
0x5b, 0x0a, 0x12, 0x61, 0x75, 0x74, 0x6f, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x63,
|
|
3665
|
+
0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6c, 0x61,
|
|
3536
3666
|
0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e,
|
|
3537
|
-
0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e,
|
|
3538
|
-
|
|
3539
|
-
|
|
3540
|
-
|
|
3667
|
+
0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x75, 0x74, 0x6f, 0x55,
|
|
3668
|
+
0x70, 0x64, 0x61, 0x74, 0x65, 0x48, 0x01, 0x52, 0x10, 0x61, 0x75, 0x74, 0x6f, 0x55, 0x70, 0x64,
|
|
3669
|
+
0x61, 0x74, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x88, 0x01, 0x01, 0x12, 0x70, 0x0a, 0x19,
|
|
3670
|
+
0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69,
|
|
3671
|
+
0x74, 0x79, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
|
3672
|
+
0x2f, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61,
|
|
3673
|
+
0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4e,
|
|
3674
|
+
0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79,
|
|
3675
|
+
0x48, 0x02, 0x52, 0x17, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x56, 0x69, 0x73, 0x69, 0x62,
|
|
3676
|
+
0x69, 0x6c, 0x69, 0x74, 0x79, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x88, 0x01, 0x01, 0x42, 0x15,
|
|
3677
|
+
0x0a, 0x13, 0x5f, 0x61, 0x73, 0x73, 0x65, 0x74, 0x5f, 0x72, 0x61, 0x64, 0x61, 0x72, 0x5f, 0x63,
|
|
3678
|
+
0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42, 0x15, 0x0a, 0x13, 0x5f, 0x61, 0x75, 0x74, 0x6f, 0x5f, 0x75,
|
|
3679
|
+
0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42, 0x1c, 0x0a, 0x1a,
|
|
3680
|
+
0x5f, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c,
|
|
3681
|
+
0x69, 0x74, 0x79, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x22, 0x3a, 0x0a, 0x07, 0x54, 0x72,
|
|
3682
|
+
0x69, 0x67, 0x67, 0x65, 0x72, 0x12, 0x1b, 0x0a, 0x09, 0x63, 0x72, 0x6f, 0x6e, 0x5f, 0x65, 0x78,
|
|
3683
|
+
0x70, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x72, 0x6f, 0x6e, 0x45, 0x78,
|
|
3684
|
+
0x70, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
|
|
3685
|
+
0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0xbf, 0x04, 0x0a, 0x06, 0x41, 0x63, 0x74, 0x69, 0x6f,
|
|
3686
|
+
0x6e, 0x12, 0x41, 0x0a, 0x08, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x73, 0x18, 0x01, 0x20,
|
|
3687
|
+
0x03, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
|
|
3688
|
+
0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e,
|
|
3689
|
+
0x76, 0x31, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x52, 0x08, 0x74, 0x72, 0x69, 0x67,
|
|
3690
|
+
0x67, 0x65, 0x72, 0x73, 0x12, 0x50, 0x0a, 0x0b, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74,
|
|
3691
|
+
0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2f, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
|
|
3541
3692
|
0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63,
|
|
3542
|
-
0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e,
|
|
3543
|
-
|
|
3544
|
-
0x6f, 0x6e,
|
|
3693
|
+
0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e,
|
|
3694
|
+
0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x52, 0x0a, 0x61, 0x63, 0x74, 0x69,
|
|
3695
|
+
0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x4a, 0x0a, 0x0b, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e,
|
|
3696
|
+
0x74, 0x69, 0x61, 0x6c, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6c, 0x61,
|
|
3545
3697
|
0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e,
|
|
3546
|
-
0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e,
|
|
3547
|
-
0x74, 0x69,
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
|
|
3551
|
-
|
|
3552
|
-
|
|
3553
|
-
|
|
3554
|
-
0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x48, 0x01,
|
|
3555
|
-
0x52, 0x09, 0x61, 0x70, 0x70, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x88, 0x01, 0x01, 0x22, 0x55,
|
|
3556
|
-
0x0a, 0x0d, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12,
|
|
3557
|
-
0x0f, 0x0a, 0x0b, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00,
|
|
3558
|
-
0x12, 0x09, 0x0a, 0x05, 0x41, 0x47, 0x45, 0x4e, 0x54, 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x49,
|
|
3559
|
-
0x54, 0x5f, 0x53, 0x45, 0x4e, 0x53, 0x4f, 0x52, 0x10, 0x02, 0x12, 0x0a, 0x0a, 0x06, 0x49, 0x54,
|
|
3560
|
-
0x5f, 0x48, 0x55, 0x42, 0x10, 0x03, 0x12, 0x0d, 0x0a, 0x09, 0x4f, 0x54, 0x5f, 0x53, 0x45, 0x4e,
|
|
3561
|
-
0x53, 0x4f, 0x52, 0x10, 0x04, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x6f, 0x70, 0x5f, 0x63, 0x6f, 0x6e,
|
|
3562
|
-
0x66, 0x69, 0x67, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x61, 0x70, 0x70, 0x5f, 0x63, 0x6f, 0x6e, 0x66,
|
|
3563
|
-
0x69, 0x67, 0x22, 0x5b, 0x0a, 0x0a, 0x41, 0x73, 0x73, 0x65, 0x74, 0x52, 0x61, 0x64, 0x61, 0x72,
|
|
3564
|
-
0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
3565
|
-
0x08, 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x2f, 0x0a, 0x13, 0x65, 0x78,
|
|
3566
|
-
0x63, 0x6c, 0x75, 0x64, 0x65, 0x64, 0x5f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65,
|
|
3567
|
-
0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x12, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65,
|
|
3568
|
-
0x64, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x73, 0x3a, 0x02, 0x18, 0x01, 0x22,
|
|
3569
|
-
0x62, 0x0a, 0x11, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69,
|
|
3570
|
-
0x6c, 0x69, 0x74, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18,
|
|
3571
|
-
0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x2f,
|
|
3572
|
-
0x0a, 0x13, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x64, 0x5f, 0x69, 0x6e, 0x74, 0x65, 0x72,
|
|
3573
|
-
0x66, 0x61, 0x63, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x12, 0x65, 0x78, 0x63,
|
|
3574
|
-
0x6c, 0x75, 0x64, 0x65, 0x64, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x73, 0x3a,
|
|
3575
|
-
0x02, 0x18, 0x01, 0x22, 0x46, 0x0a, 0x0a, 0x41, 0x75, 0x74, 0x6f, 0x55, 0x70, 0x64, 0x61, 0x74,
|
|
3576
|
-
0x65, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01,
|
|
3577
|
-
0x28, 0x08, 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x73,
|
|
3578
|
-
0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73,
|
|
3579
|
-
0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x3a, 0x02, 0x18, 0x01, 0x22, 0x8f, 0x03, 0x0a, 0x11,
|
|
3580
|
-
0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69,
|
|
3581
|
-
0x67, 0x12, 0x5f, 0x0a, 0x12, 0x61, 0x73, 0x73, 0x65, 0x74, 0x5f, 0x72, 0x61, 0x64, 0x61, 0x72,
|
|
3582
|
-
0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e,
|
|
3583
|
-
0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e,
|
|
3584
|
-
0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x73, 0x73,
|
|
3585
|
-
0x65, 0x74, 0x52, 0x61, 0x64, 0x61, 0x72, 0x42, 0x02, 0x18, 0x01, 0x48, 0x00, 0x52, 0x10, 0x61,
|
|
3586
|
-
0x73, 0x73, 0x65, 0x74, 0x52, 0x61, 0x64, 0x61, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x88,
|
|
3587
|
-
0x01, 0x01, 0x12, 0x5b, 0x0a, 0x12, 0x61, 0x75, 0x74, 0x6f, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74,
|
|
3588
|
-
0x65, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28,
|
|
3589
|
-
0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e,
|
|
3590
|
-
0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x75,
|
|
3591
|
-
0x74, 0x6f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x48, 0x01, 0x52, 0x10, 0x61, 0x75, 0x74, 0x6f,
|
|
3592
|
-
0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x88, 0x01, 0x01, 0x12,
|
|
3593
|
-
0x70, 0x0a, 0x19, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x76, 0x69, 0x73, 0x69, 0x62,
|
|
3594
|
-
0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x03, 0x20, 0x01,
|
|
3595
|
-
0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
|
|
3596
|
-
0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76,
|
|
3597
|
-
0x31, 0x2e, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c,
|
|
3598
|
-
0x69, 0x74, 0x79, 0x48, 0x02, 0x52, 0x17, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x56, 0x69,
|
|
3599
|
-
0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x88, 0x01,
|
|
3600
|
-
0x01, 0x42, 0x15, 0x0a, 0x13, 0x5f, 0x61, 0x73, 0x73, 0x65, 0x74, 0x5f, 0x72, 0x61, 0x64, 0x61,
|
|
3601
|
-
0x72, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42, 0x15, 0x0a, 0x13, 0x5f, 0x61, 0x75, 0x74,
|
|
3602
|
-
0x6f, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42,
|
|
3603
|
-
0x1c, 0x0a, 0x1a, 0x5f, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x76, 0x69, 0x73, 0x69,
|
|
3604
|
-
0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x22, 0x3a, 0x0a,
|
|
3605
|
-
0x07, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x12, 0x1b, 0x0a, 0x09, 0x63, 0x72, 0x6f, 0x6e,
|
|
3606
|
-
0x5f, 0x65, 0x78, 0x70, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x72, 0x6f,
|
|
3607
|
-
0x6e, 0x45, 0x78, 0x70, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20,
|
|
3608
|
-
0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0xbf, 0x04, 0x0a, 0x06, 0x41, 0x63,
|
|
3609
|
-
0x74, 0x69, 0x6f, 0x6e, 0x12, 0x41, 0x0a, 0x08, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x73,
|
|
3610
|
-
0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
|
|
3698
|
+
0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x64, 0x65,
|
|
3699
|
+
0x6e, 0x74, 0x69, 0x61, 0x6c, 0x52, 0x0b, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61,
|
|
3700
|
+
0x6c, 0x73, 0x12, 0x3f, 0x0a, 0x05, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28,
|
|
3701
|
+
0x0b, 0x32, 0x23, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73,
|
|
3702
|
+
0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31,
|
|
3703
|
+
0x2e, 0x41, 0x67, 0x65, 0x6e, 0x74, 0x42, 0x02, 0x18, 0x01, 0x48, 0x00, 0x52, 0x05, 0x61, 0x67,
|
|
3704
|
+
0x65, 0x6e, 0x74, 0x12, 0x4b, 0x0a, 0x09, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x6c, 0x65, 0x73, 0x73,
|
|
3705
|
+
0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
|
|
3611
3706
|
0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66,
|
|
3612
|
-
0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e,
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x63, 0x74, 0x69,
|
|
3617
|
-
0x6f, 0x6e, 0x2e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x52, 0x0a, 0x61,
|
|
3618
|
-
0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x4a, 0x0a, 0x0b, 0x63, 0x72, 0x65,
|
|
3619
|
-
0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x28,
|
|
3620
|
-
0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e,
|
|
3621
|
-
0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72,
|
|
3622
|
-
0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x52, 0x0b, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e,
|
|
3623
|
-
0x74, 0x69, 0x61, 0x6c, 0x73, 0x12, 0x3f, 0x0a, 0x05, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x18, 0x04,
|
|
3624
|
-
0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
|
|
3625
|
-
0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,
|
|
3626
|
-
0x2e, 0x76, 0x31, 0x2e, 0x41, 0x67, 0x65, 0x6e, 0x74, 0x42, 0x02, 0x18, 0x01, 0x48, 0x00, 0x52,
|
|
3627
|
-
0x05, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x12, 0x4b, 0x0a, 0x09, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x6c,
|
|
3628
|
-
0x65, 0x73, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
|
|
3629
|
-
0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63,
|
|
3630
|
-
0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x67, 0x65, 0x6e, 0x74, 0x6c, 0x65,
|
|
3631
|
-
0x73, 0x73, 0x42, 0x02, 0x18, 0x01, 0x48, 0x00, 0x52, 0x09, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x6c,
|
|
3632
|
-
0x65, 0x73, 0x73, 0x12, 0x5b, 0x0a, 0x11, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x65,
|
|
3633
|
-
0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e,
|
|
3634
|
-
0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e,
|
|
3635
|
-
0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x63,
|
|
3636
|
-
0x74, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x10,
|
|
3637
|
-
0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e,
|
|
3638
|
-
0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64,
|
|
3639
|
-
0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
|
|
3640
|
-
0x6e, 0x61, 0x6d, 0x65, 0x22, 0x37, 0x0a, 0x0a, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79,
|
|
3641
|
-
0x70, 0x65, 0x12, 0x0f, 0x0a, 0x0b, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45,
|
|
3642
|
-
0x44, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x41, 0x47, 0x45, 0x4e, 0x54, 0x10, 0x01, 0x12, 0x0d,
|
|
3643
|
-
0x0a, 0x09, 0x41, 0x47, 0x45, 0x4e, 0x54, 0x4c, 0x45, 0x53, 0x53, 0x10, 0x02, 0x42, 0x0c, 0x0a,
|
|
3644
|
-
0x0a, 0x64, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x25, 0x0a, 0x09, 0x41,
|
|
3645
|
-
0x67, 0x65, 0x6e, 0x74, 0x6c, 0x65, 0x73, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x74, 0x61, 0x72, 0x67,
|
|
3646
|
-
0x65, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x74, 0x61, 0x72, 0x67, 0x65,
|
|
3647
|
-
0x74, 0x73, 0x22, 0xba, 0x02, 0x0a, 0x10, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x66,
|
|
3648
|
-
0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x5c, 0x0a, 0x0a, 0x73, 0x63, 0x61, 0x6e, 0x5f,
|
|
3649
|
-
0x66, 0x6f, 0x63, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x38, 0x2e, 0x6c, 0x61,
|
|
3707
|
+
0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x67, 0x65, 0x6e, 0x74, 0x6c, 0x65, 0x73, 0x73, 0x42,
|
|
3708
|
+
0x02, 0x18, 0x01, 0x48, 0x00, 0x52, 0x09, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x6c, 0x65, 0x73, 0x73,
|
|
3709
|
+
0x12, 0x5b, 0x0a, 0x11, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x65, 0x66, 0x69, 0x6e,
|
|
3710
|
+
0x69, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6c, 0x61,
|
|
3650
3711
|
0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e,
|
|
3651
3712
|
0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x63, 0x74, 0x69, 0x6f,
|
|
3652
|
-
0x6e, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e,
|
|
3653
|
-
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
0x65,
|
|
3657
|
-
|
|
3658
|
-
|
|
3659
|
-
|
|
3713
|
+
0x6e, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x10, 0x61, 0x63, 0x74,
|
|
3714
|
+
0x69, 0x6f, 0x6e, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x0e, 0x0a,
|
|
3715
|
+
0x02, 0x69, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a,
|
|
3716
|
+
0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d,
|
|
3717
|
+
0x65, 0x22, 0x37, 0x0a, 0x0a, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12,
|
|
3718
|
+
0x0f, 0x0a, 0x0b, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00,
|
|
3719
|
+
0x12, 0x09, 0x0a, 0x05, 0x41, 0x47, 0x45, 0x4e, 0x54, 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x41,
|
|
3720
|
+
0x47, 0x45, 0x4e, 0x54, 0x4c, 0x45, 0x53, 0x53, 0x10, 0x02, 0x42, 0x0c, 0x0a, 0x0a, 0x64, 0x65,
|
|
3721
|
+
0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x25, 0x0a, 0x09, 0x41, 0x67, 0x65, 0x6e,
|
|
3722
|
+
0x74, 0x6c, 0x65, 0x73, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73,
|
|
3723
|
+
0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x22,
|
|
3724
|
+
0xba, 0x02, 0x0a, 0x10, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69,
|
|
3725
|
+
0x74, 0x69, 0x6f, 0x6e, 0x12, 0x5c, 0x0a, 0x0a, 0x73, 0x63, 0x61, 0x6e, 0x5f, 0x66, 0x6f, 0x63,
|
|
3726
|
+
0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x38, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
|
|
3727
|
+
0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f,
|
|
3728
|
+
0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x65,
|
|
3729
|
+
0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x53, 0x63, 0x61, 0x6e, 0x46, 0x6f, 0x63,
|
|
3730
|
+
0x75, 0x73, 0x48, 0x00, 0x52, 0x09, 0x73, 0x63, 0x61, 0x6e, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x88,
|
|
3731
|
+
0x01, 0x01, 0x12, 0x1c, 0x0a, 0x07, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x18, 0x02, 0x20,
|
|
3732
|
+
0x03, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, 0x52, 0x07, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73,
|
|
3733
|
+
0x12, 0x1e, 0x0a, 0x0a, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x03,
|
|
3734
|
+
0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x73,
|
|
3735
|
+
0x12, 0x4b, 0x0a, 0x0c, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x5f, 0x64, 0x61, 0x74, 0x61,
|
|
3736
|
+
0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
|
|
3737
|
+
0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66,
|
|
3738
|
+
0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x44, 0x61, 0x74, 0x61,
|
|
3739
|
+
0x52, 0x0b, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x44, 0x61, 0x74, 0x61, 0x22, 0x2e, 0x0a,
|
|
3740
|
+
0x09, 0x53, 0x63, 0x61, 0x6e, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x12, 0x07, 0x0a, 0x03, 0x41, 0x4c,
|
|
3741
|
+
0x4c, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x55, 0x53, 0x45, 0x52, 0x53, 0x10, 0x01, 0x12, 0x0d,
|
|
3742
|
+
0x0a, 0x09, 0x49, 0x4e, 0x56, 0x45, 0x4e, 0x54, 0x4f, 0x52, 0x59, 0x10, 0x02, 0x42, 0x0d, 0x0a,
|
|
3743
|
+
0x0b, 0x5f, 0x73, 0x63, 0x61, 0x6e, 0x5f, 0x66, 0x6f, 0x63, 0x75, 0x73, 0x22, 0x97, 0x03, 0x0a,
|
|
3744
|
+
0x0a, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x44, 0x61, 0x74, 0x61, 0x12, 0x47, 0x0a, 0x04, 0x74,
|
|
3745
|
+
0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x33, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
|
|
3660
3746
|
0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63,
|
|
3661
3747
|
0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x44,
|
|
3662
|
-
0x61, 0x74, 0x61,
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
0x01, 0x12, 0x0d, 0x0a, 0x09, 0x49, 0x4e, 0x56, 0x45, 0x4e, 0x54, 0x4f, 0x52, 0x59, 0x10, 0x02,
|
|
3666
|
-
0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x73, 0x63, 0x61, 0x6e, 0x5f, 0x66, 0x6f, 0x63, 0x75, 0x73, 0x22,
|
|
3667
|
-
0x97, 0x03, 0x0a, 0x0a, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x44, 0x61, 0x74, 0x61, 0x12, 0x47,
|
|
3668
|
-
0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x33, 0x2e, 0x6c,
|
|
3669
|
-
0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69,
|
|
3670
|
-
0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x61, 0x72, 0x67,
|
|
3671
|
-
0x65, 0x74, 0x44, 0x61, 0x74, 0x61, 0x2e, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x54, 0x79, 0x70,
|
|
3672
|
-
0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x4c, 0x0a, 0x0c, 0x69, 0x70, 0x5f, 0x73, 0x63,
|
|
3673
|
-
0x61, 0x6e, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e,
|
|
3674
|
-
0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e,
|
|
3675
|
-
0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x50, 0x53,
|
|
3676
|
-
0x63, 0x61, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x48, 0x00, 0x52, 0x0a, 0x69, 0x70, 0x53, 0x63, 0x61,
|
|
3677
|
-
0x6e, 0x44, 0x61, 0x74, 0x61, 0x12, 0x3f, 0x0a, 0x07, 0x61, 0x64, 0x5f, 0x64, 0x61, 0x74, 0x61,
|
|
3678
|
-
0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
|
|
3679
|
-
0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66,
|
|
3680
|
-
0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x44, 0x44, 0x61, 0x74, 0x61, 0x48, 0x00, 0x52, 0x06,
|
|
3681
|
-
0x61, 0x64, 0x44, 0x61, 0x74, 0x61, 0x12, 0x1c, 0x0a, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74,
|
|
3682
|
-
0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, 0x48, 0x00, 0x52, 0x06, 0x74, 0x61,
|
|
3683
|
-
0x72, 0x67, 0x65, 0x74, 0x12, 0x45, 0x0a, 0x09, 0x73, 0x63, 0x63, 0x6d, 0x5f, 0x64, 0x61, 0x74,
|
|
3684
|
-
0x61, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
|
|
3685
|
-
0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e,
|
|
3686
|
-
0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x43, 0x43, 0x4d, 0x44, 0x61, 0x74, 0x61, 0x48,
|
|
3687
|
-
0x00, 0x52, 0x08, 0x73, 0x63, 0x63, 0x6d, 0x44, 0x61, 0x74, 0x61, 0x22, 0x44, 0x0a, 0x0a, 0x54,
|
|
3688
|
-
0x61, 0x72, 0x67, 0x65, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x17, 0x0a, 0x13, 0x55, 0x4e, 0x4b,
|
|
3689
|
-
0x4e, 0x4f, 0x57, 0x4e, 0x5f, 0x54, 0x41, 0x52, 0x47, 0x45, 0x54, 0x5f, 0x54, 0x59, 0x50, 0x45,
|
|
3690
|
-
0x10, 0x00, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x50, 0x5f, 0x53, 0x43, 0x41, 0x4e, 0x10, 0x01, 0x12,
|
|
3691
|
-
0x08, 0x0a, 0x04, 0x53, 0x43, 0x43, 0x4d, 0x10, 0x02, 0x12, 0x06, 0x0a, 0x02, 0x41, 0x44, 0x10,
|
|
3692
|
-
0x03, 0x42, 0x06, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x22, 0x22, 0x0a, 0x08, 0x53, 0x43, 0x43,
|
|
3693
|
-
0x4d, 0x44, 0x61, 0x74, 0x61, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x18,
|
|
3694
|
-
0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x22, 0xae, 0x01,
|
|
3695
|
-
0x0a, 0x0a, 0x49, 0x50, 0x53, 0x63, 0x61, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x12, 0x3c, 0x0a, 0x04,
|
|
3696
|
-
0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x28, 0x2e, 0x6c, 0x61, 0x6e,
|
|
3748
|
+
0x61, 0x74, 0x61, 0x2e, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04,
|
|
3749
|
+
0x74, 0x79, 0x70, 0x65, 0x12, 0x4c, 0x0a, 0x0c, 0x69, 0x70, 0x5f, 0x73, 0x63, 0x61, 0x6e, 0x5f,
|
|
3750
|
+
0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6c, 0x61, 0x6e,
|
|
3697
3751
|
0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67,
|
|
3698
3752
|
0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x50, 0x53, 0x63, 0x61, 0x6e,
|
|
3699
|
-
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
|
|
3705
|
-
|
|
3706
|
-
|
|
3707
|
-
|
|
3708
|
-
0x75, 0x73, 0x65, 0x50, 0x69, 0x6e, 0x67, 0x12, 0x21, 0x0a, 0x0c, 0x70, 0x69, 0x6e, 0x67, 0x5f,
|
|
3709
|
-
0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x70,
|
|
3710
|
-
0x69, 0x6e, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x12, 0x2d, 0x0a, 0x13, 0x6b, 0x65,
|
|
3711
|
-
0x65, 0x70, 0x5f, 0x6e, 0x6f, 0x5f, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x72, 0x5f, 0x73, 0x63, 0x61,
|
|
3712
|
-
0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6b, 0x65, 0x65, 0x70, 0x4e, 0x6f, 0x41,
|
|
3713
|
-
0x6e, 0x73, 0x77, 0x65, 0x72, 0x53, 0x63, 0x61, 0x6e, 0x22, 0xd7, 0x02, 0x0a, 0x06, 0x41, 0x44,
|
|
3714
|
-
0x44, 0x61, 0x74, 0x61, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01,
|
|
3715
|
-
0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x61, 0x64, 0x73, 0x69,
|
|
3716
|
-
0x5f, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61,
|
|
3717
|
-
0x64, 0x73, 0x69, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x6f, 0x6d,
|
|
3718
|
-
0x61, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69,
|
|
3719
|
-
0x6e, 0x12, 0x23, 0x0a, 0x0d, 0x63, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x65, 0x72, 0x5f, 0x73, 0x63,
|
|
3720
|
-
0x61, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x63, 0x6f, 0x6d, 0x70, 0x75, 0x74,
|
|
3721
|
-
0x65, 0x72, 0x53, 0x63, 0x61, 0x6e, 0x12, 0x26, 0x0a, 0x0f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x67,
|
|
3722
|
-
0x72, 0x6f, 0x75, 0x70, 0x5f, 0x73, 0x63, 0x61, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52,
|
|
3723
|
-
0x0d, 0x75, 0x73, 0x65, 0x72, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x63, 0x61, 0x6e, 0x12, 0x4a,
|
|
3724
|
-
0x0a, 0x09, 0x6c, 0x64, 0x61, 0x70, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28,
|
|
3725
|
-
0x0e, 0x32, 0x2d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73,
|
|
3726
|
-
0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31,
|
|
3727
|
-
0x2e, 0x41, 0x44, 0x44, 0x61, 0x74, 0x61, 0x2e, 0x4c, 0x44, 0x41, 0x50, 0x54, 0x79, 0x70, 0x65,
|
|
3728
|
-
0x52, 0x08, 0x6c, 0x64, 0x61, 0x70, 0x54, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x6f,
|
|
3729
|
-
0x72, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x1b,
|
|
3730
|
-
0x0a, 0x09, 0x61, 0x64, 0x73, 0x69, 0x5f, 0x70, 0x61, 0x74, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28,
|
|
3731
|
-
0x09, 0x52, 0x08, 0x61, 0x64, 0x73, 0x69, 0x50, 0x61, 0x74, 0x68, 0x22, 0x36, 0x0a, 0x08, 0x4c,
|
|
3732
|
-
0x44, 0x41, 0x50, 0x54, 0x79, 0x70, 0x65, 0x12, 0x15, 0x0a, 0x11, 0x55, 0x4e, 0x4b, 0x4e, 0x4f,
|
|
3733
|
-
0x57, 0x4e, 0x5f, 0x4c, 0x44, 0x41, 0x50, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x10, 0x00, 0x12, 0x08,
|
|
3734
|
-
0x0a, 0x04, 0x4c, 0x44, 0x41, 0x50, 0x10, 0x01, 0x12, 0x09, 0x0a, 0x05, 0x4c, 0x44, 0x41, 0x50,
|
|
3735
|
-
0x53, 0x10, 0x02, 0x22, 0x85, 0x01, 0x0a, 0x05, 0x41, 0x67, 0x65, 0x6e, 0x74, 0x12, 0x4c, 0x0a,
|
|
3736
|
-
0x0a, 0x73, 0x63, 0x61, 0x6e, 0x5f, 0x66, 0x6f, 0x63, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
3737
|
-
0x0e, 0x32, 0x2d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73,
|
|
3738
|
-
0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31,
|
|
3739
|
-
0x2e, 0x41, 0x67, 0x65, 0x6e, 0x74, 0x2e, 0x53, 0x63, 0x61, 0x6e, 0x46, 0x6f, 0x63, 0x75, 0x73,
|
|
3740
|
-
0x52, 0x09, 0x73, 0x63, 0x61, 0x6e, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x22, 0x2e, 0x0a, 0x09, 0x53,
|
|
3741
|
-
0x63, 0x61, 0x6e, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x12, 0x07, 0x0a, 0x03, 0x41, 0x4c, 0x4c, 0x10,
|
|
3742
|
-
0x00, 0x12, 0x09, 0x0a, 0x05, 0x55, 0x53, 0x45, 0x52, 0x53, 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09,
|
|
3743
|
-
0x49, 0x4e, 0x56, 0x45, 0x4e, 0x54, 0x4f, 0x52, 0x59, 0x10, 0x02, 0x22, 0xa6, 0x01, 0x0a, 0x0a,
|
|
3744
|
-
0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x12, 0x4f, 0x0a, 0x04, 0x74, 0x79,
|
|
3745
|
-
0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x37, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
|
|
3746
|
-
0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f,
|
|
3747
|
-
0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69,
|
|
3748
|
-
0x61, 0x6c, 0x2e, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x54, 0x79, 0x70,
|
|
3749
|
-
0x65, 0x42, 0x02, 0x18, 0x01, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69,
|
|
3750
|
-
0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x6f,
|
|
3751
|
-
0x72, 0x64, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6f, 0x72, 0x64, 0x65,
|
|
3752
|
-
0x72, 0x22, 0x21, 0x0a, 0x0e, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x54,
|
|
3753
|
-
0x79, 0x70, 0x65, 0x12, 0x0f, 0x0a, 0x0b, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49,
|
|
3754
|
-
0x45, 0x44, 0x10, 0x00, 0x22, 0xc9, 0x03, 0x0a, 0x11, 0x41, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61,
|
|
3755
|
-
0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x48, 0x0a, 0x07, 0x6c, 0x6f,
|
|
3756
|
-
0x67, 0x67, 0x69, 0x6e, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6c, 0x61,
|
|
3757
|
-
0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e,
|
|
3758
|
-
0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x6f, 0x67, 0x53, 0x65,
|
|
3759
|
-
0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x00, 0x52, 0x07, 0x6c, 0x6f, 0x67, 0x67, 0x69, 0x6e,
|
|
3760
|
-
0x67, 0x88, 0x01, 0x01, 0x12, 0x40, 0x0a, 0x03, 0x68, 0x75, 0x62, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
3761
|
-
0x0b, 0x32, 0x29, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73,
|
|
3762
|
-
0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31,
|
|
3763
|
-
0x2e, 0x48, 0x75, 0x62, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x01, 0x52, 0x03,
|
|
3764
|
-
0x68, 0x75, 0x62, 0x88, 0x01, 0x01, 0x12, 0x49, 0x0a, 0x06, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65,
|
|
3765
|
-
0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
|
|
3766
|
-
0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66,
|
|
3767
|
-
0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65, 0x74, 0x74,
|
|
3768
|
-
0x69, 0x6e, 0x67, 0x73, 0x48, 0x02, 0x52, 0x06, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x88, 0x01,
|
|
3769
|
-
0x01, 0x12, 0x50, 0x0a, 0x09, 0x69, 0x74, 0x5f, 0x73, 0x65, 0x6e, 0x73, 0x6f, 0x72, 0x18, 0x04,
|
|
3770
|
-
0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
|
|
3753
|
+
0x44, 0x61, 0x74, 0x61, 0x48, 0x00, 0x52, 0x0a, 0x69, 0x70, 0x53, 0x63, 0x61, 0x6e, 0x44, 0x61,
|
|
3754
|
+
0x74, 0x61, 0x12, 0x3f, 0x0a, 0x07, 0x61, 0x64, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20,
|
|
3755
|
+
0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
|
|
3756
|
+
0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e,
|
|
3757
|
+
0x76, 0x31, 0x2e, 0x41, 0x44, 0x44, 0x61, 0x74, 0x61, 0x48, 0x00, 0x52, 0x06, 0x61, 0x64, 0x44,
|
|
3758
|
+
0x61, 0x74, 0x61, 0x12, 0x1c, 0x0a, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x18, 0x04, 0x20,
|
|
3759
|
+
0x01, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, 0x48, 0x00, 0x52, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65,
|
|
3760
|
+
0x74, 0x12, 0x45, 0x0a, 0x09, 0x73, 0x63, 0x63, 0x6d, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x18, 0x05,
|
|
3761
|
+
0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
|
|
3771
3762
|
0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,
|
|
3772
|
-
0x2e, 0x76, 0x31, 0x2e,
|
|
3773
|
-
|
|
3774
|
-
|
|
3775
|
-
|
|
3776
|
-
|
|
3777
|
-
|
|
3778
|
-
|
|
3779
|
-
|
|
3780
|
-
|
|
3781
|
-
|
|
3782
|
-
|
|
3783
|
-
0x22, 0xc1, 0x05, 0x0a, 0x0b, 0x48, 0x75, 0x62, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73,
|
|
3784
|
-
0x12, 0x74, 0x0a, 0x15, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x63, 0x6f, 0x6e, 0x66,
|
|
3785
|
-
0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
|
3786
|
-
0x3a, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61,
|
|
3787
|
-
0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4e,
|
|
3788
|
-
0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74,
|
|
3789
|
-
0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x00, 0x52, 0x14, 0x6e,
|
|
3790
|
-
0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74,
|
|
3791
|
-
0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x58, 0x0a, 0x0b, 0x6d, 0x61, 0x69, 0x6e, 0x74, 0x65,
|
|
3792
|
-
0x6e, 0x61, 0x6e, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6c, 0x61,
|
|
3793
|
-
0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e,
|
|
3794
|
-
0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x61, 0x69, 0x6e, 0x74,
|
|
3795
|
-
0x65, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x01,
|
|
3796
|
-
0x52, 0x0b, 0x6d, 0x61, 0x69, 0x6e, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x88, 0x01, 0x01,
|
|
3797
|
-
0x12, 0x5d, 0x0a, 0x0d, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e,
|
|
3798
|
-
0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
|
|
3763
|
+
0x2e, 0x76, 0x31, 0x2e, 0x53, 0x43, 0x43, 0x4d, 0x44, 0x61, 0x74, 0x61, 0x48, 0x00, 0x52, 0x08,
|
|
3764
|
+
0x73, 0x63, 0x63, 0x6d, 0x44, 0x61, 0x74, 0x61, 0x22, 0x44, 0x0a, 0x0a, 0x54, 0x61, 0x72, 0x67,
|
|
3765
|
+
0x65, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x17, 0x0a, 0x13, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57,
|
|
3766
|
+
0x4e, 0x5f, 0x54, 0x41, 0x52, 0x47, 0x45, 0x54, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x10, 0x00, 0x12,
|
|
3767
|
+
0x0b, 0x0a, 0x07, 0x49, 0x50, 0x5f, 0x53, 0x43, 0x41, 0x4e, 0x10, 0x01, 0x12, 0x08, 0x0a, 0x04,
|
|
3768
|
+
0x53, 0x43, 0x43, 0x4d, 0x10, 0x02, 0x12, 0x06, 0x0a, 0x02, 0x41, 0x44, 0x10, 0x03, 0x42, 0x06,
|
|
3769
|
+
0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x22, 0x22, 0x0a, 0x08, 0x53, 0x43, 0x43, 0x4d, 0x44, 0x61,
|
|
3770
|
+
0x74, 0x61, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x18, 0x01, 0x20, 0x01,
|
|
3771
|
+
0x28, 0x09, 0x52, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x22, 0xae, 0x01, 0x0a, 0x0a, 0x49,
|
|
3772
|
+
0x50, 0x53, 0x63, 0x61, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x12, 0x3c, 0x0a, 0x04, 0x74, 0x79, 0x70,
|
|
3773
|
+
0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x28, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
|
|
3799
3774
|
0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e,
|
|
3800
|
-
0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e,
|
|
3801
|
-
|
|
3802
|
-
|
|
3803
|
-
|
|
3804
|
-
|
|
3805
|
-
|
|
3806
|
-
|
|
3807
|
-
|
|
3808
|
-
|
|
3809
|
-
|
|
3810
|
-
|
|
3775
|
+
0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x50, 0x53, 0x63, 0x61, 0x6e, 0x54, 0x79, 0x70,
|
|
3776
|
+
0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65,
|
|
3777
|
+
0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x12,
|
|
3778
|
+
0x41, 0x0a, 0x04, 0x70, 0x69, 0x6e, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e,
|
|
3779
|
+
0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e,
|
|
3780
|
+
0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x50, 0x53,
|
|
3781
|
+
0x63, 0x61, 0x6e, 0x50, 0x69, 0x6e, 0x67, 0x48, 0x00, 0x52, 0x04, 0x70, 0x69, 0x6e, 0x67, 0x88,
|
|
3782
|
+
0x01, 0x01, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x70, 0x69, 0x6e, 0x67, 0x22, 0x79, 0x0a, 0x0a, 0x49,
|
|
3783
|
+
0x50, 0x53, 0x63, 0x61, 0x6e, 0x50, 0x69, 0x6e, 0x67, 0x12, 0x19, 0x0a, 0x08, 0x75, 0x73, 0x65,
|
|
3784
|
+
0x5f, 0x70, 0x69, 0x6e, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x75, 0x73, 0x65,
|
|
3785
|
+
0x50, 0x69, 0x6e, 0x67, 0x12, 0x21, 0x0a, 0x0c, 0x70, 0x69, 0x6e, 0x67, 0x5f, 0x74, 0x69, 0x6d,
|
|
3786
|
+
0x65, 0x6f, 0x75, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x70, 0x69, 0x6e, 0x67,
|
|
3787
|
+
0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x12, 0x2d, 0x0a, 0x13, 0x6b, 0x65, 0x65, 0x70, 0x5f,
|
|
3788
|
+
0x6e, 0x6f, 0x5f, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x72, 0x5f, 0x73, 0x63, 0x61, 0x6e, 0x18, 0x03,
|
|
3789
|
+
0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6b, 0x65, 0x65, 0x70, 0x4e, 0x6f, 0x41, 0x6e, 0x73, 0x77,
|
|
3790
|
+
0x65, 0x72, 0x53, 0x63, 0x61, 0x6e, 0x22, 0xd7, 0x02, 0x0a, 0x06, 0x41, 0x44, 0x44, 0x61, 0x74,
|
|
3791
|
+
0x61, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
3792
|
+
0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x61, 0x64, 0x73, 0x69, 0x5f, 0x66, 0x69,
|
|
3793
|
+
0x6c, 0x74, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x64, 0x73, 0x69,
|
|
3794
|
+
0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e,
|
|
3795
|
+
0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x23,
|
|
3796
|
+
0x0a, 0x0d, 0x63, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x65, 0x72, 0x5f, 0x73, 0x63, 0x61, 0x6e, 0x18,
|
|
3797
|
+
0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x63, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x65, 0x72, 0x53,
|
|
3798
|
+
0x63, 0x61, 0x6e, 0x12, 0x26, 0x0a, 0x0f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x67, 0x72, 0x6f, 0x75,
|
|
3799
|
+
0x70, 0x5f, 0x73, 0x63, 0x61, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0d, 0x75, 0x73,
|
|
3800
|
+
0x65, 0x72, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x63, 0x61, 0x6e, 0x12, 0x4a, 0x0a, 0x09, 0x6c,
|
|
3801
|
+
0x64, 0x61, 0x70, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2d,
|
|
3802
|
+
0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e,
|
|
3803
|
+
0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x44,
|
|
3804
|
+
0x44, 0x61, 0x74, 0x61, 0x2e, 0x4c, 0x44, 0x41, 0x50, 0x54, 0x79, 0x70, 0x65, 0x52, 0x08, 0x6c,
|
|
3805
|
+
0x64, 0x61, 0x70, 0x54, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x18,
|
|
3806
|
+
0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x61,
|
|
3807
|
+
0x64, 0x73, 0x69, 0x5f, 0x70, 0x61, 0x74, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
|
|
3808
|
+
0x61, 0x64, 0x73, 0x69, 0x50, 0x61, 0x74, 0x68, 0x22, 0x36, 0x0a, 0x08, 0x4c, 0x44, 0x41, 0x50,
|
|
3809
|
+
0x54, 0x79, 0x70, 0x65, 0x12, 0x15, 0x0a, 0x11, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x5f,
|
|
3810
|
+
0x4c, 0x44, 0x41, 0x50, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x10, 0x00, 0x12, 0x08, 0x0a, 0x04, 0x4c,
|
|
3811
|
+
0x44, 0x41, 0x50, 0x10, 0x01, 0x12, 0x09, 0x0a, 0x05, 0x4c, 0x44, 0x41, 0x50, 0x53, 0x10, 0x02,
|
|
3812
|
+
0x22, 0x85, 0x01, 0x0a, 0x05, 0x41, 0x67, 0x65, 0x6e, 0x74, 0x12, 0x4c, 0x0a, 0x0a, 0x73, 0x63,
|
|
3813
|
+
0x61, 0x6e, 0x5f, 0x66, 0x6f, 0x63, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2d,
|
|
3814
|
+
0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e,
|
|
3815
|
+
0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x67,
|
|
3816
|
+
0x65, 0x6e, 0x74, 0x2e, 0x53, 0x63, 0x61, 0x6e, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x52, 0x09, 0x73,
|
|
3817
|
+
0x63, 0x61, 0x6e, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x22, 0x2e, 0x0a, 0x09, 0x53, 0x63, 0x61, 0x6e,
|
|
3818
|
+
0x46, 0x6f, 0x63, 0x75, 0x73, 0x12, 0x07, 0x0a, 0x03, 0x41, 0x4c, 0x4c, 0x10, 0x00, 0x12, 0x09,
|
|
3819
|
+
0x0a, 0x05, 0x55, 0x53, 0x45, 0x52, 0x53, 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x49, 0x4e, 0x56,
|
|
3820
|
+
0x45, 0x4e, 0x54, 0x4f, 0x52, 0x59, 0x10, 0x02, 0x22, 0xa6, 0x01, 0x0a, 0x0a, 0x43, 0x72, 0x65,
|
|
3821
|
+
0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x12, 0x4f, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18,
|
|
3822
|
+
0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x37, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
|
|
3823
|
+
0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69,
|
|
3824
|
+
0x67, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x2e,
|
|
3825
|
+
0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x42, 0x02,
|
|
3826
|
+
0x18, 0x01, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02,
|
|
3827
|
+
0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x6f, 0x72, 0x64, 0x65,
|
|
3828
|
+
0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x22, 0x21,
|
|
3829
|
+
0x0a, 0x0e, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x54, 0x79, 0x70, 0x65,
|
|
3830
|
+
0x12, 0x0f, 0x0a, 0x0b, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10,
|
|
3831
|
+
0x00, 0x22, 0xc9, 0x03, 0x0a, 0x11, 0x41, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f,
|
|
3832
|
+
0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x48, 0x0a, 0x07, 0x6c, 0x6f, 0x67, 0x67, 0x69,
|
|
3833
|
+
0x6e, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
|
|
3811
3834
|
0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f,
|
|
3812
|
-
0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e,
|
|
3813
|
-
|
|
3814
|
-
|
|
3815
|
-
|
|
3816
|
-
|
|
3817
|
-
|
|
3818
|
-
|
|
3819
|
-
|
|
3820
|
-
0x74, 0x88, 0x01, 0x01, 0x42, 0x18, 0x0a, 0x16, 0x5f, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b,
|
|
3821
|
-
0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x0e,
|
|
3822
|
-
0x0a, 0x0c, 0x5f, 0x6d, 0x61, 0x69, 0x6e, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x42, 0x10,
|
|
3823
|
-
0x0a, 0x0e, 0x5f, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73,
|
|
3824
|
-
0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x66, 0x6c, 0x61,
|
|
3825
|
-
0x67, 0x73, 0x42, 0x15, 0x0a, 0x13, 0x5f, 0x73, 0x63, 0x61, 0x6e, 0x5f, 0x63, 0x6f, 0x6e, 0x66,
|
|
3826
|
-
0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x69, 0x6d,
|
|
3827
|
-
0x70, 0x6f, 0x72, 0x74, 0x22, 0xde, 0x01, 0x0a, 0x13, 0x4d, 0x61, 0x69, 0x6e, 0x74, 0x65, 0x6e,
|
|
3828
|
-
0x61, 0x6e, 0x63, 0x65, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x4b, 0x0a, 0x12,
|
|
3829
|
-
0x6d, 0x61, 0x69, 0x6e, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x5f, 0x77, 0x69, 0x6e, 0x64,
|
|
3830
|
-
0x6f, 0x77, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
|
|
3831
|
-
0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e,
|
|
3832
|
-
0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x11, 0x6d, 0x61, 0x69, 0x6e, 0x74, 0x65, 0x6e, 0x61,
|
|
3833
|
-
0x6e, 0x63, 0x65, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x12, 0x65, 0x0a, 0x10, 0x72, 0x65, 0x74,
|
|
3834
|
-
0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x02, 0x20,
|
|
3835
|
-
0x01, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
|
|
3835
|
+
0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x6f, 0x67, 0x53, 0x65, 0x74, 0x74, 0x69,
|
|
3836
|
+
0x6e, 0x67, 0x73, 0x48, 0x00, 0x52, 0x07, 0x6c, 0x6f, 0x67, 0x67, 0x69, 0x6e, 0x67, 0x88, 0x01,
|
|
3837
|
+
0x01, 0x12, 0x40, 0x0a, 0x03, 0x68, 0x75, 0x62, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29,
|
|
3838
|
+
0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e,
|
|
3839
|
+
0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x48, 0x75,
|
|
3840
|
+
0x62, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x01, 0x52, 0x03, 0x68, 0x75, 0x62,
|
|
3841
|
+
0x88, 0x01, 0x01, 0x12, 0x49, 0x0a, 0x06, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x18, 0x03, 0x20,
|
|
3842
|
+
0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
|
|
3836
3843
|
0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e,
|
|
3837
|
-
0x76, 0x31, 0x2e,
|
|
3838
|
-
|
|
3839
|
-
|
|
3840
|
-
|
|
3841
|
-
0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0xd1, 0x01, 0x0a, 0x17, 0x52, 0x65, 0x74, 0x65, 0x6e, 0x74,
|
|
3842
|
-
0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67,
|
|
3843
|
-
0x73, 0x12, 0x58, 0x0a, 0x1a, 0x73, 0x79, 0x6e, 0x63, 0x65, 0x64, 0x5f, 0x64, 0x61, 0x74, 0x61,
|
|
3844
|
-
0x5f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x61, 0x79, 0x73, 0x18,
|
|
3845
|
-
0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
|
|
3846
|
-
0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x33, 0x32, 0x56, 0x61, 0x6c,
|
|
3847
|
-
0x75, 0x65, 0x52, 0x17, 0x73, 0x79, 0x6e, 0x63, 0x65, 0x64, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65,
|
|
3848
|
-
0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x79, 0x73, 0x12, 0x5c, 0x0a, 0x1c, 0x75,
|
|
3849
|
-
0x6e, 0x73, 0x79, 0x6e, 0x63, 0x65, 0x64, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x65, 0x74,
|
|
3850
|
-
0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x61, 0x79, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
3851
|
-
0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
|
3852
|
-
0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x33, 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x19,
|
|
3853
|
-
0x75, 0x6e, 0x73, 0x79, 0x6e, 0x63, 0x65, 0x64, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x74, 0x65,
|
|
3854
|
-
0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x79, 0x73, 0x22, 0x9e, 0x03, 0x0a, 0x14, 0x4e, 0x6f,
|
|
3855
|
-
0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e,
|
|
3856
|
-
0x67, 0x73, 0x12, 0x4e, 0x0a, 0x15, 0x73, 0x6d, 0x61, 0x72, 0x74, 0x5f, 0x70, 0x6f, 0x6c, 0x6c,
|
|
3857
|
-
0x69, 0x6e, 0x67, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
3858
|
-
0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
|
3859
|
-
0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x13, 0x73,
|
|
3860
|
-
0x6d, 0x61, 0x72, 0x74, 0x50, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x45, 0x6e, 0x61, 0x62, 0x6c,
|
|
3861
|
-
0x65, 0x64, 0x12, 0x64, 0x0a, 0x20, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x5f, 0x70, 0x6f,
|
|
3862
|
-
0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x5f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x5f, 0x73,
|
|
3863
|
-
0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67,
|
|
3864
|
-
0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49,
|
|
3865
|
-
0x6e, 0x74, 0x33, 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x1d, 0x64, 0x65, 0x66, 0x61, 0x75,
|
|
3866
|
-
0x6c, 0x74, 0x50, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61,
|
|
3867
|
-
0x6c, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x85, 0x01, 0x0a, 0x17, 0x73, 0x6d, 0x61,
|
|
3868
|
-
0x72, 0x74, 0x5f, 0x70, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x5f, 0x69, 0x6e, 0x74, 0x65, 0x72,
|
|
3869
|
-
0x76, 0x61, 0x6c, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x4d, 0x2e, 0x6c, 0x61, 0x6e,
|
|
3870
|
-
0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67,
|
|
3871
|
-
0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69,
|
|
3872
|
-
0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x53,
|
|
3873
|
-
0x6d, 0x61, 0x72, 0x74, 0x50, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x74, 0x65, 0x72,
|
|
3874
|
-
0x76, 0x61, 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x15, 0x73, 0x6d, 0x61, 0x72, 0x74,
|
|
3875
|
-
0x50, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x73,
|
|
3876
|
-
0x1a, 0x48, 0x0a, 0x1a, 0x53, 0x6d, 0x61, 0x72, 0x74, 0x50, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67,
|
|
3877
|
-
0x49, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10,
|
|
3878
|
-
0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x6b, 0x65, 0x79,
|
|
3879
|
-
0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52,
|
|
3880
|
-
0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x6c, 0x0a, 0x13, 0x46, 0x65,
|
|
3881
|
-
0x61, 0x74, 0x75, 0x72, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67,
|
|
3882
|
-
0x73, 0x12, 0x55, 0x0a, 0x18, 0x70, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x5f, 0x69, 0x6e, 0x74,
|
|
3883
|
-
0x65, 0x72, 0x76, 0x61, 0x6c, 0x5f, 0x6d, 0x69, 0x6e, 0x75, 0x74, 0x65, 0x73, 0x18, 0x01, 0x20,
|
|
3884
|
-
0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
|
|
3885
|
-
0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x33, 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65,
|
|
3886
|
-
0x52, 0x16, 0x70, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61,
|
|
3887
|
-
0x6c, 0x4d, 0x69, 0x6e, 0x75, 0x74, 0x65, 0x73, 0x22, 0x72, 0x0a, 0x19, 0x53, 0x63, 0x61, 0x6e,
|
|
3888
|
-
0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74,
|
|
3889
|
-
0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x55, 0x0a, 0x18, 0x70, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67,
|
|
3890
|
-
0x5f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x5f, 0x6d, 0x69, 0x6e, 0x75, 0x74, 0x65,
|
|
3891
|
-
0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
|
|
3892
|
-
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x33, 0x32, 0x56,
|
|
3893
|
-
0x61, 0x6c, 0x75, 0x65, 0x52, 0x16, 0x70, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x74,
|
|
3894
|
-
0x65, 0x72, 0x76, 0x61, 0x6c, 0x4d, 0x69, 0x6e, 0x75, 0x74, 0x65, 0x73, 0x22, 0xd3, 0x01, 0x0a,
|
|
3895
|
-
0x0e, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12,
|
|
3896
|
-
0x34, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
|
|
3897
|
-
0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
|
|
3898
|
-
0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x07, 0x65, 0x6e,
|
|
3899
|
-
0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x55, 0x0a, 0x18, 0x70, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67,
|
|
3900
|
-
0x5f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x5f, 0x73, 0x65, 0x63, 0x6f, 0x6e, 0x64,
|
|
3901
|
-
0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
|
|
3902
|
-
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x33, 0x32, 0x56,
|
|
3903
|
-
0x61, 0x6c, 0x75, 0x65, 0x52, 0x16, 0x70, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x74,
|
|
3904
|
-
0x65, 0x72, 0x76, 0x61, 0x6c, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x34, 0x0a, 0x06,
|
|
3905
|
-
0x66, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67,
|
|
3906
|
-
0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53,
|
|
3907
|
-
0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x06, 0x66, 0x6f, 0x6c, 0x64,
|
|
3908
|
-
0x65, 0x72, 0x22, 0xf5, 0x04, 0x0a, 0x1c, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x43, 0x6f,
|
|
3909
|
-
0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69,
|
|
3910
|
-
0x6e, 0x67, 0x73, 0x12, 0x58, 0x0a, 0x0b, 0x70, 0x61, 0x72, 0x61, 0x6c, 0x6c, 0x65, 0x6c, 0x69,
|
|
3911
|
-
0x73, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
|
|
3912
|
-
0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f,
|
|
3913
|
-
0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x61, 0x72, 0x61, 0x6c, 0x6c, 0x65, 0x6c,
|
|
3914
|
-
0x69, 0x73, 0x6d, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x00, 0x52, 0x0b, 0x70,
|
|
3915
|
-
0x61, 0x72, 0x61, 0x6c, 0x6c, 0x65, 0x6c, 0x69, 0x73, 0x6d, 0x88, 0x01, 0x01, 0x12, 0x6b, 0x0a,
|
|
3916
|
-
0x12, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c,
|
|
3917
|
-
0x69, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
|
|
3918
|
-
0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63,
|
|
3919
|
-
0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b,
|
|
3920
|
-
0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e,
|
|
3921
|
-
0x67, 0x73, 0x48, 0x01, 0x52, 0x11, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x56, 0x69, 0x73,
|
|
3922
|
-
0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x88, 0x01, 0x01, 0x12, 0x5c, 0x0a, 0x0d, 0x70, 0x69,
|
|
3923
|
-
0x6e, 0x67, 0x5f, 0x62, 0x65, 0x68, 0x61, 0x76, 0x69, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
3924
|
-
0x0b, 0x32, 0x32, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73,
|
|
3844
|
+
0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67,
|
|
3845
|
+
0x73, 0x48, 0x02, 0x52, 0x06, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x12, 0x50,
|
|
3846
|
+
0x0a, 0x09, 0x69, 0x74, 0x5f, 0x73, 0x65, 0x6e, 0x73, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28,
|
|
3847
|
+
0x0b, 0x32, 0x2e, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73,
|
|
3925
3848
|
0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31,
|
|
3926
|
-
0x2e,
|
|
3927
|
-
|
|
3928
|
-
|
|
3929
|
-
|
|
3930
|
-
|
|
3931
|
-
|
|
3932
|
-
0x6e,
|
|
3933
|
-
|
|
3934
|
-
|
|
3935
|
-
|
|
3936
|
-
|
|
3937
|
-
|
|
3938
|
-
0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69,
|
|
3939
|
-
0x67, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x65,
|
|
3940
|
-
0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x04, 0x52, 0x0a, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x73,
|
|
3941
|
-
0x69, 0x6f, 0x6e, 0x73, 0x88, 0x01, 0x01, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x70, 0x61, 0x72, 0x61,
|
|
3942
|
-
0x6c, 0x6c, 0x65, 0x6c, 0x69, 0x73, 0x6d, 0x42, 0x15, 0x0a, 0x13, 0x5f, 0x6e, 0x65, 0x74, 0x77,
|
|
3943
|
-
0x6f, 0x72, 0x6b, 0x5f, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x42, 0x10,
|
|
3944
|
-
0x0a, 0x0e, 0x5f, 0x70, 0x69, 0x6e, 0x67, 0x5f, 0x62, 0x65, 0x68, 0x61, 0x76, 0x69, 0x6f, 0x72,
|
|
3945
|
-
0x42, 0x19, 0x0a, 0x17, 0x5f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x5f, 0x63, 0x6f,
|
|
3946
|
-
0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x0d, 0x0a, 0x0b, 0x5f,
|
|
3947
|
-
0x65, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x5b, 0x0a, 0x13, 0x50, 0x61,
|
|
3948
|
-
0x72, 0x61, 0x6c, 0x6c, 0x65, 0x6c, 0x69, 0x73, 0x6d, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67,
|
|
3949
|
-
0x73, 0x12, 0x44, 0x0a, 0x0f, 0x6d, 0x61, 0x78, 0x5f, 0x70, 0x61, 0x72, 0x61, 0x6c, 0x6c, 0x65,
|
|
3950
|
-
0x6c, 0x69, 0x73, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f,
|
|
3951
|
-
0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74,
|
|
3952
|
-
0x33, 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x0e, 0x6d, 0x61, 0x78, 0x50, 0x61, 0x72, 0x61,
|
|
3953
|
-
0x6c, 0x6c, 0x65, 0x6c, 0x69, 0x73, 0x6d, 0x22, 0x6f, 0x0a, 0x11, 0x45, 0x78, 0x63, 0x6c, 0x75,
|
|
3954
|
-
0x73, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x29, 0x0a, 0x10,
|
|
3955
|
-
0x65, 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x64, 0x5f, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73,
|
|
3956
|
-
0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0f, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x64,
|
|
3957
|
-
0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x12, 0x2f, 0x0a, 0x13, 0x65, 0x78, 0x63, 0x6c, 0x75,
|
|
3958
|
-
0x64, 0x65, 0x64, 0x5f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x73, 0x18, 0x02,
|
|
3959
|
-
0x20, 0x03, 0x28, 0x09, 0x52, 0x12, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x64, 0x49, 0x6e,
|
|
3960
|
-
0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x73, 0x22, 0x9b, 0x01, 0x0a, 0x19, 0x4e, 0x65, 0x74,
|
|
3961
|
-
0x77, 0x6f, 0x72, 0x6b, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x53, 0x65,
|
|
3962
|
-
0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x34, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65,
|
|
3963
|
-
0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
|
|
3964
|
-
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61,
|
|
3965
|
-
0x6c, 0x75, 0x65, 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x48, 0x0a, 0x12,
|
|
3966
|
-
0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x5f, 0x63, 0x64, 0x72, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c,
|
|
3967
|
-
0x65, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
|
|
3968
|
-
0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56,
|
|
3969
|
-
0x61, 0x6c, 0x75, 0x65, 0x52, 0x10, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x43, 0x64, 0x72, 0x45,
|
|
3970
|
-
0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x22, 0x16, 0x0a, 0x14, 0x50, 0x69, 0x6e, 0x67, 0x42, 0x65,
|
|
3971
|
-
0x68, 0x61, 0x76, 0x69, 0x6f, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x22, 0xba,
|
|
3972
|
-
0x02, 0x0a, 0x1d, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69,
|
|
3973
|
-
0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73,
|
|
3974
|
-
0x12, 0x3b, 0x0a, 0x0b, 0x61, 0x6c, 0x6c, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18,
|
|
3975
|
-
0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
|
|
3976
|
-
0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75,
|
|
3977
|
-
0x65, 0x52, 0x0a, 0x61, 0x6c, 0x6c, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x68, 0x0a,
|
|
3978
|
-
0x09, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b,
|
|
3979
|
-
0x32, 0x4a, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63,
|
|
3980
|
-
0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e,
|
|
3981
|
-
0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72,
|
|
3982
|
-
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x50, 0x72,
|
|
3983
|
-
0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x09, 0x70, 0x72,
|
|
3984
|
-
0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x73, 0x1a, 0x72, 0x0a, 0x0e, 0x50, 0x72, 0x6f, 0x74, 0x6f,
|
|
3985
|
-
0x63, 0x6f, 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79,
|
|
3986
|
-
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x4a, 0x0a, 0x05, 0x76,
|
|
3987
|
-
0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6c, 0x61, 0x6e,
|
|
3988
|
-
0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67,
|
|
3989
|
-
0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63,
|
|
3990
|
-
0x6f, 0x6c, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73,
|
|
3991
|
-
0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0xb5, 0x02, 0x0a, 0x16,
|
|
3992
|
-
0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x53, 0x65,
|
|
3993
|
-
0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x34, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65,
|
|
3994
|
-
0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
|
|
3995
|
-
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61,
|
|
3996
|
-
0x6c, 0x75, 0x65, 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x2f, 0x0a, 0x04,
|
|
3997
|
-
0x70, 0x6f, 0x72, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f,
|
|
3998
|
-
0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74,
|
|
3999
|
-
0x33, 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x71, 0x0a,
|
|
4000
|
-
0x0f, 0x61, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x5f, 0x64, 0x61, 0x74, 0x61,
|
|
4001
|
-
0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x48, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
|
|
4002
|
-
0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66,
|
|
4003
|
-
0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x44, 0x65,
|
|
4004
|
-
0x74, 0x61, 0x69, 0x6c, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x41, 0x64, 0x64,
|
|
4005
|
-
0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79,
|
|
4006
|
-
0x52, 0x0e, 0x61, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x44, 0x61, 0x74, 0x61,
|
|
4007
|
-
0x1a, 0x41, 0x0a, 0x13, 0x41, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x44, 0x61,
|
|
4008
|
-
0x74, 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01,
|
|
4009
|
-
0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c,
|
|
4010
|
-
0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a,
|
|
4011
|
-
0x02, 0x38, 0x01, 0x22, 0xa2, 0x01, 0x0a, 0x10, 0x49, 0x74, 0x53, 0x65, 0x6e, 0x73, 0x6f, 0x72,
|
|
4012
|
-
0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x74, 0x0a, 0x15, 0x6e, 0x65, 0x74, 0x77,
|
|
4013
|
-
0x6f, 0x72, 0x6b, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f,
|
|
4014
|
-
0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
|
|
4015
|
-
0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e,
|
|
4016
|
-
0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x43, 0x6f,
|
|
4017
|
-
0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69,
|
|
4018
|
-
0x6e, 0x67, 0x73, 0x48, 0x00, 0x52, 0x14, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x43, 0x6f,
|
|
4019
|
-
0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x42, 0x18,
|
|
4020
|
-
0x0a, 0x16, 0x5f, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69,
|
|
4021
|
-
0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x96, 0x02, 0x0a, 0x10, 0x4f, 0x74, 0x53,
|
|
4022
|
-
0x65, 0x6e, 0x73, 0x6f, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x74, 0x0a,
|
|
3849
|
+
0x2e, 0x49, 0x74, 0x53, 0x65, 0x6e, 0x73, 0x6f, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67,
|
|
3850
|
+
0x73, 0x48, 0x03, 0x52, 0x08, 0x69, 0x74, 0x53, 0x65, 0x6e, 0x73, 0x6f, 0x72, 0x88, 0x01, 0x01,
|
|
3851
|
+
0x12, 0x50, 0x0a, 0x09, 0x6f, 0x74, 0x5f, 0x73, 0x65, 0x6e, 0x73, 0x6f, 0x72, 0x18, 0x05, 0x20,
|
|
3852
|
+
0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
|
|
3853
|
+
0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e,
|
|
3854
|
+
0x76, 0x31, 0x2e, 0x4f, 0x74, 0x53, 0x65, 0x6e, 0x73, 0x6f, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69,
|
|
3855
|
+
0x6e, 0x67, 0x73, 0x48, 0x04, 0x52, 0x08, 0x6f, 0x74, 0x53, 0x65, 0x6e, 0x73, 0x6f, 0x72, 0x88,
|
|
3856
|
+
0x01, 0x01, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x6c, 0x6f, 0x67, 0x67, 0x69, 0x6e, 0x67, 0x42, 0x06,
|
|
3857
|
+
0x0a, 0x04, 0x5f, 0x68, 0x75, 0x62, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74,
|
|
3858
|
+
0x65, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x69, 0x74, 0x5f, 0x73, 0x65, 0x6e, 0x73, 0x6f, 0x72, 0x42,
|
|
3859
|
+
0x0c, 0x0a, 0x0a, 0x5f, 0x6f, 0x74, 0x5f, 0x73, 0x65, 0x6e, 0x73, 0x6f, 0x72, 0x22, 0xc1, 0x05,
|
|
3860
|
+
0x0a, 0x0b, 0x48, 0x75, 0x62, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x74, 0x0a,
|
|
4023
3861
|
0x15, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75,
|
|
4024
3862
|
0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x6c,
|
|
4025
3863
|
0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69,
|
|
@@ -4027,176 +3865,415 @@ var file_scanningconfig_proto_rawDesc = []byte{
|
|
|
4027
3865
|
0x6f, 0x72, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e,
|
|
4028
3866
|
0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x00, 0x52, 0x14, 0x6e, 0x65, 0x74, 0x77,
|
|
4029
3867
|
0x6f, 0x72, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e,
|
|
4030
|
-
0x88, 0x01, 0x01, 0x12,
|
|
4031
|
-
|
|
4032
|
-
|
|
4033
|
-
0x6e,
|
|
4034
|
-
|
|
4035
|
-
|
|
4036
|
-
|
|
4037
|
-
|
|
4038
|
-
0x10, 0x5f, 0x74, 0x72, 0x61, 0x66, 0x66, 0x69, 0x63, 0x5f, 0x6c, 0x6f, 0x67, 0x67, 0x69, 0x6e,
|
|
4039
|
-
0x67, 0x22, 0x7c, 0x0a, 0x12, 0x54, 0x72, 0x61, 0x66, 0x66, 0x69, 0x63, 0x4c, 0x6f, 0x67, 0x53,
|
|
4040
|
-
0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x34, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c,
|
|
4041
|
-
0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
|
|
4042
|
-
0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56,
|
|
4043
|
-
0x61, 0x6c, 0x75, 0x65, 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x30, 0x0a,
|
|
4044
|
-
0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f,
|
|
4045
|
-
0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74,
|
|
4046
|
-
0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x22,
|
|
4047
|
-
0xf7, 0x03, 0x0a, 0x0e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e,
|
|
4048
|
-
0x67, 0x73, 0x12, 0x50, 0x0a, 0x16, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x6f, 0x6e, 0x5f,
|
|
4049
|
-
0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x18, 0x01, 0x20, 0x01,
|
|
4050
|
-
0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
4051
|
-
0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x14,
|
|
4052
|
-
0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x6e, 0x41, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x69,
|
|
4053
|
-
0x6c, 0x69, 0x74, 0x79, 0x12, 0x5c, 0x0a, 0x0d, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x77,
|
|
4054
|
-
0x69, 0x6e, 0x64, 0x6f, 0x77, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6c, 0x61,
|
|
4055
|
-
0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e,
|
|
4056
|
-
0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74,
|
|
4057
|
-
0x65, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48,
|
|
4058
|
-
0x00, 0x52, 0x0c, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x88,
|
|
4059
|
-
0x01, 0x01, 0x12, 0x4f, 0x0a, 0x08, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x03,
|
|
4060
|
-
0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
|
|
3868
|
+
0x88, 0x01, 0x01, 0x12, 0x58, 0x0a, 0x0b, 0x6d, 0x61, 0x69, 0x6e, 0x74, 0x65, 0x6e, 0x61, 0x6e,
|
|
3869
|
+
0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
|
|
3870
|
+
0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f,
|
|
3871
|
+
0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x61, 0x69, 0x6e, 0x74, 0x65, 0x6e, 0x61,
|
|
3872
|
+
0x6e, 0x63, 0x65, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x01, 0x52, 0x0b, 0x6d,
|
|
3873
|
+
0x61, 0x69, 0x6e, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x88, 0x01, 0x01, 0x12, 0x5d, 0x0a,
|
|
3874
|
+
0x0d, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x03,
|
|
3875
|
+
0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
|
|
4061
3876
|
0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,
|
|
4062
|
-
0x2e, 0x76, 0x31, 0x2e,
|
|
4063
|
-
|
|
4064
|
-
|
|
4065
|
-
|
|
3877
|
+
0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e,
|
|
3878
|
+
0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x02, 0x52, 0x0d, 0x6e, 0x6f, 0x74, 0x69,
|
|
3879
|
+
0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x88, 0x01, 0x01, 0x12, 0x5b, 0x0a, 0x0d,
|
|
3880
|
+
0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x66, 0x6c, 0x61, 0x67, 0x73, 0x18, 0x04, 0x20,
|
|
3881
|
+
0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
|
|
4066
3882
|
0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e,
|
|
4067
|
-
0x76, 0x31, 0x2e,
|
|
4068
|
-
|
|
4069
|
-
|
|
4070
|
-
|
|
3883
|
+
0x76, 0x31, 0x2e, 0x46, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x53, 0x65,
|
|
3884
|
+
0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x03, 0x52, 0x0c, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72,
|
|
3885
|
+
0x65, 0x46, 0x6c, 0x61, 0x67, 0x73, 0x88, 0x01, 0x01, 0x12, 0x6b, 0x0a, 0x12, 0x73, 0x63, 0x61,
|
|
3886
|
+
0x6e, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18,
|
|
3887
|
+
0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
|
|
4071
3888
|
0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69,
|
|
4072
|
-
0x67, 0x2e, 0x76, 0x31, 0x2e,
|
|
4073
|
-
|
|
4074
|
-
|
|
4075
|
-
|
|
4076
|
-
|
|
4077
|
-
|
|
4078
|
-
|
|
4079
|
-
|
|
4080
|
-
|
|
4081
|
-
|
|
4082
|
-
|
|
4083
|
-
|
|
4084
|
-
|
|
4085
|
-
|
|
4086
|
-
|
|
4087
|
-
|
|
4088
|
-
|
|
4089
|
-
|
|
4090
|
-
0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
|
|
4091
|
-
0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61,
|
|
4092
|
-
0x75, 0x65, 0x52,
|
|
4093
|
-
|
|
4094
|
-
|
|
4095
|
-
|
|
4096
|
-
|
|
4097
|
-
|
|
4098
|
-
|
|
4099
|
-
|
|
4100
|
-
|
|
4101
|
-
|
|
4102
|
-
|
|
4103
|
-
|
|
4104
|
-
|
|
4105
|
-
0x6f, 0x6c, 0x64, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f,
|
|
4106
|
-
0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74,
|
|
4107
|
-
0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x0e, 0x64, 0x6f, 0x77, 0x6e, 0x6c,
|
|
4108
|
-
0x6f, 0x61, 0x64, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x12, 0x55, 0x0a, 0x18, 0x64, 0x6f, 0x77,
|
|
4109
|
-
0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x5f, 0x73, 0x65,
|
|
4110
|
-
0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f,
|
|
4111
|
-
0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e,
|
|
4112
|
-
0x74, 0x33, 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x16, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f,
|
|
4113
|
-
0x61, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73,
|
|
4114
|
-
0x12, 0x59, 0x0a, 0x1b, 0x74, 0x68, 0x72, 0x6f, 0x74, 0x74, 0x6c, 0x65, 0x5f, 0x72, 0x61, 0x74,
|
|
4115
|
-
0x65, 0x5f, 0x6b, 0x62, 0x5f, 0x70, 0x65, 0x72, 0x5f, 0x73, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x18,
|
|
4116
|
-
0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
|
|
4117
|
-
0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x33, 0x32, 0x56, 0x61, 0x6c,
|
|
4118
|
-
0x75, 0x65, 0x52, 0x17, 0x74, 0x68, 0x72, 0x6f, 0x74, 0x74, 0x6c, 0x65, 0x52, 0x61, 0x74, 0x65,
|
|
4119
|
-
0x4b, 0x62, 0x50, 0x65, 0x72, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x22, 0xe2, 0x01, 0x0a, 0x14,
|
|
4120
|
-
0x50, 0x72, 0x65, 0x72, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x65, 0x53, 0x65, 0x74, 0x74,
|
|
4121
|
-
0x69, 0x6e, 0x67, 0x73, 0x12, 0x5f, 0x0a, 0x1e, 0x72, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x64,
|
|
4122
|
-
0x5f, 0x66, 0x72, 0x65, 0x65, 0x5f, 0x64, 0x69, 0x73, 0x6b, 0x5f, 0x73, 0x70, 0x61, 0x63, 0x65,
|
|
4123
|
-
0x5f, 0x62, 0x79, 0x74, 0x65, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67,
|
|
4124
|
-
0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49,
|
|
4125
|
-
0x6e, 0x74, 0x36, 0x34, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x1a, 0x72, 0x65, 0x71, 0x75, 0x69,
|
|
4126
|
-
0x72, 0x65, 0x64, 0x46, 0x72, 0x65, 0x65, 0x44, 0x69, 0x73, 0x6b, 0x53, 0x70, 0x61, 0x63, 0x65,
|
|
4127
|
-
0x42, 0x79, 0x74, 0x65, 0x73, 0x12, 0x69, 0x0a, 0x23, 0x72, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65,
|
|
4128
|
-
0x64, 0x5f, 0x66, 0x72, 0x65, 0x65, 0x5f, 0x64, 0x69, 0x73, 0x6b, 0x5f, 0x73, 0x70, 0x61, 0x63,
|
|
4129
|
-
0x65, 0x5f, 0x70, 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01,
|
|
3889
|
+
0x67, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x63, 0x61, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75,
|
|
3890
|
+
0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x04,
|
|
3891
|
+
0x52, 0x11, 0x73, 0x63, 0x61, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74,
|
|
3892
|
+
0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x49, 0x0a, 0x06, 0x69, 0x6d, 0x70, 0x6f, 0x72, 0x74,
|
|
3893
|
+
0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
|
|
3894
|
+
0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66,
|
|
3895
|
+
0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x53, 0x65, 0x74, 0x74,
|
|
3896
|
+
0x69, 0x6e, 0x67, 0x73, 0x48, 0x05, 0x52, 0x06, 0x69, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x88, 0x01,
|
|
3897
|
+
0x01, 0x42, 0x18, 0x0a, 0x16, 0x5f, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x63, 0x6f,
|
|
3898
|
+
0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x0e, 0x0a, 0x0c, 0x5f,
|
|
3899
|
+
0x6d, 0x61, 0x69, 0x6e, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x42, 0x10, 0x0a, 0x0e, 0x5f,
|
|
3900
|
+
0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x42, 0x10, 0x0a,
|
|
3901
|
+
0x0e, 0x5f, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x66, 0x6c, 0x61, 0x67, 0x73, 0x42,
|
|
3902
|
+
0x15, 0x0a, 0x13, 0x5f, 0x73, 0x63, 0x61, 0x6e, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75,
|
|
3903
|
+
0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x69, 0x6d, 0x70, 0x6f, 0x72,
|
|
3904
|
+
0x74, 0x22, 0xde, 0x01, 0x0a, 0x13, 0x4d, 0x61, 0x69, 0x6e, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x63,
|
|
3905
|
+
0x65, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x4b, 0x0a, 0x12, 0x6d, 0x61, 0x69,
|
|
3906
|
+
0x6e, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x5f, 0x77, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x18,
|
|
3907
|
+
0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
|
|
3908
|
+
0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61,
|
|
3909
|
+
0x6c, 0x75, 0x65, 0x52, 0x11, 0x6d, 0x61, 0x69, 0x6e, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x63, 0x65,
|
|
3910
|
+
0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x12, 0x65, 0x0a, 0x10, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74,
|
|
3911
|
+
0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b,
|
|
3912
|
+
0x32, 0x35, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63,
|
|
3913
|
+
0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e,
|
|
3914
|
+
0x52, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x53,
|
|
3915
|
+
0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x00, 0x52, 0x0f, 0x72, 0x65, 0x74, 0x65, 0x6e,
|
|
3916
|
+
0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x88, 0x01, 0x01, 0x42, 0x13, 0x0a,
|
|
3917
|
+
0x11, 0x5f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x6f, 0x6c, 0x69,
|
|
3918
|
+
0x63, 0x79, 0x22, 0xd1, 0x01, 0x0a, 0x17, 0x52, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e,
|
|
3919
|
+
0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x58,
|
|
3920
|
+
0x0a, 0x1a, 0x73, 0x79, 0x6e, 0x63, 0x65, 0x64, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x65,
|
|
3921
|
+
0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x61, 0x79, 0x73, 0x18, 0x01, 0x20, 0x01,
|
|
4130
3922
|
0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
4131
3923
|
0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x33, 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52,
|
|
4132
|
-
|
|
4133
|
-
|
|
4134
|
-
|
|
4135
|
-
|
|
4136
|
-
|
|
4137
|
-
|
|
4138
|
-
|
|
4139
|
-
|
|
4140
|
-
|
|
4141
|
-
|
|
3924
|
+
0x17, 0x73, 0x79, 0x6e, 0x63, 0x65, 0x64, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x74, 0x65, 0x6e,
|
|
3925
|
+
0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x79, 0x73, 0x12, 0x5c, 0x0a, 0x1c, 0x75, 0x6e, 0x73, 0x79,
|
|
3926
|
+
0x6e, 0x63, 0x65, 0x64, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74,
|
|
3927
|
+
0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x61, 0x79, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b,
|
|
3928
|
+
0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
|
|
3929
|
+
0x2e, 0x49, 0x6e, 0x74, 0x33, 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x19, 0x75, 0x6e, 0x73,
|
|
3930
|
+
0x79, 0x6e, 0x63, 0x65, 0x64, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69,
|
|
3931
|
+
0x6f, 0x6e, 0x44, 0x61, 0x79, 0x73, 0x22, 0x9e, 0x03, 0x0a, 0x14, 0x4e, 0x6f, 0x74, 0x69, 0x66,
|
|
3932
|
+
0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12,
|
|
3933
|
+
0x4e, 0x0a, 0x15, 0x73, 0x6d, 0x61, 0x72, 0x74, 0x5f, 0x70, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67,
|
|
3934
|
+
0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a,
|
|
4142
3935
|
0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
|
|
4143
|
-
0x2e,
|
|
4144
|
-
|
|
4145
|
-
|
|
4146
|
-
|
|
3936
|
+
0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x13, 0x73, 0x6d, 0x61, 0x72,
|
|
3937
|
+
0x74, 0x50, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12,
|
|
3938
|
+
0x64, 0x0a, 0x20, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x5f, 0x70, 0x6f, 0x6c, 0x6c, 0x69,
|
|
3939
|
+
0x6e, 0x67, 0x5f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x5f, 0x73, 0x65, 0x63, 0x6f,
|
|
3940
|
+
0x6e, 0x64, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
|
|
3941
|
+
0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x33,
|
|
3942
|
+
0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x1d, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x50,
|
|
3943
|
+
0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x53, 0x65,
|
|
3944
|
+
0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x85, 0x01, 0x0a, 0x17, 0x73, 0x6d, 0x61, 0x72, 0x74, 0x5f,
|
|
3945
|
+
0x70, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x5f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c,
|
|
3946
|
+
0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x4d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
|
|
3947
|
+
0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e,
|
|
3948
|
+
0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74,
|
|
3949
|
+
0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x53, 0x6d, 0x61, 0x72,
|
|
3950
|
+
0x74, 0x50, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c,
|
|
3951
|
+
0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x15, 0x73, 0x6d, 0x61, 0x72, 0x74, 0x50, 0x6f, 0x6c,
|
|
3952
|
+
0x6c, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x73, 0x1a, 0x48, 0x0a,
|
|
3953
|
+
0x1a, 0x53, 0x6d, 0x61, 0x72, 0x74, 0x50, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x74,
|
|
3954
|
+
0x65, 0x72, 0x76, 0x61, 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b,
|
|
3955
|
+
0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a,
|
|
3956
|
+
0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x76, 0x61,
|
|
3957
|
+
0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x6c, 0x0a, 0x13, 0x46, 0x65, 0x61, 0x74, 0x75,
|
|
3958
|
+
0x72, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x55,
|
|
3959
|
+
0x0a, 0x18, 0x70, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x5f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x76,
|
|
3960
|
+
0x61, 0x6c, 0x5f, 0x6d, 0x69, 0x6e, 0x75, 0x74, 0x65, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
|
|
3961
|
+
0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
|
|
3962
|
+
0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x33, 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x16, 0x70,
|
|
3963
|
+
0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x4d, 0x69,
|
|
3964
|
+
0x6e, 0x75, 0x74, 0x65, 0x73, 0x22, 0x72, 0x0a, 0x19, 0x53, 0x63, 0x61, 0x6e, 0x43, 0x6f, 0x6e,
|
|
3965
|
+
0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e,
|
|
3966
|
+
0x67, 0x73, 0x12, 0x55, 0x0a, 0x18, 0x70, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x5f, 0x69, 0x6e,
|
|
3967
|
+
0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x5f, 0x6d, 0x69, 0x6e, 0x75, 0x74, 0x65, 0x73, 0x18, 0x01,
|
|
3968
|
+
0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
|
|
3969
|
+
0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x33, 0x32, 0x56, 0x61, 0x6c, 0x75,
|
|
3970
|
+
0x65, 0x52, 0x16, 0x70, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x76,
|
|
3971
|
+
0x61, 0x6c, 0x4d, 0x69, 0x6e, 0x75, 0x74, 0x65, 0x73, 0x22, 0xd3, 0x01, 0x0a, 0x0e, 0x49, 0x6d,
|
|
3972
|
+
0x70, 0x6f, 0x72, 0x74, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x34, 0x0a, 0x07,
|
|
3973
|
+
0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e,
|
|
3974
|
+
0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e,
|
|
3975
|
+
0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c,
|
|
3976
|
+
0x65, 0x64, 0x12, 0x55, 0x0a, 0x18, 0x70, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x5f, 0x69, 0x6e,
|
|
3977
|
+
0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x5f, 0x73, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x02,
|
|
3978
|
+
0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
|
|
3979
|
+
0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x33, 0x32, 0x56, 0x61, 0x6c, 0x75,
|
|
3980
|
+
0x65, 0x52, 0x16, 0x70, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x76,
|
|
3981
|
+
0x61, 0x6c, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x34, 0x0a, 0x06, 0x66, 0x6f, 0x6c,
|
|
3982
|
+
0x64, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
|
|
3983
|
+
0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69,
|
|
3984
|
+
0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x06, 0x66, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x22,
|
|
3985
|
+
0xf5, 0x04, 0x0a, 0x1c, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69,
|
|
3986
|
+
0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73,
|
|
3987
|
+
0x12, 0x58, 0x0a, 0x0b, 0x70, 0x61, 0x72, 0x61, 0x6c, 0x6c, 0x65, 0x6c, 0x69, 0x73, 0x6d, 0x18,
|
|
3988
|
+
0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
|
|
3989
|
+
0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69,
|
|
3990
|
+
0x67, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x61, 0x72, 0x61, 0x6c, 0x6c, 0x65, 0x6c, 0x69, 0x73, 0x6d,
|
|
3991
|
+
0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x00, 0x52, 0x0b, 0x70, 0x61, 0x72, 0x61,
|
|
3992
|
+
0x6c, 0x6c, 0x65, 0x6c, 0x69, 0x73, 0x6d, 0x88, 0x01, 0x01, 0x12, 0x6b, 0x0a, 0x12, 0x6e, 0x65,
|
|
3993
|
+
0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79,
|
|
3994
|
+
0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
|
|
3995
|
+
0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66,
|
|
3996
|
+
0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x56, 0x69, 0x73,
|
|
3997
|
+
0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48,
|
|
3998
|
+
0x01, 0x52, 0x11, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69,
|
|
3999
|
+
0x6c, 0x69, 0x74, 0x79, 0x88, 0x01, 0x01, 0x12, 0x5c, 0x0a, 0x0d, 0x70, 0x69, 0x6e, 0x67, 0x5f,
|
|
4000
|
+
0x62, 0x65, 0x68, 0x61, 0x76, 0x69, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32,
|
|
4001
|
+
0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e,
|
|
4002
|
+
0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x69,
|
|
4003
|
+
0x6e, 0x67, 0x42, 0x65, 0x68, 0x61, 0x76, 0x69, 0x6f, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e,
|
|
4004
|
+
0x67, 0x73, 0x48, 0x02, 0x52, 0x0c, 0x70, 0x69, 0x6e, 0x67, 0x42, 0x65, 0x68, 0x61, 0x76, 0x69,
|
|
4005
|
+
0x6f, 0x72, 0x88, 0x01, 0x01, 0x12, 0x77, 0x0a, 0x16, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f,
|
|
4006
|
+
0x6c, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18,
|
|
4007
|
+
0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3b, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
|
|
4008
|
+
0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69,
|
|
4009
|
+
0x67, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x43, 0x6f, 0x6e,
|
|
4010
|
+
0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e,
|
|
4011
|
+
0x67, 0x73, 0x48, 0x03, 0x52, 0x15, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x43, 0x6f,
|
|
4012
|
+
0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x54,
|
|
4013
|
+
0x0a, 0x0a, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x05, 0x20, 0x01,
|
|
4014
|
+
0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
|
|
4015
|
+
0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76,
|
|
4016
|
+
0x31, 0x2e, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69,
|
|
4017
|
+
0x6e, 0x67, 0x73, 0x48, 0x04, 0x52, 0x0a, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e,
|
|
4018
|
+
0x73, 0x88, 0x01, 0x01, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x70, 0x61, 0x72, 0x61, 0x6c, 0x6c, 0x65,
|
|
4019
|
+
0x6c, 0x69, 0x73, 0x6d, 0x42, 0x15, 0x0a, 0x13, 0x5f, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b,
|
|
4020
|
+
0x5f, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x42, 0x10, 0x0a, 0x0e, 0x5f,
|
|
4021
|
+
0x70, 0x69, 0x6e, 0x67, 0x5f, 0x62, 0x65, 0x68, 0x61, 0x76, 0x69, 0x6f, 0x72, 0x42, 0x19, 0x0a,
|
|
4022
|
+
0x17, 0x5f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69,
|
|
4023
|
+
0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x65, 0x78, 0x63,
|
|
4024
|
+
0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x5b, 0x0a, 0x13, 0x50, 0x61, 0x72, 0x61, 0x6c,
|
|
4025
|
+
0x6c, 0x65, 0x6c, 0x69, 0x73, 0x6d, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x44,
|
|
4026
|
+
0x0a, 0x0f, 0x6d, 0x61, 0x78, 0x5f, 0x70, 0x61, 0x72, 0x61, 0x6c, 0x6c, 0x65, 0x6c, 0x69, 0x73,
|
|
4027
|
+
0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
|
|
4028
|
+
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x33, 0x32, 0x56,
|
|
4029
|
+
0x61, 0x6c, 0x75, 0x65, 0x52, 0x0e, 0x6d, 0x61, 0x78, 0x50, 0x61, 0x72, 0x61, 0x6c, 0x6c, 0x65,
|
|
4030
|
+
0x6c, 0x69, 0x73, 0x6d, 0x22, 0x6f, 0x0a, 0x11, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f,
|
|
4031
|
+
0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x29, 0x0a, 0x10, 0x65, 0x78, 0x63,
|
|
4032
|
+
0x6c, 0x75, 0x64, 0x65, 0x64, 0x5f, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x18, 0x01, 0x20,
|
|
4033
|
+
0x03, 0x28, 0x09, 0x52, 0x0f, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x64, 0x54, 0x61, 0x72,
|
|
4034
|
+
0x67, 0x65, 0x74, 0x73, 0x12, 0x2f, 0x0a, 0x13, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x64,
|
|
4035
|
+
0x5f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28,
|
|
4036
|
+
0x09, 0x52, 0x12, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x64, 0x49, 0x6e, 0x74, 0x65, 0x72,
|
|
4037
|
+
0x66, 0x61, 0x63, 0x65, 0x73, 0x22, 0x9b, 0x01, 0x0a, 0x19, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72,
|
|
4038
|
+
0x6b, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x53, 0x65, 0x74, 0x74, 0x69,
|
|
4039
|
+
0x6e, 0x67, 0x73, 0x12, 0x34, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01,
|
|
4040
|
+
0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
|
|
4041
|
+
0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65,
|
|
4042
|
+
0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x48, 0x0a, 0x12, 0x61, 0x63, 0x74,
|
|
4043
|
+
0x69, 0x76, 0x65, 0x5f, 0x63, 0x64, 0x72, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18,
|
|
4044
|
+
0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
|
|
4045
|
+
0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75,
|
|
4046
|
+
0x65, 0x52, 0x10, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x43, 0x64, 0x72, 0x45, 0x6e, 0x61, 0x62,
|
|
4047
|
+
0x6c, 0x65, 0x64, 0x22, 0x16, 0x0a, 0x14, 0x50, 0x69, 0x6e, 0x67, 0x42, 0x65, 0x68, 0x61, 0x76,
|
|
4048
|
+
0x69, 0x6f, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x22, 0xba, 0x02, 0x0a, 0x1d,
|
|
4049
|
+
0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72,
|
|
4050
|
+
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x3b, 0x0a,
|
|
4051
|
+
0x0b, 0x61, 0x6c, 0x6c, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01,
|
|
4052
|
+
0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
4053
|
+
0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x0a,
|
|
4054
|
+
0x61, 0x6c, 0x6c, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x68, 0x0a, 0x09, 0x70, 0x72,
|
|
4055
|
+
0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x4a, 0x2e,
|
|
4056
|
+
0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e,
|
|
4057
|
+
0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f,
|
|
4058
|
+
0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69,
|
|
4059
|
+
0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x50, 0x72, 0x6f, 0x74, 0x6f,
|
|
4060
|
+
0x63, 0x6f, 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
|
4061
|
+
0x63, 0x6f, 0x6c, 0x73, 0x1a, 0x72, 0x0a, 0x0e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c,
|
|
4062
|
+
0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20,
|
|
4063
|
+
0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x4a, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75,
|
|
4064
|
+
0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
|
|
4065
|
+
0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e,
|
|
4066
|
+
0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x44,
|
|
4067
|
+
0x65, 0x74, 0x61, 0x69, 0x6c, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x05, 0x76,
|
|
4068
|
+
0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0xb5, 0x02, 0x0a, 0x16, 0x50, 0x72, 0x6f,
|
|
4069
|
+
0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x53, 0x65, 0x74, 0x74, 0x69,
|
|
4070
|
+
0x6e, 0x67, 0x73, 0x12, 0x34, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01,
|
|
4071
|
+
0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
|
|
4072
|
+
0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65,
|
|
4073
|
+
0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x2f, 0x0a, 0x04, 0x70, 0x6f, 0x72,
|
|
4074
|
+
0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
|
|
4075
|
+
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x33, 0x32, 0x56,
|
|
4076
|
+
0x61, 0x6c, 0x75, 0x65, 0x52, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x71, 0x0a, 0x0f, 0x61, 0x64,
|
|
4077
|
+
0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20,
|
|
4078
|
+
0x03, 0x28, 0x0b, 0x32, 0x48, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
|
|
4079
|
+
0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e,
|
|
4080
|
+
0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x44, 0x65, 0x74, 0x61, 0x69,
|
|
4081
|
+
0x6c, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x69, 0x74, 0x69,
|
|
4082
|
+
0x6f, 0x6e, 0x61, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0e, 0x61,
|
|
4083
|
+
0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x1a, 0x41, 0x0a,
|
|
4084
|
+
0x13, 0x41, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x45,
|
|
4085
|
+
0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
4086
|
+
0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18,
|
|
4087
|
+
0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01,
|
|
4088
|
+
0x22, 0xa2, 0x01, 0x0a, 0x10, 0x49, 0x74, 0x53, 0x65, 0x6e, 0x73, 0x6f, 0x72, 0x53, 0x65, 0x74,
|
|
4089
|
+
0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x74, 0x0a, 0x15, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b,
|
|
4090
|
+
0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01,
|
|
4091
|
+
0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
|
|
4092
|
+
0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,
|
|
4093
|
+
0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69,
|
|
4094
|
+
0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73,
|
|
4095
|
+
0x48, 0x00, 0x52, 0x14, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69,
|
|
4096
|
+
0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x42, 0x18, 0x0a, 0x16, 0x5f,
|
|
4097
|
+
0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72,
|
|
4098
|
+
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x96, 0x02, 0x0a, 0x10, 0x4f, 0x74, 0x53, 0x65, 0x6e, 0x73,
|
|
4099
|
+
0x6f, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x74, 0x0a, 0x15, 0x6e, 0x65,
|
|
4100
|
+
0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74,
|
|
4101
|
+
0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
|
|
4102
|
+
0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63,
|
|
4103
|
+
0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b,
|
|
4104
|
+
0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74,
|
|
4105
|
+
0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x00, 0x52, 0x14, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b,
|
|
4106
|
+
0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01,
|
|
4107
|
+
0x12, 0x5e, 0x0a, 0x0f, 0x74, 0x72, 0x61, 0x66, 0x66, 0x69, 0x63, 0x5f, 0x6c, 0x6f, 0x67, 0x67,
|
|
4108
|
+
0x69, 0x6e, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
|
|
4109
|
+
0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63,
|
|
4110
|
+
0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72, 0x61, 0x66, 0x66, 0x69, 0x63,
|
|
4111
|
+
0x4c, 0x6f, 0x67, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x01, 0x52, 0x0e, 0x74,
|
|
4112
|
+
0x72, 0x61, 0x66, 0x66, 0x69, 0x63, 0x4c, 0x6f, 0x67, 0x67, 0x69, 0x6e, 0x67, 0x88, 0x01, 0x01,
|
|
4113
|
+
0x42, 0x18, 0x0a, 0x16, 0x5f, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x63, 0x6f, 0x6e,
|
|
4114
|
+
0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x74,
|
|
4115
|
+
0x72, 0x61, 0x66, 0x66, 0x69, 0x63, 0x5f, 0x6c, 0x6f, 0x67, 0x67, 0x69, 0x6e, 0x67, 0x22, 0x7c,
|
|
4116
|
+
0x0a, 0x12, 0x54, 0x72, 0x61, 0x66, 0x66, 0x69, 0x63, 0x4c, 0x6f, 0x67, 0x53, 0x65, 0x74, 0x74,
|
|
4117
|
+
0x69, 0x6e, 0x67, 0x73, 0x12, 0x34, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18,
|
|
4118
|
+
0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
|
|
4119
|
+
0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75,
|
|
4120
|
+
0x65, 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x30, 0x0a, 0x04, 0x70, 0x61,
|
|
4121
|
+
0x74, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
|
|
4122
|
+
0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e,
|
|
4123
|
+
0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x22, 0xf7, 0x03, 0x0a,
|
|
4124
|
+
0x0e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12,
|
|
4125
|
+
0x50, 0x0a, 0x16, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x6f, 0x6e, 0x5f, 0x61, 0x76, 0x61,
|
|
4126
|
+
0x69, 0x6c, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
|
4127
|
+
0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
|
|
4128
|
+
0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x14, 0x75, 0x70, 0x64,
|
|
4129
|
+
0x61, 0x74, 0x65, 0x4f, 0x6e, 0x41, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74,
|
|
4130
|
+
0x79, 0x12, 0x5c, 0x0a, 0x0d, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x77, 0x69, 0x6e, 0x64,
|
|
4131
|
+
0x6f, 0x77, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
|
|
4132
|
+
0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f,
|
|
4133
|
+
0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x57, 0x69,
|
|
4134
|
+
0x6e, 0x64, 0x6f, 0x77, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x00, 0x52, 0x0c,
|
|
4135
|
+
0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x88, 0x01, 0x01, 0x12,
|
|
4136
|
+
0x4f, 0x0a, 0x08, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
4137
|
+
0x0b, 0x32, 0x2e, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73,
|
|
4138
|
+
0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31,
|
|
4139
|
+
0x2e, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67,
|
|
4140
|
+
0x73, 0x48, 0x01, 0x52, 0x08, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x88, 0x01, 0x01,
|
|
4141
|
+
0x12, 0x49, 0x0a, 0x06, 0x62, 0x61, 0x63, 0x6b, 0x75, 0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b,
|
|
4142
|
+
0x32, 0x2c, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63,
|
|
4143
|
+
0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e,
|
|
4144
|
+
0x42, 0x61, 0x63, 0x6b, 0x75, 0x70, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x02,
|
|
4145
|
+
0x52, 0x06, 0x62, 0x61, 0x63, 0x6b, 0x75, 0x70, 0x88, 0x01, 0x01, 0x12, 0x5d, 0x0a, 0x0d, 0x70,
|
|
4146
|
+
0x72, 0x65, 0x72, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x65, 0x73, 0x18, 0x05, 0x20, 0x01,
|
|
4147
|
+
0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
|
|
4148
|
+
0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76,
|
|
4149
|
+
0x31, 0x2e, 0x50, 0x72, 0x65, 0x72, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x65, 0x53, 0x65,
|
|
4150
|
+
0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x03, 0x52, 0x0d, 0x70, 0x72, 0x65, 0x72, 0x65, 0x71,
|
|
4151
|
+
0x75, 0x69, 0x73, 0x69, 0x74, 0x65, 0x73, 0x88, 0x01, 0x01, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x75,
|
|
4152
|
+
0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x77, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x42, 0x0b, 0x0a, 0x09,
|
|
4153
|
+
0x5f, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x62, 0x61,
|
|
4154
|
+
0x63, 0x6b, 0x75, 0x70, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x70, 0x72, 0x65, 0x72, 0x65, 0x71, 0x75,
|
|
4155
|
+
0x69, 0x73, 0x69, 0x74, 0x65, 0x73, 0x22, 0x8f, 0x01, 0x0a, 0x14, 0x55, 0x70, 0x64, 0x61, 0x74,
|
|
4156
|
+
0x65, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12,
|
|
4157
|
+
0x34, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
|
|
4158
|
+
0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
|
|
4159
|
+
0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x07, 0x65, 0x6e,
|
|
4160
|
+
0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x41, 0x0a, 0x0d, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f,
|
|
4161
|
+
0x77, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67,
|
|
4162
|
+
0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53,
|
|
4163
|
+
0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x0c, 0x75, 0x70, 0x64, 0x61,
|
|
4164
|
+
0x74, 0x65, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x22, 0x53, 0x0a, 0x0e, 0x42, 0x61, 0x63, 0x6b,
|
|
4165
|
+
0x75, 0x70, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x41, 0x0a, 0x0d, 0x62, 0x61,
|
|
4166
|
+
0x63, 0x6b, 0x75, 0x70, 0x5f, 0x66, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
4167
|
+
0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
|
4168
|
+
0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52,
|
|
4169
|
+
0x0c, 0x62, 0x61, 0x63, 0x6b, 0x75, 0x70, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x22, 0xa8, 0x03,
|
|
4170
|
+
0x0a, 0x10, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e,
|
|
4171
|
+
0x67, 0x73, 0x12, 0x54, 0x0a, 0x18, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x5f, 0x6f,
|
|
4172
|
+
0x6e, 0x5f, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x18, 0x01,
|
|
4173
|
+
0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
|
|
4174
|
+
0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65,
|
|
4175
|
+
0x52, 0x16, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x4f, 0x6e, 0x41, 0x76, 0x61, 0x69,
|
|
4176
|
+
0x6c, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x12, 0x45, 0x0a, 0x0f, 0x64, 0x6f, 0x77, 0x6e,
|
|
4177
|
+
0x6c, 0x6f, 0x61, 0x64, 0x5f, 0x77, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
4178
|
+
0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
|
4179
|
+
0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52,
|
|
4180
|
+
0x0e, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x12,
|
|
4181
|
+
0x45, 0x0a, 0x0f, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x5f, 0x66, 0x6f, 0x6c, 0x64,
|
|
4182
|
+
0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
|
|
4183
|
+
0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e,
|
|
4184
|
+
0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x0e, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64,
|
|
4185
|
+
0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x12, 0x55, 0x0a, 0x18, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f,
|
|
4186
|
+
0x61, 0x64, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x5f, 0x73, 0x65, 0x63, 0x6f, 0x6e,
|
|
4187
|
+
0x64, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
|
|
4188
|
+
0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x33, 0x32,
|
|
4189
|
+
0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x16, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x54,
|
|
4190
|
+
0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x59, 0x0a,
|
|
4191
|
+
0x1b, 0x74, 0x68, 0x72, 0x6f, 0x74, 0x74, 0x6c, 0x65, 0x5f, 0x72, 0x61, 0x74, 0x65, 0x5f, 0x6b,
|
|
4192
|
+
0x62, 0x5f, 0x70, 0x65, 0x72, 0x5f, 0x73, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x18, 0x05, 0x20, 0x01,
|
|
4147
4193
|
0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
4148
4194
|
0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x33, 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52,
|
|
4149
|
-
|
|
4150
|
-
|
|
4151
|
-
|
|
4152
|
-
0x73,
|
|
4153
|
-
|
|
4154
|
-
0x74,
|
|
4155
|
-
|
|
4156
|
-
|
|
4157
|
-
|
|
4158
|
-
|
|
4159
|
-
|
|
4160
|
-
|
|
4161
|
-
|
|
4162
|
-
|
|
4163
|
-
|
|
4164
|
-
|
|
4165
|
-
|
|
4166
|
-
|
|
4167
|
-
|
|
4168
|
-
|
|
4169
|
-
|
|
4170
|
-
|
|
4171
|
-
|
|
4172
|
-
|
|
4173
|
-
|
|
4174
|
-
|
|
4175
|
-
|
|
4176
|
-
|
|
4177
|
-
0x75,
|
|
4195
|
+
0x17, 0x74, 0x68, 0x72, 0x6f, 0x74, 0x74, 0x6c, 0x65, 0x52, 0x61, 0x74, 0x65, 0x4b, 0x62, 0x50,
|
|
4196
|
+
0x65, 0x72, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x22, 0xe2, 0x01, 0x0a, 0x14, 0x50, 0x72, 0x65,
|
|
4197
|
+
0x72, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x65, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67,
|
|
4198
|
+
0x73, 0x12, 0x5f, 0x0a, 0x1e, 0x72, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x64, 0x5f, 0x66, 0x72,
|
|
4199
|
+
0x65, 0x65, 0x5f, 0x64, 0x69, 0x73, 0x6b, 0x5f, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x62, 0x79,
|
|
4200
|
+
0x74, 0x65, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
|
|
4201
|
+
0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x36,
|
|
4202
|
+
0x34, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x1a, 0x72, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x64,
|
|
4203
|
+
0x46, 0x72, 0x65, 0x65, 0x44, 0x69, 0x73, 0x6b, 0x53, 0x70, 0x61, 0x63, 0x65, 0x42, 0x79, 0x74,
|
|
4204
|
+
0x65, 0x73, 0x12, 0x69, 0x0a, 0x23, 0x72, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x64, 0x5f, 0x66,
|
|
4205
|
+
0x72, 0x65, 0x65, 0x5f, 0x64, 0x69, 0x73, 0x6b, 0x5f, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x70,
|
|
4206
|
+
0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
|
4207
|
+
0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
|
|
4208
|
+
0x66, 0x2e, 0x49, 0x6e, 0x74, 0x33, 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x1f, 0x72, 0x65,
|
|
4209
|
+
0x71, 0x75, 0x69, 0x72, 0x65, 0x64, 0x46, 0x72, 0x65, 0x65, 0x44, 0x69, 0x73, 0x6b, 0x53, 0x70,
|
|
4210
|
+
0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, 0x61, 0x67, 0x65, 0x22, 0xfc, 0x03,
|
|
4211
|
+
0x0a, 0x0b, 0x4c, 0x6f, 0x67, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x4d, 0x0a,
|
|
4212
|
+
0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x32, 0x2e, 0x6c,
|
|
4213
|
+
0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69,
|
|
4214
|
+
0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x6f, 0x67, 0x53,
|
|
4215
|
+
0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x4c, 0x6f, 0x67, 0x4c, 0x65, 0x76, 0x65, 0x6c,
|
|
4216
|
+
0x48, 0x00, 0x52, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x4e, 0x0a, 0x15,
|
|
4217
|
+
0x66, 0x69, 0x6c, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x5f, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x5f,
|
|
4218
|
+
0x62, 0x79, 0x74, 0x65, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f,
|
|
4219
|
+
0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e,
|
|
4220
|
+
0x74, 0x36, 0x34, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x12, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69,
|
|
4221
|
+
0x7a, 0x65, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x42, 0x79, 0x74, 0x65, 0x73, 0x12, 0x56, 0x0a, 0x19,
|
|
4222
|
+
0x72, 0x65, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x64, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x63, 0x6f,
|
|
4223
|
+
0x75, 0x6e, 0x74, 0x5f, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
|
4224
|
+
0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
|
|
4225
|
+
0x66, 0x2e, 0x49, 0x6e, 0x74, 0x33, 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x16, 0x72, 0x65,
|
|
4226
|
+
0x74, 0x61, 0x69, 0x6e, 0x65, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x4c,
|
|
4227
|
+
0x69, 0x6d, 0x69, 0x74, 0x12, 0x56, 0x0a, 0x09, 0x6f, 0x76, 0x65, 0x72, 0x72, 0x69, 0x64, 0x65,
|
|
4228
|
+
0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x38, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
|
|
4229
|
+
0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e,
|
|
4230
|
+
0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x6f, 0x67, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e,
|
|
4231
|
+
0x67, 0x73, 0x2e, 0x4f, 0x76, 0x65, 0x72, 0x72, 0x69, 0x64, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72,
|
|
4232
|
+
0x79, 0x52, 0x09, 0x6f, 0x76, 0x65, 0x72, 0x72, 0x69, 0x64, 0x65, 0x73, 0x1a, 0x3c, 0x0a, 0x0e,
|
|
4233
|
+
0x4f, 0x76, 0x65, 0x72, 0x72, 0x69, 0x64, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10,
|
|
4234
|
+
0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79,
|
|
4235
|
+
0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
4236
|
+
0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x56, 0x0a, 0x08, 0x4c, 0x6f,
|
|
4237
|
+
0x67, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x0b, 0x0a, 0x07, 0x56, 0x45, 0x52, 0x42, 0x4f, 0x53,
|
|
4238
|
+
0x45, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x44, 0x45, 0x42, 0x55, 0x47, 0x10, 0x01, 0x12, 0x0f,
|
|
4239
|
+
0x0a, 0x0b, 0x49, 0x4e, 0x46, 0x4f, 0x52, 0x4d, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x10, 0x02, 0x12,
|
|
4240
|
+
0x0b, 0x0a, 0x07, 0x57, 0x41, 0x52, 0x4e, 0x49, 0x4e, 0x47, 0x10, 0x03, 0x12, 0x09, 0x0a, 0x05,
|
|
4241
|
+
0x45, 0x52, 0x52, 0x4f, 0x52, 0x10, 0x04, 0x12, 0x09, 0x0a, 0x05, 0x46, 0x41, 0x54, 0x41, 0x4c,
|
|
4242
|
+
0x10, 0x05, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2a, 0x3b, 0x0a, 0x0a,
|
|
4243
|
+
0x49, 0x50, 0x53, 0x63, 0x61, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x14, 0x55, 0x4e,
|
|
4244
|
+
0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x5f, 0x49, 0x50, 0x5f, 0x53, 0x43, 0x41, 0x4e, 0x5f, 0x54, 0x59,
|
|
4245
|
+
0x50, 0x45, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x52, 0x41, 0x4e, 0x47, 0x45, 0x10, 0x01, 0x12,
|
|
4246
|
+
0x08, 0x0a, 0x04, 0x48, 0x4f, 0x53, 0x54, 0x10, 0x02, 0x32, 0xc6, 0x03, 0x0a, 0x15, 0x53, 0x63,
|
|
4247
|
+
0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x53, 0x65, 0x72, 0x76,
|
|
4248
|
+
0x69, 0x63, 0x65, 0x12, 0x9e, 0x01, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69,
|
|
4249
|
+
0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x42, 0x79, 0x53, 0x6f, 0x75, 0x72, 0x63,
|
|
4250
|
+
0x65, 0x12, 0x3e, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73,
|
|
4251
|
+
0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31,
|
|
4252
|
+
0x2e, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f,
|
|
4253
|
+
0x6e, 0x73, 0x42, 0x79, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
|
|
4254
|
+
0x74, 0x1a, 0x3f, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73,
|
|
4255
|
+
0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31,
|
|
4256
|
+
0x2e, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f,
|
|
4257
|
+
0x6e, 0x73, 0x42, 0x79, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
|
4258
|
+
0x73, 0x65, 0x22, 0x00, 0x12, 0x77, 0x0a, 0x0c, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x63,
|
|
4259
|
+
0x74, 0x69, 0x6f, 0x6e, 0x12, 0x31, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
|
|
4178
4260
|
0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,
|
|
4179
|
-
0x2e, 0x76, 0x31, 0x2e,
|
|
4180
|
-
|
|
4181
|
-
0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x77, 0x0a, 0x0c, 0x44, 0x65, 0x6c, 0x65, 0x74,
|
|
4182
|
-
0x65, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x31, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
|
|
4261
|
+
0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e,
|
|
4262
|
+
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x32, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
|
|
4183
4263
|
0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e,
|
|
4184
4264
|
0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x63, 0x74,
|
|
4185
|
-
0x69, 0x6f, 0x6e, 0x52, 0x65,
|
|
4186
|
-
|
|
4187
|
-
|
|
4188
|
-
|
|
4189
|
-
|
|
4190
|
-
0x6e, 0x73, 0x42, 0x79, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65,
|
|
4191
|
-
0x73,
|
|
4192
|
-
|
|
4193
|
-
|
|
4194
|
-
|
|
4195
|
-
|
|
4196
|
-
|
|
4197
|
-
0x6f, 0x6e, 0x73, 0x42, 0x79, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f,
|
|
4198
|
-
0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x10, 0x5a, 0x0e, 0x2e, 0x2f, 0x67, 0x65, 0x6e, 0x65, 0x72,
|
|
4199
|
-
0x61, 0x74, 0x65, 0x64, 0x2d, 0x67, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
4265
|
+
0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x92, 0x01,
|
|
4266
|
+
0x0a, 0x15, 0x47, 0x65, 0x74, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x42,
|
|
4267
|
+
0x79, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x3a, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
|
|
4268
|
+
0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e,
|
|
4269
|
+
0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73,
|
|
4270
|
+
0x69, 0x6f, 0x6e, 0x73, 0x42, 0x79, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75,
|
|
4271
|
+
0x65, 0x73, 0x74, 0x1a, 0x3b, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
|
|
4272
|
+
0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e,
|
|
4273
|
+
0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x73,
|
|
4274
|
+
0x42, 0x79, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
|
|
4275
|
+
0x22, 0x00, 0x42, 0x10, 0x5a, 0x0e, 0x2e, 0x2f, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65,
|
|
4276
|
+
0x64, 0x2d, 0x67, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
4200
4277
|
}
|
|
4201
4278
|
|
|
4202
4279
|
var (
|
|
@@ -4212,10 +4289,10 @@ func file_scanningconfig_proto_rawDescGZIP() []byte {
|
|
|
4212
4289
|
}
|
|
4213
4290
|
|
|
4214
4291
|
var file_scanningconfig_proto_enumTypes = make([]protoimpl.EnumInfo, 10)
|
|
4215
|
-
var file_scanningconfig_proto_msgTypes = make([]protoimpl.MessageInfo,
|
|
4292
|
+
var file_scanningconfig_proto_msgTypes = make([]protoimpl.MessageInfo, 52)
|
|
4216
4293
|
var file_scanningconfig_proto_goTypes = []any{
|
|
4217
4294
|
(IPScanType)(0), // 0: lansweeper.scanningconfig.v1.IPScanType
|
|
4218
|
-
(
|
|
4295
|
+
(Target_ExclusionType)(0), // 1: lansweeper.scanningconfig.v1.Target.ExclusionType
|
|
4219
4296
|
(Component_ComponentType)(0), // 2: lansweeper.scanningconfig.v1.Component.ComponentType
|
|
4220
4297
|
(Action_ActionType)(0), // 3: lansweeper.scanningconfig.v1.Action.ActionType
|
|
4221
4298
|
(ActionDefinition_ScanFocus)(0), // 4: lansweeper.scanningconfig.v1.ActionDefinition.ScanFocus
|
|
@@ -4231,155 +4308,157 @@ var file_scanningconfig_proto_goTypes = []any{
|
|
|
4231
4308
|
(*GetExclusionsBySourceRequest)(nil), // 14: lansweeper.scanningconfig.v1.GetExclusionsBySourceRequest
|
|
4232
4309
|
(*GetExclusionsBySourceResponse)(nil), // 15: lansweeper.scanningconfig.v1.GetExclusionsBySourceResponse
|
|
4233
4310
|
(*Exclusion)(nil), // 16: lansweeper.scanningconfig.v1.Exclusion
|
|
4234
|
-
(*
|
|
4235
|
-
(*
|
|
4236
|
-
(*
|
|
4237
|
-
(*
|
|
4238
|
-
(*
|
|
4239
|
-
(*
|
|
4240
|
-
(*
|
|
4241
|
-
(*
|
|
4242
|
-
(*
|
|
4243
|
-
(*
|
|
4244
|
-
(*
|
|
4245
|
-
(*
|
|
4246
|
-
(*
|
|
4247
|
-
(*
|
|
4248
|
-
(*
|
|
4249
|
-
(*
|
|
4250
|
-
(*
|
|
4251
|
-
(*
|
|
4252
|
-
(*
|
|
4253
|
-
(*
|
|
4254
|
-
(*
|
|
4255
|
-
(*
|
|
4256
|
-
(*
|
|
4257
|
-
(*
|
|
4258
|
-
(*
|
|
4259
|
-
(*
|
|
4260
|
-
(*
|
|
4261
|
-
(*
|
|
4262
|
-
(*
|
|
4263
|
-
(*
|
|
4264
|
-
(*
|
|
4265
|
-
(*
|
|
4266
|
-
(*
|
|
4267
|
-
(*
|
|
4268
|
-
(*
|
|
4269
|
-
(*
|
|
4270
|
-
(*
|
|
4271
|
-
(*
|
|
4272
|
-
(*
|
|
4273
|
-
(*
|
|
4274
|
-
nil,
|
|
4275
|
-
nil, // 58: lansweeper.scanningconfig.v1.
|
|
4276
|
-
nil, // 59: lansweeper.scanningconfig.v1.
|
|
4277
|
-
nil, // 60: lansweeper.scanningconfig.v1.
|
|
4278
|
-
|
|
4279
|
-
(*wrapperspb.
|
|
4280
|
-
(*wrapperspb.
|
|
4281
|
-
(*wrapperspb.
|
|
4311
|
+
(*Target)(nil), // 17: lansweeper.scanningconfig.v1.Target
|
|
4312
|
+
(*Component)(nil), // 18: lansweeper.scanningconfig.v1.Component
|
|
4313
|
+
(*AssetRadar)(nil), // 19: lansweeper.scanningconfig.v1.AssetRadar
|
|
4314
|
+
(*NetworkVisibility)(nil), // 20: lansweeper.scanningconfig.v1.NetworkVisibility
|
|
4315
|
+
(*AutoUpdate)(nil), // 21: lansweeper.scanningconfig.v1.AutoUpdate
|
|
4316
|
+
(*OperationalConfig)(nil), // 22: lansweeper.scanningconfig.v1.OperationalConfig
|
|
4317
|
+
(*Trigger)(nil), // 23: lansweeper.scanningconfig.v1.Trigger
|
|
4318
|
+
(*Action)(nil), // 24: lansweeper.scanningconfig.v1.Action
|
|
4319
|
+
(*Agentless)(nil), // 25: lansweeper.scanningconfig.v1.Agentless
|
|
4320
|
+
(*ActionDefinition)(nil), // 26: lansweeper.scanningconfig.v1.ActionDefinition
|
|
4321
|
+
(*TargetData)(nil), // 27: lansweeper.scanningconfig.v1.TargetData
|
|
4322
|
+
(*SCCMData)(nil), // 28: lansweeper.scanningconfig.v1.SCCMData
|
|
4323
|
+
(*IPScanData)(nil), // 29: lansweeper.scanningconfig.v1.IPScanData
|
|
4324
|
+
(*IPScanPing)(nil), // 30: lansweeper.scanningconfig.v1.IPScanPing
|
|
4325
|
+
(*ADData)(nil), // 31: lansweeper.scanningconfig.v1.ADData
|
|
4326
|
+
(*Agent)(nil), // 32: lansweeper.scanningconfig.v1.Agent
|
|
4327
|
+
(*Credential)(nil), // 33: lansweeper.scanningconfig.v1.Credential
|
|
4328
|
+
(*ApplicationConfig)(nil), // 34: lansweeper.scanningconfig.v1.ApplicationConfig
|
|
4329
|
+
(*HubSettings)(nil), // 35: lansweeper.scanningconfig.v1.HubSettings
|
|
4330
|
+
(*MaintenanceSettings)(nil), // 36: lansweeper.scanningconfig.v1.MaintenanceSettings
|
|
4331
|
+
(*RetentionPolicySettings)(nil), // 37: lansweeper.scanningconfig.v1.RetentionPolicySettings
|
|
4332
|
+
(*NotificationSettings)(nil), // 38: lansweeper.scanningconfig.v1.NotificationSettings
|
|
4333
|
+
(*FeatureFlagSettings)(nil), // 39: lansweeper.scanningconfig.v1.FeatureFlagSettings
|
|
4334
|
+
(*ScanConfigurationSettings)(nil), // 40: lansweeper.scanningconfig.v1.ScanConfigurationSettings
|
|
4335
|
+
(*ImportSettings)(nil), // 41: lansweeper.scanningconfig.v1.ImportSettings
|
|
4336
|
+
(*NetworkConfigurationSettings)(nil), // 42: lansweeper.scanningconfig.v1.NetworkConfigurationSettings
|
|
4337
|
+
(*ParallelismSettings)(nil), // 43: lansweeper.scanningconfig.v1.ParallelismSettings
|
|
4338
|
+
(*ExclusionSettings)(nil), // 44: lansweeper.scanningconfig.v1.ExclusionSettings
|
|
4339
|
+
(*NetworkVisibilitySettings)(nil), // 45: lansweeper.scanningconfig.v1.NetworkVisibilitySettings
|
|
4340
|
+
(*PingBehaviorSettings)(nil), // 46: lansweeper.scanningconfig.v1.PingBehaviorSettings
|
|
4341
|
+
(*ProtocolConfigurationSettings)(nil), // 47: lansweeper.scanningconfig.v1.ProtocolConfigurationSettings
|
|
4342
|
+
(*ProtocolDetailSettings)(nil), // 48: lansweeper.scanningconfig.v1.ProtocolDetailSettings
|
|
4343
|
+
(*ItSensorSettings)(nil), // 49: lansweeper.scanningconfig.v1.ItSensorSettings
|
|
4344
|
+
(*OtSensorSettings)(nil), // 50: lansweeper.scanningconfig.v1.OtSensorSettings
|
|
4345
|
+
(*TrafficLogSettings)(nil), // 51: lansweeper.scanningconfig.v1.TrafficLogSettings
|
|
4346
|
+
(*UpdateSettings)(nil), // 52: lansweeper.scanningconfig.v1.UpdateSettings
|
|
4347
|
+
(*UpdateWindowSettings)(nil), // 53: lansweeper.scanningconfig.v1.UpdateWindowSettings
|
|
4348
|
+
(*BackupSettings)(nil), // 54: lansweeper.scanningconfig.v1.BackupSettings
|
|
4349
|
+
(*DownloadSettings)(nil), // 55: lansweeper.scanningconfig.v1.DownloadSettings
|
|
4350
|
+
(*PrerequisiteSettings)(nil), // 56: lansweeper.scanningconfig.v1.PrerequisiteSettings
|
|
4351
|
+
(*LogSettings)(nil), // 57: lansweeper.scanningconfig.v1.LogSettings
|
|
4352
|
+
nil, // 58: lansweeper.scanningconfig.v1.NotificationSettings.SmartPollingIntervalsEntry
|
|
4353
|
+
nil, // 59: lansweeper.scanningconfig.v1.ProtocolConfigurationSettings.ProtocolsEntry
|
|
4354
|
+
nil, // 60: lansweeper.scanningconfig.v1.ProtocolDetailSettings.AdditionalDataEntry
|
|
4355
|
+
nil, // 61: lansweeper.scanningconfig.v1.LogSettings.OverridesEntry
|
|
4356
|
+
(*wrapperspb.StringValue)(nil), // 62: google.protobuf.StringValue
|
|
4357
|
+
(*wrapperspb.Int32Value)(nil), // 63: google.protobuf.Int32Value
|
|
4358
|
+
(*wrapperspb.BoolValue)(nil), // 64: google.protobuf.BoolValue
|
|
4359
|
+
(*wrapperspb.Int64Value)(nil), // 65: google.protobuf.Int64Value
|
|
4282
4360
|
}
|
|
4283
4361
|
var file_scanningconfig_proto_depIdxs = []int32{
|
|
4284
|
-
|
|
4362
|
+
18, // 0: lansweeper.scanningconfig.v1.GetConfigurationsBySourceResponse.configs:type_name -> lansweeper.scanningconfig.v1.Component
|
|
4285
4363
|
16, // 1: lansweeper.scanningconfig.v1.GetExclusionsBySourceResponse.exclusions:type_name -> lansweeper.scanningconfig.v1.Exclusion
|
|
4286
|
-
|
|
4287
|
-
|
|
4288
|
-
|
|
4289
|
-
|
|
4290
|
-
|
|
4291
|
-
|
|
4292
|
-
|
|
4293
|
-
|
|
4294
|
-
|
|
4295
|
-
|
|
4296
|
-
|
|
4297
|
-
|
|
4298
|
-
|
|
4299
|
-
25, // 15: lansweeper.scanningconfig.v1.Action.
|
|
4300
|
-
|
|
4301
|
-
|
|
4302
|
-
|
|
4303
|
-
|
|
4304
|
-
|
|
4305
|
-
|
|
4306
|
-
|
|
4307
|
-
|
|
4308
|
-
|
|
4309
|
-
|
|
4310
|
-
|
|
4311
|
-
|
|
4312
|
-
|
|
4313
|
-
|
|
4314
|
-
|
|
4315
|
-
49, // 31: lansweeper.scanningconfig.v1.ApplicationConfig.
|
|
4316
|
-
|
|
4317
|
-
|
|
4318
|
-
|
|
4319
|
-
38, // 35: lansweeper.scanningconfig.v1.HubSettings.
|
|
4320
|
-
39, // 36: lansweeper.scanningconfig.v1.HubSettings.
|
|
4321
|
-
40, // 37: lansweeper.scanningconfig.v1.HubSettings.
|
|
4322
|
-
|
|
4323
|
-
|
|
4324
|
-
|
|
4325
|
-
|
|
4326
|
-
63, // 42: lansweeper.scanningconfig.v1.
|
|
4327
|
-
|
|
4328
|
-
|
|
4329
|
-
|
|
4330
|
-
|
|
4331
|
-
63, // 47: lansweeper.scanningconfig.v1.
|
|
4332
|
-
|
|
4333
|
-
|
|
4334
|
-
|
|
4335
|
-
|
|
4336
|
-
45, // 52: lansweeper.scanningconfig.v1.NetworkConfigurationSettings.
|
|
4337
|
-
46, // 53: lansweeper.scanningconfig.v1.NetworkConfigurationSettings.
|
|
4338
|
-
|
|
4339
|
-
|
|
4340
|
-
63, // 56: lansweeper.scanningconfig.v1.
|
|
4341
|
-
|
|
4342
|
-
|
|
4343
|
-
|
|
4344
|
-
|
|
4345
|
-
|
|
4346
|
-
|
|
4347
|
-
|
|
4348
|
-
|
|
4349
|
-
|
|
4350
|
-
|
|
4351
|
-
|
|
4352
|
-
|
|
4353
|
-
|
|
4354
|
-
|
|
4355
|
-
|
|
4356
|
-
|
|
4357
|
-
|
|
4358
|
-
|
|
4359
|
-
|
|
4360
|
-
|
|
4361
|
-
|
|
4362
|
-
|
|
4363
|
-
62, // 79: lansweeper.scanningconfig.v1.DownloadSettings.
|
|
4364
|
-
|
|
4365
|
-
|
|
4366
|
-
|
|
4367
|
-
|
|
4368
|
-
|
|
4369
|
-
|
|
4370
|
-
|
|
4371
|
-
|
|
4372
|
-
|
|
4373
|
-
|
|
4374
|
-
|
|
4375
|
-
|
|
4376
|
-
|
|
4377
|
-
|
|
4378
|
-
|
|
4379
|
-
|
|
4380
|
-
|
|
4381
|
-
|
|
4382
|
-
|
|
4364
|
+
17, // 2: lansweeper.scanningconfig.v1.Exclusion.targets:type_name -> lansweeper.scanningconfig.v1.Target
|
|
4365
|
+
1, // 3: lansweeper.scanningconfig.v1.Target.type:type_name -> lansweeper.scanningconfig.v1.Target.ExclusionType
|
|
4366
|
+
2, // 4: lansweeper.scanningconfig.v1.Component.type:type_name -> lansweeper.scanningconfig.v1.Component.ComponentType
|
|
4367
|
+
24, // 5: lansweeper.scanningconfig.v1.Component.actions:type_name -> lansweeper.scanningconfig.v1.Action
|
|
4368
|
+
22, // 6: lansweeper.scanningconfig.v1.Component.op_config:type_name -> lansweeper.scanningconfig.v1.OperationalConfig
|
|
4369
|
+
34, // 7: lansweeper.scanningconfig.v1.Component.app_config:type_name -> lansweeper.scanningconfig.v1.ApplicationConfig
|
|
4370
|
+
19, // 8: lansweeper.scanningconfig.v1.OperationalConfig.asset_radar_config:type_name -> lansweeper.scanningconfig.v1.AssetRadar
|
|
4371
|
+
21, // 9: lansweeper.scanningconfig.v1.OperationalConfig.auto_update_config:type_name -> lansweeper.scanningconfig.v1.AutoUpdate
|
|
4372
|
+
20, // 10: lansweeper.scanningconfig.v1.OperationalConfig.network_visibility_config:type_name -> lansweeper.scanningconfig.v1.NetworkVisibility
|
|
4373
|
+
23, // 11: lansweeper.scanningconfig.v1.Action.triggers:type_name -> lansweeper.scanningconfig.v1.Trigger
|
|
4374
|
+
3, // 12: lansweeper.scanningconfig.v1.Action.action_type:type_name -> lansweeper.scanningconfig.v1.Action.ActionType
|
|
4375
|
+
33, // 13: lansweeper.scanningconfig.v1.Action.credentials:type_name -> lansweeper.scanningconfig.v1.Credential
|
|
4376
|
+
32, // 14: lansweeper.scanningconfig.v1.Action.agent:type_name -> lansweeper.scanningconfig.v1.Agent
|
|
4377
|
+
25, // 15: lansweeper.scanningconfig.v1.Action.agentless:type_name -> lansweeper.scanningconfig.v1.Agentless
|
|
4378
|
+
26, // 16: lansweeper.scanningconfig.v1.Action.action_definition:type_name -> lansweeper.scanningconfig.v1.ActionDefinition
|
|
4379
|
+
4, // 17: lansweeper.scanningconfig.v1.ActionDefinition.scan_focus:type_name -> lansweeper.scanningconfig.v1.ActionDefinition.ScanFocus
|
|
4380
|
+
27, // 18: lansweeper.scanningconfig.v1.ActionDefinition.targets_data:type_name -> lansweeper.scanningconfig.v1.TargetData
|
|
4381
|
+
5, // 19: lansweeper.scanningconfig.v1.TargetData.type:type_name -> lansweeper.scanningconfig.v1.TargetData.TargetType
|
|
4382
|
+
29, // 20: lansweeper.scanningconfig.v1.TargetData.ip_scan_data:type_name -> lansweeper.scanningconfig.v1.IPScanData
|
|
4383
|
+
31, // 21: lansweeper.scanningconfig.v1.TargetData.ad_data:type_name -> lansweeper.scanningconfig.v1.ADData
|
|
4384
|
+
28, // 22: lansweeper.scanningconfig.v1.TargetData.sccm_data:type_name -> lansweeper.scanningconfig.v1.SCCMData
|
|
4385
|
+
0, // 23: lansweeper.scanningconfig.v1.IPScanData.type:type_name -> lansweeper.scanningconfig.v1.IPScanType
|
|
4386
|
+
30, // 24: lansweeper.scanningconfig.v1.IPScanData.ping:type_name -> lansweeper.scanningconfig.v1.IPScanPing
|
|
4387
|
+
6, // 25: lansweeper.scanningconfig.v1.ADData.ldap_type:type_name -> lansweeper.scanningconfig.v1.ADData.LDAPType
|
|
4388
|
+
7, // 26: lansweeper.scanningconfig.v1.Agent.scan_focus:type_name -> lansweeper.scanningconfig.v1.Agent.ScanFocus
|
|
4389
|
+
8, // 27: lansweeper.scanningconfig.v1.Credential.type:type_name -> lansweeper.scanningconfig.v1.Credential.CredentialType
|
|
4390
|
+
57, // 28: lansweeper.scanningconfig.v1.ApplicationConfig.logging:type_name -> lansweeper.scanningconfig.v1.LogSettings
|
|
4391
|
+
35, // 29: lansweeper.scanningconfig.v1.ApplicationConfig.hub:type_name -> lansweeper.scanningconfig.v1.HubSettings
|
|
4392
|
+
52, // 30: lansweeper.scanningconfig.v1.ApplicationConfig.update:type_name -> lansweeper.scanningconfig.v1.UpdateSettings
|
|
4393
|
+
49, // 31: lansweeper.scanningconfig.v1.ApplicationConfig.it_sensor:type_name -> lansweeper.scanningconfig.v1.ItSensorSettings
|
|
4394
|
+
50, // 32: lansweeper.scanningconfig.v1.ApplicationConfig.ot_sensor:type_name -> lansweeper.scanningconfig.v1.OtSensorSettings
|
|
4395
|
+
42, // 33: lansweeper.scanningconfig.v1.HubSettings.network_configuration:type_name -> lansweeper.scanningconfig.v1.NetworkConfigurationSettings
|
|
4396
|
+
36, // 34: lansweeper.scanningconfig.v1.HubSettings.maintenance:type_name -> lansweeper.scanningconfig.v1.MaintenanceSettings
|
|
4397
|
+
38, // 35: lansweeper.scanningconfig.v1.HubSettings.notifications:type_name -> lansweeper.scanningconfig.v1.NotificationSettings
|
|
4398
|
+
39, // 36: lansweeper.scanningconfig.v1.HubSettings.feature_flags:type_name -> lansweeper.scanningconfig.v1.FeatureFlagSettings
|
|
4399
|
+
40, // 37: lansweeper.scanningconfig.v1.HubSettings.scan_configuration:type_name -> lansweeper.scanningconfig.v1.ScanConfigurationSettings
|
|
4400
|
+
41, // 38: lansweeper.scanningconfig.v1.HubSettings.import:type_name -> lansweeper.scanningconfig.v1.ImportSettings
|
|
4401
|
+
62, // 39: lansweeper.scanningconfig.v1.MaintenanceSettings.maintenance_window:type_name -> google.protobuf.StringValue
|
|
4402
|
+
37, // 40: lansweeper.scanningconfig.v1.MaintenanceSettings.retention_policy:type_name -> lansweeper.scanningconfig.v1.RetentionPolicySettings
|
|
4403
|
+
63, // 41: lansweeper.scanningconfig.v1.RetentionPolicySettings.synced_data_retention_days:type_name -> google.protobuf.Int32Value
|
|
4404
|
+
63, // 42: lansweeper.scanningconfig.v1.RetentionPolicySettings.unsynced_data_retention_days:type_name -> google.protobuf.Int32Value
|
|
4405
|
+
64, // 43: lansweeper.scanningconfig.v1.NotificationSettings.smart_polling_enabled:type_name -> google.protobuf.BoolValue
|
|
4406
|
+
63, // 44: lansweeper.scanningconfig.v1.NotificationSettings.default_polling_interval_seconds:type_name -> google.protobuf.Int32Value
|
|
4407
|
+
58, // 45: lansweeper.scanningconfig.v1.NotificationSettings.smart_polling_intervals:type_name -> lansweeper.scanningconfig.v1.NotificationSettings.SmartPollingIntervalsEntry
|
|
4408
|
+
63, // 46: lansweeper.scanningconfig.v1.FeatureFlagSettings.polling_interval_minutes:type_name -> google.protobuf.Int32Value
|
|
4409
|
+
63, // 47: lansweeper.scanningconfig.v1.ScanConfigurationSettings.polling_interval_minutes:type_name -> google.protobuf.Int32Value
|
|
4410
|
+
64, // 48: lansweeper.scanningconfig.v1.ImportSettings.enabled:type_name -> google.protobuf.BoolValue
|
|
4411
|
+
63, // 49: lansweeper.scanningconfig.v1.ImportSettings.polling_interval_seconds:type_name -> google.protobuf.Int32Value
|
|
4412
|
+
62, // 50: lansweeper.scanningconfig.v1.ImportSettings.folder:type_name -> google.protobuf.StringValue
|
|
4413
|
+
43, // 51: lansweeper.scanningconfig.v1.NetworkConfigurationSettings.parallelism:type_name -> lansweeper.scanningconfig.v1.ParallelismSettings
|
|
4414
|
+
45, // 52: lansweeper.scanningconfig.v1.NetworkConfigurationSettings.network_visibility:type_name -> lansweeper.scanningconfig.v1.NetworkVisibilitySettings
|
|
4415
|
+
46, // 53: lansweeper.scanningconfig.v1.NetworkConfigurationSettings.ping_behavior:type_name -> lansweeper.scanningconfig.v1.PingBehaviorSettings
|
|
4416
|
+
47, // 54: lansweeper.scanningconfig.v1.NetworkConfigurationSettings.protocol_configuration:type_name -> lansweeper.scanningconfig.v1.ProtocolConfigurationSettings
|
|
4417
|
+
44, // 55: lansweeper.scanningconfig.v1.NetworkConfigurationSettings.exclusions:type_name -> lansweeper.scanningconfig.v1.ExclusionSettings
|
|
4418
|
+
63, // 56: lansweeper.scanningconfig.v1.ParallelismSettings.max_parallelism:type_name -> google.protobuf.Int32Value
|
|
4419
|
+
64, // 57: lansweeper.scanningconfig.v1.NetworkVisibilitySettings.enabled:type_name -> google.protobuf.BoolValue
|
|
4420
|
+
64, // 58: lansweeper.scanningconfig.v1.NetworkVisibilitySettings.active_cdr_enabled:type_name -> google.protobuf.BoolValue
|
|
4421
|
+
64, // 59: lansweeper.scanningconfig.v1.ProtocolConfigurationSettings.all_enabled:type_name -> google.protobuf.BoolValue
|
|
4422
|
+
59, // 60: lansweeper.scanningconfig.v1.ProtocolConfigurationSettings.protocols:type_name -> lansweeper.scanningconfig.v1.ProtocolConfigurationSettings.ProtocolsEntry
|
|
4423
|
+
64, // 61: lansweeper.scanningconfig.v1.ProtocolDetailSettings.enabled:type_name -> google.protobuf.BoolValue
|
|
4424
|
+
63, // 62: lansweeper.scanningconfig.v1.ProtocolDetailSettings.port:type_name -> google.protobuf.Int32Value
|
|
4425
|
+
60, // 63: lansweeper.scanningconfig.v1.ProtocolDetailSettings.additional_data:type_name -> lansweeper.scanningconfig.v1.ProtocolDetailSettings.AdditionalDataEntry
|
|
4426
|
+
42, // 64: lansweeper.scanningconfig.v1.ItSensorSettings.network_configuration:type_name -> lansweeper.scanningconfig.v1.NetworkConfigurationSettings
|
|
4427
|
+
42, // 65: lansweeper.scanningconfig.v1.OtSensorSettings.network_configuration:type_name -> lansweeper.scanningconfig.v1.NetworkConfigurationSettings
|
|
4428
|
+
51, // 66: lansweeper.scanningconfig.v1.OtSensorSettings.traffic_logging:type_name -> lansweeper.scanningconfig.v1.TrafficLogSettings
|
|
4429
|
+
64, // 67: lansweeper.scanningconfig.v1.TrafficLogSettings.enabled:type_name -> google.protobuf.BoolValue
|
|
4430
|
+
62, // 68: lansweeper.scanningconfig.v1.TrafficLogSettings.path:type_name -> google.protobuf.StringValue
|
|
4431
|
+
64, // 69: lansweeper.scanningconfig.v1.UpdateSettings.update_on_availability:type_name -> google.protobuf.BoolValue
|
|
4432
|
+
53, // 70: lansweeper.scanningconfig.v1.UpdateSettings.update_window:type_name -> lansweeper.scanningconfig.v1.UpdateWindowSettings
|
|
4433
|
+
55, // 71: lansweeper.scanningconfig.v1.UpdateSettings.download:type_name -> lansweeper.scanningconfig.v1.DownloadSettings
|
|
4434
|
+
54, // 72: lansweeper.scanningconfig.v1.UpdateSettings.backup:type_name -> lansweeper.scanningconfig.v1.BackupSettings
|
|
4435
|
+
56, // 73: lansweeper.scanningconfig.v1.UpdateSettings.prerequisites:type_name -> lansweeper.scanningconfig.v1.PrerequisiteSettings
|
|
4436
|
+
64, // 74: lansweeper.scanningconfig.v1.UpdateWindowSettings.enabled:type_name -> google.protobuf.BoolValue
|
|
4437
|
+
62, // 75: lansweeper.scanningconfig.v1.UpdateWindowSettings.update_window:type_name -> google.protobuf.StringValue
|
|
4438
|
+
62, // 76: lansweeper.scanningconfig.v1.BackupSettings.backup_folder:type_name -> google.protobuf.StringValue
|
|
4439
|
+
64, // 77: lansweeper.scanningconfig.v1.DownloadSettings.download_on_availability:type_name -> google.protobuf.BoolValue
|
|
4440
|
+
62, // 78: lansweeper.scanningconfig.v1.DownloadSettings.download_window:type_name -> google.protobuf.StringValue
|
|
4441
|
+
62, // 79: lansweeper.scanningconfig.v1.DownloadSettings.download_folder:type_name -> google.protobuf.StringValue
|
|
4442
|
+
63, // 80: lansweeper.scanningconfig.v1.DownloadSettings.download_timeout_seconds:type_name -> google.protobuf.Int32Value
|
|
4443
|
+
63, // 81: lansweeper.scanningconfig.v1.DownloadSettings.throttle_rate_kb_per_second:type_name -> google.protobuf.Int32Value
|
|
4444
|
+
65, // 82: lansweeper.scanningconfig.v1.PrerequisiteSettings.required_free_disk_space_bytes:type_name -> google.protobuf.Int64Value
|
|
4445
|
+
63, // 83: lansweeper.scanningconfig.v1.PrerequisiteSettings.required_free_disk_space_percentage:type_name -> google.protobuf.Int32Value
|
|
4446
|
+
9, // 84: lansweeper.scanningconfig.v1.LogSettings.level:type_name -> lansweeper.scanningconfig.v1.LogSettings.LogLevel
|
|
4447
|
+
65, // 85: lansweeper.scanningconfig.v1.LogSettings.file_size_limit_bytes:type_name -> google.protobuf.Int64Value
|
|
4448
|
+
63, // 86: lansweeper.scanningconfig.v1.LogSettings.retained_file_count_limit:type_name -> google.protobuf.Int32Value
|
|
4449
|
+
61, // 87: lansweeper.scanningconfig.v1.LogSettings.overrides:type_name -> lansweeper.scanningconfig.v1.LogSettings.OverridesEntry
|
|
4450
|
+
48, // 88: lansweeper.scanningconfig.v1.ProtocolConfigurationSettings.ProtocolsEntry.value:type_name -> lansweeper.scanningconfig.v1.ProtocolDetailSettings
|
|
4451
|
+
12, // 89: lansweeper.scanningconfig.v1.ScanningConfigService.GetConfigurationsBySource:input_type -> lansweeper.scanningconfig.v1.GetConfigurationsBySourceRequest
|
|
4452
|
+
10, // 90: lansweeper.scanningconfig.v1.ScanningConfigService.DeleteAction:input_type -> lansweeper.scanningconfig.v1.DeleteActionRequest
|
|
4453
|
+
14, // 91: lansweeper.scanningconfig.v1.ScanningConfigService.GetExclusionsBySource:input_type -> lansweeper.scanningconfig.v1.GetExclusionsBySourceRequest
|
|
4454
|
+
13, // 92: lansweeper.scanningconfig.v1.ScanningConfigService.GetConfigurationsBySource:output_type -> lansweeper.scanningconfig.v1.GetConfigurationsBySourceResponse
|
|
4455
|
+
11, // 93: lansweeper.scanningconfig.v1.ScanningConfigService.DeleteAction:output_type -> lansweeper.scanningconfig.v1.DeleteActionResponse
|
|
4456
|
+
15, // 94: lansweeper.scanningconfig.v1.ScanningConfigService.GetExclusionsBySource:output_type -> lansweeper.scanningconfig.v1.GetExclusionsBySourceResponse
|
|
4457
|
+
92, // [92:95] is the sub-list for method output_type
|
|
4458
|
+
89, // [89:92] is the sub-list for method input_type
|
|
4459
|
+
89, // [89:89] is the sub-list for extension type_name
|
|
4460
|
+
89, // [89:89] is the sub-list for extension extendee
|
|
4461
|
+
0, // [0:89] is the sub-list for field type_name
|
|
4383
4462
|
}
|
|
4384
4463
|
|
|
4385
4464
|
func init() { file_scanningconfig_proto_init() }
|
|
@@ -4473,7 +4552,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4473
4552
|
}
|
|
4474
4553
|
}
|
|
4475
4554
|
file_scanningconfig_proto_msgTypes[7].Exporter = func(v any, i int) any {
|
|
4476
|
-
switch v := v.(*
|
|
4555
|
+
switch v := v.(*Target); i {
|
|
4477
4556
|
case 0:
|
|
4478
4557
|
return &v.state
|
|
4479
4558
|
case 1:
|
|
@@ -4485,7 +4564,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4485
4564
|
}
|
|
4486
4565
|
}
|
|
4487
4566
|
file_scanningconfig_proto_msgTypes[8].Exporter = func(v any, i int) any {
|
|
4488
|
-
switch v := v.(*
|
|
4567
|
+
switch v := v.(*Component); i {
|
|
4489
4568
|
case 0:
|
|
4490
4569
|
return &v.state
|
|
4491
4570
|
case 1:
|
|
@@ -4497,7 +4576,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4497
4576
|
}
|
|
4498
4577
|
}
|
|
4499
4578
|
file_scanningconfig_proto_msgTypes[9].Exporter = func(v any, i int) any {
|
|
4500
|
-
switch v := v.(*
|
|
4579
|
+
switch v := v.(*AssetRadar); i {
|
|
4501
4580
|
case 0:
|
|
4502
4581
|
return &v.state
|
|
4503
4582
|
case 1:
|
|
@@ -4509,7 +4588,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4509
4588
|
}
|
|
4510
4589
|
}
|
|
4511
4590
|
file_scanningconfig_proto_msgTypes[10].Exporter = func(v any, i int) any {
|
|
4512
|
-
switch v := v.(*
|
|
4591
|
+
switch v := v.(*NetworkVisibility); i {
|
|
4513
4592
|
case 0:
|
|
4514
4593
|
return &v.state
|
|
4515
4594
|
case 1:
|
|
@@ -4521,7 +4600,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4521
4600
|
}
|
|
4522
4601
|
}
|
|
4523
4602
|
file_scanningconfig_proto_msgTypes[11].Exporter = func(v any, i int) any {
|
|
4524
|
-
switch v := v.(*
|
|
4603
|
+
switch v := v.(*AutoUpdate); i {
|
|
4525
4604
|
case 0:
|
|
4526
4605
|
return &v.state
|
|
4527
4606
|
case 1:
|
|
@@ -4533,7 +4612,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4533
4612
|
}
|
|
4534
4613
|
}
|
|
4535
4614
|
file_scanningconfig_proto_msgTypes[12].Exporter = func(v any, i int) any {
|
|
4536
|
-
switch v := v.(*
|
|
4615
|
+
switch v := v.(*OperationalConfig); i {
|
|
4537
4616
|
case 0:
|
|
4538
4617
|
return &v.state
|
|
4539
4618
|
case 1:
|
|
@@ -4545,7 +4624,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4545
4624
|
}
|
|
4546
4625
|
}
|
|
4547
4626
|
file_scanningconfig_proto_msgTypes[13].Exporter = func(v any, i int) any {
|
|
4548
|
-
switch v := v.(*
|
|
4627
|
+
switch v := v.(*Trigger); i {
|
|
4549
4628
|
case 0:
|
|
4550
4629
|
return &v.state
|
|
4551
4630
|
case 1:
|
|
@@ -4557,7 +4636,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4557
4636
|
}
|
|
4558
4637
|
}
|
|
4559
4638
|
file_scanningconfig_proto_msgTypes[14].Exporter = func(v any, i int) any {
|
|
4560
|
-
switch v := v.(*
|
|
4639
|
+
switch v := v.(*Action); i {
|
|
4561
4640
|
case 0:
|
|
4562
4641
|
return &v.state
|
|
4563
4642
|
case 1:
|
|
@@ -4569,7 +4648,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4569
4648
|
}
|
|
4570
4649
|
}
|
|
4571
4650
|
file_scanningconfig_proto_msgTypes[15].Exporter = func(v any, i int) any {
|
|
4572
|
-
switch v := v.(*
|
|
4651
|
+
switch v := v.(*Agentless); i {
|
|
4573
4652
|
case 0:
|
|
4574
4653
|
return &v.state
|
|
4575
4654
|
case 1:
|
|
@@ -4581,7 +4660,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4581
4660
|
}
|
|
4582
4661
|
}
|
|
4583
4662
|
file_scanningconfig_proto_msgTypes[16].Exporter = func(v any, i int) any {
|
|
4584
|
-
switch v := v.(*
|
|
4663
|
+
switch v := v.(*ActionDefinition); i {
|
|
4585
4664
|
case 0:
|
|
4586
4665
|
return &v.state
|
|
4587
4666
|
case 1:
|
|
@@ -4593,7 +4672,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4593
4672
|
}
|
|
4594
4673
|
}
|
|
4595
4674
|
file_scanningconfig_proto_msgTypes[17].Exporter = func(v any, i int) any {
|
|
4596
|
-
switch v := v.(*
|
|
4675
|
+
switch v := v.(*TargetData); i {
|
|
4597
4676
|
case 0:
|
|
4598
4677
|
return &v.state
|
|
4599
4678
|
case 1:
|
|
@@ -4605,7 +4684,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4605
4684
|
}
|
|
4606
4685
|
}
|
|
4607
4686
|
file_scanningconfig_proto_msgTypes[18].Exporter = func(v any, i int) any {
|
|
4608
|
-
switch v := v.(*
|
|
4687
|
+
switch v := v.(*SCCMData); i {
|
|
4609
4688
|
case 0:
|
|
4610
4689
|
return &v.state
|
|
4611
4690
|
case 1:
|
|
@@ -4617,7 +4696,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4617
4696
|
}
|
|
4618
4697
|
}
|
|
4619
4698
|
file_scanningconfig_proto_msgTypes[19].Exporter = func(v any, i int) any {
|
|
4620
|
-
switch v := v.(*
|
|
4699
|
+
switch v := v.(*IPScanData); i {
|
|
4621
4700
|
case 0:
|
|
4622
4701
|
return &v.state
|
|
4623
4702
|
case 1:
|
|
@@ -4629,7 +4708,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4629
4708
|
}
|
|
4630
4709
|
}
|
|
4631
4710
|
file_scanningconfig_proto_msgTypes[20].Exporter = func(v any, i int) any {
|
|
4632
|
-
switch v := v.(*
|
|
4711
|
+
switch v := v.(*IPScanPing); i {
|
|
4633
4712
|
case 0:
|
|
4634
4713
|
return &v.state
|
|
4635
4714
|
case 1:
|
|
@@ -4641,7 +4720,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4641
4720
|
}
|
|
4642
4721
|
}
|
|
4643
4722
|
file_scanningconfig_proto_msgTypes[21].Exporter = func(v any, i int) any {
|
|
4644
|
-
switch v := v.(*
|
|
4723
|
+
switch v := v.(*ADData); i {
|
|
4645
4724
|
case 0:
|
|
4646
4725
|
return &v.state
|
|
4647
4726
|
case 1:
|
|
@@ -4653,7 +4732,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4653
4732
|
}
|
|
4654
4733
|
}
|
|
4655
4734
|
file_scanningconfig_proto_msgTypes[22].Exporter = func(v any, i int) any {
|
|
4656
|
-
switch v := v.(*
|
|
4735
|
+
switch v := v.(*Agent); i {
|
|
4657
4736
|
case 0:
|
|
4658
4737
|
return &v.state
|
|
4659
4738
|
case 1:
|
|
@@ -4665,7 +4744,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4665
4744
|
}
|
|
4666
4745
|
}
|
|
4667
4746
|
file_scanningconfig_proto_msgTypes[23].Exporter = func(v any, i int) any {
|
|
4668
|
-
switch v := v.(*
|
|
4747
|
+
switch v := v.(*Credential); i {
|
|
4669
4748
|
case 0:
|
|
4670
4749
|
return &v.state
|
|
4671
4750
|
case 1:
|
|
@@ -4677,7 +4756,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4677
4756
|
}
|
|
4678
4757
|
}
|
|
4679
4758
|
file_scanningconfig_proto_msgTypes[24].Exporter = func(v any, i int) any {
|
|
4680
|
-
switch v := v.(*
|
|
4759
|
+
switch v := v.(*ApplicationConfig); i {
|
|
4681
4760
|
case 0:
|
|
4682
4761
|
return &v.state
|
|
4683
4762
|
case 1:
|
|
@@ -4689,7 +4768,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4689
4768
|
}
|
|
4690
4769
|
}
|
|
4691
4770
|
file_scanningconfig_proto_msgTypes[25].Exporter = func(v any, i int) any {
|
|
4692
|
-
switch v := v.(*
|
|
4771
|
+
switch v := v.(*HubSettings); i {
|
|
4693
4772
|
case 0:
|
|
4694
4773
|
return &v.state
|
|
4695
4774
|
case 1:
|
|
@@ -4701,7 +4780,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4701
4780
|
}
|
|
4702
4781
|
}
|
|
4703
4782
|
file_scanningconfig_proto_msgTypes[26].Exporter = func(v any, i int) any {
|
|
4704
|
-
switch v := v.(*
|
|
4783
|
+
switch v := v.(*MaintenanceSettings); i {
|
|
4705
4784
|
case 0:
|
|
4706
4785
|
return &v.state
|
|
4707
4786
|
case 1:
|
|
@@ -4713,7 +4792,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4713
4792
|
}
|
|
4714
4793
|
}
|
|
4715
4794
|
file_scanningconfig_proto_msgTypes[27].Exporter = func(v any, i int) any {
|
|
4716
|
-
switch v := v.(*
|
|
4795
|
+
switch v := v.(*RetentionPolicySettings); i {
|
|
4717
4796
|
case 0:
|
|
4718
4797
|
return &v.state
|
|
4719
4798
|
case 1:
|
|
@@ -4725,7 +4804,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4725
4804
|
}
|
|
4726
4805
|
}
|
|
4727
4806
|
file_scanningconfig_proto_msgTypes[28].Exporter = func(v any, i int) any {
|
|
4728
|
-
switch v := v.(*
|
|
4807
|
+
switch v := v.(*NotificationSettings); i {
|
|
4729
4808
|
case 0:
|
|
4730
4809
|
return &v.state
|
|
4731
4810
|
case 1:
|
|
@@ -4737,7 +4816,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4737
4816
|
}
|
|
4738
4817
|
}
|
|
4739
4818
|
file_scanningconfig_proto_msgTypes[29].Exporter = func(v any, i int) any {
|
|
4740
|
-
switch v := v.(*
|
|
4819
|
+
switch v := v.(*FeatureFlagSettings); i {
|
|
4741
4820
|
case 0:
|
|
4742
4821
|
return &v.state
|
|
4743
4822
|
case 1:
|
|
@@ -4749,7 +4828,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4749
4828
|
}
|
|
4750
4829
|
}
|
|
4751
4830
|
file_scanningconfig_proto_msgTypes[30].Exporter = func(v any, i int) any {
|
|
4752
|
-
switch v := v.(*
|
|
4831
|
+
switch v := v.(*ScanConfigurationSettings); i {
|
|
4753
4832
|
case 0:
|
|
4754
4833
|
return &v.state
|
|
4755
4834
|
case 1:
|
|
@@ -4761,7 +4840,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4761
4840
|
}
|
|
4762
4841
|
}
|
|
4763
4842
|
file_scanningconfig_proto_msgTypes[31].Exporter = func(v any, i int) any {
|
|
4764
|
-
switch v := v.(*
|
|
4843
|
+
switch v := v.(*ImportSettings); i {
|
|
4765
4844
|
case 0:
|
|
4766
4845
|
return &v.state
|
|
4767
4846
|
case 1:
|
|
@@ -4773,7 +4852,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4773
4852
|
}
|
|
4774
4853
|
}
|
|
4775
4854
|
file_scanningconfig_proto_msgTypes[32].Exporter = func(v any, i int) any {
|
|
4776
|
-
switch v := v.(*
|
|
4855
|
+
switch v := v.(*NetworkConfigurationSettings); i {
|
|
4777
4856
|
case 0:
|
|
4778
4857
|
return &v.state
|
|
4779
4858
|
case 1:
|
|
@@ -4785,7 +4864,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4785
4864
|
}
|
|
4786
4865
|
}
|
|
4787
4866
|
file_scanningconfig_proto_msgTypes[33].Exporter = func(v any, i int) any {
|
|
4788
|
-
switch v := v.(*
|
|
4867
|
+
switch v := v.(*ParallelismSettings); i {
|
|
4789
4868
|
case 0:
|
|
4790
4869
|
return &v.state
|
|
4791
4870
|
case 1:
|
|
@@ -4797,7 +4876,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4797
4876
|
}
|
|
4798
4877
|
}
|
|
4799
4878
|
file_scanningconfig_proto_msgTypes[34].Exporter = func(v any, i int) any {
|
|
4800
|
-
switch v := v.(*
|
|
4879
|
+
switch v := v.(*ExclusionSettings); i {
|
|
4801
4880
|
case 0:
|
|
4802
4881
|
return &v.state
|
|
4803
4882
|
case 1:
|
|
@@ -4809,7 +4888,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4809
4888
|
}
|
|
4810
4889
|
}
|
|
4811
4890
|
file_scanningconfig_proto_msgTypes[35].Exporter = func(v any, i int) any {
|
|
4812
|
-
switch v := v.(*
|
|
4891
|
+
switch v := v.(*NetworkVisibilitySettings); i {
|
|
4813
4892
|
case 0:
|
|
4814
4893
|
return &v.state
|
|
4815
4894
|
case 1:
|
|
@@ -4821,7 +4900,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4821
4900
|
}
|
|
4822
4901
|
}
|
|
4823
4902
|
file_scanningconfig_proto_msgTypes[36].Exporter = func(v any, i int) any {
|
|
4824
|
-
switch v := v.(*
|
|
4903
|
+
switch v := v.(*PingBehaviorSettings); i {
|
|
4825
4904
|
case 0:
|
|
4826
4905
|
return &v.state
|
|
4827
4906
|
case 1:
|
|
@@ -4833,7 +4912,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4833
4912
|
}
|
|
4834
4913
|
}
|
|
4835
4914
|
file_scanningconfig_proto_msgTypes[37].Exporter = func(v any, i int) any {
|
|
4836
|
-
switch v := v.(*
|
|
4915
|
+
switch v := v.(*ProtocolConfigurationSettings); i {
|
|
4837
4916
|
case 0:
|
|
4838
4917
|
return &v.state
|
|
4839
4918
|
case 1:
|
|
@@ -4845,7 +4924,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4845
4924
|
}
|
|
4846
4925
|
}
|
|
4847
4926
|
file_scanningconfig_proto_msgTypes[38].Exporter = func(v any, i int) any {
|
|
4848
|
-
switch v := v.(*
|
|
4927
|
+
switch v := v.(*ProtocolDetailSettings); i {
|
|
4849
4928
|
case 0:
|
|
4850
4929
|
return &v.state
|
|
4851
4930
|
case 1:
|
|
@@ -4857,7 +4936,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4857
4936
|
}
|
|
4858
4937
|
}
|
|
4859
4938
|
file_scanningconfig_proto_msgTypes[39].Exporter = func(v any, i int) any {
|
|
4860
|
-
switch v := v.(*
|
|
4939
|
+
switch v := v.(*ItSensorSettings); i {
|
|
4861
4940
|
case 0:
|
|
4862
4941
|
return &v.state
|
|
4863
4942
|
case 1:
|
|
@@ -4869,7 +4948,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4869
4948
|
}
|
|
4870
4949
|
}
|
|
4871
4950
|
file_scanningconfig_proto_msgTypes[40].Exporter = func(v any, i int) any {
|
|
4872
|
-
switch v := v.(*
|
|
4951
|
+
switch v := v.(*OtSensorSettings); i {
|
|
4873
4952
|
case 0:
|
|
4874
4953
|
return &v.state
|
|
4875
4954
|
case 1:
|
|
@@ -4881,7 +4960,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4881
4960
|
}
|
|
4882
4961
|
}
|
|
4883
4962
|
file_scanningconfig_proto_msgTypes[41].Exporter = func(v any, i int) any {
|
|
4884
|
-
switch v := v.(*
|
|
4963
|
+
switch v := v.(*TrafficLogSettings); i {
|
|
4885
4964
|
case 0:
|
|
4886
4965
|
return &v.state
|
|
4887
4966
|
case 1:
|
|
@@ -4893,7 +4972,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4893
4972
|
}
|
|
4894
4973
|
}
|
|
4895
4974
|
file_scanningconfig_proto_msgTypes[42].Exporter = func(v any, i int) any {
|
|
4896
|
-
switch v := v.(*
|
|
4975
|
+
switch v := v.(*UpdateSettings); i {
|
|
4897
4976
|
case 0:
|
|
4898
4977
|
return &v.state
|
|
4899
4978
|
case 1:
|
|
@@ -4905,7 +4984,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4905
4984
|
}
|
|
4906
4985
|
}
|
|
4907
4986
|
file_scanningconfig_proto_msgTypes[43].Exporter = func(v any, i int) any {
|
|
4908
|
-
switch v := v.(*
|
|
4987
|
+
switch v := v.(*UpdateWindowSettings); i {
|
|
4909
4988
|
case 0:
|
|
4910
4989
|
return &v.state
|
|
4911
4990
|
case 1:
|
|
@@ -4917,7 +4996,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4917
4996
|
}
|
|
4918
4997
|
}
|
|
4919
4998
|
file_scanningconfig_proto_msgTypes[44].Exporter = func(v any, i int) any {
|
|
4920
|
-
switch v := v.(*
|
|
4999
|
+
switch v := v.(*BackupSettings); i {
|
|
4921
5000
|
case 0:
|
|
4922
5001
|
return &v.state
|
|
4923
5002
|
case 1:
|
|
@@ -4929,7 +5008,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4929
5008
|
}
|
|
4930
5009
|
}
|
|
4931
5010
|
file_scanningconfig_proto_msgTypes[45].Exporter = func(v any, i int) any {
|
|
4932
|
-
switch v := v.(*
|
|
5011
|
+
switch v := v.(*DownloadSettings); i {
|
|
4933
5012
|
case 0:
|
|
4934
5013
|
return &v.state
|
|
4935
5014
|
case 1:
|
|
@@ -4941,6 +5020,18 @@ func file_scanningconfig_proto_init() {
|
|
|
4941
5020
|
}
|
|
4942
5021
|
}
|
|
4943
5022
|
file_scanningconfig_proto_msgTypes[46].Exporter = func(v any, i int) any {
|
|
5023
|
+
switch v := v.(*PrerequisiteSettings); i {
|
|
5024
|
+
case 0:
|
|
5025
|
+
return &v.state
|
|
5026
|
+
case 1:
|
|
5027
|
+
return &v.sizeCache
|
|
5028
|
+
case 2:
|
|
5029
|
+
return &v.unknownFields
|
|
5030
|
+
default:
|
|
5031
|
+
return nil
|
|
5032
|
+
}
|
|
5033
|
+
}
|
|
5034
|
+
file_scanningconfig_proto_msgTypes[47].Exporter = func(v any, i int) any {
|
|
4944
5035
|
switch v := v.(*LogSettings); i {
|
|
4945
5036
|
case 0:
|
|
4946
5037
|
return &v.state
|
|
@@ -4953,35 +5044,35 @@ func file_scanningconfig_proto_init() {
|
|
|
4953
5044
|
}
|
|
4954
5045
|
}
|
|
4955
5046
|
}
|
|
4956
|
-
file_scanningconfig_proto_msgTypes[
|
|
4957
|
-
file_scanningconfig_proto_msgTypes[
|
|
4958
|
-
file_scanningconfig_proto_msgTypes[
|
|
5047
|
+
file_scanningconfig_proto_msgTypes[8].OneofWrappers = []any{}
|
|
5048
|
+
file_scanningconfig_proto_msgTypes[12].OneofWrappers = []any{}
|
|
5049
|
+
file_scanningconfig_proto_msgTypes[14].OneofWrappers = []any{
|
|
4959
5050
|
(*Action_Agent)(nil),
|
|
4960
5051
|
(*Action_Agentless)(nil),
|
|
4961
5052
|
}
|
|
4962
|
-
file_scanningconfig_proto_msgTypes[
|
|
4963
|
-
file_scanningconfig_proto_msgTypes[
|
|
5053
|
+
file_scanningconfig_proto_msgTypes[16].OneofWrappers = []any{}
|
|
5054
|
+
file_scanningconfig_proto_msgTypes[17].OneofWrappers = []any{
|
|
4964
5055
|
(*TargetData_IpScanData)(nil),
|
|
4965
5056
|
(*TargetData_AdData)(nil),
|
|
4966
5057
|
(*TargetData_Target)(nil),
|
|
4967
5058
|
(*TargetData_SccmData)(nil),
|
|
4968
5059
|
}
|
|
4969
|
-
file_scanningconfig_proto_msgTypes[
|
|
4970
|
-
file_scanningconfig_proto_msgTypes[23].OneofWrappers = []any{}
|
|
5060
|
+
file_scanningconfig_proto_msgTypes[19].OneofWrappers = []any{}
|
|
4971
5061
|
file_scanningconfig_proto_msgTypes[24].OneofWrappers = []any{}
|
|
4972
5062
|
file_scanningconfig_proto_msgTypes[25].OneofWrappers = []any{}
|
|
4973
|
-
file_scanningconfig_proto_msgTypes[
|
|
4974
|
-
file_scanningconfig_proto_msgTypes[
|
|
5063
|
+
file_scanningconfig_proto_msgTypes[26].OneofWrappers = []any{}
|
|
5064
|
+
file_scanningconfig_proto_msgTypes[32].OneofWrappers = []any{}
|
|
4975
5065
|
file_scanningconfig_proto_msgTypes[39].OneofWrappers = []any{}
|
|
4976
|
-
file_scanningconfig_proto_msgTypes[
|
|
4977
|
-
file_scanningconfig_proto_msgTypes[
|
|
5066
|
+
file_scanningconfig_proto_msgTypes[40].OneofWrappers = []any{}
|
|
5067
|
+
file_scanningconfig_proto_msgTypes[42].OneofWrappers = []any{}
|
|
5068
|
+
file_scanningconfig_proto_msgTypes[47].OneofWrappers = []any{}
|
|
4978
5069
|
type x struct{}
|
|
4979
5070
|
out := protoimpl.TypeBuilder{
|
|
4980
5071
|
File: protoimpl.DescBuilder{
|
|
4981
5072
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
4982
5073
|
RawDescriptor: file_scanningconfig_proto_rawDesc,
|
|
4983
5074
|
NumEnums: 10,
|
|
4984
|
-
NumMessages:
|
|
5075
|
+
NumMessages: 52,
|
|
4985
5076
|
NumExtensions: 0,
|
|
4986
5077
|
NumServices: 1,
|
|
4987
5078
|
},
|