@lansweeper/scanningconfig-grpc 0.3.4 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +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_grpc_pb.d.ts +17 -0
- package/gen-proto/scanningconfig_grpc_pb.js +33 -0
- package/gen-proto/scanningconfig_pb.d.ts +80 -0
- package/gen-proto/scanningconfig_pb.js +615 -0
- package/generated-go/scanningconfig.pb.go +1278 -981
- package/generated-go/scanningconfig_grpc.pb.go +38 -0
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.AssemblyInfo.cs +3 -3
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.AssemblyInfoInputs.cache +1 -1
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.dll +0 -0
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.pdb +0 -0
- package/obj/Debug/net6.0/proto/Scanningconfig.cs +969 -238
- package/obj/Debug/net6.0/proto/ScanningconfigGrpc.cs +32 -0
- package/obj/Debug/net6.0/ref/Lansweeper.ScanningConfig.GRPC.dll +0 -0
- package/obj/Lansweeper.ScanningConfig.GRPC.csproj.nuget.dgspec.json +1 -1
- package/obj/project.assets.json +1 -1
- package/obj/project.nuget.cache +1 -1
- package/package.json +2 -2
- package/proto/scanningconfig.proto +22 -1
|
@@ -70,6 +70,52 @@ func (IPScanType) EnumDescriptor() ([]byte, []int) {
|
|
|
70
70
|
return file_scanningconfig_proto_rawDescGZIP(), []int{0}
|
|
71
71
|
}
|
|
72
72
|
|
|
73
|
+
type Exclusion_ExclusionType int32
|
|
74
|
+
|
|
75
|
+
const (
|
|
76
|
+
Exclusion_UNSPECIFIED Exclusion_ExclusionType = 0
|
|
77
|
+
Exclusion_IP_ADDR_RANGE Exclusion_ExclusionType = 1
|
|
78
|
+
)
|
|
79
|
+
|
|
80
|
+
// Enum value maps for Exclusion_ExclusionType.
|
|
81
|
+
var (
|
|
82
|
+
Exclusion_ExclusionType_name = map[int32]string{
|
|
83
|
+
0: "UNSPECIFIED",
|
|
84
|
+
1: "IP_ADDR_RANGE",
|
|
85
|
+
}
|
|
86
|
+
Exclusion_ExclusionType_value = map[string]int32{
|
|
87
|
+
"UNSPECIFIED": 0,
|
|
88
|
+
"IP_ADDR_RANGE": 1,
|
|
89
|
+
}
|
|
90
|
+
)
|
|
91
|
+
|
|
92
|
+
func (x Exclusion_ExclusionType) Enum() *Exclusion_ExclusionType {
|
|
93
|
+
p := new(Exclusion_ExclusionType)
|
|
94
|
+
*p = x
|
|
95
|
+
return p
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
func (x Exclusion_ExclusionType) String() string {
|
|
99
|
+
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
func (Exclusion_ExclusionType) Descriptor() protoreflect.EnumDescriptor {
|
|
103
|
+
return file_scanningconfig_proto_enumTypes[1].Descriptor()
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
func (Exclusion_ExclusionType) Type() protoreflect.EnumType {
|
|
107
|
+
return &file_scanningconfig_proto_enumTypes[1]
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
func (x Exclusion_ExclusionType) Number() protoreflect.EnumNumber {
|
|
111
|
+
return protoreflect.EnumNumber(x)
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
// Deprecated: Use Exclusion_ExclusionType.Descriptor instead.
|
|
115
|
+
func (Exclusion_ExclusionType) EnumDescriptor() ([]byte, []int) {
|
|
116
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{6, 0}
|
|
117
|
+
}
|
|
118
|
+
|
|
73
119
|
type Component_ComponentType int32
|
|
74
120
|
|
|
75
121
|
const (
|
|
@@ -109,11 +155,11 @@ func (x Component_ComponentType) String() string {
|
|
|
109
155
|
}
|
|
110
156
|
|
|
111
157
|
func (Component_ComponentType) Descriptor() protoreflect.EnumDescriptor {
|
|
112
|
-
return file_scanningconfig_proto_enumTypes[
|
|
158
|
+
return file_scanningconfig_proto_enumTypes[2].Descriptor()
|
|
113
159
|
}
|
|
114
160
|
|
|
115
161
|
func (Component_ComponentType) Type() protoreflect.EnumType {
|
|
116
|
-
return &file_scanningconfig_proto_enumTypes[
|
|
162
|
+
return &file_scanningconfig_proto_enumTypes[2]
|
|
117
163
|
}
|
|
118
164
|
|
|
119
165
|
func (x Component_ComponentType) Number() protoreflect.EnumNumber {
|
|
@@ -122,7 +168,7 @@ func (x Component_ComponentType) Number() protoreflect.EnumNumber {
|
|
|
122
168
|
|
|
123
169
|
// Deprecated: Use Component_ComponentType.Descriptor instead.
|
|
124
170
|
func (Component_ComponentType) EnumDescriptor() ([]byte, []int) {
|
|
125
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
171
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{7, 0}
|
|
126
172
|
}
|
|
127
173
|
|
|
128
174
|
type Action_ActionType int32
|
|
@@ -158,11 +204,11 @@ func (x Action_ActionType) String() string {
|
|
|
158
204
|
}
|
|
159
205
|
|
|
160
206
|
func (Action_ActionType) Descriptor() protoreflect.EnumDescriptor {
|
|
161
|
-
return file_scanningconfig_proto_enumTypes[
|
|
207
|
+
return file_scanningconfig_proto_enumTypes[3].Descriptor()
|
|
162
208
|
}
|
|
163
209
|
|
|
164
210
|
func (Action_ActionType) Type() protoreflect.EnumType {
|
|
165
|
-
return &file_scanningconfig_proto_enumTypes[
|
|
211
|
+
return &file_scanningconfig_proto_enumTypes[3]
|
|
166
212
|
}
|
|
167
213
|
|
|
168
214
|
func (x Action_ActionType) Number() protoreflect.EnumNumber {
|
|
@@ -171,7 +217,7 @@ func (x Action_ActionType) Number() protoreflect.EnumNumber {
|
|
|
171
217
|
|
|
172
218
|
// Deprecated: Use Action_ActionType.Descriptor instead.
|
|
173
219
|
func (Action_ActionType) EnumDescriptor() ([]byte, []int) {
|
|
174
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
220
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{13, 0}
|
|
175
221
|
}
|
|
176
222
|
|
|
177
223
|
type ActionDefinition_ScanFocus int32
|
|
@@ -207,11 +253,11 @@ func (x ActionDefinition_ScanFocus) String() string {
|
|
|
207
253
|
}
|
|
208
254
|
|
|
209
255
|
func (ActionDefinition_ScanFocus) Descriptor() protoreflect.EnumDescriptor {
|
|
210
|
-
return file_scanningconfig_proto_enumTypes[
|
|
256
|
+
return file_scanningconfig_proto_enumTypes[4].Descriptor()
|
|
211
257
|
}
|
|
212
258
|
|
|
213
259
|
func (ActionDefinition_ScanFocus) Type() protoreflect.EnumType {
|
|
214
|
-
return &file_scanningconfig_proto_enumTypes[
|
|
260
|
+
return &file_scanningconfig_proto_enumTypes[4]
|
|
215
261
|
}
|
|
216
262
|
|
|
217
263
|
func (x ActionDefinition_ScanFocus) Number() protoreflect.EnumNumber {
|
|
@@ -220,7 +266,7 @@ func (x ActionDefinition_ScanFocus) Number() protoreflect.EnumNumber {
|
|
|
220
266
|
|
|
221
267
|
// Deprecated: Use ActionDefinition_ScanFocus.Descriptor instead.
|
|
222
268
|
func (ActionDefinition_ScanFocus) EnumDescriptor() ([]byte, []int) {
|
|
223
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
269
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{15, 0}
|
|
224
270
|
}
|
|
225
271
|
|
|
226
272
|
type TargetData_TargetType int32
|
|
@@ -259,11 +305,11 @@ func (x TargetData_TargetType) String() string {
|
|
|
259
305
|
}
|
|
260
306
|
|
|
261
307
|
func (TargetData_TargetType) Descriptor() protoreflect.EnumDescriptor {
|
|
262
|
-
return file_scanningconfig_proto_enumTypes[
|
|
308
|
+
return file_scanningconfig_proto_enumTypes[5].Descriptor()
|
|
263
309
|
}
|
|
264
310
|
|
|
265
311
|
func (TargetData_TargetType) Type() protoreflect.EnumType {
|
|
266
|
-
return &file_scanningconfig_proto_enumTypes[
|
|
312
|
+
return &file_scanningconfig_proto_enumTypes[5]
|
|
267
313
|
}
|
|
268
314
|
|
|
269
315
|
func (x TargetData_TargetType) Number() protoreflect.EnumNumber {
|
|
@@ -272,7 +318,7 @@ func (x TargetData_TargetType) Number() protoreflect.EnumNumber {
|
|
|
272
318
|
|
|
273
319
|
// Deprecated: Use TargetData_TargetType.Descriptor instead.
|
|
274
320
|
func (TargetData_TargetType) EnumDescriptor() ([]byte, []int) {
|
|
275
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
321
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{16, 0}
|
|
276
322
|
}
|
|
277
323
|
|
|
278
324
|
type ADData_LDAPType int32
|
|
@@ -308,11 +354,11 @@ func (x ADData_LDAPType) String() string {
|
|
|
308
354
|
}
|
|
309
355
|
|
|
310
356
|
func (ADData_LDAPType) Descriptor() protoreflect.EnumDescriptor {
|
|
311
|
-
return file_scanningconfig_proto_enumTypes[
|
|
357
|
+
return file_scanningconfig_proto_enumTypes[6].Descriptor()
|
|
312
358
|
}
|
|
313
359
|
|
|
314
360
|
func (ADData_LDAPType) Type() protoreflect.EnumType {
|
|
315
|
-
return &file_scanningconfig_proto_enumTypes[
|
|
361
|
+
return &file_scanningconfig_proto_enumTypes[6]
|
|
316
362
|
}
|
|
317
363
|
|
|
318
364
|
func (x ADData_LDAPType) Number() protoreflect.EnumNumber {
|
|
@@ -321,7 +367,7 @@ func (x ADData_LDAPType) Number() protoreflect.EnumNumber {
|
|
|
321
367
|
|
|
322
368
|
// Deprecated: Use ADData_LDAPType.Descriptor instead.
|
|
323
369
|
func (ADData_LDAPType) EnumDescriptor() ([]byte, []int) {
|
|
324
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
370
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{20, 0}
|
|
325
371
|
}
|
|
326
372
|
|
|
327
373
|
type Agent_ScanFocus int32
|
|
@@ -357,11 +403,11 @@ func (x Agent_ScanFocus) String() string {
|
|
|
357
403
|
}
|
|
358
404
|
|
|
359
405
|
func (Agent_ScanFocus) Descriptor() protoreflect.EnumDescriptor {
|
|
360
|
-
return file_scanningconfig_proto_enumTypes[
|
|
406
|
+
return file_scanningconfig_proto_enumTypes[7].Descriptor()
|
|
361
407
|
}
|
|
362
408
|
|
|
363
409
|
func (Agent_ScanFocus) Type() protoreflect.EnumType {
|
|
364
|
-
return &file_scanningconfig_proto_enumTypes[
|
|
410
|
+
return &file_scanningconfig_proto_enumTypes[7]
|
|
365
411
|
}
|
|
366
412
|
|
|
367
413
|
func (x Agent_ScanFocus) Number() protoreflect.EnumNumber {
|
|
@@ -370,7 +416,7 @@ func (x Agent_ScanFocus) Number() protoreflect.EnumNumber {
|
|
|
370
416
|
|
|
371
417
|
// Deprecated: Use Agent_ScanFocus.Descriptor instead.
|
|
372
418
|
func (Agent_ScanFocus) EnumDescriptor() ([]byte, []int) {
|
|
373
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
419
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{21, 0}
|
|
374
420
|
}
|
|
375
421
|
|
|
376
422
|
type Credential_CredentialType int32
|
|
@@ -400,11 +446,11 @@ func (x Credential_CredentialType) String() string {
|
|
|
400
446
|
}
|
|
401
447
|
|
|
402
448
|
func (Credential_CredentialType) Descriptor() protoreflect.EnumDescriptor {
|
|
403
|
-
return file_scanningconfig_proto_enumTypes[
|
|
449
|
+
return file_scanningconfig_proto_enumTypes[8].Descriptor()
|
|
404
450
|
}
|
|
405
451
|
|
|
406
452
|
func (Credential_CredentialType) Type() protoreflect.EnumType {
|
|
407
|
-
return &file_scanningconfig_proto_enumTypes[
|
|
453
|
+
return &file_scanningconfig_proto_enumTypes[8]
|
|
408
454
|
}
|
|
409
455
|
|
|
410
456
|
func (x Credential_CredentialType) Number() protoreflect.EnumNumber {
|
|
@@ -413,7 +459,7 @@ func (x Credential_CredentialType) Number() protoreflect.EnumNumber {
|
|
|
413
459
|
|
|
414
460
|
// Deprecated: Use Credential_CredentialType.Descriptor instead.
|
|
415
461
|
func (Credential_CredentialType) EnumDescriptor() ([]byte, []int) {
|
|
416
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
462
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{22, 0}
|
|
417
463
|
}
|
|
418
464
|
|
|
419
465
|
type LogSettings_LogLevel int32
|
|
@@ -458,11 +504,11 @@ func (x LogSettings_LogLevel) String() string {
|
|
|
458
504
|
}
|
|
459
505
|
|
|
460
506
|
func (LogSettings_LogLevel) Descriptor() protoreflect.EnumDescriptor {
|
|
461
|
-
return file_scanningconfig_proto_enumTypes[
|
|
507
|
+
return file_scanningconfig_proto_enumTypes[9].Descriptor()
|
|
462
508
|
}
|
|
463
509
|
|
|
464
510
|
func (LogSettings_LogLevel) Type() protoreflect.EnumType {
|
|
465
|
-
return &file_scanningconfig_proto_enumTypes[
|
|
511
|
+
return &file_scanningconfig_proto_enumTypes[9]
|
|
466
512
|
}
|
|
467
513
|
|
|
468
514
|
func (x LogSettings_LogLevel) Number() protoreflect.EnumNumber {
|
|
@@ -471,7 +517,7 @@ func (x LogSettings_LogLevel) Number() protoreflect.EnumNumber {
|
|
|
471
517
|
|
|
472
518
|
// Deprecated: Use LogSettings_LogLevel.Descriptor instead.
|
|
473
519
|
func (LogSettings_LogLevel) EnumDescriptor() ([]byte, []int) {
|
|
474
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
520
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{46, 0}
|
|
475
521
|
}
|
|
476
522
|
|
|
477
523
|
type DeleteActionRequest struct {
|
|
@@ -688,6 +734,179 @@ func (x *GetConfigurationsBySourceResponse) GetConfigs() []*Component {
|
|
|
688
734
|
return nil
|
|
689
735
|
}
|
|
690
736
|
|
|
737
|
+
type GetExclusionsBySourceRequest struct {
|
|
738
|
+
state protoimpl.MessageState
|
|
739
|
+
sizeCache protoimpl.SizeCache
|
|
740
|
+
unknownFields protoimpl.UnknownFields
|
|
741
|
+
|
|
742
|
+
SourceId string `protobuf:"bytes,1,opt,name=source_id,json=sourceId,proto3" json:"source_id,omitempty"`
|
|
743
|
+
SiteId string `protobuf:"bytes,2,opt,name=site_id,json=siteId,proto3" json:"site_id,omitempty"`
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
func (x *GetExclusionsBySourceRequest) Reset() {
|
|
747
|
+
*x = GetExclusionsBySourceRequest{}
|
|
748
|
+
if protoimpl.UnsafeEnabled {
|
|
749
|
+
mi := &file_scanningconfig_proto_msgTypes[4]
|
|
750
|
+
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
751
|
+
ms.StoreMessageInfo(mi)
|
|
752
|
+
}
|
|
753
|
+
}
|
|
754
|
+
|
|
755
|
+
func (x *GetExclusionsBySourceRequest) String() string {
|
|
756
|
+
return protoimpl.X.MessageStringOf(x)
|
|
757
|
+
}
|
|
758
|
+
|
|
759
|
+
func (*GetExclusionsBySourceRequest) ProtoMessage() {}
|
|
760
|
+
|
|
761
|
+
func (x *GetExclusionsBySourceRequest) ProtoReflect() protoreflect.Message {
|
|
762
|
+
mi := &file_scanningconfig_proto_msgTypes[4]
|
|
763
|
+
if protoimpl.UnsafeEnabled && x != nil {
|
|
764
|
+
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
765
|
+
if ms.LoadMessageInfo() == nil {
|
|
766
|
+
ms.StoreMessageInfo(mi)
|
|
767
|
+
}
|
|
768
|
+
return ms
|
|
769
|
+
}
|
|
770
|
+
return mi.MessageOf(x)
|
|
771
|
+
}
|
|
772
|
+
|
|
773
|
+
// Deprecated: Use GetExclusionsBySourceRequest.ProtoReflect.Descriptor instead.
|
|
774
|
+
func (*GetExclusionsBySourceRequest) Descriptor() ([]byte, []int) {
|
|
775
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{4}
|
|
776
|
+
}
|
|
777
|
+
|
|
778
|
+
func (x *GetExclusionsBySourceRequest) GetSourceId() string {
|
|
779
|
+
if x != nil {
|
|
780
|
+
return x.SourceId
|
|
781
|
+
}
|
|
782
|
+
return ""
|
|
783
|
+
}
|
|
784
|
+
|
|
785
|
+
func (x *GetExclusionsBySourceRequest) GetSiteId() string {
|
|
786
|
+
if x != nil {
|
|
787
|
+
return x.SiteId
|
|
788
|
+
}
|
|
789
|
+
return ""
|
|
790
|
+
}
|
|
791
|
+
|
|
792
|
+
type GetExclusionsBySourceResponse struct {
|
|
793
|
+
state protoimpl.MessageState
|
|
794
|
+
sizeCache protoimpl.SizeCache
|
|
795
|
+
unknownFields protoimpl.UnknownFields
|
|
796
|
+
|
|
797
|
+
Exclusions []*Exclusion `protobuf:"bytes,1,rep,name=exclusions,proto3" json:"exclusions,omitempty"`
|
|
798
|
+
}
|
|
799
|
+
|
|
800
|
+
func (x *GetExclusionsBySourceResponse) Reset() {
|
|
801
|
+
*x = GetExclusionsBySourceResponse{}
|
|
802
|
+
if protoimpl.UnsafeEnabled {
|
|
803
|
+
mi := &file_scanningconfig_proto_msgTypes[5]
|
|
804
|
+
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
805
|
+
ms.StoreMessageInfo(mi)
|
|
806
|
+
}
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
func (x *GetExclusionsBySourceResponse) String() string {
|
|
810
|
+
return protoimpl.X.MessageStringOf(x)
|
|
811
|
+
}
|
|
812
|
+
|
|
813
|
+
func (*GetExclusionsBySourceResponse) ProtoMessage() {}
|
|
814
|
+
|
|
815
|
+
func (x *GetExclusionsBySourceResponse) ProtoReflect() protoreflect.Message {
|
|
816
|
+
mi := &file_scanningconfig_proto_msgTypes[5]
|
|
817
|
+
if protoimpl.UnsafeEnabled && x != nil {
|
|
818
|
+
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
819
|
+
if ms.LoadMessageInfo() == nil {
|
|
820
|
+
ms.StoreMessageInfo(mi)
|
|
821
|
+
}
|
|
822
|
+
return ms
|
|
823
|
+
}
|
|
824
|
+
return mi.MessageOf(x)
|
|
825
|
+
}
|
|
826
|
+
|
|
827
|
+
// Deprecated: Use GetExclusionsBySourceResponse.ProtoReflect.Descriptor instead.
|
|
828
|
+
func (*GetExclusionsBySourceResponse) Descriptor() ([]byte, []int) {
|
|
829
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{5}
|
|
830
|
+
}
|
|
831
|
+
|
|
832
|
+
func (x *GetExclusionsBySourceResponse) GetExclusions() []*Exclusion {
|
|
833
|
+
if x != nil {
|
|
834
|
+
return x.Exclusions
|
|
835
|
+
}
|
|
836
|
+
return nil
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
type Exclusion struct {
|
|
840
|
+
state protoimpl.MessageState
|
|
841
|
+
sizeCache protoimpl.SizeCache
|
|
842
|
+
unknownFields protoimpl.UnknownFields
|
|
843
|
+
|
|
844
|
+
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
845
|
+
Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
|
|
846
|
+
Type Exclusion_ExclusionType `protobuf:"varint,3,opt,name=type,proto3,enum=lansweeper.scanningconfig.v1.Exclusion_ExclusionType" json:"type,omitempty"`
|
|
847
|
+
Value string `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"`
|
|
848
|
+
}
|
|
849
|
+
|
|
850
|
+
func (x *Exclusion) Reset() {
|
|
851
|
+
*x = Exclusion{}
|
|
852
|
+
if protoimpl.UnsafeEnabled {
|
|
853
|
+
mi := &file_scanningconfig_proto_msgTypes[6]
|
|
854
|
+
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
855
|
+
ms.StoreMessageInfo(mi)
|
|
856
|
+
}
|
|
857
|
+
}
|
|
858
|
+
|
|
859
|
+
func (x *Exclusion) String() string {
|
|
860
|
+
return protoimpl.X.MessageStringOf(x)
|
|
861
|
+
}
|
|
862
|
+
|
|
863
|
+
func (*Exclusion) ProtoMessage() {}
|
|
864
|
+
|
|
865
|
+
func (x *Exclusion) ProtoReflect() protoreflect.Message {
|
|
866
|
+
mi := &file_scanningconfig_proto_msgTypes[6]
|
|
867
|
+
if protoimpl.UnsafeEnabled && x != nil {
|
|
868
|
+
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
869
|
+
if ms.LoadMessageInfo() == nil {
|
|
870
|
+
ms.StoreMessageInfo(mi)
|
|
871
|
+
}
|
|
872
|
+
return ms
|
|
873
|
+
}
|
|
874
|
+
return mi.MessageOf(x)
|
|
875
|
+
}
|
|
876
|
+
|
|
877
|
+
// Deprecated: Use Exclusion.ProtoReflect.Descriptor instead.
|
|
878
|
+
func (*Exclusion) Descriptor() ([]byte, []int) {
|
|
879
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{6}
|
|
880
|
+
}
|
|
881
|
+
|
|
882
|
+
func (x *Exclusion) GetId() string {
|
|
883
|
+
if x != nil {
|
|
884
|
+
return x.Id
|
|
885
|
+
}
|
|
886
|
+
return ""
|
|
887
|
+
}
|
|
888
|
+
|
|
889
|
+
func (x *Exclusion) GetReason() string {
|
|
890
|
+
if x != nil {
|
|
891
|
+
return x.Reason
|
|
892
|
+
}
|
|
893
|
+
return ""
|
|
894
|
+
}
|
|
895
|
+
|
|
896
|
+
func (x *Exclusion) GetType() Exclusion_ExclusionType {
|
|
897
|
+
if x != nil {
|
|
898
|
+
return x.Type
|
|
899
|
+
}
|
|
900
|
+
return Exclusion_UNSPECIFIED
|
|
901
|
+
}
|
|
902
|
+
|
|
903
|
+
func (x *Exclusion) GetValue() string {
|
|
904
|
+
if x != nil {
|
|
905
|
+
return x.Value
|
|
906
|
+
}
|
|
907
|
+
return ""
|
|
908
|
+
}
|
|
909
|
+
|
|
691
910
|
type Component struct {
|
|
692
911
|
state protoimpl.MessageState
|
|
693
912
|
sizeCache protoimpl.SizeCache
|
|
@@ -705,7 +924,7 @@ type Component struct {
|
|
|
705
924
|
func (x *Component) Reset() {
|
|
706
925
|
*x = Component{}
|
|
707
926
|
if protoimpl.UnsafeEnabled {
|
|
708
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
927
|
+
mi := &file_scanningconfig_proto_msgTypes[7]
|
|
709
928
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
710
929
|
ms.StoreMessageInfo(mi)
|
|
711
930
|
}
|
|
@@ -718,7 +937,7 @@ func (x *Component) String() string {
|
|
|
718
937
|
func (*Component) ProtoMessage() {}
|
|
719
938
|
|
|
720
939
|
func (x *Component) ProtoReflect() protoreflect.Message {
|
|
721
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
940
|
+
mi := &file_scanningconfig_proto_msgTypes[7]
|
|
722
941
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
723
942
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
724
943
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -731,7 +950,7 @@ func (x *Component) ProtoReflect() protoreflect.Message {
|
|
|
731
950
|
|
|
732
951
|
// Deprecated: Use Component.ProtoReflect.Descriptor instead.
|
|
733
952
|
func (*Component) Descriptor() ([]byte, []int) {
|
|
734
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
953
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{7}
|
|
735
954
|
}
|
|
736
955
|
|
|
737
956
|
func (x *Component) GetId() string {
|
|
@@ -790,7 +1009,7 @@ type AssetRadar struct {
|
|
|
790
1009
|
func (x *AssetRadar) Reset() {
|
|
791
1010
|
*x = AssetRadar{}
|
|
792
1011
|
if protoimpl.UnsafeEnabled {
|
|
793
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1012
|
+
mi := &file_scanningconfig_proto_msgTypes[8]
|
|
794
1013
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
795
1014
|
ms.StoreMessageInfo(mi)
|
|
796
1015
|
}
|
|
@@ -803,7 +1022,7 @@ func (x *AssetRadar) String() string {
|
|
|
803
1022
|
func (*AssetRadar) ProtoMessage() {}
|
|
804
1023
|
|
|
805
1024
|
func (x *AssetRadar) ProtoReflect() protoreflect.Message {
|
|
806
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1025
|
+
mi := &file_scanningconfig_proto_msgTypes[8]
|
|
807
1026
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
808
1027
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
809
1028
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -816,7 +1035,7 @@ func (x *AssetRadar) ProtoReflect() protoreflect.Message {
|
|
|
816
1035
|
|
|
817
1036
|
// Deprecated: Use AssetRadar.ProtoReflect.Descriptor instead.
|
|
818
1037
|
func (*AssetRadar) Descriptor() ([]byte, []int) {
|
|
819
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
1038
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{8}
|
|
820
1039
|
}
|
|
821
1040
|
|
|
822
1041
|
func (x *AssetRadar) GetEnabled() bool {
|
|
@@ -846,7 +1065,7 @@ type NetworkVisibility struct {
|
|
|
846
1065
|
func (x *NetworkVisibility) Reset() {
|
|
847
1066
|
*x = NetworkVisibility{}
|
|
848
1067
|
if protoimpl.UnsafeEnabled {
|
|
849
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1068
|
+
mi := &file_scanningconfig_proto_msgTypes[9]
|
|
850
1069
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
851
1070
|
ms.StoreMessageInfo(mi)
|
|
852
1071
|
}
|
|
@@ -859,7 +1078,7 @@ func (x *NetworkVisibility) String() string {
|
|
|
859
1078
|
func (*NetworkVisibility) ProtoMessage() {}
|
|
860
1079
|
|
|
861
1080
|
func (x *NetworkVisibility) ProtoReflect() protoreflect.Message {
|
|
862
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1081
|
+
mi := &file_scanningconfig_proto_msgTypes[9]
|
|
863
1082
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
864
1083
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
865
1084
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -872,7 +1091,7 @@ func (x *NetworkVisibility) ProtoReflect() protoreflect.Message {
|
|
|
872
1091
|
|
|
873
1092
|
// Deprecated: Use NetworkVisibility.ProtoReflect.Descriptor instead.
|
|
874
1093
|
func (*NetworkVisibility) Descriptor() ([]byte, []int) {
|
|
875
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
1094
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{9}
|
|
876
1095
|
}
|
|
877
1096
|
|
|
878
1097
|
func (x *NetworkVisibility) GetEnabled() bool {
|
|
@@ -902,7 +1121,7 @@ type AutoUpdate struct {
|
|
|
902
1121
|
func (x *AutoUpdate) Reset() {
|
|
903
1122
|
*x = AutoUpdate{}
|
|
904
1123
|
if protoimpl.UnsafeEnabled {
|
|
905
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1124
|
+
mi := &file_scanningconfig_proto_msgTypes[10]
|
|
906
1125
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
907
1126
|
ms.StoreMessageInfo(mi)
|
|
908
1127
|
}
|
|
@@ -915,7 +1134,7 @@ func (x *AutoUpdate) String() string {
|
|
|
915
1134
|
func (*AutoUpdate) ProtoMessage() {}
|
|
916
1135
|
|
|
917
1136
|
func (x *AutoUpdate) ProtoReflect() protoreflect.Message {
|
|
918
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1137
|
+
mi := &file_scanningconfig_proto_msgTypes[10]
|
|
919
1138
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
920
1139
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
921
1140
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -928,7 +1147,7 @@ func (x *AutoUpdate) ProtoReflect() protoreflect.Message {
|
|
|
928
1147
|
|
|
929
1148
|
// Deprecated: Use AutoUpdate.ProtoReflect.Descriptor instead.
|
|
930
1149
|
func (*AutoUpdate) Descriptor() ([]byte, []int) {
|
|
931
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
1150
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{10}
|
|
932
1151
|
}
|
|
933
1152
|
|
|
934
1153
|
func (x *AutoUpdate) GetEnabled() bool {
|
|
@@ -959,7 +1178,7 @@ type OperationalConfig struct {
|
|
|
959
1178
|
func (x *OperationalConfig) Reset() {
|
|
960
1179
|
*x = OperationalConfig{}
|
|
961
1180
|
if protoimpl.UnsafeEnabled {
|
|
962
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1181
|
+
mi := &file_scanningconfig_proto_msgTypes[11]
|
|
963
1182
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
964
1183
|
ms.StoreMessageInfo(mi)
|
|
965
1184
|
}
|
|
@@ -972,7 +1191,7 @@ func (x *OperationalConfig) String() string {
|
|
|
972
1191
|
func (*OperationalConfig) ProtoMessage() {}
|
|
973
1192
|
|
|
974
1193
|
func (x *OperationalConfig) ProtoReflect() protoreflect.Message {
|
|
975
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1194
|
+
mi := &file_scanningconfig_proto_msgTypes[11]
|
|
976
1195
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
977
1196
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
978
1197
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -985,7 +1204,7 @@ func (x *OperationalConfig) ProtoReflect() protoreflect.Message {
|
|
|
985
1204
|
|
|
986
1205
|
// Deprecated: Use OperationalConfig.ProtoReflect.Descriptor instead.
|
|
987
1206
|
func (*OperationalConfig) Descriptor() ([]byte, []int) {
|
|
988
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
1207
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{11}
|
|
989
1208
|
}
|
|
990
1209
|
|
|
991
1210
|
// Deprecated: Marked as deprecated in scanningconfig.proto.
|
|
@@ -1022,7 +1241,7 @@ type Trigger struct {
|
|
|
1022
1241
|
func (x *Trigger) Reset() {
|
|
1023
1242
|
*x = Trigger{}
|
|
1024
1243
|
if protoimpl.UnsafeEnabled {
|
|
1025
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1244
|
+
mi := &file_scanningconfig_proto_msgTypes[12]
|
|
1026
1245
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1027
1246
|
ms.StoreMessageInfo(mi)
|
|
1028
1247
|
}
|
|
@@ -1035,7 +1254,7 @@ func (x *Trigger) String() string {
|
|
|
1035
1254
|
func (*Trigger) ProtoMessage() {}
|
|
1036
1255
|
|
|
1037
1256
|
func (x *Trigger) ProtoReflect() protoreflect.Message {
|
|
1038
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1257
|
+
mi := &file_scanningconfig_proto_msgTypes[12]
|
|
1039
1258
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1040
1259
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1041
1260
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1048,7 +1267,7 @@ func (x *Trigger) ProtoReflect() protoreflect.Message {
|
|
|
1048
1267
|
|
|
1049
1268
|
// Deprecated: Use Trigger.ProtoReflect.Descriptor instead.
|
|
1050
1269
|
func (*Trigger) Descriptor() ([]byte, []int) {
|
|
1051
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
1270
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{12}
|
|
1052
1271
|
}
|
|
1053
1272
|
|
|
1054
1273
|
func (x *Trigger) GetCronExpr() string {
|
|
@@ -1086,7 +1305,7 @@ type Action struct {
|
|
|
1086
1305
|
func (x *Action) Reset() {
|
|
1087
1306
|
*x = Action{}
|
|
1088
1307
|
if protoimpl.UnsafeEnabled {
|
|
1089
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1308
|
+
mi := &file_scanningconfig_proto_msgTypes[13]
|
|
1090
1309
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1091
1310
|
ms.StoreMessageInfo(mi)
|
|
1092
1311
|
}
|
|
@@ -1099,7 +1318,7 @@ func (x *Action) String() string {
|
|
|
1099
1318
|
func (*Action) ProtoMessage() {}
|
|
1100
1319
|
|
|
1101
1320
|
func (x *Action) ProtoReflect() protoreflect.Message {
|
|
1102
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1321
|
+
mi := &file_scanningconfig_proto_msgTypes[13]
|
|
1103
1322
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1104
1323
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1105
1324
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1112,7 +1331,7 @@ func (x *Action) ProtoReflect() protoreflect.Message {
|
|
|
1112
1331
|
|
|
1113
1332
|
// Deprecated: Use Action.ProtoReflect.Descriptor instead.
|
|
1114
1333
|
func (*Action) Descriptor() ([]byte, []int) {
|
|
1115
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
1334
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{13}
|
|
1116
1335
|
}
|
|
1117
1336
|
|
|
1118
1337
|
func (x *Action) GetTriggers() []*Trigger {
|
|
@@ -1209,7 +1428,7 @@ type Agentless struct {
|
|
|
1209
1428
|
func (x *Agentless) Reset() {
|
|
1210
1429
|
*x = Agentless{}
|
|
1211
1430
|
if protoimpl.UnsafeEnabled {
|
|
1212
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1431
|
+
mi := &file_scanningconfig_proto_msgTypes[14]
|
|
1213
1432
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1214
1433
|
ms.StoreMessageInfo(mi)
|
|
1215
1434
|
}
|
|
@@ -1222,7 +1441,7 @@ func (x *Agentless) String() string {
|
|
|
1222
1441
|
func (*Agentless) ProtoMessage() {}
|
|
1223
1442
|
|
|
1224
1443
|
func (x *Agentless) ProtoReflect() protoreflect.Message {
|
|
1225
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1444
|
+
mi := &file_scanningconfig_proto_msgTypes[14]
|
|
1226
1445
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1227
1446
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1228
1447
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1235,7 +1454,7 @@ func (x *Agentless) ProtoReflect() protoreflect.Message {
|
|
|
1235
1454
|
|
|
1236
1455
|
// Deprecated: Use Agentless.ProtoReflect.Descriptor instead.
|
|
1237
1456
|
func (*Agentless) Descriptor() ([]byte, []int) {
|
|
1238
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
1457
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{14}
|
|
1239
1458
|
}
|
|
1240
1459
|
|
|
1241
1460
|
func (x *Agentless) GetTargets() []string {
|
|
@@ -1260,7 +1479,7 @@ type ActionDefinition struct {
|
|
|
1260
1479
|
func (x *ActionDefinition) Reset() {
|
|
1261
1480
|
*x = ActionDefinition{}
|
|
1262
1481
|
if protoimpl.UnsafeEnabled {
|
|
1263
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1482
|
+
mi := &file_scanningconfig_proto_msgTypes[15]
|
|
1264
1483
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1265
1484
|
ms.StoreMessageInfo(mi)
|
|
1266
1485
|
}
|
|
@@ -1273,7 +1492,7 @@ func (x *ActionDefinition) String() string {
|
|
|
1273
1492
|
func (*ActionDefinition) ProtoMessage() {}
|
|
1274
1493
|
|
|
1275
1494
|
func (x *ActionDefinition) ProtoReflect() protoreflect.Message {
|
|
1276
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1495
|
+
mi := &file_scanningconfig_proto_msgTypes[15]
|
|
1277
1496
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1278
1497
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1279
1498
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1286,7 +1505,7 @@ func (x *ActionDefinition) ProtoReflect() protoreflect.Message {
|
|
|
1286
1505
|
|
|
1287
1506
|
// Deprecated: Use ActionDefinition.ProtoReflect.Descriptor instead.
|
|
1288
1507
|
func (*ActionDefinition) Descriptor() ([]byte, []int) {
|
|
1289
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
1508
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{15}
|
|
1290
1509
|
}
|
|
1291
1510
|
|
|
1292
1511
|
func (x *ActionDefinition) GetScanFocus() ActionDefinition_ScanFocus {
|
|
@@ -1336,7 +1555,7 @@ type TargetData struct {
|
|
|
1336
1555
|
func (x *TargetData) Reset() {
|
|
1337
1556
|
*x = TargetData{}
|
|
1338
1557
|
if protoimpl.UnsafeEnabled {
|
|
1339
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1558
|
+
mi := &file_scanningconfig_proto_msgTypes[16]
|
|
1340
1559
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1341
1560
|
ms.StoreMessageInfo(mi)
|
|
1342
1561
|
}
|
|
@@ -1349,7 +1568,7 @@ func (x *TargetData) String() string {
|
|
|
1349
1568
|
func (*TargetData) ProtoMessage() {}
|
|
1350
1569
|
|
|
1351
1570
|
func (x *TargetData) ProtoReflect() protoreflect.Message {
|
|
1352
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1571
|
+
mi := &file_scanningconfig_proto_msgTypes[16]
|
|
1353
1572
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1354
1573
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1355
1574
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1362,7 +1581,7 @@ func (x *TargetData) ProtoReflect() protoreflect.Message {
|
|
|
1362
1581
|
|
|
1363
1582
|
// Deprecated: Use TargetData.ProtoReflect.Descriptor instead.
|
|
1364
1583
|
func (*TargetData) Descriptor() ([]byte, []int) {
|
|
1365
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
1584
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{16}
|
|
1366
1585
|
}
|
|
1367
1586
|
|
|
1368
1587
|
func (x *TargetData) GetType() TargetData_TargetType {
|
|
@@ -1448,7 +1667,7 @@ type SCCMData struct {
|
|
|
1448
1667
|
func (x *SCCMData) Reset() {
|
|
1449
1668
|
*x = SCCMData{}
|
|
1450
1669
|
if protoimpl.UnsafeEnabled {
|
|
1451
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1670
|
+
mi := &file_scanningconfig_proto_msgTypes[17]
|
|
1452
1671
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1453
1672
|
ms.StoreMessageInfo(mi)
|
|
1454
1673
|
}
|
|
@@ -1461,7 +1680,7 @@ func (x *SCCMData) String() string {
|
|
|
1461
1680
|
func (*SCCMData) ProtoMessage() {}
|
|
1462
1681
|
|
|
1463
1682
|
func (x *SCCMData) ProtoReflect() protoreflect.Message {
|
|
1464
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1683
|
+
mi := &file_scanningconfig_proto_msgTypes[17]
|
|
1465
1684
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1466
1685
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1467
1686
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1474,7 +1693,7 @@ func (x *SCCMData) ProtoReflect() protoreflect.Message {
|
|
|
1474
1693
|
|
|
1475
1694
|
// Deprecated: Use SCCMData.ProtoReflect.Descriptor instead.
|
|
1476
1695
|
func (*SCCMData) Descriptor() ([]byte, []int) {
|
|
1477
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
1696
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{17}
|
|
1478
1697
|
}
|
|
1479
1698
|
|
|
1480
1699
|
func (x *SCCMData) GetTarget() string {
|
|
@@ -1497,7 +1716,7 @@ type IPScanData struct {
|
|
|
1497
1716
|
func (x *IPScanData) Reset() {
|
|
1498
1717
|
*x = IPScanData{}
|
|
1499
1718
|
if protoimpl.UnsafeEnabled {
|
|
1500
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1719
|
+
mi := &file_scanningconfig_proto_msgTypes[18]
|
|
1501
1720
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1502
1721
|
ms.StoreMessageInfo(mi)
|
|
1503
1722
|
}
|
|
@@ -1510,7 +1729,7 @@ func (x *IPScanData) String() string {
|
|
|
1510
1729
|
func (*IPScanData) ProtoMessage() {}
|
|
1511
1730
|
|
|
1512
1731
|
func (x *IPScanData) ProtoReflect() protoreflect.Message {
|
|
1513
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1732
|
+
mi := &file_scanningconfig_proto_msgTypes[18]
|
|
1514
1733
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1515
1734
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1516
1735
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1523,7 +1742,7 @@ func (x *IPScanData) ProtoReflect() protoreflect.Message {
|
|
|
1523
1742
|
|
|
1524
1743
|
// Deprecated: Use IPScanData.ProtoReflect.Descriptor instead.
|
|
1525
1744
|
func (*IPScanData) Descriptor() ([]byte, []int) {
|
|
1526
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
1745
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{18}
|
|
1527
1746
|
}
|
|
1528
1747
|
|
|
1529
1748
|
func (x *IPScanData) GetType() IPScanType {
|
|
@@ -1560,7 +1779,7 @@ type IPScanPing struct {
|
|
|
1560
1779
|
func (x *IPScanPing) Reset() {
|
|
1561
1780
|
*x = IPScanPing{}
|
|
1562
1781
|
if protoimpl.UnsafeEnabled {
|
|
1563
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1782
|
+
mi := &file_scanningconfig_proto_msgTypes[19]
|
|
1564
1783
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1565
1784
|
ms.StoreMessageInfo(mi)
|
|
1566
1785
|
}
|
|
@@ -1573,7 +1792,7 @@ func (x *IPScanPing) String() string {
|
|
|
1573
1792
|
func (*IPScanPing) ProtoMessage() {}
|
|
1574
1793
|
|
|
1575
1794
|
func (x *IPScanPing) ProtoReflect() protoreflect.Message {
|
|
1576
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1795
|
+
mi := &file_scanningconfig_proto_msgTypes[19]
|
|
1577
1796
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1578
1797
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1579
1798
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1586,7 +1805,7 @@ func (x *IPScanPing) ProtoReflect() protoreflect.Message {
|
|
|
1586
1805
|
|
|
1587
1806
|
// Deprecated: Use IPScanPing.ProtoReflect.Descriptor instead.
|
|
1588
1807
|
func (*IPScanPing) Descriptor() ([]byte, []int) {
|
|
1589
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
1808
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{19}
|
|
1590
1809
|
}
|
|
1591
1810
|
|
|
1592
1811
|
func (x *IPScanPing) GetUsePing() bool {
|
|
@@ -1628,7 +1847,7 @@ type ADData struct {
|
|
|
1628
1847
|
func (x *ADData) Reset() {
|
|
1629
1848
|
*x = ADData{}
|
|
1630
1849
|
if protoimpl.UnsafeEnabled {
|
|
1631
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1850
|
+
mi := &file_scanningconfig_proto_msgTypes[20]
|
|
1632
1851
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1633
1852
|
ms.StoreMessageInfo(mi)
|
|
1634
1853
|
}
|
|
@@ -1641,7 +1860,7 @@ func (x *ADData) String() string {
|
|
|
1641
1860
|
func (*ADData) ProtoMessage() {}
|
|
1642
1861
|
|
|
1643
1862
|
func (x *ADData) ProtoReflect() protoreflect.Message {
|
|
1644
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1863
|
+
mi := &file_scanningconfig_proto_msgTypes[20]
|
|
1645
1864
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1646
1865
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1647
1866
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1654,7 +1873,7 @@ func (x *ADData) ProtoReflect() protoreflect.Message {
|
|
|
1654
1873
|
|
|
1655
1874
|
// Deprecated: Use ADData.ProtoReflect.Descriptor instead.
|
|
1656
1875
|
func (*ADData) Descriptor() ([]byte, []int) {
|
|
1657
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
1876
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{20}
|
|
1658
1877
|
}
|
|
1659
1878
|
|
|
1660
1879
|
func (x *ADData) GetName() string {
|
|
@@ -1724,7 +1943,7 @@ type Agent struct {
|
|
|
1724
1943
|
func (x *Agent) Reset() {
|
|
1725
1944
|
*x = Agent{}
|
|
1726
1945
|
if protoimpl.UnsafeEnabled {
|
|
1727
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1946
|
+
mi := &file_scanningconfig_proto_msgTypes[21]
|
|
1728
1947
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1729
1948
|
ms.StoreMessageInfo(mi)
|
|
1730
1949
|
}
|
|
@@ -1737,7 +1956,7 @@ func (x *Agent) String() string {
|
|
|
1737
1956
|
func (*Agent) ProtoMessage() {}
|
|
1738
1957
|
|
|
1739
1958
|
func (x *Agent) ProtoReflect() protoreflect.Message {
|
|
1740
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1959
|
+
mi := &file_scanningconfig_proto_msgTypes[21]
|
|
1741
1960
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1742
1961
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1743
1962
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1750,7 +1969,7 @@ func (x *Agent) ProtoReflect() protoreflect.Message {
|
|
|
1750
1969
|
|
|
1751
1970
|
// Deprecated: Use Agent.ProtoReflect.Descriptor instead.
|
|
1752
1971
|
func (*Agent) Descriptor() ([]byte, []int) {
|
|
1753
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
1972
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{21}
|
|
1754
1973
|
}
|
|
1755
1974
|
|
|
1756
1975
|
func (x *Agent) GetScanFocus() Agent_ScanFocus {
|
|
@@ -1774,7 +1993,7 @@ type Credential struct {
|
|
|
1774
1993
|
func (x *Credential) Reset() {
|
|
1775
1994
|
*x = Credential{}
|
|
1776
1995
|
if protoimpl.UnsafeEnabled {
|
|
1777
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
1996
|
+
mi := &file_scanningconfig_proto_msgTypes[22]
|
|
1778
1997
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1779
1998
|
ms.StoreMessageInfo(mi)
|
|
1780
1999
|
}
|
|
@@ -1787,7 +2006,7 @@ func (x *Credential) String() string {
|
|
|
1787
2006
|
func (*Credential) ProtoMessage() {}
|
|
1788
2007
|
|
|
1789
2008
|
func (x *Credential) ProtoReflect() protoreflect.Message {
|
|
1790
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2009
|
+
mi := &file_scanningconfig_proto_msgTypes[22]
|
|
1791
2010
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1792
2011
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1793
2012
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1800,7 +2019,7 @@ func (x *Credential) ProtoReflect() protoreflect.Message {
|
|
|
1800
2019
|
|
|
1801
2020
|
// Deprecated: Use Credential.ProtoReflect.Descriptor instead.
|
|
1802
2021
|
func (*Credential) Descriptor() ([]byte, []int) {
|
|
1803
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
2022
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{22}
|
|
1804
2023
|
}
|
|
1805
2024
|
|
|
1806
2025
|
// Deprecated: Marked as deprecated in scanningconfig.proto.
|
|
@@ -1840,7 +2059,7 @@ type ApplicationConfig struct {
|
|
|
1840
2059
|
func (x *ApplicationConfig) Reset() {
|
|
1841
2060
|
*x = ApplicationConfig{}
|
|
1842
2061
|
if protoimpl.UnsafeEnabled {
|
|
1843
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2062
|
+
mi := &file_scanningconfig_proto_msgTypes[23]
|
|
1844
2063
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1845
2064
|
ms.StoreMessageInfo(mi)
|
|
1846
2065
|
}
|
|
@@ -1853,7 +2072,7 @@ func (x *ApplicationConfig) String() string {
|
|
|
1853
2072
|
func (*ApplicationConfig) ProtoMessage() {}
|
|
1854
2073
|
|
|
1855
2074
|
func (x *ApplicationConfig) ProtoReflect() protoreflect.Message {
|
|
1856
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2075
|
+
mi := &file_scanningconfig_proto_msgTypes[23]
|
|
1857
2076
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1858
2077
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1859
2078
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1866,7 +2085,7 @@ func (x *ApplicationConfig) ProtoReflect() protoreflect.Message {
|
|
|
1866
2085
|
|
|
1867
2086
|
// Deprecated: Use ApplicationConfig.ProtoReflect.Descriptor instead.
|
|
1868
2087
|
func (*ApplicationConfig) Descriptor() ([]byte, []int) {
|
|
1869
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
2088
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{23}
|
|
1870
2089
|
}
|
|
1871
2090
|
|
|
1872
2091
|
func (x *ApplicationConfig) GetLogging() *LogSettings {
|
|
@@ -1920,7 +2139,7 @@ type HubSettings struct {
|
|
|
1920
2139
|
func (x *HubSettings) Reset() {
|
|
1921
2140
|
*x = HubSettings{}
|
|
1922
2141
|
if protoimpl.UnsafeEnabled {
|
|
1923
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2142
|
+
mi := &file_scanningconfig_proto_msgTypes[24]
|
|
1924
2143
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1925
2144
|
ms.StoreMessageInfo(mi)
|
|
1926
2145
|
}
|
|
@@ -1933,7 +2152,7 @@ func (x *HubSettings) String() string {
|
|
|
1933
2152
|
func (*HubSettings) ProtoMessage() {}
|
|
1934
2153
|
|
|
1935
2154
|
func (x *HubSettings) ProtoReflect() protoreflect.Message {
|
|
1936
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2155
|
+
mi := &file_scanningconfig_proto_msgTypes[24]
|
|
1937
2156
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1938
2157
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1939
2158
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1946,7 +2165,7 @@ func (x *HubSettings) ProtoReflect() protoreflect.Message {
|
|
|
1946
2165
|
|
|
1947
2166
|
// Deprecated: Use HubSettings.ProtoReflect.Descriptor instead.
|
|
1948
2167
|
func (*HubSettings) Descriptor() ([]byte, []int) {
|
|
1949
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
2168
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{24}
|
|
1950
2169
|
}
|
|
1951
2170
|
|
|
1952
2171
|
func (x *HubSettings) GetNetworkConfiguration() *NetworkConfigurationSettings {
|
|
@@ -2003,7 +2222,7 @@ type MaintenanceSettings struct {
|
|
|
2003
2222
|
func (x *MaintenanceSettings) Reset() {
|
|
2004
2223
|
*x = MaintenanceSettings{}
|
|
2005
2224
|
if protoimpl.UnsafeEnabled {
|
|
2006
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2225
|
+
mi := &file_scanningconfig_proto_msgTypes[25]
|
|
2007
2226
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2008
2227
|
ms.StoreMessageInfo(mi)
|
|
2009
2228
|
}
|
|
@@ -2016,7 +2235,7 @@ func (x *MaintenanceSettings) String() string {
|
|
|
2016
2235
|
func (*MaintenanceSettings) ProtoMessage() {}
|
|
2017
2236
|
|
|
2018
2237
|
func (x *MaintenanceSettings) ProtoReflect() protoreflect.Message {
|
|
2019
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2238
|
+
mi := &file_scanningconfig_proto_msgTypes[25]
|
|
2020
2239
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2021
2240
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2022
2241
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2029,7 +2248,7 @@ func (x *MaintenanceSettings) ProtoReflect() protoreflect.Message {
|
|
|
2029
2248
|
|
|
2030
2249
|
// Deprecated: Use MaintenanceSettings.ProtoReflect.Descriptor instead.
|
|
2031
2250
|
func (*MaintenanceSettings) Descriptor() ([]byte, []int) {
|
|
2032
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
2251
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{25}
|
|
2033
2252
|
}
|
|
2034
2253
|
|
|
2035
2254
|
func (x *MaintenanceSettings) GetMaintenanceWindow() *wrapperspb.StringValue {
|
|
@@ -2058,7 +2277,7 @@ type RetentionPolicySettings struct {
|
|
|
2058
2277
|
func (x *RetentionPolicySettings) Reset() {
|
|
2059
2278
|
*x = RetentionPolicySettings{}
|
|
2060
2279
|
if protoimpl.UnsafeEnabled {
|
|
2061
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2280
|
+
mi := &file_scanningconfig_proto_msgTypes[26]
|
|
2062
2281
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2063
2282
|
ms.StoreMessageInfo(mi)
|
|
2064
2283
|
}
|
|
@@ -2071,7 +2290,7 @@ func (x *RetentionPolicySettings) String() string {
|
|
|
2071
2290
|
func (*RetentionPolicySettings) ProtoMessage() {}
|
|
2072
2291
|
|
|
2073
2292
|
func (x *RetentionPolicySettings) ProtoReflect() protoreflect.Message {
|
|
2074
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2293
|
+
mi := &file_scanningconfig_proto_msgTypes[26]
|
|
2075
2294
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2076
2295
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2077
2296
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2084,7 +2303,7 @@ func (x *RetentionPolicySettings) ProtoReflect() protoreflect.Message {
|
|
|
2084
2303
|
|
|
2085
2304
|
// Deprecated: Use RetentionPolicySettings.ProtoReflect.Descriptor instead.
|
|
2086
2305
|
func (*RetentionPolicySettings) Descriptor() ([]byte, []int) {
|
|
2087
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
2306
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{26}
|
|
2088
2307
|
}
|
|
2089
2308
|
|
|
2090
2309
|
func (x *RetentionPolicySettings) GetSyncedDataRetentionDays() *wrapperspb.Int32Value {
|
|
@@ -2114,7 +2333,7 @@ type NotificationSettings struct {
|
|
|
2114
2333
|
func (x *NotificationSettings) Reset() {
|
|
2115
2334
|
*x = NotificationSettings{}
|
|
2116
2335
|
if protoimpl.UnsafeEnabled {
|
|
2117
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2336
|
+
mi := &file_scanningconfig_proto_msgTypes[27]
|
|
2118
2337
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2119
2338
|
ms.StoreMessageInfo(mi)
|
|
2120
2339
|
}
|
|
@@ -2127,7 +2346,7 @@ func (x *NotificationSettings) String() string {
|
|
|
2127
2346
|
func (*NotificationSettings) ProtoMessage() {}
|
|
2128
2347
|
|
|
2129
2348
|
func (x *NotificationSettings) ProtoReflect() protoreflect.Message {
|
|
2130
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2349
|
+
mi := &file_scanningconfig_proto_msgTypes[27]
|
|
2131
2350
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2132
2351
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2133
2352
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2140,7 +2359,7 @@ func (x *NotificationSettings) ProtoReflect() protoreflect.Message {
|
|
|
2140
2359
|
|
|
2141
2360
|
// Deprecated: Use NotificationSettings.ProtoReflect.Descriptor instead.
|
|
2142
2361
|
func (*NotificationSettings) Descriptor() ([]byte, []int) {
|
|
2143
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
2362
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{27}
|
|
2144
2363
|
}
|
|
2145
2364
|
|
|
2146
2365
|
func (x *NotificationSettings) GetSmartPollingEnabled() *wrapperspb.BoolValue {
|
|
@@ -2175,7 +2394,7 @@ type FeatureFlagSettings struct {
|
|
|
2175
2394
|
func (x *FeatureFlagSettings) Reset() {
|
|
2176
2395
|
*x = FeatureFlagSettings{}
|
|
2177
2396
|
if protoimpl.UnsafeEnabled {
|
|
2178
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2397
|
+
mi := &file_scanningconfig_proto_msgTypes[28]
|
|
2179
2398
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2180
2399
|
ms.StoreMessageInfo(mi)
|
|
2181
2400
|
}
|
|
@@ -2188,7 +2407,7 @@ func (x *FeatureFlagSettings) String() string {
|
|
|
2188
2407
|
func (*FeatureFlagSettings) ProtoMessage() {}
|
|
2189
2408
|
|
|
2190
2409
|
func (x *FeatureFlagSettings) ProtoReflect() protoreflect.Message {
|
|
2191
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2410
|
+
mi := &file_scanningconfig_proto_msgTypes[28]
|
|
2192
2411
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2193
2412
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2194
2413
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2201,7 +2420,7 @@ func (x *FeatureFlagSettings) ProtoReflect() protoreflect.Message {
|
|
|
2201
2420
|
|
|
2202
2421
|
// Deprecated: Use FeatureFlagSettings.ProtoReflect.Descriptor instead.
|
|
2203
2422
|
func (*FeatureFlagSettings) Descriptor() ([]byte, []int) {
|
|
2204
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
2423
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{28}
|
|
2205
2424
|
}
|
|
2206
2425
|
|
|
2207
2426
|
func (x *FeatureFlagSettings) GetPollingIntervalMinutes() *wrapperspb.Int32Value {
|
|
@@ -2222,7 +2441,7 @@ type ScanConfigurationSettings struct {
|
|
|
2222
2441
|
func (x *ScanConfigurationSettings) Reset() {
|
|
2223
2442
|
*x = ScanConfigurationSettings{}
|
|
2224
2443
|
if protoimpl.UnsafeEnabled {
|
|
2225
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2444
|
+
mi := &file_scanningconfig_proto_msgTypes[29]
|
|
2226
2445
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2227
2446
|
ms.StoreMessageInfo(mi)
|
|
2228
2447
|
}
|
|
@@ -2235,7 +2454,7 @@ func (x *ScanConfigurationSettings) String() string {
|
|
|
2235
2454
|
func (*ScanConfigurationSettings) ProtoMessage() {}
|
|
2236
2455
|
|
|
2237
2456
|
func (x *ScanConfigurationSettings) ProtoReflect() protoreflect.Message {
|
|
2238
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2457
|
+
mi := &file_scanningconfig_proto_msgTypes[29]
|
|
2239
2458
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2240
2459
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2241
2460
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2248,7 +2467,7 @@ func (x *ScanConfigurationSettings) ProtoReflect() protoreflect.Message {
|
|
|
2248
2467
|
|
|
2249
2468
|
// Deprecated: Use ScanConfigurationSettings.ProtoReflect.Descriptor instead.
|
|
2250
2469
|
func (*ScanConfigurationSettings) Descriptor() ([]byte, []int) {
|
|
2251
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
2470
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{29}
|
|
2252
2471
|
}
|
|
2253
2472
|
|
|
2254
2473
|
func (x *ScanConfigurationSettings) GetPollingIntervalMinutes() *wrapperspb.Int32Value {
|
|
@@ -2271,7 +2490,7 @@ type ImportSettings struct {
|
|
|
2271
2490
|
func (x *ImportSettings) Reset() {
|
|
2272
2491
|
*x = ImportSettings{}
|
|
2273
2492
|
if protoimpl.UnsafeEnabled {
|
|
2274
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2493
|
+
mi := &file_scanningconfig_proto_msgTypes[30]
|
|
2275
2494
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2276
2495
|
ms.StoreMessageInfo(mi)
|
|
2277
2496
|
}
|
|
@@ -2284,7 +2503,7 @@ func (x *ImportSettings) String() string {
|
|
|
2284
2503
|
func (*ImportSettings) ProtoMessage() {}
|
|
2285
2504
|
|
|
2286
2505
|
func (x *ImportSettings) ProtoReflect() protoreflect.Message {
|
|
2287
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2506
|
+
mi := &file_scanningconfig_proto_msgTypes[30]
|
|
2288
2507
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2289
2508
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2290
2509
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2297,7 +2516,7 @@ func (x *ImportSettings) ProtoReflect() protoreflect.Message {
|
|
|
2297
2516
|
|
|
2298
2517
|
// Deprecated: Use ImportSettings.ProtoReflect.Descriptor instead.
|
|
2299
2518
|
func (*ImportSettings) Descriptor() ([]byte, []int) {
|
|
2300
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
2519
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{30}
|
|
2301
2520
|
}
|
|
2302
2521
|
|
|
2303
2522
|
func (x *ImportSettings) GetEnabled() *wrapperspb.BoolValue {
|
|
@@ -2336,7 +2555,7 @@ type NetworkConfigurationSettings struct {
|
|
|
2336
2555
|
func (x *NetworkConfigurationSettings) Reset() {
|
|
2337
2556
|
*x = NetworkConfigurationSettings{}
|
|
2338
2557
|
if protoimpl.UnsafeEnabled {
|
|
2339
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2558
|
+
mi := &file_scanningconfig_proto_msgTypes[31]
|
|
2340
2559
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2341
2560
|
ms.StoreMessageInfo(mi)
|
|
2342
2561
|
}
|
|
@@ -2349,7 +2568,7 @@ func (x *NetworkConfigurationSettings) String() string {
|
|
|
2349
2568
|
func (*NetworkConfigurationSettings) ProtoMessage() {}
|
|
2350
2569
|
|
|
2351
2570
|
func (x *NetworkConfigurationSettings) ProtoReflect() protoreflect.Message {
|
|
2352
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2571
|
+
mi := &file_scanningconfig_proto_msgTypes[31]
|
|
2353
2572
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2354
2573
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2355
2574
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2362,7 +2581,7 @@ func (x *NetworkConfigurationSettings) ProtoReflect() protoreflect.Message {
|
|
|
2362
2581
|
|
|
2363
2582
|
// Deprecated: Use NetworkConfigurationSettings.ProtoReflect.Descriptor instead.
|
|
2364
2583
|
func (*NetworkConfigurationSettings) Descriptor() ([]byte, []int) {
|
|
2365
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
2584
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{31}
|
|
2366
2585
|
}
|
|
2367
2586
|
|
|
2368
2587
|
func (x *NetworkConfigurationSettings) GetParallelism() *ParallelismSettings {
|
|
@@ -2411,7 +2630,7 @@ type ParallelismSettings struct {
|
|
|
2411
2630
|
func (x *ParallelismSettings) Reset() {
|
|
2412
2631
|
*x = ParallelismSettings{}
|
|
2413
2632
|
if protoimpl.UnsafeEnabled {
|
|
2414
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2633
|
+
mi := &file_scanningconfig_proto_msgTypes[32]
|
|
2415
2634
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2416
2635
|
ms.StoreMessageInfo(mi)
|
|
2417
2636
|
}
|
|
@@ -2424,7 +2643,7 @@ func (x *ParallelismSettings) String() string {
|
|
|
2424
2643
|
func (*ParallelismSettings) ProtoMessage() {}
|
|
2425
2644
|
|
|
2426
2645
|
func (x *ParallelismSettings) ProtoReflect() protoreflect.Message {
|
|
2427
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2646
|
+
mi := &file_scanningconfig_proto_msgTypes[32]
|
|
2428
2647
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2429
2648
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2430
2649
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2437,7 +2656,7 @@ func (x *ParallelismSettings) ProtoReflect() protoreflect.Message {
|
|
|
2437
2656
|
|
|
2438
2657
|
// Deprecated: Use ParallelismSettings.ProtoReflect.Descriptor instead.
|
|
2439
2658
|
func (*ParallelismSettings) Descriptor() ([]byte, []int) {
|
|
2440
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
2659
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{32}
|
|
2441
2660
|
}
|
|
2442
2661
|
|
|
2443
2662
|
func (x *ParallelismSettings) GetMaxParallelism() *wrapperspb.Int32Value {
|
|
@@ -2459,7 +2678,7 @@ type ExclusionSettings struct {
|
|
|
2459
2678
|
func (x *ExclusionSettings) Reset() {
|
|
2460
2679
|
*x = ExclusionSettings{}
|
|
2461
2680
|
if protoimpl.UnsafeEnabled {
|
|
2462
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2681
|
+
mi := &file_scanningconfig_proto_msgTypes[33]
|
|
2463
2682
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2464
2683
|
ms.StoreMessageInfo(mi)
|
|
2465
2684
|
}
|
|
@@ -2472,7 +2691,7 @@ func (x *ExclusionSettings) String() string {
|
|
|
2472
2691
|
func (*ExclusionSettings) ProtoMessage() {}
|
|
2473
2692
|
|
|
2474
2693
|
func (x *ExclusionSettings) ProtoReflect() protoreflect.Message {
|
|
2475
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2694
|
+
mi := &file_scanningconfig_proto_msgTypes[33]
|
|
2476
2695
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2477
2696
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2478
2697
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2485,7 +2704,7 @@ func (x *ExclusionSettings) ProtoReflect() protoreflect.Message {
|
|
|
2485
2704
|
|
|
2486
2705
|
// Deprecated: Use ExclusionSettings.ProtoReflect.Descriptor instead.
|
|
2487
2706
|
func (*ExclusionSettings) Descriptor() ([]byte, []int) {
|
|
2488
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
2707
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{33}
|
|
2489
2708
|
}
|
|
2490
2709
|
|
|
2491
2710
|
func (x *ExclusionSettings) GetExcludedTargets() []string {
|
|
@@ -2514,7 +2733,7 @@ type NetworkVisibilitySettings struct {
|
|
|
2514
2733
|
func (x *NetworkVisibilitySettings) Reset() {
|
|
2515
2734
|
*x = NetworkVisibilitySettings{}
|
|
2516
2735
|
if protoimpl.UnsafeEnabled {
|
|
2517
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2736
|
+
mi := &file_scanningconfig_proto_msgTypes[34]
|
|
2518
2737
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2519
2738
|
ms.StoreMessageInfo(mi)
|
|
2520
2739
|
}
|
|
@@ -2527,7 +2746,7 @@ func (x *NetworkVisibilitySettings) String() string {
|
|
|
2527
2746
|
func (*NetworkVisibilitySettings) ProtoMessage() {}
|
|
2528
2747
|
|
|
2529
2748
|
func (x *NetworkVisibilitySettings) ProtoReflect() protoreflect.Message {
|
|
2530
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2749
|
+
mi := &file_scanningconfig_proto_msgTypes[34]
|
|
2531
2750
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2532
2751
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2533
2752
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2540,7 +2759,7 @@ func (x *NetworkVisibilitySettings) ProtoReflect() protoreflect.Message {
|
|
|
2540
2759
|
|
|
2541
2760
|
// Deprecated: Use NetworkVisibilitySettings.ProtoReflect.Descriptor instead.
|
|
2542
2761
|
func (*NetworkVisibilitySettings) Descriptor() ([]byte, []int) {
|
|
2543
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
2762
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{34}
|
|
2544
2763
|
}
|
|
2545
2764
|
|
|
2546
2765
|
func (x *NetworkVisibilitySettings) GetEnabled() *wrapperspb.BoolValue {
|
|
@@ -2566,7 +2785,7 @@ type PingBehaviorSettings struct {
|
|
|
2566
2785
|
func (x *PingBehaviorSettings) Reset() {
|
|
2567
2786
|
*x = PingBehaviorSettings{}
|
|
2568
2787
|
if protoimpl.UnsafeEnabled {
|
|
2569
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2788
|
+
mi := &file_scanningconfig_proto_msgTypes[35]
|
|
2570
2789
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2571
2790
|
ms.StoreMessageInfo(mi)
|
|
2572
2791
|
}
|
|
@@ -2579,7 +2798,7 @@ func (x *PingBehaviorSettings) String() string {
|
|
|
2579
2798
|
func (*PingBehaviorSettings) ProtoMessage() {}
|
|
2580
2799
|
|
|
2581
2800
|
func (x *PingBehaviorSettings) ProtoReflect() protoreflect.Message {
|
|
2582
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2801
|
+
mi := &file_scanningconfig_proto_msgTypes[35]
|
|
2583
2802
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2584
2803
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2585
2804
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2592,7 +2811,7 @@ func (x *PingBehaviorSettings) ProtoReflect() protoreflect.Message {
|
|
|
2592
2811
|
|
|
2593
2812
|
// Deprecated: Use PingBehaviorSettings.ProtoReflect.Descriptor instead.
|
|
2594
2813
|
func (*PingBehaviorSettings) Descriptor() ([]byte, []int) {
|
|
2595
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
2814
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{35}
|
|
2596
2815
|
}
|
|
2597
2816
|
|
|
2598
2817
|
type ProtocolConfigurationSettings struct {
|
|
@@ -2607,7 +2826,7 @@ type ProtocolConfigurationSettings struct {
|
|
|
2607
2826
|
func (x *ProtocolConfigurationSettings) Reset() {
|
|
2608
2827
|
*x = ProtocolConfigurationSettings{}
|
|
2609
2828
|
if protoimpl.UnsafeEnabled {
|
|
2610
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2829
|
+
mi := &file_scanningconfig_proto_msgTypes[36]
|
|
2611
2830
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2612
2831
|
ms.StoreMessageInfo(mi)
|
|
2613
2832
|
}
|
|
@@ -2620,7 +2839,7 @@ func (x *ProtocolConfigurationSettings) String() string {
|
|
|
2620
2839
|
func (*ProtocolConfigurationSettings) ProtoMessage() {}
|
|
2621
2840
|
|
|
2622
2841
|
func (x *ProtocolConfigurationSettings) ProtoReflect() protoreflect.Message {
|
|
2623
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2842
|
+
mi := &file_scanningconfig_proto_msgTypes[36]
|
|
2624
2843
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2625
2844
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2626
2845
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2633,7 +2852,7 @@ func (x *ProtocolConfigurationSettings) ProtoReflect() protoreflect.Message {
|
|
|
2633
2852
|
|
|
2634
2853
|
// Deprecated: Use ProtocolConfigurationSettings.ProtoReflect.Descriptor instead.
|
|
2635
2854
|
func (*ProtocolConfigurationSettings) Descriptor() ([]byte, []int) {
|
|
2636
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
2855
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{36}
|
|
2637
2856
|
}
|
|
2638
2857
|
|
|
2639
2858
|
func (x *ProtocolConfigurationSettings) GetAllEnabled() *wrapperspb.BoolValue {
|
|
@@ -2663,7 +2882,7 @@ type ProtocolDetailSettings struct {
|
|
|
2663
2882
|
func (x *ProtocolDetailSettings) Reset() {
|
|
2664
2883
|
*x = ProtocolDetailSettings{}
|
|
2665
2884
|
if protoimpl.UnsafeEnabled {
|
|
2666
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2885
|
+
mi := &file_scanningconfig_proto_msgTypes[37]
|
|
2667
2886
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2668
2887
|
ms.StoreMessageInfo(mi)
|
|
2669
2888
|
}
|
|
@@ -2676,7 +2895,7 @@ func (x *ProtocolDetailSettings) String() string {
|
|
|
2676
2895
|
func (*ProtocolDetailSettings) ProtoMessage() {}
|
|
2677
2896
|
|
|
2678
2897
|
func (x *ProtocolDetailSettings) ProtoReflect() protoreflect.Message {
|
|
2679
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2898
|
+
mi := &file_scanningconfig_proto_msgTypes[37]
|
|
2680
2899
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2681
2900
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2682
2901
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2689,7 +2908,7 @@ func (x *ProtocolDetailSettings) ProtoReflect() protoreflect.Message {
|
|
|
2689
2908
|
|
|
2690
2909
|
// Deprecated: Use ProtocolDetailSettings.ProtoReflect.Descriptor instead.
|
|
2691
2910
|
func (*ProtocolDetailSettings) Descriptor() ([]byte, []int) {
|
|
2692
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
2911
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{37}
|
|
2693
2912
|
}
|
|
2694
2913
|
|
|
2695
2914
|
func (x *ProtocolDetailSettings) GetEnabled() *wrapperspb.BoolValue {
|
|
@@ -2724,7 +2943,7 @@ type ItSensorSettings struct {
|
|
|
2724
2943
|
func (x *ItSensorSettings) Reset() {
|
|
2725
2944
|
*x = ItSensorSettings{}
|
|
2726
2945
|
if protoimpl.UnsafeEnabled {
|
|
2727
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2946
|
+
mi := &file_scanningconfig_proto_msgTypes[38]
|
|
2728
2947
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2729
2948
|
ms.StoreMessageInfo(mi)
|
|
2730
2949
|
}
|
|
@@ -2737,7 +2956,7 @@ func (x *ItSensorSettings) String() string {
|
|
|
2737
2956
|
func (*ItSensorSettings) ProtoMessage() {}
|
|
2738
2957
|
|
|
2739
2958
|
func (x *ItSensorSettings) ProtoReflect() protoreflect.Message {
|
|
2740
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2959
|
+
mi := &file_scanningconfig_proto_msgTypes[38]
|
|
2741
2960
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2742
2961
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2743
2962
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2750,7 +2969,7 @@ func (x *ItSensorSettings) ProtoReflect() protoreflect.Message {
|
|
|
2750
2969
|
|
|
2751
2970
|
// Deprecated: Use ItSensorSettings.ProtoReflect.Descriptor instead.
|
|
2752
2971
|
func (*ItSensorSettings) Descriptor() ([]byte, []int) {
|
|
2753
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
2972
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{38}
|
|
2754
2973
|
}
|
|
2755
2974
|
|
|
2756
2975
|
func (x *ItSensorSettings) GetNetworkConfiguration() *NetworkConfigurationSettings {
|
|
@@ -2772,7 +2991,7 @@ type OtSensorSettings struct {
|
|
|
2772
2991
|
func (x *OtSensorSettings) Reset() {
|
|
2773
2992
|
*x = OtSensorSettings{}
|
|
2774
2993
|
if protoimpl.UnsafeEnabled {
|
|
2775
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
2994
|
+
mi := &file_scanningconfig_proto_msgTypes[39]
|
|
2776
2995
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2777
2996
|
ms.StoreMessageInfo(mi)
|
|
2778
2997
|
}
|
|
@@ -2785,7 +3004,7 @@ func (x *OtSensorSettings) String() string {
|
|
|
2785
3004
|
func (*OtSensorSettings) ProtoMessage() {}
|
|
2786
3005
|
|
|
2787
3006
|
func (x *OtSensorSettings) ProtoReflect() protoreflect.Message {
|
|
2788
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
3007
|
+
mi := &file_scanningconfig_proto_msgTypes[39]
|
|
2789
3008
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2790
3009
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2791
3010
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2798,7 +3017,7 @@ func (x *OtSensorSettings) ProtoReflect() protoreflect.Message {
|
|
|
2798
3017
|
|
|
2799
3018
|
// Deprecated: Use OtSensorSettings.ProtoReflect.Descriptor instead.
|
|
2800
3019
|
func (*OtSensorSettings) Descriptor() ([]byte, []int) {
|
|
2801
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
3020
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{39}
|
|
2802
3021
|
}
|
|
2803
3022
|
|
|
2804
3023
|
func (x *OtSensorSettings) GetNetworkConfiguration() *NetworkConfigurationSettings {
|
|
@@ -2827,7 +3046,7 @@ type TrafficLogSettings struct {
|
|
|
2827
3046
|
func (x *TrafficLogSettings) Reset() {
|
|
2828
3047
|
*x = TrafficLogSettings{}
|
|
2829
3048
|
if protoimpl.UnsafeEnabled {
|
|
2830
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
3049
|
+
mi := &file_scanningconfig_proto_msgTypes[40]
|
|
2831
3050
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2832
3051
|
ms.StoreMessageInfo(mi)
|
|
2833
3052
|
}
|
|
@@ -2840,7 +3059,7 @@ func (x *TrafficLogSettings) String() string {
|
|
|
2840
3059
|
func (*TrafficLogSettings) ProtoMessage() {}
|
|
2841
3060
|
|
|
2842
3061
|
func (x *TrafficLogSettings) ProtoReflect() protoreflect.Message {
|
|
2843
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
3062
|
+
mi := &file_scanningconfig_proto_msgTypes[40]
|
|
2844
3063
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2845
3064
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2846
3065
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2853,7 +3072,7 @@ func (x *TrafficLogSettings) ProtoReflect() protoreflect.Message {
|
|
|
2853
3072
|
|
|
2854
3073
|
// Deprecated: Use TrafficLogSettings.ProtoReflect.Descriptor instead.
|
|
2855
3074
|
func (*TrafficLogSettings) Descriptor() ([]byte, []int) {
|
|
2856
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
3075
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{40}
|
|
2857
3076
|
}
|
|
2858
3077
|
|
|
2859
3078
|
func (x *TrafficLogSettings) GetEnabled() *wrapperspb.BoolValue {
|
|
@@ -2885,7 +3104,7 @@ type UpdateSettings struct {
|
|
|
2885
3104
|
func (x *UpdateSettings) Reset() {
|
|
2886
3105
|
*x = UpdateSettings{}
|
|
2887
3106
|
if protoimpl.UnsafeEnabled {
|
|
2888
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
3107
|
+
mi := &file_scanningconfig_proto_msgTypes[41]
|
|
2889
3108
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2890
3109
|
ms.StoreMessageInfo(mi)
|
|
2891
3110
|
}
|
|
@@ -2898,7 +3117,7 @@ func (x *UpdateSettings) String() string {
|
|
|
2898
3117
|
func (*UpdateSettings) ProtoMessage() {}
|
|
2899
3118
|
|
|
2900
3119
|
func (x *UpdateSettings) ProtoReflect() protoreflect.Message {
|
|
2901
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
3120
|
+
mi := &file_scanningconfig_proto_msgTypes[41]
|
|
2902
3121
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2903
3122
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2904
3123
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2911,7 +3130,7 @@ func (x *UpdateSettings) ProtoReflect() protoreflect.Message {
|
|
|
2911
3130
|
|
|
2912
3131
|
// Deprecated: Use UpdateSettings.ProtoReflect.Descriptor instead.
|
|
2913
3132
|
func (*UpdateSettings) Descriptor() ([]byte, []int) {
|
|
2914
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
3133
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{41}
|
|
2915
3134
|
}
|
|
2916
3135
|
|
|
2917
3136
|
func (x *UpdateSettings) GetUpdateOnAvailability() *wrapperspb.BoolValue {
|
|
@@ -2961,7 +3180,7 @@ type UpdateWindowSettings struct {
|
|
|
2961
3180
|
func (x *UpdateWindowSettings) Reset() {
|
|
2962
3181
|
*x = UpdateWindowSettings{}
|
|
2963
3182
|
if protoimpl.UnsafeEnabled {
|
|
2964
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
3183
|
+
mi := &file_scanningconfig_proto_msgTypes[42]
|
|
2965
3184
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2966
3185
|
ms.StoreMessageInfo(mi)
|
|
2967
3186
|
}
|
|
@@ -2974,7 +3193,7 @@ func (x *UpdateWindowSettings) String() string {
|
|
|
2974
3193
|
func (*UpdateWindowSettings) ProtoMessage() {}
|
|
2975
3194
|
|
|
2976
3195
|
func (x *UpdateWindowSettings) ProtoReflect() protoreflect.Message {
|
|
2977
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
3196
|
+
mi := &file_scanningconfig_proto_msgTypes[42]
|
|
2978
3197
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2979
3198
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2980
3199
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2987,7 +3206,7 @@ func (x *UpdateWindowSettings) ProtoReflect() protoreflect.Message {
|
|
|
2987
3206
|
|
|
2988
3207
|
// Deprecated: Use UpdateWindowSettings.ProtoReflect.Descriptor instead.
|
|
2989
3208
|
func (*UpdateWindowSettings) Descriptor() ([]byte, []int) {
|
|
2990
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
3209
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{42}
|
|
2991
3210
|
}
|
|
2992
3211
|
|
|
2993
3212
|
func (x *UpdateWindowSettings) GetEnabled() *wrapperspb.BoolValue {
|
|
@@ -3015,7 +3234,7 @@ type BackupSettings struct {
|
|
|
3015
3234
|
func (x *BackupSettings) Reset() {
|
|
3016
3235
|
*x = BackupSettings{}
|
|
3017
3236
|
if protoimpl.UnsafeEnabled {
|
|
3018
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
3237
|
+
mi := &file_scanningconfig_proto_msgTypes[43]
|
|
3019
3238
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3020
3239
|
ms.StoreMessageInfo(mi)
|
|
3021
3240
|
}
|
|
@@ -3028,7 +3247,7 @@ func (x *BackupSettings) String() string {
|
|
|
3028
3247
|
func (*BackupSettings) ProtoMessage() {}
|
|
3029
3248
|
|
|
3030
3249
|
func (x *BackupSettings) ProtoReflect() protoreflect.Message {
|
|
3031
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
3250
|
+
mi := &file_scanningconfig_proto_msgTypes[43]
|
|
3032
3251
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
3033
3252
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3034
3253
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -3041,7 +3260,7 @@ func (x *BackupSettings) ProtoReflect() protoreflect.Message {
|
|
|
3041
3260
|
|
|
3042
3261
|
// Deprecated: Use BackupSettings.ProtoReflect.Descriptor instead.
|
|
3043
3262
|
func (*BackupSettings) Descriptor() ([]byte, []int) {
|
|
3044
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
3263
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{43}
|
|
3045
3264
|
}
|
|
3046
3265
|
|
|
3047
3266
|
func (x *BackupSettings) GetBackupFolder() *wrapperspb.StringValue {
|
|
@@ -3066,7 +3285,7 @@ type DownloadSettings struct {
|
|
|
3066
3285
|
func (x *DownloadSettings) Reset() {
|
|
3067
3286
|
*x = DownloadSettings{}
|
|
3068
3287
|
if protoimpl.UnsafeEnabled {
|
|
3069
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
3288
|
+
mi := &file_scanningconfig_proto_msgTypes[44]
|
|
3070
3289
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3071
3290
|
ms.StoreMessageInfo(mi)
|
|
3072
3291
|
}
|
|
@@ -3079,7 +3298,7 @@ func (x *DownloadSettings) String() string {
|
|
|
3079
3298
|
func (*DownloadSettings) ProtoMessage() {}
|
|
3080
3299
|
|
|
3081
3300
|
func (x *DownloadSettings) ProtoReflect() protoreflect.Message {
|
|
3082
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
3301
|
+
mi := &file_scanningconfig_proto_msgTypes[44]
|
|
3083
3302
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
3084
3303
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3085
3304
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -3092,7 +3311,7 @@ func (x *DownloadSettings) ProtoReflect() protoreflect.Message {
|
|
|
3092
3311
|
|
|
3093
3312
|
// Deprecated: Use DownloadSettings.ProtoReflect.Descriptor instead.
|
|
3094
3313
|
func (*DownloadSettings) Descriptor() ([]byte, []int) {
|
|
3095
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
3314
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{44}
|
|
3096
3315
|
}
|
|
3097
3316
|
|
|
3098
3317
|
func (x *DownloadSettings) GetDownloadOnAvailability() *wrapperspb.BoolValue {
|
|
@@ -3142,7 +3361,7 @@ type PrerequisiteSettings struct {
|
|
|
3142
3361
|
func (x *PrerequisiteSettings) Reset() {
|
|
3143
3362
|
*x = PrerequisiteSettings{}
|
|
3144
3363
|
if protoimpl.UnsafeEnabled {
|
|
3145
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
3364
|
+
mi := &file_scanningconfig_proto_msgTypes[45]
|
|
3146
3365
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3147
3366
|
ms.StoreMessageInfo(mi)
|
|
3148
3367
|
}
|
|
@@ -3155,7 +3374,7 @@ func (x *PrerequisiteSettings) String() string {
|
|
|
3155
3374
|
func (*PrerequisiteSettings) ProtoMessage() {}
|
|
3156
3375
|
|
|
3157
3376
|
func (x *PrerequisiteSettings) ProtoReflect() protoreflect.Message {
|
|
3158
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
3377
|
+
mi := &file_scanningconfig_proto_msgTypes[45]
|
|
3159
3378
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
3160
3379
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3161
3380
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -3168,7 +3387,7 @@ func (x *PrerequisiteSettings) ProtoReflect() protoreflect.Message {
|
|
|
3168
3387
|
|
|
3169
3388
|
// Deprecated: Use PrerequisiteSettings.ProtoReflect.Descriptor instead.
|
|
3170
3389
|
func (*PrerequisiteSettings) Descriptor() ([]byte, []int) {
|
|
3171
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
3390
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{45}
|
|
3172
3391
|
}
|
|
3173
3392
|
|
|
3174
3393
|
func (x *PrerequisiteSettings) GetRequiredFreeDiskSpaceBytes() *wrapperspb.Int64Value {
|
|
@@ -3199,7 +3418,7 @@ type LogSettings struct {
|
|
|
3199
3418
|
func (x *LogSettings) Reset() {
|
|
3200
3419
|
*x = LogSettings{}
|
|
3201
3420
|
if protoimpl.UnsafeEnabled {
|
|
3202
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
3421
|
+
mi := &file_scanningconfig_proto_msgTypes[46]
|
|
3203
3422
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3204
3423
|
ms.StoreMessageInfo(mi)
|
|
3205
3424
|
}
|
|
@@ -3212,7 +3431,7 @@ func (x *LogSettings) String() string {
|
|
|
3212
3431
|
func (*LogSettings) ProtoMessage() {}
|
|
3213
3432
|
|
|
3214
3433
|
func (x *LogSettings) ProtoReflect() protoreflect.Message {
|
|
3215
|
-
mi := &file_scanningconfig_proto_msgTypes[
|
|
3434
|
+
mi := &file_scanningconfig_proto_msgTypes[46]
|
|
3216
3435
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
3217
3436
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3218
3437
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -3225,7 +3444,7 @@ func (x *LogSettings) ProtoReflect() protoreflect.Message {
|
|
|
3225
3444
|
|
|
3226
3445
|
// Deprecated: Use LogSettings.ProtoReflect.Descriptor instead.
|
|
3227
3446
|
func (*LogSettings) Descriptor() ([]byte, []int) {
|
|
3228
|
-
return file_scanningconfig_proto_rawDescGZIP(), []int{
|
|
3447
|
+
return file_scanningconfig_proto_rawDescGZIP(), []int{46}
|
|
3229
3448
|
}
|
|
3230
3449
|
|
|
3231
3450
|
func (x *LogSettings) GetLevel() LogSettings_LogLevel {
|
|
@@ -3286,664 +3505,698 @@ var file_scanningconfig_proto_rawDesc = []byte{
|
|
|
3286
3505
|
0x0b, 0x32, 0x27, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73,
|
|
3287
3506
|
0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31,
|
|
3288
3507
|
0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x66,
|
|
3289
|
-
0x69, 0x67, 0x73, 0x22,
|
|
3290
|
-
|
|
3291
|
-
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
|
|
3508
|
+
0x69, 0x67, 0x73, 0x22, 0x54, 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73,
|
|
3509
|
+
0x69, 0x6f, 0x6e, 0x73, 0x42, 0x79, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75,
|
|
3510
|
+
0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x69, 0x64,
|
|
3511
|
+
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x49, 0x64,
|
|
3512
|
+
0x12, 0x17, 0x0a, 0x07, 0x73, 0x69, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
3513
|
+
0x09, 0x52, 0x06, 0x73, 0x69, 0x74, 0x65, 0x49, 0x64, 0x22, 0x68, 0x0a, 0x1d, 0x47, 0x65, 0x74,
|
|
3514
|
+
0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x42, 0x79, 0x53, 0x6f, 0x75, 0x72,
|
|
3515
|
+
0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x47, 0x0a, 0x0a, 0x65, 0x78,
|
|
3516
|
+
0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x27,
|
|
3517
|
+
0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e,
|
|
3518
|
+
0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x78,
|
|
3519
|
+
0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x0a, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69,
|
|
3520
|
+
0x6f, 0x6e, 0x73, 0x22, 0xc9, 0x01, 0x0a, 0x09, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f,
|
|
3521
|
+
0x6e, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69,
|
|
3522
|
+
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, 0x49, 0x0a, 0x04, 0x74, 0x79, 0x70,
|
|
3524
|
+
0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x35, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
|
|
3525
|
+
0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e,
|
|
3526
|
+
0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e,
|
|
3527
|
+
0x2e, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04,
|
|
3528
|
+
0x74, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x04, 0x20,
|
|
3529
|
+
0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x33, 0x0a, 0x0d, 0x45, 0x78,
|
|
3530
|
+
0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0f, 0x0a, 0x0b, 0x55,
|
|
3531
|
+
0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x11, 0x0a, 0x0d,
|
|
3532
|
+
0x49, 0x50, 0x5f, 0x41, 0x44, 0x44, 0x52, 0x5f, 0x52, 0x41, 0x4e, 0x47, 0x45, 0x10, 0x01, 0x22,
|
|
3533
|
+
0xe0, 0x03, 0x0a, 0x09, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x12, 0x0e, 0x0a,
|
|
3534
|
+
0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x49, 0x0a,
|
|
3535
|
+
0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x35, 0x2e, 0x6c, 0x61,
|
|
3536
|
+
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, 0x43, 0x6f, 0x6d, 0x70, 0x6f,
|
|
3538
|
+
0x6e, 0x65, 0x6e, 0x74, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x54, 0x79,
|
|
3539
|
+
0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x3e, 0x0a, 0x07, 0x61, 0x63, 0x74, 0x69,
|
|
3540
|
+
0x6f, 0x6e, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
|
|
3541
|
+
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, 0x52,
|
|
3543
|
+
0x07, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x55, 0x0a, 0x09, 0x6f, 0x70, 0x5f, 0x63,
|
|
3544
|
+
0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6c, 0x61,
|
|
3545
|
+
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, 0x4f, 0x70, 0x65, 0x72, 0x61,
|
|
3547
|
+
0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42, 0x02, 0x18, 0x01,
|
|
3548
|
+
0x48, 0x00, 0x52, 0x08, 0x6f, 0x70, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x88, 0x01, 0x01, 0x12,
|
|
3549
|
+
0x18, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08,
|
|
3550
|
+
0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x53, 0x0a, 0x0a, 0x61, 0x70, 0x70,
|
|
3551
|
+
0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e,
|
|
3297
3552
|
0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e,
|
|
3298
|
-
0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41,
|
|
3299
|
-
|
|
3300
|
-
|
|
3301
|
-
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
|
|
3316
|
-
0x0a, 0x06, 0x49, 0x54, 0x5f, 0x48, 0x55, 0x42, 0x10, 0x03, 0x12, 0x0d, 0x0a, 0x09, 0x4f, 0x54,
|
|
3317
|
-
0x5f, 0x53, 0x45, 0x4e, 0x53, 0x4f, 0x52, 0x10, 0x04, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x6f, 0x70,
|
|
3318
|
-
0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x61, 0x70, 0x70, 0x5f,
|
|
3319
|
-
0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x22, 0x5b, 0x0a, 0x0a, 0x41, 0x73, 0x73, 0x65, 0x74, 0x52,
|
|
3320
|
-
0x61, 0x64, 0x61, 0x72, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18,
|
|
3553
|
+
0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x70, 0x70,
|
|
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,
|
|
3321
3571
|
0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x2f,
|
|
3322
3572
|
0x0a, 0x13, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x64, 0x5f, 0x69, 0x6e, 0x74, 0x65, 0x72,
|
|
3323
3573
|
0x66, 0x61, 0x63, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x12, 0x65, 0x78, 0x63,
|
|
3324
3574
|
0x6c, 0x75, 0x64, 0x65, 0x64, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x73, 0x3a,
|
|
3325
|
-
0x02, 0x18, 0x01, 0x22,
|
|
3326
|
-
|
|
3327
|
-
|
|
3328
|
-
|
|
3329
|
-
|
|
3330
|
-
|
|
3331
|
-
|
|
3332
|
-
|
|
3333
|
-
0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12,
|
|
3334
|
-
0x1a, 0x0a, 0x08, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
3335
|
-
0x09, 0x52, 0x08, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x3a, 0x02, 0x18, 0x01, 0x22,
|
|
3336
|
-
0x8f, 0x03, 0x0a, 0x11, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x43,
|
|
3337
|
-
0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x5f, 0x0a, 0x12, 0x61, 0x73, 0x73, 0x65, 0x74, 0x5f, 0x72,
|
|
3338
|
-
0x61, 0x64, 0x61, 0x72, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
3339
|
-
0x0b, 0x32, 0x28, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73,
|
|
3340
|
-
0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31,
|
|
3341
|
-
0x2e, 0x41, 0x73, 0x73, 0x65, 0x74, 0x52, 0x61, 0x64, 0x61, 0x72, 0x42, 0x02, 0x18, 0x01, 0x48,
|
|
3342
|
-
0x00, 0x52, 0x10, 0x61, 0x73, 0x73, 0x65, 0x74, 0x52, 0x61, 0x64, 0x61, 0x72, 0x43, 0x6f, 0x6e,
|
|
3343
|
-
0x66, 0x69, 0x67, 0x88, 0x01, 0x01, 0x12, 0x5b, 0x0a, 0x12, 0x61, 0x75, 0x74, 0x6f, 0x5f, 0x75,
|
|
3344
|
-
0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x02, 0x20, 0x01,
|
|
3345
|
-
0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
|
|
3346
|
-
0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76,
|
|
3347
|
-
0x31, 0x2e, 0x41, 0x75, 0x74, 0x6f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x48, 0x01, 0x52, 0x10,
|
|
3348
|
-
0x61, 0x75, 0x74, 0x6f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67,
|
|
3349
|
-
0x88, 0x01, 0x01, 0x12, 0x70, 0x0a, 0x19, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x76,
|
|
3350
|
-
0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,
|
|
3351
|
-
0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
|
|
3352
|
-
0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66,
|
|
3353
|
-
0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x56, 0x69, 0x73,
|
|
3354
|
-
0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x48, 0x02, 0x52, 0x17, 0x6e, 0x65, 0x74, 0x77, 0x6f,
|
|
3355
|
-
0x72, 0x6b, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x43, 0x6f, 0x6e, 0x66,
|
|
3356
|
-
0x69, 0x67, 0x88, 0x01, 0x01, 0x42, 0x15, 0x0a, 0x13, 0x5f, 0x61, 0x73, 0x73, 0x65, 0x74, 0x5f,
|
|
3357
|
-
0x72, 0x61, 0x64, 0x61, 0x72, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42, 0x15, 0x0a, 0x13,
|
|
3358
|
-
0x5f, 0x61, 0x75, 0x74, 0x6f, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x63, 0x6f, 0x6e,
|
|
3359
|
-
0x66, 0x69, 0x67, 0x42, 0x1c, 0x0a, 0x1a, 0x5f, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f,
|
|
3360
|
-
0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69,
|
|
3361
|
-
0x67, 0x22, 0x3a, 0x0a, 0x07, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x12, 0x1b, 0x0a, 0x09,
|
|
3362
|
-
0x63, 0x72, 0x6f, 0x6e, 0x5f, 0x65, 0x78, 0x70, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
3363
|
-
0x08, 0x63, 0x72, 0x6f, 0x6e, 0x45, 0x78, 0x70, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d,
|
|
3364
|
-
0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0xbf, 0x04,
|
|
3365
|
-
0x0a, 0x06, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x41, 0x0a, 0x08, 0x74, 0x72, 0x69, 0x67,
|
|
3366
|
-
0x67, 0x65, 0x72, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x6c, 0x61, 0x6e,
|
|
3367
|
-
0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67,
|
|
3368
|
-
0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65,
|
|
3369
|
-
0x72, 0x52, 0x08, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x73, 0x12, 0x50, 0x0a, 0x0b, 0x61,
|
|
3370
|
-
0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e,
|
|
3371
|
-
0x32, 0x2f, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63,
|
|
3372
|
-
0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e,
|
|
3373
|
-
0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70,
|
|
3374
|
-
0x65, 0x52, 0x0a, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x4a, 0x0a,
|
|
3375
|
-
0x0b, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x18, 0x03, 0x20, 0x03,
|
|
3376
|
-
0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
|
|
3377
|
-
0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76,
|
|
3378
|
-
0x31, 0x2e, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x52, 0x0b, 0x63, 0x72,
|
|
3379
|
-
0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x12, 0x3f, 0x0a, 0x05, 0x61, 0x67, 0x65,
|
|
3380
|
-
0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
|
|
3381
|
-
0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f,
|
|
3382
|
-
0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x67, 0x65, 0x6e, 0x74, 0x42, 0x02, 0x18,
|
|
3383
|
-
0x01, 0x48, 0x00, 0x52, 0x05, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x12, 0x4b, 0x0a, 0x09, 0x61, 0x67,
|
|
3384
|
-
0x65, 0x6e, 0x74, 0x6c, 0x65, 0x73, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e,
|
|
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,
|
|
3385
3583
|
0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e,
|
|
3386
|
-
0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41,
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
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,
|
|
3391
3596
|
0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76,
|
|
3392
|
-
0x31, 0x2e,
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
0x6f,
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
|
|
3415
|
-
0x74, 0x73, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x28, 0x2e,
|
|
3416
|
-
0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e,
|
|
3417
|
-
0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x61, 0x72,
|
|
3418
|
-
0x67, 0x65, 0x74, 0x44, 0x61, 0x74, 0x61, 0x52, 0x0b, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73,
|
|
3419
|
-
0x44, 0x61, 0x74, 0x61, 0x22, 0x2e, 0x0a, 0x09, 0x53, 0x63, 0x61, 0x6e, 0x46, 0x6f, 0x63, 0x75,
|
|
3420
|
-
0x73, 0x12, 0x07, 0x0a, 0x03, 0x41, 0x4c, 0x4c, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x55, 0x53,
|
|
3421
|
-
0x45, 0x52, 0x53, 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x49, 0x4e, 0x56, 0x45, 0x4e, 0x54, 0x4f,
|
|
3422
|
-
0x52, 0x59, 0x10, 0x02, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x73, 0x63, 0x61, 0x6e, 0x5f, 0x66, 0x6f,
|
|
3423
|
-
0x63, 0x75, 0x73, 0x22, 0x97, 0x03, 0x0a, 0x0a, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x44, 0x61,
|
|
3424
|
-
0x74, 0x61, 0x12, 0x47, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e,
|
|
3425
|
-
0x32, 0x33, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63,
|
|
3426
|
-
0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e,
|
|
3427
|
-
0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x44, 0x61, 0x74, 0x61, 0x2e, 0x54, 0x61, 0x72, 0x67, 0x65,
|
|
3428
|
-
0x74, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x4c, 0x0a, 0x0c, 0x69,
|
|
3429
|
-
0x70, 0x5f, 0x73, 0x63, 0x61, 0x6e, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
3430
|
-
0x0b, 0x32, 0x28, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73,
|
|
3431
|
-
0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31,
|
|
3432
|
-
0x2e, 0x49, 0x50, 0x53, 0x63, 0x61, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x48, 0x00, 0x52, 0x0a, 0x69,
|
|
3433
|
-
0x70, 0x53, 0x63, 0x61, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x12, 0x3f, 0x0a, 0x07, 0x61, 0x64, 0x5f,
|
|
3434
|
-
0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x6c, 0x61, 0x6e,
|
|
3435
|
-
0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67,
|
|
3436
|
-
0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x44, 0x44, 0x61, 0x74, 0x61,
|
|
3437
|
-
0x48, 0x00, 0x52, 0x06, 0x61, 0x64, 0x44, 0x61, 0x74, 0x61, 0x12, 0x1c, 0x0a, 0x06, 0x74, 0x61,
|
|
3438
|
-
0x72, 0x67, 0x65, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, 0x48, 0x00,
|
|
3439
|
-
0x52, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x12, 0x45, 0x0a, 0x09, 0x73, 0x63, 0x63, 0x6d,
|
|
3440
|
-
0x5f, 0x64, 0x61, 0x74, 0x61, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x6c, 0x61,
|
|
3441
|
-
0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e,
|
|
3442
|
-
0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x43, 0x43, 0x4d, 0x44,
|
|
3443
|
-
0x61, 0x74, 0x61, 0x48, 0x00, 0x52, 0x08, 0x73, 0x63, 0x63, 0x6d, 0x44, 0x61, 0x74, 0x61, 0x22,
|
|
3444
|
-
0x44, 0x0a, 0x0a, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x17, 0x0a,
|
|
3445
|
-
0x13, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x5f, 0x54, 0x41, 0x52, 0x47, 0x45, 0x54, 0x5f,
|
|
3446
|
-
0x54, 0x59, 0x50, 0x45, 0x10, 0x00, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x50, 0x5f, 0x53, 0x43, 0x41,
|
|
3447
|
-
0x4e, 0x10, 0x01, 0x12, 0x08, 0x0a, 0x04, 0x53, 0x43, 0x43, 0x4d, 0x10, 0x02, 0x12, 0x06, 0x0a,
|
|
3448
|
-
0x02, 0x41, 0x44, 0x10, 0x03, 0x42, 0x06, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x22, 0x22, 0x0a,
|
|
3449
|
-
0x08, 0x53, 0x43, 0x43, 0x4d, 0x44, 0x61, 0x74, 0x61, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x61, 0x72,
|
|
3450
|
-
0x67, 0x65, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65,
|
|
3451
|
-
0x74, 0x22, 0xae, 0x01, 0x0a, 0x0a, 0x49, 0x50, 0x53, 0x63, 0x61, 0x6e, 0x44, 0x61, 0x74, 0x61,
|
|
3452
|
-
0x12, 0x3c, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x28,
|
|
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,
|
|
3611
|
+
0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66,
|
|
3612
|
+
0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x52, 0x08, 0x74,
|
|
3613
|
+
0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x73, 0x12, 0x50, 0x0a, 0x0b, 0x61, 0x63, 0x74, 0x69, 0x6f,
|
|
3614
|
+
0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2f, 0x2e, 0x6c,
|
|
3615
|
+
0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69,
|
|
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,
|
|
3453
3620
|
0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e,
|
|
3454
|
-
0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e,
|
|
3455
|
-
|
|
3456
|
-
|
|
3457
|
-
|
|
3458
|
-
0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
|
|
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,
|
|
3459
3625
|
0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,
|
|
3460
|
-
0x2e, 0x76, 0x31, 0x2e,
|
|
3461
|
-
|
|
3462
|
-
|
|
3463
|
-
|
|
3464
|
-
|
|
3465
|
-
|
|
3466
|
-
|
|
3467
|
-
|
|
3468
|
-
|
|
3469
|
-
|
|
3470
|
-
|
|
3471
|
-
|
|
3472
|
-
|
|
3473
|
-
|
|
3474
|
-
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
|
|
3491
|
-
|
|
3492
|
-
|
|
3493
|
-
|
|
3494
|
-
0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63,
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
0x2e, 0x0a, 0x09, 0x53, 0x63, 0x61, 0x6e, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x12, 0x07, 0x0a,
|
|
3498
|
-
0x41, 0x4c, 0x4c, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x55, 0x53, 0x45, 0x52, 0x53, 0x10,
|
|
3499
|
-
0x12, 0x0d, 0x0a, 0x09, 0x49, 0x4e, 0x56, 0x45, 0x4e, 0x54, 0x4f, 0x52, 0x59, 0x10, 0x02,
|
|
3500
|
-
|
|
3501
|
-
|
|
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,
|
|
3650
|
+
0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e,
|
|
3651
|
+
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, 0x2e, 0x53, 0x63, 0x61, 0x6e,
|
|
3653
|
+
0x46, 0x6f, 0x63, 0x75, 0x73, 0x48, 0x00, 0x52, 0x09, 0x73, 0x63, 0x61, 0x6e, 0x46, 0x6f, 0x63,
|
|
3654
|
+
0x75, 0x73, 0x88, 0x01, 0x01, 0x12, 0x1c, 0x0a, 0x07, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73,
|
|
3655
|
+
0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, 0x52, 0x07, 0x74, 0x61, 0x72, 0x67,
|
|
3656
|
+
0x65, 0x74, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e,
|
|
3657
|
+
0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69,
|
|
3658
|
+
0x6f, 0x6e, 0x73, 0x12, 0x4b, 0x0a, 0x0c, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x5f, 0x64,
|
|
3659
|
+
0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
|
|
3660
|
+
0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63,
|
|
3661
|
+
0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x44,
|
|
3662
|
+
0x61, 0x74, 0x61, 0x52, 0x0b, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x44, 0x61, 0x74, 0x61,
|
|
3663
|
+
0x22, 0x2e, 0x0a, 0x09, 0x53, 0x63, 0x61, 0x6e, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x12, 0x07, 0x0a,
|
|
3664
|
+
0x03, 0x41, 0x4c, 0x4c, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x55, 0x53, 0x45, 0x52, 0x53, 0x10,
|
|
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,
|
|
3502
3669
|
0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69,
|
|
3503
|
-
0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e,
|
|
3504
|
-
0x65,
|
|
3505
|
-
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
|
-
|
|
3509
|
-
|
|
3510
|
-
|
|
3511
|
-
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
|
-
|
|
3517
|
-
|
|
3518
|
-
0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e,
|
|
3519
|
-
0x67, 0x2e, 0x76, 0x31, 0x2e,
|
|
3520
|
-
|
|
3521
|
-
|
|
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,
|
|
3522
3697
|
0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67,
|
|
3523
|
-
0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e,
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
3698
|
+
0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x50, 0x53, 0x63, 0x61, 0x6e,
|
|
3699
|
+
0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x61,
|
|
3700
|
+
0x72, 0x67, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x61, 0x72, 0x67,
|
|
3701
|
+
0x65, 0x74, 0x12, 0x41, 0x0a, 0x04, 0x70, 0x69, 0x6e, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b,
|
|
3702
|
+
0x32, 0x28, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63,
|
|
3703
|
+
0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e,
|
|
3704
|
+
0x49, 0x50, 0x53, 0x63, 0x61, 0x6e, 0x50, 0x69, 0x6e, 0x67, 0x48, 0x00, 0x52, 0x04, 0x70, 0x69,
|
|
3705
|
+
0x6e, 0x67, 0x88, 0x01, 0x01, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x70, 0x69, 0x6e, 0x67, 0x22, 0x79,
|
|
3706
|
+
0x0a, 0x0a, 0x49, 0x50, 0x53, 0x63, 0x61, 0x6e, 0x50, 0x69, 0x6e, 0x67, 0x12, 0x19, 0x0a, 0x08,
|
|
3707
|
+
0x75, 0x73, 0x65, 0x5f, 0x70, 0x69, 0x6e, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07,
|
|
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,
|
|
3527
3746
|
0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f,
|
|
3528
|
-
0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e,
|
|
3529
|
-
|
|
3530
|
-
|
|
3531
|
-
|
|
3532
|
-
|
|
3533
|
-
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
|
-
|
|
3537
|
-
|
|
3538
|
-
0x73, 0x65, 0x6e, 0x73, 0x6f, 0x72, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x6f, 0x74, 0x5f, 0x73, 0x65,
|
|
3539
|
-
0x6e, 0x73, 0x6f, 0x72, 0x22, 0xc1, 0x05, 0x0a, 0x0b, 0x48, 0x75, 0x62, 0x53, 0x65, 0x74, 0x74,
|
|
3540
|
-
0x69, 0x6e, 0x67, 0x73, 0x12, 0x74, 0x0a, 0x15, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f,
|
|
3541
|
-
0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20,
|
|
3542
|
-
0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
|
|
3543
|
-
0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e,
|
|
3544
|
-
0x76, 0x31, 0x2e, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67,
|
|
3545
|
-
0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48,
|
|
3546
|
-
0x00, 0x52, 0x14, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67,
|
|
3547
|
-
0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x58, 0x0a, 0x0b, 0x6d, 0x61,
|
|
3548
|
-
0x69, 0x6e, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
|
3549
|
-
0x31, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61,
|
|
3550
|
-
0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4d,
|
|
3551
|
-
0x61, 0x69, 0x6e, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e,
|
|
3552
|
-
0x67, 0x73, 0x48, 0x01, 0x52, 0x0b, 0x6d, 0x61, 0x69, 0x6e, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x63,
|
|
3553
|
-
0x65, 0x88, 0x01, 0x01, 0x12, 0x5d, 0x0a, 0x0d, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61,
|
|
3554
|
-
0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6c, 0x61,
|
|
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,
|
|
3555
3757
|
0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e,
|
|
3556
|
-
0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e,
|
|
3557
|
-
|
|
3558
|
-
|
|
3559
|
-
|
|
3560
|
-
|
|
3561
|
-
|
|
3562
|
-
|
|
3563
|
-
|
|
3564
|
-
|
|
3565
|
-
|
|
3566
|
-
|
|
3567
|
-
|
|
3568
|
-
|
|
3569
|
-
|
|
3570
|
-
|
|
3571
|
-
|
|
3572
|
-
|
|
3573
|
-
|
|
3574
|
-
|
|
3575
|
-
|
|
3576
|
-
|
|
3577
|
-
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
|
|
3584
|
-
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
|
|
3588
|
-
0x74,
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
|
|
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,
|
|
3771
|
+
0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,
|
|
3772
|
+
0x2e, 0x76, 0x31, 0x2e, 0x49, 0x74, 0x53, 0x65, 0x6e, 0x73, 0x6f, 0x72, 0x53, 0x65, 0x74, 0x74,
|
|
3773
|
+
0x69, 0x6e, 0x67, 0x73, 0x48, 0x03, 0x52, 0x08, 0x69, 0x74, 0x53, 0x65, 0x6e, 0x73, 0x6f, 0x72,
|
|
3774
|
+
0x88, 0x01, 0x01, 0x12, 0x50, 0x0a, 0x09, 0x6f, 0x74, 0x5f, 0x73, 0x65, 0x6e, 0x73, 0x6f, 0x72,
|
|
3775
|
+
0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
|
|
3776
|
+
0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66,
|
|
3777
|
+
0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x74, 0x53, 0x65, 0x6e, 0x73, 0x6f, 0x72, 0x53, 0x65,
|
|
3778
|
+
0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x04, 0x52, 0x08, 0x6f, 0x74, 0x53, 0x65, 0x6e, 0x73,
|
|
3779
|
+
0x6f, 0x72, 0x88, 0x01, 0x01, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x6c, 0x6f, 0x67, 0x67, 0x69, 0x6e,
|
|
3780
|
+
0x67, 0x42, 0x06, 0x0a, 0x04, 0x5f, 0x68, 0x75, 0x62, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x75, 0x70,
|
|
3781
|
+
0x64, 0x61, 0x74, 0x65, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x69, 0x74, 0x5f, 0x73, 0x65, 0x6e, 0x73,
|
|
3782
|
+
0x6f, 0x72, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x6f, 0x74, 0x5f, 0x73, 0x65, 0x6e, 0x73, 0x6f, 0x72,
|
|
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,
|
|
3592
3799
|
0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e,
|
|
3593
|
-
0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e,
|
|
3594
|
-
|
|
3595
|
-
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
|
|
3800
|
+
0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74,
|
|
3801
|
+
0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x02, 0x52, 0x0d, 0x6e,
|
|
3802
|
+
0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x88, 0x01, 0x01, 0x12,
|
|
3803
|
+
0x5b, 0x0a, 0x0d, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x66, 0x6c, 0x61, 0x67, 0x73,
|
|
3804
|
+
0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
|
|
3805
|
+
0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66,
|
|
3806
|
+
0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x46, 0x6c, 0x61,
|
|
3807
|
+
0x67, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x03, 0x52, 0x0c, 0x66, 0x65, 0x61,
|
|
3808
|
+
0x74, 0x75, 0x72, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x73, 0x88, 0x01, 0x01, 0x12, 0x6b, 0x0a, 0x12,
|
|
3809
|
+
0x73, 0x63, 0x61, 0x6e, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69,
|
|
3810
|
+
0x6f, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
|
|
3811
|
+
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, 0x53, 0x63, 0x61, 0x6e, 0x43, 0x6f, 0x6e, 0x66,
|
|
3813
|
+
0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67,
|
|
3814
|
+
0x73, 0x48, 0x04, 0x52, 0x11, 0x73, 0x63, 0x61, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75,
|
|
3815
|
+
0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x49, 0x0a, 0x06, 0x69, 0x6d, 0x70,
|
|
3816
|
+
0x6f, 0x72, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
|
|
3817
|
+
0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63,
|
|
3818
|
+
0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x53,
|
|
3819
|
+
0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x05, 0x52, 0x06, 0x69, 0x6d, 0x70, 0x6f, 0x72,
|
|
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,
|
|
3836
|
+
0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e,
|
|
3837
|
+
0x76, 0x31, 0x2e, 0x52, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69,
|
|
3838
|
+
0x63, 0x79, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x00, 0x52, 0x0f, 0x72, 0x65,
|
|
3839
|
+
0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x88, 0x01, 0x01,
|
|
3840
|
+
0x42, 0x13, 0x0a, 0x11, 0x5f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70,
|
|
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,
|
|
3606
3844
|
0x5f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x61, 0x79, 0x73, 0x18,
|
|
3607
|
-
|
|
3845
|
+
0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
|
|
3608
3846
|
0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x33, 0x32, 0x56, 0x61, 0x6c,
|
|
3609
|
-
0x75, 0x65, 0x52,
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x64, 0x0a, 0x20, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c,
|
|
3618
|
-
0x74, 0x5f, 0x70, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x5f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x76,
|
|
3619
|
-
0x61, 0x6c, 0x5f, 0x73, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b,
|
|
3620
|
-
0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
|
|
3621
|
-
0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x33, 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x1d, 0x64,
|
|
3622
|
-
0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x50, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x74,
|
|
3623
|
-
0x65, 0x72, 0x76, 0x61, 0x6c, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x85, 0x01, 0x0a,
|
|
3624
|
-
0x17, 0x73, 0x6d, 0x61, 0x72, 0x74, 0x5f, 0x70, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x5f, 0x69,
|
|
3625
|
-
0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x4d,
|
|
3626
|
-
0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e,
|
|
3627
|
-
0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f,
|
|
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,
|
|
3628
3855
|
0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e,
|
|
3629
|
-
0x67, 0x73,
|
|
3630
|
-
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,
|
|
3631
3873
|
0x6d, 0x61, 0x72, 0x74, 0x50, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x74, 0x65, 0x72,
|
|
3632
|
-
0x76, 0x61, 0x6c, 0x73,
|
|
3633
|
-
0x6c, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x73,
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
|
|
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,
|
|
3638
3889
|
0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x55, 0x0a, 0x18, 0x70, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67,
|
|
3639
3890
|
0x5f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x5f, 0x6d, 0x69, 0x6e, 0x75, 0x74, 0x65,
|
|
3640
3891
|
0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
|
|
3641
3892
|
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x33, 0x32, 0x56,
|
|
3642
3893
|
0x61, 0x6c, 0x75, 0x65, 0x52, 0x16, 0x70, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x74,
|
|
3643
|
-
0x65, 0x72, 0x76, 0x61, 0x6c, 0x4d, 0x69, 0x6e, 0x75, 0x74, 0x65, 0x73, 0x22,
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
|
|
3653
|
-
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
|
|
3657
|
-
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
|
|
3661
|
-
|
|
3662
|
-
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
|
|
3666
|
-
|
|
3667
|
-
0x6c, 0x65, 0x6c, 0x69, 0x73, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6c,
|
|
3668
|
-
0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69,
|
|
3669
|
-
0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x61, 0x72, 0x61,
|
|
3670
|
-
0x6c, 0x6c, 0x65, 0x6c, 0x69, 0x73, 0x6d, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48,
|
|
3671
|
-
0x00, 0x52, 0x0b, 0x70, 0x61, 0x72, 0x61, 0x6c, 0x6c, 0x65, 0x6c, 0x69, 0x73, 0x6d, 0x88, 0x01,
|
|
3672
|
-
0x01, 0x12, 0x6b, 0x0a, 0x12, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x76, 0x69, 0x73,
|
|
3673
|
-
0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 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, 0x4e, 0x65, 0x74,
|
|
3676
|
-
0x77, 0x6f, 0x72, 0x6b, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x53, 0x65,
|
|
3677
|
-
0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x01, 0x52, 0x11, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72,
|
|
3678
|
-
0x6b, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x88, 0x01, 0x01, 0x12, 0x5c,
|
|
3679
|
-
0x0a, 0x0d, 0x70, 0x69, 0x6e, 0x67, 0x5f, 0x62, 0x65, 0x68, 0x61, 0x76, 0x69, 0x6f, 0x72, 0x18,
|
|
3680
|
-
0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
|
|
3681
|
-
0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69,
|
|
3682
|
-
0x67, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x69, 0x6e, 0x67, 0x42, 0x65, 0x68, 0x61, 0x76, 0x69, 0x6f,
|
|
3683
|
-
0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x02, 0x52, 0x0c, 0x70, 0x69, 0x6e,
|
|
3684
|
-
0x67, 0x42, 0x65, 0x68, 0x61, 0x76, 0x69, 0x6f, 0x72, 0x88, 0x01, 0x01, 0x12, 0x77, 0x0a, 0x16,
|
|
3685
|
-
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75,
|
|
3686
|
-
0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3b, 0x2e, 0x6c,
|
|
3687
|
-
0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69,
|
|
3688
|
-
0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x74,
|
|
3689
|
-
0x6f, 0x63, 0x6f, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f,
|
|
3690
|
-
0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x03, 0x52, 0x15, 0x70, 0x72, 0x6f,
|
|
3691
|
-
0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69,
|
|
3692
|
-
0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x54, 0x0a, 0x0a, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69,
|
|
3693
|
-
0x6f, 0x6e, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
|
|
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,
|
|
3694
3918
|
0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63,
|
|
3695
|
-
0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e,
|
|
3696
|
-
|
|
3697
|
-
|
|
3698
|
-
|
|
3699
|
-
0x6e,
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
|
|
3705
|
-
|
|
3706
|
-
|
|
3707
|
-
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
|
|
3724
|
-
|
|
3725
|
-
|
|
3726
|
-
|
|
3727
|
-
|
|
3728
|
-
|
|
3729
|
-
|
|
3730
|
-
|
|
3731
|
-
|
|
3732
|
-
|
|
3733
|
-
|
|
3734
|
-
0x64,
|
|
3735
|
-
0x20, 0x03, 0x28,
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
|
|
3740
|
-
|
|
3741
|
-
|
|
3742
|
-
|
|
3743
|
-
|
|
3744
|
-
|
|
3745
|
-
|
|
3746
|
-
|
|
3747
|
-
|
|
3748
|
-
|
|
3749
|
-
|
|
3750
|
-
|
|
3751
|
-
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
|
|
3755
|
-
|
|
3756
|
-
|
|
3757
|
-
|
|
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,
|
|
3925
|
+
0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31,
|
|
3926
|
+
0x2e, 0x50, 0x69, 0x6e, 0x67, 0x42, 0x65, 0x68, 0x61, 0x76, 0x69, 0x6f, 0x72, 0x53, 0x65, 0x74,
|
|
3927
|
+
0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x02, 0x52, 0x0c, 0x70, 0x69, 0x6e, 0x67, 0x42, 0x65, 0x68,
|
|
3928
|
+
0x61, 0x76, 0x69, 0x6f, 0x72, 0x88, 0x01, 0x01, 0x12, 0x77, 0x0a, 0x16, 0x70, 0x72, 0x6f, 0x74,
|
|
3929
|
+
0x6f, 0x63, 0x6f, 0x6c, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69,
|
|
3930
|
+
0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3b, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
|
|
3931
|
+
0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f,
|
|
3932
|
+
0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c,
|
|
3933
|
+
0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74,
|
|
3934
|
+
0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x03, 0x52, 0x15, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f,
|
|
3935
|
+
0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01,
|
|
3936
|
+
0x01, 0x12, 0x54, 0x0a, 0x0a, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x18,
|
|
3937
|
+
0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
|
|
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,
|
|
3758
3988
|
0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67,
|
|
3759
3989
|
0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63,
|
|
3760
3990
|
0x6f, 0x6c, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73,
|
|
3761
|
-
|
|
3762
|
-
|
|
3763
|
-
0x44, 0x61, 0x74, 0x61, 0x1a, 0x41, 0x0a, 0x13, 0x41, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e,
|
|
3764
|
-
0x61, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b,
|
|
3765
|
-
0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a,
|
|
3766
|
-
0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61,
|
|
3767
|
-
0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0xa2, 0x01, 0x0a, 0x10, 0x49, 0x74, 0x53, 0x65,
|
|
3768
|
-
0x6e, 0x73, 0x6f, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x74, 0x0a, 0x15,
|
|
3769
|
-
0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72,
|
|
3770
|
-
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x6c, 0x61,
|
|
3771
|
-
0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e,
|
|
3772
|
-
0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x65, 0x74, 0x77, 0x6f,
|
|
3773
|
-
0x72, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53,
|
|
3774
|
-
0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x00, 0x52, 0x14, 0x6e, 0x65, 0x74, 0x77, 0x6f,
|
|
3775
|
-
0x72, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x88,
|
|
3776
|
-
0x01, 0x01, 0x42, 0x18, 0x0a, 0x16, 0x5f, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x63,
|
|
3777
|
-
0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x96, 0x02, 0x0a,
|
|
3778
|
-
0x10, 0x4f, 0x74, 0x53, 0x65, 0x6e, 0x73, 0x6f, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67,
|
|
3779
|
-
0x73, 0x12, 0x74, 0x0a, 0x15, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x63, 0x6f, 0x6e,
|
|
3780
|
-
0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
|
|
3781
|
-
0x32, 0x3a, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63,
|
|
3782
|
-
0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e,
|
|
3783
|
-
0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61,
|
|
3784
|
-
0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x00, 0x52, 0x14,
|
|
3785
|
-
0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61,
|
|
3786
|
-
0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x5e, 0x0a, 0x0f, 0x74, 0x72, 0x61, 0x66, 0x66,
|
|
3787
|
-
0x69, 0x63, 0x5f, 0x6c, 0x6f, 0x67, 0x67, 0x69, 0x6e, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b,
|
|
3788
|
-
0x32, 0x30, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63,
|
|
3789
|
-
0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e,
|
|
3790
|
-
0x54, 0x72, 0x61, 0x66, 0x66, 0x69, 0x63, 0x4c, 0x6f, 0x67, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e,
|
|
3791
|
-
0x67, 0x73, 0x48, 0x01, 0x52, 0x0e, 0x74, 0x72, 0x61, 0x66, 0x66, 0x69, 0x63, 0x4c, 0x6f, 0x67,
|
|
3792
|
-
0x67, 0x69, 0x6e, 0x67, 0x88, 0x01, 0x01, 0x42, 0x18, 0x0a, 0x16, 0x5f, 0x6e, 0x65, 0x74, 0x77,
|
|
3793
|
-
0x6f, 0x72, 0x6b, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f,
|
|
3794
|
-
0x6e, 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x74, 0x72, 0x61, 0x66, 0x66, 0x69, 0x63, 0x5f, 0x6c, 0x6f,
|
|
3795
|
-
0x67, 0x67, 0x69, 0x6e, 0x67, 0x22, 0x7c, 0x0a, 0x12, 0x54, 0x72, 0x61, 0x66, 0x66, 0x69, 0x63,
|
|
3796
|
-
0x4c, 0x6f, 0x67, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x34, 0x0a, 0x07, 0x65,
|
|
3797
|
-
0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67,
|
|
3798
|
-
0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42,
|
|
3799
|
-
0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65,
|
|
3800
|
-
0x64, 0x12, 0x30, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
|
3801
|
-
0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
|
|
3802
|
-
0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x04, 0x70,
|
|
3803
|
-
0x61, 0x74, 0x68, 0x22, 0xf7, 0x03, 0x0a, 0x0e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65,
|
|
3804
|
-
0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x50, 0x0a, 0x16, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65,
|
|
3805
|
-
0x5f, 0x6f, 0x6e, 0x5f, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79,
|
|
3806
|
-
0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
|
|
3807
|
-
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c,
|
|
3808
|
-
0x75, 0x65, 0x52, 0x14, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x6e, 0x41, 0x76, 0x61, 0x69,
|
|
3809
|
-
0x6c, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x12, 0x5c, 0x0a, 0x0d, 0x75, 0x70, 0x64, 0x61,
|
|
3810
|
-
0x74, 0x65, 0x5f, 0x77, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
|
3811
|
-
0x32, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61,
|
|
3812
|
-
0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x55,
|
|
3813
|
-
0x70, 0x64, 0x61, 0x74, 0x65, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x53, 0x65, 0x74, 0x74, 0x69,
|
|
3814
|
-
0x6e, 0x67, 0x73, 0x48, 0x00, 0x52, 0x0c, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x57, 0x69, 0x6e,
|
|
3815
|
-
0x64, 0x6f, 0x77, 0x88, 0x01, 0x01, 0x12, 0x4f, 0x0a, 0x08, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f,
|
|
3816
|
-
0x61, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
|
|
3817
|
-
0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f,
|
|
3818
|
-
0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64,
|
|
3819
|
-
0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x01, 0x52, 0x08, 0x64, 0x6f, 0x77, 0x6e,
|
|
3820
|
-
0x6c, 0x6f, 0x61, 0x64, 0x88, 0x01, 0x01, 0x12, 0x49, 0x0a, 0x06, 0x62, 0x61, 0x63, 0x6b, 0x75,
|
|
3821
|
-
0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
|
|
3822
|
-
0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e,
|
|
3823
|
-
0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x63, 0x6b, 0x75, 0x70, 0x53, 0x65, 0x74,
|
|
3824
|
-
0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x02, 0x52, 0x06, 0x62, 0x61, 0x63, 0x6b, 0x75, 0x70, 0x88,
|
|
3825
|
-
0x01, 0x01, 0x12, 0x5d, 0x0a, 0x0d, 0x70, 0x72, 0x65, 0x72, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69,
|
|
3826
|
-
0x74, 0x65, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
|
|
3827
|
-
0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63,
|
|
3828
|
-
0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x65, 0x72, 0x65, 0x71, 0x75,
|
|
3829
|
-
0x69, 0x73, 0x69, 0x74, 0x65, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x03, 0x52,
|
|
3830
|
-
0x0d, 0x70, 0x72, 0x65, 0x72, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x65, 0x73, 0x88, 0x01,
|
|
3831
|
-
0x01, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x77, 0x69, 0x6e,
|
|
3832
|
-
0x64, 0x6f, 0x77, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64,
|
|
3833
|
-
0x42, 0x09, 0x0a, 0x07, 0x5f, 0x62, 0x61, 0x63, 0x6b, 0x75, 0x70, 0x42, 0x10, 0x0a, 0x0e, 0x5f,
|
|
3834
|
-
0x70, 0x72, 0x65, 0x72, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x65, 0x73, 0x22, 0x8f, 0x01,
|
|
3835
|
-
0x0a, 0x14, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x53, 0x65,
|
|
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,
|
|
3836
3993
|
0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x34, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65,
|
|
3837
3994
|
0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
|
|
3838
3995
|
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61,
|
|
3839
|
-
0x6c, 0x75, 0x65, 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12,
|
|
3840
|
-
|
|
3841
|
-
|
|
3842
|
-
|
|
3843
|
-
|
|
3844
|
-
|
|
3845
|
-
|
|
3846
|
-
|
|
3847
|
-
|
|
3848
|
-
|
|
3849
|
-
|
|
3850
|
-
|
|
3851
|
-
|
|
3852
|
-
|
|
3853
|
-
|
|
3854
|
-
|
|
3855
|
-
|
|
3856
|
-
|
|
3857
|
-
|
|
3858
|
-
0x65,
|
|
3859
|
-
|
|
3860
|
-
|
|
3861
|
-
|
|
3862
|
-
|
|
3863
|
-
|
|
3864
|
-
|
|
3865
|
-
|
|
3866
|
-
|
|
3867
|
-
|
|
3868
|
-
|
|
3869
|
-
|
|
3870
|
-
0x6f,
|
|
3871
|
-
|
|
3872
|
-
0x6f,
|
|
3873
|
-
|
|
3874
|
-
|
|
3875
|
-
|
|
3876
|
-
|
|
3877
|
-
|
|
3878
|
-
|
|
3879
|
-
|
|
3880
|
-
|
|
3881
|
-
|
|
3882
|
-
|
|
3883
|
-
|
|
3884
|
-
|
|
3885
|
-
|
|
3886
|
-
|
|
3887
|
-
|
|
3888
|
-
|
|
3889
|
-
|
|
3890
|
-
|
|
3891
|
-
|
|
3892
|
-
|
|
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,
|
|
4023
|
+
0x15, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75,
|
|
4024
|
+
0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x6c,
|
|
4025
|
+
0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69,
|
|
4026
|
+
0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x65, 0x74, 0x77,
|
|
4027
|
+
0x6f, 0x72, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e,
|
|
4028
|
+
0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x00, 0x52, 0x14, 0x6e, 0x65, 0x74, 0x77,
|
|
4029
|
+
0x6f, 0x72, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e,
|
|
4030
|
+
0x88, 0x01, 0x01, 0x12, 0x5e, 0x0a, 0x0f, 0x74, 0x72, 0x61, 0x66, 0x66, 0x69, 0x63, 0x5f, 0x6c,
|
|
4031
|
+
0x6f, 0x67, 0x67, 0x69, 0x6e, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x6c,
|
|
4032
|
+
0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69,
|
|
4033
|
+
0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72, 0x61, 0x66,
|
|
4034
|
+
0x66, 0x69, 0x63, 0x4c, 0x6f, 0x67, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x01,
|
|
4035
|
+
0x52, 0x0e, 0x74, 0x72, 0x61, 0x66, 0x66, 0x69, 0x63, 0x4c, 0x6f, 0x67, 0x67, 0x69, 0x6e, 0x67,
|
|
4036
|
+
0x88, 0x01, 0x01, 0x42, 0x18, 0x0a, 0x16, 0x5f, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f,
|
|
4037
|
+
0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x12, 0x0a,
|
|
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,
|
|
4061
|
+
0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,
|
|
4062
|
+
0x2e, 0x76, 0x31, 0x2e, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x53, 0x65, 0x74, 0x74,
|
|
4063
|
+
0x69, 0x6e, 0x67, 0x73, 0x48, 0x01, 0x52, 0x08, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64,
|
|
4064
|
+
0x88, 0x01, 0x01, 0x12, 0x49, 0x0a, 0x06, 0x62, 0x61, 0x63, 0x6b, 0x75, 0x70, 0x18, 0x04, 0x20,
|
|
4065
|
+
0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
|
|
3893
4066
|
0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e,
|
|
3894
|
-
0x76, 0x31, 0x2e,
|
|
3895
|
-
|
|
3896
|
-
|
|
3897
|
-
|
|
4067
|
+
0x76, 0x31, 0x2e, 0x42, 0x61, 0x63, 0x6b, 0x75, 0x70, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67,
|
|
4068
|
+
0x73, 0x48, 0x02, 0x52, 0x06, 0x62, 0x61, 0x63, 0x6b, 0x75, 0x70, 0x88, 0x01, 0x01, 0x12, 0x5d,
|
|
4069
|
+
0x0a, 0x0d, 0x70, 0x72, 0x65, 0x72, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x65, 0x73, 0x18,
|
|
4070
|
+
0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
|
|
4071
|
+
0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69,
|
|
4072
|
+
0x67, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x65, 0x72, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74,
|
|
4073
|
+
0x65, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x03, 0x52, 0x0d, 0x70, 0x72, 0x65,
|
|
4074
|
+
0x72, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x65, 0x73, 0x88, 0x01, 0x01, 0x42, 0x10, 0x0a,
|
|
4075
|
+
0x0e, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x77, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x42,
|
|
4076
|
+
0x0b, 0x0a, 0x09, 0x5f, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x42, 0x09, 0x0a, 0x07,
|
|
4077
|
+
0x5f, 0x62, 0x61, 0x63, 0x6b, 0x75, 0x70, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x70, 0x72, 0x65, 0x72,
|
|
4078
|
+
0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x65, 0x73, 0x22, 0x8f, 0x01, 0x0a, 0x14, 0x55, 0x70,
|
|
4079
|
+
0x64, 0x61, 0x74, 0x65, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e,
|
|
4080
|
+
0x67, 0x73, 0x12, 0x34, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20,
|
|
4081
|
+
0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
|
|
4082
|
+
0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52,
|
|
4083
|
+
0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x41, 0x0a, 0x0d, 0x75, 0x70, 0x64, 0x61,
|
|
4084
|
+
0x74, 0x65, 0x5f, 0x77, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
|
4085
|
+
0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
|
|
4086
|
+
0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x0c, 0x75,
|
|
4087
|
+
0x70, 0x64, 0x61, 0x74, 0x65, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x22, 0x53, 0x0a, 0x0e, 0x42,
|
|
4088
|
+
0x61, 0x63, 0x6b, 0x75, 0x70, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x41, 0x0a,
|
|
4089
|
+
0x0d, 0x62, 0x61, 0x63, 0x6b, 0x75, 0x70, 0x5f, 0x66, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x18, 0x01,
|
|
4090
|
+
0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
|
|
4091
|
+
0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c,
|
|
4092
|
+
0x75, 0x65, 0x52, 0x0c, 0x62, 0x61, 0x63, 0x6b, 0x75, 0x70, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72,
|
|
4093
|
+
0x22, 0xa8, 0x03, 0x0a, 0x10, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x53, 0x65, 0x74,
|
|
4094
|
+
0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x54, 0x0a, 0x18, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61,
|
|
4095
|
+
0x64, 0x5f, 0x6f, 0x6e, 0x5f, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74,
|
|
4096
|
+
0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
|
|
4097
|
+
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61,
|
|
4098
|
+
0x6c, 0x75, 0x65, 0x52, 0x16, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x4f, 0x6e, 0x41,
|
|
4099
|
+
0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x12, 0x45, 0x0a, 0x0f, 0x64,
|
|
4100
|
+
0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x5f, 0x77, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x18, 0x02,
|
|
4101
|
+
0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
|
|
4102
|
+
0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c,
|
|
4103
|
+
0x75, 0x65, 0x52, 0x0e, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x57, 0x69, 0x6e, 0x64,
|
|
4104
|
+
0x6f, 0x77, 0x12, 0x45, 0x0a, 0x0f, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x5f, 0x66,
|
|
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,
|
|
3898
4130
|
0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
3899
|
-
0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74,
|
|
3900
|
-
|
|
3901
|
-
|
|
3902
|
-
|
|
3903
|
-
|
|
3904
|
-
|
|
3905
|
-
|
|
3906
|
-
|
|
3907
|
-
0x76, 0x65,
|
|
3908
|
-
|
|
3909
|
-
|
|
3910
|
-
|
|
3911
|
-
|
|
3912
|
-
|
|
3913
|
-
|
|
3914
|
-
|
|
3915
|
-
|
|
3916
|
-
|
|
3917
|
-
|
|
3918
|
-
|
|
3919
|
-
|
|
3920
|
-
|
|
3921
|
-
|
|
3922
|
-
|
|
3923
|
-
|
|
3924
|
-
|
|
3925
|
-
|
|
3926
|
-
|
|
3927
|
-
|
|
3928
|
-
|
|
3929
|
-
0x42,
|
|
3930
|
-
|
|
3931
|
-
|
|
3932
|
-
|
|
3933
|
-
|
|
3934
|
-
|
|
3935
|
-
|
|
3936
|
-
|
|
3937
|
-
|
|
3938
|
-
|
|
3939
|
-
|
|
3940
|
-
|
|
3941
|
-
|
|
3942
|
-
|
|
3943
|
-
|
|
3944
|
-
|
|
3945
|
-
|
|
3946
|
-
|
|
4131
|
+
0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x33, 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52,
|
|
4132
|
+
0x1f, 0x72, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x64, 0x46, 0x72, 0x65, 0x65, 0x44, 0x69, 0x73,
|
|
4133
|
+
0x6b, 0x53, 0x70, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, 0x61, 0x67, 0x65,
|
|
4134
|
+
0x22, 0xfc, 0x03, 0x0a, 0x0b, 0x4c, 0x6f, 0x67, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73,
|
|
4135
|
+
0x12, 0x4d, 0x0a, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32,
|
|
4136
|
+
0x32, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61,
|
|
4137
|
+
0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4c,
|
|
4138
|
+
0x6f, 0x67, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x4c, 0x6f, 0x67, 0x4c, 0x65,
|
|
4139
|
+
0x76, 0x65, 0x6c, 0x48, 0x00, 0x52, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x88, 0x01, 0x01, 0x12,
|
|
4140
|
+
0x4e, 0x0a, 0x15, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x5f, 0x6c, 0x69, 0x6d,
|
|
4141
|
+
0x69, 0x74, 0x5f, 0x62, 0x79, 0x74, 0x65, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b,
|
|
4142
|
+
0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
|
|
4143
|
+
0x2e, 0x49, 0x6e, 0x74, 0x36, 0x34, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x12, 0x66, 0x69, 0x6c,
|
|
4144
|
+
0x65, 0x53, 0x69, 0x7a, 0x65, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x42, 0x79, 0x74, 0x65, 0x73, 0x12,
|
|
4145
|
+
0x56, 0x0a, 0x19, 0x72, 0x65, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x64, 0x5f, 0x66, 0x69, 0x6c, 0x65,
|
|
4146
|
+
0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x03, 0x20, 0x01,
|
|
4147
|
+
0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
4148
|
+
0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x33, 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52,
|
|
4149
|
+
0x16, 0x72, 0x65, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x43, 0x6f, 0x75,
|
|
4150
|
+
0x6e, 0x74, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x56, 0x0a, 0x09, 0x6f, 0x76, 0x65, 0x72, 0x72,
|
|
4151
|
+
0x69, 0x64, 0x65, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x38, 0x2e, 0x6c, 0x61, 0x6e,
|
|
4152
|
+
0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67,
|
|
4153
|
+
0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x6f, 0x67, 0x53, 0x65, 0x74,
|
|
4154
|
+
0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x4f, 0x76, 0x65, 0x72, 0x72, 0x69, 0x64, 0x65, 0x73, 0x45,
|
|
4155
|
+
0x6e, 0x74, 0x72, 0x79, 0x52, 0x09, 0x6f, 0x76, 0x65, 0x72, 0x72, 0x69, 0x64, 0x65, 0x73, 0x1a,
|
|
4156
|
+
0x3c, 0x0a, 0x0e, 0x4f, 0x76, 0x65, 0x72, 0x72, 0x69, 0x64, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72,
|
|
4157
|
+
0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03,
|
|
4158
|
+
0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01,
|
|
4159
|
+
0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x56, 0x0a,
|
|
4160
|
+
0x08, 0x4c, 0x6f, 0x67, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x0b, 0x0a, 0x07, 0x56, 0x45, 0x52,
|
|
4161
|
+
0x42, 0x4f, 0x53, 0x45, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x44, 0x45, 0x42, 0x55, 0x47, 0x10,
|
|
4162
|
+
0x01, 0x12, 0x0f, 0x0a, 0x0b, 0x49, 0x4e, 0x46, 0x4f, 0x52, 0x4d, 0x41, 0x54, 0x49, 0x4f, 0x4e,
|
|
4163
|
+
0x10, 0x02, 0x12, 0x0b, 0x0a, 0x07, 0x57, 0x41, 0x52, 0x4e, 0x49, 0x4e, 0x47, 0x10, 0x03, 0x12,
|
|
4164
|
+
0x09, 0x0a, 0x05, 0x45, 0x52, 0x52, 0x4f, 0x52, 0x10, 0x04, 0x12, 0x09, 0x0a, 0x05, 0x46, 0x41,
|
|
4165
|
+
0x54, 0x41, 0x4c, 0x10, 0x05, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2a,
|
|
4166
|
+
0x3b, 0x0a, 0x0a, 0x49, 0x50, 0x53, 0x63, 0x61, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a,
|
|
4167
|
+
0x14, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x5f, 0x49, 0x50, 0x5f, 0x53, 0x43, 0x41, 0x4e,
|
|
4168
|
+
0x5f, 0x54, 0x59, 0x50, 0x45, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x52, 0x41, 0x4e, 0x47, 0x45,
|
|
4169
|
+
0x10, 0x01, 0x12, 0x08, 0x0a, 0x04, 0x48, 0x4f, 0x53, 0x54, 0x10, 0x02, 0x32, 0xc6, 0x03, 0x0a,
|
|
4170
|
+
0x15, 0x53, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x53,
|
|
4171
|
+
0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x9e, 0x01, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x43, 0x6f,
|
|
4172
|
+
0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x42, 0x79, 0x53, 0x6f,
|
|
4173
|
+
0x75, 0x72, 0x63, 0x65, 0x12, 0x3e, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
|
|
4174
|
+
0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,
|
|
4175
|
+
0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61,
|
|
4176
|
+
0x74, 0x69, 0x6f, 0x6e, 0x73, 0x42, 0x79, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x65, 0x71,
|
|
4177
|
+
0x75, 0x65, 0x73, 0x74, 0x1a, 0x3f, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
|
|
4178
|
+
0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,
|
|
4179
|
+
0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61,
|
|
4180
|
+
0x74, 0x69, 0x6f, 0x6e, 0x73, 0x42, 0x79, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x65, 0x73,
|
|
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,
|
|
4183
|
+
0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e,
|
|
4184
|
+
0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x63, 0x74,
|
|
4185
|
+
0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x32, 0x2e, 0x6c, 0x61, 0x6e,
|
|
4186
|
+
0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67,
|
|
4187
|
+
0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65,
|
|
4188
|
+
0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00,
|
|
4189
|
+
0x12, 0x92, 0x01, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f,
|
|
4190
|
+
0x6e, 0x73, 0x42, 0x79, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x3a, 0x2e, 0x6c, 0x61, 0x6e,
|
|
4191
|
+
0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67,
|
|
4192
|
+
0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x78, 0x63,
|
|
4193
|
+
0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x42, 0x79, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52,
|
|
4194
|
+
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3b, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
|
|
4195
|
+
0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66,
|
|
4196
|
+
0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69,
|
|
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,
|
|
3947
4200
|
}
|
|
3948
4201
|
|
|
3949
4202
|
var (
|
|
@@ -3958,167 +4211,175 @@ func file_scanningconfig_proto_rawDescGZIP() []byte {
|
|
|
3958
4211
|
return file_scanningconfig_proto_rawDescData
|
|
3959
4212
|
}
|
|
3960
4213
|
|
|
3961
|
-
var file_scanningconfig_proto_enumTypes = make([]protoimpl.EnumInfo,
|
|
3962
|
-
var file_scanningconfig_proto_msgTypes = make([]protoimpl.MessageInfo,
|
|
4214
|
+
var file_scanningconfig_proto_enumTypes = make([]protoimpl.EnumInfo, 10)
|
|
4215
|
+
var file_scanningconfig_proto_msgTypes = make([]protoimpl.MessageInfo, 51)
|
|
3963
4216
|
var file_scanningconfig_proto_goTypes = []any{
|
|
3964
4217
|
(IPScanType)(0), // 0: lansweeper.scanningconfig.v1.IPScanType
|
|
3965
|
-
(
|
|
3966
|
-
(
|
|
3967
|
-
(
|
|
3968
|
-
(
|
|
3969
|
-
(
|
|
3970
|
-
(
|
|
3971
|
-
(
|
|
3972
|
-
(
|
|
3973
|
-
(
|
|
3974
|
-
(*
|
|
3975
|
-
(*
|
|
3976
|
-
(*
|
|
3977
|
-
(*
|
|
3978
|
-
(*
|
|
3979
|
-
(*
|
|
3980
|
-
(*
|
|
3981
|
-
(*
|
|
3982
|
-
(*
|
|
3983
|
-
(*
|
|
3984
|
-
(*
|
|
3985
|
-
(*
|
|
3986
|
-
(*
|
|
3987
|
-
(*
|
|
3988
|
-
(*
|
|
3989
|
-
(*
|
|
3990
|
-
(*
|
|
3991
|
-
(*
|
|
3992
|
-
(*
|
|
3993
|
-
(*
|
|
3994
|
-
(*
|
|
3995
|
-
(*
|
|
3996
|
-
(*
|
|
3997
|
-
(*
|
|
3998
|
-
(*
|
|
3999
|
-
(*
|
|
4000
|
-
(*
|
|
4001
|
-
(*
|
|
4002
|
-
(*
|
|
4003
|
-
(*
|
|
4004
|
-
(*
|
|
4005
|
-
(*
|
|
4006
|
-
(*
|
|
4007
|
-
(*
|
|
4008
|
-
(*
|
|
4009
|
-
(*
|
|
4010
|
-
(*
|
|
4011
|
-
(*
|
|
4012
|
-
(*
|
|
4013
|
-
(*
|
|
4014
|
-
(*
|
|
4015
|
-
(*
|
|
4016
|
-
(*
|
|
4017
|
-
nil,
|
|
4018
|
-
nil,
|
|
4019
|
-
nil,
|
|
4020
|
-
nil,
|
|
4021
|
-
|
|
4022
|
-
|
|
4023
|
-
|
|
4024
|
-
|
|
4218
|
+
(Exclusion_ExclusionType)(0), // 1: lansweeper.scanningconfig.v1.Exclusion.ExclusionType
|
|
4219
|
+
(Component_ComponentType)(0), // 2: lansweeper.scanningconfig.v1.Component.ComponentType
|
|
4220
|
+
(Action_ActionType)(0), // 3: lansweeper.scanningconfig.v1.Action.ActionType
|
|
4221
|
+
(ActionDefinition_ScanFocus)(0), // 4: lansweeper.scanningconfig.v1.ActionDefinition.ScanFocus
|
|
4222
|
+
(TargetData_TargetType)(0), // 5: lansweeper.scanningconfig.v1.TargetData.TargetType
|
|
4223
|
+
(ADData_LDAPType)(0), // 6: lansweeper.scanningconfig.v1.ADData.LDAPType
|
|
4224
|
+
(Agent_ScanFocus)(0), // 7: lansweeper.scanningconfig.v1.Agent.ScanFocus
|
|
4225
|
+
(Credential_CredentialType)(0), // 8: lansweeper.scanningconfig.v1.Credential.CredentialType
|
|
4226
|
+
(LogSettings_LogLevel)(0), // 9: lansweeper.scanningconfig.v1.LogSettings.LogLevel
|
|
4227
|
+
(*DeleteActionRequest)(nil), // 10: lansweeper.scanningconfig.v1.DeleteActionRequest
|
|
4228
|
+
(*DeleteActionResponse)(nil), // 11: lansweeper.scanningconfig.v1.DeleteActionResponse
|
|
4229
|
+
(*GetConfigurationsBySourceRequest)(nil), // 12: lansweeper.scanningconfig.v1.GetConfigurationsBySourceRequest
|
|
4230
|
+
(*GetConfigurationsBySourceResponse)(nil), // 13: lansweeper.scanningconfig.v1.GetConfigurationsBySourceResponse
|
|
4231
|
+
(*GetExclusionsBySourceRequest)(nil), // 14: lansweeper.scanningconfig.v1.GetExclusionsBySourceRequest
|
|
4232
|
+
(*GetExclusionsBySourceResponse)(nil), // 15: lansweeper.scanningconfig.v1.GetExclusionsBySourceResponse
|
|
4233
|
+
(*Exclusion)(nil), // 16: lansweeper.scanningconfig.v1.Exclusion
|
|
4234
|
+
(*Component)(nil), // 17: lansweeper.scanningconfig.v1.Component
|
|
4235
|
+
(*AssetRadar)(nil), // 18: lansweeper.scanningconfig.v1.AssetRadar
|
|
4236
|
+
(*NetworkVisibility)(nil), // 19: lansweeper.scanningconfig.v1.NetworkVisibility
|
|
4237
|
+
(*AutoUpdate)(nil), // 20: lansweeper.scanningconfig.v1.AutoUpdate
|
|
4238
|
+
(*OperationalConfig)(nil), // 21: lansweeper.scanningconfig.v1.OperationalConfig
|
|
4239
|
+
(*Trigger)(nil), // 22: lansweeper.scanningconfig.v1.Trigger
|
|
4240
|
+
(*Action)(nil), // 23: lansweeper.scanningconfig.v1.Action
|
|
4241
|
+
(*Agentless)(nil), // 24: lansweeper.scanningconfig.v1.Agentless
|
|
4242
|
+
(*ActionDefinition)(nil), // 25: lansweeper.scanningconfig.v1.ActionDefinition
|
|
4243
|
+
(*TargetData)(nil), // 26: lansweeper.scanningconfig.v1.TargetData
|
|
4244
|
+
(*SCCMData)(nil), // 27: lansweeper.scanningconfig.v1.SCCMData
|
|
4245
|
+
(*IPScanData)(nil), // 28: lansweeper.scanningconfig.v1.IPScanData
|
|
4246
|
+
(*IPScanPing)(nil), // 29: lansweeper.scanningconfig.v1.IPScanPing
|
|
4247
|
+
(*ADData)(nil), // 30: lansweeper.scanningconfig.v1.ADData
|
|
4248
|
+
(*Agent)(nil), // 31: lansweeper.scanningconfig.v1.Agent
|
|
4249
|
+
(*Credential)(nil), // 32: lansweeper.scanningconfig.v1.Credential
|
|
4250
|
+
(*ApplicationConfig)(nil), // 33: lansweeper.scanningconfig.v1.ApplicationConfig
|
|
4251
|
+
(*HubSettings)(nil), // 34: lansweeper.scanningconfig.v1.HubSettings
|
|
4252
|
+
(*MaintenanceSettings)(nil), // 35: lansweeper.scanningconfig.v1.MaintenanceSettings
|
|
4253
|
+
(*RetentionPolicySettings)(nil), // 36: lansweeper.scanningconfig.v1.RetentionPolicySettings
|
|
4254
|
+
(*NotificationSettings)(nil), // 37: lansweeper.scanningconfig.v1.NotificationSettings
|
|
4255
|
+
(*FeatureFlagSettings)(nil), // 38: lansweeper.scanningconfig.v1.FeatureFlagSettings
|
|
4256
|
+
(*ScanConfigurationSettings)(nil), // 39: lansweeper.scanningconfig.v1.ScanConfigurationSettings
|
|
4257
|
+
(*ImportSettings)(nil), // 40: lansweeper.scanningconfig.v1.ImportSettings
|
|
4258
|
+
(*NetworkConfigurationSettings)(nil), // 41: lansweeper.scanningconfig.v1.NetworkConfigurationSettings
|
|
4259
|
+
(*ParallelismSettings)(nil), // 42: lansweeper.scanningconfig.v1.ParallelismSettings
|
|
4260
|
+
(*ExclusionSettings)(nil), // 43: lansweeper.scanningconfig.v1.ExclusionSettings
|
|
4261
|
+
(*NetworkVisibilitySettings)(nil), // 44: lansweeper.scanningconfig.v1.NetworkVisibilitySettings
|
|
4262
|
+
(*PingBehaviorSettings)(nil), // 45: lansweeper.scanningconfig.v1.PingBehaviorSettings
|
|
4263
|
+
(*ProtocolConfigurationSettings)(nil), // 46: lansweeper.scanningconfig.v1.ProtocolConfigurationSettings
|
|
4264
|
+
(*ProtocolDetailSettings)(nil), // 47: lansweeper.scanningconfig.v1.ProtocolDetailSettings
|
|
4265
|
+
(*ItSensorSettings)(nil), // 48: lansweeper.scanningconfig.v1.ItSensorSettings
|
|
4266
|
+
(*OtSensorSettings)(nil), // 49: lansweeper.scanningconfig.v1.OtSensorSettings
|
|
4267
|
+
(*TrafficLogSettings)(nil), // 50: lansweeper.scanningconfig.v1.TrafficLogSettings
|
|
4268
|
+
(*UpdateSettings)(nil), // 51: lansweeper.scanningconfig.v1.UpdateSettings
|
|
4269
|
+
(*UpdateWindowSettings)(nil), // 52: lansweeper.scanningconfig.v1.UpdateWindowSettings
|
|
4270
|
+
(*BackupSettings)(nil), // 53: lansweeper.scanningconfig.v1.BackupSettings
|
|
4271
|
+
(*DownloadSettings)(nil), // 54: lansweeper.scanningconfig.v1.DownloadSettings
|
|
4272
|
+
(*PrerequisiteSettings)(nil), // 55: lansweeper.scanningconfig.v1.PrerequisiteSettings
|
|
4273
|
+
(*LogSettings)(nil), // 56: lansweeper.scanningconfig.v1.LogSettings
|
|
4274
|
+
nil, // 57: lansweeper.scanningconfig.v1.NotificationSettings.SmartPollingIntervalsEntry
|
|
4275
|
+
nil, // 58: lansweeper.scanningconfig.v1.ProtocolConfigurationSettings.ProtocolsEntry
|
|
4276
|
+
nil, // 59: lansweeper.scanningconfig.v1.ProtocolDetailSettings.AdditionalDataEntry
|
|
4277
|
+
nil, // 60: lansweeper.scanningconfig.v1.LogSettings.OverridesEntry
|
|
4278
|
+
(*wrapperspb.StringValue)(nil), // 61: google.protobuf.StringValue
|
|
4279
|
+
(*wrapperspb.Int32Value)(nil), // 62: google.protobuf.Int32Value
|
|
4280
|
+
(*wrapperspb.BoolValue)(nil), // 63: google.protobuf.BoolValue
|
|
4281
|
+
(*wrapperspb.Int64Value)(nil), // 64: google.protobuf.Int64Value
|
|
4025
4282
|
}
|
|
4026
4283
|
var file_scanningconfig_proto_depIdxs = []int32{
|
|
4027
|
-
|
|
4028
|
-
|
|
4029
|
-
|
|
4030
|
-
|
|
4031
|
-
|
|
4032
|
-
|
|
4033
|
-
|
|
4034
|
-
|
|
4035
|
-
|
|
4036
|
-
|
|
4037
|
-
|
|
4038
|
-
|
|
4039
|
-
|
|
4040
|
-
|
|
4041
|
-
|
|
4042
|
-
|
|
4043
|
-
4, // 16: lansweeper.scanningconfig.v1.
|
|
4044
|
-
|
|
4045
|
-
|
|
4046
|
-
|
|
4047
|
-
|
|
4048
|
-
|
|
4049
|
-
|
|
4050
|
-
|
|
4051
|
-
|
|
4052
|
-
|
|
4053
|
-
|
|
4054
|
-
|
|
4055
|
-
|
|
4056
|
-
|
|
4057
|
-
|
|
4058
|
-
|
|
4059
|
-
|
|
4060
|
-
|
|
4061
|
-
|
|
4062
|
-
|
|
4063
|
-
|
|
4064
|
-
|
|
4065
|
-
|
|
4066
|
-
|
|
4067
|
-
|
|
4068
|
-
|
|
4069
|
-
|
|
4070
|
-
|
|
4071
|
-
|
|
4072
|
-
|
|
4073
|
-
|
|
4074
|
-
|
|
4075
|
-
|
|
4076
|
-
|
|
4077
|
-
|
|
4078
|
-
|
|
4079
|
-
|
|
4080
|
-
|
|
4081
|
-
|
|
4082
|
-
|
|
4083
|
-
|
|
4084
|
-
|
|
4085
|
-
|
|
4086
|
-
58, // 59: lansweeper.scanningconfig.v1.
|
|
4087
|
-
|
|
4088
|
-
|
|
4089
|
-
|
|
4090
|
-
|
|
4091
|
-
|
|
4092
|
-
|
|
4093
|
-
|
|
4094
|
-
|
|
4095
|
-
|
|
4096
|
-
|
|
4097
|
-
|
|
4098
|
-
|
|
4099
|
-
|
|
4100
|
-
|
|
4101
|
-
|
|
4102
|
-
|
|
4103
|
-
|
|
4104
|
-
|
|
4105
|
-
|
|
4106
|
-
|
|
4107
|
-
|
|
4108
|
-
|
|
4109
|
-
|
|
4110
|
-
|
|
4111
|
-
|
|
4112
|
-
|
|
4113
|
-
|
|
4114
|
-
|
|
4115
|
-
12, // 88: lansweeper.scanningconfig.v1.ScanningConfigService.GetConfigurationsBySource:
|
|
4116
|
-
10, // 89: lansweeper.scanningconfig.v1.ScanningConfigService.DeleteAction:
|
|
4117
|
-
|
|
4118
|
-
|
|
4119
|
-
|
|
4120
|
-
|
|
4121
|
-
|
|
4284
|
+
17, // 0: lansweeper.scanningconfig.v1.GetConfigurationsBySourceResponse.configs:type_name -> lansweeper.scanningconfig.v1.Component
|
|
4285
|
+
16, // 1: lansweeper.scanningconfig.v1.GetExclusionsBySourceResponse.exclusions:type_name -> lansweeper.scanningconfig.v1.Exclusion
|
|
4286
|
+
1, // 2: lansweeper.scanningconfig.v1.Exclusion.type:type_name -> lansweeper.scanningconfig.v1.Exclusion.ExclusionType
|
|
4287
|
+
2, // 3: lansweeper.scanningconfig.v1.Component.type:type_name -> lansweeper.scanningconfig.v1.Component.ComponentType
|
|
4288
|
+
23, // 4: lansweeper.scanningconfig.v1.Component.actions:type_name -> lansweeper.scanningconfig.v1.Action
|
|
4289
|
+
21, // 5: lansweeper.scanningconfig.v1.Component.op_config:type_name -> lansweeper.scanningconfig.v1.OperationalConfig
|
|
4290
|
+
33, // 6: lansweeper.scanningconfig.v1.Component.app_config:type_name -> lansweeper.scanningconfig.v1.ApplicationConfig
|
|
4291
|
+
18, // 7: lansweeper.scanningconfig.v1.OperationalConfig.asset_radar_config:type_name -> lansweeper.scanningconfig.v1.AssetRadar
|
|
4292
|
+
20, // 8: lansweeper.scanningconfig.v1.OperationalConfig.auto_update_config:type_name -> lansweeper.scanningconfig.v1.AutoUpdate
|
|
4293
|
+
19, // 9: lansweeper.scanningconfig.v1.OperationalConfig.network_visibility_config:type_name -> lansweeper.scanningconfig.v1.NetworkVisibility
|
|
4294
|
+
22, // 10: lansweeper.scanningconfig.v1.Action.triggers:type_name -> lansweeper.scanningconfig.v1.Trigger
|
|
4295
|
+
3, // 11: lansweeper.scanningconfig.v1.Action.action_type:type_name -> lansweeper.scanningconfig.v1.Action.ActionType
|
|
4296
|
+
32, // 12: lansweeper.scanningconfig.v1.Action.credentials:type_name -> lansweeper.scanningconfig.v1.Credential
|
|
4297
|
+
31, // 13: lansweeper.scanningconfig.v1.Action.agent:type_name -> lansweeper.scanningconfig.v1.Agent
|
|
4298
|
+
24, // 14: lansweeper.scanningconfig.v1.Action.agentless:type_name -> lansweeper.scanningconfig.v1.Agentless
|
|
4299
|
+
25, // 15: lansweeper.scanningconfig.v1.Action.action_definition:type_name -> lansweeper.scanningconfig.v1.ActionDefinition
|
|
4300
|
+
4, // 16: lansweeper.scanningconfig.v1.ActionDefinition.scan_focus:type_name -> lansweeper.scanningconfig.v1.ActionDefinition.ScanFocus
|
|
4301
|
+
26, // 17: lansweeper.scanningconfig.v1.ActionDefinition.targets_data:type_name -> lansweeper.scanningconfig.v1.TargetData
|
|
4302
|
+
5, // 18: lansweeper.scanningconfig.v1.TargetData.type:type_name -> lansweeper.scanningconfig.v1.TargetData.TargetType
|
|
4303
|
+
28, // 19: lansweeper.scanningconfig.v1.TargetData.ip_scan_data:type_name -> lansweeper.scanningconfig.v1.IPScanData
|
|
4304
|
+
30, // 20: lansweeper.scanningconfig.v1.TargetData.ad_data:type_name -> lansweeper.scanningconfig.v1.ADData
|
|
4305
|
+
27, // 21: lansweeper.scanningconfig.v1.TargetData.sccm_data:type_name -> lansweeper.scanningconfig.v1.SCCMData
|
|
4306
|
+
0, // 22: lansweeper.scanningconfig.v1.IPScanData.type:type_name -> lansweeper.scanningconfig.v1.IPScanType
|
|
4307
|
+
29, // 23: lansweeper.scanningconfig.v1.IPScanData.ping:type_name -> lansweeper.scanningconfig.v1.IPScanPing
|
|
4308
|
+
6, // 24: lansweeper.scanningconfig.v1.ADData.ldap_type:type_name -> lansweeper.scanningconfig.v1.ADData.LDAPType
|
|
4309
|
+
7, // 25: lansweeper.scanningconfig.v1.Agent.scan_focus:type_name -> lansweeper.scanningconfig.v1.Agent.ScanFocus
|
|
4310
|
+
8, // 26: lansweeper.scanningconfig.v1.Credential.type:type_name -> lansweeper.scanningconfig.v1.Credential.CredentialType
|
|
4311
|
+
56, // 27: lansweeper.scanningconfig.v1.ApplicationConfig.logging:type_name -> lansweeper.scanningconfig.v1.LogSettings
|
|
4312
|
+
34, // 28: lansweeper.scanningconfig.v1.ApplicationConfig.hub:type_name -> lansweeper.scanningconfig.v1.HubSettings
|
|
4313
|
+
51, // 29: lansweeper.scanningconfig.v1.ApplicationConfig.update:type_name -> lansweeper.scanningconfig.v1.UpdateSettings
|
|
4314
|
+
48, // 30: lansweeper.scanningconfig.v1.ApplicationConfig.it_sensor:type_name -> lansweeper.scanningconfig.v1.ItSensorSettings
|
|
4315
|
+
49, // 31: lansweeper.scanningconfig.v1.ApplicationConfig.ot_sensor:type_name -> lansweeper.scanningconfig.v1.OtSensorSettings
|
|
4316
|
+
41, // 32: lansweeper.scanningconfig.v1.HubSettings.network_configuration:type_name -> lansweeper.scanningconfig.v1.NetworkConfigurationSettings
|
|
4317
|
+
35, // 33: lansweeper.scanningconfig.v1.HubSettings.maintenance:type_name -> lansweeper.scanningconfig.v1.MaintenanceSettings
|
|
4318
|
+
37, // 34: lansweeper.scanningconfig.v1.HubSettings.notifications:type_name -> lansweeper.scanningconfig.v1.NotificationSettings
|
|
4319
|
+
38, // 35: lansweeper.scanningconfig.v1.HubSettings.feature_flags:type_name -> lansweeper.scanningconfig.v1.FeatureFlagSettings
|
|
4320
|
+
39, // 36: lansweeper.scanningconfig.v1.HubSettings.scan_configuration:type_name -> lansweeper.scanningconfig.v1.ScanConfigurationSettings
|
|
4321
|
+
40, // 37: lansweeper.scanningconfig.v1.HubSettings.import:type_name -> lansweeper.scanningconfig.v1.ImportSettings
|
|
4322
|
+
61, // 38: lansweeper.scanningconfig.v1.MaintenanceSettings.maintenance_window:type_name -> google.protobuf.StringValue
|
|
4323
|
+
36, // 39: lansweeper.scanningconfig.v1.MaintenanceSettings.retention_policy:type_name -> lansweeper.scanningconfig.v1.RetentionPolicySettings
|
|
4324
|
+
62, // 40: lansweeper.scanningconfig.v1.RetentionPolicySettings.synced_data_retention_days:type_name -> google.protobuf.Int32Value
|
|
4325
|
+
62, // 41: lansweeper.scanningconfig.v1.RetentionPolicySettings.unsynced_data_retention_days:type_name -> google.protobuf.Int32Value
|
|
4326
|
+
63, // 42: lansweeper.scanningconfig.v1.NotificationSettings.smart_polling_enabled:type_name -> google.protobuf.BoolValue
|
|
4327
|
+
62, // 43: lansweeper.scanningconfig.v1.NotificationSettings.default_polling_interval_seconds:type_name -> google.protobuf.Int32Value
|
|
4328
|
+
57, // 44: lansweeper.scanningconfig.v1.NotificationSettings.smart_polling_intervals:type_name -> lansweeper.scanningconfig.v1.NotificationSettings.SmartPollingIntervalsEntry
|
|
4329
|
+
62, // 45: lansweeper.scanningconfig.v1.FeatureFlagSettings.polling_interval_minutes:type_name -> google.protobuf.Int32Value
|
|
4330
|
+
62, // 46: lansweeper.scanningconfig.v1.ScanConfigurationSettings.polling_interval_minutes:type_name -> google.protobuf.Int32Value
|
|
4331
|
+
63, // 47: lansweeper.scanningconfig.v1.ImportSettings.enabled:type_name -> google.protobuf.BoolValue
|
|
4332
|
+
62, // 48: lansweeper.scanningconfig.v1.ImportSettings.polling_interval_seconds:type_name -> google.protobuf.Int32Value
|
|
4333
|
+
61, // 49: lansweeper.scanningconfig.v1.ImportSettings.folder:type_name -> google.protobuf.StringValue
|
|
4334
|
+
42, // 50: lansweeper.scanningconfig.v1.NetworkConfigurationSettings.parallelism:type_name -> lansweeper.scanningconfig.v1.ParallelismSettings
|
|
4335
|
+
44, // 51: lansweeper.scanningconfig.v1.NetworkConfigurationSettings.network_visibility:type_name -> lansweeper.scanningconfig.v1.NetworkVisibilitySettings
|
|
4336
|
+
45, // 52: lansweeper.scanningconfig.v1.NetworkConfigurationSettings.ping_behavior:type_name -> lansweeper.scanningconfig.v1.PingBehaviorSettings
|
|
4337
|
+
46, // 53: lansweeper.scanningconfig.v1.NetworkConfigurationSettings.protocol_configuration:type_name -> lansweeper.scanningconfig.v1.ProtocolConfigurationSettings
|
|
4338
|
+
43, // 54: lansweeper.scanningconfig.v1.NetworkConfigurationSettings.exclusions:type_name -> lansweeper.scanningconfig.v1.ExclusionSettings
|
|
4339
|
+
62, // 55: lansweeper.scanningconfig.v1.ParallelismSettings.max_parallelism:type_name -> google.protobuf.Int32Value
|
|
4340
|
+
63, // 56: lansweeper.scanningconfig.v1.NetworkVisibilitySettings.enabled:type_name -> google.protobuf.BoolValue
|
|
4341
|
+
63, // 57: lansweeper.scanningconfig.v1.NetworkVisibilitySettings.active_cdr_enabled:type_name -> google.protobuf.BoolValue
|
|
4342
|
+
63, // 58: lansweeper.scanningconfig.v1.ProtocolConfigurationSettings.all_enabled:type_name -> google.protobuf.BoolValue
|
|
4343
|
+
58, // 59: lansweeper.scanningconfig.v1.ProtocolConfigurationSettings.protocols:type_name -> lansweeper.scanningconfig.v1.ProtocolConfigurationSettings.ProtocolsEntry
|
|
4344
|
+
63, // 60: lansweeper.scanningconfig.v1.ProtocolDetailSettings.enabled:type_name -> google.protobuf.BoolValue
|
|
4345
|
+
62, // 61: lansweeper.scanningconfig.v1.ProtocolDetailSettings.port:type_name -> google.protobuf.Int32Value
|
|
4346
|
+
59, // 62: lansweeper.scanningconfig.v1.ProtocolDetailSettings.additional_data:type_name -> lansweeper.scanningconfig.v1.ProtocolDetailSettings.AdditionalDataEntry
|
|
4347
|
+
41, // 63: lansweeper.scanningconfig.v1.ItSensorSettings.network_configuration:type_name -> lansweeper.scanningconfig.v1.NetworkConfigurationSettings
|
|
4348
|
+
41, // 64: lansweeper.scanningconfig.v1.OtSensorSettings.network_configuration:type_name -> lansweeper.scanningconfig.v1.NetworkConfigurationSettings
|
|
4349
|
+
50, // 65: lansweeper.scanningconfig.v1.OtSensorSettings.traffic_logging:type_name -> lansweeper.scanningconfig.v1.TrafficLogSettings
|
|
4350
|
+
63, // 66: lansweeper.scanningconfig.v1.TrafficLogSettings.enabled:type_name -> google.protobuf.BoolValue
|
|
4351
|
+
61, // 67: lansweeper.scanningconfig.v1.TrafficLogSettings.path:type_name -> google.protobuf.StringValue
|
|
4352
|
+
63, // 68: lansweeper.scanningconfig.v1.UpdateSettings.update_on_availability:type_name -> google.protobuf.BoolValue
|
|
4353
|
+
52, // 69: lansweeper.scanningconfig.v1.UpdateSettings.update_window:type_name -> lansweeper.scanningconfig.v1.UpdateWindowSettings
|
|
4354
|
+
54, // 70: lansweeper.scanningconfig.v1.UpdateSettings.download:type_name -> lansweeper.scanningconfig.v1.DownloadSettings
|
|
4355
|
+
53, // 71: lansweeper.scanningconfig.v1.UpdateSettings.backup:type_name -> lansweeper.scanningconfig.v1.BackupSettings
|
|
4356
|
+
55, // 72: lansweeper.scanningconfig.v1.UpdateSettings.prerequisites:type_name -> lansweeper.scanningconfig.v1.PrerequisiteSettings
|
|
4357
|
+
63, // 73: lansweeper.scanningconfig.v1.UpdateWindowSettings.enabled:type_name -> google.protobuf.BoolValue
|
|
4358
|
+
61, // 74: lansweeper.scanningconfig.v1.UpdateWindowSettings.update_window:type_name -> google.protobuf.StringValue
|
|
4359
|
+
61, // 75: lansweeper.scanningconfig.v1.BackupSettings.backup_folder:type_name -> google.protobuf.StringValue
|
|
4360
|
+
63, // 76: lansweeper.scanningconfig.v1.DownloadSettings.download_on_availability:type_name -> google.protobuf.BoolValue
|
|
4361
|
+
61, // 77: lansweeper.scanningconfig.v1.DownloadSettings.download_window:type_name -> google.protobuf.StringValue
|
|
4362
|
+
61, // 78: lansweeper.scanningconfig.v1.DownloadSettings.download_folder:type_name -> google.protobuf.StringValue
|
|
4363
|
+
62, // 79: lansweeper.scanningconfig.v1.DownloadSettings.download_timeout_seconds:type_name -> google.protobuf.Int32Value
|
|
4364
|
+
62, // 80: lansweeper.scanningconfig.v1.DownloadSettings.throttle_rate_kb_per_second:type_name -> google.protobuf.Int32Value
|
|
4365
|
+
64, // 81: lansweeper.scanningconfig.v1.PrerequisiteSettings.required_free_disk_space_bytes:type_name -> google.protobuf.Int64Value
|
|
4366
|
+
62, // 82: lansweeper.scanningconfig.v1.PrerequisiteSettings.required_free_disk_space_percentage:type_name -> google.protobuf.Int32Value
|
|
4367
|
+
9, // 83: lansweeper.scanningconfig.v1.LogSettings.level:type_name -> lansweeper.scanningconfig.v1.LogSettings.LogLevel
|
|
4368
|
+
64, // 84: lansweeper.scanningconfig.v1.LogSettings.file_size_limit_bytes:type_name -> google.protobuf.Int64Value
|
|
4369
|
+
62, // 85: lansweeper.scanningconfig.v1.LogSettings.retained_file_count_limit:type_name -> google.protobuf.Int32Value
|
|
4370
|
+
60, // 86: lansweeper.scanningconfig.v1.LogSettings.overrides:type_name -> lansweeper.scanningconfig.v1.LogSettings.OverridesEntry
|
|
4371
|
+
47, // 87: lansweeper.scanningconfig.v1.ProtocolConfigurationSettings.ProtocolsEntry.value:type_name -> lansweeper.scanningconfig.v1.ProtocolDetailSettings
|
|
4372
|
+
12, // 88: lansweeper.scanningconfig.v1.ScanningConfigService.GetConfigurationsBySource:input_type -> lansweeper.scanningconfig.v1.GetConfigurationsBySourceRequest
|
|
4373
|
+
10, // 89: lansweeper.scanningconfig.v1.ScanningConfigService.DeleteAction:input_type -> lansweeper.scanningconfig.v1.DeleteActionRequest
|
|
4374
|
+
14, // 90: lansweeper.scanningconfig.v1.ScanningConfigService.GetExclusionsBySource:input_type -> lansweeper.scanningconfig.v1.GetExclusionsBySourceRequest
|
|
4375
|
+
13, // 91: lansweeper.scanningconfig.v1.ScanningConfigService.GetConfigurationsBySource:output_type -> lansweeper.scanningconfig.v1.GetConfigurationsBySourceResponse
|
|
4376
|
+
11, // 92: lansweeper.scanningconfig.v1.ScanningConfigService.DeleteAction:output_type -> lansweeper.scanningconfig.v1.DeleteActionResponse
|
|
4377
|
+
15, // 93: lansweeper.scanningconfig.v1.ScanningConfigService.GetExclusionsBySource:output_type -> lansweeper.scanningconfig.v1.GetExclusionsBySourceResponse
|
|
4378
|
+
91, // [91:94] is the sub-list for method output_type
|
|
4379
|
+
88, // [88:91] is the sub-list for method input_type
|
|
4380
|
+
88, // [88:88] is the sub-list for extension type_name
|
|
4381
|
+
88, // [88:88] is the sub-list for extension extendee
|
|
4382
|
+
0, // [0:88] is the sub-list for field type_name
|
|
4122
4383
|
}
|
|
4123
4384
|
|
|
4124
4385
|
func init() { file_scanningconfig_proto_init() }
|
|
@@ -4176,7 +4437,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4176
4437
|
}
|
|
4177
4438
|
}
|
|
4178
4439
|
file_scanningconfig_proto_msgTypes[4].Exporter = func(v any, i int) any {
|
|
4179
|
-
switch v := v.(*
|
|
4440
|
+
switch v := v.(*GetExclusionsBySourceRequest); i {
|
|
4180
4441
|
case 0:
|
|
4181
4442
|
return &v.state
|
|
4182
4443
|
case 1:
|
|
@@ -4188,7 +4449,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4188
4449
|
}
|
|
4189
4450
|
}
|
|
4190
4451
|
file_scanningconfig_proto_msgTypes[5].Exporter = func(v any, i int) any {
|
|
4191
|
-
switch v := v.(*
|
|
4452
|
+
switch v := v.(*GetExclusionsBySourceResponse); i {
|
|
4192
4453
|
case 0:
|
|
4193
4454
|
return &v.state
|
|
4194
4455
|
case 1:
|
|
@@ -4200,7 +4461,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4200
4461
|
}
|
|
4201
4462
|
}
|
|
4202
4463
|
file_scanningconfig_proto_msgTypes[6].Exporter = func(v any, i int) any {
|
|
4203
|
-
switch v := v.(*
|
|
4464
|
+
switch v := v.(*Exclusion); i {
|
|
4204
4465
|
case 0:
|
|
4205
4466
|
return &v.state
|
|
4206
4467
|
case 1:
|
|
@@ -4212,7 +4473,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4212
4473
|
}
|
|
4213
4474
|
}
|
|
4214
4475
|
file_scanningconfig_proto_msgTypes[7].Exporter = func(v any, i int) any {
|
|
4215
|
-
switch v := v.(*
|
|
4476
|
+
switch v := v.(*Component); i {
|
|
4216
4477
|
case 0:
|
|
4217
4478
|
return &v.state
|
|
4218
4479
|
case 1:
|
|
@@ -4224,7 +4485,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4224
4485
|
}
|
|
4225
4486
|
}
|
|
4226
4487
|
file_scanningconfig_proto_msgTypes[8].Exporter = func(v any, i int) any {
|
|
4227
|
-
switch v := v.(*
|
|
4488
|
+
switch v := v.(*AssetRadar); i {
|
|
4228
4489
|
case 0:
|
|
4229
4490
|
return &v.state
|
|
4230
4491
|
case 1:
|
|
@@ -4236,7 +4497,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4236
4497
|
}
|
|
4237
4498
|
}
|
|
4238
4499
|
file_scanningconfig_proto_msgTypes[9].Exporter = func(v any, i int) any {
|
|
4239
|
-
switch v := v.(*
|
|
4500
|
+
switch v := v.(*NetworkVisibility); i {
|
|
4240
4501
|
case 0:
|
|
4241
4502
|
return &v.state
|
|
4242
4503
|
case 1:
|
|
@@ -4248,7 +4509,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4248
4509
|
}
|
|
4249
4510
|
}
|
|
4250
4511
|
file_scanningconfig_proto_msgTypes[10].Exporter = func(v any, i int) any {
|
|
4251
|
-
switch v := v.(*
|
|
4512
|
+
switch v := v.(*AutoUpdate); i {
|
|
4252
4513
|
case 0:
|
|
4253
4514
|
return &v.state
|
|
4254
4515
|
case 1:
|
|
@@ -4260,7 +4521,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4260
4521
|
}
|
|
4261
4522
|
}
|
|
4262
4523
|
file_scanningconfig_proto_msgTypes[11].Exporter = func(v any, i int) any {
|
|
4263
|
-
switch v := v.(*
|
|
4524
|
+
switch v := v.(*OperationalConfig); i {
|
|
4264
4525
|
case 0:
|
|
4265
4526
|
return &v.state
|
|
4266
4527
|
case 1:
|
|
@@ -4272,7 +4533,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4272
4533
|
}
|
|
4273
4534
|
}
|
|
4274
4535
|
file_scanningconfig_proto_msgTypes[12].Exporter = func(v any, i int) any {
|
|
4275
|
-
switch v := v.(*
|
|
4536
|
+
switch v := v.(*Trigger); i {
|
|
4276
4537
|
case 0:
|
|
4277
4538
|
return &v.state
|
|
4278
4539
|
case 1:
|
|
@@ -4284,7 +4545,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4284
4545
|
}
|
|
4285
4546
|
}
|
|
4286
4547
|
file_scanningconfig_proto_msgTypes[13].Exporter = func(v any, i int) any {
|
|
4287
|
-
switch v := v.(*
|
|
4548
|
+
switch v := v.(*Action); i {
|
|
4288
4549
|
case 0:
|
|
4289
4550
|
return &v.state
|
|
4290
4551
|
case 1:
|
|
@@ -4296,7 +4557,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4296
4557
|
}
|
|
4297
4558
|
}
|
|
4298
4559
|
file_scanningconfig_proto_msgTypes[14].Exporter = func(v any, i int) any {
|
|
4299
|
-
switch v := v.(*
|
|
4560
|
+
switch v := v.(*Agentless); i {
|
|
4300
4561
|
case 0:
|
|
4301
4562
|
return &v.state
|
|
4302
4563
|
case 1:
|
|
@@ -4308,7 +4569,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4308
4569
|
}
|
|
4309
4570
|
}
|
|
4310
4571
|
file_scanningconfig_proto_msgTypes[15].Exporter = func(v any, i int) any {
|
|
4311
|
-
switch v := v.(*
|
|
4572
|
+
switch v := v.(*ActionDefinition); i {
|
|
4312
4573
|
case 0:
|
|
4313
4574
|
return &v.state
|
|
4314
4575
|
case 1:
|
|
@@ -4320,7 +4581,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4320
4581
|
}
|
|
4321
4582
|
}
|
|
4322
4583
|
file_scanningconfig_proto_msgTypes[16].Exporter = func(v any, i int) any {
|
|
4323
|
-
switch v := v.(*
|
|
4584
|
+
switch v := v.(*TargetData); i {
|
|
4324
4585
|
case 0:
|
|
4325
4586
|
return &v.state
|
|
4326
4587
|
case 1:
|
|
@@ -4332,7 +4593,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4332
4593
|
}
|
|
4333
4594
|
}
|
|
4334
4595
|
file_scanningconfig_proto_msgTypes[17].Exporter = func(v any, i int) any {
|
|
4335
|
-
switch v := v.(*
|
|
4596
|
+
switch v := v.(*SCCMData); i {
|
|
4336
4597
|
case 0:
|
|
4337
4598
|
return &v.state
|
|
4338
4599
|
case 1:
|
|
@@ -4344,7 +4605,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4344
4605
|
}
|
|
4345
4606
|
}
|
|
4346
4607
|
file_scanningconfig_proto_msgTypes[18].Exporter = func(v any, i int) any {
|
|
4347
|
-
switch v := v.(*
|
|
4608
|
+
switch v := v.(*IPScanData); i {
|
|
4348
4609
|
case 0:
|
|
4349
4610
|
return &v.state
|
|
4350
4611
|
case 1:
|
|
@@ -4356,7 +4617,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4356
4617
|
}
|
|
4357
4618
|
}
|
|
4358
4619
|
file_scanningconfig_proto_msgTypes[19].Exporter = func(v any, i int) any {
|
|
4359
|
-
switch v := v.(*
|
|
4620
|
+
switch v := v.(*IPScanPing); i {
|
|
4360
4621
|
case 0:
|
|
4361
4622
|
return &v.state
|
|
4362
4623
|
case 1:
|
|
@@ -4368,7 +4629,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4368
4629
|
}
|
|
4369
4630
|
}
|
|
4370
4631
|
file_scanningconfig_proto_msgTypes[20].Exporter = func(v any, i int) any {
|
|
4371
|
-
switch v := v.(*
|
|
4632
|
+
switch v := v.(*ADData); i {
|
|
4372
4633
|
case 0:
|
|
4373
4634
|
return &v.state
|
|
4374
4635
|
case 1:
|
|
@@ -4380,7 +4641,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4380
4641
|
}
|
|
4381
4642
|
}
|
|
4382
4643
|
file_scanningconfig_proto_msgTypes[21].Exporter = func(v any, i int) any {
|
|
4383
|
-
switch v := v.(*
|
|
4644
|
+
switch v := v.(*Agent); i {
|
|
4384
4645
|
case 0:
|
|
4385
4646
|
return &v.state
|
|
4386
4647
|
case 1:
|
|
@@ -4392,7 +4653,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4392
4653
|
}
|
|
4393
4654
|
}
|
|
4394
4655
|
file_scanningconfig_proto_msgTypes[22].Exporter = func(v any, i int) any {
|
|
4395
|
-
switch v := v.(*
|
|
4656
|
+
switch v := v.(*Credential); i {
|
|
4396
4657
|
case 0:
|
|
4397
4658
|
return &v.state
|
|
4398
4659
|
case 1:
|
|
@@ -4404,7 +4665,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4404
4665
|
}
|
|
4405
4666
|
}
|
|
4406
4667
|
file_scanningconfig_proto_msgTypes[23].Exporter = func(v any, i int) any {
|
|
4407
|
-
switch v := v.(*
|
|
4668
|
+
switch v := v.(*ApplicationConfig); i {
|
|
4408
4669
|
case 0:
|
|
4409
4670
|
return &v.state
|
|
4410
4671
|
case 1:
|
|
@@ -4416,7 +4677,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4416
4677
|
}
|
|
4417
4678
|
}
|
|
4418
4679
|
file_scanningconfig_proto_msgTypes[24].Exporter = func(v any, i int) any {
|
|
4419
|
-
switch v := v.(*
|
|
4680
|
+
switch v := v.(*HubSettings); i {
|
|
4420
4681
|
case 0:
|
|
4421
4682
|
return &v.state
|
|
4422
4683
|
case 1:
|
|
@@ -4428,7 +4689,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4428
4689
|
}
|
|
4429
4690
|
}
|
|
4430
4691
|
file_scanningconfig_proto_msgTypes[25].Exporter = func(v any, i int) any {
|
|
4431
|
-
switch v := v.(*
|
|
4692
|
+
switch v := v.(*MaintenanceSettings); i {
|
|
4432
4693
|
case 0:
|
|
4433
4694
|
return &v.state
|
|
4434
4695
|
case 1:
|
|
@@ -4440,7 +4701,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4440
4701
|
}
|
|
4441
4702
|
}
|
|
4442
4703
|
file_scanningconfig_proto_msgTypes[26].Exporter = func(v any, i int) any {
|
|
4443
|
-
switch v := v.(*
|
|
4704
|
+
switch v := v.(*RetentionPolicySettings); i {
|
|
4444
4705
|
case 0:
|
|
4445
4706
|
return &v.state
|
|
4446
4707
|
case 1:
|
|
@@ -4452,7 +4713,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4452
4713
|
}
|
|
4453
4714
|
}
|
|
4454
4715
|
file_scanningconfig_proto_msgTypes[27].Exporter = func(v any, i int) any {
|
|
4455
|
-
switch v := v.(*
|
|
4716
|
+
switch v := v.(*NotificationSettings); i {
|
|
4456
4717
|
case 0:
|
|
4457
4718
|
return &v.state
|
|
4458
4719
|
case 1:
|
|
@@ -4464,7 +4725,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4464
4725
|
}
|
|
4465
4726
|
}
|
|
4466
4727
|
file_scanningconfig_proto_msgTypes[28].Exporter = func(v any, i int) any {
|
|
4467
|
-
switch v := v.(*
|
|
4728
|
+
switch v := v.(*FeatureFlagSettings); i {
|
|
4468
4729
|
case 0:
|
|
4469
4730
|
return &v.state
|
|
4470
4731
|
case 1:
|
|
@@ -4476,7 +4737,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4476
4737
|
}
|
|
4477
4738
|
}
|
|
4478
4739
|
file_scanningconfig_proto_msgTypes[29].Exporter = func(v any, i int) any {
|
|
4479
|
-
switch v := v.(*
|
|
4740
|
+
switch v := v.(*ScanConfigurationSettings); i {
|
|
4480
4741
|
case 0:
|
|
4481
4742
|
return &v.state
|
|
4482
4743
|
case 1:
|
|
@@ -4488,7 +4749,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4488
4749
|
}
|
|
4489
4750
|
}
|
|
4490
4751
|
file_scanningconfig_proto_msgTypes[30].Exporter = func(v any, i int) any {
|
|
4491
|
-
switch v := v.(*
|
|
4752
|
+
switch v := v.(*ImportSettings); i {
|
|
4492
4753
|
case 0:
|
|
4493
4754
|
return &v.state
|
|
4494
4755
|
case 1:
|
|
@@ -4500,7 +4761,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4500
4761
|
}
|
|
4501
4762
|
}
|
|
4502
4763
|
file_scanningconfig_proto_msgTypes[31].Exporter = func(v any, i int) any {
|
|
4503
|
-
switch v := v.(*
|
|
4764
|
+
switch v := v.(*NetworkConfigurationSettings); i {
|
|
4504
4765
|
case 0:
|
|
4505
4766
|
return &v.state
|
|
4506
4767
|
case 1:
|
|
@@ -4512,7 +4773,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4512
4773
|
}
|
|
4513
4774
|
}
|
|
4514
4775
|
file_scanningconfig_proto_msgTypes[32].Exporter = func(v any, i int) any {
|
|
4515
|
-
switch v := v.(*
|
|
4776
|
+
switch v := v.(*ParallelismSettings); i {
|
|
4516
4777
|
case 0:
|
|
4517
4778
|
return &v.state
|
|
4518
4779
|
case 1:
|
|
@@ -4524,7 +4785,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4524
4785
|
}
|
|
4525
4786
|
}
|
|
4526
4787
|
file_scanningconfig_proto_msgTypes[33].Exporter = func(v any, i int) any {
|
|
4527
|
-
switch v := v.(*
|
|
4788
|
+
switch v := v.(*ExclusionSettings); i {
|
|
4528
4789
|
case 0:
|
|
4529
4790
|
return &v.state
|
|
4530
4791
|
case 1:
|
|
@@ -4536,7 +4797,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4536
4797
|
}
|
|
4537
4798
|
}
|
|
4538
4799
|
file_scanningconfig_proto_msgTypes[34].Exporter = func(v any, i int) any {
|
|
4539
|
-
switch v := v.(*
|
|
4800
|
+
switch v := v.(*NetworkVisibilitySettings); i {
|
|
4540
4801
|
case 0:
|
|
4541
4802
|
return &v.state
|
|
4542
4803
|
case 1:
|
|
@@ -4548,7 +4809,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4548
4809
|
}
|
|
4549
4810
|
}
|
|
4550
4811
|
file_scanningconfig_proto_msgTypes[35].Exporter = func(v any, i int) any {
|
|
4551
|
-
switch v := v.(*
|
|
4812
|
+
switch v := v.(*PingBehaviorSettings); i {
|
|
4552
4813
|
case 0:
|
|
4553
4814
|
return &v.state
|
|
4554
4815
|
case 1:
|
|
@@ -4560,7 +4821,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4560
4821
|
}
|
|
4561
4822
|
}
|
|
4562
4823
|
file_scanningconfig_proto_msgTypes[36].Exporter = func(v any, i int) any {
|
|
4563
|
-
switch v := v.(*
|
|
4824
|
+
switch v := v.(*ProtocolConfigurationSettings); i {
|
|
4564
4825
|
case 0:
|
|
4565
4826
|
return &v.state
|
|
4566
4827
|
case 1:
|
|
@@ -4572,7 +4833,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4572
4833
|
}
|
|
4573
4834
|
}
|
|
4574
4835
|
file_scanningconfig_proto_msgTypes[37].Exporter = func(v any, i int) any {
|
|
4575
|
-
switch v := v.(*
|
|
4836
|
+
switch v := v.(*ProtocolDetailSettings); i {
|
|
4576
4837
|
case 0:
|
|
4577
4838
|
return &v.state
|
|
4578
4839
|
case 1:
|
|
@@ -4584,7 +4845,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4584
4845
|
}
|
|
4585
4846
|
}
|
|
4586
4847
|
file_scanningconfig_proto_msgTypes[38].Exporter = func(v any, i int) any {
|
|
4587
|
-
switch v := v.(*
|
|
4848
|
+
switch v := v.(*ItSensorSettings); i {
|
|
4588
4849
|
case 0:
|
|
4589
4850
|
return &v.state
|
|
4590
4851
|
case 1:
|
|
@@ -4596,7 +4857,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4596
4857
|
}
|
|
4597
4858
|
}
|
|
4598
4859
|
file_scanningconfig_proto_msgTypes[39].Exporter = func(v any, i int) any {
|
|
4599
|
-
switch v := v.(*
|
|
4860
|
+
switch v := v.(*OtSensorSettings); i {
|
|
4600
4861
|
case 0:
|
|
4601
4862
|
return &v.state
|
|
4602
4863
|
case 1:
|
|
@@ -4608,7 +4869,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4608
4869
|
}
|
|
4609
4870
|
}
|
|
4610
4871
|
file_scanningconfig_proto_msgTypes[40].Exporter = func(v any, i int) any {
|
|
4611
|
-
switch v := v.(*
|
|
4872
|
+
switch v := v.(*TrafficLogSettings); i {
|
|
4612
4873
|
case 0:
|
|
4613
4874
|
return &v.state
|
|
4614
4875
|
case 1:
|
|
@@ -4620,7 +4881,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4620
4881
|
}
|
|
4621
4882
|
}
|
|
4622
4883
|
file_scanningconfig_proto_msgTypes[41].Exporter = func(v any, i int) any {
|
|
4623
|
-
switch v := v.(*
|
|
4884
|
+
switch v := v.(*UpdateSettings); i {
|
|
4624
4885
|
case 0:
|
|
4625
4886
|
return &v.state
|
|
4626
4887
|
case 1:
|
|
@@ -4632,7 +4893,7 @@ func file_scanningconfig_proto_init() {
|
|
|
4632
4893
|
}
|
|
4633
4894
|
}
|
|
4634
4895
|
file_scanningconfig_proto_msgTypes[42].Exporter = func(v any, i int) any {
|
|
4635
|
-
switch v := v.(*
|
|
4896
|
+
switch v := v.(*UpdateWindowSettings); i {
|
|
4636
4897
|
case 0:
|
|
4637
4898
|
return &v.state
|
|
4638
4899
|
case 1:
|
|
@@ -4644,6 +4905,42 @@ func file_scanningconfig_proto_init() {
|
|
|
4644
4905
|
}
|
|
4645
4906
|
}
|
|
4646
4907
|
file_scanningconfig_proto_msgTypes[43].Exporter = func(v any, i int) any {
|
|
4908
|
+
switch v := v.(*BackupSettings); i {
|
|
4909
|
+
case 0:
|
|
4910
|
+
return &v.state
|
|
4911
|
+
case 1:
|
|
4912
|
+
return &v.sizeCache
|
|
4913
|
+
case 2:
|
|
4914
|
+
return &v.unknownFields
|
|
4915
|
+
default:
|
|
4916
|
+
return nil
|
|
4917
|
+
}
|
|
4918
|
+
}
|
|
4919
|
+
file_scanningconfig_proto_msgTypes[44].Exporter = func(v any, i int) any {
|
|
4920
|
+
switch v := v.(*DownloadSettings); i {
|
|
4921
|
+
case 0:
|
|
4922
|
+
return &v.state
|
|
4923
|
+
case 1:
|
|
4924
|
+
return &v.sizeCache
|
|
4925
|
+
case 2:
|
|
4926
|
+
return &v.unknownFields
|
|
4927
|
+
default:
|
|
4928
|
+
return nil
|
|
4929
|
+
}
|
|
4930
|
+
}
|
|
4931
|
+
file_scanningconfig_proto_msgTypes[45].Exporter = func(v any, i int) any {
|
|
4932
|
+
switch v := v.(*PrerequisiteSettings); i {
|
|
4933
|
+
case 0:
|
|
4934
|
+
return &v.state
|
|
4935
|
+
case 1:
|
|
4936
|
+
return &v.sizeCache
|
|
4937
|
+
case 2:
|
|
4938
|
+
return &v.unknownFields
|
|
4939
|
+
default:
|
|
4940
|
+
return nil
|
|
4941
|
+
}
|
|
4942
|
+
}
|
|
4943
|
+
file_scanningconfig_proto_msgTypes[46].Exporter = func(v any, i int) any {
|
|
4647
4944
|
switch v := v.(*LogSettings); i {
|
|
4648
4945
|
case 0:
|
|
4649
4946
|
return &v.state
|
|
@@ -4656,35 +4953,35 @@ func file_scanningconfig_proto_init() {
|
|
|
4656
4953
|
}
|
|
4657
4954
|
}
|
|
4658
4955
|
}
|
|
4659
|
-
file_scanningconfig_proto_msgTypes[
|
|
4660
|
-
file_scanningconfig_proto_msgTypes[
|
|
4661
|
-
file_scanningconfig_proto_msgTypes[
|
|
4956
|
+
file_scanningconfig_proto_msgTypes[7].OneofWrappers = []any{}
|
|
4957
|
+
file_scanningconfig_proto_msgTypes[11].OneofWrappers = []any{}
|
|
4958
|
+
file_scanningconfig_proto_msgTypes[13].OneofWrappers = []any{
|
|
4662
4959
|
(*Action_Agent)(nil),
|
|
4663
4960
|
(*Action_Agentless)(nil),
|
|
4664
4961
|
}
|
|
4665
|
-
file_scanningconfig_proto_msgTypes[
|
|
4666
|
-
file_scanningconfig_proto_msgTypes[
|
|
4962
|
+
file_scanningconfig_proto_msgTypes[15].OneofWrappers = []any{}
|
|
4963
|
+
file_scanningconfig_proto_msgTypes[16].OneofWrappers = []any{
|
|
4667
4964
|
(*TargetData_IpScanData)(nil),
|
|
4668
4965
|
(*TargetData_AdData)(nil),
|
|
4669
4966
|
(*TargetData_Target)(nil),
|
|
4670
4967
|
(*TargetData_SccmData)(nil),
|
|
4671
4968
|
}
|
|
4672
|
-
file_scanningconfig_proto_msgTypes[
|
|
4673
|
-
file_scanningconfig_proto_msgTypes[
|
|
4674
|
-
file_scanningconfig_proto_msgTypes[
|
|
4675
|
-
file_scanningconfig_proto_msgTypes[
|
|
4676
|
-
file_scanningconfig_proto_msgTypes[
|
|
4677
|
-
file_scanningconfig_proto_msgTypes[35].OneofWrappers = []any{}
|
|
4678
|
-
file_scanningconfig_proto_msgTypes[36].OneofWrappers = []any{}
|
|
4969
|
+
file_scanningconfig_proto_msgTypes[18].OneofWrappers = []any{}
|
|
4970
|
+
file_scanningconfig_proto_msgTypes[23].OneofWrappers = []any{}
|
|
4971
|
+
file_scanningconfig_proto_msgTypes[24].OneofWrappers = []any{}
|
|
4972
|
+
file_scanningconfig_proto_msgTypes[25].OneofWrappers = []any{}
|
|
4973
|
+
file_scanningconfig_proto_msgTypes[31].OneofWrappers = []any{}
|
|
4679
4974
|
file_scanningconfig_proto_msgTypes[38].OneofWrappers = []any{}
|
|
4680
|
-
file_scanningconfig_proto_msgTypes[
|
|
4975
|
+
file_scanningconfig_proto_msgTypes[39].OneofWrappers = []any{}
|
|
4976
|
+
file_scanningconfig_proto_msgTypes[41].OneofWrappers = []any{}
|
|
4977
|
+
file_scanningconfig_proto_msgTypes[46].OneofWrappers = []any{}
|
|
4681
4978
|
type x struct{}
|
|
4682
4979
|
out := protoimpl.TypeBuilder{
|
|
4683
4980
|
File: protoimpl.DescBuilder{
|
|
4684
4981
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
4685
4982
|
RawDescriptor: file_scanningconfig_proto_rawDesc,
|
|
4686
|
-
NumEnums:
|
|
4687
|
-
NumMessages:
|
|
4983
|
+
NumEnums: 10,
|
|
4984
|
+
NumMessages: 51,
|
|
4688
4985
|
NumExtensions: 0,
|
|
4689
4986
|
NumServices: 1,
|
|
4690
4987
|
},
|