@lansweeper/scanningconfig-grpc 0.2.8 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,6 +9,7 @@ package generated_go
9
9
  import (
10
10
  protoreflect "google.golang.org/protobuf/reflect/protoreflect"
11
11
  protoimpl "google.golang.org/protobuf/runtime/protoimpl"
12
+ wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
12
13
  reflect "reflect"
13
14
  sync "sync"
14
15
  )
@@ -415,6 +416,64 @@ func (Credential_CredentialType) EnumDescriptor() ([]byte, []int) {
415
416
  return file_scanningconfig_proto_rawDescGZIP(), []int{17, 0}
416
417
  }
417
418
 
419
+ type LogSettings_LogLevel int32
420
+
421
+ const (
422
+ LogSettings_VERBOSE LogSettings_LogLevel = 0
423
+ LogSettings_DEBUG LogSettings_LogLevel = 1
424
+ LogSettings_INFORMATION LogSettings_LogLevel = 2
425
+ LogSettings_WARNING LogSettings_LogLevel = 3
426
+ LogSettings_ERROR LogSettings_LogLevel = 4
427
+ LogSettings_FATAL LogSettings_LogLevel = 5
428
+ )
429
+
430
+ // Enum value maps for LogSettings_LogLevel.
431
+ var (
432
+ LogSettings_LogLevel_name = map[int32]string{
433
+ 0: "VERBOSE",
434
+ 1: "DEBUG",
435
+ 2: "INFORMATION",
436
+ 3: "WARNING",
437
+ 4: "ERROR",
438
+ 5: "FATAL",
439
+ }
440
+ LogSettings_LogLevel_value = map[string]int32{
441
+ "VERBOSE": 0,
442
+ "DEBUG": 1,
443
+ "INFORMATION": 2,
444
+ "WARNING": 3,
445
+ "ERROR": 4,
446
+ "FATAL": 5,
447
+ }
448
+ )
449
+
450
+ func (x LogSettings_LogLevel) Enum() *LogSettings_LogLevel {
451
+ p := new(LogSettings_LogLevel)
452
+ *p = x
453
+ return p
454
+ }
455
+
456
+ func (x LogSettings_LogLevel) String() string {
457
+ return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
458
+ }
459
+
460
+ func (LogSettings_LogLevel) Descriptor() protoreflect.EnumDescriptor {
461
+ return file_scanningconfig_proto_enumTypes[8].Descriptor()
462
+ }
463
+
464
+ func (LogSettings_LogLevel) Type() protoreflect.EnumType {
465
+ return &file_scanningconfig_proto_enumTypes[8]
466
+ }
467
+
468
+ func (x LogSettings_LogLevel) Number() protoreflect.EnumNumber {
469
+ return protoreflect.EnumNumber(x)
470
+ }
471
+
472
+ // Deprecated: Use LogSettings_LogLevel.Descriptor instead.
473
+ func (LogSettings_LogLevel) EnumDescriptor() ([]byte, []int) {
474
+ return file_scanningconfig_proto_rawDescGZIP(), []int{41, 0}
475
+ }
476
+
418
477
  type GetConfigurationsBySourceRequest struct {
419
478
  state protoimpl.MessageState
420
479
  sizeCache protoimpl.SizeCache
@@ -522,11 +581,13 @@ type Component struct {
522
581
  sizeCache protoimpl.SizeCache
523
582
  unknownFields protoimpl.UnknownFields
524
583
 
525
- Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
526
- Type Component_ComponentType `protobuf:"varint,2,opt,name=type,proto3,enum=lansweeper.scanningconfig.v1.Component_ComponentType" json:"type,omitempty"`
527
- Actions []*Action `protobuf:"bytes,3,rep,name=actions,proto3" json:"actions,omitempty"`
528
- OpConfig *OperationalConfig `protobuf:"bytes,4,opt,name=op_config,json=opConfig,proto3,oneof" json:"op_config,omitempty"`
529
- Enabled bool `protobuf:"varint,5,opt,name=enabled,proto3" json:"enabled,omitempty"`
584
+ Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
585
+ Type Component_ComponentType `protobuf:"varint,2,opt,name=type,proto3,enum=lansweeper.scanningconfig.v1.Component_ComponentType" json:"type,omitempty"`
586
+ Actions []*Action `protobuf:"bytes,3,rep,name=actions,proto3" json:"actions,omitempty"`
587
+ // Deprecated: Marked as deprecated in scanningconfig.proto.
588
+ OpConfig *OperationalConfig `protobuf:"bytes,4,opt,name=op_config,json=opConfig,proto3,oneof" json:"op_config,omitempty"`
589
+ Enabled bool `protobuf:"varint,5,opt,name=enabled,proto3" json:"enabled,omitempty"`
590
+ AppConfig *ApplicationConfig `protobuf:"bytes,6,opt,name=app_config,json=appConfig,proto3,oneof" json:"app_config,omitempty"`
530
591
  }
531
592
 
532
593
  func (x *Component) Reset() {
@@ -582,6 +643,7 @@ func (x *Component) GetActions() []*Action {
582
643
  return nil
583
644
  }
584
645
 
646
+ // Deprecated: Marked as deprecated in scanningconfig.proto.
585
647
  func (x *Component) GetOpConfig() *OperationalConfig {
586
648
  if x != nil {
587
649
  return x.OpConfig
@@ -596,6 +658,13 @@ func (x *Component) GetEnabled() bool {
596
658
  return false
597
659
  }
598
660
 
661
+ func (x *Component) GetAppConfig() *ApplicationConfig {
662
+ if x != nil {
663
+ return x.AppConfig
664
+ }
665
+ return nil
666
+ }
667
+
599
668
  // Deprecated: Marked as deprecated in scanningconfig.proto.
600
669
  type AssetRadar struct {
601
670
  state protoimpl.MessageState
@@ -652,6 +721,7 @@ func (x *AssetRadar) GetExcludedInterfaces() []string {
652
721
  return nil
653
722
  }
654
723
 
724
+ // Deprecated: Marked as deprecated in scanningconfig.proto.
655
725
  type NetworkVisibility struct {
656
726
  state protoimpl.MessageState
657
727
  sizeCache protoimpl.SizeCache
@@ -707,6 +777,7 @@ func (x *NetworkVisibility) GetExcludedInterfaces() []string {
707
777
  return nil
708
778
  }
709
779
 
780
+ // Deprecated: Marked as deprecated in scanningconfig.proto.
710
781
  type AutoUpdate struct {
711
782
  state protoimpl.MessageState
712
783
  sizeCache protoimpl.SizeCache
@@ -1642,272 +1713,2124 @@ func (x *Credential) GetOrder() int32 {
1642
1713
  return 0
1643
1714
  }
1644
1715
 
1645
- var File_scanningconfig_proto protoreflect.FileDescriptor
1716
+ type ApplicationConfig struct {
1717
+ state protoimpl.MessageState
1718
+ sizeCache protoimpl.SizeCache
1719
+ unknownFields protoimpl.UnknownFields
1646
1720
 
1647
- var file_scanningconfig_proto_rawDesc = []byte{
1648
- 0x0a, 0x14, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,
1649
- 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1c, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
1650
- 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69,
1651
- 0x67, 0x2e, 0x76, 0x31, 0x22, 0x58, 0x0a, 0x20, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69,
1652
- 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x42, 0x79, 0x53, 0x6f, 0x75, 0x72, 0x63,
1653
- 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x73, 0x6f, 0x75, 0x72,
1654
- 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x6f, 0x75,
1655
- 0x72, 0x63, 0x65, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x73, 0x69, 0x74, 0x65, 0x5f, 0x69, 0x64,
1656
- 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x69, 0x74, 0x65, 0x49, 0x64, 0x22, 0x66,
1657
- 0x0a, 0x21, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69,
1658
- 0x6f, 0x6e, 0x73, 0x42, 0x79, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f,
1659
- 0x6e, 0x73, 0x65, 0x12, 0x41, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x73, 0x18, 0x01,
1660
- 0x20, 0x03, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
1661
- 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,
1662
- 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x52, 0x07, 0x63,
1663
- 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x73, 0x22, 0xf8, 0x02, 0x0a, 0x09, 0x43, 0x6f, 0x6d, 0x70, 0x6f,
1664
- 0x6e, 0x65, 0x6e, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
1665
- 0x52, 0x02, 0x69, 0x64, 0x12, 0x49, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01,
1666
- 0x28, 0x0e, 0x32, 0x35, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
1667
- 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76,
1668
- 0x31, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x2e, 0x43, 0x6f, 0x6d, 0x70,
1669
- 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12,
1670
- 0x3e, 0x0a, 0x07, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b,
1671
- 0x32, 0x24, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63,
1672
- 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e,
1673
- 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x07, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12,
1674
- 0x51, 0x0a, 0x09, 0x6f, 0x70, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x04, 0x20, 0x01,
1675
- 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
1676
- 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76,
1677
- 0x31, 0x2e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x43, 0x6f, 0x6e,
1678
- 0x66, 0x69, 0x67, 0x48, 0x00, 0x52, 0x08, 0x6f, 0x70, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x88,
1679
- 0x01, 0x01, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x05, 0x20,
1680
- 0x01, 0x28, 0x08, 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x22, 0x55, 0x0a, 0x0d,
1681
- 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0f, 0x0a,
1682
- 0x0b, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x09,
1683
- 0x0a, 0x05, 0x41, 0x47, 0x45, 0x4e, 0x54, 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x49, 0x54, 0x5f,
1684
- 0x53, 0x45, 0x4e, 0x53, 0x4f, 0x52, 0x10, 0x02, 0x12, 0x0a, 0x0a, 0x06, 0x49, 0x54, 0x5f, 0x48,
1685
- 0x55, 0x42, 0x10, 0x03, 0x12, 0x0d, 0x0a, 0x09, 0x4f, 0x54, 0x5f, 0x53, 0x45, 0x4e, 0x53, 0x4f,
1686
- 0x52, 0x10, 0x04, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x6f, 0x70, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69,
1687
- 0x67, 0x22, 0x5b, 0x0a, 0x0a, 0x41, 0x73, 0x73, 0x65, 0x74, 0x52, 0x61, 0x64, 0x61, 0x72, 0x12,
1688
- 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08,
1689
- 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x2f, 0x0a, 0x13, 0x65, 0x78, 0x63,
1690
- 0x6c, 0x75, 0x64, 0x65, 0x64, 0x5f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x73,
1691
- 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x12, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x64,
1692
- 0x49, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x73, 0x3a, 0x02, 0x18, 0x01, 0x22, 0x5e,
1693
- 0x0a, 0x11, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c,
1694
- 0x69, 0x74, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01,
1695
- 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x2f, 0x0a,
1696
- 0x13, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x64, 0x5f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x66,
1697
- 0x61, 0x63, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x12, 0x65, 0x78, 0x63, 0x6c,
1698
- 0x75, 0x64, 0x65, 0x64, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x73, 0x22, 0x42,
1699
- 0x0a, 0x0a, 0x41, 0x75, 0x74, 0x6f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x18, 0x0a, 0x07,
1700
- 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x65,
1701
- 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75,
1702
- 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75,
1703
- 0x6c, 0x65, 0x22, 0x8f, 0x03, 0x0a, 0x11, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e,
1704
- 0x61, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x5f, 0x0a, 0x12, 0x61, 0x73, 0x73, 0x65,
1705
- 0x74, 0x5f, 0x72, 0x61, 0x64, 0x61, 0x72, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x01,
1706
- 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
1707
- 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,
1708
- 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x73, 0x73, 0x65, 0x74, 0x52, 0x61, 0x64, 0x61, 0x72, 0x42, 0x02,
1709
- 0x18, 0x01, 0x48, 0x00, 0x52, 0x10, 0x61, 0x73, 0x73, 0x65, 0x74, 0x52, 0x61, 0x64, 0x61, 0x72,
1710
- 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x88, 0x01, 0x01, 0x12, 0x5b, 0x0a, 0x12, 0x61, 0x75, 0x74,
1711
- 0x6f, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18,
1712
- 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
1713
- 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69,
1714
- 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x75, 0x74, 0x6f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x48,
1715
- 0x01, 0x52, 0x10, 0x61, 0x75, 0x74, 0x6f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6e,
1716
- 0x66, 0x69, 0x67, 0x88, 0x01, 0x01, 0x12, 0x70, 0x0a, 0x19, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72,
1717
- 0x6b, 0x5f, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x63, 0x6f, 0x6e,
1718
- 0x66, 0x69, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
1719
- 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63,
1720
- 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b,
1721
- 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x48, 0x02, 0x52, 0x17, 0x6e, 0x65,
1722
- 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x43,
1723
- 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x88, 0x01, 0x01, 0x42, 0x15, 0x0a, 0x13, 0x5f, 0x61, 0x73, 0x73,
1724
- 0x65, 0x74, 0x5f, 0x72, 0x61, 0x64, 0x61, 0x72, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42,
1725
- 0x15, 0x0a, 0x13, 0x5f, 0x61, 0x75, 0x74, 0x6f, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f,
1726
- 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42, 0x1c, 0x0a, 0x1a, 0x5f, 0x6e, 0x65, 0x74, 0x77, 0x6f,
1727
- 0x72, 0x6b, 0x5f, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x63, 0x6f,
1728
- 0x6e, 0x66, 0x69, 0x67, 0x22, 0x3a, 0x0a, 0x07, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x12,
1729
- 0x1b, 0x0a, 0x09, 0x63, 0x72, 0x6f, 0x6e, 0x5f, 0x65, 0x78, 0x70, 0x72, 0x18, 0x01, 0x20, 0x01,
1730
- 0x28, 0x09, 0x52, 0x08, 0x63, 0x72, 0x6f, 0x6e, 0x45, 0x78, 0x70, 0x72, 0x12, 0x12, 0x0a, 0x04,
1731
- 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65,
1732
- 0x22, 0xbf, 0x04, 0x0a, 0x06, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x41, 0x0a, 0x08, 0x74,
1733
- 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x25, 0x2e,
1734
- 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e,
1735
- 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72, 0x69,
1736
- 0x67, 0x67, 0x65, 0x72, 0x52, 0x08, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x73, 0x12, 0x50,
1737
- 0x0a, 0x0b, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20,
1738
- 0x01, 0x28, 0x0e, 0x32, 0x2f, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
1739
- 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e,
1740
- 0x76, 0x31, 0x2e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e,
1741
- 0x54, 0x79, 0x70, 0x65, 0x52, 0x0a, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65,
1742
- 0x12, 0x4a, 0x0a, 0x0b, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x18,
1743
- 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
1744
- 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69,
1745
- 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x52,
1746
- 0x0b, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x12, 0x3f, 0x0a, 0x05,
1747
- 0x61, 0x67, 0x65, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x6c, 0x61,
1748
- 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e,
1749
- 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x67, 0x65, 0x6e, 0x74,
1750
- 0x42, 0x02, 0x18, 0x01, 0x48, 0x00, 0x52, 0x05, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x12, 0x4b, 0x0a,
1751
- 0x09, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x6c, 0x65, 0x73, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b,
1752
- 0x32, 0x27, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63,
1753
- 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e,
1754
- 0x41, 0x67, 0x65, 0x6e, 0x74, 0x6c, 0x65, 0x73, 0x73, 0x42, 0x02, 0x18, 0x01, 0x48, 0x00, 0x52,
1755
- 0x09, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x6c, 0x65, 0x73, 0x73, 0x12, 0x5b, 0x0a, 0x11, 0x61, 0x63,
1756
- 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x18,
1757
- 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
1758
- 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69,
1759
- 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x66, 0x69, 0x6e,
1760
- 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x10, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x66,
1761
- 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x07, 0x20,
1762
- 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18,
1763
- 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x37, 0x0a, 0x0a, 0x41,
1764
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0f, 0x0a, 0x0b, 0x55, 0x4e, 0x53,
1765
- 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x41, 0x47,
1766
- 0x45, 0x4e, 0x54, 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x41, 0x47, 0x45, 0x4e, 0x54, 0x4c, 0x45,
1767
- 0x53, 0x53, 0x10, 0x02, 0x42, 0x0c, 0x0a, 0x0a, 0x64, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69,
1768
- 0x6f, 0x6e, 0x22, 0x25, 0x0a, 0x09, 0x41, 0x67, 0x65, 0x6e, 0x74, 0x6c, 0x65, 0x73, 0x73, 0x12,
1769
- 0x18, 0x0a, 0x07, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09,
1770
- 0x52, 0x07, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x22, 0xba, 0x02, 0x0a, 0x10, 0x41, 0x63,
1771
- 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x5c,
1772
- 0x0a, 0x0a, 0x73, 0x63, 0x61, 0x6e, 0x5f, 0x66, 0x6f, 0x63, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01,
1773
- 0x28, 0x0e, 0x32, 0x38, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
1774
- 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76,
1775
- 0x31, 0x2e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69,
1776
- 0x6f, 0x6e, 0x2e, 0x53, 0x63, 0x61, 0x6e, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x48, 0x00, 0x52, 0x09,
1777
- 0x73, 0x63, 0x61, 0x6e, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x88, 0x01, 0x01, 0x12, 0x1c, 0x0a, 0x07,
1778
- 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x42, 0x02, 0x18,
1779
- 0x01, 0x52, 0x07, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x65, 0x78,
1780
- 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a,
1781
- 0x65, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x4b, 0x0a, 0x0c, 0x74, 0x61,
1782
- 0x72, 0x67, 0x65, 0x74, 0x73, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b,
1783
- 0x32, 0x28, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63,
1784
- 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e,
1785
- 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x44, 0x61, 0x74, 0x61, 0x52, 0x0b, 0x74, 0x61, 0x72, 0x67,
1786
- 0x65, 0x74, 0x73, 0x44, 0x61, 0x74, 0x61, 0x22, 0x2e, 0x0a, 0x09, 0x53, 0x63, 0x61, 0x6e, 0x46,
1787
- 0x6f, 0x63, 0x75, 0x73, 0x12, 0x07, 0x0a, 0x03, 0x41, 0x4c, 0x4c, 0x10, 0x00, 0x12, 0x09, 0x0a,
1788
- 0x05, 0x55, 0x53, 0x45, 0x52, 0x53, 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x49, 0x4e, 0x56, 0x45,
1789
- 0x4e, 0x54, 0x4f, 0x52, 0x59, 0x10, 0x02, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x73, 0x63, 0x61, 0x6e,
1790
- 0x5f, 0x66, 0x6f, 0x63, 0x75, 0x73, 0x22, 0x97, 0x03, 0x0a, 0x0a, 0x54, 0x61, 0x72, 0x67, 0x65,
1791
- 0x74, 0x44, 0x61, 0x74, 0x61, 0x12, 0x47, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20,
1792
- 0x01, 0x28, 0x0e, 0x32, 0x33, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
1793
- 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e,
1794
- 0x76, 0x31, 0x2e, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x44, 0x61, 0x74, 0x61, 0x2e, 0x54, 0x61,
1795
- 0x72, 0x67, 0x65, 0x74, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x4c,
1796
- 0x0a, 0x0c, 0x69, 0x70, 0x5f, 0x73, 0x63, 0x61, 0x6e, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02,
1797
- 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
1798
- 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,
1799
- 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x50, 0x53, 0x63, 0x61, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x48, 0x00,
1800
- 0x52, 0x0a, 0x69, 0x70, 0x53, 0x63, 0x61, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x12, 0x3f, 0x0a, 0x07,
1801
- 0x61, 0x64, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e,
1802
- 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e,
1803
- 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x44, 0x44,
1804
- 0x61, 0x74, 0x61, 0x48, 0x00, 0x52, 0x06, 0x61, 0x64, 0x44, 0x61, 0x74, 0x61, 0x12, 0x1c, 0x0a,
1805
- 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x02, 0x18,
1806
- 0x01, 0x48, 0x00, 0x52, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x12, 0x45, 0x0a, 0x09, 0x73,
1807
- 0x63, 0x63, 0x6d, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26,
1808
- 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e,
1809
- 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x43,
1810
- 0x43, 0x4d, 0x44, 0x61, 0x74, 0x61, 0x48, 0x00, 0x52, 0x08, 0x73, 0x63, 0x63, 0x6d, 0x44, 0x61,
1811
- 0x74, 0x61, 0x22, 0x44, 0x0a, 0x0a, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x54, 0x79, 0x70, 0x65,
1812
- 0x12, 0x17, 0x0a, 0x13, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x5f, 0x54, 0x41, 0x52, 0x47,
1813
- 0x45, 0x54, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x10, 0x00, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x50, 0x5f,
1814
- 0x53, 0x43, 0x41, 0x4e, 0x10, 0x01, 0x12, 0x08, 0x0a, 0x04, 0x53, 0x43, 0x43, 0x4d, 0x10, 0x02,
1815
- 0x12, 0x06, 0x0a, 0x02, 0x41, 0x44, 0x10, 0x03, 0x42, 0x06, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f,
1816
- 0x22, 0x22, 0x0a, 0x08, 0x53, 0x43, 0x43, 0x4d, 0x44, 0x61, 0x74, 0x61, 0x12, 0x16, 0x0a, 0x06,
1817
- 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x61,
1818
- 0x72, 0x67, 0x65, 0x74, 0x22, 0xae, 0x01, 0x0a, 0x0a, 0x49, 0x50, 0x53, 0x63, 0x61, 0x6e, 0x44,
1819
- 0x61, 0x74, 0x61, 0x12, 0x3c, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
1820
- 0x0e, 0x32, 0x28, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73,
1821
- 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31,
1822
- 0x2e, 0x49, 0x50, 0x53, 0x63, 0x61, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70,
1823
- 0x65, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28,
1824
- 0x09, 0x52, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x12, 0x41, 0x0a, 0x04, 0x70, 0x69, 0x6e,
1825
- 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
1826
- 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e,
1827
- 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x50, 0x53, 0x63, 0x61, 0x6e, 0x50, 0x69, 0x6e,
1828
- 0x67, 0x48, 0x00, 0x52, 0x04, 0x70, 0x69, 0x6e, 0x67, 0x88, 0x01, 0x01, 0x42, 0x07, 0x0a, 0x05,
1829
- 0x5f, 0x70, 0x69, 0x6e, 0x67, 0x22, 0x79, 0x0a, 0x0a, 0x49, 0x50, 0x53, 0x63, 0x61, 0x6e, 0x50,
1830
- 0x69, 0x6e, 0x67, 0x12, 0x19, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x5f, 0x70, 0x69, 0x6e, 0x67, 0x18,
1831
- 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x75, 0x73, 0x65, 0x50, 0x69, 0x6e, 0x67, 0x12, 0x21,
1832
- 0x0a, 0x0c, 0x70, 0x69, 0x6e, 0x67, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x18, 0x02,
1833
- 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x70, 0x69, 0x6e, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75,
1834
- 0x74, 0x12, 0x2d, 0x0a, 0x13, 0x6b, 0x65, 0x65, 0x70, 0x5f, 0x6e, 0x6f, 0x5f, 0x61, 0x6e, 0x73,
1835
- 0x77, 0x65, 0x72, 0x5f, 0x73, 0x63, 0x61, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10,
1836
- 0x6b, 0x65, 0x65, 0x70, 0x4e, 0x6f, 0x41, 0x6e, 0x73, 0x77, 0x65, 0x72, 0x53, 0x63, 0x61, 0x6e,
1837
- 0x22, 0xd7, 0x02, 0x0a, 0x06, 0x41, 0x44, 0x44, 0x61, 0x74, 0x61, 0x12, 0x12, 0x0a, 0x04, 0x6e,
1838
- 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12,
1839
- 0x1f, 0x0a, 0x0b, 0x61, 0x64, 0x73, 0x69, 0x5f, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x02,
1840
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x64, 0x73, 0x69, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72,
1841
- 0x12, 0x16, 0x0a, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
1842
- 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x23, 0x0a, 0x0d, 0x63, 0x6f, 0x6d, 0x70,
1843
- 0x75, 0x74, 0x65, 0x72, 0x5f, 0x73, 0x63, 0x61, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52,
1844
- 0x0c, 0x63, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x65, 0x72, 0x53, 0x63, 0x61, 0x6e, 0x12, 0x26, 0x0a,
1845
- 0x0f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x73, 0x63, 0x61, 0x6e,
1846
- 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0d, 0x75, 0x73, 0x65, 0x72, 0x47, 0x72, 0x6f, 0x75,
1847
- 0x70, 0x53, 0x63, 0x61, 0x6e, 0x12, 0x4a, 0x0a, 0x09, 0x6c, 0x64, 0x61, 0x70, 0x5f, 0x74, 0x79,
1848
- 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
1849
- 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f,
1850
- 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x44, 0x44, 0x61, 0x74, 0x61, 0x2e, 0x4c,
1851
- 0x44, 0x41, 0x50, 0x54, 0x79, 0x70, 0x65, 0x52, 0x08, 0x6c, 0x64, 0x61, 0x70, 0x54, 0x79, 0x70,
1852
- 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52,
1853
- 0x04, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x61, 0x64, 0x73, 0x69, 0x5f, 0x70, 0x61,
1854
- 0x74, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x64, 0x73, 0x69, 0x50, 0x61,
1855
- 0x74, 0x68, 0x22, 0x36, 0x0a, 0x08, 0x4c, 0x44, 0x41, 0x50, 0x54, 0x79, 0x70, 0x65, 0x12, 0x15,
1856
- 0x0a, 0x11, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x5f, 0x4c, 0x44, 0x41, 0x50, 0x5f, 0x54,
1857
- 0x59, 0x50, 0x45, 0x10, 0x00, 0x12, 0x08, 0x0a, 0x04, 0x4c, 0x44, 0x41, 0x50, 0x10, 0x01, 0x12,
1858
- 0x09, 0x0a, 0x05, 0x4c, 0x44, 0x41, 0x50, 0x53, 0x10, 0x02, 0x22, 0x85, 0x01, 0x0a, 0x05, 0x41,
1859
- 0x67, 0x65, 0x6e, 0x74, 0x12, 0x4c, 0x0a, 0x0a, 0x73, 0x63, 0x61, 0x6e, 0x5f, 0x66, 0x6f, 0x63,
1860
- 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
1861
- 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f,
1862
- 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x67, 0x65, 0x6e, 0x74, 0x2e, 0x53, 0x63,
1863
- 0x61, 0x6e, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x52, 0x09, 0x73, 0x63, 0x61, 0x6e, 0x46, 0x6f, 0x63,
1864
- 0x75, 0x73, 0x22, 0x2e, 0x0a, 0x09, 0x53, 0x63, 0x61, 0x6e, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x12,
1865
- 0x07, 0x0a, 0x03, 0x41, 0x4c, 0x4c, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x55, 0x53, 0x45, 0x52,
1866
- 0x53, 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x49, 0x4e, 0x56, 0x45, 0x4e, 0x54, 0x4f, 0x52, 0x59,
1867
- 0x10, 0x02, 0x22, 0xa6, 0x01, 0x0a, 0x0a, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61,
1868
- 0x6c, 0x12, 0x4f, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32,
1869
- 0x37, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61,
1870
- 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x43,
1871
- 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x2e, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e,
1872
- 0x74, 0x69, 0x61, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x42, 0x02, 0x18, 0x01, 0x52, 0x04, 0x74, 0x79,
1873
- 0x70, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02,
1874
- 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28,
1875
- 0x05, 0x52, 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x22, 0x21, 0x0a, 0x0e, 0x43, 0x72, 0x65, 0x64,
1876
- 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0f, 0x0a, 0x0b, 0x55, 0x4e,
1877
- 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x2a, 0x3b, 0x0a, 0x0a, 0x49,
1878
- 0x50, 0x53, 0x63, 0x61, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x14, 0x55, 0x4e, 0x4b,
1879
- 0x4e, 0x4f, 0x57, 0x4e, 0x5f, 0x49, 0x50, 0x5f, 0x53, 0x43, 0x41, 0x4e, 0x5f, 0x54, 0x59, 0x50,
1880
- 0x45, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x52, 0x41, 0x4e, 0x47, 0x45, 0x10, 0x01, 0x12, 0x08,
1881
- 0x0a, 0x04, 0x48, 0x4f, 0x53, 0x54, 0x10, 0x02, 0x32, 0xb8, 0x01, 0x0a, 0x15, 0x53, 0x63, 0x61,
1882
- 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x53, 0x65, 0x72, 0x76, 0x69,
1883
- 0x63, 0x65, 0x12, 0x9e, 0x01, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67,
1884
- 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x42, 0x79, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65,
1885
- 0x12, 0x3e, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63,
1886
- 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e,
1887
- 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e,
1888
- 0x73, 0x42, 0x79, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
1889
- 0x1a, 0x3f, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63,
1890
- 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e,
1891
- 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e,
1892
- 0x73, 0x42, 0x79, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
1893
- 0x65, 0x22, 0x00, 0x42, 0x10, 0x5a, 0x0e, 0x2e, 0x2f, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74,
1894
- 0x65, 0x64, 0x2d, 0x67, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
1721
+ Logging *LogSettings `protobuf:"bytes,1,opt,name=logging,proto3,oneof" json:"logging,omitempty"`
1722
+ Hub *HubSettings `protobuf:"bytes,2,opt,name=hub,proto3,oneof" json:"hub,omitempty"`
1723
+ Update *UpdateSettings `protobuf:"bytes,3,opt,name=update,proto3,oneof" json:"update,omitempty"`
1724
+ ItSensor *ItSensorSettings `protobuf:"bytes,4,opt,name=it_sensor,json=itSensor,proto3,oneof" json:"it_sensor,omitempty"`
1725
+ OtSensor *OtSensorSettings `protobuf:"bytes,5,opt,name=ot_sensor,json=otSensor,proto3,oneof" json:"ot_sensor,omitempty"`
1895
1726
  }
1896
1727
 
1897
- var (
1898
- file_scanningconfig_proto_rawDescOnce sync.Once
1899
- file_scanningconfig_proto_rawDescData = file_scanningconfig_proto_rawDesc
1900
- )
1728
+ func (x *ApplicationConfig) Reset() {
1729
+ *x = ApplicationConfig{}
1730
+ if protoimpl.UnsafeEnabled {
1731
+ mi := &file_scanningconfig_proto_msgTypes[18]
1732
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1733
+ ms.StoreMessageInfo(mi)
1734
+ }
1735
+ }
1901
1736
 
1902
- func file_scanningconfig_proto_rawDescGZIP() []byte {
1903
- file_scanningconfig_proto_rawDescOnce.Do(func() {
1904
- file_scanningconfig_proto_rawDescData = protoimpl.X.CompressGZIP(file_scanningconfig_proto_rawDescData)
1905
- })
1906
- return file_scanningconfig_proto_rawDescData
1737
+ func (x *ApplicationConfig) String() string {
1738
+ return protoimpl.X.MessageStringOf(x)
1907
1739
  }
1908
1740
 
1909
- var file_scanningconfig_proto_enumTypes = make([]protoimpl.EnumInfo, 8)
1910
- var file_scanningconfig_proto_msgTypes = make([]protoimpl.MessageInfo, 18)
1741
+ func (*ApplicationConfig) ProtoMessage() {}
1742
+
1743
+ func (x *ApplicationConfig) ProtoReflect() protoreflect.Message {
1744
+ mi := &file_scanningconfig_proto_msgTypes[18]
1745
+ if protoimpl.UnsafeEnabled && x != nil {
1746
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1747
+ if ms.LoadMessageInfo() == nil {
1748
+ ms.StoreMessageInfo(mi)
1749
+ }
1750
+ return ms
1751
+ }
1752
+ return mi.MessageOf(x)
1753
+ }
1754
+
1755
+ // Deprecated: Use ApplicationConfig.ProtoReflect.Descriptor instead.
1756
+ func (*ApplicationConfig) Descriptor() ([]byte, []int) {
1757
+ return file_scanningconfig_proto_rawDescGZIP(), []int{18}
1758
+ }
1759
+
1760
+ func (x *ApplicationConfig) GetLogging() *LogSettings {
1761
+ if x != nil {
1762
+ return x.Logging
1763
+ }
1764
+ return nil
1765
+ }
1766
+
1767
+ func (x *ApplicationConfig) GetHub() *HubSettings {
1768
+ if x != nil {
1769
+ return x.Hub
1770
+ }
1771
+ return nil
1772
+ }
1773
+
1774
+ func (x *ApplicationConfig) GetUpdate() *UpdateSettings {
1775
+ if x != nil {
1776
+ return x.Update
1777
+ }
1778
+ return nil
1779
+ }
1780
+
1781
+ func (x *ApplicationConfig) GetItSensor() *ItSensorSettings {
1782
+ if x != nil {
1783
+ return x.ItSensor
1784
+ }
1785
+ return nil
1786
+ }
1787
+
1788
+ func (x *ApplicationConfig) GetOtSensor() *OtSensorSettings {
1789
+ if x != nil {
1790
+ return x.OtSensor
1791
+ }
1792
+ return nil
1793
+ }
1794
+
1795
+ type HubSettings struct {
1796
+ state protoimpl.MessageState
1797
+ sizeCache protoimpl.SizeCache
1798
+ unknownFields protoimpl.UnknownFields
1799
+
1800
+ NetworkConfiguration *NetworkConfigurationSettings `protobuf:"bytes,1,opt,name=network_configuration,json=networkConfiguration,proto3,oneof" json:"network_configuration,omitempty"`
1801
+ Maintenance *MaintenanceSettings `protobuf:"bytes,2,opt,name=maintenance,proto3,oneof" json:"maintenance,omitempty"`
1802
+ Notifications *NotificationSettings `protobuf:"bytes,3,opt,name=notifications,proto3,oneof" json:"notifications,omitempty"`
1803
+ FeatureFlags *FeatureFlagSettings `protobuf:"bytes,4,opt,name=feature_flags,json=featureFlags,proto3,oneof" json:"feature_flags,omitempty"`
1804
+ ScanConfiguration *ScanConfigurationSettings `protobuf:"bytes,5,opt,name=scan_configuration,json=scanConfiguration,proto3,oneof" json:"scan_configuration,omitempty"`
1805
+ Import *ImportSettings `protobuf:"bytes,6,opt,name=import,proto3,oneof" json:"import,omitempty"`
1806
+ }
1807
+
1808
+ func (x *HubSettings) Reset() {
1809
+ *x = HubSettings{}
1810
+ if protoimpl.UnsafeEnabled {
1811
+ mi := &file_scanningconfig_proto_msgTypes[19]
1812
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1813
+ ms.StoreMessageInfo(mi)
1814
+ }
1815
+ }
1816
+
1817
+ func (x *HubSettings) String() string {
1818
+ return protoimpl.X.MessageStringOf(x)
1819
+ }
1820
+
1821
+ func (*HubSettings) ProtoMessage() {}
1822
+
1823
+ func (x *HubSettings) ProtoReflect() protoreflect.Message {
1824
+ mi := &file_scanningconfig_proto_msgTypes[19]
1825
+ if protoimpl.UnsafeEnabled && x != nil {
1826
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1827
+ if ms.LoadMessageInfo() == nil {
1828
+ ms.StoreMessageInfo(mi)
1829
+ }
1830
+ return ms
1831
+ }
1832
+ return mi.MessageOf(x)
1833
+ }
1834
+
1835
+ // Deprecated: Use HubSettings.ProtoReflect.Descriptor instead.
1836
+ func (*HubSettings) Descriptor() ([]byte, []int) {
1837
+ return file_scanningconfig_proto_rawDescGZIP(), []int{19}
1838
+ }
1839
+
1840
+ func (x *HubSettings) GetNetworkConfiguration() *NetworkConfigurationSettings {
1841
+ if x != nil {
1842
+ return x.NetworkConfiguration
1843
+ }
1844
+ return nil
1845
+ }
1846
+
1847
+ func (x *HubSettings) GetMaintenance() *MaintenanceSettings {
1848
+ if x != nil {
1849
+ return x.Maintenance
1850
+ }
1851
+ return nil
1852
+ }
1853
+
1854
+ func (x *HubSettings) GetNotifications() *NotificationSettings {
1855
+ if x != nil {
1856
+ return x.Notifications
1857
+ }
1858
+ return nil
1859
+ }
1860
+
1861
+ func (x *HubSettings) GetFeatureFlags() *FeatureFlagSettings {
1862
+ if x != nil {
1863
+ return x.FeatureFlags
1864
+ }
1865
+ return nil
1866
+ }
1867
+
1868
+ func (x *HubSettings) GetScanConfiguration() *ScanConfigurationSettings {
1869
+ if x != nil {
1870
+ return x.ScanConfiguration
1871
+ }
1872
+ return nil
1873
+ }
1874
+
1875
+ func (x *HubSettings) GetImport() *ImportSettings {
1876
+ if x != nil {
1877
+ return x.Import
1878
+ }
1879
+ return nil
1880
+ }
1881
+
1882
+ type MaintenanceSettings struct {
1883
+ state protoimpl.MessageState
1884
+ sizeCache protoimpl.SizeCache
1885
+ unknownFields protoimpl.UnknownFields
1886
+
1887
+ MaintenanceWindow *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=maintenance_window,json=maintenanceWindow,proto3" json:"maintenance_window,omitempty"` // cron expression
1888
+ RetentionPolicy *RetentionPolicySettings `protobuf:"bytes,2,opt,name=retention_policy,json=retentionPolicy,proto3,oneof" json:"retention_policy,omitempty"`
1889
+ }
1890
+
1891
+ func (x *MaintenanceSettings) Reset() {
1892
+ *x = MaintenanceSettings{}
1893
+ if protoimpl.UnsafeEnabled {
1894
+ mi := &file_scanningconfig_proto_msgTypes[20]
1895
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1896
+ ms.StoreMessageInfo(mi)
1897
+ }
1898
+ }
1899
+
1900
+ func (x *MaintenanceSettings) String() string {
1901
+ return protoimpl.X.MessageStringOf(x)
1902
+ }
1903
+
1904
+ func (*MaintenanceSettings) ProtoMessage() {}
1905
+
1906
+ func (x *MaintenanceSettings) ProtoReflect() protoreflect.Message {
1907
+ mi := &file_scanningconfig_proto_msgTypes[20]
1908
+ if protoimpl.UnsafeEnabled && x != nil {
1909
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1910
+ if ms.LoadMessageInfo() == nil {
1911
+ ms.StoreMessageInfo(mi)
1912
+ }
1913
+ return ms
1914
+ }
1915
+ return mi.MessageOf(x)
1916
+ }
1917
+
1918
+ // Deprecated: Use MaintenanceSettings.ProtoReflect.Descriptor instead.
1919
+ func (*MaintenanceSettings) Descriptor() ([]byte, []int) {
1920
+ return file_scanningconfig_proto_rawDescGZIP(), []int{20}
1921
+ }
1922
+
1923
+ func (x *MaintenanceSettings) GetMaintenanceWindow() *wrapperspb.StringValue {
1924
+ if x != nil {
1925
+ return x.MaintenanceWindow
1926
+ }
1927
+ return nil
1928
+ }
1929
+
1930
+ func (x *MaintenanceSettings) GetRetentionPolicy() *RetentionPolicySettings {
1931
+ if x != nil {
1932
+ return x.RetentionPolicy
1933
+ }
1934
+ return nil
1935
+ }
1936
+
1937
+ type RetentionPolicySettings struct {
1938
+ state protoimpl.MessageState
1939
+ sizeCache protoimpl.SizeCache
1940
+ unknownFields protoimpl.UnknownFields
1941
+
1942
+ SyncedDataRetentionDays *wrapperspb.Int32Value `protobuf:"bytes,1,opt,name=synced_data_retention_days,json=syncedDataRetentionDays,proto3" json:"synced_data_retention_days,omitempty"` // default 30 days
1943
+ UnsyncedDataRetentionDays *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=unsynced_data_retention_days,json=unsyncedDataRetentionDays,proto3" json:"unsynced_data_retention_days,omitempty"` // default 365 days
1944
+ }
1945
+
1946
+ func (x *RetentionPolicySettings) Reset() {
1947
+ *x = RetentionPolicySettings{}
1948
+ if protoimpl.UnsafeEnabled {
1949
+ mi := &file_scanningconfig_proto_msgTypes[21]
1950
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1951
+ ms.StoreMessageInfo(mi)
1952
+ }
1953
+ }
1954
+
1955
+ func (x *RetentionPolicySettings) String() string {
1956
+ return protoimpl.X.MessageStringOf(x)
1957
+ }
1958
+
1959
+ func (*RetentionPolicySettings) ProtoMessage() {}
1960
+
1961
+ func (x *RetentionPolicySettings) ProtoReflect() protoreflect.Message {
1962
+ mi := &file_scanningconfig_proto_msgTypes[21]
1963
+ if protoimpl.UnsafeEnabled && x != nil {
1964
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1965
+ if ms.LoadMessageInfo() == nil {
1966
+ ms.StoreMessageInfo(mi)
1967
+ }
1968
+ return ms
1969
+ }
1970
+ return mi.MessageOf(x)
1971
+ }
1972
+
1973
+ // Deprecated: Use RetentionPolicySettings.ProtoReflect.Descriptor instead.
1974
+ func (*RetentionPolicySettings) Descriptor() ([]byte, []int) {
1975
+ return file_scanningconfig_proto_rawDescGZIP(), []int{21}
1976
+ }
1977
+
1978
+ func (x *RetentionPolicySettings) GetSyncedDataRetentionDays() *wrapperspb.Int32Value {
1979
+ if x != nil {
1980
+ return x.SyncedDataRetentionDays
1981
+ }
1982
+ return nil
1983
+ }
1984
+
1985
+ func (x *RetentionPolicySettings) GetUnsyncedDataRetentionDays() *wrapperspb.Int32Value {
1986
+ if x != nil {
1987
+ return x.UnsyncedDataRetentionDays
1988
+ }
1989
+ return nil
1990
+ }
1991
+
1992
+ type NotificationSettings struct {
1993
+ state protoimpl.MessageState
1994
+ sizeCache protoimpl.SizeCache
1995
+ unknownFields protoimpl.UnknownFields
1996
+
1997
+ SmartPollingEnabled *wrapperspb.BoolValue `protobuf:"bytes,1,opt,name=smart_polling_enabled,json=smartPollingEnabled,proto3" json:"smart_polling_enabled,omitempty"`
1998
+ DefaultPollingIntervalSeconds *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=default_polling_interval_seconds,json=defaultPollingIntervalSeconds,proto3" json:"default_polling_interval_seconds,omitempty"` // will only be used if smart polling is disabled, default 60 seconds.
1999
+ SmartPollingIntervals map[int32]int32 `protobuf:"bytes,3,rep,name=smart_polling_intervals,json=smartPollingIntervals,proto3" json:"smart_polling_intervals,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` // key is the polling zero based frequency, value is the polling interval in seconds. Will only be used if smart polling is enabled. I.e: [(0, 15), (1, 60), (2, 120)] = 15 seconds for the high frequency polling, 60 seconds for the normal frequency polling, 120 seconds for the low frequency polling
2000
+ }
2001
+
2002
+ func (x *NotificationSettings) Reset() {
2003
+ *x = NotificationSettings{}
2004
+ if protoimpl.UnsafeEnabled {
2005
+ mi := &file_scanningconfig_proto_msgTypes[22]
2006
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2007
+ ms.StoreMessageInfo(mi)
2008
+ }
2009
+ }
2010
+
2011
+ func (x *NotificationSettings) String() string {
2012
+ return protoimpl.X.MessageStringOf(x)
2013
+ }
2014
+
2015
+ func (*NotificationSettings) ProtoMessage() {}
2016
+
2017
+ func (x *NotificationSettings) ProtoReflect() protoreflect.Message {
2018
+ mi := &file_scanningconfig_proto_msgTypes[22]
2019
+ if protoimpl.UnsafeEnabled && x != nil {
2020
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2021
+ if ms.LoadMessageInfo() == nil {
2022
+ ms.StoreMessageInfo(mi)
2023
+ }
2024
+ return ms
2025
+ }
2026
+ return mi.MessageOf(x)
2027
+ }
2028
+
2029
+ // Deprecated: Use NotificationSettings.ProtoReflect.Descriptor instead.
2030
+ func (*NotificationSettings) Descriptor() ([]byte, []int) {
2031
+ return file_scanningconfig_proto_rawDescGZIP(), []int{22}
2032
+ }
2033
+
2034
+ func (x *NotificationSettings) GetSmartPollingEnabled() *wrapperspb.BoolValue {
2035
+ if x != nil {
2036
+ return x.SmartPollingEnabled
2037
+ }
2038
+ return nil
2039
+ }
2040
+
2041
+ func (x *NotificationSettings) GetDefaultPollingIntervalSeconds() *wrapperspb.Int32Value {
2042
+ if x != nil {
2043
+ return x.DefaultPollingIntervalSeconds
2044
+ }
2045
+ return nil
2046
+ }
2047
+
2048
+ func (x *NotificationSettings) GetSmartPollingIntervals() map[int32]int32 {
2049
+ if x != nil {
2050
+ return x.SmartPollingIntervals
2051
+ }
2052
+ return nil
2053
+ }
2054
+
2055
+ type FeatureFlagSettings struct {
2056
+ state protoimpl.MessageState
2057
+ sizeCache protoimpl.SizeCache
2058
+ unknownFields protoimpl.UnknownFields
2059
+
2060
+ PollingIntervalMinutes *wrapperspb.Int32Value `protobuf:"bytes,1,opt,name=polling_interval_minutes,json=pollingIntervalMinutes,proto3" json:"polling_interval_minutes,omitempty"` // default 15 minutes
2061
+ }
2062
+
2063
+ func (x *FeatureFlagSettings) Reset() {
2064
+ *x = FeatureFlagSettings{}
2065
+ if protoimpl.UnsafeEnabled {
2066
+ mi := &file_scanningconfig_proto_msgTypes[23]
2067
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2068
+ ms.StoreMessageInfo(mi)
2069
+ }
2070
+ }
2071
+
2072
+ func (x *FeatureFlagSettings) String() string {
2073
+ return protoimpl.X.MessageStringOf(x)
2074
+ }
2075
+
2076
+ func (*FeatureFlagSettings) ProtoMessage() {}
2077
+
2078
+ func (x *FeatureFlagSettings) ProtoReflect() protoreflect.Message {
2079
+ mi := &file_scanningconfig_proto_msgTypes[23]
2080
+ if protoimpl.UnsafeEnabled && x != nil {
2081
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2082
+ if ms.LoadMessageInfo() == nil {
2083
+ ms.StoreMessageInfo(mi)
2084
+ }
2085
+ return ms
2086
+ }
2087
+ return mi.MessageOf(x)
2088
+ }
2089
+
2090
+ // Deprecated: Use FeatureFlagSettings.ProtoReflect.Descriptor instead.
2091
+ func (*FeatureFlagSettings) Descriptor() ([]byte, []int) {
2092
+ return file_scanningconfig_proto_rawDescGZIP(), []int{23}
2093
+ }
2094
+
2095
+ func (x *FeatureFlagSettings) GetPollingIntervalMinutes() *wrapperspb.Int32Value {
2096
+ if x != nil {
2097
+ return x.PollingIntervalMinutes
2098
+ }
2099
+ return nil
2100
+ }
2101
+
2102
+ type ScanConfigurationSettings struct {
2103
+ state protoimpl.MessageState
2104
+ sizeCache protoimpl.SizeCache
2105
+ unknownFields protoimpl.UnknownFields
2106
+
2107
+ PollingIntervalMinutes *wrapperspb.Int32Value `protobuf:"bytes,1,opt,name=polling_interval_minutes,json=pollingIntervalMinutes,proto3" json:"polling_interval_minutes,omitempty"` // default 240 minutes (4 hours)
2108
+ }
2109
+
2110
+ func (x *ScanConfigurationSettings) Reset() {
2111
+ *x = ScanConfigurationSettings{}
2112
+ if protoimpl.UnsafeEnabled {
2113
+ mi := &file_scanningconfig_proto_msgTypes[24]
2114
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2115
+ ms.StoreMessageInfo(mi)
2116
+ }
2117
+ }
2118
+
2119
+ func (x *ScanConfigurationSettings) String() string {
2120
+ return protoimpl.X.MessageStringOf(x)
2121
+ }
2122
+
2123
+ func (*ScanConfigurationSettings) ProtoMessage() {}
2124
+
2125
+ func (x *ScanConfigurationSettings) ProtoReflect() protoreflect.Message {
2126
+ mi := &file_scanningconfig_proto_msgTypes[24]
2127
+ if protoimpl.UnsafeEnabled && x != nil {
2128
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2129
+ if ms.LoadMessageInfo() == nil {
2130
+ ms.StoreMessageInfo(mi)
2131
+ }
2132
+ return ms
2133
+ }
2134
+ return mi.MessageOf(x)
2135
+ }
2136
+
2137
+ // Deprecated: Use ScanConfigurationSettings.ProtoReflect.Descriptor instead.
2138
+ func (*ScanConfigurationSettings) Descriptor() ([]byte, []int) {
2139
+ return file_scanningconfig_proto_rawDescGZIP(), []int{24}
2140
+ }
2141
+
2142
+ func (x *ScanConfigurationSettings) GetPollingIntervalMinutes() *wrapperspb.Int32Value {
2143
+ if x != nil {
2144
+ return x.PollingIntervalMinutes
2145
+ }
2146
+ return nil
2147
+ }
2148
+
2149
+ type ImportSettings struct {
2150
+ state protoimpl.MessageState
2151
+ sizeCache protoimpl.SizeCache
2152
+ unknownFields protoimpl.UnknownFields
2153
+
2154
+ Enabled *wrapperspb.BoolValue `protobuf:"bytes,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
2155
+ PollingIntervalSeconds *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=polling_interval_seconds,json=pollingIntervalSeconds,proto3" json:"polling_interval_seconds,omitempty"`
2156
+ Folder *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=folder,proto3" json:"folder,omitempty"`
2157
+ }
2158
+
2159
+ func (x *ImportSettings) Reset() {
2160
+ *x = ImportSettings{}
2161
+ if protoimpl.UnsafeEnabled {
2162
+ mi := &file_scanningconfig_proto_msgTypes[25]
2163
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2164
+ ms.StoreMessageInfo(mi)
2165
+ }
2166
+ }
2167
+
2168
+ func (x *ImportSettings) String() string {
2169
+ return protoimpl.X.MessageStringOf(x)
2170
+ }
2171
+
2172
+ func (*ImportSettings) ProtoMessage() {}
2173
+
2174
+ func (x *ImportSettings) ProtoReflect() protoreflect.Message {
2175
+ mi := &file_scanningconfig_proto_msgTypes[25]
2176
+ if protoimpl.UnsafeEnabled && x != nil {
2177
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2178
+ if ms.LoadMessageInfo() == nil {
2179
+ ms.StoreMessageInfo(mi)
2180
+ }
2181
+ return ms
2182
+ }
2183
+ return mi.MessageOf(x)
2184
+ }
2185
+
2186
+ // Deprecated: Use ImportSettings.ProtoReflect.Descriptor instead.
2187
+ func (*ImportSettings) Descriptor() ([]byte, []int) {
2188
+ return file_scanningconfig_proto_rawDescGZIP(), []int{25}
2189
+ }
2190
+
2191
+ func (x *ImportSettings) GetEnabled() *wrapperspb.BoolValue {
2192
+ if x != nil {
2193
+ return x.Enabled
2194
+ }
2195
+ return nil
2196
+ }
2197
+
2198
+ func (x *ImportSettings) GetPollingIntervalSeconds() *wrapperspb.Int32Value {
2199
+ if x != nil {
2200
+ return x.PollingIntervalSeconds
2201
+ }
2202
+ return nil
2203
+ }
2204
+
2205
+ func (x *ImportSettings) GetFolder() *wrapperspb.StringValue {
2206
+ if x != nil {
2207
+ return x.Folder
2208
+ }
2209
+ return nil
2210
+ }
2211
+
2212
+ type NetworkConfigurationSettings struct {
2213
+ state protoimpl.MessageState
2214
+ sizeCache protoimpl.SizeCache
2215
+ unknownFields protoimpl.UnknownFields
2216
+
2217
+ Parallelism *ParallelismSettings `protobuf:"bytes,1,opt,name=parallelism,proto3,oneof" json:"parallelism,omitempty"`
2218
+ NetworkVisibility *NetworkVisibilitySettings `protobuf:"bytes,2,opt,name=network_visibility,json=networkVisibility,proto3,oneof" json:"network_visibility,omitempty"`
2219
+ PingBehavior *PingBehaviorSettings `protobuf:"bytes,3,opt,name=ping_behavior,json=pingBehavior,proto3,oneof" json:"ping_behavior,omitempty"`
2220
+ ProtocolConfiguration *ProtocolConfigurationSettings `protobuf:"bytes,4,opt,name=protocol_configuration,json=protocolConfiguration,proto3,oneof" json:"protocol_configuration,omitempty"`
2221
+ Exclusions *ExclusionSettings `protobuf:"bytes,5,opt,name=exclusions,proto3,oneof" json:"exclusions,omitempty"`
2222
+ }
2223
+
2224
+ func (x *NetworkConfigurationSettings) Reset() {
2225
+ *x = NetworkConfigurationSettings{}
2226
+ if protoimpl.UnsafeEnabled {
2227
+ mi := &file_scanningconfig_proto_msgTypes[26]
2228
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2229
+ ms.StoreMessageInfo(mi)
2230
+ }
2231
+ }
2232
+
2233
+ func (x *NetworkConfigurationSettings) String() string {
2234
+ return protoimpl.X.MessageStringOf(x)
2235
+ }
2236
+
2237
+ func (*NetworkConfigurationSettings) ProtoMessage() {}
2238
+
2239
+ func (x *NetworkConfigurationSettings) ProtoReflect() protoreflect.Message {
2240
+ mi := &file_scanningconfig_proto_msgTypes[26]
2241
+ if protoimpl.UnsafeEnabled && x != nil {
2242
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2243
+ if ms.LoadMessageInfo() == nil {
2244
+ ms.StoreMessageInfo(mi)
2245
+ }
2246
+ return ms
2247
+ }
2248
+ return mi.MessageOf(x)
2249
+ }
2250
+
2251
+ // Deprecated: Use NetworkConfigurationSettings.ProtoReflect.Descriptor instead.
2252
+ func (*NetworkConfigurationSettings) Descriptor() ([]byte, []int) {
2253
+ return file_scanningconfig_proto_rawDescGZIP(), []int{26}
2254
+ }
2255
+
2256
+ func (x *NetworkConfigurationSettings) GetParallelism() *ParallelismSettings {
2257
+ if x != nil {
2258
+ return x.Parallelism
2259
+ }
2260
+ return nil
2261
+ }
2262
+
2263
+ func (x *NetworkConfigurationSettings) GetNetworkVisibility() *NetworkVisibilitySettings {
2264
+ if x != nil {
2265
+ return x.NetworkVisibility
2266
+ }
2267
+ return nil
2268
+ }
2269
+
2270
+ func (x *NetworkConfigurationSettings) GetPingBehavior() *PingBehaviorSettings {
2271
+ if x != nil {
2272
+ return x.PingBehavior
2273
+ }
2274
+ return nil
2275
+ }
2276
+
2277
+ func (x *NetworkConfigurationSettings) GetProtocolConfiguration() *ProtocolConfigurationSettings {
2278
+ if x != nil {
2279
+ return x.ProtocolConfiguration
2280
+ }
2281
+ return nil
2282
+ }
2283
+
2284
+ func (x *NetworkConfigurationSettings) GetExclusions() *ExclusionSettings {
2285
+ if x != nil {
2286
+ return x.Exclusions
2287
+ }
2288
+ return nil
2289
+ }
2290
+
2291
+ type ParallelismSettings struct {
2292
+ state protoimpl.MessageState
2293
+ sizeCache protoimpl.SizeCache
2294
+ unknownFields protoimpl.UnknownFields
2295
+
2296
+ MaxParallelism *wrapperspb.Int32Value `protobuf:"bytes,1,opt,name=max_parallelism,json=maxParallelism,proto3" json:"max_parallelism,omitempty"` // default 100
2297
+ }
2298
+
2299
+ func (x *ParallelismSettings) Reset() {
2300
+ *x = ParallelismSettings{}
2301
+ if protoimpl.UnsafeEnabled {
2302
+ mi := &file_scanningconfig_proto_msgTypes[27]
2303
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2304
+ ms.StoreMessageInfo(mi)
2305
+ }
2306
+ }
2307
+
2308
+ func (x *ParallelismSettings) String() string {
2309
+ return protoimpl.X.MessageStringOf(x)
2310
+ }
2311
+
2312
+ func (*ParallelismSettings) ProtoMessage() {}
2313
+
2314
+ func (x *ParallelismSettings) ProtoReflect() protoreflect.Message {
2315
+ mi := &file_scanningconfig_proto_msgTypes[27]
2316
+ if protoimpl.UnsafeEnabled && x != nil {
2317
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2318
+ if ms.LoadMessageInfo() == nil {
2319
+ ms.StoreMessageInfo(mi)
2320
+ }
2321
+ return ms
2322
+ }
2323
+ return mi.MessageOf(x)
2324
+ }
2325
+
2326
+ // Deprecated: Use ParallelismSettings.ProtoReflect.Descriptor instead.
2327
+ func (*ParallelismSettings) Descriptor() ([]byte, []int) {
2328
+ return file_scanningconfig_proto_rawDescGZIP(), []int{27}
2329
+ }
2330
+
2331
+ func (x *ParallelismSettings) GetMaxParallelism() *wrapperspb.Int32Value {
2332
+ if x != nil {
2333
+ return x.MaxParallelism
2334
+ }
2335
+ return nil
2336
+ }
2337
+
2338
+ type ExclusionSettings struct {
2339
+ state protoimpl.MessageState
2340
+ sizeCache protoimpl.SizeCache
2341
+ unknownFields protoimpl.UnknownFields
2342
+
2343
+ ExcludedTargets []string `protobuf:"bytes,1,rep,name=excluded_targets,json=excludedTargets,proto3" json:"excluded_targets,omitempty"` // Ip addresses (including ranges and CIDR notations) or hostnames.
2344
+ ExcludedInterfaces []string `protobuf:"bytes,2,rep,name=excluded_interfaces,json=excludedInterfaces,proto3" json:"excluded_interfaces,omitempty"` // Network interface names.
2345
+ }
2346
+
2347
+ func (x *ExclusionSettings) Reset() {
2348
+ *x = ExclusionSettings{}
2349
+ if protoimpl.UnsafeEnabled {
2350
+ mi := &file_scanningconfig_proto_msgTypes[28]
2351
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2352
+ ms.StoreMessageInfo(mi)
2353
+ }
2354
+ }
2355
+
2356
+ func (x *ExclusionSettings) String() string {
2357
+ return protoimpl.X.MessageStringOf(x)
2358
+ }
2359
+
2360
+ func (*ExclusionSettings) ProtoMessage() {}
2361
+
2362
+ func (x *ExclusionSettings) ProtoReflect() protoreflect.Message {
2363
+ mi := &file_scanningconfig_proto_msgTypes[28]
2364
+ if protoimpl.UnsafeEnabled && x != nil {
2365
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2366
+ if ms.LoadMessageInfo() == nil {
2367
+ ms.StoreMessageInfo(mi)
2368
+ }
2369
+ return ms
2370
+ }
2371
+ return mi.MessageOf(x)
2372
+ }
2373
+
2374
+ // Deprecated: Use ExclusionSettings.ProtoReflect.Descriptor instead.
2375
+ func (*ExclusionSettings) Descriptor() ([]byte, []int) {
2376
+ return file_scanningconfig_proto_rawDescGZIP(), []int{28}
2377
+ }
2378
+
2379
+ func (x *ExclusionSettings) GetExcludedTargets() []string {
2380
+ if x != nil {
2381
+ return x.ExcludedTargets
2382
+ }
2383
+ return nil
2384
+ }
2385
+
2386
+ func (x *ExclusionSettings) GetExcludedInterfaces() []string {
2387
+ if x != nil {
2388
+ return x.ExcludedInterfaces
2389
+ }
2390
+ return nil
2391
+ }
2392
+
2393
+ type NetworkVisibilitySettings struct {
2394
+ state protoimpl.MessageState
2395
+ sizeCache protoimpl.SizeCache
2396
+ unknownFields protoimpl.UnknownFields
2397
+
2398
+ Enabled *wrapperspb.BoolValue `protobuf:"bytes,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
2399
+ ActiveCdrEnabled *wrapperspb.BoolValue `protobuf:"bytes,2,opt,name=active_cdr_enabled,json=activeCdrEnabled,proto3" json:"active_cdr_enabled,omitempty"`
2400
+ }
2401
+
2402
+ func (x *NetworkVisibilitySettings) Reset() {
2403
+ *x = NetworkVisibilitySettings{}
2404
+ if protoimpl.UnsafeEnabled {
2405
+ mi := &file_scanningconfig_proto_msgTypes[29]
2406
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2407
+ ms.StoreMessageInfo(mi)
2408
+ }
2409
+ }
2410
+
2411
+ func (x *NetworkVisibilitySettings) String() string {
2412
+ return protoimpl.X.MessageStringOf(x)
2413
+ }
2414
+
2415
+ func (*NetworkVisibilitySettings) ProtoMessage() {}
2416
+
2417
+ func (x *NetworkVisibilitySettings) ProtoReflect() protoreflect.Message {
2418
+ mi := &file_scanningconfig_proto_msgTypes[29]
2419
+ if protoimpl.UnsafeEnabled && x != nil {
2420
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2421
+ if ms.LoadMessageInfo() == nil {
2422
+ ms.StoreMessageInfo(mi)
2423
+ }
2424
+ return ms
2425
+ }
2426
+ return mi.MessageOf(x)
2427
+ }
2428
+
2429
+ // Deprecated: Use NetworkVisibilitySettings.ProtoReflect.Descriptor instead.
2430
+ func (*NetworkVisibilitySettings) Descriptor() ([]byte, []int) {
2431
+ return file_scanningconfig_proto_rawDescGZIP(), []int{29}
2432
+ }
2433
+
2434
+ func (x *NetworkVisibilitySettings) GetEnabled() *wrapperspb.BoolValue {
2435
+ if x != nil {
2436
+ return x.Enabled
2437
+ }
2438
+ return nil
2439
+ }
2440
+
2441
+ func (x *NetworkVisibilitySettings) GetActiveCdrEnabled() *wrapperspb.BoolValue {
2442
+ if x != nil {
2443
+ return x.ActiveCdrEnabled
2444
+ }
2445
+ return nil
2446
+ }
2447
+
2448
+ type PingBehaviorSettings struct {
2449
+ state protoimpl.MessageState
2450
+ sizeCache protoimpl.SizeCache
2451
+ unknownFields protoimpl.UnknownFields
2452
+ }
2453
+
2454
+ func (x *PingBehaviorSettings) Reset() {
2455
+ *x = PingBehaviorSettings{}
2456
+ if protoimpl.UnsafeEnabled {
2457
+ mi := &file_scanningconfig_proto_msgTypes[30]
2458
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2459
+ ms.StoreMessageInfo(mi)
2460
+ }
2461
+ }
2462
+
2463
+ func (x *PingBehaviorSettings) String() string {
2464
+ return protoimpl.X.MessageStringOf(x)
2465
+ }
2466
+
2467
+ func (*PingBehaviorSettings) ProtoMessage() {}
2468
+
2469
+ func (x *PingBehaviorSettings) ProtoReflect() protoreflect.Message {
2470
+ mi := &file_scanningconfig_proto_msgTypes[30]
2471
+ if protoimpl.UnsafeEnabled && x != nil {
2472
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2473
+ if ms.LoadMessageInfo() == nil {
2474
+ ms.StoreMessageInfo(mi)
2475
+ }
2476
+ return ms
2477
+ }
2478
+ return mi.MessageOf(x)
2479
+ }
2480
+
2481
+ // Deprecated: Use PingBehaviorSettings.ProtoReflect.Descriptor instead.
2482
+ func (*PingBehaviorSettings) Descriptor() ([]byte, []int) {
2483
+ return file_scanningconfig_proto_rawDescGZIP(), []int{30}
2484
+ }
2485
+
2486
+ type ProtocolConfigurationSettings struct {
2487
+ state protoimpl.MessageState
2488
+ sizeCache protoimpl.SizeCache
2489
+ unknownFields protoimpl.UnknownFields
2490
+
2491
+ AllEnabled *wrapperspb.BoolValue `protobuf:"bytes,1,opt,name=all_enabled,json=allEnabled,proto3" json:"all_enabled,omitempty"`
2492
+ Protocols map[string]*ProtocolDetailSettings `protobuf:"bytes,2,rep,name=protocols,proto3" json:"protocols,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
2493
+ }
2494
+
2495
+ func (x *ProtocolConfigurationSettings) Reset() {
2496
+ *x = ProtocolConfigurationSettings{}
2497
+ if protoimpl.UnsafeEnabled {
2498
+ mi := &file_scanningconfig_proto_msgTypes[31]
2499
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2500
+ ms.StoreMessageInfo(mi)
2501
+ }
2502
+ }
2503
+
2504
+ func (x *ProtocolConfigurationSettings) String() string {
2505
+ return protoimpl.X.MessageStringOf(x)
2506
+ }
2507
+
2508
+ func (*ProtocolConfigurationSettings) ProtoMessage() {}
2509
+
2510
+ func (x *ProtocolConfigurationSettings) ProtoReflect() protoreflect.Message {
2511
+ mi := &file_scanningconfig_proto_msgTypes[31]
2512
+ if protoimpl.UnsafeEnabled && x != nil {
2513
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2514
+ if ms.LoadMessageInfo() == nil {
2515
+ ms.StoreMessageInfo(mi)
2516
+ }
2517
+ return ms
2518
+ }
2519
+ return mi.MessageOf(x)
2520
+ }
2521
+
2522
+ // Deprecated: Use ProtocolConfigurationSettings.ProtoReflect.Descriptor instead.
2523
+ func (*ProtocolConfigurationSettings) Descriptor() ([]byte, []int) {
2524
+ return file_scanningconfig_proto_rawDescGZIP(), []int{31}
2525
+ }
2526
+
2527
+ func (x *ProtocolConfigurationSettings) GetAllEnabled() *wrapperspb.BoolValue {
2528
+ if x != nil {
2529
+ return x.AllEnabled
2530
+ }
2531
+ return nil
2532
+ }
2533
+
2534
+ func (x *ProtocolConfigurationSettings) GetProtocols() map[string]*ProtocolDetailSettings {
2535
+ if x != nil {
2536
+ return x.Protocols
2537
+ }
2538
+ return nil
2539
+ }
2540
+
2541
+ type ProtocolDetailSettings struct {
2542
+ state protoimpl.MessageState
2543
+ sizeCache protoimpl.SizeCache
2544
+ unknownFields protoimpl.UnknownFields
2545
+
2546
+ Enabled *wrapperspb.BoolValue `protobuf:"bytes,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
2547
+ Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty"`
2548
+ AdditionalData map[string]string `protobuf:"bytes,3,rep,name=additional_data,json=additionalData,proto3" json:"additional_data,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` // additional data for a specific for the protocol
2549
+ }
2550
+
2551
+ func (x *ProtocolDetailSettings) Reset() {
2552
+ *x = ProtocolDetailSettings{}
2553
+ if protoimpl.UnsafeEnabled {
2554
+ mi := &file_scanningconfig_proto_msgTypes[32]
2555
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2556
+ ms.StoreMessageInfo(mi)
2557
+ }
2558
+ }
2559
+
2560
+ func (x *ProtocolDetailSettings) String() string {
2561
+ return protoimpl.X.MessageStringOf(x)
2562
+ }
2563
+
2564
+ func (*ProtocolDetailSettings) ProtoMessage() {}
2565
+
2566
+ func (x *ProtocolDetailSettings) ProtoReflect() protoreflect.Message {
2567
+ mi := &file_scanningconfig_proto_msgTypes[32]
2568
+ if protoimpl.UnsafeEnabled && x != nil {
2569
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2570
+ if ms.LoadMessageInfo() == nil {
2571
+ ms.StoreMessageInfo(mi)
2572
+ }
2573
+ return ms
2574
+ }
2575
+ return mi.MessageOf(x)
2576
+ }
2577
+
2578
+ // Deprecated: Use ProtocolDetailSettings.ProtoReflect.Descriptor instead.
2579
+ func (*ProtocolDetailSettings) Descriptor() ([]byte, []int) {
2580
+ return file_scanningconfig_proto_rawDescGZIP(), []int{32}
2581
+ }
2582
+
2583
+ func (x *ProtocolDetailSettings) GetEnabled() *wrapperspb.BoolValue {
2584
+ if x != nil {
2585
+ return x.Enabled
2586
+ }
2587
+ return nil
2588
+ }
2589
+
2590
+ func (x *ProtocolDetailSettings) GetPort() *wrapperspb.Int32Value {
2591
+ if x != nil {
2592
+ return x.Port
2593
+ }
2594
+ return nil
2595
+ }
2596
+
2597
+ func (x *ProtocolDetailSettings) GetAdditionalData() map[string]string {
2598
+ if x != nil {
2599
+ return x.AdditionalData
2600
+ }
2601
+ return nil
2602
+ }
2603
+
2604
+ type ItSensorSettings struct {
2605
+ state protoimpl.MessageState
2606
+ sizeCache protoimpl.SizeCache
2607
+ unknownFields protoimpl.UnknownFields
2608
+
2609
+ NetworkConfiguration *NetworkConfigurationSettings `protobuf:"bytes,1,opt,name=network_configuration,json=networkConfiguration,proto3,oneof" json:"network_configuration,omitempty"`
2610
+ }
2611
+
2612
+ func (x *ItSensorSettings) Reset() {
2613
+ *x = ItSensorSettings{}
2614
+ if protoimpl.UnsafeEnabled {
2615
+ mi := &file_scanningconfig_proto_msgTypes[33]
2616
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2617
+ ms.StoreMessageInfo(mi)
2618
+ }
2619
+ }
2620
+
2621
+ func (x *ItSensorSettings) String() string {
2622
+ return protoimpl.X.MessageStringOf(x)
2623
+ }
2624
+
2625
+ func (*ItSensorSettings) ProtoMessage() {}
2626
+
2627
+ func (x *ItSensorSettings) ProtoReflect() protoreflect.Message {
2628
+ mi := &file_scanningconfig_proto_msgTypes[33]
2629
+ if protoimpl.UnsafeEnabled && x != nil {
2630
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2631
+ if ms.LoadMessageInfo() == nil {
2632
+ ms.StoreMessageInfo(mi)
2633
+ }
2634
+ return ms
2635
+ }
2636
+ return mi.MessageOf(x)
2637
+ }
2638
+
2639
+ // Deprecated: Use ItSensorSettings.ProtoReflect.Descriptor instead.
2640
+ func (*ItSensorSettings) Descriptor() ([]byte, []int) {
2641
+ return file_scanningconfig_proto_rawDescGZIP(), []int{33}
2642
+ }
2643
+
2644
+ func (x *ItSensorSettings) GetNetworkConfiguration() *NetworkConfigurationSettings {
2645
+ if x != nil {
2646
+ return x.NetworkConfiguration
2647
+ }
2648
+ return nil
2649
+ }
2650
+
2651
+ type OtSensorSettings struct {
2652
+ state protoimpl.MessageState
2653
+ sizeCache protoimpl.SizeCache
2654
+ unknownFields protoimpl.UnknownFields
2655
+
2656
+ NetworkConfiguration *NetworkConfigurationSettings `protobuf:"bytes,1,opt,name=network_configuration,json=networkConfiguration,proto3,oneof" json:"network_configuration,omitempty"`
2657
+ TrafficLogging *TrafficLogSettings `protobuf:"bytes,2,opt,name=traffic_logging,json=trafficLogging,proto3,oneof" json:"traffic_logging,omitempty"` // used to enable raw traffic packets logging for the OT sensor.
2658
+ }
2659
+
2660
+ func (x *OtSensorSettings) Reset() {
2661
+ *x = OtSensorSettings{}
2662
+ if protoimpl.UnsafeEnabled {
2663
+ mi := &file_scanningconfig_proto_msgTypes[34]
2664
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2665
+ ms.StoreMessageInfo(mi)
2666
+ }
2667
+ }
2668
+
2669
+ func (x *OtSensorSettings) String() string {
2670
+ return protoimpl.X.MessageStringOf(x)
2671
+ }
2672
+
2673
+ func (*OtSensorSettings) ProtoMessage() {}
2674
+
2675
+ func (x *OtSensorSettings) ProtoReflect() protoreflect.Message {
2676
+ mi := &file_scanningconfig_proto_msgTypes[34]
2677
+ if protoimpl.UnsafeEnabled && x != nil {
2678
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2679
+ if ms.LoadMessageInfo() == nil {
2680
+ ms.StoreMessageInfo(mi)
2681
+ }
2682
+ return ms
2683
+ }
2684
+ return mi.MessageOf(x)
2685
+ }
2686
+
2687
+ // Deprecated: Use OtSensorSettings.ProtoReflect.Descriptor instead.
2688
+ func (*OtSensorSettings) Descriptor() ([]byte, []int) {
2689
+ return file_scanningconfig_proto_rawDescGZIP(), []int{34}
2690
+ }
2691
+
2692
+ func (x *OtSensorSettings) GetNetworkConfiguration() *NetworkConfigurationSettings {
2693
+ if x != nil {
2694
+ return x.NetworkConfiguration
2695
+ }
2696
+ return nil
2697
+ }
2698
+
2699
+ func (x *OtSensorSettings) GetTrafficLogging() *TrafficLogSettings {
2700
+ if x != nil {
2701
+ return x.TrafficLogging
2702
+ }
2703
+ return nil
2704
+ }
2705
+
2706
+ type TrafficLogSettings struct {
2707
+ state protoimpl.MessageState
2708
+ sizeCache protoimpl.SizeCache
2709
+ unknownFields protoimpl.UnknownFields
2710
+
2711
+ Enabled *wrapperspb.BoolValue `protobuf:"bytes,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
2712
+ Path *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
2713
+ }
2714
+
2715
+ func (x *TrafficLogSettings) Reset() {
2716
+ *x = TrafficLogSettings{}
2717
+ if protoimpl.UnsafeEnabled {
2718
+ mi := &file_scanningconfig_proto_msgTypes[35]
2719
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2720
+ ms.StoreMessageInfo(mi)
2721
+ }
2722
+ }
2723
+
2724
+ func (x *TrafficLogSettings) String() string {
2725
+ return protoimpl.X.MessageStringOf(x)
2726
+ }
2727
+
2728
+ func (*TrafficLogSettings) ProtoMessage() {}
2729
+
2730
+ func (x *TrafficLogSettings) ProtoReflect() protoreflect.Message {
2731
+ mi := &file_scanningconfig_proto_msgTypes[35]
2732
+ if protoimpl.UnsafeEnabled && x != nil {
2733
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2734
+ if ms.LoadMessageInfo() == nil {
2735
+ ms.StoreMessageInfo(mi)
2736
+ }
2737
+ return ms
2738
+ }
2739
+ return mi.MessageOf(x)
2740
+ }
2741
+
2742
+ // Deprecated: Use TrafficLogSettings.ProtoReflect.Descriptor instead.
2743
+ func (*TrafficLogSettings) Descriptor() ([]byte, []int) {
2744
+ return file_scanningconfig_proto_rawDescGZIP(), []int{35}
2745
+ }
2746
+
2747
+ func (x *TrafficLogSettings) GetEnabled() *wrapperspb.BoolValue {
2748
+ if x != nil {
2749
+ return x.Enabled
2750
+ }
2751
+ return nil
2752
+ }
2753
+
2754
+ func (x *TrafficLogSettings) GetPath() *wrapperspb.StringValue {
2755
+ if x != nil {
2756
+ return x.Path
2757
+ }
2758
+ return nil
2759
+ }
2760
+
2761
+ type UpdateSettings struct {
2762
+ state protoimpl.MessageState
2763
+ sizeCache protoimpl.SizeCache
2764
+ unknownFields protoimpl.UnknownFields
2765
+
2766
+ UpdateOnAvailability *wrapperspb.BoolValue `protobuf:"bytes,1,opt,name=update_on_availability,json=updateOnAvailability,proto3" json:"update_on_availability,omitempty"` // default false
2767
+ UpdateWindow *UpdateWindowSettings `protobuf:"bytes,2,opt,name=update_window,json=updateWindow,proto3,oneof" json:"update_window,omitempty"`
2768
+ Download *DownloadSettings `protobuf:"bytes,3,opt,name=download,proto3,oneof" json:"download,omitempty"`
2769
+ Backup *BackupSettings `protobuf:"bytes,4,opt,name=backup,proto3,oneof" json:"backup,omitempty"`
2770
+ Prerequisites *PrerequisiteSettings `protobuf:"bytes,5,opt,name=prerequisites,proto3,oneof" json:"prerequisites,omitempty"`
2771
+ }
2772
+
2773
+ func (x *UpdateSettings) Reset() {
2774
+ *x = UpdateSettings{}
2775
+ if protoimpl.UnsafeEnabled {
2776
+ mi := &file_scanningconfig_proto_msgTypes[36]
2777
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2778
+ ms.StoreMessageInfo(mi)
2779
+ }
2780
+ }
2781
+
2782
+ func (x *UpdateSettings) String() string {
2783
+ return protoimpl.X.MessageStringOf(x)
2784
+ }
2785
+
2786
+ func (*UpdateSettings) ProtoMessage() {}
2787
+
2788
+ func (x *UpdateSettings) ProtoReflect() protoreflect.Message {
2789
+ mi := &file_scanningconfig_proto_msgTypes[36]
2790
+ if protoimpl.UnsafeEnabled && x != nil {
2791
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2792
+ if ms.LoadMessageInfo() == nil {
2793
+ ms.StoreMessageInfo(mi)
2794
+ }
2795
+ return ms
2796
+ }
2797
+ return mi.MessageOf(x)
2798
+ }
2799
+
2800
+ // Deprecated: Use UpdateSettings.ProtoReflect.Descriptor instead.
2801
+ func (*UpdateSettings) Descriptor() ([]byte, []int) {
2802
+ return file_scanningconfig_proto_rawDescGZIP(), []int{36}
2803
+ }
2804
+
2805
+ func (x *UpdateSettings) GetUpdateOnAvailability() *wrapperspb.BoolValue {
2806
+ if x != nil {
2807
+ return x.UpdateOnAvailability
2808
+ }
2809
+ return nil
2810
+ }
2811
+
2812
+ func (x *UpdateSettings) GetUpdateWindow() *UpdateWindowSettings {
2813
+ if x != nil {
2814
+ return x.UpdateWindow
2815
+ }
2816
+ return nil
2817
+ }
2818
+
2819
+ func (x *UpdateSettings) GetDownload() *DownloadSettings {
2820
+ if x != nil {
2821
+ return x.Download
2822
+ }
2823
+ return nil
2824
+ }
2825
+
2826
+ func (x *UpdateSettings) GetBackup() *BackupSettings {
2827
+ if x != nil {
2828
+ return x.Backup
2829
+ }
2830
+ return nil
2831
+ }
2832
+
2833
+ func (x *UpdateSettings) GetPrerequisites() *PrerequisiteSettings {
2834
+ if x != nil {
2835
+ return x.Prerequisites
2836
+ }
2837
+ return nil
2838
+ }
2839
+
2840
+ type UpdateWindowSettings struct {
2841
+ state protoimpl.MessageState
2842
+ sizeCache protoimpl.SizeCache
2843
+ unknownFields protoimpl.UnknownFields
2844
+
2845
+ Enabled *wrapperspb.BoolValue `protobuf:"bytes,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
2846
+ UpdateWindow *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=update_window,json=updateWindow,proto3" json:"update_window,omitempty"` // cron expression
2847
+ }
2848
+
2849
+ func (x *UpdateWindowSettings) Reset() {
2850
+ *x = UpdateWindowSettings{}
2851
+ if protoimpl.UnsafeEnabled {
2852
+ mi := &file_scanningconfig_proto_msgTypes[37]
2853
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2854
+ ms.StoreMessageInfo(mi)
2855
+ }
2856
+ }
2857
+
2858
+ func (x *UpdateWindowSettings) String() string {
2859
+ return protoimpl.X.MessageStringOf(x)
2860
+ }
2861
+
2862
+ func (*UpdateWindowSettings) ProtoMessage() {}
2863
+
2864
+ func (x *UpdateWindowSettings) ProtoReflect() protoreflect.Message {
2865
+ mi := &file_scanningconfig_proto_msgTypes[37]
2866
+ if protoimpl.UnsafeEnabled && x != nil {
2867
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2868
+ if ms.LoadMessageInfo() == nil {
2869
+ ms.StoreMessageInfo(mi)
2870
+ }
2871
+ return ms
2872
+ }
2873
+ return mi.MessageOf(x)
2874
+ }
2875
+
2876
+ // Deprecated: Use UpdateWindowSettings.ProtoReflect.Descriptor instead.
2877
+ func (*UpdateWindowSettings) Descriptor() ([]byte, []int) {
2878
+ return file_scanningconfig_proto_rawDescGZIP(), []int{37}
2879
+ }
2880
+
2881
+ func (x *UpdateWindowSettings) GetEnabled() *wrapperspb.BoolValue {
2882
+ if x != nil {
2883
+ return x.Enabled
2884
+ }
2885
+ return nil
2886
+ }
2887
+
2888
+ func (x *UpdateWindowSettings) GetUpdateWindow() *wrapperspb.StringValue {
2889
+ if x != nil {
2890
+ return x.UpdateWindow
2891
+ }
2892
+ return nil
2893
+ }
2894
+
2895
+ type BackupSettings struct {
2896
+ state protoimpl.MessageState
2897
+ sizeCache protoimpl.SizeCache
2898
+ unknownFields protoimpl.UnknownFields
2899
+
2900
+ BackupFolder *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=backup_folder,json=backupFolder,proto3" json:"backup_folder,omitempty"`
2901
+ }
2902
+
2903
+ func (x *BackupSettings) Reset() {
2904
+ *x = BackupSettings{}
2905
+ if protoimpl.UnsafeEnabled {
2906
+ mi := &file_scanningconfig_proto_msgTypes[38]
2907
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2908
+ ms.StoreMessageInfo(mi)
2909
+ }
2910
+ }
2911
+
2912
+ func (x *BackupSettings) String() string {
2913
+ return protoimpl.X.MessageStringOf(x)
2914
+ }
2915
+
2916
+ func (*BackupSettings) ProtoMessage() {}
2917
+
2918
+ func (x *BackupSettings) ProtoReflect() protoreflect.Message {
2919
+ mi := &file_scanningconfig_proto_msgTypes[38]
2920
+ if protoimpl.UnsafeEnabled && x != nil {
2921
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2922
+ if ms.LoadMessageInfo() == nil {
2923
+ ms.StoreMessageInfo(mi)
2924
+ }
2925
+ return ms
2926
+ }
2927
+ return mi.MessageOf(x)
2928
+ }
2929
+
2930
+ // Deprecated: Use BackupSettings.ProtoReflect.Descriptor instead.
2931
+ func (*BackupSettings) Descriptor() ([]byte, []int) {
2932
+ return file_scanningconfig_proto_rawDescGZIP(), []int{38}
2933
+ }
2934
+
2935
+ func (x *BackupSettings) GetBackupFolder() *wrapperspb.StringValue {
2936
+ if x != nil {
2937
+ return x.BackupFolder
2938
+ }
2939
+ return nil
2940
+ }
2941
+
2942
+ type DownloadSettings struct {
2943
+ state protoimpl.MessageState
2944
+ sizeCache protoimpl.SizeCache
2945
+ unknownFields protoimpl.UnknownFields
2946
+
2947
+ DownloadOnAvailability *wrapperspb.BoolValue `protobuf:"bytes,1,opt,name=download_on_availability,json=downloadOnAvailability,proto3" json:"download_on_availability,omitempty"` // default true
2948
+ DownloadWindow *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=download_window,json=downloadWindow,proto3" json:"download_window,omitempty"` // cron expression
2949
+ DownloadFolder *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=download_folder,json=downloadFolder,proto3" json:"download_folder,omitempty"`
2950
+ DownloadTimeoutSeconds *wrapperspb.Int32Value `protobuf:"bytes,4,opt,name=download_timeout_seconds,json=downloadTimeoutSeconds,proto3" json:"download_timeout_seconds,omitempty"`
2951
+ ThrottleRateKbPerSecond *wrapperspb.Int32Value `protobuf:"bytes,5,opt,name=throttle_rate_kb_per_second,json=throttleRateKbPerSecond,proto3" json:"throttle_rate_kb_per_second,omitempty"`
2952
+ }
2953
+
2954
+ func (x *DownloadSettings) Reset() {
2955
+ *x = DownloadSettings{}
2956
+ if protoimpl.UnsafeEnabled {
2957
+ mi := &file_scanningconfig_proto_msgTypes[39]
2958
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2959
+ ms.StoreMessageInfo(mi)
2960
+ }
2961
+ }
2962
+
2963
+ func (x *DownloadSettings) String() string {
2964
+ return protoimpl.X.MessageStringOf(x)
2965
+ }
2966
+
2967
+ func (*DownloadSettings) ProtoMessage() {}
2968
+
2969
+ func (x *DownloadSettings) ProtoReflect() protoreflect.Message {
2970
+ mi := &file_scanningconfig_proto_msgTypes[39]
2971
+ if protoimpl.UnsafeEnabled && x != nil {
2972
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2973
+ if ms.LoadMessageInfo() == nil {
2974
+ ms.StoreMessageInfo(mi)
2975
+ }
2976
+ return ms
2977
+ }
2978
+ return mi.MessageOf(x)
2979
+ }
2980
+
2981
+ // Deprecated: Use DownloadSettings.ProtoReflect.Descriptor instead.
2982
+ func (*DownloadSettings) Descriptor() ([]byte, []int) {
2983
+ return file_scanningconfig_proto_rawDescGZIP(), []int{39}
2984
+ }
2985
+
2986
+ func (x *DownloadSettings) GetDownloadOnAvailability() *wrapperspb.BoolValue {
2987
+ if x != nil {
2988
+ return x.DownloadOnAvailability
2989
+ }
2990
+ return nil
2991
+ }
2992
+
2993
+ func (x *DownloadSettings) GetDownloadWindow() *wrapperspb.StringValue {
2994
+ if x != nil {
2995
+ return x.DownloadWindow
2996
+ }
2997
+ return nil
2998
+ }
2999
+
3000
+ func (x *DownloadSettings) GetDownloadFolder() *wrapperspb.StringValue {
3001
+ if x != nil {
3002
+ return x.DownloadFolder
3003
+ }
3004
+ return nil
3005
+ }
3006
+
3007
+ func (x *DownloadSettings) GetDownloadTimeoutSeconds() *wrapperspb.Int32Value {
3008
+ if x != nil {
3009
+ return x.DownloadTimeoutSeconds
3010
+ }
3011
+ return nil
3012
+ }
3013
+
3014
+ func (x *DownloadSettings) GetThrottleRateKbPerSecond() *wrapperspb.Int32Value {
3015
+ if x != nil {
3016
+ return x.ThrottleRateKbPerSecond
3017
+ }
3018
+ return nil
3019
+ }
3020
+
3021
+ type PrerequisiteSettings struct {
3022
+ state protoimpl.MessageState
3023
+ sizeCache protoimpl.SizeCache
3024
+ unknownFields protoimpl.UnknownFields
3025
+
3026
+ RequiredFreeDiskSpaceBytes *wrapperspb.Int64Value `protobuf:"bytes,1,opt,name=required_free_disk_space_bytes,json=requiredFreeDiskSpaceBytes,proto3" json:"required_free_disk_space_bytes,omitempty"`
3027
+ RequiredFreeDiskSpacePercentage *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=required_free_disk_space_percentage,json=requiredFreeDiskSpacePercentage,proto3" json:"required_free_disk_space_percentage,omitempty"`
3028
+ }
3029
+
3030
+ func (x *PrerequisiteSettings) Reset() {
3031
+ *x = PrerequisiteSettings{}
3032
+ if protoimpl.UnsafeEnabled {
3033
+ mi := &file_scanningconfig_proto_msgTypes[40]
3034
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
3035
+ ms.StoreMessageInfo(mi)
3036
+ }
3037
+ }
3038
+
3039
+ func (x *PrerequisiteSettings) String() string {
3040
+ return protoimpl.X.MessageStringOf(x)
3041
+ }
3042
+
3043
+ func (*PrerequisiteSettings) ProtoMessage() {}
3044
+
3045
+ func (x *PrerequisiteSettings) ProtoReflect() protoreflect.Message {
3046
+ mi := &file_scanningconfig_proto_msgTypes[40]
3047
+ if protoimpl.UnsafeEnabled && x != nil {
3048
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
3049
+ if ms.LoadMessageInfo() == nil {
3050
+ ms.StoreMessageInfo(mi)
3051
+ }
3052
+ return ms
3053
+ }
3054
+ return mi.MessageOf(x)
3055
+ }
3056
+
3057
+ // Deprecated: Use PrerequisiteSettings.ProtoReflect.Descriptor instead.
3058
+ func (*PrerequisiteSettings) Descriptor() ([]byte, []int) {
3059
+ return file_scanningconfig_proto_rawDescGZIP(), []int{40}
3060
+ }
3061
+
3062
+ func (x *PrerequisiteSettings) GetRequiredFreeDiskSpaceBytes() *wrapperspb.Int64Value {
3063
+ if x != nil {
3064
+ return x.RequiredFreeDiskSpaceBytes
3065
+ }
3066
+ return nil
3067
+ }
3068
+
3069
+ func (x *PrerequisiteSettings) GetRequiredFreeDiskSpacePercentage() *wrapperspb.Int32Value {
3070
+ if x != nil {
3071
+ return x.RequiredFreeDiskSpacePercentage
3072
+ }
3073
+ return nil
3074
+ }
3075
+
3076
+ type LogSettings struct {
3077
+ state protoimpl.MessageState
3078
+ sizeCache protoimpl.SizeCache
3079
+ unknownFields protoimpl.UnknownFields
3080
+
3081
+ Level *LogSettings_LogLevel `protobuf:"varint,1,opt,name=level,proto3,enum=lansweeper.scanningconfig.v1.LogSettings_LogLevel,oneof" json:"level,omitempty"` // default INFORMATION
3082
+ FileSizeLimitBytes *wrapperspb.Int64Value `protobuf:"bytes,2,opt,name=file_size_limit_bytes,json=fileSizeLimitBytes,proto3" json:"file_size_limit_bytes,omitempty"` // default 52428800 bytes (50MB)
3083
+ RetainedFileCountLimit *wrapperspb.Int32Value `protobuf:"bytes,3,opt,name=retained_file_count_limit,json=retainedFileCountLimit,proto3" json:"retained_file_count_limit,omitempty"` // default 5
3084
+ Overrides map[string]string `protobuf:"bytes,4,rep,name=overrides,proto3" json:"overrides,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
3085
+ }
3086
+
3087
+ func (x *LogSettings) Reset() {
3088
+ *x = LogSettings{}
3089
+ if protoimpl.UnsafeEnabled {
3090
+ mi := &file_scanningconfig_proto_msgTypes[41]
3091
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
3092
+ ms.StoreMessageInfo(mi)
3093
+ }
3094
+ }
3095
+
3096
+ func (x *LogSettings) String() string {
3097
+ return protoimpl.X.MessageStringOf(x)
3098
+ }
3099
+
3100
+ func (*LogSettings) ProtoMessage() {}
3101
+
3102
+ func (x *LogSettings) ProtoReflect() protoreflect.Message {
3103
+ mi := &file_scanningconfig_proto_msgTypes[41]
3104
+ if protoimpl.UnsafeEnabled && x != nil {
3105
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
3106
+ if ms.LoadMessageInfo() == nil {
3107
+ ms.StoreMessageInfo(mi)
3108
+ }
3109
+ return ms
3110
+ }
3111
+ return mi.MessageOf(x)
3112
+ }
3113
+
3114
+ // Deprecated: Use LogSettings.ProtoReflect.Descriptor instead.
3115
+ func (*LogSettings) Descriptor() ([]byte, []int) {
3116
+ return file_scanningconfig_proto_rawDescGZIP(), []int{41}
3117
+ }
3118
+
3119
+ func (x *LogSettings) GetLevel() LogSettings_LogLevel {
3120
+ if x != nil && x.Level != nil {
3121
+ return *x.Level
3122
+ }
3123
+ return LogSettings_VERBOSE
3124
+ }
3125
+
3126
+ func (x *LogSettings) GetFileSizeLimitBytes() *wrapperspb.Int64Value {
3127
+ if x != nil {
3128
+ return x.FileSizeLimitBytes
3129
+ }
3130
+ return nil
3131
+ }
3132
+
3133
+ func (x *LogSettings) GetRetainedFileCountLimit() *wrapperspb.Int32Value {
3134
+ if x != nil {
3135
+ return x.RetainedFileCountLimit
3136
+ }
3137
+ return nil
3138
+ }
3139
+
3140
+ func (x *LogSettings) GetOverrides() map[string]string {
3141
+ if x != nil {
3142
+ return x.Overrides
3143
+ }
3144
+ return nil
3145
+ }
3146
+
3147
+ var File_scanningconfig_proto protoreflect.FileDescriptor
3148
+
3149
+ var file_scanningconfig_proto_rawDesc = []byte{
3150
+ 0x0a, 0x14, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,
3151
+ 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1c, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
3152
+ 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69,
3153
+ 0x67, 0x2e, 0x76, 0x31, 0x1a, 0x1e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f,
3154
+ 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x77, 0x72, 0x61, 0x70, 0x70, 0x65, 0x72, 0x73, 0x2e, 0x70,
3155
+ 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x58, 0x0a, 0x20, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69,
3156
+ 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x42, 0x79, 0x53, 0x6f, 0x75, 0x72, 0x63,
3157
+ 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x73, 0x6f, 0x75, 0x72,
3158
+ 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x6f, 0x75,
3159
+ 0x72, 0x63, 0x65, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x73, 0x69, 0x74, 0x65, 0x5f, 0x69, 0x64,
3160
+ 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x69, 0x74, 0x65, 0x49, 0x64, 0x22, 0x66,
3161
+ 0x0a, 0x21, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69,
3162
+ 0x6f, 0x6e, 0x73, 0x42, 0x79, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f,
3163
+ 0x6e, 0x73, 0x65, 0x12, 0x41, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x73, 0x18, 0x01,
3164
+ 0x20, 0x03, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
3165
+ 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,
3166
+ 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x52, 0x07, 0x63,
3167
+ 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x73, 0x22, 0xe0, 0x03, 0x0a, 0x09, 0x43, 0x6f, 0x6d, 0x70, 0x6f,
3168
+ 0x6e, 0x65, 0x6e, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
3169
+ 0x52, 0x02, 0x69, 0x64, 0x12, 0x49, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01,
3170
+ 0x28, 0x0e, 0x32, 0x35, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
3171
+ 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76,
3172
+ 0x31, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x2e, 0x43, 0x6f, 0x6d, 0x70,
3173
+ 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12,
3174
+ 0x3e, 0x0a, 0x07, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b,
3175
+ 0x32, 0x24, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63,
3176
+ 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e,
3177
+ 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x07, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12,
3178
+ 0x55, 0x0a, 0x09, 0x6f, 0x70, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x04, 0x20, 0x01,
3179
+ 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
3180
+ 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76,
3181
+ 0x31, 0x2e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x43, 0x6f, 0x6e,
3182
+ 0x66, 0x69, 0x67, 0x42, 0x02, 0x18, 0x01, 0x48, 0x00, 0x52, 0x08, 0x6f, 0x70, 0x43, 0x6f, 0x6e,
3183
+ 0x66, 0x69, 0x67, 0x88, 0x01, 0x01, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65,
3184
+ 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64,
3185
+ 0x12, 0x53, 0x0a, 0x0a, 0x61, 0x70, 0x70, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x06,
3186
+ 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
3187
+ 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,
3188
+ 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43,
3189
+ 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x48, 0x01, 0x52, 0x09, 0x61, 0x70, 0x70, 0x43, 0x6f, 0x6e, 0x66,
3190
+ 0x69, 0x67, 0x88, 0x01, 0x01, 0x22, 0x55, 0x0a, 0x0d, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65,
3191
+ 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0f, 0x0a, 0x0b, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43,
3192
+ 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x41, 0x47, 0x45, 0x4e, 0x54,
3193
+ 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x49, 0x54, 0x5f, 0x53, 0x45, 0x4e, 0x53, 0x4f, 0x52, 0x10,
3194
+ 0x02, 0x12, 0x0a, 0x0a, 0x06, 0x49, 0x54, 0x5f, 0x48, 0x55, 0x42, 0x10, 0x03, 0x12, 0x0d, 0x0a,
3195
+ 0x09, 0x4f, 0x54, 0x5f, 0x53, 0x45, 0x4e, 0x53, 0x4f, 0x52, 0x10, 0x04, 0x42, 0x0c, 0x0a, 0x0a,
3196
+ 0x5f, 0x6f, 0x70, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x61,
3197
+ 0x70, 0x70, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x22, 0x5b, 0x0a, 0x0a, 0x41, 0x73, 0x73,
3198
+ 0x65, 0x74, 0x52, 0x61, 0x64, 0x61, 0x72, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c,
3199
+ 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65,
3200
+ 0x64, 0x12, 0x2f, 0x0a, 0x13, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x64, 0x5f, 0x69, 0x6e,
3201
+ 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x12,
3202
+ 0x65, 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x64, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63,
3203
+ 0x65, 0x73, 0x3a, 0x02, 0x18, 0x01, 0x22, 0x62, 0x0a, 0x11, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72,
3204
+ 0x6b, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x65,
3205
+ 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x65, 0x6e,
3206
+ 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x2f, 0x0a, 0x13, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65,
3207
+ 0x64, 0x5f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03,
3208
+ 0x28, 0x09, 0x52, 0x12, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x64, 0x49, 0x6e, 0x74, 0x65,
3209
+ 0x72, 0x66, 0x61, 0x63, 0x65, 0x73, 0x3a, 0x02, 0x18, 0x01, 0x22, 0x46, 0x0a, 0x0a, 0x41, 0x75,
3210
+ 0x74, 0x6f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62,
3211
+ 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c,
3212
+ 0x65, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x18, 0x02,
3213
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x3a, 0x02,
3214
+ 0x18, 0x01, 0x22, 0x8f, 0x03, 0x0a, 0x11, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e,
3215
+ 0x61, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x5f, 0x0a, 0x12, 0x61, 0x73, 0x73, 0x65,
3216
+ 0x74, 0x5f, 0x72, 0x61, 0x64, 0x61, 0x72, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x01,
3217
+ 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
3218
+ 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,
3219
+ 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x73, 0x73, 0x65, 0x74, 0x52, 0x61, 0x64, 0x61, 0x72, 0x42, 0x02,
3220
+ 0x18, 0x01, 0x48, 0x00, 0x52, 0x10, 0x61, 0x73, 0x73, 0x65, 0x74, 0x52, 0x61, 0x64, 0x61, 0x72,
3221
+ 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x88, 0x01, 0x01, 0x12, 0x5b, 0x0a, 0x12, 0x61, 0x75, 0x74,
3222
+ 0x6f, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18,
3223
+ 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
3224
+ 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69,
3225
+ 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x75, 0x74, 0x6f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x48,
3226
+ 0x01, 0x52, 0x10, 0x61, 0x75, 0x74, 0x6f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6e,
3227
+ 0x66, 0x69, 0x67, 0x88, 0x01, 0x01, 0x12, 0x70, 0x0a, 0x19, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72,
3228
+ 0x6b, 0x5f, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x63, 0x6f, 0x6e,
3229
+ 0x66, 0x69, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
3230
+ 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63,
3231
+ 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b,
3232
+ 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x48, 0x02, 0x52, 0x17, 0x6e, 0x65,
3233
+ 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x43,
3234
+ 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x88, 0x01, 0x01, 0x42, 0x15, 0x0a, 0x13, 0x5f, 0x61, 0x73, 0x73,
3235
+ 0x65, 0x74, 0x5f, 0x72, 0x61, 0x64, 0x61, 0x72, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42,
3236
+ 0x15, 0x0a, 0x13, 0x5f, 0x61, 0x75, 0x74, 0x6f, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f,
3237
+ 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42, 0x1c, 0x0a, 0x1a, 0x5f, 0x6e, 0x65, 0x74, 0x77, 0x6f,
3238
+ 0x72, 0x6b, 0x5f, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x63, 0x6f,
3239
+ 0x6e, 0x66, 0x69, 0x67, 0x22, 0x3a, 0x0a, 0x07, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x12,
3240
+ 0x1b, 0x0a, 0x09, 0x63, 0x72, 0x6f, 0x6e, 0x5f, 0x65, 0x78, 0x70, 0x72, 0x18, 0x01, 0x20, 0x01,
3241
+ 0x28, 0x09, 0x52, 0x08, 0x63, 0x72, 0x6f, 0x6e, 0x45, 0x78, 0x70, 0x72, 0x12, 0x12, 0x0a, 0x04,
3242
+ 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65,
3243
+ 0x22, 0xbf, 0x04, 0x0a, 0x06, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x41, 0x0a, 0x08, 0x74,
3244
+ 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x25, 0x2e,
3245
+ 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e,
3246
+ 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72, 0x69,
3247
+ 0x67, 0x67, 0x65, 0x72, 0x52, 0x08, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x73, 0x12, 0x50,
3248
+ 0x0a, 0x0b, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20,
3249
+ 0x01, 0x28, 0x0e, 0x32, 0x2f, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
3250
+ 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e,
3251
+ 0x76, 0x31, 0x2e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e,
3252
+ 0x54, 0x79, 0x70, 0x65, 0x52, 0x0a, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65,
3253
+ 0x12, 0x4a, 0x0a, 0x0b, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x18,
3254
+ 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
3255
+ 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69,
3256
+ 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x52,
3257
+ 0x0b, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x12, 0x3f, 0x0a, 0x05,
3258
+ 0x61, 0x67, 0x65, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x6c, 0x61,
3259
+ 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e,
3260
+ 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x67, 0x65, 0x6e, 0x74,
3261
+ 0x42, 0x02, 0x18, 0x01, 0x48, 0x00, 0x52, 0x05, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x12, 0x4b, 0x0a,
3262
+ 0x09, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x6c, 0x65, 0x73, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b,
3263
+ 0x32, 0x27, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63,
3264
+ 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e,
3265
+ 0x41, 0x67, 0x65, 0x6e, 0x74, 0x6c, 0x65, 0x73, 0x73, 0x42, 0x02, 0x18, 0x01, 0x48, 0x00, 0x52,
3266
+ 0x09, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x6c, 0x65, 0x73, 0x73, 0x12, 0x5b, 0x0a, 0x11, 0x61, 0x63,
3267
+ 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x18,
3268
+ 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
3269
+ 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69,
3270
+ 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x66, 0x69, 0x6e,
3271
+ 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x10, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x66,
3272
+ 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x07, 0x20,
3273
+ 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18,
3274
+ 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x37, 0x0a, 0x0a, 0x41,
3275
+ 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0f, 0x0a, 0x0b, 0x55, 0x4e, 0x53,
3276
+ 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x41, 0x47,
3277
+ 0x45, 0x4e, 0x54, 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x41, 0x47, 0x45, 0x4e, 0x54, 0x4c, 0x45,
3278
+ 0x53, 0x53, 0x10, 0x02, 0x42, 0x0c, 0x0a, 0x0a, 0x64, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69,
3279
+ 0x6f, 0x6e, 0x22, 0x25, 0x0a, 0x09, 0x41, 0x67, 0x65, 0x6e, 0x74, 0x6c, 0x65, 0x73, 0x73, 0x12,
3280
+ 0x18, 0x0a, 0x07, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09,
3281
+ 0x52, 0x07, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x22, 0xba, 0x02, 0x0a, 0x10, 0x41, 0x63,
3282
+ 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x5c,
3283
+ 0x0a, 0x0a, 0x73, 0x63, 0x61, 0x6e, 0x5f, 0x66, 0x6f, 0x63, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01,
3284
+ 0x28, 0x0e, 0x32, 0x38, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
3285
+ 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76,
3286
+ 0x31, 0x2e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69,
3287
+ 0x6f, 0x6e, 0x2e, 0x53, 0x63, 0x61, 0x6e, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x48, 0x00, 0x52, 0x09,
3288
+ 0x73, 0x63, 0x61, 0x6e, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x88, 0x01, 0x01, 0x12, 0x1c, 0x0a, 0x07,
3289
+ 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x42, 0x02, 0x18,
3290
+ 0x01, 0x52, 0x07, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x65, 0x78,
3291
+ 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a,
3292
+ 0x65, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x4b, 0x0a, 0x0c, 0x74, 0x61,
3293
+ 0x72, 0x67, 0x65, 0x74, 0x73, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b,
3294
+ 0x32, 0x28, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63,
3295
+ 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e,
3296
+ 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x44, 0x61, 0x74, 0x61, 0x52, 0x0b, 0x74, 0x61, 0x72, 0x67,
3297
+ 0x65, 0x74, 0x73, 0x44, 0x61, 0x74, 0x61, 0x22, 0x2e, 0x0a, 0x09, 0x53, 0x63, 0x61, 0x6e, 0x46,
3298
+ 0x6f, 0x63, 0x75, 0x73, 0x12, 0x07, 0x0a, 0x03, 0x41, 0x4c, 0x4c, 0x10, 0x00, 0x12, 0x09, 0x0a,
3299
+ 0x05, 0x55, 0x53, 0x45, 0x52, 0x53, 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x49, 0x4e, 0x56, 0x45,
3300
+ 0x4e, 0x54, 0x4f, 0x52, 0x59, 0x10, 0x02, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x73, 0x63, 0x61, 0x6e,
3301
+ 0x5f, 0x66, 0x6f, 0x63, 0x75, 0x73, 0x22, 0x97, 0x03, 0x0a, 0x0a, 0x54, 0x61, 0x72, 0x67, 0x65,
3302
+ 0x74, 0x44, 0x61, 0x74, 0x61, 0x12, 0x47, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20,
3303
+ 0x01, 0x28, 0x0e, 0x32, 0x33, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
3304
+ 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e,
3305
+ 0x76, 0x31, 0x2e, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x44, 0x61, 0x74, 0x61, 0x2e, 0x54, 0x61,
3306
+ 0x72, 0x67, 0x65, 0x74, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x4c,
3307
+ 0x0a, 0x0c, 0x69, 0x70, 0x5f, 0x73, 0x63, 0x61, 0x6e, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02,
3308
+ 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
3309
+ 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,
3310
+ 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x50, 0x53, 0x63, 0x61, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x48, 0x00,
3311
+ 0x52, 0x0a, 0x69, 0x70, 0x53, 0x63, 0x61, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x12, 0x3f, 0x0a, 0x07,
3312
+ 0x61, 0x64, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e,
3313
+ 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e,
3314
+ 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x44, 0x44,
3315
+ 0x61, 0x74, 0x61, 0x48, 0x00, 0x52, 0x06, 0x61, 0x64, 0x44, 0x61, 0x74, 0x61, 0x12, 0x1c, 0x0a,
3316
+ 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x02, 0x18,
3317
+ 0x01, 0x48, 0x00, 0x52, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x12, 0x45, 0x0a, 0x09, 0x73,
3318
+ 0x63, 0x63, 0x6d, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26,
3319
+ 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e,
3320
+ 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x43,
3321
+ 0x43, 0x4d, 0x44, 0x61, 0x74, 0x61, 0x48, 0x00, 0x52, 0x08, 0x73, 0x63, 0x63, 0x6d, 0x44, 0x61,
3322
+ 0x74, 0x61, 0x22, 0x44, 0x0a, 0x0a, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x54, 0x79, 0x70, 0x65,
3323
+ 0x12, 0x17, 0x0a, 0x13, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x5f, 0x54, 0x41, 0x52, 0x47,
3324
+ 0x45, 0x54, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x10, 0x00, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x50, 0x5f,
3325
+ 0x53, 0x43, 0x41, 0x4e, 0x10, 0x01, 0x12, 0x08, 0x0a, 0x04, 0x53, 0x43, 0x43, 0x4d, 0x10, 0x02,
3326
+ 0x12, 0x06, 0x0a, 0x02, 0x41, 0x44, 0x10, 0x03, 0x42, 0x06, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f,
3327
+ 0x22, 0x22, 0x0a, 0x08, 0x53, 0x43, 0x43, 0x4d, 0x44, 0x61, 0x74, 0x61, 0x12, 0x16, 0x0a, 0x06,
3328
+ 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x61,
3329
+ 0x72, 0x67, 0x65, 0x74, 0x22, 0xae, 0x01, 0x0a, 0x0a, 0x49, 0x50, 0x53, 0x63, 0x61, 0x6e, 0x44,
3330
+ 0x61, 0x74, 0x61, 0x12, 0x3c, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
3331
+ 0x0e, 0x32, 0x28, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73,
3332
+ 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31,
3333
+ 0x2e, 0x49, 0x50, 0x53, 0x63, 0x61, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70,
3334
+ 0x65, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28,
3335
+ 0x09, 0x52, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x12, 0x41, 0x0a, 0x04, 0x70, 0x69, 0x6e,
3336
+ 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
3337
+ 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e,
3338
+ 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x50, 0x53, 0x63, 0x61, 0x6e, 0x50, 0x69, 0x6e,
3339
+ 0x67, 0x48, 0x00, 0x52, 0x04, 0x70, 0x69, 0x6e, 0x67, 0x88, 0x01, 0x01, 0x42, 0x07, 0x0a, 0x05,
3340
+ 0x5f, 0x70, 0x69, 0x6e, 0x67, 0x22, 0x79, 0x0a, 0x0a, 0x49, 0x50, 0x53, 0x63, 0x61, 0x6e, 0x50,
3341
+ 0x69, 0x6e, 0x67, 0x12, 0x19, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x5f, 0x70, 0x69, 0x6e, 0x67, 0x18,
3342
+ 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x75, 0x73, 0x65, 0x50, 0x69, 0x6e, 0x67, 0x12, 0x21,
3343
+ 0x0a, 0x0c, 0x70, 0x69, 0x6e, 0x67, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x18, 0x02,
3344
+ 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x70, 0x69, 0x6e, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75,
3345
+ 0x74, 0x12, 0x2d, 0x0a, 0x13, 0x6b, 0x65, 0x65, 0x70, 0x5f, 0x6e, 0x6f, 0x5f, 0x61, 0x6e, 0x73,
3346
+ 0x77, 0x65, 0x72, 0x5f, 0x73, 0x63, 0x61, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10,
3347
+ 0x6b, 0x65, 0x65, 0x70, 0x4e, 0x6f, 0x41, 0x6e, 0x73, 0x77, 0x65, 0x72, 0x53, 0x63, 0x61, 0x6e,
3348
+ 0x22, 0xd7, 0x02, 0x0a, 0x06, 0x41, 0x44, 0x44, 0x61, 0x74, 0x61, 0x12, 0x12, 0x0a, 0x04, 0x6e,
3349
+ 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12,
3350
+ 0x1f, 0x0a, 0x0b, 0x61, 0x64, 0x73, 0x69, 0x5f, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x02,
3351
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x64, 0x73, 0x69, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72,
3352
+ 0x12, 0x16, 0x0a, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
3353
+ 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x23, 0x0a, 0x0d, 0x63, 0x6f, 0x6d, 0x70,
3354
+ 0x75, 0x74, 0x65, 0x72, 0x5f, 0x73, 0x63, 0x61, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52,
3355
+ 0x0c, 0x63, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x65, 0x72, 0x53, 0x63, 0x61, 0x6e, 0x12, 0x26, 0x0a,
3356
+ 0x0f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x73, 0x63, 0x61, 0x6e,
3357
+ 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0d, 0x75, 0x73, 0x65, 0x72, 0x47, 0x72, 0x6f, 0x75,
3358
+ 0x70, 0x53, 0x63, 0x61, 0x6e, 0x12, 0x4a, 0x0a, 0x09, 0x6c, 0x64, 0x61, 0x70, 0x5f, 0x74, 0x79,
3359
+ 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
3360
+ 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f,
3361
+ 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x44, 0x44, 0x61, 0x74, 0x61, 0x2e, 0x4c,
3362
+ 0x44, 0x41, 0x50, 0x54, 0x79, 0x70, 0x65, 0x52, 0x08, 0x6c, 0x64, 0x61, 0x70, 0x54, 0x79, 0x70,
3363
+ 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52,
3364
+ 0x04, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x61, 0x64, 0x73, 0x69, 0x5f, 0x70, 0x61,
3365
+ 0x74, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x64, 0x73, 0x69, 0x50, 0x61,
3366
+ 0x74, 0x68, 0x22, 0x36, 0x0a, 0x08, 0x4c, 0x44, 0x41, 0x50, 0x54, 0x79, 0x70, 0x65, 0x12, 0x15,
3367
+ 0x0a, 0x11, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x5f, 0x4c, 0x44, 0x41, 0x50, 0x5f, 0x54,
3368
+ 0x59, 0x50, 0x45, 0x10, 0x00, 0x12, 0x08, 0x0a, 0x04, 0x4c, 0x44, 0x41, 0x50, 0x10, 0x01, 0x12,
3369
+ 0x09, 0x0a, 0x05, 0x4c, 0x44, 0x41, 0x50, 0x53, 0x10, 0x02, 0x22, 0x85, 0x01, 0x0a, 0x05, 0x41,
3370
+ 0x67, 0x65, 0x6e, 0x74, 0x12, 0x4c, 0x0a, 0x0a, 0x73, 0x63, 0x61, 0x6e, 0x5f, 0x66, 0x6f, 0x63,
3371
+ 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
3372
+ 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f,
3373
+ 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x67, 0x65, 0x6e, 0x74, 0x2e, 0x53, 0x63,
3374
+ 0x61, 0x6e, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x52, 0x09, 0x73, 0x63, 0x61, 0x6e, 0x46, 0x6f, 0x63,
3375
+ 0x75, 0x73, 0x22, 0x2e, 0x0a, 0x09, 0x53, 0x63, 0x61, 0x6e, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x12,
3376
+ 0x07, 0x0a, 0x03, 0x41, 0x4c, 0x4c, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x55, 0x53, 0x45, 0x52,
3377
+ 0x53, 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x49, 0x4e, 0x56, 0x45, 0x4e, 0x54, 0x4f, 0x52, 0x59,
3378
+ 0x10, 0x02, 0x22, 0xa6, 0x01, 0x0a, 0x0a, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61,
3379
+ 0x6c, 0x12, 0x4f, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32,
3380
+ 0x37, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61,
3381
+ 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x43,
3382
+ 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x2e, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e,
3383
+ 0x74, 0x69, 0x61, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x42, 0x02, 0x18, 0x01, 0x52, 0x04, 0x74, 0x79,
3384
+ 0x70, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02,
3385
+ 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28,
3386
+ 0x05, 0x52, 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x22, 0x21, 0x0a, 0x0e, 0x43, 0x72, 0x65, 0x64,
3387
+ 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0f, 0x0a, 0x0b, 0x55, 0x4e,
3388
+ 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x22, 0xc9, 0x03, 0x0a, 0x11,
3389
+ 0x41, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69,
3390
+ 0x67, 0x12, 0x48, 0x0a, 0x07, 0x6c, 0x6f, 0x67, 0x67, 0x69, 0x6e, 0x67, 0x18, 0x01, 0x20, 0x01,
3391
+ 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
3392
+ 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76,
3393
+ 0x31, 0x2e, 0x4c, 0x6f, 0x67, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x00, 0x52,
3394
+ 0x07, 0x6c, 0x6f, 0x67, 0x67, 0x69, 0x6e, 0x67, 0x88, 0x01, 0x01, 0x12, 0x40, 0x0a, 0x03, 0x68,
3395
+ 0x75, 0x62, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
3396
+ 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f,
3397
+ 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x48, 0x75, 0x62, 0x53, 0x65, 0x74, 0x74, 0x69,
3398
+ 0x6e, 0x67, 0x73, 0x48, 0x01, 0x52, 0x03, 0x68, 0x75, 0x62, 0x88, 0x01, 0x01, 0x12, 0x49, 0x0a,
3399
+ 0x06, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e,
3400
+ 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e,
3401
+ 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64,
3402
+ 0x61, 0x74, 0x65, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x02, 0x52, 0x06, 0x75,
3403
+ 0x70, 0x64, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x12, 0x50, 0x0a, 0x09, 0x69, 0x74, 0x5f, 0x73,
3404
+ 0x65, 0x6e, 0x73, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6c, 0x61,
3405
+ 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e,
3406
+ 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x74, 0x53, 0x65, 0x6e,
3407
+ 0x73, 0x6f, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x03, 0x52, 0x08, 0x69,
3408
+ 0x74, 0x53, 0x65, 0x6e, 0x73, 0x6f, 0x72, 0x88, 0x01, 0x01, 0x12, 0x50, 0x0a, 0x09, 0x6f, 0x74,
3409
+ 0x5f, 0x73, 0x65, 0x6e, 0x73, 0x6f, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e,
3410
+ 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e,
3411
+ 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x74, 0x53,
3412
+ 0x65, 0x6e, 0x73, 0x6f, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x04, 0x52,
3413
+ 0x08, 0x6f, 0x74, 0x53, 0x65, 0x6e, 0x73, 0x6f, 0x72, 0x88, 0x01, 0x01, 0x42, 0x0a, 0x0a, 0x08,
3414
+ 0x5f, 0x6c, 0x6f, 0x67, 0x67, 0x69, 0x6e, 0x67, 0x42, 0x06, 0x0a, 0x04, 0x5f, 0x68, 0x75, 0x62,
3415
+ 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x42, 0x0c, 0x0a, 0x0a, 0x5f,
3416
+ 0x69, 0x74, 0x5f, 0x73, 0x65, 0x6e, 0x73, 0x6f, 0x72, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x6f, 0x74,
3417
+ 0x5f, 0x73, 0x65, 0x6e, 0x73, 0x6f, 0x72, 0x22, 0xc1, 0x05, 0x0a, 0x0b, 0x48, 0x75, 0x62, 0x53,
3418
+ 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x74, 0x0a, 0x15, 0x6e, 0x65, 0x74, 0x77, 0x6f,
3419
+ 0x72, 0x6b, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e,
3420
+ 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
3421
+ 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66,
3422
+ 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x43, 0x6f, 0x6e,
3423
+ 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e,
3424
+ 0x67, 0x73, 0x48, 0x00, 0x52, 0x14, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x43, 0x6f, 0x6e,
3425
+ 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x58, 0x0a,
3426
+ 0x0b, 0x6d, 0x61, 0x69, 0x6e, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01,
3427
+ 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
3428
+ 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76,
3429
+ 0x31, 0x2e, 0x4d, 0x61, 0x69, 0x6e, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x53, 0x65, 0x74,
3430
+ 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x01, 0x52, 0x0b, 0x6d, 0x61, 0x69, 0x6e, 0x74, 0x65, 0x6e,
3431
+ 0x61, 0x6e, 0x63, 0x65, 0x88, 0x01, 0x01, 0x12, 0x5d, 0x0a, 0x0d, 0x6e, 0x6f, 0x74, 0x69, 0x66,
3432
+ 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32,
3433
+ 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e,
3434
+ 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f,
3435
+ 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e,
3436
+ 0x67, 0x73, 0x48, 0x02, 0x52, 0x0d, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69,
3437
+ 0x6f, 0x6e, 0x73, 0x88, 0x01, 0x01, 0x12, 0x5b, 0x0a, 0x0d, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72,
3438
+ 0x65, 0x5f, 0x66, 0x6c, 0x61, 0x67, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e,
3439
+ 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e,
3440
+ 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x61,
3441
+ 0x74, 0x75, 0x72, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73,
3442
+ 0x48, 0x03, 0x52, 0x0c, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x73,
3443
+ 0x88, 0x01, 0x01, 0x12, 0x6b, 0x0a, 0x12, 0x73, 0x63, 0x61, 0x6e, 0x5f, 0x63, 0x6f, 0x6e, 0x66,
3444
+ 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32,
3445
+ 0x37, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61,
3446
+ 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x53,
3447
+ 0x63, 0x61, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e,
3448
+ 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x04, 0x52, 0x11, 0x73, 0x63, 0x61, 0x6e,
3449
+ 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01,
3450
+ 0x12, 0x49, 0x0a, 0x06, 0x69, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b,
3451
+ 0x32, 0x2c, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63,
3452
+ 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e,
3453
+ 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x05,
3454
+ 0x52, 0x06, 0x69, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x88, 0x01, 0x01, 0x42, 0x18, 0x0a, 0x16, 0x5f,
3455
+ 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72,
3456
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x6d, 0x61, 0x69, 0x6e, 0x74, 0x65,
3457
+ 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69,
3458
+ 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x66, 0x65, 0x61, 0x74,
3459
+ 0x75, 0x72, 0x65, 0x5f, 0x66, 0x6c, 0x61, 0x67, 0x73, 0x42, 0x15, 0x0a, 0x13, 0x5f, 0x73, 0x63,
3460
+ 0x61, 0x6e, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e,
3461
+ 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x69, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x22, 0xde, 0x01, 0x0a, 0x13,
3462
+ 0x4d, 0x61, 0x69, 0x6e, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x53, 0x65, 0x74, 0x74, 0x69,
3463
+ 0x6e, 0x67, 0x73, 0x12, 0x4b, 0x0a, 0x12, 0x6d, 0x61, 0x69, 0x6e, 0x74, 0x65, 0x6e, 0x61, 0x6e,
3464
+ 0x63, 0x65, 0x5f, 0x77, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
3465
+ 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
3466
+ 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x11, 0x6d,
3467
+ 0x61, 0x69, 0x6e, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77,
3468
+ 0x12, 0x65, 0x0a, 0x10, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x6f,
3469
+ 0x6c, 0x69, 0x63, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x6c, 0x61, 0x6e,
3470
+ 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67,
3471
+ 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x74, 0x65, 0x6e, 0x74,
3472
+ 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67,
3473
+ 0x73, 0x48, 0x00, 0x52, 0x0f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f,
3474
+ 0x6c, 0x69, 0x63, 0x79, 0x88, 0x01, 0x01, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x72, 0x65, 0x74, 0x65,
3475
+ 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0xd1, 0x01, 0x0a,
3476
+ 0x17, 0x52, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79,
3477
+ 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x58, 0x0a, 0x1a, 0x73, 0x79, 0x6e, 0x63,
3478
+ 0x65, 0x64, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f,
3479
+ 0x6e, 0x5f, 0x64, 0x61, 0x79, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67,
3480
+ 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49,
3481
+ 0x6e, 0x74, 0x33, 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x17, 0x73, 0x79, 0x6e, 0x63, 0x65,
3482
+ 0x64, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61,
3483
+ 0x79, 0x73, 0x12, 0x5c, 0x0a, 0x1c, 0x75, 0x6e, 0x73, 0x79, 0x6e, 0x63, 0x65, 0x64, 0x5f, 0x64,
3484
+ 0x61, 0x74, 0x61, 0x5f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x61,
3485
+ 0x79, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
3486
+ 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x33, 0x32,
3487
+ 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x19, 0x75, 0x6e, 0x73, 0x79, 0x6e, 0x63, 0x65, 0x64, 0x44,
3488
+ 0x61, 0x74, 0x61, 0x52, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x79, 0x73,
3489
+ 0x22, 0x9e, 0x03, 0x0a, 0x14, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f,
3490
+ 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x4e, 0x0a, 0x15, 0x73, 0x6d, 0x61,
3491
+ 0x72, 0x74, 0x5f, 0x70, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c,
3492
+ 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
3493
+ 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56,
3494
+ 0x61, 0x6c, 0x75, 0x65, 0x52, 0x13, 0x73, 0x6d, 0x61, 0x72, 0x74, 0x50, 0x6f, 0x6c, 0x6c, 0x69,
3495
+ 0x6e, 0x67, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x64, 0x0a, 0x20, 0x64, 0x65, 0x66,
3496
+ 0x61, 0x75, 0x6c, 0x74, 0x5f, 0x70, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x5f, 0x69, 0x6e, 0x74,
3497
+ 0x65, 0x72, 0x76, 0x61, 0x6c, 0x5f, 0x73, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x02, 0x20,
3498
+ 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
3499
+ 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x33, 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65,
3500
+ 0x52, 0x1d, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x50, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67,
3501
+ 0x49, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12,
3502
+ 0x85, 0x01, 0x0a, 0x17, 0x73, 0x6d, 0x61, 0x72, 0x74, 0x5f, 0x70, 0x6f, 0x6c, 0x6c, 0x69, 0x6e,
3503
+ 0x67, 0x5f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28,
3504
+ 0x0b, 0x32, 0x4d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73,
3505
+ 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31,
3506
+ 0x2e, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74,
3507
+ 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x53, 0x6d, 0x61, 0x72, 0x74, 0x50, 0x6f, 0x6c, 0x6c, 0x69,
3508
+ 0x6e, 0x67, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79,
3509
+ 0x52, 0x15, 0x73, 0x6d, 0x61, 0x72, 0x74, 0x50, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x49, 0x6e,
3510
+ 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x73, 0x1a, 0x48, 0x0a, 0x1a, 0x53, 0x6d, 0x61, 0x72, 0x74,
3511
+ 0x50, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x73,
3512
+ 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01,
3513
+ 0x28, 0x05, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65,
3514
+ 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38,
3515
+ 0x01, 0x22, 0x6c, 0x0a, 0x13, 0x46, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x46, 0x6c, 0x61, 0x67,
3516
+ 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x55, 0x0a, 0x18, 0x70, 0x6f, 0x6c, 0x6c,
3517
+ 0x69, 0x6e, 0x67, 0x5f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x5f, 0x6d, 0x69, 0x6e,
3518
+ 0x75, 0x74, 0x65, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f,
3519
+ 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74,
3520
+ 0x33, 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x16, 0x70, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67,
3521
+ 0x49, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x4d, 0x69, 0x6e, 0x75, 0x74, 0x65, 0x73, 0x22,
3522
+ 0x72, 0x0a, 0x19, 0x53, 0x63, 0x61, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61,
3523
+ 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x55, 0x0a, 0x18,
3524
+ 0x70, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x5f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c,
3525
+ 0x5f, 0x6d, 0x69, 0x6e, 0x75, 0x74, 0x65, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b,
3526
+ 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
3527
+ 0x2e, 0x49, 0x6e, 0x74, 0x33, 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x16, 0x70, 0x6f, 0x6c,
3528
+ 0x6c, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x4d, 0x69, 0x6e, 0x75,
3529
+ 0x74, 0x65, 0x73, 0x22, 0xd3, 0x01, 0x0a, 0x0e, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x53, 0x65,
3530
+ 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x34, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65,
3531
+ 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
3532
+ 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61,
3533
+ 0x6c, 0x75, 0x65, 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x55, 0x0a, 0x18,
3534
+ 0x70, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x5f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c,
3535
+ 0x5f, 0x73, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b,
3536
+ 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
3537
+ 0x2e, 0x49, 0x6e, 0x74, 0x33, 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x16, 0x70, 0x6f, 0x6c,
3538
+ 0x6c, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x53, 0x65, 0x63, 0x6f,
3539
+ 0x6e, 0x64, 0x73, 0x12, 0x34, 0x0a, 0x06, 0x66, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x18, 0x03, 0x20,
3540
+ 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
3541
+ 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75,
3542
+ 0x65, 0x52, 0x06, 0x66, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x22, 0xf5, 0x04, 0x0a, 0x1c, 0x4e, 0x65,
3543
+ 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69,
3544
+ 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x58, 0x0a, 0x0b, 0x70, 0x61,
3545
+ 0x72, 0x61, 0x6c, 0x6c, 0x65, 0x6c, 0x69, 0x73, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
3546
+ 0x31, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61,
3547
+ 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x50,
3548
+ 0x61, 0x72, 0x61, 0x6c, 0x6c, 0x65, 0x6c, 0x69, 0x73, 0x6d, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e,
3549
+ 0x67, 0x73, 0x48, 0x00, 0x52, 0x0b, 0x70, 0x61, 0x72, 0x61, 0x6c, 0x6c, 0x65, 0x6c, 0x69, 0x73,
3550
+ 0x6d, 0x88, 0x01, 0x01, 0x12, 0x6b, 0x0a, 0x12, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f,
3551
+ 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b,
3552
+ 0x32, 0x37, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63,
3553
+ 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e,
3554
+ 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74,
3555
+ 0x79, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x01, 0x52, 0x11, 0x6e, 0x65, 0x74,
3556
+ 0x77, 0x6f, 0x72, 0x6b, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x88, 0x01,
3557
+ 0x01, 0x12, 0x5c, 0x0a, 0x0d, 0x70, 0x69, 0x6e, 0x67, 0x5f, 0x62, 0x65, 0x68, 0x61, 0x76, 0x69,
3558
+ 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
3559
+ 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f,
3560
+ 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x69, 0x6e, 0x67, 0x42, 0x65, 0x68, 0x61,
3561
+ 0x76, 0x69, 0x6f, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x02, 0x52, 0x0c,
3562
+ 0x70, 0x69, 0x6e, 0x67, 0x42, 0x65, 0x68, 0x61, 0x76, 0x69, 0x6f, 0x72, 0x88, 0x01, 0x01, 0x12,
3563
+ 0x77, 0x0a, 0x16, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x5f, 0x63, 0x6f, 0x6e, 0x66,
3564
+ 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32,
3565
+ 0x3b, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61,
3566
+ 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x50,
3567
+ 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61,
3568
+ 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x03, 0x52, 0x15,
3569
+ 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72,
3570
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x54, 0x0a, 0x0a, 0x65, 0x78, 0x63, 0x6c,
3571
+ 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6c,
3572
+ 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69,
3573
+ 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x78, 0x63, 0x6c,
3574
+ 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x04, 0x52,
3575
+ 0x0a, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x88, 0x01, 0x01, 0x42, 0x0e,
3576
+ 0x0a, 0x0c, 0x5f, 0x70, 0x61, 0x72, 0x61, 0x6c, 0x6c, 0x65, 0x6c, 0x69, 0x73, 0x6d, 0x42, 0x15,
3577
+ 0x0a, 0x13, 0x5f, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x76, 0x69, 0x73, 0x69, 0x62,
3578
+ 0x69, 0x6c, 0x69, 0x74, 0x79, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x70, 0x69, 0x6e, 0x67, 0x5f, 0x62,
3579
+ 0x65, 0x68, 0x61, 0x76, 0x69, 0x6f, 0x72, 0x42, 0x19, 0x0a, 0x17, 0x5f, 0x70, 0x72, 0x6f, 0x74,
3580
+ 0x6f, 0x63, 0x6f, 0x6c, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69,
3581
+ 0x6f, 0x6e, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e,
3582
+ 0x73, 0x22, 0x5b, 0x0a, 0x13, 0x50, 0x61, 0x72, 0x61, 0x6c, 0x6c, 0x65, 0x6c, 0x69, 0x73, 0x6d,
3583
+ 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x44, 0x0a, 0x0f, 0x6d, 0x61, 0x78, 0x5f,
3584
+ 0x70, 0x61, 0x72, 0x61, 0x6c, 0x6c, 0x65, 0x6c, 0x69, 0x73, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28,
3585
+ 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
3586
+ 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x33, 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x0e,
3587
+ 0x6d, 0x61, 0x78, 0x50, 0x61, 0x72, 0x61, 0x6c, 0x6c, 0x65, 0x6c, 0x69, 0x73, 0x6d, 0x22, 0x6f,
3588
+ 0x0a, 0x11, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69,
3589
+ 0x6e, 0x67, 0x73, 0x12, 0x29, 0x0a, 0x10, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x64, 0x5f,
3590
+ 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0f, 0x65,
3591
+ 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x64, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x12, 0x2f,
3592
+ 0x0a, 0x13, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x64, 0x5f, 0x69, 0x6e, 0x74, 0x65, 0x72,
3593
+ 0x66, 0x61, 0x63, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x12, 0x65, 0x78, 0x63,
3594
+ 0x6c, 0x75, 0x64, 0x65, 0x64, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x73, 0x22,
3595
+ 0x9b, 0x01, 0x0a, 0x19, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x56, 0x69, 0x73, 0x69, 0x62,
3596
+ 0x69, 0x6c, 0x69, 0x74, 0x79, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x34, 0x0a,
3597
+ 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a,
3598
+ 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
3599
+ 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62,
3600
+ 0x6c, 0x65, 0x64, 0x12, 0x48, 0x0a, 0x12, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x5f, 0x63, 0x64,
3601
+ 0x72, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32,
3602
+ 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
3603
+ 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x10, 0x61, 0x63, 0x74,
3604
+ 0x69, 0x76, 0x65, 0x43, 0x64, 0x72, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x22, 0x16, 0x0a,
3605
+ 0x14, 0x50, 0x69, 0x6e, 0x67, 0x42, 0x65, 0x68, 0x61, 0x76, 0x69, 0x6f, 0x72, 0x53, 0x65, 0x74,
3606
+ 0x74, 0x69, 0x6e, 0x67, 0x73, 0x22, 0xba, 0x02, 0x0a, 0x1d, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63,
3607
+ 0x6f, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53,
3608
+ 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x3b, 0x0a, 0x0b, 0x61, 0x6c, 0x6c, 0x5f, 0x65,
3609
+ 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67,
3610
+ 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42,
3611
+ 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x0a, 0x61, 0x6c, 0x6c, 0x45, 0x6e, 0x61,
3612
+ 0x62, 0x6c, 0x65, 0x64, 0x12, 0x68, 0x0a, 0x09, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c,
3613
+ 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x4a, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
3614
+ 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e,
3615
+ 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x43,
3616
+ 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74,
3617
+ 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x73, 0x45, 0x6e,
3618
+ 0x74, 0x72, 0x79, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x73, 0x1a, 0x72,
3619
+ 0x0a, 0x0e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79,
3620
+ 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b,
3621
+ 0x65, 0x79, 0x12, 0x4a, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
3622
+ 0x0b, 0x32, 0x34, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73,
3623
+ 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31,
3624
+ 0x2e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x53,
3625
+ 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02,
3626
+ 0x38, 0x01, 0x22, 0xb5, 0x02, 0x0a, 0x16, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x44,
3627
+ 0x65, 0x74, 0x61, 0x69, 0x6c, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x34, 0x0a,
3628
+ 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a,
3629
+ 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
3630
+ 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62,
3631
+ 0x6c, 0x65, 0x64, 0x12, 0x2f, 0x0a, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28,
3632
+ 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
3633
+ 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x33, 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x04,
3634
+ 0x70, 0x6f, 0x72, 0x74, 0x12, 0x71, 0x0a, 0x0f, 0x61, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e,
3635
+ 0x61, 0x6c, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x48, 0x2e,
3636
+ 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e,
3637
+ 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f,
3638
+ 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x53, 0x65, 0x74, 0x74, 0x69,
3639
+ 0x6e, 0x67, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x44, 0x61,
3640
+ 0x74, 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0e, 0x61, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f,
3641
+ 0x6e, 0x61, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x1a, 0x41, 0x0a, 0x13, 0x41, 0x64, 0x64, 0x69, 0x74,
3642
+ 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10,
3643
+ 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79,
3644
+ 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
3645
+ 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0xa2, 0x01, 0x0a, 0x10, 0x49,
3646
+ 0x74, 0x53, 0x65, 0x6e, 0x73, 0x6f, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12,
3647
+ 0x74, 0x0a, 0x15, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69,
3648
+ 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a,
3649
+ 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e,
3650
+ 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x65,
3651
+ 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69,
3652
+ 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x00, 0x52, 0x14, 0x6e, 0x65,
3653
+ 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69,
3654
+ 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x42, 0x18, 0x0a, 0x16, 0x5f, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72,
3655
+ 0x6b, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22,
3656
+ 0x96, 0x02, 0x0a, 0x10, 0x4f, 0x74, 0x53, 0x65, 0x6e, 0x73, 0x6f, 0x72, 0x53, 0x65, 0x74, 0x74,
3657
+ 0x69, 0x6e, 0x67, 0x73, 0x12, 0x74, 0x0a, 0x15, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f,
3658
+ 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20,
3659
+ 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
3660
+ 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e,
3661
+ 0x76, 0x31, 0x2e, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67,
3662
+ 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48,
3663
+ 0x00, 0x52, 0x14, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67,
3664
+ 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x5e, 0x0a, 0x0f, 0x74, 0x72,
3665
+ 0x61, 0x66, 0x66, 0x69, 0x63, 0x5f, 0x6c, 0x6f, 0x67, 0x67, 0x69, 0x6e, 0x67, 0x18, 0x02, 0x20,
3666
+ 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
3667
+ 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e,
3668
+ 0x76, 0x31, 0x2e, 0x54, 0x72, 0x61, 0x66, 0x66, 0x69, 0x63, 0x4c, 0x6f, 0x67, 0x53, 0x65, 0x74,
3669
+ 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x01, 0x52, 0x0e, 0x74, 0x72, 0x61, 0x66, 0x66, 0x69, 0x63,
3670
+ 0x4c, 0x6f, 0x67, 0x67, 0x69, 0x6e, 0x67, 0x88, 0x01, 0x01, 0x42, 0x18, 0x0a, 0x16, 0x5f, 0x6e,
3671
+ 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61,
3672
+ 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x74, 0x72, 0x61, 0x66, 0x66, 0x69, 0x63,
3673
+ 0x5f, 0x6c, 0x6f, 0x67, 0x67, 0x69, 0x6e, 0x67, 0x22, 0x7c, 0x0a, 0x12, 0x54, 0x72, 0x61, 0x66,
3674
+ 0x66, 0x69, 0x63, 0x4c, 0x6f, 0x67, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x34,
3675
+ 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
3676
+ 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
3677
+ 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x07, 0x65, 0x6e, 0x61,
3678
+ 0x62, 0x6c, 0x65, 0x64, 0x12, 0x30, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x02, 0x20, 0x01,
3679
+ 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
3680
+ 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65,
3681
+ 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x22, 0xf7, 0x03, 0x0a, 0x0e, 0x55, 0x70, 0x64, 0x61, 0x74,
3682
+ 0x65, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x50, 0x0a, 0x16, 0x75, 0x70, 0x64,
3683
+ 0x61, 0x74, 0x65, 0x5f, 0x6f, 0x6e, 0x5f, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x69, 0x6c,
3684
+ 0x69, 0x74, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
3685
+ 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c,
3686
+ 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x14, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x6e, 0x41,
3687
+ 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x12, 0x5c, 0x0a, 0x0d, 0x75,
3688
+ 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x77, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x18, 0x02, 0x20, 0x01,
3689
+ 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
3690
+ 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76,
3691
+ 0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x53, 0x65,
3692
+ 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x00, 0x52, 0x0c, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65,
3693
+ 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x88, 0x01, 0x01, 0x12, 0x4f, 0x0a, 0x08, 0x64, 0x6f, 0x77,
3694
+ 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6c, 0x61,
3695
+ 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e,
3696
+ 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x6f, 0x77, 0x6e, 0x6c,
3697
+ 0x6f, 0x61, 0x64, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x01, 0x52, 0x08, 0x64,
3698
+ 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x88, 0x01, 0x01, 0x12, 0x49, 0x0a, 0x06, 0x62, 0x61,
3699
+ 0x63, 0x6b, 0x75, 0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x6c, 0x61, 0x6e,
3700
+ 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67,
3701
+ 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x63, 0x6b, 0x75, 0x70,
3702
+ 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x02, 0x52, 0x06, 0x62, 0x61, 0x63, 0x6b,
3703
+ 0x75, 0x70, 0x88, 0x01, 0x01, 0x12, 0x5d, 0x0a, 0x0d, 0x70, 0x72, 0x65, 0x72, 0x65, 0x71, 0x75,
3704
+ 0x69, 0x73, 0x69, 0x74, 0x65, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6c,
3705
+ 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69,
3706
+ 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x65, 0x72,
3707
+ 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x65, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73,
3708
+ 0x48, 0x03, 0x52, 0x0d, 0x70, 0x72, 0x65, 0x72, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x65,
3709
+ 0x73, 0x88, 0x01, 0x01, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f,
3710
+ 0x77, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x64, 0x6f, 0x77, 0x6e, 0x6c,
3711
+ 0x6f, 0x61, 0x64, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x62, 0x61, 0x63, 0x6b, 0x75, 0x70, 0x42, 0x10,
3712
+ 0x0a, 0x0e, 0x5f, 0x70, 0x72, 0x65, 0x72, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x65, 0x73,
3713
+ 0x22, 0x8f, 0x01, 0x0a, 0x14, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x57, 0x69, 0x6e, 0x64, 0x6f,
3714
+ 0x77, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x34, 0x0a, 0x07, 0x65, 0x6e, 0x61,
3715
+ 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f,
3716
+ 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f,
3717
+ 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12,
3718
+ 0x41, 0x0a, 0x0d, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x77, 0x69, 0x6e, 0x64, 0x6f, 0x77,
3719
+ 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
3720
+ 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56,
3721
+ 0x61, 0x6c, 0x75, 0x65, 0x52, 0x0c, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x57, 0x69, 0x6e, 0x64,
3722
+ 0x6f, 0x77, 0x22, 0x53, 0x0a, 0x0e, 0x42, 0x61, 0x63, 0x6b, 0x75, 0x70, 0x53, 0x65, 0x74, 0x74,
3723
+ 0x69, 0x6e, 0x67, 0x73, 0x12, 0x41, 0x0a, 0x0d, 0x62, 0x61, 0x63, 0x6b, 0x75, 0x70, 0x5f, 0x66,
3724
+ 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f,
3725
+ 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74,
3726
+ 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x0c, 0x62, 0x61, 0x63, 0x6b, 0x75,
3727
+ 0x70, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x22, 0xa8, 0x03, 0x0a, 0x10, 0x44, 0x6f, 0x77, 0x6e,
3728
+ 0x6c, 0x6f, 0x61, 0x64, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x54, 0x0a, 0x18,
3729
+ 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x5f, 0x6f, 0x6e, 0x5f, 0x61, 0x76, 0x61, 0x69,
3730
+ 0x6c, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a,
3731
+ 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
3732
+ 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x16, 0x64, 0x6f, 0x77, 0x6e,
3733
+ 0x6c, 0x6f, 0x61, 0x64, 0x4f, 0x6e, 0x41, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x69, 0x6c, 0x69,
3734
+ 0x74, 0x79, 0x12, 0x45, 0x0a, 0x0f, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x5f, 0x77,
3735
+ 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f,
3736
+ 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74,
3737
+ 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x0e, 0x64, 0x6f, 0x77, 0x6e, 0x6c,
3738
+ 0x6f, 0x61, 0x64, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x12, 0x45, 0x0a, 0x0f, 0x64, 0x6f, 0x77,
3739
+ 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x5f, 0x66, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01,
3740
+ 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
3741
+ 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65,
3742
+ 0x52, 0x0e, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72,
3743
+ 0x12, 0x55, 0x0a, 0x18, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x5f, 0x74, 0x69, 0x6d,
3744
+ 0x65, 0x6f, 0x75, 0x74, 0x5f, 0x73, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x04, 0x20, 0x01,
3745
+ 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
3746
+ 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x33, 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52,
3747
+ 0x16, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74,
3748
+ 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x59, 0x0a, 0x1b, 0x74, 0x68, 0x72, 0x6f, 0x74,
3749
+ 0x74, 0x6c, 0x65, 0x5f, 0x72, 0x61, 0x74, 0x65, 0x5f, 0x6b, 0x62, 0x5f, 0x70, 0x65, 0x72, 0x5f,
3750
+ 0x73, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67,
3751
+ 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49,
3752
+ 0x6e, 0x74, 0x33, 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x17, 0x74, 0x68, 0x72, 0x6f, 0x74,
3753
+ 0x74, 0x6c, 0x65, 0x52, 0x61, 0x74, 0x65, 0x4b, 0x62, 0x50, 0x65, 0x72, 0x53, 0x65, 0x63, 0x6f,
3754
+ 0x6e, 0x64, 0x22, 0xe2, 0x01, 0x0a, 0x14, 0x50, 0x72, 0x65, 0x72, 0x65, 0x71, 0x75, 0x69, 0x73,
3755
+ 0x69, 0x74, 0x65, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x5f, 0x0a, 0x1e, 0x72,
3756
+ 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x64, 0x5f, 0x66, 0x72, 0x65, 0x65, 0x5f, 0x64, 0x69, 0x73,
3757
+ 0x6b, 0x5f, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x62, 0x79, 0x74, 0x65, 0x73, 0x18, 0x01, 0x20,
3758
+ 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
3759
+ 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x36, 0x34, 0x56, 0x61, 0x6c, 0x75, 0x65,
3760
+ 0x52, 0x1a, 0x72, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x64, 0x46, 0x72, 0x65, 0x65, 0x44, 0x69,
3761
+ 0x73, 0x6b, 0x53, 0x70, 0x61, 0x63, 0x65, 0x42, 0x79, 0x74, 0x65, 0x73, 0x12, 0x69, 0x0a, 0x23,
3762
+ 0x72, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x64, 0x5f, 0x66, 0x72, 0x65, 0x65, 0x5f, 0x64, 0x69,
3763
+ 0x73, 0x6b, 0x5f, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x70, 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74,
3764
+ 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
3765
+ 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x33,
3766
+ 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x1f, 0x72, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x64,
3767
+ 0x46, 0x72, 0x65, 0x65, 0x44, 0x69, 0x73, 0x6b, 0x53, 0x70, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72,
3768
+ 0x63, 0x65, 0x6e, 0x74, 0x61, 0x67, 0x65, 0x22, 0xfc, 0x03, 0x0a, 0x0b, 0x4c, 0x6f, 0x67, 0x53,
3769
+ 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x4d, 0x0a, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c,
3770
+ 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x32, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
3771
+ 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66,
3772
+ 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x6f, 0x67, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67,
3773
+ 0x73, 0x2e, 0x4c, 0x6f, 0x67, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x48, 0x00, 0x52, 0x05, 0x6c, 0x65,
3774
+ 0x76, 0x65, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x4e, 0x0a, 0x15, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x73,
3775
+ 0x69, 0x7a, 0x65, 0x5f, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x5f, 0x62, 0x79, 0x74, 0x65, 0x73, 0x18,
3776
+ 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
3777
+ 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x36, 0x34, 0x56, 0x61, 0x6c,
3778
+ 0x75, 0x65, 0x52, 0x12, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x4c, 0x69, 0x6d, 0x69,
3779
+ 0x74, 0x42, 0x79, 0x74, 0x65, 0x73, 0x12, 0x56, 0x0a, 0x19, 0x72, 0x65, 0x74, 0x61, 0x69, 0x6e,
3780
+ 0x65, 0x64, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x6c, 0x69,
3781
+ 0x6d, 0x69, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
3782
+ 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x33,
3783
+ 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x16, 0x72, 0x65, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x64,
3784
+ 0x46, 0x69, 0x6c, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x56,
3785
+ 0x0a, 0x09, 0x6f, 0x76, 0x65, 0x72, 0x72, 0x69, 0x64, 0x65, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28,
3786
+ 0x0b, 0x32, 0x38, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73,
3787
+ 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31,
3788
+ 0x2e, 0x4c, 0x6f, 0x67, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x4f, 0x76, 0x65,
3789
+ 0x72, 0x72, 0x69, 0x64, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x09, 0x6f, 0x76, 0x65,
3790
+ 0x72, 0x72, 0x69, 0x64, 0x65, 0x73, 0x1a, 0x3c, 0x0a, 0x0e, 0x4f, 0x76, 0x65, 0x72, 0x72, 0x69,
3791
+ 0x64, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18,
3792
+ 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61,
3793
+ 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65,
3794
+ 0x3a, 0x02, 0x38, 0x01, 0x22, 0x56, 0x0a, 0x08, 0x4c, 0x6f, 0x67, 0x4c, 0x65, 0x76, 0x65, 0x6c,
3795
+ 0x12, 0x0b, 0x0a, 0x07, 0x56, 0x45, 0x52, 0x42, 0x4f, 0x53, 0x45, 0x10, 0x00, 0x12, 0x09, 0x0a,
3796
+ 0x05, 0x44, 0x45, 0x42, 0x55, 0x47, 0x10, 0x01, 0x12, 0x0f, 0x0a, 0x0b, 0x49, 0x4e, 0x46, 0x4f,
3797
+ 0x52, 0x4d, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x10, 0x02, 0x12, 0x0b, 0x0a, 0x07, 0x57, 0x41, 0x52,
3798
+ 0x4e, 0x49, 0x4e, 0x47, 0x10, 0x03, 0x12, 0x09, 0x0a, 0x05, 0x45, 0x52, 0x52, 0x4f, 0x52, 0x10,
3799
+ 0x04, 0x12, 0x09, 0x0a, 0x05, 0x46, 0x41, 0x54, 0x41, 0x4c, 0x10, 0x05, 0x42, 0x08, 0x0a, 0x06,
3800
+ 0x5f, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2a, 0x3b, 0x0a, 0x0a, 0x49, 0x50, 0x53, 0x63, 0x61, 0x6e,
3801
+ 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x14, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x5f,
3802
+ 0x49, 0x50, 0x5f, 0x53, 0x43, 0x41, 0x4e, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x10, 0x00, 0x12, 0x09,
3803
+ 0x0a, 0x05, 0x52, 0x41, 0x4e, 0x47, 0x45, 0x10, 0x01, 0x12, 0x08, 0x0a, 0x04, 0x48, 0x4f, 0x53,
3804
+ 0x54, 0x10, 0x02, 0x32, 0xb8, 0x01, 0x0a, 0x15, 0x53, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67,
3805
+ 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x9e, 0x01,
3806
+ 0x0a, 0x19, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69,
3807
+ 0x6f, 0x6e, 0x73, 0x42, 0x79, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x3e, 0x2e, 0x6c, 0x61,
3808
+ 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e,
3809
+ 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x6f,
3810
+ 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x42, 0x79, 0x53, 0x6f,
3811
+ 0x75, 0x72, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3f, 0x2e, 0x6c, 0x61,
3812
+ 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e,
3813
+ 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x6f,
3814
+ 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x42, 0x79, 0x53, 0x6f,
3815
+ 0x75, 0x72, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x10,
3816
+ 0x5a, 0x0e, 0x2e, 0x2f, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65, 0x64, 0x2d, 0x67, 0x6f,
3817
+ 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
3818
+ }
3819
+
3820
+ var (
3821
+ file_scanningconfig_proto_rawDescOnce sync.Once
3822
+ file_scanningconfig_proto_rawDescData = file_scanningconfig_proto_rawDesc
3823
+ )
3824
+
3825
+ func file_scanningconfig_proto_rawDescGZIP() []byte {
3826
+ file_scanningconfig_proto_rawDescOnce.Do(func() {
3827
+ file_scanningconfig_proto_rawDescData = protoimpl.X.CompressGZIP(file_scanningconfig_proto_rawDescData)
3828
+ })
3829
+ return file_scanningconfig_proto_rawDescData
3830
+ }
3831
+
3832
+ var file_scanningconfig_proto_enumTypes = make([]protoimpl.EnumInfo, 9)
3833
+ var file_scanningconfig_proto_msgTypes = make([]protoimpl.MessageInfo, 46)
1911
3834
  var file_scanningconfig_proto_goTypes = []any{
1912
3835
  (IPScanType)(0), // 0: lansweeper.scanningconfig.v1.IPScanType
1913
3836
  (Component_ComponentType)(0), // 1: lansweeper.scanningconfig.v1.Component.ComponentType
@@ -1917,57 +3840,152 @@ var file_scanningconfig_proto_goTypes = []any{
1917
3840
  (ADData_LDAPType)(0), // 5: lansweeper.scanningconfig.v1.ADData.LDAPType
1918
3841
  (Agent_ScanFocus)(0), // 6: lansweeper.scanningconfig.v1.Agent.ScanFocus
1919
3842
  (Credential_CredentialType)(0), // 7: lansweeper.scanningconfig.v1.Credential.CredentialType
1920
- (*GetConfigurationsBySourceRequest)(nil), // 8: lansweeper.scanningconfig.v1.GetConfigurationsBySourceRequest
1921
- (*GetConfigurationsBySourceResponse)(nil), // 9: lansweeper.scanningconfig.v1.GetConfigurationsBySourceResponse
1922
- (*Component)(nil), // 10: lansweeper.scanningconfig.v1.Component
1923
- (*AssetRadar)(nil), // 11: lansweeper.scanningconfig.v1.AssetRadar
1924
- (*NetworkVisibility)(nil), // 12: lansweeper.scanningconfig.v1.NetworkVisibility
1925
- (*AutoUpdate)(nil), // 13: lansweeper.scanningconfig.v1.AutoUpdate
1926
- (*OperationalConfig)(nil), // 14: lansweeper.scanningconfig.v1.OperationalConfig
1927
- (*Trigger)(nil), // 15: lansweeper.scanningconfig.v1.Trigger
1928
- (*Action)(nil), // 16: lansweeper.scanningconfig.v1.Action
1929
- (*Agentless)(nil), // 17: lansweeper.scanningconfig.v1.Agentless
1930
- (*ActionDefinition)(nil), // 18: lansweeper.scanningconfig.v1.ActionDefinition
1931
- (*TargetData)(nil), // 19: lansweeper.scanningconfig.v1.TargetData
1932
- (*SCCMData)(nil), // 20: lansweeper.scanningconfig.v1.SCCMData
1933
- (*IPScanData)(nil), // 21: lansweeper.scanningconfig.v1.IPScanData
1934
- (*IPScanPing)(nil), // 22: lansweeper.scanningconfig.v1.IPScanPing
1935
- (*ADData)(nil), // 23: lansweeper.scanningconfig.v1.ADData
1936
- (*Agent)(nil), // 24: lansweeper.scanningconfig.v1.Agent
1937
- (*Credential)(nil), // 25: lansweeper.scanningconfig.v1.Credential
3843
+ (LogSettings_LogLevel)(0), // 8: lansweeper.scanningconfig.v1.LogSettings.LogLevel
3844
+ (*GetConfigurationsBySourceRequest)(nil), // 9: lansweeper.scanningconfig.v1.GetConfigurationsBySourceRequest
3845
+ (*GetConfigurationsBySourceResponse)(nil), // 10: lansweeper.scanningconfig.v1.GetConfigurationsBySourceResponse
3846
+ (*Component)(nil), // 11: lansweeper.scanningconfig.v1.Component
3847
+ (*AssetRadar)(nil), // 12: lansweeper.scanningconfig.v1.AssetRadar
3848
+ (*NetworkVisibility)(nil), // 13: lansweeper.scanningconfig.v1.NetworkVisibility
3849
+ (*AutoUpdate)(nil), // 14: lansweeper.scanningconfig.v1.AutoUpdate
3850
+ (*OperationalConfig)(nil), // 15: lansweeper.scanningconfig.v1.OperationalConfig
3851
+ (*Trigger)(nil), // 16: lansweeper.scanningconfig.v1.Trigger
3852
+ (*Action)(nil), // 17: lansweeper.scanningconfig.v1.Action
3853
+ (*Agentless)(nil), // 18: lansweeper.scanningconfig.v1.Agentless
3854
+ (*ActionDefinition)(nil), // 19: lansweeper.scanningconfig.v1.ActionDefinition
3855
+ (*TargetData)(nil), // 20: lansweeper.scanningconfig.v1.TargetData
3856
+ (*SCCMData)(nil), // 21: lansweeper.scanningconfig.v1.SCCMData
3857
+ (*IPScanData)(nil), // 22: lansweeper.scanningconfig.v1.IPScanData
3858
+ (*IPScanPing)(nil), // 23: lansweeper.scanningconfig.v1.IPScanPing
3859
+ (*ADData)(nil), // 24: lansweeper.scanningconfig.v1.ADData
3860
+ (*Agent)(nil), // 25: lansweeper.scanningconfig.v1.Agent
3861
+ (*Credential)(nil), // 26: lansweeper.scanningconfig.v1.Credential
3862
+ (*ApplicationConfig)(nil), // 27: lansweeper.scanningconfig.v1.ApplicationConfig
3863
+ (*HubSettings)(nil), // 28: lansweeper.scanningconfig.v1.HubSettings
3864
+ (*MaintenanceSettings)(nil), // 29: lansweeper.scanningconfig.v1.MaintenanceSettings
3865
+ (*RetentionPolicySettings)(nil), // 30: lansweeper.scanningconfig.v1.RetentionPolicySettings
3866
+ (*NotificationSettings)(nil), // 31: lansweeper.scanningconfig.v1.NotificationSettings
3867
+ (*FeatureFlagSettings)(nil), // 32: lansweeper.scanningconfig.v1.FeatureFlagSettings
3868
+ (*ScanConfigurationSettings)(nil), // 33: lansweeper.scanningconfig.v1.ScanConfigurationSettings
3869
+ (*ImportSettings)(nil), // 34: lansweeper.scanningconfig.v1.ImportSettings
3870
+ (*NetworkConfigurationSettings)(nil), // 35: lansweeper.scanningconfig.v1.NetworkConfigurationSettings
3871
+ (*ParallelismSettings)(nil), // 36: lansweeper.scanningconfig.v1.ParallelismSettings
3872
+ (*ExclusionSettings)(nil), // 37: lansweeper.scanningconfig.v1.ExclusionSettings
3873
+ (*NetworkVisibilitySettings)(nil), // 38: lansweeper.scanningconfig.v1.NetworkVisibilitySettings
3874
+ (*PingBehaviorSettings)(nil), // 39: lansweeper.scanningconfig.v1.PingBehaviorSettings
3875
+ (*ProtocolConfigurationSettings)(nil), // 40: lansweeper.scanningconfig.v1.ProtocolConfigurationSettings
3876
+ (*ProtocolDetailSettings)(nil), // 41: lansweeper.scanningconfig.v1.ProtocolDetailSettings
3877
+ (*ItSensorSettings)(nil), // 42: lansweeper.scanningconfig.v1.ItSensorSettings
3878
+ (*OtSensorSettings)(nil), // 43: lansweeper.scanningconfig.v1.OtSensorSettings
3879
+ (*TrafficLogSettings)(nil), // 44: lansweeper.scanningconfig.v1.TrafficLogSettings
3880
+ (*UpdateSettings)(nil), // 45: lansweeper.scanningconfig.v1.UpdateSettings
3881
+ (*UpdateWindowSettings)(nil), // 46: lansweeper.scanningconfig.v1.UpdateWindowSettings
3882
+ (*BackupSettings)(nil), // 47: lansweeper.scanningconfig.v1.BackupSettings
3883
+ (*DownloadSettings)(nil), // 48: lansweeper.scanningconfig.v1.DownloadSettings
3884
+ (*PrerequisiteSettings)(nil), // 49: lansweeper.scanningconfig.v1.PrerequisiteSettings
3885
+ (*LogSettings)(nil), // 50: lansweeper.scanningconfig.v1.LogSettings
3886
+ nil, // 51: lansweeper.scanningconfig.v1.NotificationSettings.SmartPollingIntervalsEntry
3887
+ nil, // 52: lansweeper.scanningconfig.v1.ProtocolConfigurationSettings.ProtocolsEntry
3888
+ nil, // 53: lansweeper.scanningconfig.v1.ProtocolDetailSettings.AdditionalDataEntry
3889
+ nil, // 54: lansweeper.scanningconfig.v1.LogSettings.OverridesEntry
3890
+ (*wrapperspb.StringValue)(nil), // 55: google.protobuf.StringValue
3891
+ (*wrapperspb.Int32Value)(nil), // 56: google.protobuf.Int32Value
3892
+ (*wrapperspb.BoolValue)(nil), // 57: google.protobuf.BoolValue
3893
+ (*wrapperspb.Int64Value)(nil), // 58: google.protobuf.Int64Value
1938
3894
  }
1939
3895
  var file_scanningconfig_proto_depIdxs = []int32{
1940
- 10, // 0: lansweeper.scanningconfig.v1.GetConfigurationsBySourceResponse.configs:type_name -> lansweeper.scanningconfig.v1.Component
3896
+ 11, // 0: lansweeper.scanningconfig.v1.GetConfigurationsBySourceResponse.configs:type_name -> lansweeper.scanningconfig.v1.Component
1941
3897
  1, // 1: lansweeper.scanningconfig.v1.Component.type:type_name -> lansweeper.scanningconfig.v1.Component.ComponentType
1942
- 16, // 2: lansweeper.scanningconfig.v1.Component.actions:type_name -> lansweeper.scanningconfig.v1.Action
1943
- 14, // 3: lansweeper.scanningconfig.v1.Component.op_config:type_name -> lansweeper.scanningconfig.v1.OperationalConfig
1944
- 11, // 4: lansweeper.scanningconfig.v1.OperationalConfig.asset_radar_config:type_name -> lansweeper.scanningconfig.v1.AssetRadar
1945
- 13, // 5: lansweeper.scanningconfig.v1.OperationalConfig.auto_update_config:type_name -> lansweeper.scanningconfig.v1.AutoUpdate
1946
- 12, // 6: lansweeper.scanningconfig.v1.OperationalConfig.network_visibility_config:type_name -> lansweeper.scanningconfig.v1.NetworkVisibility
1947
- 15, // 7: lansweeper.scanningconfig.v1.Action.triggers:type_name -> lansweeper.scanningconfig.v1.Trigger
1948
- 2, // 8: lansweeper.scanningconfig.v1.Action.action_type:type_name -> lansweeper.scanningconfig.v1.Action.ActionType
1949
- 25, // 9: lansweeper.scanningconfig.v1.Action.credentials:type_name -> lansweeper.scanningconfig.v1.Credential
1950
- 24, // 10: lansweeper.scanningconfig.v1.Action.agent:type_name -> lansweeper.scanningconfig.v1.Agent
1951
- 17, // 11: lansweeper.scanningconfig.v1.Action.agentless:type_name -> lansweeper.scanningconfig.v1.Agentless
1952
- 18, // 12: lansweeper.scanningconfig.v1.Action.action_definition:type_name -> lansweeper.scanningconfig.v1.ActionDefinition
1953
- 3, // 13: lansweeper.scanningconfig.v1.ActionDefinition.scan_focus:type_name -> lansweeper.scanningconfig.v1.ActionDefinition.ScanFocus
1954
- 19, // 14: lansweeper.scanningconfig.v1.ActionDefinition.targets_data:type_name -> lansweeper.scanningconfig.v1.TargetData
1955
- 4, // 15: lansweeper.scanningconfig.v1.TargetData.type:type_name -> lansweeper.scanningconfig.v1.TargetData.TargetType
1956
- 21, // 16: lansweeper.scanningconfig.v1.TargetData.ip_scan_data:type_name -> lansweeper.scanningconfig.v1.IPScanData
1957
- 23, // 17: lansweeper.scanningconfig.v1.TargetData.ad_data:type_name -> lansweeper.scanningconfig.v1.ADData
1958
- 20, // 18: lansweeper.scanningconfig.v1.TargetData.sccm_data:type_name -> lansweeper.scanningconfig.v1.SCCMData
1959
- 0, // 19: lansweeper.scanningconfig.v1.IPScanData.type:type_name -> lansweeper.scanningconfig.v1.IPScanType
1960
- 22, // 20: lansweeper.scanningconfig.v1.IPScanData.ping:type_name -> lansweeper.scanningconfig.v1.IPScanPing
1961
- 5, // 21: lansweeper.scanningconfig.v1.ADData.ldap_type:type_name -> lansweeper.scanningconfig.v1.ADData.LDAPType
1962
- 6, // 22: lansweeper.scanningconfig.v1.Agent.scan_focus:type_name -> lansweeper.scanningconfig.v1.Agent.ScanFocus
1963
- 7, // 23: lansweeper.scanningconfig.v1.Credential.type:type_name -> lansweeper.scanningconfig.v1.Credential.CredentialType
1964
- 8, // 24: lansweeper.scanningconfig.v1.ScanningConfigService.GetConfigurationsBySource:input_type -> lansweeper.scanningconfig.v1.GetConfigurationsBySourceRequest
1965
- 9, // 25: lansweeper.scanningconfig.v1.ScanningConfigService.GetConfigurationsBySource:output_type -> lansweeper.scanningconfig.v1.GetConfigurationsBySourceResponse
1966
- 25, // [25:26] is the sub-list for method output_type
1967
- 24, // [24:25] is the sub-list for method input_type
1968
- 24, // [24:24] is the sub-list for extension type_name
1969
- 24, // [24:24] is the sub-list for extension extendee
1970
- 0, // [0:24] is the sub-list for field type_name
3898
+ 17, // 2: lansweeper.scanningconfig.v1.Component.actions:type_name -> lansweeper.scanningconfig.v1.Action
3899
+ 15, // 3: lansweeper.scanningconfig.v1.Component.op_config:type_name -> lansweeper.scanningconfig.v1.OperationalConfig
3900
+ 27, // 4: lansweeper.scanningconfig.v1.Component.app_config:type_name -> lansweeper.scanningconfig.v1.ApplicationConfig
3901
+ 12, // 5: lansweeper.scanningconfig.v1.OperationalConfig.asset_radar_config:type_name -> lansweeper.scanningconfig.v1.AssetRadar
3902
+ 14, // 6: lansweeper.scanningconfig.v1.OperationalConfig.auto_update_config:type_name -> lansweeper.scanningconfig.v1.AutoUpdate
3903
+ 13, // 7: lansweeper.scanningconfig.v1.OperationalConfig.network_visibility_config:type_name -> lansweeper.scanningconfig.v1.NetworkVisibility
3904
+ 16, // 8: lansweeper.scanningconfig.v1.Action.triggers:type_name -> lansweeper.scanningconfig.v1.Trigger
3905
+ 2, // 9: lansweeper.scanningconfig.v1.Action.action_type:type_name -> lansweeper.scanningconfig.v1.Action.ActionType
3906
+ 26, // 10: lansweeper.scanningconfig.v1.Action.credentials:type_name -> lansweeper.scanningconfig.v1.Credential
3907
+ 25, // 11: lansweeper.scanningconfig.v1.Action.agent:type_name -> lansweeper.scanningconfig.v1.Agent
3908
+ 18, // 12: lansweeper.scanningconfig.v1.Action.agentless:type_name -> lansweeper.scanningconfig.v1.Agentless
3909
+ 19, // 13: lansweeper.scanningconfig.v1.Action.action_definition:type_name -> lansweeper.scanningconfig.v1.ActionDefinition
3910
+ 3, // 14: lansweeper.scanningconfig.v1.ActionDefinition.scan_focus:type_name -> lansweeper.scanningconfig.v1.ActionDefinition.ScanFocus
3911
+ 20, // 15: lansweeper.scanningconfig.v1.ActionDefinition.targets_data:type_name -> lansweeper.scanningconfig.v1.TargetData
3912
+ 4, // 16: lansweeper.scanningconfig.v1.TargetData.type:type_name -> lansweeper.scanningconfig.v1.TargetData.TargetType
3913
+ 22, // 17: lansweeper.scanningconfig.v1.TargetData.ip_scan_data:type_name -> lansweeper.scanningconfig.v1.IPScanData
3914
+ 24, // 18: lansweeper.scanningconfig.v1.TargetData.ad_data:type_name -> lansweeper.scanningconfig.v1.ADData
3915
+ 21, // 19: lansweeper.scanningconfig.v1.TargetData.sccm_data:type_name -> lansweeper.scanningconfig.v1.SCCMData
3916
+ 0, // 20: lansweeper.scanningconfig.v1.IPScanData.type:type_name -> lansweeper.scanningconfig.v1.IPScanType
3917
+ 23, // 21: lansweeper.scanningconfig.v1.IPScanData.ping:type_name -> lansweeper.scanningconfig.v1.IPScanPing
3918
+ 5, // 22: lansweeper.scanningconfig.v1.ADData.ldap_type:type_name -> lansweeper.scanningconfig.v1.ADData.LDAPType
3919
+ 6, // 23: lansweeper.scanningconfig.v1.Agent.scan_focus:type_name -> lansweeper.scanningconfig.v1.Agent.ScanFocus
3920
+ 7, // 24: lansweeper.scanningconfig.v1.Credential.type:type_name -> lansweeper.scanningconfig.v1.Credential.CredentialType
3921
+ 50, // 25: lansweeper.scanningconfig.v1.ApplicationConfig.logging:type_name -> lansweeper.scanningconfig.v1.LogSettings
3922
+ 28, // 26: lansweeper.scanningconfig.v1.ApplicationConfig.hub:type_name -> lansweeper.scanningconfig.v1.HubSettings
3923
+ 45, // 27: lansweeper.scanningconfig.v1.ApplicationConfig.update:type_name -> lansweeper.scanningconfig.v1.UpdateSettings
3924
+ 42, // 28: lansweeper.scanningconfig.v1.ApplicationConfig.it_sensor:type_name -> lansweeper.scanningconfig.v1.ItSensorSettings
3925
+ 43, // 29: lansweeper.scanningconfig.v1.ApplicationConfig.ot_sensor:type_name -> lansweeper.scanningconfig.v1.OtSensorSettings
3926
+ 35, // 30: lansweeper.scanningconfig.v1.HubSettings.network_configuration:type_name -> lansweeper.scanningconfig.v1.NetworkConfigurationSettings
3927
+ 29, // 31: lansweeper.scanningconfig.v1.HubSettings.maintenance:type_name -> lansweeper.scanningconfig.v1.MaintenanceSettings
3928
+ 31, // 32: lansweeper.scanningconfig.v1.HubSettings.notifications:type_name -> lansweeper.scanningconfig.v1.NotificationSettings
3929
+ 32, // 33: lansweeper.scanningconfig.v1.HubSettings.feature_flags:type_name -> lansweeper.scanningconfig.v1.FeatureFlagSettings
3930
+ 33, // 34: lansweeper.scanningconfig.v1.HubSettings.scan_configuration:type_name -> lansweeper.scanningconfig.v1.ScanConfigurationSettings
3931
+ 34, // 35: lansweeper.scanningconfig.v1.HubSettings.import:type_name -> lansweeper.scanningconfig.v1.ImportSettings
3932
+ 55, // 36: lansweeper.scanningconfig.v1.MaintenanceSettings.maintenance_window:type_name -> google.protobuf.StringValue
3933
+ 30, // 37: lansweeper.scanningconfig.v1.MaintenanceSettings.retention_policy:type_name -> lansweeper.scanningconfig.v1.RetentionPolicySettings
3934
+ 56, // 38: lansweeper.scanningconfig.v1.RetentionPolicySettings.synced_data_retention_days:type_name -> google.protobuf.Int32Value
3935
+ 56, // 39: lansweeper.scanningconfig.v1.RetentionPolicySettings.unsynced_data_retention_days:type_name -> google.protobuf.Int32Value
3936
+ 57, // 40: lansweeper.scanningconfig.v1.NotificationSettings.smart_polling_enabled:type_name -> google.protobuf.BoolValue
3937
+ 56, // 41: lansweeper.scanningconfig.v1.NotificationSettings.default_polling_interval_seconds:type_name -> google.protobuf.Int32Value
3938
+ 51, // 42: lansweeper.scanningconfig.v1.NotificationSettings.smart_polling_intervals:type_name -> lansweeper.scanningconfig.v1.NotificationSettings.SmartPollingIntervalsEntry
3939
+ 56, // 43: lansweeper.scanningconfig.v1.FeatureFlagSettings.polling_interval_minutes:type_name -> google.protobuf.Int32Value
3940
+ 56, // 44: lansweeper.scanningconfig.v1.ScanConfigurationSettings.polling_interval_minutes:type_name -> google.protobuf.Int32Value
3941
+ 57, // 45: lansweeper.scanningconfig.v1.ImportSettings.enabled:type_name -> google.protobuf.BoolValue
3942
+ 56, // 46: lansweeper.scanningconfig.v1.ImportSettings.polling_interval_seconds:type_name -> google.protobuf.Int32Value
3943
+ 55, // 47: lansweeper.scanningconfig.v1.ImportSettings.folder:type_name -> google.protobuf.StringValue
3944
+ 36, // 48: lansweeper.scanningconfig.v1.NetworkConfigurationSettings.parallelism:type_name -> lansweeper.scanningconfig.v1.ParallelismSettings
3945
+ 38, // 49: lansweeper.scanningconfig.v1.NetworkConfigurationSettings.network_visibility:type_name -> lansweeper.scanningconfig.v1.NetworkVisibilitySettings
3946
+ 39, // 50: lansweeper.scanningconfig.v1.NetworkConfigurationSettings.ping_behavior:type_name -> lansweeper.scanningconfig.v1.PingBehaviorSettings
3947
+ 40, // 51: lansweeper.scanningconfig.v1.NetworkConfigurationSettings.protocol_configuration:type_name -> lansweeper.scanningconfig.v1.ProtocolConfigurationSettings
3948
+ 37, // 52: lansweeper.scanningconfig.v1.NetworkConfigurationSettings.exclusions:type_name -> lansweeper.scanningconfig.v1.ExclusionSettings
3949
+ 56, // 53: lansweeper.scanningconfig.v1.ParallelismSettings.max_parallelism:type_name -> google.protobuf.Int32Value
3950
+ 57, // 54: lansweeper.scanningconfig.v1.NetworkVisibilitySettings.enabled:type_name -> google.protobuf.BoolValue
3951
+ 57, // 55: lansweeper.scanningconfig.v1.NetworkVisibilitySettings.active_cdr_enabled:type_name -> google.protobuf.BoolValue
3952
+ 57, // 56: lansweeper.scanningconfig.v1.ProtocolConfigurationSettings.all_enabled:type_name -> google.protobuf.BoolValue
3953
+ 52, // 57: lansweeper.scanningconfig.v1.ProtocolConfigurationSettings.protocols:type_name -> lansweeper.scanningconfig.v1.ProtocolConfigurationSettings.ProtocolsEntry
3954
+ 57, // 58: lansweeper.scanningconfig.v1.ProtocolDetailSettings.enabled:type_name -> google.protobuf.BoolValue
3955
+ 56, // 59: lansweeper.scanningconfig.v1.ProtocolDetailSettings.port:type_name -> google.protobuf.Int32Value
3956
+ 53, // 60: lansweeper.scanningconfig.v1.ProtocolDetailSettings.additional_data:type_name -> lansweeper.scanningconfig.v1.ProtocolDetailSettings.AdditionalDataEntry
3957
+ 35, // 61: lansweeper.scanningconfig.v1.ItSensorSettings.network_configuration:type_name -> lansweeper.scanningconfig.v1.NetworkConfigurationSettings
3958
+ 35, // 62: lansweeper.scanningconfig.v1.OtSensorSettings.network_configuration:type_name -> lansweeper.scanningconfig.v1.NetworkConfigurationSettings
3959
+ 44, // 63: lansweeper.scanningconfig.v1.OtSensorSettings.traffic_logging:type_name -> lansweeper.scanningconfig.v1.TrafficLogSettings
3960
+ 57, // 64: lansweeper.scanningconfig.v1.TrafficLogSettings.enabled:type_name -> google.protobuf.BoolValue
3961
+ 55, // 65: lansweeper.scanningconfig.v1.TrafficLogSettings.path:type_name -> google.protobuf.StringValue
3962
+ 57, // 66: lansweeper.scanningconfig.v1.UpdateSettings.update_on_availability:type_name -> google.protobuf.BoolValue
3963
+ 46, // 67: lansweeper.scanningconfig.v1.UpdateSettings.update_window:type_name -> lansweeper.scanningconfig.v1.UpdateWindowSettings
3964
+ 48, // 68: lansweeper.scanningconfig.v1.UpdateSettings.download:type_name -> lansweeper.scanningconfig.v1.DownloadSettings
3965
+ 47, // 69: lansweeper.scanningconfig.v1.UpdateSettings.backup:type_name -> lansweeper.scanningconfig.v1.BackupSettings
3966
+ 49, // 70: lansweeper.scanningconfig.v1.UpdateSettings.prerequisites:type_name -> lansweeper.scanningconfig.v1.PrerequisiteSettings
3967
+ 57, // 71: lansweeper.scanningconfig.v1.UpdateWindowSettings.enabled:type_name -> google.protobuf.BoolValue
3968
+ 55, // 72: lansweeper.scanningconfig.v1.UpdateWindowSettings.update_window:type_name -> google.protobuf.StringValue
3969
+ 55, // 73: lansweeper.scanningconfig.v1.BackupSettings.backup_folder:type_name -> google.protobuf.StringValue
3970
+ 57, // 74: lansweeper.scanningconfig.v1.DownloadSettings.download_on_availability:type_name -> google.protobuf.BoolValue
3971
+ 55, // 75: lansweeper.scanningconfig.v1.DownloadSettings.download_window:type_name -> google.protobuf.StringValue
3972
+ 55, // 76: lansweeper.scanningconfig.v1.DownloadSettings.download_folder:type_name -> google.protobuf.StringValue
3973
+ 56, // 77: lansweeper.scanningconfig.v1.DownloadSettings.download_timeout_seconds:type_name -> google.protobuf.Int32Value
3974
+ 56, // 78: lansweeper.scanningconfig.v1.DownloadSettings.throttle_rate_kb_per_second:type_name -> google.protobuf.Int32Value
3975
+ 58, // 79: lansweeper.scanningconfig.v1.PrerequisiteSettings.required_free_disk_space_bytes:type_name -> google.protobuf.Int64Value
3976
+ 56, // 80: lansweeper.scanningconfig.v1.PrerequisiteSettings.required_free_disk_space_percentage:type_name -> google.protobuf.Int32Value
3977
+ 8, // 81: lansweeper.scanningconfig.v1.LogSettings.level:type_name -> lansweeper.scanningconfig.v1.LogSettings.LogLevel
3978
+ 58, // 82: lansweeper.scanningconfig.v1.LogSettings.file_size_limit_bytes:type_name -> google.protobuf.Int64Value
3979
+ 56, // 83: lansweeper.scanningconfig.v1.LogSettings.retained_file_count_limit:type_name -> google.protobuf.Int32Value
3980
+ 54, // 84: lansweeper.scanningconfig.v1.LogSettings.overrides:type_name -> lansweeper.scanningconfig.v1.LogSettings.OverridesEntry
3981
+ 41, // 85: lansweeper.scanningconfig.v1.ProtocolConfigurationSettings.ProtocolsEntry.value:type_name -> lansweeper.scanningconfig.v1.ProtocolDetailSettings
3982
+ 9, // 86: lansweeper.scanningconfig.v1.ScanningConfigService.GetConfigurationsBySource:input_type -> lansweeper.scanningconfig.v1.GetConfigurationsBySourceRequest
3983
+ 10, // 87: lansweeper.scanningconfig.v1.ScanningConfigService.GetConfigurationsBySource:output_type -> lansweeper.scanningconfig.v1.GetConfigurationsBySourceResponse
3984
+ 87, // [87:88] is the sub-list for method output_type
3985
+ 86, // [86:87] is the sub-list for method input_type
3986
+ 86, // [86:86] is the sub-list for extension type_name
3987
+ 86, // [86:86] is the sub-list for extension extendee
3988
+ 0, // [0:86] is the sub-list for field type_name
1971
3989
  }
1972
3990
 
1973
3991
  func init() { file_scanningconfig_proto_init() }
@@ -2192,6 +4210,294 @@ func file_scanningconfig_proto_init() {
2192
4210
  return nil
2193
4211
  }
2194
4212
  }
4213
+ file_scanningconfig_proto_msgTypes[18].Exporter = func(v any, i int) any {
4214
+ switch v := v.(*ApplicationConfig); i {
4215
+ case 0:
4216
+ return &v.state
4217
+ case 1:
4218
+ return &v.sizeCache
4219
+ case 2:
4220
+ return &v.unknownFields
4221
+ default:
4222
+ return nil
4223
+ }
4224
+ }
4225
+ file_scanningconfig_proto_msgTypes[19].Exporter = func(v any, i int) any {
4226
+ switch v := v.(*HubSettings); i {
4227
+ case 0:
4228
+ return &v.state
4229
+ case 1:
4230
+ return &v.sizeCache
4231
+ case 2:
4232
+ return &v.unknownFields
4233
+ default:
4234
+ return nil
4235
+ }
4236
+ }
4237
+ file_scanningconfig_proto_msgTypes[20].Exporter = func(v any, i int) any {
4238
+ switch v := v.(*MaintenanceSettings); i {
4239
+ case 0:
4240
+ return &v.state
4241
+ case 1:
4242
+ return &v.sizeCache
4243
+ case 2:
4244
+ return &v.unknownFields
4245
+ default:
4246
+ return nil
4247
+ }
4248
+ }
4249
+ file_scanningconfig_proto_msgTypes[21].Exporter = func(v any, i int) any {
4250
+ switch v := v.(*RetentionPolicySettings); i {
4251
+ case 0:
4252
+ return &v.state
4253
+ case 1:
4254
+ return &v.sizeCache
4255
+ case 2:
4256
+ return &v.unknownFields
4257
+ default:
4258
+ return nil
4259
+ }
4260
+ }
4261
+ file_scanningconfig_proto_msgTypes[22].Exporter = func(v any, i int) any {
4262
+ switch v := v.(*NotificationSettings); i {
4263
+ case 0:
4264
+ return &v.state
4265
+ case 1:
4266
+ return &v.sizeCache
4267
+ case 2:
4268
+ return &v.unknownFields
4269
+ default:
4270
+ return nil
4271
+ }
4272
+ }
4273
+ file_scanningconfig_proto_msgTypes[23].Exporter = func(v any, i int) any {
4274
+ switch v := v.(*FeatureFlagSettings); i {
4275
+ case 0:
4276
+ return &v.state
4277
+ case 1:
4278
+ return &v.sizeCache
4279
+ case 2:
4280
+ return &v.unknownFields
4281
+ default:
4282
+ return nil
4283
+ }
4284
+ }
4285
+ file_scanningconfig_proto_msgTypes[24].Exporter = func(v any, i int) any {
4286
+ switch v := v.(*ScanConfigurationSettings); i {
4287
+ case 0:
4288
+ return &v.state
4289
+ case 1:
4290
+ return &v.sizeCache
4291
+ case 2:
4292
+ return &v.unknownFields
4293
+ default:
4294
+ return nil
4295
+ }
4296
+ }
4297
+ file_scanningconfig_proto_msgTypes[25].Exporter = func(v any, i int) any {
4298
+ switch v := v.(*ImportSettings); i {
4299
+ case 0:
4300
+ return &v.state
4301
+ case 1:
4302
+ return &v.sizeCache
4303
+ case 2:
4304
+ return &v.unknownFields
4305
+ default:
4306
+ return nil
4307
+ }
4308
+ }
4309
+ file_scanningconfig_proto_msgTypes[26].Exporter = func(v any, i int) any {
4310
+ switch v := v.(*NetworkConfigurationSettings); i {
4311
+ case 0:
4312
+ return &v.state
4313
+ case 1:
4314
+ return &v.sizeCache
4315
+ case 2:
4316
+ return &v.unknownFields
4317
+ default:
4318
+ return nil
4319
+ }
4320
+ }
4321
+ file_scanningconfig_proto_msgTypes[27].Exporter = func(v any, i int) any {
4322
+ switch v := v.(*ParallelismSettings); i {
4323
+ case 0:
4324
+ return &v.state
4325
+ case 1:
4326
+ return &v.sizeCache
4327
+ case 2:
4328
+ return &v.unknownFields
4329
+ default:
4330
+ return nil
4331
+ }
4332
+ }
4333
+ file_scanningconfig_proto_msgTypes[28].Exporter = func(v any, i int) any {
4334
+ switch v := v.(*ExclusionSettings); i {
4335
+ case 0:
4336
+ return &v.state
4337
+ case 1:
4338
+ return &v.sizeCache
4339
+ case 2:
4340
+ return &v.unknownFields
4341
+ default:
4342
+ return nil
4343
+ }
4344
+ }
4345
+ file_scanningconfig_proto_msgTypes[29].Exporter = func(v any, i int) any {
4346
+ switch v := v.(*NetworkVisibilitySettings); i {
4347
+ case 0:
4348
+ return &v.state
4349
+ case 1:
4350
+ return &v.sizeCache
4351
+ case 2:
4352
+ return &v.unknownFields
4353
+ default:
4354
+ return nil
4355
+ }
4356
+ }
4357
+ file_scanningconfig_proto_msgTypes[30].Exporter = func(v any, i int) any {
4358
+ switch v := v.(*PingBehaviorSettings); i {
4359
+ case 0:
4360
+ return &v.state
4361
+ case 1:
4362
+ return &v.sizeCache
4363
+ case 2:
4364
+ return &v.unknownFields
4365
+ default:
4366
+ return nil
4367
+ }
4368
+ }
4369
+ file_scanningconfig_proto_msgTypes[31].Exporter = func(v any, i int) any {
4370
+ switch v := v.(*ProtocolConfigurationSettings); i {
4371
+ case 0:
4372
+ return &v.state
4373
+ case 1:
4374
+ return &v.sizeCache
4375
+ case 2:
4376
+ return &v.unknownFields
4377
+ default:
4378
+ return nil
4379
+ }
4380
+ }
4381
+ file_scanningconfig_proto_msgTypes[32].Exporter = func(v any, i int) any {
4382
+ switch v := v.(*ProtocolDetailSettings); i {
4383
+ case 0:
4384
+ return &v.state
4385
+ case 1:
4386
+ return &v.sizeCache
4387
+ case 2:
4388
+ return &v.unknownFields
4389
+ default:
4390
+ return nil
4391
+ }
4392
+ }
4393
+ file_scanningconfig_proto_msgTypes[33].Exporter = func(v any, i int) any {
4394
+ switch v := v.(*ItSensorSettings); i {
4395
+ case 0:
4396
+ return &v.state
4397
+ case 1:
4398
+ return &v.sizeCache
4399
+ case 2:
4400
+ return &v.unknownFields
4401
+ default:
4402
+ return nil
4403
+ }
4404
+ }
4405
+ file_scanningconfig_proto_msgTypes[34].Exporter = func(v any, i int) any {
4406
+ switch v := v.(*OtSensorSettings); i {
4407
+ case 0:
4408
+ return &v.state
4409
+ case 1:
4410
+ return &v.sizeCache
4411
+ case 2:
4412
+ return &v.unknownFields
4413
+ default:
4414
+ return nil
4415
+ }
4416
+ }
4417
+ file_scanningconfig_proto_msgTypes[35].Exporter = func(v any, i int) any {
4418
+ switch v := v.(*TrafficLogSettings); i {
4419
+ case 0:
4420
+ return &v.state
4421
+ case 1:
4422
+ return &v.sizeCache
4423
+ case 2:
4424
+ return &v.unknownFields
4425
+ default:
4426
+ return nil
4427
+ }
4428
+ }
4429
+ file_scanningconfig_proto_msgTypes[36].Exporter = func(v any, i int) any {
4430
+ switch v := v.(*UpdateSettings); i {
4431
+ case 0:
4432
+ return &v.state
4433
+ case 1:
4434
+ return &v.sizeCache
4435
+ case 2:
4436
+ return &v.unknownFields
4437
+ default:
4438
+ return nil
4439
+ }
4440
+ }
4441
+ file_scanningconfig_proto_msgTypes[37].Exporter = func(v any, i int) any {
4442
+ switch v := v.(*UpdateWindowSettings); i {
4443
+ case 0:
4444
+ return &v.state
4445
+ case 1:
4446
+ return &v.sizeCache
4447
+ case 2:
4448
+ return &v.unknownFields
4449
+ default:
4450
+ return nil
4451
+ }
4452
+ }
4453
+ file_scanningconfig_proto_msgTypes[38].Exporter = func(v any, i int) any {
4454
+ switch v := v.(*BackupSettings); i {
4455
+ case 0:
4456
+ return &v.state
4457
+ case 1:
4458
+ return &v.sizeCache
4459
+ case 2:
4460
+ return &v.unknownFields
4461
+ default:
4462
+ return nil
4463
+ }
4464
+ }
4465
+ file_scanningconfig_proto_msgTypes[39].Exporter = func(v any, i int) any {
4466
+ switch v := v.(*DownloadSettings); i {
4467
+ case 0:
4468
+ return &v.state
4469
+ case 1:
4470
+ return &v.sizeCache
4471
+ case 2:
4472
+ return &v.unknownFields
4473
+ default:
4474
+ return nil
4475
+ }
4476
+ }
4477
+ file_scanningconfig_proto_msgTypes[40].Exporter = func(v any, i int) any {
4478
+ switch v := v.(*PrerequisiteSettings); i {
4479
+ case 0:
4480
+ return &v.state
4481
+ case 1:
4482
+ return &v.sizeCache
4483
+ case 2:
4484
+ return &v.unknownFields
4485
+ default:
4486
+ return nil
4487
+ }
4488
+ }
4489
+ file_scanningconfig_proto_msgTypes[41].Exporter = func(v any, i int) any {
4490
+ switch v := v.(*LogSettings); i {
4491
+ case 0:
4492
+ return &v.state
4493
+ case 1:
4494
+ return &v.sizeCache
4495
+ case 2:
4496
+ return &v.unknownFields
4497
+ default:
4498
+ return nil
4499
+ }
4500
+ }
2195
4501
  }
2196
4502
  file_scanningconfig_proto_msgTypes[2].OneofWrappers = []any{}
2197
4503
  file_scanningconfig_proto_msgTypes[6].OneofWrappers = []any{}
@@ -2207,13 +4513,21 @@ func file_scanningconfig_proto_init() {
2207
4513
  (*TargetData_SccmData)(nil),
2208
4514
  }
2209
4515
  file_scanningconfig_proto_msgTypes[13].OneofWrappers = []any{}
4516
+ file_scanningconfig_proto_msgTypes[18].OneofWrappers = []any{}
4517
+ file_scanningconfig_proto_msgTypes[19].OneofWrappers = []any{}
4518
+ file_scanningconfig_proto_msgTypes[20].OneofWrappers = []any{}
4519
+ file_scanningconfig_proto_msgTypes[26].OneofWrappers = []any{}
4520
+ file_scanningconfig_proto_msgTypes[33].OneofWrappers = []any{}
4521
+ file_scanningconfig_proto_msgTypes[34].OneofWrappers = []any{}
4522
+ file_scanningconfig_proto_msgTypes[36].OneofWrappers = []any{}
4523
+ file_scanningconfig_proto_msgTypes[41].OneofWrappers = []any{}
2210
4524
  type x struct{}
2211
4525
  out := protoimpl.TypeBuilder{
2212
4526
  File: protoimpl.DescBuilder{
2213
4527
  GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
2214
4528
  RawDescriptor: file_scanningconfig_proto_rawDesc,
2215
- NumEnums: 8,
2216
- NumMessages: 18,
4529
+ NumEnums: 9,
4530
+ NumMessages: 46,
2217
4531
  NumExtensions: 0,
2218
4532
  NumServices: 1,
2219
4533
  },