@lansweeper/data-platform-outbound-grpc 0.1.18 → 0.1.20

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.
@@ -591,6 +591,7 @@ type Asset struct {
591
591
  MonitorInventory *MonitorInventory `protobuf:"bytes,10,opt,name=monitor_inventory,json=monitorInventory,proto3,oneof" json:"monitor_inventory,omitempty"`
592
592
  NetworkInterfaces *NetworkInterfaces `protobuf:"bytes,11,opt,name=network_interfaces,json=networkInterfaces,proto3,oneof" json:"network_interfaces,omitempty"`
593
593
  OsPatch []*OperatingSystemPatch `protobuf:"bytes,13,rep,name=os_patch,json=osPatch,proto3" json:"os_patch,omitempty"`
594
+ Processor []*Processor `protobuf:"bytes,15,rep,name=processor,proto3" json:"processor,omitempty"`
594
595
  }
595
596
 
596
597
  func (x *Asset) Reset() {
@@ -723,6 +724,13 @@ func (x *Asset) GetOsPatch() []*OperatingSystemPatch {
723
724
  return nil
724
725
  }
725
726
 
727
+ func (x *Asset) GetProcessor() []*Processor {
728
+ if x != nil {
729
+ return x.Processor
730
+ }
731
+ return nil
732
+ }
733
+
726
734
  //*
727
735
  // Asset Type enables customers to manage the settings for a
728
736
  // category of information in a centralized, reusable way.
@@ -1350,16 +1358,56 @@ type WindowsRawOperatingSystemInfo struct {
1350
1358
  sizeCache protoimpl.SizeCache
1351
1359
  unknownFields protoimpl.UnknownFields
1352
1360
 
1353
- Version *string `protobuf:"bytes,1,opt,name=version,proto3,oneof" json:"version,omitempty"`
1354
- ServicePack *int32 `protobuf:"varint,2,opt,name=service_pack,json=servicePack,proto3,oneof" json:"service_pack,omitempty"`
1355
- Build *string `protobuf:"bytes,3,opt,name=build,proto3,oneof" json:"build,omitempty"` // "WindowsVersion": "10.0.19045"
1356
- VersionName *string `protobuf:"bytes,4,opt,name=version_name,json=versionName,proto3,oneof" json:"version_name,omitempty"` // OsVersion": "22H2",
1357
- BuildNumber *string `protobuf:"bytes,5,opt,name=build_number,json=buildNumber,proto3,oneof" json:"build_number,omitempty"` // "OsBuildNumber": "2486",
1358
- ProductType *int32 `protobuf:"varint,6,opt,name=product_type,json=productType,proto3,oneof" json:"product_type,omitempty"` // WindowsProductType: 1
1359
- IsDomainController *bool `protobuf:"varint,7,opt,name=is_domain_controller,json=isDomainController,proto3,oneof" json:"is_domain_controller,omitempty"`
1360
- PartOfDomain *bool `protobuf:"varint,8,opt,name=part_of_domain,json=partOfDomain,proto3,oneof" json:"part_of_domain,omitempty"`
1361
- IsAzureAdJoined *bool `protobuf:"varint,9,opt,name=is_azure_ad_joined,json=isAzureAdJoined,proto3,oneof" json:"is_azure_ad_joined,omitempty"`
1362
- OsCode *string `protobuf:"bytes,10,opt,name=os_code,json=osCode,proto3,oneof" json:"os_code,omitempty"` // "OsCode": "10.0.19045" - with S if server
1361
+ Version *string `protobuf:"bytes,1,opt,name=version,proto3,oneof" json:"version,omitempty"`
1362
+ ServicePack *int32 `protobuf:"varint,2,opt,name=service_pack,json=servicePack,proto3,oneof" json:"service_pack,omitempty"`
1363
+ Build *string `protobuf:"bytes,3,opt,name=build,proto3,oneof" json:"build,omitempty"` // "WindowsVersion": "10.0.19045"
1364
+ VersionName *string `protobuf:"bytes,4,opt,name=version_name,json=versionName,proto3,oneof" json:"version_name,omitempty"` // OsVersion": "22H2",
1365
+ IsDomainController *bool `protobuf:"varint,7,opt,name=is_domain_controller,json=isDomainController,proto3,oneof" json:"is_domain_controller,omitempty"`
1366
+ PartOfDomain *bool `protobuf:"varint,8,opt,name=part_of_domain,json=partOfDomain,proto3,oneof" json:"part_of_domain,omitempty"`
1367
+ IsAzureAdJoined *bool `protobuf:"varint,9,opt,name=is_azure_ad_joined,json=isAzureAdJoined,proto3,oneof" json:"is_azure_ad_joined,omitempty"`
1368
+ OsCode *string `protobuf:"bytes,10,opt,name=os_code,json=osCode,proto3,oneof" json:"os_code,omitempty"` // "OsCode": "10.0.19045" - with S if server
1369
+ BootDevice *string `protobuf:"bytes,12,opt,name=boot_device,json=bootDevice,proto3,oneof" json:"boot_device,omitempty"`
1370
+ BuildNumber *string `protobuf:"bytes,13,opt,name=build_number,json=buildNumber,proto3,oneof" json:"build_number,omitempty"` // "OsBuildNumber": "2486",
1371
+ BuildType *string `protobuf:"bytes,14,opt,name=build_type,json=buildType,proto3,oneof" json:"build_type,omitempty"`
1372
+ Caption *string `protobuf:"bytes,15,opt,name=caption,proto3,oneof" json:"caption,omitempty"`
1373
+ CodeSet *string `protobuf:"bytes,16,opt,name=code_set,json=codeSet,proto3,oneof" json:"code_set,omitempty"`
1374
+ CountryCode *string `protobuf:"bytes,17,opt,name=country_code,json=countryCode,proto3,oneof" json:"country_code,omitempty"`
1375
+ CsdVersion *string `protobuf:"bytes,18,opt,name=csd_version,json=csdVersion,proto3,oneof" json:"csd_version,omitempty"`
1376
+ CurrentTimezone *int32 `protobuf:"varint,19,opt,name=current_timezone,json=currentTimezone,proto3,oneof" json:"current_timezone,omitempty"`
1377
+ Debug *bool `protobuf:"varint,20,opt,name=debug,proto3,oneof" json:"debug,omitempty"`
1378
+ Description *string `protobuf:"bytes,21,opt,name=description,proto3,oneof" json:"description,omitempty"`
1379
+ ForegroundApplicationBoost *uint32 `protobuf:"varint,22,opt,name=foreground_application_boost,json=foregroundApplicationBoost,proto3,oneof" json:"foreground_application_boost,omitempty"`
1380
+ InstallDate *timestamppb.Timestamp `protobuf:"bytes,23,opt,name=install_date,json=installDate,proto3,oneof" json:"install_date,omitempty"`
1381
+ MaxProcessMemorySize *uint64 `protobuf:"varint,24,opt,name=max_process_memory_size,json=maxProcessMemorySize,proto3,oneof" json:"max_process_memory_size,omitempty"`
1382
+ NumberOfLicensedUsers *uint32 `protobuf:"varint,25,opt,name=number_of_licensed_users,json=numberOfLicensedUsers,proto3,oneof" json:"number_of_licensed_users,omitempty"`
1383
+ Organization *string `protobuf:"bytes,26,opt,name=organization,proto3,oneof" json:"organization,omitempty"`
1384
+ OsLanguage *uint32 `protobuf:"varint,27,opt,name=os_language,json=osLanguage,proto3,oneof" json:"os_language,omitempty"`
1385
+ OsProductSuite *uint32 `protobuf:"varint,28,opt,name=os_product_suite,json=osProductSuite,proto3,oneof" json:"os_product_suite,omitempty"`
1386
+ OsType *uint32 `protobuf:"varint,29,opt,name=os_type,json=osType,proto3,oneof" json:"os_type,omitempty"`
1387
+ PlusProductId *string `protobuf:"bytes,30,opt,name=plus_product_id,json=plusProductId,proto3,oneof" json:"plus_product_id,omitempty"`
1388
+ PlusVersionNumber *string `protobuf:"bytes,31,opt,name=plus_version_number,json=plusVersionNumber,proto3,oneof" json:"plus_version_number,omitempty"`
1389
+ RegisteredUser *string `protobuf:"bytes,32,opt,name=registered_user,json=registeredUser,proto3,oneof" json:"registered_user,omitempty"`
1390
+ SerialNumber *string `protobuf:"bytes,33,opt,name=serial_number,json=serialNumber,proto3,oneof" json:"serial_number,omitempty"`
1391
+ ServicePackMajorVersion *uint32 `protobuf:"varint,34,opt,name=service_pack_major_version,json=servicePackMajorVersion,proto3,oneof" json:"service_pack_major_version,omitempty"`
1392
+ ServicePackMinorVersion *uint32 `protobuf:"varint,35,opt,name=service_pack_minor_version,json=servicePackMinorVersion,proto3,oneof" json:"service_pack_minor_version,omitempty"`
1393
+ SizeStoredInPagingFiles *uint64 `protobuf:"varint,36,opt,name=size_stored_in_paging_files,json=sizeStoredInPagingFiles,proto3,oneof" json:"size_stored_in_paging_files,omitempty"`
1394
+ Status *string `protobuf:"bytes,37,opt,name=status,proto3,oneof" json:"status,omitempty"`
1395
+ SystemDevice *string `protobuf:"bytes,38,opt,name=system_device,json=systemDevice,proto3,oneof" json:"system_device,omitempty"`
1396
+ SystemDirectory *string `protobuf:"bytes,39,opt,name=system_directory,json=systemDirectory,proto3,oneof" json:"system_directory,omitempty"`
1397
+ TotalVirtualMemorySize *uint64 `protobuf:"varint,40,opt,name=total_virtual_memory_size,json=totalVirtualMemorySize,proto3,oneof" json:"total_virtual_memory_size,omitempty"`
1398
+ TotalVisibleMemorySize *uint64 `protobuf:"varint,41,opt,name=total_visible_memory_size,json=totalVisibleMemorySize,proto3,oneof" json:"total_visible_memory_size,omitempty"`
1399
+ WindowsDirectory *string `protobuf:"bytes,43,opt,name=windows_directory,json=windowsDirectory,proto3,oneof" json:"windows_directory,omitempty"`
1400
+ TotalSwapSpaceSize *uint64 `protobuf:"varint,44,opt,name=total_swap_space_size,json=totalSwapSpaceSize,proto3,oneof" json:"total_swap_space_size,omitempty"`
1401
+ LargeSystemCache *uint32 `protobuf:"varint,45,opt,name=large_system_cache,json=largeSystemCache,proto3,oneof" json:"large_system_cache,omitempty"`
1402
+ OtherTypeDescription *string `protobuf:"bytes,46,opt,name=other_type_description,json=otherTypeDescription,proto3,oneof" json:"other_type_description,omitempty"`
1403
+ ProductType *uint32 `protobuf:"varint,47,opt,name=product_type,json=productType,proto3,oneof" json:"product_type,omitempty"`
1404
+ SuiteMask *uint32 `protobuf:"varint,48,opt,name=suite_mask,json=suiteMask,proto3,oneof" json:"suite_mask,omitempty"`
1405
+ SystemDrive *string `protobuf:"bytes,49,opt,name=system_drive,json=systemDrive,proto3,oneof" json:"system_drive,omitempty"`
1406
+ EncryptionLevel *uint32 `protobuf:"varint,50,opt,name=encryption_level,json=encryptionLevel,proto3,oneof" json:"encryption_level,omitempty"`
1407
+ DataExecutionPrevention32BitApplications *bool `protobuf:"varint,51,opt,name=data_execution_prevention32_bit_applications,json=dataExecutionPrevention32BitApplications,proto3,oneof" json:"data_execution_prevention32_bit_applications,omitempty"`
1408
+ IsDataExecutionPreventionAvailable *bool `protobuf:"varint,52,opt,name=is_data_execution_prevention_available,json=isDataExecutionPreventionAvailable,proto3,oneof" json:"is_data_execution_prevention_available,omitempty"`
1409
+ DataExecutionPreventionDrivers *bool `protobuf:"varint,53,opt,name=data_execution_prevention_drivers,json=dataExecutionPreventionDrivers,proto3,oneof" json:"data_execution_prevention_drivers,omitempty"`
1410
+ DataExecutionPreventionSupportPolicy *uint32 `protobuf:"varint,54,opt,name=data_execution_prevention_support_policy,json=dataExecutionPreventionSupportPolicy,proto3,oneof" json:"data_execution_prevention_support_policy,omitempty"`
1363
1411
  }
1364
1412
 
1365
1413
  func (x *WindowsRawOperatingSystemInfo) Reset() {
@@ -1422,20 +1470,6 @@ func (x *WindowsRawOperatingSystemInfo) GetVersionName() string {
1422
1470
  return ""
1423
1471
  }
1424
1472
 
1425
- func (x *WindowsRawOperatingSystemInfo) GetBuildNumber() string {
1426
- if x != nil && x.BuildNumber != nil {
1427
- return *x.BuildNumber
1428
- }
1429
- return ""
1430
- }
1431
-
1432
- func (x *WindowsRawOperatingSystemInfo) GetProductType() int32 {
1433
- if x != nil && x.ProductType != nil {
1434
- return *x.ProductType
1435
- }
1436
- return 0
1437
- }
1438
-
1439
1473
  func (x *WindowsRawOperatingSystemInfo) GetIsDomainController() bool {
1440
1474
  if x != nil && x.IsDomainController != nil {
1441
1475
  return *x.IsDomainController
@@ -1464,6 +1498,300 @@ func (x *WindowsRawOperatingSystemInfo) GetOsCode() string {
1464
1498
  return ""
1465
1499
  }
1466
1500
 
1501
+ func (x *WindowsRawOperatingSystemInfo) GetBootDevice() string {
1502
+ if x != nil && x.BootDevice != nil {
1503
+ return *x.BootDevice
1504
+ }
1505
+ return ""
1506
+ }
1507
+
1508
+ func (x *WindowsRawOperatingSystemInfo) GetBuildNumber() string {
1509
+ if x != nil && x.BuildNumber != nil {
1510
+ return *x.BuildNumber
1511
+ }
1512
+ return ""
1513
+ }
1514
+
1515
+ func (x *WindowsRawOperatingSystemInfo) GetBuildType() string {
1516
+ if x != nil && x.BuildType != nil {
1517
+ return *x.BuildType
1518
+ }
1519
+ return ""
1520
+ }
1521
+
1522
+ func (x *WindowsRawOperatingSystemInfo) GetCaption() string {
1523
+ if x != nil && x.Caption != nil {
1524
+ return *x.Caption
1525
+ }
1526
+ return ""
1527
+ }
1528
+
1529
+ func (x *WindowsRawOperatingSystemInfo) GetCodeSet() string {
1530
+ if x != nil && x.CodeSet != nil {
1531
+ return *x.CodeSet
1532
+ }
1533
+ return ""
1534
+ }
1535
+
1536
+ func (x *WindowsRawOperatingSystemInfo) GetCountryCode() string {
1537
+ if x != nil && x.CountryCode != nil {
1538
+ return *x.CountryCode
1539
+ }
1540
+ return ""
1541
+ }
1542
+
1543
+ func (x *WindowsRawOperatingSystemInfo) GetCsdVersion() string {
1544
+ if x != nil && x.CsdVersion != nil {
1545
+ return *x.CsdVersion
1546
+ }
1547
+ return ""
1548
+ }
1549
+
1550
+ func (x *WindowsRawOperatingSystemInfo) GetCurrentTimezone() int32 {
1551
+ if x != nil && x.CurrentTimezone != nil {
1552
+ return *x.CurrentTimezone
1553
+ }
1554
+ return 0
1555
+ }
1556
+
1557
+ func (x *WindowsRawOperatingSystemInfo) GetDebug() bool {
1558
+ if x != nil && x.Debug != nil {
1559
+ return *x.Debug
1560
+ }
1561
+ return false
1562
+ }
1563
+
1564
+ func (x *WindowsRawOperatingSystemInfo) GetDescription() string {
1565
+ if x != nil && x.Description != nil {
1566
+ return *x.Description
1567
+ }
1568
+ return ""
1569
+ }
1570
+
1571
+ func (x *WindowsRawOperatingSystemInfo) GetForegroundApplicationBoost() uint32 {
1572
+ if x != nil && x.ForegroundApplicationBoost != nil {
1573
+ return *x.ForegroundApplicationBoost
1574
+ }
1575
+ return 0
1576
+ }
1577
+
1578
+ func (x *WindowsRawOperatingSystemInfo) GetInstallDate() *timestamppb.Timestamp {
1579
+ if x != nil {
1580
+ return x.InstallDate
1581
+ }
1582
+ return nil
1583
+ }
1584
+
1585
+ func (x *WindowsRawOperatingSystemInfo) GetMaxProcessMemorySize() uint64 {
1586
+ if x != nil && x.MaxProcessMemorySize != nil {
1587
+ return *x.MaxProcessMemorySize
1588
+ }
1589
+ return 0
1590
+ }
1591
+
1592
+ func (x *WindowsRawOperatingSystemInfo) GetNumberOfLicensedUsers() uint32 {
1593
+ if x != nil && x.NumberOfLicensedUsers != nil {
1594
+ return *x.NumberOfLicensedUsers
1595
+ }
1596
+ return 0
1597
+ }
1598
+
1599
+ func (x *WindowsRawOperatingSystemInfo) GetOrganization() string {
1600
+ if x != nil && x.Organization != nil {
1601
+ return *x.Organization
1602
+ }
1603
+ return ""
1604
+ }
1605
+
1606
+ func (x *WindowsRawOperatingSystemInfo) GetOsLanguage() uint32 {
1607
+ if x != nil && x.OsLanguage != nil {
1608
+ return *x.OsLanguage
1609
+ }
1610
+ return 0
1611
+ }
1612
+
1613
+ func (x *WindowsRawOperatingSystemInfo) GetOsProductSuite() uint32 {
1614
+ if x != nil && x.OsProductSuite != nil {
1615
+ return *x.OsProductSuite
1616
+ }
1617
+ return 0
1618
+ }
1619
+
1620
+ func (x *WindowsRawOperatingSystemInfo) GetOsType() uint32 {
1621
+ if x != nil && x.OsType != nil {
1622
+ return *x.OsType
1623
+ }
1624
+ return 0
1625
+ }
1626
+
1627
+ func (x *WindowsRawOperatingSystemInfo) GetPlusProductId() string {
1628
+ if x != nil && x.PlusProductId != nil {
1629
+ return *x.PlusProductId
1630
+ }
1631
+ return ""
1632
+ }
1633
+
1634
+ func (x *WindowsRawOperatingSystemInfo) GetPlusVersionNumber() string {
1635
+ if x != nil && x.PlusVersionNumber != nil {
1636
+ return *x.PlusVersionNumber
1637
+ }
1638
+ return ""
1639
+ }
1640
+
1641
+ func (x *WindowsRawOperatingSystemInfo) GetRegisteredUser() string {
1642
+ if x != nil && x.RegisteredUser != nil {
1643
+ return *x.RegisteredUser
1644
+ }
1645
+ return ""
1646
+ }
1647
+
1648
+ func (x *WindowsRawOperatingSystemInfo) GetSerialNumber() string {
1649
+ if x != nil && x.SerialNumber != nil {
1650
+ return *x.SerialNumber
1651
+ }
1652
+ return ""
1653
+ }
1654
+
1655
+ func (x *WindowsRawOperatingSystemInfo) GetServicePackMajorVersion() uint32 {
1656
+ if x != nil && x.ServicePackMajorVersion != nil {
1657
+ return *x.ServicePackMajorVersion
1658
+ }
1659
+ return 0
1660
+ }
1661
+
1662
+ func (x *WindowsRawOperatingSystemInfo) GetServicePackMinorVersion() uint32 {
1663
+ if x != nil && x.ServicePackMinorVersion != nil {
1664
+ return *x.ServicePackMinorVersion
1665
+ }
1666
+ return 0
1667
+ }
1668
+
1669
+ func (x *WindowsRawOperatingSystemInfo) GetSizeStoredInPagingFiles() uint64 {
1670
+ if x != nil && x.SizeStoredInPagingFiles != nil {
1671
+ return *x.SizeStoredInPagingFiles
1672
+ }
1673
+ return 0
1674
+ }
1675
+
1676
+ func (x *WindowsRawOperatingSystemInfo) GetStatus() string {
1677
+ if x != nil && x.Status != nil {
1678
+ return *x.Status
1679
+ }
1680
+ return ""
1681
+ }
1682
+
1683
+ func (x *WindowsRawOperatingSystemInfo) GetSystemDevice() string {
1684
+ if x != nil && x.SystemDevice != nil {
1685
+ return *x.SystemDevice
1686
+ }
1687
+ return ""
1688
+ }
1689
+
1690
+ func (x *WindowsRawOperatingSystemInfo) GetSystemDirectory() string {
1691
+ if x != nil && x.SystemDirectory != nil {
1692
+ return *x.SystemDirectory
1693
+ }
1694
+ return ""
1695
+ }
1696
+
1697
+ func (x *WindowsRawOperatingSystemInfo) GetTotalVirtualMemorySize() uint64 {
1698
+ if x != nil && x.TotalVirtualMemorySize != nil {
1699
+ return *x.TotalVirtualMemorySize
1700
+ }
1701
+ return 0
1702
+ }
1703
+
1704
+ func (x *WindowsRawOperatingSystemInfo) GetTotalVisibleMemorySize() uint64 {
1705
+ if x != nil && x.TotalVisibleMemorySize != nil {
1706
+ return *x.TotalVisibleMemorySize
1707
+ }
1708
+ return 0
1709
+ }
1710
+
1711
+ func (x *WindowsRawOperatingSystemInfo) GetWindowsDirectory() string {
1712
+ if x != nil && x.WindowsDirectory != nil {
1713
+ return *x.WindowsDirectory
1714
+ }
1715
+ return ""
1716
+ }
1717
+
1718
+ func (x *WindowsRawOperatingSystemInfo) GetTotalSwapSpaceSize() uint64 {
1719
+ if x != nil && x.TotalSwapSpaceSize != nil {
1720
+ return *x.TotalSwapSpaceSize
1721
+ }
1722
+ return 0
1723
+ }
1724
+
1725
+ func (x *WindowsRawOperatingSystemInfo) GetLargeSystemCache() uint32 {
1726
+ if x != nil && x.LargeSystemCache != nil {
1727
+ return *x.LargeSystemCache
1728
+ }
1729
+ return 0
1730
+ }
1731
+
1732
+ func (x *WindowsRawOperatingSystemInfo) GetOtherTypeDescription() string {
1733
+ if x != nil && x.OtherTypeDescription != nil {
1734
+ return *x.OtherTypeDescription
1735
+ }
1736
+ return ""
1737
+ }
1738
+
1739
+ func (x *WindowsRawOperatingSystemInfo) GetProductType() uint32 {
1740
+ if x != nil && x.ProductType != nil {
1741
+ return *x.ProductType
1742
+ }
1743
+ return 0
1744
+ }
1745
+
1746
+ func (x *WindowsRawOperatingSystemInfo) GetSuiteMask() uint32 {
1747
+ if x != nil && x.SuiteMask != nil {
1748
+ return *x.SuiteMask
1749
+ }
1750
+ return 0
1751
+ }
1752
+
1753
+ func (x *WindowsRawOperatingSystemInfo) GetSystemDrive() string {
1754
+ if x != nil && x.SystemDrive != nil {
1755
+ return *x.SystemDrive
1756
+ }
1757
+ return ""
1758
+ }
1759
+
1760
+ func (x *WindowsRawOperatingSystemInfo) GetEncryptionLevel() uint32 {
1761
+ if x != nil && x.EncryptionLevel != nil {
1762
+ return *x.EncryptionLevel
1763
+ }
1764
+ return 0
1765
+ }
1766
+
1767
+ func (x *WindowsRawOperatingSystemInfo) GetDataExecutionPrevention32BitApplications() bool {
1768
+ if x != nil && x.DataExecutionPrevention32BitApplications != nil {
1769
+ return *x.DataExecutionPrevention32BitApplications
1770
+ }
1771
+ return false
1772
+ }
1773
+
1774
+ func (x *WindowsRawOperatingSystemInfo) GetIsDataExecutionPreventionAvailable() bool {
1775
+ if x != nil && x.IsDataExecutionPreventionAvailable != nil {
1776
+ return *x.IsDataExecutionPreventionAvailable
1777
+ }
1778
+ return false
1779
+ }
1780
+
1781
+ func (x *WindowsRawOperatingSystemInfo) GetDataExecutionPreventionDrivers() bool {
1782
+ if x != nil && x.DataExecutionPreventionDrivers != nil {
1783
+ return *x.DataExecutionPreventionDrivers
1784
+ }
1785
+ return false
1786
+ }
1787
+
1788
+ func (x *WindowsRawOperatingSystemInfo) GetDataExecutionPreventionSupportPolicy() uint32 {
1789
+ if x != nil && x.DataExecutionPreventionSupportPolicy != nil {
1790
+ return *x.DataExecutionPreventionSupportPolicy
1791
+ }
1792
+ return 0
1793
+ }
1794
+
1467
1795
  // Network Interface cards
1468
1796
  type NetworkInterfaces struct {
1469
1797
  state protoimpl.MessageState
@@ -1581,131 +1909,549 @@ func (x *NetworkInterface) GetName() string {
1581
1909
  return ""
1582
1910
  }
1583
1911
 
1584
- func (x *NetworkInterface) GetType() string {
1585
- if x != nil {
1586
- return x.Type
1912
+ func (x *NetworkInterface) GetType() string {
1913
+ if x != nil {
1914
+ return x.Type
1915
+ }
1916
+ return ""
1917
+ }
1918
+
1919
+ func (x *NetworkInterface) GetSubType() string {
1920
+ if x != nil {
1921
+ return x.SubType
1922
+ }
1923
+ return ""
1924
+ }
1925
+
1926
+ func (x *NetworkInterface) GetId() string {
1927
+ if x != nil && x.Id != nil {
1928
+ return *x.Id
1929
+ }
1930
+ return ""
1931
+ }
1932
+
1933
+ func (x *NetworkInterface) GetMac() string {
1934
+ if x != nil && x.Mac != nil {
1935
+ return *x.Mac
1936
+ }
1937
+ return ""
1938
+ }
1939
+
1940
+ func (x *NetworkInterface) GetDhcpEnabled() bool {
1941
+ if x != nil && x.DhcpEnabled != nil {
1942
+ return *x.DhcpEnabled
1943
+ }
1944
+ return false
1945
+ }
1946
+
1947
+ func (x *NetworkInterface) GetDhcpServerIp() string {
1948
+ if x != nil && x.DhcpServerIp != nil {
1949
+ return *x.DhcpServerIp
1950
+ }
1951
+ return ""
1952
+ }
1953
+
1954
+ func (x *NetworkInterface) GetIp() []*NetIpAddress {
1955
+ if x != nil {
1956
+ return x.Ip
1957
+ }
1958
+ return nil
1959
+ }
1960
+
1961
+ func (x *NetworkInterface) GetGatewayIp() string {
1962
+ if x != nil && x.GatewayIp != nil {
1963
+ return *x.GatewayIp
1964
+ }
1965
+ return ""
1966
+ }
1967
+
1968
+ func (x *NetworkInterface) GetGatewayMac() string {
1969
+ if x != nil && x.GatewayMac != nil {
1970
+ return *x.GatewayMac
1971
+ }
1972
+ return ""
1973
+ }
1974
+
1975
+ func (x *NetworkInterface) GetDnsServer() []string {
1976
+ if x != nil {
1977
+ return x.DnsServer
1978
+ }
1979
+ return nil
1980
+ }
1981
+
1982
+ func (x *NetworkInterface) GetDnsHostName() string {
1983
+ if x != nil && x.DnsHostName != nil {
1984
+ return *x.DnsHostName
1985
+ }
1986
+ return ""
1987
+ }
1988
+
1989
+ func (x *NetworkInterface) GetDnsDomainSuffixSearchOrder() string {
1990
+ if x != nil && x.DnsDomainSuffixSearchOrder != nil {
1991
+ return *x.DnsDomainSuffixSearchOrder
1992
+ }
1993
+ return ""
1994
+ }
1995
+
1996
+ func (x *NetworkInterface) GetServiceName() string {
1997
+ if x != nil && x.ServiceName != nil {
1998
+ return *x.ServiceName
1999
+ }
2000
+ return ""
2001
+ }
2002
+
2003
+ func (x *NetworkInterface) GetDatabasePath() string {
2004
+ if x != nil && x.DatabasePath != nil {
2005
+ return *x.DatabasePath
2006
+ }
2007
+ return ""
2008
+ }
2009
+
2010
+ // Network IP address with IP and subnet
2011
+ type NetIpAddress struct {
2012
+ state protoimpl.MessageState
2013
+ sizeCache protoimpl.SizeCache
2014
+ unknownFields protoimpl.UnknownFields
2015
+
2016
+ Ip string `protobuf:"bytes,1,opt,name=ip,proto3" json:"ip,omitempty"`
2017
+ Subnet string `protobuf:"bytes,2,opt,name=subnet,proto3" json:"subnet,omitempty"`
2018
+ }
2019
+
2020
+ func (x *NetIpAddress) Reset() {
2021
+ *x = NetIpAddress{}
2022
+ if protoimpl.UnsafeEnabled {
2023
+ mi := &file_outbound_proto_msgTypes[18]
2024
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2025
+ ms.StoreMessageInfo(mi)
2026
+ }
2027
+ }
2028
+
2029
+ func (x *NetIpAddress) String() string {
2030
+ return protoimpl.X.MessageStringOf(x)
2031
+ }
2032
+
2033
+ func (*NetIpAddress) ProtoMessage() {}
2034
+
2035
+ func (x *NetIpAddress) ProtoReflect() protoreflect.Message {
2036
+ mi := &file_outbound_proto_msgTypes[18]
2037
+ if protoimpl.UnsafeEnabled && x != nil {
2038
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2039
+ if ms.LoadMessageInfo() == nil {
2040
+ ms.StoreMessageInfo(mi)
2041
+ }
2042
+ return ms
2043
+ }
2044
+ return mi.MessageOf(x)
2045
+ }
2046
+
2047
+ // Deprecated: Use NetIpAddress.ProtoReflect.Descriptor instead.
2048
+ func (*NetIpAddress) Descriptor() ([]byte, []int) {
2049
+ return file_outbound_proto_rawDescGZIP(), []int{18}
2050
+ }
2051
+
2052
+ func (x *NetIpAddress) GetIp() string {
2053
+ if x != nil {
2054
+ return x.Ip
2055
+ }
2056
+ return ""
2057
+ }
2058
+
2059
+ func (x *NetIpAddress) GetSubnet() string {
2060
+ if x != nil {
2061
+ return x.Subnet
2062
+ }
2063
+ return ""
2064
+ }
2065
+
2066
+ //* Processor *
2067
+ type Processor struct {
2068
+ state protoimpl.MessageState
2069
+ sizeCache protoimpl.SizeCache
2070
+ unknownFields protoimpl.UnknownFields
2071
+
2072
+ Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
2073
+ AddressSizes *string `protobuf:"bytes,2,opt,name=address_sizes,json=addressSizes,proto3,oneof" json:"address_sizes,omitempty"` // Linux-only
2074
+ AddressWidth *int32 `protobuf:"varint,3,opt,name=address_width,json=addressWidth,proto3,oneof" json:"address_width,omitempty"` // Windows-only
2075
+ Architecture *MappedValue `protobuf:"bytes,4,opt,name=architecture,proto3,oneof" json:"architecture,omitempty"` // Consolidate on-prem fields into single numeric list with translations
2076
+ Availability *int32 `protobuf:"varint,5,opt,name=availability,proto3,oneof" json:"availability,omitempty"` // Windows-only
2077
+ BogoMips *float64 `protobuf:"fixed64,6,opt,name=bogo_mips,json=bogoMips,proto3,oneof" json:"bogo_mips,omitempty"` // Standardize to numeric
2078
+ ByteOrder *string `protobuf:"bytes,7,opt,name=byte_order,json=byteOrder,proto3,oneof" json:"byte_order,omitempty"` // Linux-only
2079
+ Caption *string `protobuf:"bytes,8,opt,name=caption,proto3,oneof" json:"caption,omitempty"` // Windows-only
2080
+ CurrentClockSpeed *int32 `protobuf:"varint,9,opt,name=current_clock_speed,json=currentClockSpeed,proto3,oneof" json:"current_clock_speed,omitempty"` // Standardize values to numeric (MHz)
2081
+ DataWidth *int32 `protobuf:"varint,10,opt,name=data_width,json=dataWidth,proto3,oneof" json:"data_width,omitempty"` // Windows-only
2082
+ DeviceId *string `protobuf:"bytes,11,opt,name=device_id,json=deviceId,proto3,oneof" json:"device_id,omitempty"` // Windows-only
2083
+ ExternalClockMhz *int32 `protobuf:"varint,12,opt,name=external_clock_mhz,json=externalClockMhz,proto3,oneof" json:"external_clock_mhz,omitempty"` // Windows-only
2084
+ Family *MappedValue `protobuf:"bytes,13,opt,name=family,proto3,oneof" json:"family,omitempty"` // Consolidate on-prem fields into single numeric list with translations
2085
+ HypervisorVendor *string `protobuf:"bytes,14,opt,name=hypervisor_vendor,json=hypervisorVendor,proto3,oneof" json:"hypervisor_vendor,omitempty"` // Linux-only
2086
+ L1DCacheSizeKb *int32 `protobuf:"varint,15,opt,name=l1d_cache_size_kb,json=l1dCacheSizeKb,proto3,oneof" json:"l1d_cache_size_kb,omitempty"` // Linux-only, standardize to numeric (kilobytes)
2087
+ L1ICacheSizeKb *int32 `protobuf:"varint,16,opt,name=l1i_cache_size_kb,json=l1iCacheSizeKb,proto3,oneof" json:"l1i_cache_size_kb,omitempty"` // Linux-only, standardize to numeric (kilobytes)
2088
+ L2CacheSizeKb *int32 `protobuf:"varint,17,opt,name=l2_cache_size_kb,json=l2CacheSizeKb,proto3,oneof" json:"l2_cache_size_kb,omitempty"` // Standardize values to int (kilobytes)
2089
+ L2CacheSpeedMhz *int32 `protobuf:"varint,18,opt,name=l2_cache_speed_mhz,json=l2CacheSpeedMhz,proto3,oneof" json:"l2_cache_speed_mhz,omitempty"` // Windows-only
2090
+ L3CacheSizeKb *int32 `protobuf:"varint,19,opt,name=l3_cache_size_kb,json=l3CacheSizeKb,proto3,oneof" json:"l3_cache_size_kb,omitempty"` // Linux-only, standardize to numeric (kilobytes)
2091
+ Level *int32 `protobuf:"varint,20,opt,name=level,proto3,oneof" json:"level,omitempty"` // Windows-only, unclear meaning
2092
+ LogicalCoresCount *int32 `protobuf:"varint,21,opt,name=logical_cores_count,json=logicalCoresCount,proto3,oneof" json:"logical_cores_count,omitempty"`
2093
+ Manufacturer *string `protobuf:"bytes,22,opt,name=manufacturer,proto3,oneof" json:"manufacturer,omitempty"`
2094
+ MaxClockSpeedMhz *int32 `protobuf:"varint,23,opt,name=max_clock_speed_mhz,json=maxClockSpeedMhz,proto3,oneof" json:"max_clock_speed_mhz,omitempty"` // Standardize Linux values to int (MHz)
2095
+ MinClockSpeedMhz *int32 `protobuf:"varint,24,opt,name=min_clock_speed_mhz,json=minClockSpeedMhz,proto3,oneof" json:"min_clock_speed_mhz,omitempty"` // Linux-only, standardize to numeric (MHz)
2096
+ ModelNumber *int32 `protobuf:"varint,25,opt,name=model_number,json=modelNumber,proto3,oneof" json:"model_number,omitempty"` // Linux-only, standardize to numeric
2097
+ OpModes *string `protobuf:"bytes,26,opt,name=op_modes,json=opModes,proto3,oneof" json:"op_modes,omitempty"` // Linux-only
2098
+ PhysicalCoresCount *int32 `protobuf:"varint,27,opt,name=physical_cores_count,json=physicalCoresCount,proto3,oneof" json:"physical_cores_count,omitempty"`
2099
+ ProcessorId *string `protobuf:"bytes,28,opt,name=processor_id,json=processorId,proto3,oneof" json:"processor_id,omitempty"` // Windows-only, probably not used much by customers due to its complexity
2100
+ ProcessorType *MappedValue `protobuf:"bytes,29,opt,name=processor_type,json=processorType,proto3,oneof" json:"processor_type,omitempty"` // Windows-only
2101
+ Revision *int32 `protobuf:"varint,30,opt,name=revision,proto3,oneof" json:"revision,omitempty"` // Windows-only
2102
+ SocketDesignation *string `protobuf:"bytes,31,opt,name=socket_designation,json=socketDesignation,proto3,oneof" json:"socket_designation,omitempty"` // Windows-only
2103
+ Sockets *int32 `protobuf:"varint,32,opt,name=sockets,proto3,oneof" json:"sockets,omitempty"` // Linux-only
2104
+ Status *MappedValue `protobuf:"bytes,33,opt,name=status,proto3,oneof" json:"status,omitempty"` // Windows-only
2105
+ Stepping *int32 `protobuf:"varint,34,opt,name=stepping,proto3,oneof" json:"stepping,omitempty"` // Consolidate on-prem fields into single numeric list
2106
+ ThreadsPerPhysicalCoreCount *int32 `protobuf:"varint,35,opt,name=threads_per_physical_core_count,json=threadsPerPhysicalCoreCount,proto3,oneof" json:"threads_per_physical_core_count,omitempty"` // Linux-only
2107
+ UniqueId *string `protobuf:"bytes,36,opt,name=unique_id,json=uniqueId,proto3,oneof" json:"unique_id,omitempty"` // Windows-only
2108
+ UpgradeMethod *MappedValue `protobuf:"bytes,37,opt,name=upgrade_method,json=upgradeMethod,proto3,oneof" json:"upgrade_method,omitempty"` // Windows-only
2109
+ Version *string `protobuf:"bytes,38,opt,name=version,proto3,oneof" json:"version,omitempty"` // Windows-only
2110
+ Virtualization *string `protobuf:"bytes,39,opt,name=virtualization,proto3,oneof" json:"virtualization,omitempty"` // Linux-only
2111
+ VoltageCapabilities *MappedValue `protobuf:"bytes,40,opt,name=voltage_capabilities,json=voltageCapabilities,proto3,oneof" json:"voltage_capabilities,omitempty"` // Windows-only
2112
+ }
2113
+
2114
+ func (x *Processor) Reset() {
2115
+ *x = Processor{}
2116
+ if protoimpl.UnsafeEnabled {
2117
+ mi := &file_outbound_proto_msgTypes[19]
2118
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2119
+ ms.StoreMessageInfo(mi)
2120
+ }
2121
+ }
2122
+
2123
+ func (x *Processor) String() string {
2124
+ return protoimpl.X.MessageStringOf(x)
2125
+ }
2126
+
2127
+ func (*Processor) ProtoMessage() {}
2128
+
2129
+ func (x *Processor) ProtoReflect() protoreflect.Message {
2130
+ mi := &file_outbound_proto_msgTypes[19]
2131
+ if protoimpl.UnsafeEnabled && x != nil {
2132
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2133
+ if ms.LoadMessageInfo() == nil {
2134
+ ms.StoreMessageInfo(mi)
2135
+ }
2136
+ return ms
2137
+ }
2138
+ return mi.MessageOf(x)
2139
+ }
2140
+
2141
+ // Deprecated: Use Processor.ProtoReflect.Descriptor instead.
2142
+ func (*Processor) Descriptor() ([]byte, []int) {
2143
+ return file_outbound_proto_rawDescGZIP(), []int{19}
2144
+ }
2145
+
2146
+ func (x *Processor) GetName() string {
2147
+ if x != nil {
2148
+ return x.Name
2149
+ }
2150
+ return ""
2151
+ }
2152
+
2153
+ func (x *Processor) GetAddressSizes() string {
2154
+ if x != nil && x.AddressSizes != nil {
2155
+ return *x.AddressSizes
2156
+ }
2157
+ return ""
2158
+ }
2159
+
2160
+ func (x *Processor) GetAddressWidth() int32 {
2161
+ if x != nil && x.AddressWidth != nil {
2162
+ return *x.AddressWidth
2163
+ }
2164
+ return 0
2165
+ }
2166
+
2167
+ func (x *Processor) GetArchitecture() *MappedValue {
2168
+ if x != nil {
2169
+ return x.Architecture
2170
+ }
2171
+ return nil
2172
+ }
2173
+
2174
+ func (x *Processor) GetAvailability() int32 {
2175
+ if x != nil && x.Availability != nil {
2176
+ return *x.Availability
2177
+ }
2178
+ return 0
2179
+ }
2180
+
2181
+ func (x *Processor) GetBogoMips() float64 {
2182
+ if x != nil && x.BogoMips != nil {
2183
+ return *x.BogoMips
2184
+ }
2185
+ return 0
2186
+ }
2187
+
2188
+ func (x *Processor) GetByteOrder() string {
2189
+ if x != nil && x.ByteOrder != nil {
2190
+ return *x.ByteOrder
2191
+ }
2192
+ return ""
2193
+ }
2194
+
2195
+ func (x *Processor) GetCaption() string {
2196
+ if x != nil && x.Caption != nil {
2197
+ return *x.Caption
2198
+ }
2199
+ return ""
2200
+ }
2201
+
2202
+ func (x *Processor) GetCurrentClockSpeed() int32 {
2203
+ if x != nil && x.CurrentClockSpeed != nil {
2204
+ return *x.CurrentClockSpeed
2205
+ }
2206
+ return 0
2207
+ }
2208
+
2209
+ func (x *Processor) GetDataWidth() int32 {
2210
+ if x != nil && x.DataWidth != nil {
2211
+ return *x.DataWidth
2212
+ }
2213
+ return 0
2214
+ }
2215
+
2216
+ func (x *Processor) GetDeviceId() string {
2217
+ if x != nil && x.DeviceId != nil {
2218
+ return *x.DeviceId
2219
+ }
2220
+ return ""
2221
+ }
2222
+
2223
+ func (x *Processor) GetExternalClockMhz() int32 {
2224
+ if x != nil && x.ExternalClockMhz != nil {
2225
+ return *x.ExternalClockMhz
2226
+ }
2227
+ return 0
2228
+ }
2229
+
2230
+ func (x *Processor) GetFamily() *MappedValue {
2231
+ if x != nil {
2232
+ return x.Family
2233
+ }
2234
+ return nil
2235
+ }
2236
+
2237
+ func (x *Processor) GetHypervisorVendor() string {
2238
+ if x != nil && x.HypervisorVendor != nil {
2239
+ return *x.HypervisorVendor
2240
+ }
2241
+ return ""
2242
+ }
2243
+
2244
+ func (x *Processor) GetL1DCacheSizeKb() int32 {
2245
+ if x != nil && x.L1DCacheSizeKb != nil {
2246
+ return *x.L1DCacheSizeKb
2247
+ }
2248
+ return 0
2249
+ }
2250
+
2251
+ func (x *Processor) GetL1ICacheSizeKb() int32 {
2252
+ if x != nil && x.L1ICacheSizeKb != nil {
2253
+ return *x.L1ICacheSizeKb
2254
+ }
2255
+ return 0
2256
+ }
2257
+
2258
+ func (x *Processor) GetL2CacheSizeKb() int32 {
2259
+ if x != nil && x.L2CacheSizeKb != nil {
2260
+ return *x.L2CacheSizeKb
2261
+ }
2262
+ return 0
2263
+ }
2264
+
2265
+ func (x *Processor) GetL2CacheSpeedMhz() int32 {
2266
+ if x != nil && x.L2CacheSpeedMhz != nil {
2267
+ return *x.L2CacheSpeedMhz
2268
+ }
2269
+ return 0
2270
+ }
2271
+
2272
+ func (x *Processor) GetL3CacheSizeKb() int32 {
2273
+ if x != nil && x.L3CacheSizeKb != nil {
2274
+ return *x.L3CacheSizeKb
2275
+ }
2276
+ return 0
2277
+ }
2278
+
2279
+ func (x *Processor) GetLevel() int32 {
2280
+ if x != nil && x.Level != nil {
2281
+ return *x.Level
2282
+ }
2283
+ return 0
2284
+ }
2285
+
2286
+ func (x *Processor) GetLogicalCoresCount() int32 {
2287
+ if x != nil && x.LogicalCoresCount != nil {
2288
+ return *x.LogicalCoresCount
2289
+ }
2290
+ return 0
2291
+ }
2292
+
2293
+ func (x *Processor) GetManufacturer() string {
2294
+ if x != nil && x.Manufacturer != nil {
2295
+ return *x.Manufacturer
2296
+ }
2297
+ return ""
2298
+ }
2299
+
2300
+ func (x *Processor) GetMaxClockSpeedMhz() int32 {
2301
+ if x != nil && x.MaxClockSpeedMhz != nil {
2302
+ return *x.MaxClockSpeedMhz
1587
2303
  }
1588
- return ""
2304
+ return 0
1589
2305
  }
1590
2306
 
1591
- func (x *NetworkInterface) GetSubType() string {
1592
- if x != nil {
1593
- return x.SubType
2307
+ func (x *Processor) GetMinClockSpeedMhz() int32 {
2308
+ if x != nil && x.MinClockSpeedMhz != nil {
2309
+ return *x.MinClockSpeedMhz
1594
2310
  }
1595
- return ""
2311
+ return 0
1596
2312
  }
1597
2313
 
1598
- func (x *NetworkInterface) GetId() string {
1599
- if x != nil && x.Id != nil {
1600
- return *x.Id
2314
+ func (x *Processor) GetModelNumber() int32 {
2315
+ if x != nil && x.ModelNumber != nil {
2316
+ return *x.ModelNumber
1601
2317
  }
1602
- return ""
2318
+ return 0
1603
2319
  }
1604
2320
 
1605
- func (x *NetworkInterface) GetMac() string {
1606
- if x != nil && x.Mac != nil {
1607
- return *x.Mac
2321
+ func (x *Processor) GetOpModes() string {
2322
+ if x != nil && x.OpModes != nil {
2323
+ return *x.OpModes
1608
2324
  }
1609
2325
  return ""
1610
2326
  }
1611
2327
 
1612
- func (x *NetworkInterface) GetDhcpEnabled() bool {
1613
- if x != nil && x.DhcpEnabled != nil {
1614
- return *x.DhcpEnabled
2328
+ func (x *Processor) GetPhysicalCoresCount() int32 {
2329
+ if x != nil && x.PhysicalCoresCount != nil {
2330
+ return *x.PhysicalCoresCount
1615
2331
  }
1616
- return false
2332
+ return 0
1617
2333
  }
1618
2334
 
1619
- func (x *NetworkInterface) GetDhcpServerIp() string {
1620
- if x != nil && x.DhcpServerIp != nil {
1621
- return *x.DhcpServerIp
2335
+ func (x *Processor) GetProcessorId() string {
2336
+ if x != nil && x.ProcessorId != nil {
2337
+ return *x.ProcessorId
1622
2338
  }
1623
2339
  return ""
1624
2340
  }
1625
2341
 
1626
- func (x *NetworkInterface) GetIp() []*NetIpAddress {
2342
+ func (x *Processor) GetProcessorType() *MappedValue {
1627
2343
  if x != nil {
1628
- return x.Ip
2344
+ return x.ProcessorType
1629
2345
  }
1630
2346
  return nil
1631
2347
  }
1632
2348
 
1633
- func (x *NetworkInterface) GetGatewayIp() string {
1634
- if x != nil && x.GatewayIp != nil {
1635
- return *x.GatewayIp
2349
+ func (x *Processor) GetRevision() int32 {
2350
+ if x != nil && x.Revision != nil {
2351
+ return *x.Revision
1636
2352
  }
1637
- return ""
2353
+ return 0
1638
2354
  }
1639
2355
 
1640
- func (x *NetworkInterface) GetGatewayMac() string {
1641
- if x != nil && x.GatewayMac != nil {
1642
- return *x.GatewayMac
2356
+ func (x *Processor) GetSocketDesignation() string {
2357
+ if x != nil && x.SocketDesignation != nil {
2358
+ return *x.SocketDesignation
1643
2359
  }
1644
2360
  return ""
1645
2361
  }
1646
2362
 
1647
- func (x *NetworkInterface) GetDnsServer() []string {
2363
+ func (x *Processor) GetSockets() int32 {
2364
+ if x != nil && x.Sockets != nil {
2365
+ return *x.Sockets
2366
+ }
2367
+ return 0
2368
+ }
2369
+
2370
+ func (x *Processor) GetStatus() *MappedValue {
1648
2371
  if x != nil {
1649
- return x.DnsServer
2372
+ return x.Status
1650
2373
  }
1651
2374
  return nil
1652
2375
  }
1653
2376
 
1654
- func (x *NetworkInterface) GetDnsHostName() string {
1655
- if x != nil && x.DnsHostName != nil {
1656
- return *x.DnsHostName
2377
+ func (x *Processor) GetStepping() int32 {
2378
+ if x != nil && x.Stepping != nil {
2379
+ return *x.Stepping
1657
2380
  }
1658
- return ""
2381
+ return 0
1659
2382
  }
1660
2383
 
1661
- func (x *NetworkInterface) GetDnsDomainSuffixSearchOrder() string {
1662
- if x != nil && x.DnsDomainSuffixSearchOrder != nil {
1663
- return *x.DnsDomainSuffixSearchOrder
2384
+ func (x *Processor) GetThreadsPerPhysicalCoreCount() int32 {
2385
+ if x != nil && x.ThreadsPerPhysicalCoreCount != nil {
2386
+ return *x.ThreadsPerPhysicalCoreCount
2387
+ }
2388
+ return 0
2389
+ }
2390
+
2391
+ func (x *Processor) GetUniqueId() string {
2392
+ if x != nil && x.UniqueId != nil {
2393
+ return *x.UniqueId
1664
2394
  }
1665
2395
  return ""
1666
2396
  }
1667
2397
 
1668
- func (x *NetworkInterface) GetServiceName() string {
1669
- if x != nil && x.ServiceName != nil {
1670
- return *x.ServiceName
2398
+ func (x *Processor) GetUpgradeMethod() *MappedValue {
2399
+ if x != nil {
2400
+ return x.UpgradeMethod
2401
+ }
2402
+ return nil
2403
+ }
2404
+
2405
+ func (x *Processor) GetVersion() string {
2406
+ if x != nil && x.Version != nil {
2407
+ return *x.Version
1671
2408
  }
1672
2409
  return ""
1673
2410
  }
1674
2411
 
1675
- func (x *NetworkInterface) GetDatabasePath() string {
1676
- if x != nil && x.DatabasePath != nil {
1677
- return *x.DatabasePath
2412
+ func (x *Processor) GetVirtualization() string {
2413
+ if x != nil && x.Virtualization != nil {
2414
+ return *x.Virtualization
1678
2415
  }
1679
2416
  return ""
1680
2417
  }
1681
2418
 
1682
- // Network IP address with IP and subnet
1683
- type NetIpAddress struct {
2419
+ func (x *Processor) GetVoltageCapabilities() *MappedValue {
2420
+ if x != nil {
2421
+ return x.VoltageCapabilities
2422
+ }
2423
+ return nil
2424
+ }
2425
+
2426
+ //*
2427
+ // A Mapped value is a numeric field that can optionally have a text looked up value.
2428
+ // Typical in WMI fields.
2429
+ type MappedValue struct {
1684
2430
  state protoimpl.MessageState
1685
2431
  sizeCache protoimpl.SizeCache
1686
2432
  unknownFields protoimpl.UnknownFields
1687
2433
 
1688
- Ip string `protobuf:"bytes,1,opt,name=ip,proto3" json:"ip,omitempty"`
1689
- Subnet string `protobuf:"bytes,2,opt,name=subnet,proto3" json:"subnet,omitempty"`
2434
+ Value int64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
2435
+ Name *string `protobuf:"bytes,2,opt,name=name,proto3,oneof" json:"name,omitempty"`
1690
2436
  }
1691
2437
 
1692
- func (x *NetIpAddress) Reset() {
1693
- *x = NetIpAddress{}
2438
+ func (x *MappedValue) Reset() {
2439
+ *x = MappedValue{}
1694
2440
  if protoimpl.UnsafeEnabled {
1695
- mi := &file_outbound_proto_msgTypes[18]
2441
+ mi := &file_outbound_proto_msgTypes[20]
1696
2442
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1697
2443
  ms.StoreMessageInfo(mi)
1698
2444
  }
1699
2445
  }
1700
2446
 
1701
- func (x *NetIpAddress) String() string {
2447
+ func (x *MappedValue) String() string {
1702
2448
  return protoimpl.X.MessageStringOf(x)
1703
2449
  }
1704
2450
 
1705
- func (*NetIpAddress) ProtoMessage() {}
2451
+ func (*MappedValue) ProtoMessage() {}
1706
2452
 
1707
- func (x *NetIpAddress) ProtoReflect() protoreflect.Message {
1708
- mi := &file_outbound_proto_msgTypes[18]
2453
+ func (x *MappedValue) ProtoReflect() protoreflect.Message {
2454
+ mi := &file_outbound_proto_msgTypes[20]
1709
2455
  if protoimpl.UnsafeEnabled && x != nil {
1710
2456
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1711
2457
  if ms.LoadMessageInfo() == nil {
@@ -1716,21 +2462,21 @@ func (x *NetIpAddress) ProtoReflect() protoreflect.Message {
1716
2462
  return mi.MessageOf(x)
1717
2463
  }
1718
2464
 
1719
- // Deprecated: Use NetIpAddress.ProtoReflect.Descriptor instead.
1720
- func (*NetIpAddress) Descriptor() ([]byte, []int) {
1721
- return file_outbound_proto_rawDescGZIP(), []int{18}
2465
+ // Deprecated: Use MappedValue.ProtoReflect.Descriptor instead.
2466
+ func (*MappedValue) Descriptor() ([]byte, []int) {
2467
+ return file_outbound_proto_rawDescGZIP(), []int{20}
1722
2468
  }
1723
2469
 
1724
- func (x *NetIpAddress) GetIp() string {
2470
+ func (x *MappedValue) GetValue() int64 {
1725
2471
  if x != nil {
1726
- return x.Ip
2472
+ return x.Value
1727
2473
  }
1728
- return ""
2474
+ return 0
1729
2475
  }
1730
2476
 
1731
- func (x *NetIpAddress) GetSubnet() string {
1732
- if x != nil {
1733
- return x.Subnet
2477
+ func (x *MappedValue) GetName() string {
2478
+ if x != nil && x.Name != nil {
2479
+ return *x.Name
1734
2480
  }
1735
2481
  return ""
1736
2482
  }
@@ -1748,7 +2494,7 @@ type MonitorInventory struct {
1748
2494
  func (x *MonitorInventory) Reset() {
1749
2495
  *x = MonitorInventory{}
1750
2496
  if protoimpl.UnsafeEnabled {
1751
- mi := &file_outbound_proto_msgTypes[19]
2497
+ mi := &file_outbound_proto_msgTypes[21]
1752
2498
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1753
2499
  ms.StoreMessageInfo(mi)
1754
2500
  }
@@ -1761,7 +2507,7 @@ func (x *MonitorInventory) String() string {
1761
2507
  func (*MonitorInventory) ProtoMessage() {}
1762
2508
 
1763
2509
  func (x *MonitorInventory) ProtoReflect() protoreflect.Message {
1764
- mi := &file_outbound_proto_msgTypes[19]
2510
+ mi := &file_outbound_proto_msgTypes[21]
1765
2511
  if protoimpl.UnsafeEnabled && x != nil {
1766
2512
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1767
2513
  if ms.LoadMessageInfo() == nil {
@@ -1774,7 +2520,7 @@ func (x *MonitorInventory) ProtoReflect() protoreflect.Message {
1774
2520
 
1775
2521
  // Deprecated: Use MonitorInventory.ProtoReflect.Descriptor instead.
1776
2522
  func (*MonitorInventory) Descriptor() ([]byte, []int) {
1777
- return file_outbound_proto_rawDescGZIP(), []int{19}
2523
+ return file_outbound_proto_rawDescGZIP(), []int{21}
1778
2524
  }
1779
2525
 
1780
2526
  func (x *MonitorInventory) GetTimestamp() *timestamppb.Timestamp {
@@ -1813,7 +2559,7 @@ type Monitor struct {
1813
2559
  func (x *Monitor) Reset() {
1814
2560
  *x = Monitor{}
1815
2561
  if protoimpl.UnsafeEnabled {
1816
- mi := &file_outbound_proto_msgTypes[20]
2562
+ mi := &file_outbound_proto_msgTypes[22]
1817
2563
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1818
2564
  ms.StoreMessageInfo(mi)
1819
2565
  }
@@ -1826,7 +2572,7 @@ func (x *Monitor) String() string {
1826
2572
  func (*Monitor) ProtoMessage() {}
1827
2573
 
1828
2574
  func (x *Monitor) ProtoReflect() protoreflect.Message {
1829
- mi := &file_outbound_proto_msgTypes[20]
2575
+ mi := &file_outbound_proto_msgTypes[22]
1830
2576
  if protoimpl.UnsafeEnabled && x != nil {
1831
2577
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1832
2578
  if ms.LoadMessageInfo() == nil {
@@ -1839,7 +2585,7 @@ func (x *Monitor) ProtoReflect() protoreflect.Message {
1839
2585
 
1840
2586
  // Deprecated: Use Monitor.ProtoReflect.Descriptor instead.
1841
2587
  func (*Monitor) Descriptor() ([]byte, []int) {
1842
- return file_outbound_proto_rawDescGZIP(), []int{20}
2588
+ return file_outbound_proto_rawDescGZIP(), []int{22}
1843
2589
  }
1844
2590
 
1845
2591
  func (x *Monitor) GetId() int64 {
@@ -1926,7 +2672,7 @@ type WindowsRawMonitorInfo struct {
1926
2672
  func (x *WindowsRawMonitorInfo) Reset() {
1927
2673
  *x = WindowsRawMonitorInfo{}
1928
2674
  if protoimpl.UnsafeEnabled {
1929
- mi := &file_outbound_proto_msgTypes[21]
2675
+ mi := &file_outbound_proto_msgTypes[23]
1930
2676
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1931
2677
  ms.StoreMessageInfo(mi)
1932
2678
  }
@@ -1939,7 +2685,7 @@ func (x *WindowsRawMonitorInfo) String() string {
1939
2685
  func (*WindowsRawMonitorInfo) ProtoMessage() {}
1940
2686
 
1941
2687
  func (x *WindowsRawMonitorInfo) ProtoReflect() protoreflect.Message {
1942
- mi := &file_outbound_proto_msgTypes[21]
2688
+ mi := &file_outbound_proto_msgTypes[23]
1943
2689
  if protoimpl.UnsafeEnabled && x != nil {
1944
2690
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1945
2691
  if ms.LoadMessageInfo() == nil {
@@ -1952,7 +2698,7 @@ func (x *WindowsRawMonitorInfo) ProtoReflect() protoreflect.Message {
1952
2698
 
1953
2699
  // Deprecated: Use WindowsRawMonitorInfo.ProtoReflect.Descriptor instead.
1954
2700
  func (*WindowsRawMonitorInfo) Descriptor() ([]byte, []int) {
1955
- return file_outbound_proto_rawDescGZIP(), []int{21}
2701
+ return file_outbound_proto_rawDescGZIP(), []int{23}
1956
2702
  }
1957
2703
 
1958
2704
  func (x *WindowsRawMonitorInfo) GetModel() string {
@@ -2029,7 +2775,7 @@ type SoftwareInventory struct {
2029
2775
  func (x *SoftwareInventory) Reset() {
2030
2776
  *x = SoftwareInventory{}
2031
2777
  if protoimpl.UnsafeEnabled {
2032
- mi := &file_outbound_proto_msgTypes[22]
2778
+ mi := &file_outbound_proto_msgTypes[24]
2033
2779
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2034
2780
  ms.StoreMessageInfo(mi)
2035
2781
  }
@@ -2042,7 +2788,7 @@ func (x *SoftwareInventory) String() string {
2042
2788
  func (*SoftwareInventory) ProtoMessage() {}
2043
2789
 
2044
2790
  func (x *SoftwareInventory) ProtoReflect() protoreflect.Message {
2045
- mi := &file_outbound_proto_msgTypes[22]
2791
+ mi := &file_outbound_proto_msgTypes[24]
2046
2792
  if protoimpl.UnsafeEnabled && x != nil {
2047
2793
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2048
2794
  if ms.LoadMessageInfo() == nil {
@@ -2055,7 +2801,7 @@ func (x *SoftwareInventory) ProtoReflect() protoreflect.Message {
2055
2801
 
2056
2802
  // Deprecated: Use SoftwareInventory.ProtoReflect.Descriptor instead.
2057
2803
  func (*SoftwareInventory) Descriptor() ([]byte, []int) {
2058
- return file_outbound_proto_rawDescGZIP(), []int{22}
2804
+ return file_outbound_proto_rawDescGZIP(), []int{24}
2059
2805
  }
2060
2806
 
2061
2807
  func (x *SoftwareInventory) GetTimestamp() *timestamppb.Timestamp {
@@ -2111,7 +2857,7 @@ type Software struct {
2111
2857
  func (x *Software) Reset() {
2112
2858
  *x = Software{}
2113
2859
  if protoimpl.UnsafeEnabled {
2114
- mi := &file_outbound_proto_msgTypes[23]
2860
+ mi := &file_outbound_proto_msgTypes[25]
2115
2861
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2116
2862
  ms.StoreMessageInfo(mi)
2117
2863
  }
@@ -2124,7 +2870,7 @@ func (x *Software) String() string {
2124
2870
  func (*Software) ProtoMessage() {}
2125
2871
 
2126
2872
  func (x *Software) ProtoReflect() protoreflect.Message {
2127
- mi := &file_outbound_proto_msgTypes[23]
2873
+ mi := &file_outbound_proto_msgTypes[25]
2128
2874
  if protoimpl.UnsafeEnabled && x != nil {
2129
2875
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2130
2876
  if ms.LoadMessageInfo() == nil {
@@ -2137,7 +2883,7 @@ func (x *Software) ProtoReflect() protoreflect.Message {
2137
2883
 
2138
2884
  // Deprecated: Use Software.ProtoReflect.Descriptor instead.
2139
2885
  func (*Software) Descriptor() ([]byte, []int) {
2140
- return file_outbound_proto_rawDescGZIP(), []int{23}
2886
+ return file_outbound_proto_rawDescGZIP(), []int{25}
2141
2887
  }
2142
2888
 
2143
2889
  func (x *Software) GetRank() int32 {
@@ -2302,7 +3048,7 @@ type RawSoftware struct {
2302
3048
  func (x *RawSoftware) Reset() {
2303
3049
  *x = RawSoftware{}
2304
3050
  if protoimpl.UnsafeEnabled {
2305
- mi := &file_outbound_proto_msgTypes[24]
3051
+ mi := &file_outbound_proto_msgTypes[26]
2306
3052
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2307
3053
  ms.StoreMessageInfo(mi)
2308
3054
  }
@@ -2315,7 +3061,7 @@ func (x *RawSoftware) String() string {
2315
3061
  func (*RawSoftware) ProtoMessage() {}
2316
3062
 
2317
3063
  func (x *RawSoftware) ProtoReflect() protoreflect.Message {
2318
- mi := &file_outbound_proto_msgTypes[24]
3064
+ mi := &file_outbound_proto_msgTypes[26]
2319
3065
  if protoimpl.UnsafeEnabled && x != nil {
2320
3066
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2321
3067
  if ms.LoadMessageInfo() == nil {
@@ -2328,7 +3074,7 @@ func (x *RawSoftware) ProtoReflect() protoreflect.Message {
2328
3074
 
2329
3075
  // Deprecated: Use RawSoftware.ProtoReflect.Descriptor instead.
2330
3076
  func (*RawSoftware) Descriptor() ([]byte, []int) {
2331
- return file_outbound_proto_rawDescGZIP(), []int{24}
3077
+ return file_outbound_proto_rawDescGZIP(), []int{26}
2332
3078
  }
2333
3079
 
2334
3080
  func (x *RawSoftware) GetName() string {
@@ -2440,7 +3186,7 @@ type CatalogBrand struct {
2440
3186
  func (x *CatalogBrand) Reset() {
2441
3187
  *x = CatalogBrand{}
2442
3188
  if protoimpl.UnsafeEnabled {
2443
- mi := &file_outbound_proto_msgTypes[25]
3189
+ mi := &file_outbound_proto_msgTypes[27]
2444
3190
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2445
3191
  ms.StoreMessageInfo(mi)
2446
3192
  }
@@ -2453,7 +3199,7 @@ func (x *CatalogBrand) String() string {
2453
3199
  func (*CatalogBrand) ProtoMessage() {}
2454
3200
 
2455
3201
  func (x *CatalogBrand) ProtoReflect() protoreflect.Message {
2456
- mi := &file_outbound_proto_msgTypes[25]
3202
+ mi := &file_outbound_proto_msgTypes[27]
2457
3203
  if protoimpl.UnsafeEnabled && x != nil {
2458
3204
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2459
3205
  if ms.LoadMessageInfo() == nil {
@@ -2466,7 +3212,7 @@ func (x *CatalogBrand) ProtoReflect() protoreflect.Message {
2466
3212
 
2467
3213
  // Deprecated: Use CatalogBrand.ProtoReflect.Descriptor instead.
2468
3214
  func (*CatalogBrand) Descriptor() ([]byte, []int) {
2469
- return file_outbound_proto_rawDescGZIP(), []int{25}
3215
+ return file_outbound_proto_rawDescGZIP(), []int{27}
2470
3216
  }
2471
3217
 
2472
3218
  func (x *CatalogBrand) GetId() int64 {
@@ -2707,7 +3453,7 @@ type CatalogModel struct {
2707
3453
  func (x *CatalogModel) Reset() {
2708
3454
  *x = CatalogModel{}
2709
3455
  if protoimpl.UnsafeEnabled {
2710
- mi := &file_outbound_proto_msgTypes[26]
3456
+ mi := &file_outbound_proto_msgTypes[28]
2711
3457
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2712
3458
  ms.StoreMessageInfo(mi)
2713
3459
  }
@@ -2720,7 +3466,7 @@ func (x *CatalogModel) String() string {
2720
3466
  func (*CatalogModel) ProtoMessage() {}
2721
3467
 
2722
3468
  func (x *CatalogModel) ProtoReflect() protoreflect.Message {
2723
- mi := &file_outbound_proto_msgTypes[26]
3469
+ mi := &file_outbound_proto_msgTypes[28]
2724
3470
  if protoimpl.UnsafeEnabled && x != nil {
2725
3471
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2726
3472
  if ms.LoadMessageInfo() == nil {
@@ -2733,7 +3479,7 @@ func (x *CatalogModel) ProtoReflect() protoreflect.Message {
2733
3479
 
2734
3480
  // Deprecated: Use CatalogModel.ProtoReflect.Descriptor instead.
2735
3481
  func (*CatalogModel) Descriptor() ([]byte, []int) {
2736
- return file_outbound_proto_rawDescGZIP(), []int{26}
3482
+ return file_outbound_proto_rawDescGZIP(), []int{28}
2737
3483
  }
2738
3484
 
2739
3485
  func (x *CatalogModel) GetId() int64 {
@@ -2946,7 +3692,7 @@ type CatalogOs struct {
2946
3692
  func (x *CatalogOs) Reset() {
2947
3693
  *x = CatalogOs{}
2948
3694
  if protoimpl.UnsafeEnabled {
2949
- mi := &file_outbound_proto_msgTypes[27]
3695
+ mi := &file_outbound_proto_msgTypes[29]
2950
3696
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2951
3697
  ms.StoreMessageInfo(mi)
2952
3698
  }
@@ -2959,7 +3705,7 @@ func (x *CatalogOs) String() string {
2959
3705
  func (*CatalogOs) ProtoMessage() {}
2960
3706
 
2961
3707
  func (x *CatalogOs) ProtoReflect() protoreflect.Message {
2962
- mi := &file_outbound_proto_msgTypes[27]
3708
+ mi := &file_outbound_proto_msgTypes[29]
2963
3709
  if protoimpl.UnsafeEnabled && x != nil {
2964
3710
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2965
3711
  if ms.LoadMessageInfo() == nil {
@@ -2972,7 +3718,7 @@ func (x *CatalogOs) ProtoReflect() protoreflect.Message {
2972
3718
 
2973
3719
  // Deprecated: Use CatalogOs.ProtoReflect.Descriptor instead.
2974
3720
  func (*CatalogOs) Descriptor() ([]byte, []int) {
2975
- return file_outbound_proto_rawDescGZIP(), []int{27}
3721
+ return file_outbound_proto_rawDescGZIP(), []int{29}
2976
3722
  }
2977
3723
 
2978
3724
  func (x *CatalogOs) GetId() int64 {
@@ -3182,7 +3928,7 @@ type CatalogSoftware struct {
3182
3928
  func (x *CatalogSoftware) Reset() {
3183
3929
  *x = CatalogSoftware{}
3184
3930
  if protoimpl.UnsafeEnabled {
3185
- mi := &file_outbound_proto_msgTypes[28]
3931
+ mi := &file_outbound_proto_msgTypes[30]
3186
3932
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
3187
3933
  ms.StoreMessageInfo(mi)
3188
3934
  }
@@ -3195,7 +3941,7 @@ func (x *CatalogSoftware) String() string {
3195
3941
  func (*CatalogSoftware) ProtoMessage() {}
3196
3942
 
3197
3943
  func (x *CatalogSoftware) ProtoReflect() protoreflect.Message {
3198
- mi := &file_outbound_proto_msgTypes[28]
3944
+ mi := &file_outbound_proto_msgTypes[30]
3199
3945
  if protoimpl.UnsafeEnabled && x != nil {
3200
3946
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
3201
3947
  if ms.LoadMessageInfo() == nil {
@@ -3208,7 +3954,7 @@ func (x *CatalogSoftware) ProtoReflect() protoreflect.Message {
3208
3954
 
3209
3955
  // Deprecated: Use CatalogSoftware.ProtoReflect.Descriptor instead.
3210
3956
  func (*CatalogSoftware) Descriptor() ([]byte, []int) {
3211
- return file_outbound_proto_rawDescGZIP(), []int{28}
3957
+ return file_outbound_proto_rawDescGZIP(), []int{30}
3212
3958
  }
3213
3959
 
3214
3960
  func (x *CatalogSoftware) GetId() int64 {
@@ -3421,7 +4167,7 @@ type CatalogMonitor struct {
3421
4167
  func (x *CatalogMonitor) Reset() {
3422
4168
  *x = CatalogMonitor{}
3423
4169
  if protoimpl.UnsafeEnabled {
3424
- mi := &file_outbound_proto_msgTypes[29]
4170
+ mi := &file_outbound_proto_msgTypes[31]
3425
4171
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
3426
4172
  ms.StoreMessageInfo(mi)
3427
4173
  }
@@ -3434,7 +4180,7 @@ func (x *CatalogMonitor) String() string {
3434
4180
  func (*CatalogMonitor) ProtoMessage() {}
3435
4181
 
3436
4182
  func (x *CatalogMonitor) ProtoReflect() protoreflect.Message {
3437
- mi := &file_outbound_proto_msgTypes[29]
4183
+ mi := &file_outbound_proto_msgTypes[31]
3438
4184
  if protoimpl.UnsafeEnabled && x != nil {
3439
4185
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
3440
4186
  if ms.LoadMessageInfo() == nil {
@@ -3447,7 +4193,7 @@ func (x *CatalogMonitor) ProtoReflect() protoreflect.Message {
3447
4193
 
3448
4194
  // Deprecated: Use CatalogMonitor.ProtoReflect.Descriptor instead.
3449
4195
  func (*CatalogMonitor) Descriptor() ([]byte, []int) {
3450
- return file_outbound_proto_rawDescGZIP(), []int{29}
4196
+ return file_outbound_proto_rawDescGZIP(), []int{31}
3451
4197
  }
3452
4198
 
3453
4199
  func (x *CatalogMonitor) GetId() int64 {
@@ -3873,7 +4619,7 @@ var file_outbound_proto_rawDesc = []byte{
3873
4619
  0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
3874
4620
  0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x41,
3875
4621
  0x73, 0x73, 0x65, 0x74, 0x48, 0x00, 0x52, 0x05, 0x61, 0x73, 0x73, 0x65, 0x74, 0x42, 0x08, 0x0a,
3876
- 0x06, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x22, 0x86, 0x08, 0x0a, 0x05, 0x41, 0x73, 0x73, 0x65,
4622
+ 0x06, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x22, 0xce, 0x08, 0x0a, 0x05, 0x41, 0x73, 0x73, 0x65,
3877
4623
  0x74, 0x12, 0x39, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e,
3878
4624
  0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64,
3879
4625
  0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6e,
@@ -3932,962 +4678,1325 @@ var file_outbound_proto_rawDesc = []byte{
3932
4678
  0x32, 0x33, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
3933
4679
  0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31,
3934
4680
  0x2e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d,
3935
- 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x07, 0x6f, 0x73, 0x50, 0x61, 0x74, 0x63, 0x68, 0x42, 0x05,
3936
- 0x0a, 0x03, 0x5f, 0x68, 0x77, 0x42, 0x05, 0x0a, 0x03, 0x5f, 0x6f, 0x73, 0x42, 0x15, 0x0a, 0x13,
3937
- 0x5f, 0x73, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x5f, 0x69, 0x6e, 0x76, 0x65, 0x6e, 0x74,
3938
- 0x6f, 0x72, 0x79, 0x42, 0x14, 0x0a, 0x12, 0x5f, 0x6d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x5f,
3939
- 0x69, 0x6e, 0x76, 0x65, 0x6e, 0x74, 0x6f, 0x72, 0x79, 0x42, 0x15, 0x0a, 0x13, 0x5f, 0x6e, 0x65,
3940
- 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x73,
3941
- 0x22, 0x69, 0x0a, 0x09, 0x41, 0x73, 0x73, 0x65, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x17, 0x0a,
3942
- 0x07, 0x6c, 0x73, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06,
3943
- 0x6c, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x13, 0x0a, 0x05, 0x6c, 0x73, 0x5f, 0x69, 0x64, 0x18,
3944
- 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x6c, 0x73, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x09, 0x66,
3945
- 0x69, 0x6e, 0x67, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00,
3946
- 0x52, 0x08, 0x66, 0x69, 0x6e, 0x67, 0x54, 0x79, 0x70, 0x65, 0x88, 0x01, 0x01, 0x42, 0x0c, 0x0a,
3947
- 0x0a, 0x5f, 0x66, 0x69, 0x6e, 0x67, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x22, 0xe3, 0x02, 0x0a, 0x0a,
3948
- 0x43, 0x6f, 0x72, 0x65, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x12, 0x3c, 0x0a, 0x04, 0x74, 0x79,
3949
- 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c,
3950
- 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74,
3951
- 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x73, 0x73, 0x65, 0x74, 0x54, 0x79,
3952
- 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65,
3953
- 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1b, 0x0a, 0x06,
3954
- 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x06,
3955
- 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x69, 0x70, 0x5f,
3956
- 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52,
3957
- 0x09, 0x69, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x88, 0x01, 0x01, 0x12, 0x1b, 0x0a,
3958
- 0x06, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x48, 0x02, 0x52,
3959
- 0x06, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x15, 0x0a, 0x03, 0x6d, 0x61,
3960
- 0x63, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x48, 0x03, 0x52, 0x03, 0x6d, 0x61, 0x63, 0x88, 0x01,
3961
- 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x6d, 0x61, 0x63, 0x5f, 0x76, 0x65, 0x6e, 0x64, 0x6f, 0x72, 0x18,
3962
- 0x07, 0x20, 0x01, 0x28, 0x09, 0x48, 0x04, 0x52, 0x09, 0x6d, 0x61, 0x63, 0x56, 0x65, 0x6e, 0x64,
3963
- 0x6f, 0x72, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x73, 0x65, 0x6e, 0x73, 0x6f, 0x72, 0x5f,
3964
- 0x69, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x48, 0x05, 0x52, 0x08, 0x73, 0x65, 0x6e, 0x73,
3965
- 0x6f, 0x72, 0x49, 0x64, 0x88, 0x01, 0x01, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x64, 0x6f, 0x6d, 0x61,
3966
- 0x69, 0x6e, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x69, 0x70, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73,
3967
- 0x73, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x42, 0x06, 0x0a, 0x04,
3968
- 0x5f, 0x6d, 0x61, 0x63, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x6d, 0x61, 0x63, 0x5f, 0x76, 0x65, 0x6e,
3969
- 0x64, 0x6f, 0x72, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x73, 0x65, 0x6e, 0x73, 0x6f, 0x72, 0x5f, 0x69,
3970
- 0x64, 0x22, 0xf0, 0x04, 0x0a, 0x0c, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x49, 0x6e,
3971
- 0x66, 0x6f, 0x12, 0x1c, 0x0a, 0x07, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20,
3972
- 0x01, 0x28, 0x03, 0x48, 0x00, 0x52, 0x06, 0x74, 0x79, 0x70, 0x65, 0x49, 0x64, 0x88, 0x01, 0x01,
3973
- 0x12, 0x1c, 0x0a, 0x07, 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28,
3974
- 0x03, 0x48, 0x01, 0x52, 0x06, 0x6d, 0x61, 0x6b, 0x65, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x1e,
3975
- 0x0a, 0x08, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03,
3976
- 0x48, 0x02, 0x52, 0x07, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x20,
3977
- 0x0a, 0x09, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28,
3978
- 0x03, 0x48, 0x03, 0x52, 0x08, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x49, 0x64, 0x88, 0x01, 0x01,
3979
- 0x12, 0x20, 0x0a, 0x09, 0x69, 0x73, 0x5f, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x18, 0x06, 0x20,
3980
- 0x01, 0x28, 0x08, 0x48, 0x04, 0x52, 0x08, 0x69, 0x73, 0x46, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x88,
3981
- 0x01, 0x01, 0x12, 0x1b, 0x0a, 0x06, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x18, 0x07, 0x20, 0x01,
3982
- 0x28, 0x09, 0x48, 0x05, 0x52, 0x06, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x88, 0x01, 0x01, 0x12,
3983
- 0x20, 0x0a, 0x09, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x0a, 0x20, 0x01,
3984
- 0x28, 0x09, 0x48, 0x06, 0x52, 0x08, 0x74, 0x79, 0x70, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01,
3985
- 0x01, 0x12, 0x20, 0x0a, 0x09, 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x0b,
3986
- 0x20, 0x01, 0x28, 0x09, 0x48, 0x07, 0x52, 0x08, 0x6d, 0x61, 0x6b, 0x65, 0x4e, 0x61, 0x6d, 0x65,
3987
- 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f, 0x6e, 0x61, 0x6d,
3988
- 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x48, 0x08, 0x52, 0x09, 0x6d, 0x6f, 0x64, 0x65, 0x6c,
3989
- 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x66, 0x61, 0x6d, 0x69, 0x6c,
3990
- 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x48, 0x09, 0x52, 0x0a,
3991
- 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x15, 0x0a,
3992
- 0x03, 0x63, 0x70, 0x65, 0x18, 0x15, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0a, 0x52, 0x03, 0x63, 0x70,
3993
- 0x65, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x72, 0x61, 0x6e, 0x6b, 0x18, 0x14, 0x20, 0x01,
3994
- 0x28, 0x05, 0x48, 0x0b, 0x52, 0x04, 0x72, 0x61, 0x6e, 0x6b, 0x88, 0x01, 0x01, 0x12, 0x45, 0x0a,
3995
- 0x03, 0x72, 0x61, 0x77, 0x18, 0x18, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x63, 0x6f, 0x6d,
3996
- 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f,
3997
- 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x61, 0x77, 0x48, 0x61,
3998
- 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x48, 0x0c, 0x52, 0x03, 0x72, 0x61,
3999
- 0x77, 0x88, 0x01, 0x01, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x69, 0x64,
4000
- 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x69, 0x64, 0x42, 0x0b, 0x0a, 0x09,
4001
- 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f, 0x69, 0x64, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x66, 0x61,
4002
- 0x6d, 0x69, 0x6c, 0x79, 0x5f, 0x69, 0x64, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x69, 0x73, 0x5f, 0x66,
4003
- 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c,
4004
- 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0c,
4005
- 0x0a, 0x0a, 0x5f, 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0d, 0x0a, 0x0b,
4006
- 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f,
4007
- 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x06, 0x0a, 0x04, 0x5f,
4008
- 0x63, 0x70, 0x65, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x72, 0x61, 0x6e, 0x6b, 0x42, 0x06, 0x0a, 0x04,
4009
- 0x5f, 0x72, 0x61, 0x77, 0x22, 0xe6, 0x01, 0x0a, 0x0f, 0x52, 0x61, 0x77, 0x48, 0x61, 0x72, 0x64,
4010
- 0x77, 0x61, 0x72, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x27, 0x0a, 0x0c, 0x61, 0x72, 0x63, 0x68,
4011
- 0x69, 0x74, 0x65, 0x63, 0x74, 0x75, 0x72, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00,
4012
- 0x52, 0x0c, 0x61, 0x72, 0x63, 0x68, 0x69, 0x74, 0x65, 0x63, 0x74, 0x75, 0x72, 0x65, 0x88, 0x01,
4013
- 0x01, 0x12, 0x19, 0x0a, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
4014
- 0x48, 0x01, 0x52, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x27, 0x0a, 0x0c,
4015
- 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01,
4016
- 0x28, 0x09, 0x48, 0x02, 0x52, 0x0c, 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72,
4017
- 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x28, 0x0a, 0x0d, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f,
4018
- 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x03, 0x52, 0x0c,
4019
- 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x88, 0x01, 0x01, 0x42,
4020
- 0x0f, 0x0a, 0x0d, 0x5f, 0x61, 0x72, 0x63, 0x68, 0x69, 0x74, 0x65, 0x63, 0x74, 0x75, 0x72, 0x65,
4021
- 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x6d,
4022
- 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x42, 0x10, 0x0a, 0x0e, 0x5f,
4023
- 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x22, 0xc9, 0x03,
4024
- 0x0a, 0x13, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x53, 0x79, 0x73, 0x74, 0x65,
4025
- 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x13, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
4026
- 0x03, 0x48, 0x01, 0x52, 0x02, 0x69, 0x64, 0x88, 0x01, 0x01, 0x12, 0x1c, 0x0a, 0x07, 0x6d, 0x61,
4027
- 0x6b, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x48, 0x02, 0x52, 0x06, 0x6d,
4028
- 0x61, 0x6b, 0x65, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65,
4029
- 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x03, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x88, 0x01,
4030
- 0x01, 0x12, 0x1d, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01,
4031
- 0x28, 0x09, 0x48, 0x04, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01,
4032
- 0x12, 0x19, 0x0a, 0x05, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48,
4033
- 0x05, 0x52, 0x05, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x66,
4034
- 0x77, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x48,
4035
- 0x06, 0x52, 0x09, 0x66, 0x77, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12,
4036
- 0x15, 0x0a, 0x03, 0x63, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x48, 0x07, 0x52, 0x03,
4037
- 0x63, 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x1a, 0x0a, 0x06, 0x66, 0x77, 0x5f, 0x63, 0x70, 0x65,
4038
- 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x48, 0x08, 0x52, 0x05, 0x66, 0x77, 0x43, 0x70, 0x65, 0x88,
4039
- 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x72, 0x61, 0x6e, 0x6b, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05,
4040
- 0x48, 0x09, 0x52, 0x04, 0x72, 0x61, 0x6e, 0x6b, 0x88, 0x01, 0x01, 0x12, 0x58, 0x0a, 0x07, 0x77,
4041
- 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x73, 0x18, 0x20, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x63,
4042
- 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70,
4043
- 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x57, 0x69, 0x6e,
4044
- 0x64, 0x6f, 0x77, 0x73, 0x52, 0x61, 0x77, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6e, 0x67,
4045
- 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x48, 0x00, 0x52, 0x07, 0x77, 0x69,
4046
- 0x6e, 0x64, 0x6f, 0x77, 0x73, 0x42, 0x05, 0x0a, 0x03, 0x72, 0x61, 0x77, 0x42, 0x05, 0x0a, 0x03,
4047
- 0x5f, 0x69, 0x64, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x69, 0x64, 0x42,
4048
- 0x07, 0x0a, 0x05, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x76, 0x65, 0x72,
4049
- 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x42, 0x0d,
4050
- 0x0a, 0x0b, 0x5f, 0x66, 0x77, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x06, 0x0a,
4051
- 0x04, 0x5f, 0x63, 0x70, 0x65, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x66, 0x77, 0x5f, 0x63, 0x70, 0x65,
4052
- 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x72, 0x61, 0x6e, 0x6b, 0x22, 0xce, 0x02, 0x0a, 0x14, 0x4f, 0x70,
4053
- 0x65, 0x72, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x50, 0x61, 0x74,
4054
- 0x63, 0x68, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02,
4055
- 0x69, 0x64, 0x12, 0x17, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
4056
- 0x48, 0x00, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x42, 0x0a, 0x0c, 0x69,
4057
- 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28,
4058
- 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
4059
- 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x01, 0x52,
4060
- 0x0b, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x44, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x12,
4061
- 0x22, 0x0a, 0x0a, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x5f, 0x62, 0x79, 0x18, 0x04, 0x20,
4062
- 0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x09, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x42, 0x79,
4063
- 0x88, 0x01, 0x01, 0x12, 0x1f, 0x0a, 0x08, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x18,
4064
- 0x05, 0x20, 0x01, 0x28, 0x09, 0x48, 0x03, 0x52, 0x08, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74,
4065
- 0x73, 0x88, 0x01, 0x01, 0x12, 0x35, 0x0a, 0x14, 0x77, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x73, 0x5f,
4066
- 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x70, 0x61, 0x63, 0x6b, 0x18, 0x06, 0x20, 0x01,
4067
- 0x28, 0x09, 0x48, 0x04, 0x52, 0x12, 0x77, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x73, 0x53, 0x65, 0x72,
4068
- 0x76, 0x69, 0x63, 0x65, 0x50, 0x61, 0x63, 0x6b, 0x88, 0x01, 0x01, 0x42, 0x07, 0x0a, 0x05, 0x5f,
4069
- 0x74, 0x79, 0x70, 0x65, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c,
4070
- 0x5f, 0x64, 0x61, 0x74, 0x65, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c,
4071
- 0x6c, 0x5f, 0x62, 0x79, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74,
4072
- 0x73, 0x42, 0x17, 0x0a, 0x15, 0x5f, 0x77, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x73, 0x5f, 0x73, 0x65,
4073
- 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x70, 0x61, 0x63, 0x6b, 0x22, 0xd4, 0x04, 0x0a, 0x1d, 0x57,
4074
- 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x73, 0x52, 0x61, 0x77, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69,
4075
- 0x6e, 0x67, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1d, 0x0a, 0x07,
4076
- 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52,
4077
- 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x73,
4078
- 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x70, 0x61, 0x63, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28,
4079
- 0x05, 0x48, 0x01, 0x52, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x61, 0x63, 0x6b,
4080
- 0x88, 0x01, 0x01, 0x12, 0x19, 0x0a, 0x05, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x18, 0x03, 0x20, 0x01,
4081
- 0x28, 0x09, 0x48, 0x02, 0x52, 0x05, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x88, 0x01, 0x01, 0x12, 0x26,
4082
- 0x0a, 0x0c, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04,
4083
- 0x20, 0x01, 0x28, 0x09, 0x48, 0x03, 0x52, 0x0b, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4e,
4084
- 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x5f,
4085
- 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x48, 0x04, 0x52, 0x0b,
4086
- 0x62, 0x75, 0x69, 0x6c, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x26,
4087
- 0x0a, 0x0c, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x06,
4088
- 0x20, 0x01, 0x28, 0x05, 0x48, 0x05, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x54,
4089
- 0x79, 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x35, 0x0a, 0x14, 0x69, 0x73, 0x5f, 0x64, 0x6f, 0x6d,
4090
- 0x61, 0x69, 0x6e, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x18, 0x07,
4091
- 0x20, 0x01, 0x28, 0x08, 0x48, 0x06, 0x52, 0x12, 0x69, 0x73, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e,
4092
- 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x29, 0x0a,
4093
- 0x0e, 0x70, 0x61, 0x72, 0x74, 0x5f, 0x6f, 0x66, 0x5f, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18,
4094
- 0x08, 0x20, 0x01, 0x28, 0x08, 0x48, 0x07, 0x52, 0x0c, 0x70, 0x61, 0x72, 0x74, 0x4f, 0x66, 0x44,
4095
- 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x30, 0x0a, 0x12, 0x69, 0x73, 0x5f, 0x61,
4096
- 0x7a, 0x75, 0x72, 0x65, 0x5f, 0x61, 0x64, 0x5f, 0x6a, 0x6f, 0x69, 0x6e, 0x65, 0x64, 0x18, 0x09,
4097
- 0x20, 0x01, 0x28, 0x08, 0x48, 0x08, 0x52, 0x0f, 0x69, 0x73, 0x41, 0x7a, 0x75, 0x72, 0x65, 0x41,
4098
- 0x64, 0x4a, 0x6f, 0x69, 0x6e, 0x65, 0x64, 0x88, 0x01, 0x01, 0x12, 0x1c, 0x0a, 0x07, 0x6f, 0x73,
4099
- 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x48, 0x09, 0x52, 0x06, 0x6f,
4100
- 0x73, 0x43, 0x6f, 0x64, 0x65, 0x88, 0x01, 0x01, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x76, 0x65, 0x72,
4101
- 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
4102
- 0x5f, 0x70, 0x61, 0x63, 0x6b, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x42,
4103
- 0x0f, 0x0a, 0x0d, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65,
4104
- 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65,
4105
- 0x72, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x5f, 0x74, 0x79,
4106
- 0x70, 0x65, 0x42, 0x17, 0x0a, 0x15, 0x5f, 0x69, 0x73, 0x5f, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e,
4107
- 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x42, 0x11, 0x0a, 0x0f, 0x5f,
4108
- 0x70, 0x61, 0x72, 0x74, 0x5f, 0x6f, 0x66, 0x5f, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x42, 0x15,
4109
- 0x0a, 0x13, 0x5f, 0x69, 0x73, 0x5f, 0x61, 0x7a, 0x75, 0x72, 0x65, 0x5f, 0x61, 0x64, 0x5f, 0x6a,
4110
- 0x6f, 0x69, 0x6e, 0x65, 0x64, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x6f, 0x73, 0x5f, 0x63, 0x6f, 0x64,
4111
- 0x65, 0x22, 0x9c, 0x01, 0x0a, 0x11, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x49, 0x6e, 0x74,
4112
- 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x73, 0x12, 0x38, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73,
4113
- 0x74, 0x61, 0x6d, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f,
4114
- 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d,
4115
- 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d,
4116
- 0x70, 0x12, 0x4d, 0x0a, 0x09, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x18, 0x02,
4117
- 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
4681
+ 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x07, 0x6f, 0x73, 0x50, 0x61, 0x74, 0x63, 0x68, 0x12, 0x46,
4682
+ 0x0a, 0x09, 0x70, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x6f, 0x72, 0x18, 0x0f, 0x20, 0x03, 0x28,
4683
+ 0x0b, 0x32, 0x28, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
4684
+ 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76,
4685
+ 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x6f, 0x72, 0x52, 0x09, 0x70, 0x72, 0x6f,
4686
+ 0x63, 0x65, 0x73, 0x73, 0x6f, 0x72, 0x42, 0x05, 0x0a, 0x03, 0x5f, 0x68, 0x77, 0x42, 0x05, 0x0a,
4687
+ 0x03, 0x5f, 0x6f, 0x73, 0x42, 0x15, 0x0a, 0x13, 0x5f, 0x73, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72,
4688
+ 0x65, 0x5f, 0x69, 0x6e, 0x76, 0x65, 0x6e, 0x74, 0x6f, 0x72, 0x79, 0x42, 0x14, 0x0a, 0x12, 0x5f,
4689
+ 0x6d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x5f, 0x69, 0x6e, 0x76, 0x65, 0x6e, 0x74, 0x6f, 0x72,
4690
+ 0x79, 0x42, 0x15, 0x0a, 0x13, 0x5f, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x69, 0x6e,
4691
+ 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x73, 0x22, 0x69, 0x0a, 0x09, 0x41, 0x73, 0x73, 0x65,
4692
+ 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x6c, 0x73, 0x5f, 0x6e, 0x61, 0x6d, 0x65,
4693
+ 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6c, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x13,
4694
+ 0x0a, 0x05, 0x6c, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x6c,
4695
+ 0x73, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x09, 0x66, 0x69, 0x6e, 0x67, 0x5f, 0x74, 0x79, 0x70, 0x65,
4696
+ 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x08, 0x66, 0x69, 0x6e, 0x67, 0x54, 0x79,
4697
+ 0x70, 0x65, 0x88, 0x01, 0x01, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x66, 0x69, 0x6e, 0x67, 0x5f, 0x74,
4698
+ 0x79, 0x70, 0x65, 0x22, 0xe3, 0x02, 0x0a, 0x0a, 0x43, 0x6f, 0x72, 0x65, 0x46, 0x69, 0x65, 0x6c,
4699
+ 0x64, 0x73, 0x12, 0x3c, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
4700
+ 0x32, 0x28, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
4701
+ 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31,
4702
+ 0x2e, 0x41, 0x73, 0x73, 0x65, 0x74, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65,
4703
+ 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
4704
+ 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1b, 0x0a, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x03,
4705
+ 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x88, 0x01,
4706
+ 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x69, 0x70, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18,
4707
+ 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x09, 0x69, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65,
4708
+ 0x73, 0x73, 0x88, 0x01, 0x01, 0x12, 0x1b, 0x0a, 0x06, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x18,
4709
+ 0x05, 0x20, 0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x06, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x88,
4710
+ 0x01, 0x01, 0x12, 0x15, 0x0a, 0x03, 0x6d, 0x61, 0x63, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x48,
4711
+ 0x03, 0x52, 0x03, 0x6d, 0x61, 0x63, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x6d, 0x61, 0x63,
4712
+ 0x5f, 0x76, 0x65, 0x6e, 0x64, 0x6f, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x48, 0x04, 0x52,
4713
+ 0x09, 0x6d, 0x61, 0x63, 0x56, 0x65, 0x6e, 0x64, 0x6f, 0x72, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a,
4714
+ 0x09, 0x73, 0x65, 0x6e, 0x73, 0x6f, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09,
4715
+ 0x48, 0x05, 0x52, 0x08, 0x73, 0x65, 0x6e, 0x73, 0x6f, 0x72, 0x49, 0x64, 0x88, 0x01, 0x01, 0x42,
4716
+ 0x09, 0x0a, 0x07, 0x5f, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x69,
4717
+ 0x70, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x73, 0x65,
4718
+ 0x72, 0x69, 0x61, 0x6c, 0x42, 0x06, 0x0a, 0x04, 0x5f, 0x6d, 0x61, 0x63, 0x42, 0x0d, 0x0a, 0x0b,
4719
+ 0x5f, 0x6d, 0x61, 0x63, 0x5f, 0x76, 0x65, 0x6e, 0x64, 0x6f, 0x72, 0x42, 0x0c, 0x0a, 0x0a, 0x5f,
4720
+ 0x73, 0x65, 0x6e, 0x73, 0x6f, 0x72, 0x5f, 0x69, 0x64, 0x22, 0xf0, 0x04, 0x0a, 0x0c, 0x48, 0x61,
4721
+ 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1c, 0x0a, 0x07, 0x74, 0x79,
4722
+ 0x70, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x48, 0x00, 0x52, 0x06, 0x74,
4723
+ 0x79, 0x70, 0x65, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x1c, 0x0a, 0x07, 0x6d, 0x61, 0x6b, 0x65,
4724
+ 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x48, 0x01, 0x52, 0x06, 0x6d, 0x61, 0x6b,
4725
+ 0x65, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x1e, 0x0a, 0x08, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f,
4726
+ 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x48, 0x02, 0x52, 0x07, 0x6d, 0x6f, 0x64, 0x65,
4727
+ 0x6c, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79,
4728
+ 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x48, 0x03, 0x52, 0x08, 0x66, 0x61, 0x6d,
4729
+ 0x69, 0x6c, 0x79, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x69, 0x73, 0x5f, 0x66,
4730
+ 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x48, 0x04, 0x52, 0x08, 0x69,
4731
+ 0x73, 0x46, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x88, 0x01, 0x01, 0x12, 0x1b, 0x0a, 0x06, 0x73, 0x65,
4732
+ 0x72, 0x69, 0x61, 0x6c, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x48, 0x05, 0x52, 0x06, 0x73, 0x65,
4733
+ 0x72, 0x69, 0x61, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x74, 0x79, 0x70, 0x65, 0x5f,
4734
+ 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x48, 0x06, 0x52, 0x08, 0x74, 0x79,
4735
+ 0x70, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x6d, 0x61, 0x6b,
4736
+ 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x48, 0x07, 0x52, 0x08,
4737
+ 0x6d, 0x61, 0x6b, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x6d,
4738
+ 0x6f, 0x64, 0x65, 0x6c, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x48,
4739
+ 0x08, 0x52, 0x09, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12,
4740
+ 0x24, 0x0a, 0x0b, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x0d,
4741
+ 0x20, 0x01, 0x28, 0x09, 0x48, 0x09, 0x52, 0x0a, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x4e, 0x61,
4742
+ 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x15, 0x0a, 0x03, 0x63, 0x70, 0x65, 0x18, 0x15, 0x20, 0x01,
4743
+ 0x28, 0x09, 0x48, 0x0a, 0x52, 0x03, 0x63, 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04,
4744
+ 0x72, 0x61, 0x6e, 0x6b, 0x18, 0x14, 0x20, 0x01, 0x28, 0x05, 0x48, 0x0b, 0x52, 0x04, 0x72, 0x61,
4745
+ 0x6e, 0x6b, 0x88, 0x01, 0x01, 0x12, 0x45, 0x0a, 0x03, 0x72, 0x61, 0x77, 0x18, 0x18, 0x20, 0x01,
4746
+ 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
4747
+ 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e,
4748
+ 0x76, 0x31, 0x2e, 0x52, 0x61, 0x77, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x49, 0x6e,
4749
+ 0x66, 0x6f, 0x48, 0x0c, 0x52, 0x03, 0x72, 0x61, 0x77, 0x88, 0x01, 0x01, 0x42, 0x0a, 0x0a, 0x08,
4750
+ 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x69, 0x64, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x6d, 0x61, 0x6b,
4751
+ 0x65, 0x5f, 0x69, 0x64, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f, 0x69,
4752
+ 0x64, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x5f, 0x69, 0x64, 0x42,
4753
+ 0x0c, 0x0a, 0x0a, 0x5f, 0x69, 0x73, 0x5f, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x42, 0x09, 0x0a,
4754
+ 0x07, 0x5f, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x74, 0x79, 0x70,
4755
+ 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x6d, 0x61, 0x6b, 0x65, 0x5f,
4756
+ 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f, 0x6e,
4757
+ 0x61, 0x6d, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x5f, 0x6e,
4758
+ 0x61, 0x6d, 0x65, 0x42, 0x06, 0x0a, 0x04, 0x5f, 0x63, 0x70, 0x65, 0x42, 0x07, 0x0a, 0x05, 0x5f,
4759
+ 0x72, 0x61, 0x6e, 0x6b, 0x42, 0x06, 0x0a, 0x04, 0x5f, 0x72, 0x61, 0x77, 0x22, 0xe6, 0x01, 0x0a,
4760
+ 0x0f, 0x52, 0x61, 0x77, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x49, 0x6e, 0x66, 0x6f,
4761
+ 0x12, 0x27, 0x0a, 0x0c, 0x61, 0x72, 0x63, 0x68, 0x69, 0x74, 0x65, 0x63, 0x74, 0x75, 0x72, 0x65,
4762
+ 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x0c, 0x61, 0x72, 0x63, 0x68, 0x69, 0x74,
4763
+ 0x65, 0x63, 0x74, 0x75, 0x72, 0x65, 0x88, 0x01, 0x01, 0x12, 0x19, 0x0a, 0x05, 0x6d, 0x6f, 0x64,
4764
+ 0x65, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x05, 0x6d, 0x6f, 0x64, 0x65,
4765
+ 0x6c, 0x88, 0x01, 0x01, 0x12, 0x27, 0x0a, 0x0c, 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74,
4766
+ 0x75, 0x72, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x0c, 0x6d, 0x61,
4767
+ 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x28, 0x0a,
4768
+ 0x0d, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x04,
4769
+ 0x20, 0x01, 0x28, 0x09, 0x48, 0x03, 0x52, 0x0c, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x4e, 0x75,
4770
+ 0x6d, 0x62, 0x65, 0x72, 0x88, 0x01, 0x01, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x61, 0x72, 0x63, 0x68,
4771
+ 0x69, 0x74, 0x65, 0x63, 0x74, 0x75, 0x72, 0x65, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x6d, 0x6f, 0x64,
4772
+ 0x65, 0x6c, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75,
4773
+ 0x72, 0x65, 0x72, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x6e,
4774
+ 0x75, 0x6d, 0x62, 0x65, 0x72, 0x22, 0xc9, 0x03, 0x0a, 0x13, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74,
4775
+ 0x69, 0x6e, 0x67, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x13, 0x0a,
4776
+ 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x48, 0x01, 0x52, 0x02, 0x69, 0x64, 0x88,
4777
+ 0x01, 0x01, 0x12, 0x1c, 0x0a, 0x07, 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x0b, 0x20,
4778
+ 0x01, 0x28, 0x03, 0x48, 0x02, 0x52, 0x06, 0x6d, 0x61, 0x6b, 0x65, 0x49, 0x64, 0x88, 0x01, 0x01,
4779
+ 0x12, 0x17, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x03,
4780
+ 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x1d, 0x0a, 0x07, 0x76, 0x65, 0x72,
4781
+ 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x04, 0x52, 0x07, 0x76, 0x65,
4782
+ 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x19, 0x0a, 0x05, 0x62, 0x75, 0x69, 0x6c,
4783
+ 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x05, 0x52, 0x05, 0x62, 0x75, 0x69, 0x6c, 0x64,
4784
+ 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x66, 0x77, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f,
4785
+ 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x48, 0x06, 0x52, 0x09, 0x66, 0x77, 0x56, 0x65, 0x72,
4786
+ 0x73, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x15, 0x0a, 0x03, 0x63, 0x70, 0x65, 0x18, 0x06,
4787
+ 0x20, 0x01, 0x28, 0x09, 0x48, 0x07, 0x52, 0x03, 0x63, 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x1a,
4788
+ 0x0a, 0x06, 0x66, 0x77, 0x5f, 0x63, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x48, 0x08,
4789
+ 0x52, 0x05, 0x66, 0x77, 0x43, 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x72, 0x61,
4790
+ 0x6e, 0x6b, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x48, 0x09, 0x52, 0x04, 0x72, 0x61, 0x6e, 0x6b,
4791
+ 0x88, 0x01, 0x01, 0x12, 0x58, 0x0a, 0x07, 0x77, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x73, 0x18, 0x20,
4792
+ 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
4118
4793
  0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e,
4119
- 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x49, 0x6e, 0x74, 0x65,
4120
- 0x72, 0x66, 0x61, 0x63, 0x65, 0x52, 0x09, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65,
4121
- 0x22, 0xe8, 0x05, 0x0a, 0x10, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x49, 0x6e, 0x74, 0x65,
4122
- 0x72, 0x66, 0x61, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20,
4123
- 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70,
4124
- 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x19, 0x0a,
4125
- 0x08, 0x73, 0x75, 0x62, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
4126
- 0x07, 0x73, 0x75, 0x62, 0x54, 0x79, 0x70, 0x65, 0x12, 0x13, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x04,
4127
- 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x02, 0x69, 0x64, 0x88, 0x01, 0x01, 0x12, 0x15, 0x0a,
4128
- 0x03, 0x6d, 0x61, 0x63, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x03, 0x6d, 0x61,
4129
- 0x63, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x64, 0x68, 0x63, 0x70, 0x5f, 0x65, 0x6e, 0x61,
4130
- 0x62, 0x6c, 0x65, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x48, 0x02, 0x52, 0x0b, 0x64, 0x68,
4131
- 0x63, 0x70, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x88, 0x01, 0x01, 0x12, 0x29, 0x0a, 0x0e,
4132
- 0x64, 0x68, 0x63, 0x70, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x70, 0x18, 0x07,
4133
- 0x20, 0x01, 0x28, 0x09, 0x48, 0x03, 0x52, 0x0c, 0x64, 0x68, 0x63, 0x70, 0x53, 0x65, 0x72, 0x76,
4134
- 0x65, 0x72, 0x49, 0x70, 0x88, 0x01, 0x01, 0x12, 0x3b, 0x0a, 0x02, 0x69, 0x70, 0x18, 0x08, 0x20,
4135
- 0x03, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
4136
- 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64,
4137
- 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x65, 0x74, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73,
4138
- 0x52, 0x02, 0x69, 0x70, 0x12, 0x22, 0x0a, 0x0a, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x5f,
4139
- 0x69, 0x70, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x48, 0x04, 0x52, 0x09, 0x67, 0x61, 0x74, 0x65,
4140
- 0x77, 0x61, 0x79, 0x49, 0x70, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x67, 0x61, 0x74, 0x65,
4141
- 0x77, 0x61, 0x79, 0x5f, 0x6d, 0x61, 0x63, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x48, 0x05, 0x52,
4142
- 0x0a, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x4d, 0x61, 0x63, 0x88, 0x01, 0x01, 0x12, 0x1d,
4143
- 0x0a, 0x0a, 0x64, 0x6e, 0x73, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x18, 0x0b, 0x20, 0x03,
4144
- 0x28, 0x09, 0x52, 0x09, 0x64, 0x6e, 0x73, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x12, 0x27, 0x0a,
4145
- 0x0d, 0x64, 0x6e, 0x73, 0x5f, 0x68, 0x6f, 0x73, 0x74, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x0c,
4146
- 0x20, 0x01, 0x28, 0x09, 0x48, 0x06, 0x52, 0x0b, 0x64, 0x6e, 0x73, 0x48, 0x6f, 0x73, 0x74, 0x4e,
4147
- 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x47, 0x0a, 0x1e, 0x64, 0x6e, 0x73, 0x5f, 0x64, 0x6f,
4148
- 0x6d, 0x61, 0x69, 0x6e, 0x5f, 0x73, 0x75, 0x66, 0x66, 0x69, 0x78, 0x5f, 0x73, 0x65, 0x61, 0x72,
4149
- 0x63, 0x68, 0x5f, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x48, 0x07,
4150
- 0x52, 0x1a, 0x64, 0x6e, 0x73, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x53, 0x75, 0x66, 0x66, 0x69,
4151
- 0x78, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12,
4152
- 0x26, 0x0a, 0x0c, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18,
4153
- 0x0e, 0x20, 0x01, 0x28, 0x09, 0x48, 0x08, 0x52, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
4154
- 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x28, 0x0a, 0x0d, 0x64, 0x61, 0x74, 0x61, 0x62,
4155
- 0x61, 0x73, 0x65, 0x5f, 0x70, 0x61, 0x74, 0x68, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x48, 0x09,
4156
- 0x52, 0x0c, 0x64, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x50, 0x61, 0x74, 0x68, 0x88, 0x01,
4157
- 0x01, 0x42, 0x05, 0x0a, 0x03, 0x5f, 0x69, 0x64, 0x42, 0x06, 0x0a, 0x04, 0x5f, 0x6d, 0x61, 0x63,
4158
- 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x64, 0x68, 0x63, 0x70, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65,
4159
- 0x64, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x64, 0x68, 0x63, 0x70, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x65,
4160
- 0x72, 0x5f, 0x69, 0x70, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79,
4161
- 0x5f, 0x69, 0x70, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x5f,
4162
- 0x6d, 0x61, 0x63, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x64, 0x6e, 0x73, 0x5f, 0x68, 0x6f, 0x73, 0x74,
4163
- 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x21, 0x0a, 0x1f, 0x5f, 0x64, 0x6e, 0x73, 0x5f, 0x64, 0x6f,
4164
- 0x6d, 0x61, 0x69, 0x6e, 0x5f, 0x73, 0x75, 0x66, 0x66, 0x69, 0x78, 0x5f, 0x73, 0x65, 0x61, 0x72,
4165
- 0x63, 0x68, 0x5f, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x73, 0x65, 0x72,
4166
- 0x76, 0x69, 0x63, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x64, 0x61,
4167
- 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x5f, 0x70, 0x61, 0x74, 0x68, 0x22, 0x36, 0x0a, 0x0c, 0x4e,
4168
- 0x65, 0x74, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x0e, 0x0a, 0x02, 0x69,
4169
- 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x73,
4170
- 0x75, 0x62, 0x6e, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x75, 0x62,
4171
- 0x6e, 0x65, 0x74, 0x22, 0x8e, 0x01, 0x0a, 0x10, 0x4d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x49,
4172
- 0x6e, 0x76, 0x65, 0x6e, 0x74, 0x6f, 0x72, 0x79, 0x12, 0x38, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65,
4173
- 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f,
4174
- 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69,
4175
- 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61,
4176
- 0x6d, 0x70, 0x12, 0x40, 0x0a, 0x07, 0x6d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x18, 0x02, 0x20,
4177
- 0x03, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
4178
- 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64,
4179
- 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x52, 0x07, 0x6d, 0x6f, 0x6e,
4180
- 0x69, 0x74, 0x6f, 0x72, 0x22, 0xe9, 0x02, 0x0a, 0x07, 0x4d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, 0x72,
4181
- 0x12, 0x13, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x48, 0x01, 0x52, 0x02,
4182
- 0x69, 0x64, 0x88, 0x01, 0x01, 0x12, 0x1c, 0x0a, 0x07, 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x69, 0x64,
4183
- 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x48, 0x02, 0x52, 0x06, 0x6d, 0x61, 0x6b, 0x65, 0x49, 0x64,
4184
- 0x88, 0x01, 0x01, 0x12, 0x1b, 0x0a, 0x09, 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65,
4185
- 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x61, 0x6b, 0x65, 0x4e, 0x61, 0x6d, 0x65,
4186
- 0x12, 0x1d, 0x0a, 0x0a, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04,
4187
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x12,
4188
- 0x28, 0x0a, 0x0d, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72,
4189
- 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x48, 0x03, 0x52, 0x0c, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c,
4190
- 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x47, 0x0a, 0x11, 0x6d, 0x61, 0x6e,
4191
- 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x06,
4192
- 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
4193
- 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70,
4194
- 0x52, 0x10, 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x44, 0x61,
4195
- 0x74, 0x65, 0x12, 0x50, 0x0a, 0x07, 0x77, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x73, 0x18, 0x14, 0x20,
4196
- 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
4197
- 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64,
4198
- 0x2e, 0x76, 0x31, 0x2e, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x73, 0x52, 0x61, 0x77, 0x4d, 0x6f,
4199
- 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x48, 0x00, 0x52, 0x07, 0x77, 0x69, 0x6e,
4200
- 0x64, 0x6f, 0x77, 0x73, 0x42, 0x05, 0x0a, 0x03, 0x72, 0x61, 0x77, 0x42, 0x05, 0x0a, 0x03, 0x5f,
4201
- 0x69, 0x64, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x69, 0x64, 0x42, 0x10,
4202
- 0x0a, 0x0e, 0x5f, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72,
4203
- 0x22, 0xf8, 0x03, 0x0a, 0x15, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x73, 0x52, 0x61, 0x77, 0x4d,
4204
- 0x6f, 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x6d, 0x6f,
4205
- 0x64, 0x65, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c,
4206
- 0x12, 0x27, 0x0a, 0x0d, 0x70, 0x6e, 0x70, 0x5f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x69,
4207
- 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x0b, 0x70, 0x6e, 0x70, 0x44, 0x65,
4208
- 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x28, 0x0a, 0x0d, 0x73, 0x65, 0x72,
4209
- 0x69, 0x61, 0x6c, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
4210
- 0x48, 0x01, 0x52, 0x0c, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72,
4211
- 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x68, 0x65,
4212
- 0x78, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x09, 0x73, 0x65, 0x72, 0x69, 0x61,
4213
- 0x6c, 0x48, 0x65, 0x78, 0x88, 0x01, 0x01, 0x12, 0x30, 0x0a, 0x11, 0x76, 0x65, 0x73, 0x61, 0x5f,
4214
- 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01,
4215
- 0x28, 0x09, 0x48, 0x03, 0x52, 0x10, 0x76, 0x65, 0x73, 0x61, 0x4d, 0x61, 0x6e, 0x75, 0x66, 0x61,
4216
- 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x2e, 0x0a, 0x10, 0x6b, 0x65, 0x79,
4217
- 0x5f, 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x18, 0x06, 0x20,
4218
- 0x01, 0x28, 0x09, 0x48, 0x04, 0x52, 0x0f, 0x6b, 0x65, 0x79, 0x4d, 0x61, 0x6e, 0x75, 0x66, 0x61,
4219
- 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x4c, 0x0a, 0x11, 0x6d, 0x61, 0x6e,
4220
- 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x07,
4221
- 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
4222
- 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70,
4223
- 0x48, 0x05, 0x52, 0x10, 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72,
4224
- 0x44, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x64, 0x65, 0x76, 0x69, 0x63,
4225
- 0x65, 0x5f, 0x69, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x48, 0x06, 0x52, 0x08, 0x64, 0x65,
4226
- 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x88, 0x01, 0x01, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x70, 0x6e,
4227
- 0x70, 0x5f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x42, 0x10, 0x0a, 0x0e, 0x5f,
4228
- 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x0d, 0x0a,
4229
- 0x0b, 0x5f, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x68, 0x65, 0x78, 0x42, 0x14, 0x0a, 0x12,
4230
- 0x5f, 0x76, 0x65, 0x73, 0x61, 0x5f, 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72,
4231
- 0x65, 0x72, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x6b, 0x65, 0x79, 0x5f, 0x6d, 0x61, 0x6e, 0x75, 0x66,
4232
- 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x42, 0x14, 0x0a, 0x12, 0x5f, 0x6d, 0x61, 0x6e, 0x75,
4233
- 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x42, 0x0c, 0x0a,
4234
- 0x0a, 0x5f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x22, 0x92, 0x01, 0x0a, 0x11,
4235
- 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x49, 0x6e, 0x76, 0x65, 0x6e, 0x74, 0x6f, 0x72,
4236
- 0x79, 0x12, 0x38, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x01,
4237
- 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
4238
- 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70,
4239
- 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x43, 0x0a, 0x08, 0x73,
4240
- 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x27, 0x2e,
4241
- 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64,
4242
- 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x6f,
4243
- 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x52, 0x08, 0x73, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65,
4244
- 0x22, 0xd3, 0x06, 0x0a, 0x08, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x12, 0x17, 0x0a,
4245
- 0x04, 0x72, 0x61, 0x6e, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x48, 0x00, 0x52, 0x04, 0x72,
4246
- 0x61, 0x6e, 0x6b, 0x88, 0x01, 0x01, 0x12, 0x1c, 0x0a, 0x07, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x69,
4247
- 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x48, 0x01, 0x52, 0x06, 0x74, 0x79, 0x70, 0x65, 0x49,
4248
- 0x64, 0x88, 0x01, 0x01, 0x12, 0x1a, 0x0a, 0x06, 0x63, 0x61, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x03,
4249
- 0x20, 0x01, 0x28, 0x03, 0x48, 0x02, 0x52, 0x05, 0x63, 0x61, 0x74, 0x49, 0x64, 0x88, 0x01, 0x01,
4250
- 0x12, 0x1c, 0x0a, 0x07, 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28,
4251
- 0x03, 0x48, 0x03, 0x52, 0x06, 0x6d, 0x61, 0x6b, 0x65, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x18,
4252
- 0x0a, 0x05, 0x73, 0x77, 0x5f, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x48, 0x04, 0x52,
4253
- 0x04, 0x73, 0x77, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x70, 0x61, 0x72, 0x65,
4254
- 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x48, 0x05, 0x52, 0x08, 0x70,
4255
- 0x61, 0x72, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x74, 0x79,
4256
- 0x70, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x48, 0x06, 0x52,
4257
- 0x08, 0x74, 0x79, 0x70, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x1e, 0x0a, 0x08,
4258
- 0x63, 0x61, 0x74, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x48, 0x07,
4259
- 0x52, 0x07, 0x63, 0x61, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09,
4260
- 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x48,
4261
- 0x08, 0x52, 0x08, 0x6d, 0x61, 0x6b, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x17,
4262
- 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x48, 0x09, 0x52, 0x04,
4263
- 0x6e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x1d, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69,
4264
- 0x6f, 0x6e, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0a, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73,
4265
- 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74,
4266
- 0x5f, 0x76, 0x65, 0x72, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0b, 0x52, 0x09, 0x6d, 0x61,
4267
- 0x72, 0x6b, 0x65, 0x74, 0x56, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x1d, 0x0a, 0x07, 0x65, 0x64,
4268
- 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0c, 0x52, 0x07, 0x65,
4269
- 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x19, 0x0a, 0x05, 0x62, 0x75, 0x69,
4270
- 0x6c, 0x64, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0d, 0x52, 0x05, 0x62, 0x75, 0x69, 0x6c,
4271
- 0x64, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x61, 0x72, 0x63, 0x68, 0x18, 0x14, 0x20, 0x01,
4272
- 0x28, 0x09, 0x48, 0x0e, 0x52, 0x04, 0x61, 0x72, 0x63, 0x68, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a,
4273
- 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x18, 0x15, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0f, 0x52, 0x04, 0x6c,
4274
- 0x61, 0x6e, 0x67, 0x88, 0x01, 0x01, 0x12, 0x15, 0x0a, 0x03, 0x63, 0x70, 0x65, 0x18, 0x0f, 0x20,
4275
- 0x01, 0x28, 0x09, 0x48, 0x10, 0x52, 0x03, 0x63, 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x3c, 0x0a,
4276
- 0x03, 0x72, 0x61, 0x77, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x63, 0x6f, 0x6d,
4277
- 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f,
4278
- 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x61, 0x77, 0x53, 0x6f,
4279
- 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x52, 0x03, 0x72, 0x61, 0x77, 0x12, 0x1e, 0x0a, 0x08, 0x72,
4280
- 0x61, 0x77, 0x5f, 0x68, 0x61, 0x73, 0x68, 0x18, 0x12, 0x20, 0x01, 0x28, 0x09, 0x48, 0x11, 0x52,
4281
- 0x07, 0x72, 0x61, 0x77, 0x48, 0x61, 0x73, 0x68, 0x88, 0x01, 0x01, 0x12, 0x1e, 0x0a, 0x08, 0x6e,
4282
- 0x72, 0x65, 0x5f, 0x68, 0x61, 0x73, 0x68, 0x18, 0x13, 0x20, 0x01, 0x28, 0x09, 0x48, 0x12, 0x52,
4283
- 0x07, 0x6e, 0x72, 0x65, 0x48, 0x61, 0x73, 0x68, 0x88, 0x01, 0x01, 0x42, 0x07, 0x0a, 0x05, 0x5f,
4284
- 0x72, 0x61, 0x6e, 0x6b, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x69, 0x64,
4285
- 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x63, 0x61, 0x74, 0x5f, 0x69, 0x64, 0x42, 0x0a, 0x0a, 0x08, 0x5f,
4286
- 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x69, 0x64, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x73, 0x77, 0x5f, 0x69,
4287
- 0x64, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x42,
4288
- 0x0c, 0x0a, 0x0a, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0b, 0x0a,
4289
- 0x09, 0x5f, 0x63, 0x61, 0x74, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x6d,
4290
- 0x61, 0x6b, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x6e, 0x61, 0x6d,
4291
- 0x65, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x0d, 0x0a,
4292
- 0x0b, 0x5f, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x5f, 0x76, 0x65, 0x72, 0x42, 0x0a, 0x0a, 0x08,
4293
- 0x5f, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x62, 0x75, 0x69,
4294
- 0x6c, 0x64, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x61, 0x72, 0x63, 0x68, 0x42, 0x07, 0x0a, 0x05, 0x5f,
4295
- 0x6c, 0x61, 0x6e, 0x67, 0x42, 0x06, 0x0a, 0x04, 0x5f, 0x63, 0x70, 0x65, 0x42, 0x0b, 0x0a, 0x09,
4296
- 0x5f, 0x72, 0x61, 0x77, 0x5f, 0x68, 0x61, 0x73, 0x68, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x6e, 0x72,
4297
- 0x65, 0x5f, 0x68, 0x61, 0x73, 0x68, 0x22, 0xd5, 0x03, 0x0a, 0x0b, 0x52, 0x61, 0x77, 0x53, 0x6f,
4298
- 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01,
4299
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1b, 0x0a, 0x06, 0x76, 0x65,
4300
- 0x6e, 0x64, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x06, 0x76, 0x65,
4301
- 0x6e, 0x64, 0x6f, 0x72, 0x88, 0x01, 0x01, 0x12, 0x1d, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69,
4302
- 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73,
4303
- 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x04,
4304
- 0x20, 0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x88, 0x01, 0x01, 0x12,
4305
- 0x1e, 0x0a, 0x08, 0x65, 0x78, 0x65, 0x5f, 0x70, 0x61, 0x74, 0x68, 0x18, 0x05, 0x20, 0x01, 0x28,
4306
- 0x09, 0x48, 0x03, 0x52, 0x07, 0x65, 0x78, 0x65, 0x50, 0x61, 0x74, 0x68, 0x88, 0x01, 0x01, 0x12,
4307
- 0x17, 0x0a, 0x04, 0x61, 0x72, 0x63, 0x68, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x48, 0x04, 0x52,
4308
- 0x04, 0x61, 0x72, 0x63, 0x68, 0x88, 0x01, 0x01, 0x12, 0x42, 0x0a, 0x0c, 0x69, 0x6e, 0x73, 0x74,
4309
- 0x61, 0x6c, 0x6c, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a,
4794
+ 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x73, 0x52, 0x61, 0x77, 0x4f,
4795
+ 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x49, 0x6e,
4796
+ 0x66, 0x6f, 0x48, 0x00, 0x52, 0x07, 0x77, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x73, 0x42, 0x05, 0x0a,
4797
+ 0x03, 0x72, 0x61, 0x77, 0x42, 0x05, 0x0a, 0x03, 0x5f, 0x69, 0x64, 0x42, 0x0a, 0x0a, 0x08, 0x5f,
4798
+ 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x69, 0x64, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x6e, 0x61, 0x6d, 0x65,
4799
+ 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x08, 0x0a, 0x06,
4800
+ 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x66, 0x77, 0x5f, 0x76, 0x65,
4801
+ 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x06, 0x0a, 0x04, 0x5f, 0x63, 0x70, 0x65, 0x42, 0x09, 0x0a,
4802
+ 0x07, 0x5f, 0x66, 0x77, 0x5f, 0x63, 0x70, 0x65, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x72, 0x61, 0x6e,
4803
+ 0x6b, 0x22, 0xce, 0x02, 0x0a, 0x14, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x53,
4804
+ 0x79, 0x73, 0x74, 0x65, 0x6d, 0x50, 0x61, 0x74, 0x63, 0x68, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64,
4805
+ 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x17, 0x0a, 0x04, 0x74, 0x79,
4806
+ 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65,
4807
+ 0x88, 0x01, 0x01, 0x12, 0x42, 0x0a, 0x0c, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x5f, 0x64,
4808
+ 0x61, 0x74, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
4809
+ 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65,
4810
+ 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x01, 0x52, 0x0b, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c,
4811
+ 0x44, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x69, 0x6e, 0x73, 0x74, 0x61,
4812
+ 0x6c, 0x6c, 0x5f, 0x62, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x09, 0x69,
4813
+ 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x42, 0x79, 0x88, 0x01, 0x01, 0x12, 0x1f, 0x0a, 0x08, 0x63,
4814
+ 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x48, 0x03, 0x52,
4815
+ 0x08, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x88, 0x01, 0x01, 0x12, 0x35, 0x0a, 0x14,
4816
+ 0x77, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x73, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f,
4817
+ 0x70, 0x61, 0x63, 0x6b, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x48, 0x04, 0x52, 0x12, 0x77, 0x69,
4818
+ 0x6e, 0x64, 0x6f, 0x77, 0x73, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x61, 0x63, 0x6b,
4819
+ 0x88, 0x01, 0x01, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x42, 0x0f, 0x0a, 0x0d,
4820
+ 0x5f, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x42, 0x0d, 0x0a,
4821
+ 0x0b, 0x5f, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x5f, 0x62, 0x79, 0x42, 0x0b, 0x0a, 0x09,
4822
+ 0x5f, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x42, 0x17, 0x0a, 0x15, 0x5f, 0x77, 0x69,
4823
+ 0x6e, 0x64, 0x6f, 0x77, 0x73, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x70, 0x61,
4824
+ 0x63, 0x6b, 0x22, 0x8e, 0x1c, 0x0a, 0x1d, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x73, 0x52, 0x61,
4825
+ 0x77, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d,
4826
+ 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1d, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18,
4827
+ 0x01, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e,
4828
+ 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x70,
4829
+ 0x61, 0x63, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x48, 0x01, 0x52, 0x0b, 0x73, 0x65, 0x72,
4830
+ 0x76, 0x69, 0x63, 0x65, 0x50, 0x61, 0x63, 0x6b, 0x88, 0x01, 0x01, 0x12, 0x19, 0x0a, 0x05, 0x62,
4831
+ 0x75, 0x69, 0x6c, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x05, 0x62, 0x75,
4832
+ 0x69, 0x6c, 0x64, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f,
4833
+ 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x03, 0x52, 0x0b,
4834
+ 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x35,
4835
+ 0x0a, 0x14, 0x69, 0x73, 0x5f, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x5f, 0x63, 0x6f, 0x6e, 0x74,
4836
+ 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x48, 0x04, 0x52, 0x12,
4837
+ 0x69, 0x73, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c,
4838
+ 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x29, 0x0a, 0x0e, 0x70, 0x61, 0x72, 0x74, 0x5f, 0x6f, 0x66,
4839
+ 0x5f, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x48, 0x05, 0x52,
4840
+ 0x0c, 0x70, 0x61, 0x72, 0x74, 0x4f, 0x66, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x88, 0x01, 0x01,
4841
+ 0x12, 0x30, 0x0a, 0x12, 0x69, 0x73, 0x5f, 0x61, 0x7a, 0x75, 0x72, 0x65, 0x5f, 0x61, 0x64, 0x5f,
4842
+ 0x6a, 0x6f, 0x69, 0x6e, 0x65, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x48, 0x06, 0x52, 0x0f,
4843
+ 0x69, 0x73, 0x41, 0x7a, 0x75, 0x72, 0x65, 0x41, 0x64, 0x4a, 0x6f, 0x69, 0x6e, 0x65, 0x64, 0x88,
4844
+ 0x01, 0x01, 0x12, 0x1c, 0x0a, 0x07, 0x6f, 0x73, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x0a, 0x20,
4845
+ 0x01, 0x28, 0x09, 0x48, 0x07, 0x52, 0x06, 0x6f, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x88, 0x01, 0x01,
4846
+ 0x12, 0x24, 0x0a, 0x0b, 0x62, 0x6f, 0x6f, 0x74, 0x5f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x18,
4847
+ 0x0c, 0x20, 0x01, 0x28, 0x09, 0x48, 0x08, 0x52, 0x0a, 0x62, 0x6f, 0x6f, 0x74, 0x44, 0x65, 0x76,
4848
+ 0x69, 0x63, 0x65, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x5f,
4849
+ 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x48, 0x09, 0x52, 0x0b,
4850
+ 0x62, 0x75, 0x69, 0x6c, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x22,
4851
+ 0x0a, 0x0a, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x0e, 0x20, 0x01,
4852
+ 0x28, 0x09, 0x48, 0x0a, 0x52, 0x09, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x54, 0x79, 0x70, 0x65, 0x88,
4853
+ 0x01, 0x01, 0x12, 0x1d, 0x0a, 0x07, 0x63, 0x61, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x0f, 0x20,
4854
+ 0x01, 0x28, 0x09, 0x48, 0x0b, 0x52, 0x07, 0x63, 0x61, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01,
4855
+ 0x01, 0x12, 0x1e, 0x0a, 0x08, 0x63, 0x6f, 0x64, 0x65, 0x5f, 0x73, 0x65, 0x74, 0x18, 0x10, 0x20,
4856
+ 0x01, 0x28, 0x09, 0x48, 0x0c, 0x52, 0x07, 0x63, 0x6f, 0x64, 0x65, 0x53, 0x65, 0x74, 0x88, 0x01,
4857
+ 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x5f, 0x63, 0x6f, 0x64,
4858
+ 0x65, 0x18, 0x11, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0d, 0x52, 0x0b, 0x63, 0x6f, 0x75, 0x6e, 0x74,
4859
+ 0x72, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x63, 0x73, 0x64,
4860
+ 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x12, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0e,
4861
+ 0x52, 0x0a, 0x63, 0x73, 0x64, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12,
4862
+ 0x2e, 0x0a, 0x10, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x7a,
4863
+ 0x6f, 0x6e, 0x65, 0x18, 0x13, 0x20, 0x01, 0x28, 0x05, 0x48, 0x0f, 0x52, 0x0f, 0x63, 0x75, 0x72,
4864
+ 0x72, 0x65, 0x6e, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x7a, 0x6f, 0x6e, 0x65, 0x88, 0x01, 0x01, 0x12,
4865
+ 0x19, 0x0a, 0x05, 0x64, 0x65, 0x62, 0x75, 0x67, 0x18, 0x14, 0x20, 0x01, 0x28, 0x08, 0x48, 0x10,
4866
+ 0x52, 0x05, 0x64, 0x65, 0x62, 0x75, 0x67, 0x88, 0x01, 0x01, 0x12, 0x25, 0x0a, 0x0b, 0x64, 0x65,
4867
+ 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x15, 0x20, 0x01, 0x28, 0x09, 0x48,
4868
+ 0x11, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01,
4869
+ 0x01, 0x12, 0x45, 0x0a, 0x1c, 0x66, 0x6f, 0x72, 0x65, 0x67, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x5f,
4870
+ 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x6f, 0x6f, 0x73,
4871
+ 0x74, 0x18, 0x16, 0x20, 0x01, 0x28, 0x0d, 0x48, 0x12, 0x52, 0x1a, 0x66, 0x6f, 0x72, 0x65, 0x67,
4872
+ 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x41, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e,
4873
+ 0x42, 0x6f, 0x6f, 0x73, 0x74, 0x88, 0x01, 0x01, 0x12, 0x42, 0x0a, 0x0c, 0x69, 0x6e, 0x73, 0x74,
4874
+ 0x61, 0x6c, 0x6c, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x17, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a,
4310
4875
  0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
4311
- 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x05, 0x52, 0x0b, 0x69, 0x6e,
4312
- 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x44, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b,
4313
- 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28,
4314
- 0x09, 0x48, 0x06, 0x52, 0x0a, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x88,
4315
- 0x01, 0x01, 0x12, 0x18, 0x0a, 0x05, 0x73, 0x77, 0x5f, 0x69, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28,
4316
- 0x09, 0x48, 0x07, 0x52, 0x04, 0x73, 0x77, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x2b, 0x0a, 0x0f,
4317
- 0x69, 0x73, 0x5f, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x18,
4318
- 0x0a, 0x20, 0x01, 0x28, 0x08, 0x48, 0x08, 0x52, 0x0d, 0x69, 0x73, 0x43, 0x75, 0x72, 0x72, 0x65,
4319
- 0x6e, 0x74, 0x55, 0x73, 0x65, 0x72, 0x88, 0x01, 0x01, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x76, 0x65,
4320
- 0x6e, 0x64, 0x6f, 0x72, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e,
4321
- 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x65, 0x78,
4322
- 0x65, 0x5f, 0x70, 0x61, 0x74, 0x68, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x61, 0x72, 0x63, 0x68, 0x42,
4323
- 0x0f, 0x0a, 0x0d, 0x5f, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x5f, 0x64, 0x61, 0x74, 0x65,
4324
- 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x74, 0x79, 0x70, 0x65,
4325
- 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x73, 0x77, 0x5f, 0x69, 0x64, 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x69,
4326
- 0x73, 0x5f, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x22, 0x95,
4327
- 0x0e, 0x0a, 0x0c, 0x43, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x42, 0x72, 0x61, 0x6e, 0x64, 0x12,
4876
+ 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x13, 0x52, 0x0b, 0x69, 0x6e,
4877
+ 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x44, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x12, 0x3a, 0x0a, 0x17,
4878
+ 0x6d, 0x61, 0x78, 0x5f, 0x70, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x65, 0x6d, 0x6f,
4879
+ 0x72, 0x79, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x18, 0x20, 0x01, 0x28, 0x04, 0x48, 0x14, 0x52,
4880
+ 0x14, 0x6d, 0x61, 0x78, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x4d, 0x65, 0x6d, 0x6f, 0x72,
4881
+ 0x79, 0x53, 0x69, 0x7a, 0x65, 0x88, 0x01, 0x01, 0x12, 0x3c, 0x0a, 0x18, 0x6e, 0x75, 0x6d, 0x62,
4882
+ 0x65, 0x72, 0x5f, 0x6f, 0x66, 0x5f, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x64, 0x5f, 0x75,
4883
+ 0x73, 0x65, 0x72, 0x73, 0x18, 0x19, 0x20, 0x01, 0x28, 0x0d, 0x48, 0x15, 0x52, 0x15, 0x6e, 0x75,
4884
+ 0x6d, 0x62, 0x65, 0x72, 0x4f, 0x66, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x64, 0x55, 0x73,
4885
+ 0x65, 0x72, 0x73, 0x88, 0x01, 0x01, 0x12, 0x27, 0x0a, 0x0c, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69,
4886
+ 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x09, 0x48, 0x16, 0x52, 0x0c,
4887
+ 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12,
4888
+ 0x24, 0x0a, 0x0b, 0x6f, 0x73, 0x5f, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x18, 0x1b,
4889
+ 0x20, 0x01, 0x28, 0x0d, 0x48, 0x17, 0x52, 0x0a, 0x6f, 0x73, 0x4c, 0x61, 0x6e, 0x67, 0x75, 0x61,
4890
+ 0x67, 0x65, 0x88, 0x01, 0x01, 0x12, 0x2d, 0x0a, 0x10, 0x6f, 0x73, 0x5f, 0x70, 0x72, 0x6f, 0x64,
4891
+ 0x75, 0x63, 0x74, 0x5f, 0x73, 0x75, 0x69, 0x74, 0x65, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x0d, 0x48,
4892
+ 0x18, 0x52, 0x0e, 0x6f, 0x73, 0x50, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x53, 0x75, 0x69, 0x74,
4893
+ 0x65, 0x88, 0x01, 0x01, 0x12, 0x1c, 0x0a, 0x07, 0x6f, 0x73, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18,
4894
+ 0x1d, 0x20, 0x01, 0x28, 0x0d, 0x48, 0x19, 0x52, 0x06, 0x6f, 0x73, 0x54, 0x79, 0x70, 0x65, 0x88,
4895
+ 0x01, 0x01, 0x12, 0x2b, 0x0a, 0x0f, 0x70, 0x6c, 0x75, 0x73, 0x5f, 0x70, 0x72, 0x6f, 0x64, 0x75,
4896
+ 0x63, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x09, 0x48, 0x1a, 0x52, 0x0d, 0x70,
4897
+ 0x6c, 0x75, 0x73, 0x50, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12,
4898
+ 0x33, 0x0a, 0x13, 0x70, 0x6c, 0x75, 0x73, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x5f,
4899
+ 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x1f, 0x20, 0x01, 0x28, 0x09, 0x48, 0x1b, 0x52, 0x11,
4900
+ 0x70, 0x6c, 0x75, 0x73, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4e, 0x75, 0x6d, 0x62, 0x65,
4901
+ 0x72, 0x88, 0x01, 0x01, 0x12, 0x2c, 0x0a, 0x0f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72,
4902
+ 0x65, 0x64, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x18, 0x20, 0x20, 0x01, 0x28, 0x09, 0x48, 0x1c, 0x52,
4903
+ 0x0e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x65, 0x64, 0x55, 0x73, 0x65, 0x72, 0x88,
4904
+ 0x01, 0x01, 0x12, 0x28, 0x0a, 0x0d, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x6e, 0x75, 0x6d,
4905
+ 0x62, 0x65, 0x72, 0x18, 0x21, 0x20, 0x01, 0x28, 0x09, 0x48, 0x1d, 0x52, 0x0c, 0x73, 0x65, 0x72,
4906
+ 0x69, 0x61, 0x6c, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x40, 0x0a, 0x1a,
4907
+ 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x70, 0x61, 0x63, 0x6b, 0x5f, 0x6d, 0x61, 0x6a,
4908
+ 0x6f, 0x72, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x22, 0x20, 0x01, 0x28, 0x0d,
4909
+ 0x48, 0x1e, 0x52, 0x17, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x61, 0x63, 0x6b, 0x4d,
4910
+ 0x61, 0x6a, 0x6f, 0x72, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x40,
4911
+ 0x0a, 0x1a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x70, 0x61, 0x63, 0x6b, 0x5f, 0x6d,
4912
+ 0x69, 0x6e, 0x6f, 0x72, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x23, 0x20, 0x01,
4913
+ 0x28, 0x0d, 0x48, 0x1f, 0x52, 0x17, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x61, 0x63,
4914
+ 0x6b, 0x4d, 0x69, 0x6e, 0x6f, 0x72, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01,
4915
+ 0x12, 0x41, 0x0a, 0x1b, 0x73, 0x69, 0x7a, 0x65, 0x5f, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x64, 0x5f,
4916
+ 0x69, 0x6e, 0x5f, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x18,
4917
+ 0x24, 0x20, 0x01, 0x28, 0x04, 0x48, 0x20, 0x52, 0x17, 0x73, 0x69, 0x7a, 0x65, 0x53, 0x74, 0x6f,
4918
+ 0x72, 0x65, 0x64, 0x49, 0x6e, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x46, 0x69, 0x6c, 0x65, 0x73,
4919
+ 0x88, 0x01, 0x01, 0x12, 0x1b, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x25, 0x20,
4920
+ 0x01, 0x28, 0x09, 0x48, 0x21, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x88, 0x01, 0x01,
4921
+ 0x12, 0x28, 0x0a, 0x0d, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x5f, 0x64, 0x65, 0x76, 0x69, 0x63,
4922
+ 0x65, 0x18, 0x26, 0x20, 0x01, 0x28, 0x09, 0x48, 0x22, 0x52, 0x0c, 0x73, 0x79, 0x73, 0x74, 0x65,
4923
+ 0x6d, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x88, 0x01, 0x01, 0x12, 0x2e, 0x0a, 0x10, 0x73, 0x79,
4924
+ 0x73, 0x74, 0x65, 0x6d, 0x5f, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x79, 0x18, 0x27,
4925
+ 0x20, 0x01, 0x28, 0x09, 0x48, 0x23, 0x52, 0x0f, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x44, 0x69,
4926
+ 0x72, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x79, 0x88, 0x01, 0x01, 0x12, 0x3e, 0x0a, 0x19, 0x74, 0x6f,
4927
+ 0x74, 0x61, 0x6c, 0x5f, 0x76, 0x69, 0x72, 0x74, 0x75, 0x61, 0x6c, 0x5f, 0x6d, 0x65, 0x6d, 0x6f,
4928
+ 0x72, 0x79, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x28, 0x20, 0x01, 0x28, 0x04, 0x48, 0x24, 0x52,
4929
+ 0x16, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x56, 0x69, 0x72, 0x74, 0x75, 0x61, 0x6c, 0x4d, 0x65, 0x6d,
4930
+ 0x6f, 0x72, 0x79, 0x53, 0x69, 0x7a, 0x65, 0x88, 0x01, 0x01, 0x12, 0x3e, 0x0a, 0x19, 0x74, 0x6f,
4931
+ 0x74, 0x61, 0x6c, 0x5f, 0x76, 0x69, 0x73, 0x69, 0x62, 0x6c, 0x65, 0x5f, 0x6d, 0x65, 0x6d, 0x6f,
4932
+ 0x72, 0x79, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x29, 0x20, 0x01, 0x28, 0x04, 0x48, 0x25, 0x52,
4933
+ 0x16, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x56, 0x69, 0x73, 0x69, 0x62, 0x6c, 0x65, 0x4d, 0x65, 0x6d,
4934
+ 0x6f, 0x72, 0x79, 0x53, 0x69, 0x7a, 0x65, 0x88, 0x01, 0x01, 0x12, 0x30, 0x0a, 0x11, 0x77, 0x69,
4935
+ 0x6e, 0x64, 0x6f, 0x77, 0x73, 0x5f, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x79, 0x18,
4936
+ 0x2b, 0x20, 0x01, 0x28, 0x09, 0x48, 0x26, 0x52, 0x10, 0x77, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x73,
4937
+ 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x79, 0x88, 0x01, 0x01, 0x12, 0x36, 0x0a, 0x15,
4938
+ 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x73, 0x77, 0x61, 0x70, 0x5f, 0x73, 0x70, 0x61, 0x63, 0x65,
4939
+ 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x2c, 0x20, 0x01, 0x28, 0x04, 0x48, 0x27, 0x52, 0x12, 0x74,
4940
+ 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x77, 0x61, 0x70, 0x53, 0x70, 0x61, 0x63, 0x65, 0x53, 0x69, 0x7a,
4941
+ 0x65, 0x88, 0x01, 0x01, 0x12, 0x31, 0x0a, 0x12, 0x6c, 0x61, 0x72, 0x67, 0x65, 0x5f, 0x73, 0x79,
4942
+ 0x73, 0x74, 0x65, 0x6d, 0x5f, 0x63, 0x61, 0x63, 0x68, 0x65, 0x18, 0x2d, 0x20, 0x01, 0x28, 0x0d,
4943
+ 0x48, 0x28, 0x52, 0x10, 0x6c, 0x61, 0x72, 0x67, 0x65, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x43,
4944
+ 0x61, 0x63, 0x68, 0x65, 0x88, 0x01, 0x01, 0x12, 0x39, 0x0a, 0x16, 0x6f, 0x74, 0x68, 0x65, 0x72,
4945
+ 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f,
4946
+ 0x6e, 0x18, 0x2e, 0x20, 0x01, 0x28, 0x09, 0x48, 0x29, 0x52, 0x14, 0x6f, 0x74, 0x68, 0x65, 0x72,
4947
+ 0x54, 0x79, 0x70, 0x65, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x88,
4948
+ 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x5f, 0x74, 0x79,
4949
+ 0x70, 0x65, 0x18, 0x2f, 0x20, 0x01, 0x28, 0x0d, 0x48, 0x2a, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x64,
4950
+ 0x75, 0x63, 0x74, 0x54, 0x79, 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x73, 0x75,
4951
+ 0x69, 0x74, 0x65, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x30, 0x20, 0x01, 0x28, 0x0d, 0x48, 0x2b,
4952
+ 0x52, 0x09, 0x73, 0x75, 0x69, 0x74, 0x65, 0x4d, 0x61, 0x73, 0x6b, 0x88, 0x01, 0x01, 0x12, 0x26,
4953
+ 0x0a, 0x0c, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x5f, 0x64, 0x72, 0x69, 0x76, 0x65, 0x18, 0x31,
4954
+ 0x20, 0x01, 0x28, 0x09, 0x48, 0x2c, 0x52, 0x0b, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x44, 0x72,
4955
+ 0x69, 0x76, 0x65, 0x88, 0x01, 0x01, 0x12, 0x2e, 0x0a, 0x10, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70,
4956
+ 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x32, 0x20, 0x01, 0x28, 0x0d,
4957
+ 0x48, 0x2d, 0x52, 0x0f, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x65,
4958
+ 0x76, 0x65, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x63, 0x0a, 0x2c, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x65,
4959
+ 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x72, 0x65, 0x76, 0x65, 0x6e, 0x74,
4960
+ 0x69, 0x6f, 0x6e, 0x33, 0x32, 0x5f, 0x62, 0x69, 0x74, 0x5f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63,
4961
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x33, 0x20, 0x01, 0x28, 0x08, 0x48, 0x2e, 0x52, 0x28,
4962
+ 0x64, 0x61, 0x74, 0x61, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x65,
4963
+ 0x76, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x33, 0x32, 0x42, 0x69, 0x74, 0x41, 0x70, 0x70, 0x6c,
4964
+ 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x88, 0x01, 0x01, 0x12, 0x57, 0x0a, 0x26, 0x69,
4965
+ 0x73, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e,
4966
+ 0x5f, 0x70, 0x72, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x61, 0x76, 0x61, 0x69,
4967
+ 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x34, 0x20, 0x01, 0x28, 0x08, 0x48, 0x2f, 0x52, 0x22, 0x69,
4968
+ 0x73, 0x44, 0x61, 0x74, 0x61, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72,
4969
+ 0x65, 0x76, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x41, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c,
4970
+ 0x65, 0x88, 0x01, 0x01, 0x12, 0x4e, 0x0a, 0x21, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x65, 0x78, 0x65,
4971
+ 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x72, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x69, 0x6f,
4972
+ 0x6e, 0x5f, 0x64, 0x72, 0x69, 0x76, 0x65, 0x72, 0x73, 0x18, 0x35, 0x20, 0x01, 0x28, 0x08, 0x48,
4973
+ 0x30, 0x52, 0x1e, 0x64, 0x61, 0x74, 0x61, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e,
4974
+ 0x50, 0x72, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x72, 0x69, 0x76, 0x65, 0x72,
4975
+ 0x73, 0x88, 0x01, 0x01, 0x12, 0x5b, 0x0a, 0x28, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x65, 0x78, 0x65,
4976
+ 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x72, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x69, 0x6f,
4977
+ 0x6e, 0x5f, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x5f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79,
4978
+ 0x18, 0x36, 0x20, 0x01, 0x28, 0x0d, 0x48, 0x31, 0x52, 0x24, 0x64, 0x61, 0x74, 0x61, 0x45, 0x78,
4979
+ 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x69, 0x6f,
4980
+ 0x6e, 0x53, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x88, 0x01,
4981
+ 0x01, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x0f, 0x0a,
4982
+ 0x0d, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x70, 0x61, 0x63, 0x6b, 0x42, 0x08,
4983
+ 0x0a, 0x06, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x76, 0x65, 0x72,
4984
+ 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x17, 0x0a, 0x15, 0x5f, 0x69, 0x73,
4985
+ 0x5f, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c,
4986
+ 0x65, 0x72, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x70, 0x61, 0x72, 0x74, 0x5f, 0x6f, 0x66, 0x5f, 0x64,
4987
+ 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x42, 0x15, 0x0a, 0x13, 0x5f, 0x69, 0x73, 0x5f, 0x61, 0x7a, 0x75,
4988
+ 0x72, 0x65, 0x5f, 0x61, 0x64, 0x5f, 0x6a, 0x6f, 0x69, 0x6e, 0x65, 0x64, 0x42, 0x0a, 0x0a, 0x08,
4989
+ 0x5f, 0x6f, 0x73, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x62, 0x6f, 0x6f,
4990
+ 0x74, 0x5f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x62, 0x75, 0x69,
4991
+ 0x6c, 0x64, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x62, 0x75,
4992
+ 0x69, 0x6c, 0x64, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x63, 0x61, 0x70,
4993
+ 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x5f, 0x73, 0x65,
4994
+ 0x74, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x5f, 0x63, 0x6f,
4995
+ 0x64, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x63, 0x73, 0x64, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69,
4996
+ 0x6f, 0x6e, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x74,
4997
+ 0x69, 0x6d, 0x65, 0x7a, 0x6f, 0x6e, 0x65, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x64, 0x65, 0x62, 0x75,
4998
+ 0x67, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f,
4999
+ 0x6e, 0x42, 0x1f, 0x0a, 0x1d, 0x5f, 0x66, 0x6f, 0x72, 0x65, 0x67, 0x72, 0x6f, 0x75, 0x6e, 0x64,
5000
+ 0x5f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x6f, 0x6f,
5001
+ 0x73, 0x74, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x5f, 0x64,
5002
+ 0x61, 0x74, 0x65, 0x42, 0x1a, 0x0a, 0x18, 0x5f, 0x6d, 0x61, 0x78, 0x5f, 0x70, 0x72, 0x6f, 0x63,
5003
+ 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x65, 0x6d, 0x6f, 0x72, 0x79, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x42,
5004
+ 0x1b, 0x0a, 0x19, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x5f, 0x6f, 0x66, 0x5f, 0x6c, 0x69,
5005
+ 0x63, 0x65, 0x6e, 0x73, 0x65, 0x64, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x73, 0x42, 0x0f, 0x0a, 0x0d,
5006
+ 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x0e, 0x0a,
5007
+ 0x0c, 0x5f, 0x6f, 0x73, 0x5f, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x42, 0x13, 0x0a,
5008
+ 0x11, 0x5f, 0x6f, 0x73, 0x5f, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x5f, 0x73, 0x75, 0x69,
5009
+ 0x74, 0x65, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x6f, 0x73, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x42, 0x12,
5010
+ 0x0a, 0x10, 0x5f, 0x70, 0x6c, 0x75, 0x73, 0x5f, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x5f,
5011
+ 0x69, 0x64, 0x42, 0x16, 0x0a, 0x14, 0x5f, 0x70, 0x6c, 0x75, 0x73, 0x5f, 0x76, 0x65, 0x72, 0x73,
5012
+ 0x69, 0x6f, 0x6e, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x72,
5013
+ 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x65, 0x64, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x42, 0x10,
5014
+ 0x0a, 0x0e, 0x5f, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72,
5015
+ 0x42, 0x1d, 0x0a, 0x1b, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x70, 0x61, 0x63,
5016
+ 0x6b, 0x5f, 0x6d, 0x61, 0x6a, 0x6f, 0x72, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x42,
5017
+ 0x1d, 0x0a, 0x1b, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x70, 0x61, 0x63, 0x6b,
5018
+ 0x5f, 0x6d, 0x69, 0x6e, 0x6f, 0x72, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x1e,
5019
+ 0x0a, 0x1c, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x5f, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x64, 0x5f, 0x69,
5020
+ 0x6e, 0x5f, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x42, 0x09,
5021
+ 0x0a, 0x07, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x73, 0x79,
5022
+ 0x73, 0x74, 0x65, 0x6d, 0x5f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x42, 0x13, 0x0a, 0x11, 0x5f,
5023
+ 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x5f, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x79,
5024
+ 0x42, 0x1c, 0x0a, 0x1a, 0x5f, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x76, 0x69, 0x72, 0x74, 0x75,
5025
+ 0x61, 0x6c, 0x5f, 0x6d, 0x65, 0x6d, 0x6f, 0x72, 0x79, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x42, 0x1c,
5026
+ 0x0a, 0x1a, 0x5f, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x76, 0x69, 0x73, 0x69, 0x62, 0x6c, 0x65,
5027
+ 0x5f, 0x6d, 0x65, 0x6d, 0x6f, 0x72, 0x79, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x42, 0x14, 0x0a, 0x12,
5028
+ 0x5f, 0x77, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x73, 0x5f, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f,
5029
+ 0x72, 0x79, 0x42, 0x18, 0x0a, 0x16, 0x5f, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x73, 0x77, 0x61,
5030
+ 0x70, 0x5f, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x42, 0x15, 0x0a, 0x13,
5031
+ 0x5f, 0x6c, 0x61, 0x72, 0x67, 0x65, 0x5f, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x5f, 0x63, 0x61,
5032
+ 0x63, 0x68, 0x65, 0x42, 0x19, 0x0a, 0x17, 0x5f, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x5f, 0x74, 0x79,
5033
+ 0x70, 0x65, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x0f,
5034
+ 0x0a, 0x0d, 0x5f, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x42,
5035
+ 0x0d, 0x0a, 0x0b, 0x5f, 0x73, 0x75, 0x69, 0x74, 0x65, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x42, 0x0f,
5036
+ 0x0a, 0x0d, 0x5f, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x5f, 0x64, 0x72, 0x69, 0x76, 0x65, 0x42,
5037
+ 0x13, 0x0a, 0x11, 0x5f, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6c,
5038
+ 0x65, 0x76, 0x65, 0x6c, 0x42, 0x2f, 0x0a, 0x2d, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x65, 0x78,
5039
+ 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x72, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x69,
5040
+ 0x6f, 0x6e, 0x33, 0x32, 0x5f, 0x62, 0x69, 0x74, 0x5f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61,
5041
+ 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x42, 0x29, 0x0a, 0x27, 0x5f, 0x69, 0x73, 0x5f, 0x64, 0x61, 0x74,
5042
+ 0x61, 0x5f, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x72, 0x65, 0x76,
5043
+ 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65,
5044
+ 0x42, 0x24, 0x0a, 0x22, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74,
5045
+ 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x72, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x64,
5046
+ 0x72, 0x69, 0x76, 0x65, 0x72, 0x73, 0x42, 0x2b, 0x0a, 0x29, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x5f,
5047
+ 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x72, 0x65, 0x76, 0x65, 0x6e,
5048
+ 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x5f, 0x70, 0x6f, 0x6c,
5049
+ 0x69, 0x63, 0x79, 0x22, 0x9c, 0x01, 0x0a, 0x11, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x49,
5050
+ 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x73, 0x12, 0x38, 0x0a, 0x09, 0x74, 0x69, 0x6d,
5051
+ 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67,
5052
+ 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54,
5053
+ 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74,
5054
+ 0x61, 0x6d, 0x70, 0x12, 0x4d, 0x0a, 0x09, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65,
5055
+ 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e,
5056
+ 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f,
5057
+ 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x49, 0x6e,
5058
+ 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x52, 0x09, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61,
5059
+ 0x63, 0x65, 0x22, 0xe8, 0x05, 0x0a, 0x10, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x49, 0x6e,
5060
+ 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18,
5061
+ 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x74,
5062
+ 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12,
5063
+ 0x19, 0x0a, 0x08, 0x73, 0x75, 0x62, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28,
5064
+ 0x09, 0x52, 0x07, 0x73, 0x75, 0x62, 0x54, 0x79, 0x70, 0x65, 0x12, 0x13, 0x0a, 0x02, 0x69, 0x64,
5065
+ 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x02, 0x69, 0x64, 0x88, 0x01, 0x01, 0x12,
5066
+ 0x15, 0x0a, 0x03, 0x6d, 0x61, 0x63, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x03,
5067
+ 0x6d, 0x61, 0x63, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x64, 0x68, 0x63, 0x70, 0x5f, 0x65,
5068
+ 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x48, 0x02, 0x52, 0x0b,
5069
+ 0x64, 0x68, 0x63, 0x70, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x88, 0x01, 0x01, 0x12, 0x29,
5070
+ 0x0a, 0x0e, 0x64, 0x68, 0x63, 0x70, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x70,
5071
+ 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x48, 0x03, 0x52, 0x0c, 0x64, 0x68, 0x63, 0x70, 0x53, 0x65,
5072
+ 0x72, 0x76, 0x65, 0x72, 0x49, 0x70, 0x88, 0x01, 0x01, 0x12, 0x3b, 0x0a, 0x02, 0x69, 0x70, 0x18,
5073
+ 0x08, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
5074
+ 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75,
5075
+ 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x65, 0x74, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65,
5076
+ 0x73, 0x73, 0x52, 0x02, 0x69, 0x70, 0x12, 0x22, 0x0a, 0x0a, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61,
5077
+ 0x79, 0x5f, 0x69, 0x70, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x48, 0x04, 0x52, 0x09, 0x67, 0x61,
5078
+ 0x74, 0x65, 0x77, 0x61, 0x79, 0x49, 0x70, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x67, 0x61,
5079
+ 0x74, 0x65, 0x77, 0x61, 0x79, 0x5f, 0x6d, 0x61, 0x63, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x48,
5080
+ 0x05, 0x52, 0x0a, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x4d, 0x61, 0x63, 0x88, 0x01, 0x01,
5081
+ 0x12, 0x1d, 0x0a, 0x0a, 0x64, 0x6e, 0x73, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x18, 0x0b,
5082
+ 0x20, 0x03, 0x28, 0x09, 0x52, 0x09, 0x64, 0x6e, 0x73, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x12,
5083
+ 0x27, 0x0a, 0x0d, 0x64, 0x6e, 0x73, 0x5f, 0x68, 0x6f, 0x73, 0x74, 0x5f, 0x6e, 0x61, 0x6d, 0x65,
5084
+ 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x48, 0x06, 0x52, 0x0b, 0x64, 0x6e, 0x73, 0x48, 0x6f, 0x73,
5085
+ 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x47, 0x0a, 0x1e, 0x64, 0x6e, 0x73, 0x5f,
5086
+ 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x5f, 0x73, 0x75, 0x66, 0x66, 0x69, 0x78, 0x5f, 0x73, 0x65,
5087
+ 0x61, 0x72, 0x63, 0x68, 0x5f, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09,
5088
+ 0x48, 0x07, 0x52, 0x1a, 0x64, 0x6e, 0x73, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x53, 0x75, 0x66,
5089
+ 0x66, 0x69, 0x78, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x88, 0x01,
5090
+ 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x6e, 0x61, 0x6d,
5091
+ 0x65, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x48, 0x08, 0x52, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69,
5092
+ 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x28, 0x0a, 0x0d, 0x64, 0x61, 0x74,
5093
+ 0x61, 0x62, 0x61, 0x73, 0x65, 0x5f, 0x70, 0x61, 0x74, 0x68, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09,
5094
+ 0x48, 0x09, 0x52, 0x0c, 0x64, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x50, 0x61, 0x74, 0x68,
5095
+ 0x88, 0x01, 0x01, 0x42, 0x05, 0x0a, 0x03, 0x5f, 0x69, 0x64, 0x42, 0x06, 0x0a, 0x04, 0x5f, 0x6d,
5096
+ 0x61, 0x63, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x64, 0x68, 0x63, 0x70, 0x5f, 0x65, 0x6e, 0x61, 0x62,
5097
+ 0x6c, 0x65, 0x64, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x64, 0x68, 0x63, 0x70, 0x5f, 0x73, 0x65, 0x72,
5098
+ 0x76, 0x65, 0x72, 0x5f, 0x69, 0x70, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x67, 0x61, 0x74, 0x65, 0x77,
5099
+ 0x61, 0x79, 0x5f, 0x69, 0x70, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61,
5100
+ 0x79, 0x5f, 0x6d, 0x61, 0x63, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x64, 0x6e, 0x73, 0x5f, 0x68, 0x6f,
5101
+ 0x73, 0x74, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x21, 0x0a, 0x1f, 0x5f, 0x64, 0x6e, 0x73, 0x5f,
5102
+ 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x5f, 0x73, 0x75, 0x66, 0x66, 0x69, 0x78, 0x5f, 0x73, 0x65,
5103
+ 0x61, 0x72, 0x63, 0x68, 0x5f, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x73,
5104
+ 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x10, 0x0a, 0x0e, 0x5f,
5105
+ 0x64, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x5f, 0x70, 0x61, 0x74, 0x68, 0x22, 0x36, 0x0a,
5106
+ 0x0c, 0x4e, 0x65, 0x74, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x0e, 0x0a,
5107
+ 0x02, 0x69, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x70, 0x12, 0x16, 0x0a,
5108
+ 0x06, 0x73, 0x75, 0x62, 0x6e, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73,
5109
+ 0x75, 0x62, 0x6e, 0x65, 0x74, 0x22, 0xec, 0x14, 0x0a, 0x09, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73,
5110
+ 0x73, 0x6f, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
5111
+ 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x28, 0x0a, 0x0d, 0x61, 0x64, 0x64, 0x72, 0x65,
5112
+ 0x73, 0x73, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00,
5113
+ 0x52, 0x0c, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x69, 0x7a, 0x65, 0x73, 0x88, 0x01,
5114
+ 0x01, 0x12, 0x28, 0x0a, 0x0d, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x5f, 0x77, 0x69, 0x64,
5115
+ 0x74, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x48, 0x01, 0x52, 0x0c, 0x61, 0x64, 0x64, 0x72,
5116
+ 0x65, 0x73, 0x73, 0x57, 0x69, 0x64, 0x74, 0x68, 0x88, 0x01, 0x01, 0x12, 0x53, 0x0a, 0x0c, 0x61,
5117
+ 0x72, 0x63, 0x68, 0x69, 0x74, 0x65, 0x63, 0x74, 0x75, 0x72, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28,
5118
+ 0x0b, 0x32, 0x2a, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
5119
+ 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76,
5120
+ 0x31, 0x2e, 0x4d, 0x61, 0x70, 0x70, 0x65, 0x64, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x48, 0x02, 0x52,
5121
+ 0x0c, 0x61, 0x72, 0x63, 0x68, 0x69, 0x74, 0x65, 0x63, 0x74, 0x75, 0x72, 0x65, 0x88, 0x01, 0x01,
5122
+ 0x12, 0x27, 0x0a, 0x0c, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79,
5123
+ 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x48, 0x03, 0x52, 0x0c, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61,
5124
+ 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x62, 0x6f, 0x67,
5125
+ 0x6f, 0x5f, 0x6d, 0x69, 0x70, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x01, 0x48, 0x04, 0x52, 0x08,
5126
+ 0x62, 0x6f, 0x67, 0x6f, 0x4d, 0x69, 0x70, 0x73, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x62,
5127
+ 0x79, 0x74, 0x65, 0x5f, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x48,
5128
+ 0x05, 0x52, 0x09, 0x62, 0x79, 0x74, 0x65, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12,
5129
+ 0x1d, 0x0a, 0x07, 0x63, 0x61, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09,
5130
+ 0x48, 0x06, 0x52, 0x07, 0x63, 0x61, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x33,
5131
+ 0x0a, 0x13, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x5f,
5132
+ 0x73, 0x70, 0x65, 0x65, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05, 0x48, 0x07, 0x52, 0x11, 0x63,
5133
+ 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x43, 0x6c, 0x6f, 0x63, 0x6b, 0x53, 0x70, 0x65, 0x65, 0x64,
5134
+ 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x77, 0x69, 0x64, 0x74,
5135
+ 0x68, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x48, 0x08, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x57,
5136
+ 0x69, 0x64, 0x74, 0x68, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x64, 0x65, 0x76, 0x69, 0x63,
5137
+ 0x65, 0x5f, 0x69, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x48, 0x09, 0x52, 0x08, 0x64, 0x65,
5138
+ 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x31, 0x0a, 0x12, 0x65, 0x78, 0x74,
5139
+ 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x5f, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x6d, 0x68, 0x7a, 0x18,
5140
+ 0x0c, 0x20, 0x01, 0x28, 0x05, 0x48, 0x0a, 0x52, 0x10, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61,
5141
+ 0x6c, 0x43, 0x6c, 0x6f, 0x63, 0x6b, 0x4d, 0x68, 0x7a, 0x88, 0x01, 0x01, 0x12, 0x47, 0x0a, 0x06,
5142
+ 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x63,
5143
+ 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70,
5144
+ 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x61, 0x70,
5145
+ 0x70, 0x65, 0x64, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x48, 0x0b, 0x52, 0x06, 0x66, 0x61, 0x6d, 0x69,
5146
+ 0x6c, 0x79, 0x88, 0x01, 0x01, 0x12, 0x30, 0x0a, 0x11, 0x68, 0x79, 0x70, 0x65, 0x72, 0x76, 0x69,
5147
+ 0x73, 0x6f, 0x72, 0x5f, 0x76, 0x65, 0x6e, 0x64, 0x6f, 0x72, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09,
5148
+ 0x48, 0x0c, 0x52, 0x10, 0x68, 0x79, 0x70, 0x65, 0x72, 0x76, 0x69, 0x73, 0x6f, 0x72, 0x56, 0x65,
5149
+ 0x6e, 0x64, 0x6f, 0x72, 0x88, 0x01, 0x01, 0x12, 0x2e, 0x0a, 0x11, 0x6c, 0x31, 0x64, 0x5f, 0x63,
5150
+ 0x61, 0x63, 0x68, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x5f, 0x6b, 0x62, 0x18, 0x0f, 0x20, 0x01,
5151
+ 0x28, 0x05, 0x48, 0x0d, 0x52, 0x0e, 0x6c, 0x31, 0x64, 0x43, 0x61, 0x63, 0x68, 0x65, 0x53, 0x69,
5152
+ 0x7a, 0x65, 0x4b, 0x62, 0x88, 0x01, 0x01, 0x12, 0x2e, 0x0a, 0x11, 0x6c, 0x31, 0x69, 0x5f, 0x63,
5153
+ 0x61, 0x63, 0x68, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x5f, 0x6b, 0x62, 0x18, 0x10, 0x20, 0x01,
5154
+ 0x28, 0x05, 0x48, 0x0e, 0x52, 0x0e, 0x6c, 0x31, 0x69, 0x43, 0x61, 0x63, 0x68, 0x65, 0x53, 0x69,
5155
+ 0x7a, 0x65, 0x4b, 0x62, 0x88, 0x01, 0x01, 0x12, 0x2c, 0x0a, 0x10, 0x6c, 0x32, 0x5f, 0x63, 0x61,
5156
+ 0x63, 0x68, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x5f, 0x6b, 0x62, 0x18, 0x11, 0x20, 0x01, 0x28,
5157
+ 0x05, 0x48, 0x0f, 0x52, 0x0d, 0x6c, 0x32, 0x43, 0x61, 0x63, 0x68, 0x65, 0x53, 0x69, 0x7a, 0x65,
5158
+ 0x4b, 0x62, 0x88, 0x01, 0x01, 0x12, 0x30, 0x0a, 0x12, 0x6c, 0x32, 0x5f, 0x63, 0x61, 0x63, 0x68,
5159
+ 0x65, 0x5f, 0x73, 0x70, 0x65, 0x65, 0x64, 0x5f, 0x6d, 0x68, 0x7a, 0x18, 0x12, 0x20, 0x01, 0x28,
5160
+ 0x05, 0x48, 0x10, 0x52, 0x0f, 0x6c, 0x32, 0x43, 0x61, 0x63, 0x68, 0x65, 0x53, 0x70, 0x65, 0x65,
5161
+ 0x64, 0x4d, 0x68, 0x7a, 0x88, 0x01, 0x01, 0x12, 0x2c, 0x0a, 0x10, 0x6c, 0x33, 0x5f, 0x63, 0x61,
5162
+ 0x63, 0x68, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x5f, 0x6b, 0x62, 0x18, 0x13, 0x20, 0x01, 0x28,
5163
+ 0x05, 0x48, 0x11, 0x52, 0x0d, 0x6c, 0x33, 0x43, 0x61, 0x63, 0x68, 0x65, 0x53, 0x69, 0x7a, 0x65,
5164
+ 0x4b, 0x62, 0x88, 0x01, 0x01, 0x12, 0x19, 0x0a, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x14,
5165
+ 0x20, 0x01, 0x28, 0x05, 0x48, 0x12, 0x52, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x88, 0x01, 0x01,
5166
+ 0x12, 0x33, 0x0a, 0x13, 0x6c, 0x6f, 0x67, 0x69, 0x63, 0x61, 0x6c, 0x5f, 0x63, 0x6f, 0x72, 0x65,
5167
+ 0x73, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x15, 0x20, 0x01, 0x28, 0x05, 0x48, 0x13, 0x52,
5168
+ 0x11, 0x6c, 0x6f, 0x67, 0x69, 0x63, 0x61, 0x6c, 0x43, 0x6f, 0x72, 0x65, 0x73, 0x43, 0x6f, 0x75,
5169
+ 0x6e, 0x74, 0x88, 0x01, 0x01, 0x12, 0x27, 0x0a, 0x0c, 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63,
5170
+ 0x74, 0x75, 0x72, 0x65, 0x72, 0x18, 0x16, 0x20, 0x01, 0x28, 0x09, 0x48, 0x14, 0x52, 0x0c, 0x6d,
5171
+ 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x32,
5172
+ 0x0a, 0x13, 0x6d, 0x61, 0x78, 0x5f, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x73, 0x70, 0x65, 0x65,
5173
+ 0x64, 0x5f, 0x6d, 0x68, 0x7a, 0x18, 0x17, 0x20, 0x01, 0x28, 0x05, 0x48, 0x15, 0x52, 0x10, 0x6d,
5174
+ 0x61, 0x78, 0x43, 0x6c, 0x6f, 0x63, 0x6b, 0x53, 0x70, 0x65, 0x65, 0x64, 0x4d, 0x68, 0x7a, 0x88,
5175
+ 0x01, 0x01, 0x12, 0x32, 0x0a, 0x13, 0x6d, 0x69, 0x6e, 0x5f, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x5f,
5176
+ 0x73, 0x70, 0x65, 0x65, 0x64, 0x5f, 0x6d, 0x68, 0x7a, 0x18, 0x18, 0x20, 0x01, 0x28, 0x05, 0x48,
5177
+ 0x16, 0x52, 0x10, 0x6d, 0x69, 0x6e, 0x43, 0x6c, 0x6f, 0x63, 0x6b, 0x53, 0x70, 0x65, 0x65, 0x64,
5178
+ 0x4d, 0x68, 0x7a, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f,
5179
+ 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x19, 0x20, 0x01, 0x28, 0x05, 0x48, 0x17, 0x52, 0x0b,
5180
+ 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x1e,
5181
+ 0x0a, 0x08, 0x6f, 0x70, 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x73, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x09,
5182
+ 0x48, 0x18, 0x52, 0x07, 0x6f, 0x70, 0x4d, 0x6f, 0x64, 0x65, 0x73, 0x88, 0x01, 0x01, 0x12, 0x35,
5183
+ 0x0a, 0x14, 0x70, 0x68, 0x79, 0x73, 0x69, 0x63, 0x61, 0x6c, 0x5f, 0x63, 0x6f, 0x72, 0x65, 0x73,
5184
+ 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x05, 0x48, 0x19, 0x52, 0x12,
5185
+ 0x70, 0x68, 0x79, 0x73, 0x69, 0x63, 0x61, 0x6c, 0x43, 0x6f, 0x72, 0x65, 0x73, 0x43, 0x6f, 0x75,
5186
+ 0x6e, 0x74, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x70, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73,
5187
+ 0x6f, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x09, 0x48, 0x1a, 0x52, 0x0b, 0x70,
5188
+ 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x6f, 0x72, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x56, 0x0a,
5189
+ 0x0e, 0x70, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x6f, 0x72, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18,
5190
+ 0x1d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
5191
+ 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75,
5192
+ 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x61, 0x70, 0x70, 0x65, 0x64, 0x56, 0x61, 0x6c, 0x75,
5193
+ 0x65, 0x48, 0x1b, 0x52, 0x0d, 0x70, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x6f, 0x72, 0x54, 0x79,
5194
+ 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x1f, 0x0a, 0x08, 0x72, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f,
5195
+ 0x6e, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x05, 0x48, 0x1c, 0x52, 0x08, 0x72, 0x65, 0x76, 0x69, 0x73,
5196
+ 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x32, 0x0a, 0x12, 0x73, 0x6f, 0x63, 0x6b, 0x65, 0x74,
5197
+ 0x5f, 0x64, 0x65, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x1f, 0x20, 0x01,
5198
+ 0x28, 0x09, 0x48, 0x1d, 0x52, 0x11, 0x73, 0x6f, 0x63, 0x6b, 0x65, 0x74, 0x44, 0x65, 0x73, 0x69,
5199
+ 0x67, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x1d, 0x0a, 0x07, 0x73, 0x6f,
5200
+ 0x63, 0x6b, 0x65, 0x74, 0x73, 0x18, 0x20, 0x20, 0x01, 0x28, 0x05, 0x48, 0x1e, 0x52, 0x07, 0x73,
5201
+ 0x6f, 0x63, 0x6b, 0x65, 0x74, 0x73, 0x88, 0x01, 0x01, 0x12, 0x47, 0x0a, 0x06, 0x73, 0x74, 0x61,
5202
+ 0x74, 0x75, 0x73, 0x18, 0x21, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x63, 0x6f, 0x6d, 0x2e,
5203
+ 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75,
5204
+ 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x61, 0x70, 0x70, 0x65, 0x64,
5205
+ 0x56, 0x61, 0x6c, 0x75, 0x65, 0x48, 0x1f, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x88,
5206
+ 0x01, 0x01, 0x12, 0x1f, 0x0a, 0x08, 0x73, 0x74, 0x65, 0x70, 0x70, 0x69, 0x6e, 0x67, 0x18, 0x22,
5207
+ 0x20, 0x01, 0x28, 0x05, 0x48, 0x20, 0x52, 0x08, 0x73, 0x74, 0x65, 0x70, 0x70, 0x69, 0x6e, 0x67,
5208
+ 0x88, 0x01, 0x01, 0x12, 0x49, 0x0a, 0x1f, 0x74, 0x68, 0x72, 0x65, 0x61, 0x64, 0x73, 0x5f, 0x70,
5209
+ 0x65, 0x72, 0x5f, 0x70, 0x68, 0x79, 0x73, 0x69, 0x63, 0x61, 0x6c, 0x5f, 0x63, 0x6f, 0x72, 0x65,
5210
+ 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x23, 0x20, 0x01, 0x28, 0x05, 0x48, 0x21, 0x52, 0x1b,
5211
+ 0x74, 0x68, 0x72, 0x65, 0x61, 0x64, 0x73, 0x50, 0x65, 0x72, 0x50, 0x68, 0x79, 0x73, 0x69, 0x63,
5212
+ 0x61, 0x6c, 0x43, 0x6f, 0x72, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x88, 0x01, 0x01, 0x12, 0x20,
5213
+ 0x0a, 0x09, 0x75, 0x6e, 0x69, 0x71, 0x75, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x24, 0x20, 0x01, 0x28,
5214
+ 0x09, 0x48, 0x22, 0x52, 0x08, 0x75, 0x6e, 0x69, 0x71, 0x75, 0x65, 0x49, 0x64, 0x88, 0x01, 0x01,
5215
+ 0x12, 0x56, 0x0a, 0x0e, 0x75, 0x70, 0x67, 0x72, 0x61, 0x64, 0x65, 0x5f, 0x6d, 0x65, 0x74, 0x68,
5216
+ 0x6f, 0x64, 0x18, 0x25, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c,
5217
+ 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74,
5218
+ 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x61, 0x70, 0x70, 0x65, 0x64, 0x56,
5219
+ 0x61, 0x6c, 0x75, 0x65, 0x48, 0x23, 0x52, 0x0d, 0x75, 0x70, 0x67, 0x72, 0x61, 0x64, 0x65, 0x4d,
5220
+ 0x65, 0x74, 0x68, 0x6f, 0x64, 0x88, 0x01, 0x01, 0x12, 0x1d, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73,
5221
+ 0x69, 0x6f, 0x6e, 0x18, 0x26, 0x20, 0x01, 0x28, 0x09, 0x48, 0x24, 0x52, 0x07, 0x76, 0x65, 0x72,
5222
+ 0x73, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x2b, 0x0a, 0x0e, 0x76, 0x69, 0x72, 0x74, 0x75,
5223
+ 0x61, 0x6c, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x27, 0x20, 0x01, 0x28, 0x09, 0x48,
5224
+ 0x25, 0x52, 0x0e, 0x76, 0x69, 0x72, 0x74, 0x75, 0x61, 0x6c, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f,
5225
+ 0x6e, 0x88, 0x01, 0x01, 0x12, 0x62, 0x0a, 0x14, 0x76, 0x6f, 0x6c, 0x74, 0x61, 0x67, 0x65, 0x5f,
5226
+ 0x63, 0x61, 0x70, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x69, 0x65, 0x73, 0x18, 0x28, 0x20, 0x01,
5227
+ 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
5228
+ 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e,
5229
+ 0x76, 0x31, 0x2e, 0x4d, 0x61, 0x70, 0x70, 0x65, 0x64, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x48, 0x26,
5230
+ 0x52, 0x13, 0x76, 0x6f, 0x6c, 0x74, 0x61, 0x67, 0x65, 0x43, 0x61, 0x70, 0x61, 0x62, 0x69, 0x6c,
5231
+ 0x69, 0x74, 0x69, 0x65, 0x73, 0x88, 0x01, 0x01, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x61, 0x64, 0x64,
5232
+ 0x72, 0x65, 0x73, 0x73, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x73, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x61,
5233
+ 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x5f, 0x77, 0x69, 0x64, 0x74, 0x68, 0x42, 0x0f, 0x0a, 0x0d,
5234
+ 0x5f, 0x61, 0x72, 0x63, 0x68, 0x69, 0x74, 0x65, 0x63, 0x74, 0x75, 0x72, 0x65, 0x42, 0x0f, 0x0a,
5235
+ 0x0d, 0x5f, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x42, 0x0c,
5236
+ 0x0a, 0x0a, 0x5f, 0x62, 0x6f, 0x67, 0x6f, 0x5f, 0x6d, 0x69, 0x70, 0x73, 0x42, 0x0d, 0x0a, 0x0b,
5237
+ 0x5f, 0x62, 0x79, 0x74, 0x65, 0x5f, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x42, 0x0a, 0x0a, 0x08, 0x5f,
5238
+ 0x63, 0x61, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x16, 0x0a, 0x14, 0x5f, 0x63, 0x75, 0x72, 0x72,
5239
+ 0x65, 0x6e, 0x74, 0x5f, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x73, 0x70, 0x65, 0x65, 0x64, 0x42,
5240
+ 0x0d, 0x0a, 0x0b, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x77, 0x69, 0x64, 0x74, 0x68, 0x42, 0x0c,
5241
+ 0x0a, 0x0a, 0x5f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x42, 0x15, 0x0a, 0x13,
5242
+ 0x5f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x5f, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x5f,
5243
+ 0x6d, 0x68, 0x7a, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x42, 0x14,
5244
+ 0x0a, 0x12, 0x5f, 0x68, 0x79, 0x70, 0x65, 0x72, 0x76, 0x69, 0x73, 0x6f, 0x72, 0x5f, 0x76, 0x65,
5245
+ 0x6e, 0x64, 0x6f, 0x72, 0x42, 0x14, 0x0a, 0x12, 0x5f, 0x6c, 0x31, 0x64, 0x5f, 0x63, 0x61, 0x63,
5246
+ 0x68, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x5f, 0x6b, 0x62, 0x42, 0x14, 0x0a, 0x12, 0x5f, 0x6c,
5247
+ 0x31, 0x69, 0x5f, 0x63, 0x61, 0x63, 0x68, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x5f, 0x6b, 0x62,
5248
+ 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x6c, 0x32, 0x5f, 0x63, 0x61, 0x63, 0x68, 0x65, 0x5f, 0x73, 0x69,
5249
+ 0x7a, 0x65, 0x5f, 0x6b, 0x62, 0x42, 0x15, 0x0a, 0x13, 0x5f, 0x6c, 0x32, 0x5f, 0x63, 0x61, 0x63,
5250
+ 0x68, 0x65, 0x5f, 0x73, 0x70, 0x65, 0x65, 0x64, 0x5f, 0x6d, 0x68, 0x7a, 0x42, 0x13, 0x0a, 0x11,
5251
+ 0x5f, 0x6c, 0x33, 0x5f, 0x63, 0x61, 0x63, 0x68, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x5f, 0x6b,
5252
+ 0x62, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x42, 0x16, 0x0a, 0x14, 0x5f,
5253
+ 0x6c, 0x6f, 0x67, 0x69, 0x63, 0x61, 0x6c, 0x5f, 0x63, 0x6f, 0x72, 0x65, 0x73, 0x5f, 0x63, 0x6f,
5254
+ 0x75, 0x6e, 0x74, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74,
5255
+ 0x75, 0x72, 0x65, 0x72, 0x42, 0x16, 0x0a, 0x14, 0x5f, 0x6d, 0x61, 0x78, 0x5f, 0x63, 0x6c, 0x6f,
5256
+ 0x63, 0x6b, 0x5f, 0x73, 0x70, 0x65, 0x65, 0x64, 0x5f, 0x6d, 0x68, 0x7a, 0x42, 0x16, 0x0a, 0x14,
5257
+ 0x5f, 0x6d, 0x69, 0x6e, 0x5f, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x73, 0x70, 0x65, 0x65, 0x64,
5258
+ 0x5f, 0x6d, 0x68, 0x7a, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f, 0x6e,
5259
+ 0x75, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x6f, 0x70, 0x5f, 0x6d, 0x6f, 0x64,
5260
+ 0x65, 0x73, 0x42, 0x17, 0x0a, 0x15, 0x5f, 0x70, 0x68, 0x79, 0x73, 0x69, 0x63, 0x61, 0x6c, 0x5f,
5261
+ 0x63, 0x6f, 0x72, 0x65, 0x73, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x0f, 0x0a, 0x0d, 0x5f,
5262
+ 0x70, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x6f, 0x72, 0x5f, 0x69, 0x64, 0x42, 0x11, 0x0a, 0x0f,
5263
+ 0x5f, 0x70, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x6f, 0x72, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x42,
5264
+ 0x0b, 0x0a, 0x09, 0x5f, 0x72, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x15, 0x0a, 0x13,
5265
+ 0x5f, 0x73, 0x6f, 0x63, 0x6b, 0x65, 0x74, 0x5f, 0x64, 0x65, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74,
5266
+ 0x69, 0x6f, 0x6e, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x73, 0x6f, 0x63, 0x6b, 0x65, 0x74, 0x73, 0x42,
5267
+ 0x09, 0x0a, 0x07, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x73,
5268
+ 0x74, 0x65, 0x70, 0x70, 0x69, 0x6e, 0x67, 0x42, 0x22, 0x0a, 0x20, 0x5f, 0x74, 0x68, 0x72, 0x65,
5269
+ 0x61, 0x64, 0x73, 0x5f, 0x70, 0x65, 0x72, 0x5f, 0x70, 0x68, 0x79, 0x73, 0x69, 0x63, 0x61, 0x6c,
5270
+ 0x5f, 0x63, 0x6f, 0x72, 0x65, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x0c, 0x0a, 0x0a, 0x5f,
5271
+ 0x75, 0x6e, 0x69, 0x71, 0x75, 0x65, 0x5f, 0x69, 0x64, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x75, 0x70,
5272
+ 0x67, 0x72, 0x61, 0x64, 0x65, 0x5f, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x42, 0x0a, 0x0a, 0x08,
5273
+ 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x76, 0x69, 0x72,
5274
+ 0x74, 0x75, 0x61, 0x6c, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x17, 0x0a, 0x15, 0x5f,
5275
+ 0x76, 0x6f, 0x6c, 0x74, 0x61, 0x67, 0x65, 0x5f, 0x63, 0x61, 0x70, 0x61, 0x62, 0x69, 0x6c, 0x69,
5276
+ 0x74, 0x69, 0x65, 0x73, 0x22, 0x45, 0x0a, 0x0b, 0x4d, 0x61, 0x70, 0x70, 0x65, 0x64, 0x56, 0x61,
5277
+ 0x6c, 0x75, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01,
5278
+ 0x28, 0x03, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x17, 0x0a, 0x04, 0x6e, 0x61, 0x6d,
5279
+ 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x88,
5280
+ 0x01, 0x01, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x8e, 0x01, 0x0a, 0x10,
5281
+ 0x4d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x76, 0x65, 0x6e, 0x74, 0x6f, 0x72, 0x79,
5282
+ 0x12, 0x38, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x01, 0x20,
5283
+ 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
5284
+ 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52,
5285
+ 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x40, 0x0a, 0x07, 0x6d, 0x6f,
5286
+ 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x63, 0x6f,
5287
+ 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e,
5288
+ 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x6f, 0x6e, 0x69,
5289
+ 0x74, 0x6f, 0x72, 0x52, 0x07, 0x6d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x22, 0xe9, 0x02, 0x0a,
5290
+ 0x07, 0x4d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x12, 0x13, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01,
5291
+ 0x20, 0x01, 0x28, 0x03, 0x48, 0x01, 0x52, 0x02, 0x69, 0x64, 0x88, 0x01, 0x01, 0x12, 0x1c, 0x0a,
5292
+ 0x07, 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x48, 0x02,
5293
+ 0x52, 0x06, 0x6d, 0x61, 0x6b, 0x65, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x1b, 0x0a, 0x09, 0x6d,
5294
+ 0x61, 0x6b, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
5295
+ 0x6d, 0x61, 0x6b, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x6d, 0x6f, 0x64, 0x65,
5296
+ 0x6c, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6d, 0x6f,
5297
+ 0x64, 0x65, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x28, 0x0a, 0x0d, 0x73, 0x65, 0x72, 0x69, 0x61,
5298
+ 0x6c, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x48, 0x03,
5299
+ 0x52, 0x0c, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x88, 0x01,
5300
+ 0x01, 0x12, 0x47, 0x0a, 0x11, 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65,
5301
+ 0x72, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67,
5302
+ 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54,
5303
+ 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x10, 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61,
5304
+ 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x44, 0x61, 0x74, 0x65, 0x12, 0x50, 0x0a, 0x07, 0x77, 0x69,
5305
+ 0x6e, 0x64, 0x6f, 0x77, 0x73, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x63, 0x6f,
5306
+ 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e,
5307
+ 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x57, 0x69, 0x6e, 0x64,
5308
+ 0x6f, 0x77, 0x73, 0x52, 0x61, 0x77, 0x4d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x66,
5309
+ 0x6f, 0x48, 0x00, 0x52, 0x07, 0x77, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x73, 0x42, 0x05, 0x0a, 0x03,
5310
+ 0x72, 0x61, 0x77, 0x42, 0x05, 0x0a, 0x03, 0x5f, 0x69, 0x64, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x6d,
5311
+ 0x61, 0x6b, 0x65, 0x5f, 0x69, 0x64, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x73, 0x65, 0x72, 0x69, 0x61,
5312
+ 0x6c, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x22, 0xf8, 0x03, 0x0a, 0x15, 0x57, 0x69, 0x6e,
5313
+ 0x64, 0x6f, 0x77, 0x73, 0x52, 0x61, 0x77, 0x4d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x49, 0x6e,
5314
+ 0x66, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28,
5315
+ 0x09, 0x52, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x12, 0x27, 0x0a, 0x0d, 0x70, 0x6e, 0x70, 0x5f,
5316
+ 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48,
5317
+ 0x00, 0x52, 0x0b, 0x70, 0x6e, 0x70, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x88, 0x01,
5318
+ 0x01, 0x12, 0x28, 0x0a, 0x0d, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x6e, 0x75, 0x6d, 0x62,
5319
+ 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x0c, 0x73, 0x65, 0x72, 0x69,
5320
+ 0x61, 0x6c, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x73,
5321
+ 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x68, 0x65, 0x78, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48,
5322
+ 0x02, 0x52, 0x09, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x48, 0x65, 0x78, 0x88, 0x01, 0x01, 0x12,
5323
+ 0x30, 0x0a, 0x11, 0x76, 0x65, 0x73, 0x61, 0x5f, 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74,
5324
+ 0x75, 0x72, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x48, 0x03, 0x52, 0x10, 0x76, 0x65,
5325
+ 0x73, 0x61, 0x4d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x88, 0x01,
5326
+ 0x01, 0x12, 0x2e, 0x0a, 0x10, 0x6b, 0x65, 0x79, 0x5f, 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63,
5327
+ 0x74, 0x75, 0x72, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x48, 0x04, 0x52, 0x0f, 0x6b,
5328
+ 0x65, 0x79, 0x4d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x88, 0x01,
5329
+ 0x01, 0x12, 0x4c, 0x0a, 0x11, 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65,
5330
+ 0x72, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67,
5331
+ 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54,
5332
+ 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x05, 0x52, 0x10, 0x6d, 0x61, 0x6e, 0x75,
5333
+ 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x44, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x12,
5334
+ 0x20, 0x0a, 0x09, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x08, 0x20, 0x01,
5335
+ 0x28, 0x09, 0x48, 0x06, 0x52, 0x08, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x88, 0x01,
5336
+ 0x01, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x70, 0x6e, 0x70, 0x5f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
5337
+ 0x5f, 0x69, 0x64, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x6e,
5338
+ 0x75, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c,
5339
+ 0x5f, 0x68, 0x65, 0x78, 0x42, 0x14, 0x0a, 0x12, 0x5f, 0x76, 0x65, 0x73, 0x61, 0x5f, 0x6d, 0x61,
5340
+ 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x6b,
5341
+ 0x65, 0x79, 0x5f, 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x42,
5342
+ 0x14, 0x0a, 0x12, 0x5f, 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72,
5343
+ 0x5f, 0x64, 0x61, 0x74, 0x65, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
5344
+ 0x5f, 0x69, 0x64, 0x22, 0x92, 0x01, 0x0a, 0x11, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65,
5345
+ 0x49, 0x6e, 0x76, 0x65, 0x6e, 0x74, 0x6f, 0x72, 0x79, 0x12, 0x38, 0x0a, 0x09, 0x74, 0x69, 0x6d,
5346
+ 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67,
5347
+ 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54,
5348
+ 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74,
5349
+ 0x61, 0x6d, 0x70, 0x12, 0x43, 0x0a, 0x08, 0x73, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x18,
5350
+ 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
5351
+ 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75,
5352
+ 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x52, 0x08,
5353
+ 0x73, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x22, 0xd3, 0x06, 0x0a, 0x08, 0x53, 0x6f, 0x66,
5354
+ 0x74, 0x77, 0x61, 0x72, 0x65, 0x12, 0x17, 0x0a, 0x04, 0x72, 0x61, 0x6e, 0x6b, 0x18, 0x01, 0x20,
5355
+ 0x01, 0x28, 0x05, 0x48, 0x00, 0x52, 0x04, 0x72, 0x61, 0x6e, 0x6b, 0x88, 0x01, 0x01, 0x12, 0x1c,
5356
+ 0x0a, 0x07, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x48,
5357
+ 0x01, 0x52, 0x06, 0x74, 0x79, 0x70, 0x65, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x1a, 0x0a, 0x06,
5358
+ 0x63, 0x61, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x48, 0x02, 0x52, 0x05,
5359
+ 0x63, 0x61, 0x74, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x1c, 0x0a, 0x07, 0x6d, 0x61, 0x6b, 0x65,
5360
+ 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x48, 0x03, 0x52, 0x06, 0x6d, 0x61, 0x6b,
5361
+ 0x65, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x18, 0x0a, 0x05, 0x73, 0x77, 0x5f, 0x69, 0x64, 0x18,
5362
+ 0x05, 0x20, 0x01, 0x28, 0x03, 0x48, 0x04, 0x52, 0x04, 0x73, 0x77, 0x49, 0x64, 0x88, 0x01, 0x01,
5363
+ 0x12, 0x20, 0x0a, 0x09, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x06, 0x20,
5364
+ 0x01, 0x28, 0x03, 0x48, 0x05, 0x52, 0x08, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x88,
5365
+ 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18,
5366
+ 0x07, 0x20, 0x01, 0x28, 0x09, 0x48, 0x06, 0x52, 0x08, 0x74, 0x79, 0x70, 0x65, 0x4e, 0x61, 0x6d,
5367
+ 0x65, 0x88, 0x01, 0x01, 0x12, 0x1e, 0x0a, 0x08, 0x63, 0x61, 0x74, 0x5f, 0x6e, 0x61, 0x6d, 0x65,
5368
+ 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x48, 0x07, 0x52, 0x07, 0x63, 0x61, 0x74, 0x4e, 0x61, 0x6d,
5369
+ 0x65, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x6e, 0x61, 0x6d,
5370
+ 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x48, 0x08, 0x52, 0x08, 0x6d, 0x61, 0x6b, 0x65, 0x4e,
5371
+ 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x0a,
5372
+ 0x20, 0x01, 0x28, 0x09, 0x48, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12,
5373
+ 0x1d, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09,
5374
+ 0x48, 0x0a, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x22,
5375
+ 0x0a, 0x0a, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x5f, 0x76, 0x65, 0x72, 0x18, 0x0c, 0x20, 0x01,
5376
+ 0x28, 0x09, 0x48, 0x0b, 0x52, 0x09, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x56, 0x65, 0x72, 0x88,
5377
+ 0x01, 0x01, 0x12, 0x1d, 0x0a, 0x07, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x0d, 0x20,
5378
+ 0x01, 0x28, 0x09, 0x48, 0x0c, 0x52, 0x07, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01,
5379
+ 0x01, 0x12, 0x19, 0x0a, 0x05, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09,
5380
+ 0x48, 0x0d, 0x52, 0x05, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04,
5381
+ 0x61, 0x72, 0x63, 0x68, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0e, 0x52, 0x04, 0x61, 0x72,
5382
+ 0x63, 0x68, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x18, 0x15, 0x20,
5383
+ 0x01, 0x28, 0x09, 0x48, 0x0f, 0x52, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x88, 0x01, 0x01, 0x12, 0x15,
5384
+ 0x0a, 0x03, 0x63, 0x70, 0x65, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x48, 0x10, 0x52, 0x03, 0x63,
5385
+ 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x3c, 0x0a, 0x03, 0x72, 0x61, 0x77, 0x18, 0x11, 0x20, 0x01,
5386
+ 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
5387
+ 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e,
5388
+ 0x76, 0x31, 0x2e, 0x52, 0x61, 0x77, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x52, 0x03,
5389
+ 0x72, 0x61, 0x77, 0x12, 0x1e, 0x0a, 0x08, 0x72, 0x61, 0x77, 0x5f, 0x68, 0x61, 0x73, 0x68, 0x18,
5390
+ 0x12, 0x20, 0x01, 0x28, 0x09, 0x48, 0x11, 0x52, 0x07, 0x72, 0x61, 0x77, 0x48, 0x61, 0x73, 0x68,
5391
+ 0x88, 0x01, 0x01, 0x12, 0x1e, 0x0a, 0x08, 0x6e, 0x72, 0x65, 0x5f, 0x68, 0x61, 0x73, 0x68, 0x18,
5392
+ 0x13, 0x20, 0x01, 0x28, 0x09, 0x48, 0x12, 0x52, 0x07, 0x6e, 0x72, 0x65, 0x48, 0x61, 0x73, 0x68,
5393
+ 0x88, 0x01, 0x01, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x72, 0x61, 0x6e, 0x6b, 0x42, 0x0a, 0x0a, 0x08,
5394
+ 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x69, 0x64, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x63, 0x61, 0x74,
5395
+ 0x5f, 0x69, 0x64, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x69, 0x64, 0x42,
5396
+ 0x08, 0x0a, 0x06, 0x5f, 0x73, 0x77, 0x5f, 0x69, 0x64, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x70, 0x61,
5397
+ 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x74, 0x79, 0x70, 0x65,
5398
+ 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x63, 0x61, 0x74, 0x5f, 0x6e, 0x61,
5399
+ 0x6d, 0x65, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65,
5400
+ 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x76, 0x65,
5401
+ 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74,
5402
+ 0x5f, 0x76, 0x65, 0x72, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e,
5403
+ 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x61,
5404
+ 0x72, 0x63, 0x68, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x6c, 0x61, 0x6e, 0x67, 0x42, 0x06, 0x0a, 0x04,
5405
+ 0x5f, 0x63, 0x70, 0x65, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x72, 0x61, 0x77, 0x5f, 0x68, 0x61, 0x73,
5406
+ 0x68, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x6e, 0x72, 0x65, 0x5f, 0x68, 0x61, 0x73, 0x68, 0x22, 0xd5,
5407
+ 0x03, 0x0a, 0x0b, 0x52, 0x61, 0x77, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x12, 0x12,
5408
+ 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61,
5409
+ 0x6d, 0x65, 0x12, 0x1b, 0x0a, 0x06, 0x76, 0x65, 0x6e, 0x64, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01,
5410
+ 0x28, 0x09, 0x48, 0x00, 0x52, 0x06, 0x76, 0x65, 0x6e, 0x64, 0x6f, 0x72, 0x88, 0x01, 0x01, 0x12,
5411
+ 0x1d, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
5412
+ 0x48, 0x01, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x17,
5413
+ 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x04,
5414
+ 0x69, 0x6e, 0x66, 0x6f, 0x88, 0x01, 0x01, 0x12, 0x1e, 0x0a, 0x08, 0x65, 0x78, 0x65, 0x5f, 0x70,
5415
+ 0x61, 0x74, 0x68, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x48, 0x03, 0x52, 0x07, 0x65, 0x78, 0x65,
5416
+ 0x50, 0x61, 0x74, 0x68, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x61, 0x72, 0x63, 0x68, 0x18,
5417
+ 0x06, 0x20, 0x01, 0x28, 0x09, 0x48, 0x04, 0x52, 0x04, 0x61, 0x72, 0x63, 0x68, 0x88, 0x01, 0x01,
5418
+ 0x12, 0x42, 0x0a, 0x0c, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x5f, 0x64, 0x61, 0x74, 0x65,
5419
+ 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
5420
+ 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61,
5421
+ 0x6d, 0x70, 0x48, 0x05, 0x52, 0x0b, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x44, 0x61, 0x74,
5422
+ 0x65, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x74,
5423
+ 0x79, 0x70, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x48, 0x06, 0x52, 0x0a, 0x73, 0x6f, 0x75,
5424
+ 0x72, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x18, 0x0a, 0x05, 0x73, 0x77,
5425
+ 0x5f, 0x69, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x48, 0x07, 0x52, 0x04, 0x73, 0x77, 0x49,
5426
+ 0x64, 0x88, 0x01, 0x01, 0x12, 0x2b, 0x0a, 0x0f, 0x69, 0x73, 0x5f, 0x63, 0x75, 0x72, 0x72, 0x65,
5427
+ 0x6e, 0x74, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x48, 0x08, 0x52,
5428
+ 0x0d, 0x69, 0x73, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x55, 0x73, 0x65, 0x72, 0x88, 0x01,
5429
+ 0x01, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x76, 0x65, 0x6e, 0x64, 0x6f, 0x72, 0x42, 0x0a, 0x0a, 0x08,
5430
+ 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x69, 0x6e, 0x66,
5431
+ 0x6f, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x65, 0x78, 0x65, 0x5f, 0x70, 0x61, 0x74, 0x68, 0x42, 0x07,
5432
+ 0x0a, 0x05, 0x5f, 0x61, 0x72, 0x63, 0x68, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x69, 0x6e, 0x73, 0x74,
5433
+ 0x61, 0x6c, 0x6c, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x73, 0x6f, 0x75,
5434
+ 0x72, 0x63, 0x65, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x73, 0x77, 0x5f,
5435
+ 0x69, 0x64, 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x69, 0x73, 0x5f, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e,
5436
+ 0x74, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x22, 0x95, 0x0e, 0x0a, 0x0c, 0x43, 0x61, 0x74, 0x61, 0x6c,
5437
+ 0x6f, 0x67, 0x42, 0x72, 0x61, 0x6e, 0x64, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20,
5438
+ 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x6d, 0x61, 0x6b, 0x65, 0x5f,
5439
+ 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x61, 0x6b, 0x65,
5440
+ 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x09, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x69,
5441
+ 0x64, 0x18, 0x12, 0x20, 0x01, 0x28, 0x03, 0x48, 0x00, 0x52, 0x08, 0x70, 0x61, 0x72, 0x65, 0x6e,
5442
+ 0x74, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x49, 0x0a, 0x10, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x75,
5443
+ 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b,
5444
+ 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
5445
+ 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x01, 0x52, 0x0e,
5446
+ 0x6c, 0x61, 0x73, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x88, 0x01,
5447
+ 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x5f, 0x63, 0x6f, 0x64,
5448
+ 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x0b, 0x63, 0x6f, 0x75, 0x6e, 0x74,
5449
+ 0x72, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x88, 0x01, 0x01, 0x12, 0x29, 0x0a, 0x0e, 0x6c, 0x6f, 0x67,
5450
+ 0x6f, 0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x07, 0x20, 0x01, 0x28,
5451
+ 0x09, 0x48, 0x03, 0x52, 0x0c, 0x6c, 0x6f, 0x67, 0x6f, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x55, 0x72,
5452
+ 0x6c, 0x88, 0x01, 0x01, 0x12, 0x2d, 0x0a, 0x10, 0x62, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x5f, 0x69,
5453
+ 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x48, 0x04,
5454
+ 0x52, 0x0e, 0x62, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x55, 0x72, 0x6c,
5455
+ 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x77, 0x69, 0x6b, 0x69, 0x70, 0x65, 0x64, 0x69, 0x61,
5456
+ 0x5f, 0x69, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x48, 0x05, 0x52, 0x0b, 0x77, 0x69, 0x6b,
5457
+ 0x69, 0x70, 0x65, 0x64, 0x69, 0x61, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x33, 0x0a, 0x13, 0x77,
5458
+ 0x69, 0x6b, 0x69, 0x70, 0x65, 0x64, 0x69, 0x61, 0x5f, 0x6c, 0x61, 0x6e, 0x67, 0x5f, 0x63, 0x6f,
5459
+ 0x64, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x48, 0x06, 0x52, 0x11, 0x77, 0x69, 0x6b, 0x69,
5460
+ 0x70, 0x65, 0x64, 0x69, 0x61, 0x4c, 0x61, 0x6e, 0x67, 0x43, 0x6f, 0x64, 0x65, 0x88, 0x01, 0x01,
5461
+ 0x12, 0x24, 0x0a, 0x0b, 0x77, 0x65, 0x62, 0x73, 0x69, 0x74, 0x65, 0x5f, 0x75, 0x72, 0x6c, 0x18,
5462
+ 0x0b, 0x20, 0x01, 0x28, 0x09, 0x48, 0x07, 0x52, 0x0a, 0x77, 0x65, 0x62, 0x73, 0x69, 0x74, 0x65,
5463
+ 0x55, 0x72, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72,
5464
+ 0x74, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x48, 0x08, 0x52, 0x0a, 0x73,
5465
+ 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x55, 0x72, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x28, 0x0a, 0x0d,
5466
+ 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x5f, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x0d, 0x20,
5467
+ 0x01, 0x28, 0x09, 0x48, 0x09, 0x52, 0x0c, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x50, 0x68,
5468
+ 0x6f, 0x6e, 0x65, 0x88, 0x01, 0x01, 0x12, 0x2e, 0x0a, 0x10, 0x66, 0x61, 0x63, 0x65, 0x62, 0x6f,
5469
+ 0x6f, 0x6b, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09,
5470
+ 0x48, 0x0a, 0x52, 0x0f, 0x66, 0x61, 0x63, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x41, 0x63, 0x63, 0x6f,
5471
+ 0x75, 0x6e, 0x74, 0x88, 0x01, 0x01, 0x12, 0x2c, 0x0a, 0x0f, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65,
5472
+ 0x72, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x48,
5473
+ 0x0b, 0x52, 0x0e, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e,
5474
+ 0x74, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x77, 0x61, 0x72, 0x72, 0x61, 0x6e, 0x74, 0x79,
5475
+ 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0c, 0x52, 0x0b, 0x77, 0x61,
5476
+ 0x72, 0x72, 0x61, 0x6e, 0x74, 0x79, 0x55, 0x72, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x33, 0x0a, 0x13,
5477
+ 0x77, 0x61, 0x72, 0x72, 0x61, 0x6e, 0x74, 0x79, 0x5f, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x5f,
5478
+ 0x75, 0x72, 0x6c, 0x18, 0x11, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0d, 0x52, 0x11, 0x77, 0x61, 0x72,
5479
+ 0x72, 0x61, 0x6e, 0x74, 0x79, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x55, 0x72, 0x6c, 0x88, 0x01,
5480
+ 0x01, 0x12, 0x28, 0x0a, 0x0d, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x5f, 0x75,
5481
+ 0x72, 0x6c, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0e, 0x52, 0x0c, 0x63, 0x6f, 0x6d, 0x6d,
5482
+ 0x75, 0x6e, 0x69, 0x74, 0x79, 0x55, 0x72, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x2e, 0x0a, 0x10, 0x6c,
5483
+ 0x69, 0x6e, 0x6b, 0x65, 0x64, 0x69, 0x6e, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18,
5484
+ 0x15, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0f, 0x52, 0x0f, 0x6c, 0x69, 0x6e, 0x6b, 0x65, 0x64, 0x69,
5485
+ 0x6e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x88, 0x01, 0x01, 0x12, 0x30, 0x0a, 0x11, 0x69,
5486
+ 0x6e, 0x73, 0x74, 0x61, 0x67, 0x72, 0x61, 0x6d, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
5487
+ 0x18, 0x16, 0x20, 0x01, 0x28, 0x09, 0x48, 0x10, 0x52, 0x10, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x67,
5488
+ 0x72, 0x61, 0x6d, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x88, 0x01, 0x01, 0x12, 0x2c, 0x0a,
5489
+ 0x0f, 0x79, 0x6f, 0x75, 0x74, 0x75, 0x62, 0x65, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
5490
+ 0x18, 0x17, 0x20, 0x01, 0x28, 0x09, 0x48, 0x11, 0x52, 0x0e, 0x79, 0x6f, 0x75, 0x74, 0x75, 0x62,
5491
+ 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x88, 0x01, 0x01, 0x12, 0x30, 0x0a, 0x11, 0x70,
5492
+ 0x69, 0x6e, 0x74, 0x65, 0x72, 0x65, 0x73, 0x74, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
5493
+ 0x18, 0x18, 0x20, 0x01, 0x28, 0x09, 0x48, 0x12, 0x52, 0x10, 0x70, 0x69, 0x6e, 0x74, 0x65, 0x72,
5494
+ 0x65, 0x73, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x88, 0x01, 0x01, 0x12, 0x2a, 0x0a,
5495
+ 0x0e, 0x74, 0x69, 0x6b, 0x74, 0x6f, 0x6b, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18,
5496
+ 0x1f, 0x20, 0x01, 0x28, 0x09, 0x48, 0x13, 0x52, 0x0d, 0x74, 0x69, 0x6b, 0x74, 0x6f, 0x6b, 0x41,
5497
+ 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x88, 0x01, 0x01, 0x12, 0x2a, 0x0a, 0x0e, 0x63, 0x6c, 0x61,
5498
+ 0x73, 0x73, 0x5f, 0x68, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x18, 0x19, 0x20, 0x01, 0x28,
5499
+ 0x08, 0x48, 0x14, 0x52, 0x0d, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61,
5500
+ 0x72, 0x65, 0x88, 0x01, 0x01, 0x12, 0x2a, 0x0a, 0x0e, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x5f, 0x73,
5501
+ 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x08, 0x48, 0x15, 0x52,
5502
+ 0x0d, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x88, 0x01,
5503
+ 0x01, 0x12, 0x2a, 0x0a, 0x0e, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x5f, 0x63, 0x6f, 0x6e, 0x73, 0x75,
5504
+ 0x6d, 0x65, 0x72, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x08, 0x48, 0x16, 0x52, 0x0d, 0x63, 0x6c, 0x61,
5505
+ 0x73, 0x73, 0x43, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x2e, 0x0a,
5506
+ 0x10, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x5f, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x70, 0x72, 0x69, 0x73,
5507
+ 0x65, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x08, 0x48, 0x17, 0x52, 0x0f, 0x63, 0x6c, 0x61, 0x73, 0x73,
5508
+ 0x45, 0x6e, 0x74, 0x65, 0x72, 0x70, 0x72, 0x69, 0x73, 0x65, 0x88, 0x01, 0x01, 0x12, 0x2e, 0x0a,
5509
+ 0x10, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x5f, 0x69, 0x6e, 0x64, 0x75, 0x73, 0x74, 0x72, 0x69, 0x61,
5510
+ 0x6c, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x08, 0x48, 0x18, 0x52, 0x0f, 0x63, 0x6c, 0x61, 0x73, 0x73,
5511
+ 0x49, 0x6e, 0x64, 0x75, 0x73, 0x74, 0x72, 0x69, 0x61, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x2e, 0x0a,
5512
+ 0x10, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x5f, 0x69, 0x6e, 0x64, 0x69, 0x76, 0x69, 0x64, 0x75, 0x61,
5513
+ 0x6c, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x08, 0x48, 0x19, 0x52, 0x0f, 0x63, 0x6c, 0x61, 0x73, 0x73,
5514
+ 0x49, 0x6e, 0x64, 0x69, 0x76, 0x69, 0x64, 0x75, 0x61, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a,
5515
+ 0x0b, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x5f, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x18, 0x13, 0x20, 0x01,
5516
+ 0x28, 0x05, 0x48, 0x1a, 0x52, 0x0a, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x53, 0x63, 0x6f, 0x72, 0x65,
5517
+ 0x88, 0x01, 0x01, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x69,
5518
+ 0x64, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74,
5519
+ 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74,
5520
+ 0x72, 0x79, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x6c, 0x6f, 0x67, 0x6f,
5521
+ 0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x75, 0x72, 0x6c, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x62,
5522
+ 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x75, 0x72, 0x6c, 0x42,
5523
+ 0x0f, 0x0a, 0x0d, 0x5f, 0x77, 0x69, 0x6b, 0x69, 0x70, 0x65, 0x64, 0x69, 0x61, 0x5f, 0x69, 0x64,
5524
+ 0x42, 0x16, 0x0a, 0x14, 0x5f, 0x77, 0x69, 0x6b, 0x69, 0x70, 0x65, 0x64, 0x69, 0x61, 0x5f, 0x6c,
5525
+ 0x61, 0x6e, 0x67, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x77, 0x65, 0x62,
5526
+ 0x73, 0x69, 0x74, 0x65, 0x5f, 0x75, 0x72, 0x6c, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x73, 0x75, 0x70,
5527
+ 0x70, 0x6f, 0x72, 0x74, 0x5f, 0x75, 0x72, 0x6c, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x73, 0x75, 0x70,
5528
+ 0x70, 0x6f, 0x72, 0x74, 0x5f, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x66,
5529
+ 0x61, 0x63, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x42,
5530
+ 0x12, 0x0a, 0x10, 0x5f, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x61, 0x63, 0x63, 0x6f,
5531
+ 0x75, 0x6e, 0x74, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x77, 0x61, 0x72, 0x72, 0x61, 0x6e, 0x74, 0x79,
5532
+ 0x5f, 0x75, 0x72, 0x6c, 0x42, 0x16, 0x0a, 0x14, 0x5f, 0x77, 0x61, 0x72, 0x72, 0x61, 0x6e, 0x74,
5533
+ 0x79, 0x5f, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x5f, 0x75, 0x72, 0x6c, 0x42, 0x10, 0x0a, 0x0e,
5534
+ 0x5f, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x5f, 0x75, 0x72, 0x6c, 0x42, 0x13,
5535
+ 0x0a, 0x11, 0x5f, 0x6c, 0x69, 0x6e, 0x6b, 0x65, 0x64, 0x69, 0x6e, 0x5f, 0x61, 0x63, 0x63, 0x6f,
5536
+ 0x75, 0x6e, 0x74, 0x42, 0x14, 0x0a, 0x12, 0x5f, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x67, 0x72, 0x61,
5537
+ 0x6d, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x79, 0x6f,
5538
+ 0x75, 0x74, 0x75, 0x62, 0x65, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x14, 0x0a,
5539
+ 0x12, 0x5f, 0x70, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x65, 0x73, 0x74, 0x5f, 0x61, 0x63, 0x63, 0x6f,
5540
+ 0x75, 0x6e, 0x74, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x74, 0x69, 0x6b, 0x74, 0x6f, 0x6b, 0x5f, 0x61,
5541
+ 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x63, 0x6c, 0x61, 0x73, 0x73,
5542
+ 0x5f, 0x68, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x63, 0x6c,
5543
+ 0x61, 0x73, 0x73, 0x5f, 0x73, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x42, 0x11, 0x0a, 0x0f,
5544
+ 0x5f, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x5f, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72, 0x42,
5545
+ 0x13, 0x0a, 0x11, 0x5f, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x5f, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x70,
5546
+ 0x72, 0x69, 0x73, 0x65, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x5f, 0x69,
5547
+ 0x6e, 0x64, 0x75, 0x73, 0x74, 0x72, 0x69, 0x61, 0x6c, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x63, 0x6c,
5548
+ 0x61, 0x73, 0x73, 0x5f, 0x69, 0x6e, 0x64, 0x69, 0x76, 0x69, 0x64, 0x75, 0x61, 0x6c, 0x42, 0x0e,
5549
+ 0x0a, 0x0c, 0x5f, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x5f, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x22, 0x85,
5550
+ 0x0b, 0x0a, 0x0c, 0x43, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x12,
4328
5551
  0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12,
4329
- 0x1b, 0x0a, 0x09, 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01,
4330
- 0x28, 0x09, 0x52, 0x08, 0x6d, 0x61, 0x6b, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x09,
4331
- 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x12, 0x20, 0x01, 0x28, 0x03, 0x48,
4332
- 0x00, 0x52, 0x08, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x49,
4333
- 0x0a, 0x10, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69,
4334
- 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
4335
- 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73,
4336
- 0x74, 0x61, 0x6d, 0x70, 0x48, 0x01, 0x52, 0x0e, 0x6c, 0x61, 0x73, 0x74, 0x55, 0x70, 0x64, 0x61,
4337
- 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x63, 0x6f, 0x75,
4338
- 0x6e, 0x74, 0x72, 0x79, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x48,
4339
- 0x02, 0x52, 0x0b, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x88, 0x01,
4340
- 0x01, 0x12, 0x29, 0x0a, 0x0e, 0x6c, 0x6f, 0x67, 0x6f, 0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f,
4341
- 0x75, 0x72, 0x6c, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x48, 0x03, 0x52, 0x0c, 0x6c, 0x6f, 0x67,
4342
- 0x6f, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x55, 0x72, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x2d, 0x0a, 0x10,
4343
- 0x62, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x75, 0x72, 0x6c,
4344
- 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x48, 0x04, 0x52, 0x0e, 0x62, 0x61, 0x6e, 0x6e, 0x65, 0x72,
4345
- 0x49, 0x6d, 0x61, 0x67, 0x65, 0x55, 0x72, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x77,
4346
- 0x69, 0x6b, 0x69, 0x70, 0x65, 0x64, 0x69, 0x61, 0x5f, 0x69, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28,
4347
- 0x09, 0x48, 0x05, 0x52, 0x0b, 0x77, 0x69, 0x6b, 0x69, 0x70, 0x65, 0x64, 0x69, 0x61, 0x49, 0x64,
4348
- 0x88, 0x01, 0x01, 0x12, 0x33, 0x0a, 0x13, 0x77, 0x69, 0x6b, 0x69, 0x70, 0x65, 0x64, 0x69, 0x61,
4349
- 0x5f, 0x6c, 0x61, 0x6e, 0x67, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09,
4350
- 0x48, 0x06, 0x52, 0x11, 0x77, 0x69, 0x6b, 0x69, 0x70, 0x65, 0x64, 0x69, 0x61, 0x4c, 0x61, 0x6e,
4351
- 0x67, 0x43, 0x6f, 0x64, 0x65, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x77, 0x65, 0x62, 0x73,
4352
- 0x69, 0x74, 0x65, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x48, 0x07, 0x52,
4353
- 0x0a, 0x77, 0x65, 0x62, 0x73, 0x69, 0x74, 0x65, 0x55, 0x72, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x24,
4354
- 0x0a, 0x0b, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x0c, 0x20,
4355
- 0x01, 0x28, 0x09, 0x48, 0x08, 0x52, 0x0a, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x55, 0x72,
4356
- 0x6c, 0x88, 0x01, 0x01, 0x12, 0x28, 0x0a, 0x0d, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x5f,
4357
- 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x48, 0x09, 0x52, 0x0c, 0x73,
4358
- 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x88, 0x01, 0x01, 0x12, 0x2e,
4359
- 0x0a, 0x10, 0x66, 0x61, 0x63, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75,
4360
- 0x6e, 0x74, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0a, 0x52, 0x0f, 0x66, 0x61, 0x63, 0x65,
4361
- 0x62, 0x6f, 0x6f, 0x6b, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x88, 0x01, 0x01, 0x12, 0x2c,
4362
- 0x0a, 0x0f, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e,
4363
- 0x74, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0b, 0x52, 0x0e, 0x74, 0x77, 0x69, 0x74, 0x74,
4364
- 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c,
4365
- 0x77, 0x61, 0x72, 0x72, 0x61, 0x6e, 0x74, 0x79, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x10, 0x20, 0x01,
4366
- 0x28, 0x09, 0x48, 0x0c, 0x52, 0x0b, 0x77, 0x61, 0x72, 0x72, 0x61, 0x6e, 0x74, 0x79, 0x55, 0x72,
4367
- 0x6c, 0x88, 0x01, 0x01, 0x12, 0x33, 0x0a, 0x13, 0x77, 0x61, 0x72, 0x72, 0x61, 0x6e, 0x74, 0x79,
4368
- 0x5f, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x11, 0x20, 0x01, 0x28,
4369
- 0x09, 0x48, 0x0d, 0x52, 0x11, 0x77, 0x61, 0x72, 0x72, 0x61, 0x6e, 0x74, 0x79, 0x44, 0x69, 0x72,
4370
- 0x65, 0x63, 0x74, 0x55, 0x72, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x28, 0x0a, 0x0d, 0x63, 0x6f, 0x6d,
4371
- 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09,
4372
- 0x48, 0x0e, 0x52, 0x0c, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x55, 0x72, 0x6c,
4373
- 0x88, 0x01, 0x01, 0x12, 0x2e, 0x0a, 0x10, 0x6c, 0x69, 0x6e, 0x6b, 0x65, 0x64, 0x69, 0x6e, 0x5f,
4374
- 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x15, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0f, 0x52,
4375
- 0x0f, 0x6c, 0x69, 0x6e, 0x6b, 0x65, 0x64, 0x69, 0x6e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
4376
- 0x88, 0x01, 0x01, 0x12, 0x30, 0x0a, 0x11, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x67, 0x72, 0x61, 0x6d,
4377
- 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x16, 0x20, 0x01, 0x28, 0x09, 0x48, 0x10,
4378
- 0x52, 0x10, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x67, 0x72, 0x61, 0x6d, 0x41, 0x63, 0x63, 0x6f, 0x75,
4379
- 0x6e, 0x74, 0x88, 0x01, 0x01, 0x12, 0x2c, 0x0a, 0x0f, 0x79, 0x6f, 0x75, 0x74, 0x75, 0x62, 0x65,
4380
- 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x17, 0x20, 0x01, 0x28, 0x09, 0x48, 0x11,
4381
- 0x52, 0x0e, 0x79, 0x6f, 0x75, 0x74, 0x75, 0x62, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
4382
- 0x88, 0x01, 0x01, 0x12, 0x30, 0x0a, 0x11, 0x70, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x65, 0x73, 0x74,
4383
- 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x18, 0x20, 0x01, 0x28, 0x09, 0x48, 0x12,
4384
- 0x52, 0x10, 0x70, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x65, 0x73, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75,
4385
- 0x6e, 0x74, 0x88, 0x01, 0x01, 0x12, 0x2a, 0x0a, 0x0e, 0x74, 0x69, 0x6b, 0x74, 0x6f, 0x6b, 0x5f,
4386
- 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x1f, 0x20, 0x01, 0x28, 0x09, 0x48, 0x13, 0x52,
4387
- 0x0d, 0x74, 0x69, 0x6b, 0x74, 0x6f, 0x6b, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x88, 0x01,
4388
- 0x01, 0x12, 0x2a, 0x0a, 0x0e, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x5f, 0x68, 0x61, 0x72, 0x64, 0x77,
4389
- 0x61, 0x72, 0x65, 0x18, 0x19, 0x20, 0x01, 0x28, 0x08, 0x48, 0x14, 0x52, 0x0d, 0x63, 0x6c, 0x61,
4390
- 0x73, 0x73, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x88, 0x01, 0x01, 0x12, 0x2a, 0x0a,
4391
- 0x0e, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x5f, 0x73, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x18,
4392
- 0x1a, 0x20, 0x01, 0x28, 0x08, 0x48, 0x15, 0x52, 0x0d, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x53, 0x6f,
4393
- 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x88, 0x01, 0x01, 0x12, 0x2a, 0x0a, 0x0e, 0x63, 0x6c, 0x61,
4394
- 0x73, 0x73, 0x5f, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72, 0x18, 0x1b, 0x20, 0x01, 0x28,
4395
- 0x08, 0x48, 0x16, 0x52, 0x0d, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x43, 0x6f, 0x6e, 0x73, 0x75, 0x6d,
4396
- 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x2e, 0x0a, 0x10, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x5f, 0x65,
4397
- 0x6e, 0x74, 0x65, 0x72, 0x70, 0x72, 0x69, 0x73, 0x65, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x08, 0x48,
4398
- 0x17, 0x52, 0x0f, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x70, 0x72, 0x69,
4399
- 0x73, 0x65, 0x88, 0x01, 0x01, 0x12, 0x2e, 0x0a, 0x10, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x5f, 0x69,
4400
- 0x6e, 0x64, 0x75, 0x73, 0x74, 0x72, 0x69, 0x61, 0x6c, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x08, 0x48,
4401
- 0x18, 0x52, 0x0f, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x49, 0x6e, 0x64, 0x75, 0x73, 0x74, 0x72, 0x69,
4402
- 0x61, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x2e, 0x0a, 0x10, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x5f, 0x69,
4403
- 0x6e, 0x64, 0x69, 0x76, 0x69, 0x64, 0x75, 0x61, 0x6c, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x08, 0x48,
4404
- 0x19, 0x52, 0x0f, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x49, 0x6e, 0x64, 0x69, 0x76, 0x69, 0x64, 0x75,
4405
- 0x61, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x5f, 0x73,
4406
- 0x63, 0x6f, 0x72, 0x65, 0x18, 0x13, 0x20, 0x01, 0x28, 0x05, 0x48, 0x1a, 0x52, 0x0a, 0x6d, 0x61,
4407
- 0x74, 0x63, 0x68, 0x53, 0x63, 0x6f, 0x72, 0x65, 0x88, 0x01, 0x01, 0x42, 0x0c, 0x0a, 0x0a, 0x5f,
4408
- 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x6c, 0x61,
4409
- 0x73, 0x74, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x42, 0x0f,
4410
- 0x0a, 0x0d, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x42,
4411
- 0x11, 0x0a, 0x0f, 0x5f, 0x6c, 0x6f, 0x67, 0x6f, 0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x75,
4412
- 0x72, 0x6c, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x62, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x5f, 0x69, 0x6d,
4413
- 0x61, 0x67, 0x65, 0x5f, 0x75, 0x72, 0x6c, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x77, 0x69, 0x6b, 0x69,
4414
- 0x70, 0x65, 0x64, 0x69, 0x61, 0x5f, 0x69, 0x64, 0x42, 0x16, 0x0a, 0x14, 0x5f, 0x77, 0x69, 0x6b,
4415
- 0x69, 0x70, 0x65, 0x64, 0x69, 0x61, 0x5f, 0x6c, 0x61, 0x6e, 0x67, 0x5f, 0x63, 0x6f, 0x64, 0x65,
4416
- 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x77, 0x65, 0x62, 0x73, 0x69, 0x74, 0x65, 0x5f, 0x75, 0x72, 0x6c,
4417
- 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x5f, 0x75, 0x72, 0x6c,
4418
- 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x5f, 0x70, 0x68, 0x6f,
4419
- 0x6e, 0x65, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x66, 0x61, 0x63, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x5f,
4420
- 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x74, 0x77, 0x69, 0x74,
4421
- 0x74, 0x65, 0x72, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x0f, 0x0a, 0x0d, 0x5f,
4422
- 0x77, 0x61, 0x72, 0x72, 0x61, 0x6e, 0x74, 0x79, 0x5f, 0x75, 0x72, 0x6c, 0x42, 0x16, 0x0a, 0x14,
4423
- 0x5f, 0x77, 0x61, 0x72, 0x72, 0x61, 0x6e, 0x74, 0x79, 0x5f, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74,
4424
- 0x5f, 0x75, 0x72, 0x6c, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69,
4425
- 0x74, 0x79, 0x5f, 0x75, 0x72, 0x6c, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x6c, 0x69, 0x6e, 0x6b, 0x65,
4426
- 0x64, 0x69, 0x6e, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x14, 0x0a, 0x12, 0x5f,
4427
- 0x69, 0x6e, 0x73, 0x74, 0x61, 0x67, 0x72, 0x61, 0x6d, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e,
4428
- 0x74, 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x79, 0x6f, 0x75, 0x74, 0x75, 0x62, 0x65, 0x5f, 0x61, 0x63,
4429
- 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x14, 0x0a, 0x12, 0x5f, 0x70, 0x69, 0x6e, 0x74, 0x65, 0x72,
4430
- 0x65, 0x73, 0x74, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x11, 0x0a, 0x0f, 0x5f,
4431
- 0x74, 0x69, 0x6b, 0x74, 0x6f, 0x6b, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x11,
4432
- 0x0a, 0x0f, 0x5f, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x5f, 0x68, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72,
4433
- 0x65, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x5f, 0x73, 0x6f, 0x66, 0x74,
4434
- 0x77, 0x61, 0x72, 0x65, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x5f, 0x63,
4435
- 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x63, 0x6c, 0x61, 0x73,
4436
- 0x73, 0x5f, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x70, 0x72, 0x69, 0x73, 0x65, 0x42, 0x13, 0x0a, 0x11,
4437
- 0x5f, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x5f, 0x69, 0x6e, 0x64, 0x75, 0x73, 0x74, 0x72, 0x69, 0x61,
4438
- 0x6c, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x5f, 0x69, 0x6e, 0x64, 0x69,
4439
- 0x76, 0x69, 0x64, 0x75, 0x61, 0x6c, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x6d, 0x61, 0x74, 0x63, 0x68,
4440
- 0x5f, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x22, 0x85, 0x0b, 0x0a, 0x0c, 0x43, 0x61, 0x74, 0x61, 0x6c,
4441
- 0x6f, 0x67, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20,
4442
- 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x6d, 0x61, 0x6b, 0x65, 0x5f,
4443
- 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6d, 0x61, 0x6b, 0x65, 0x49, 0x64,
4444
- 0x12, 0x21, 0x0a, 0x0c, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x6c,
4445
- 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x4d, 0x6f,
4446
- 0x64, 0x65, 0x6c, 0x12, 0x29, 0x0a, 0x0e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x74, 0x79,
4447
- 0x70, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x48, 0x00, 0x52, 0x0c, 0x64,
4448
- 0x65, 0x76, 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x2a,
4449
- 0x0a, 0x11, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f, 0x63,
4450
- 0x6f, 0x64, 0x65, 0x18, 0x06, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0f, 0x64, 0x65, 0x76, 0x69, 0x63,
4451
- 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x20, 0x0a, 0x09, 0x66, 0x61,
4452
- 0x6d, 0x69, 0x6c, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x48, 0x01, 0x52,
4453
- 0x08, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09,
4454
- 0x69, 0x73, 0x5f, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x48,
4455
- 0x02, 0x52, 0x08, 0x69, 0x73, 0x46, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x88, 0x01, 0x01, 0x12, 0x22,
4456
- 0x0a, 0x0a, 0x6d, 0x61, 0x6e, 0x75, 0x61, 0x6c, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x0c, 0x20, 0x01,
4457
- 0x28, 0x09, 0x48, 0x03, 0x52, 0x09, 0x6d, 0x61, 0x6e, 0x75, 0x61, 0x6c, 0x55, 0x72, 0x6c, 0x88,
4458
- 0x01, 0x01, 0x12, 0x1c, 0x0a, 0x07, 0x66, 0x61, 0x71, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x0d, 0x20,
4459
- 0x01, 0x28, 0x09, 0x48, 0x04, 0x52, 0x06, 0x66, 0x61, 0x71, 0x55, 0x72, 0x6c, 0x88, 0x01, 0x01,
4460
- 0x12, 0x42, 0x0a, 0x0c, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x64, 0x61, 0x74, 0x65,
4461
- 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
5552
+ 0x17, 0x0a, 0x07, 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03,
5553
+ 0x52, 0x06, 0x6d, 0x61, 0x6b, 0x65, 0x49, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x64, 0x65, 0x76, 0x69,
5554
+ 0x63, 0x65, 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b,
5555
+ 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x12, 0x29, 0x0a, 0x0e, 0x64,
5556
+ 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x05, 0x20,
5557
+ 0x01, 0x28, 0x03, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x54, 0x79, 0x70,
5558
+ 0x65, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x2a, 0x0a, 0x11, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
5559
+ 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x06, 0x20, 0x03, 0x28,
5560
+ 0x09, 0x52, 0x0f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x43, 0x6f,
5561
+ 0x64, 0x65, 0x12, 0x20, 0x0a, 0x09, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x5f, 0x69, 0x64, 0x18,
5562
+ 0x0a, 0x20, 0x01, 0x28, 0x03, 0x48, 0x01, 0x52, 0x08, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x49,
5563
+ 0x64, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x69, 0x73, 0x5f, 0x66, 0x61, 0x6d, 0x69, 0x6c,
5564
+ 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x48, 0x02, 0x52, 0x08, 0x69, 0x73, 0x46, 0x61, 0x6d,
5565
+ 0x69, 0x6c, 0x79, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x6d, 0x61, 0x6e, 0x75, 0x61, 0x6c,
5566
+ 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x48, 0x03, 0x52, 0x09, 0x6d, 0x61,
5567
+ 0x6e, 0x75, 0x61, 0x6c, 0x55, 0x72, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x1c, 0x0a, 0x07, 0x66, 0x61,
5568
+ 0x71, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x48, 0x04, 0x52, 0x06, 0x66,
5569
+ 0x61, 0x71, 0x55, 0x72, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x42, 0x0a, 0x0c, 0x72, 0x65, 0x6c, 0x65,
5570
+ 0x61, 0x73, 0x65, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a,
5571
+ 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
5572
+ 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x05, 0x52, 0x0b, 0x72, 0x65,
5573
+ 0x6c, 0x65, 0x61, 0x73, 0x65, 0x44, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x12, 0x3c, 0x0a, 0x09,
5574
+ 0x64, 0x69, 0x73, 0x63, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32,
5575
+ 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
5576
+ 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x06, 0x52, 0x08, 0x64,
5577
+ 0x69, 0x73, 0x63, 0x44, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x12, 0x3a, 0x0a, 0x08, 0x65, 0x6f,
5578
+ 0x73, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67,
5579
+ 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54,
5580
+ 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x07, 0x52, 0x07, 0x65, 0x6f, 0x73, 0x44,
5581
+ 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x12, 0x34, 0x0a, 0x13, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79,
5582
+ 0x6c, 0x65, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x64, 0x65, 0x6e, 0x63, 0x65, 0x18, 0x1d, 0x20,
5583
+ 0x01, 0x28, 0x09, 0x48, 0x08, 0x52, 0x12, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x6c, 0x65, 0x43,
5584
+ 0x6f, 0x6e, 0x66, 0x69, 0x64, 0x65, 0x6e, 0x63, 0x65, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b,
5585
+ 0x70, 0x72, 0x69, 0x63, 0x65, 0x5f, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x18, 0x18, 0x20, 0x01, 0x28,
5586
+ 0x09, 0x48, 0x09, 0x52, 0x0a, 0x70, 0x72, 0x69, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x88,
5587
+ 0x01, 0x01, 0x12, 0x28, 0x0a, 0x0d, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x5f, 0x63, 0x6c,
5588
+ 0x61, 0x73, 0x73, 0x18, 0x19, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0a, 0x52, 0x0c, 0x70, 0x72, 0x6f,
5589
+ 0x64, 0x75, 0x63, 0x74, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x88, 0x01, 0x01, 0x12, 0x2b, 0x0a, 0x0f,
5590
+ 0x73, 0x68, 0x5f, 0x69, 0x66, 0x74, 0x74, 0x74, 0x5f, 0x68, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x18,
5591
+ 0x11, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0b, 0x52, 0x0d, 0x73, 0x68, 0x49, 0x66, 0x74, 0x74, 0x74,
5592
+ 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x88, 0x01, 0x01, 0x12, 0x2d, 0x0a, 0x13, 0x73, 0x68, 0x5f,
5593
+ 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x5f, 0x61, 0x73, 0x73, 0x5f, 0x6c, 0x61, 0x6e, 0x67, 0x73,
5594
+ 0x18, 0x12, 0x20, 0x03, 0x28, 0x09, 0x52, 0x10, 0x73, 0x68, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
5595
+ 0x41, 0x73, 0x73, 0x4c, 0x61, 0x6e, 0x67, 0x73, 0x12, 0x24, 0x0a, 0x0e, 0x73, 0x68, 0x5f, 0x61,
5596
+ 0x6c, 0x65, 0x78, 0x61, 0x5f, 0x6c, 0x61, 0x6e, 0x67, 0x73, 0x18, 0x13, 0x20, 0x03, 0x28, 0x09,
5597
+ 0x52, 0x0c, 0x73, 0x68, 0x41, 0x6c, 0x65, 0x78, 0x61, 0x4c, 0x61, 0x6e, 0x67, 0x73, 0x12, 0x29,
5598
+ 0x0a, 0x0e, 0x73, 0x68, 0x5f, 0x68, 0x61, 0x73, 0x73, 0x5f, 0x68, 0x61, 0x6e, 0x64, 0x6c, 0x65,
5599
+ 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0c, 0x52, 0x0c, 0x73, 0x68, 0x48, 0x61, 0x73, 0x73,
5600
+ 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x88, 0x01, 0x01, 0x12, 0x2e, 0x0a, 0x11, 0x73, 0x68, 0x5f,
5601
+ 0x61, 0x70, 0x70, 0x6c, 0x65, 0x5f, 0x68, 0x6f, 0x6d, 0x65, 0x5f, 0x6b, 0x69, 0x74, 0x18, 0x15,
5602
+ 0x20, 0x01, 0x28, 0x08, 0x48, 0x0d, 0x52, 0x0e, 0x73, 0x68, 0x41, 0x70, 0x70, 0x6c, 0x65, 0x48,
5603
+ 0x6f, 0x6d, 0x65, 0x4b, 0x69, 0x74, 0x88, 0x01, 0x01, 0x12, 0x30, 0x0a, 0x12, 0x73, 0x68, 0x5f,
5604
+ 0x6f, 0x70, 0x65, 0x6e, 0x5f, 0x68, 0x61, 0x62, 0x5f, 0x68, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x18,
5605
+ 0x16, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0e, 0x52, 0x0f, 0x73, 0x68, 0x4f, 0x70, 0x65, 0x6e, 0x48,
5606
+ 0x61, 0x62, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x88, 0x01, 0x01, 0x12, 0x1e, 0x0a, 0x08, 0x6e,
5607
+ 0x69, 0x73, 0x74, 0x5f, 0x63, 0x70, 0x65, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0f, 0x52,
5608
+ 0x07, 0x6e, 0x69, 0x73, 0x74, 0x43, 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x23, 0x0a, 0x0a, 0x70,
5609
+ 0x6f, 0x70, 0x75, 0x6c, 0x61, 0x72, 0x69, 0x74, 0x79, 0x18, 0x17, 0x20, 0x01, 0x28, 0x05, 0x48,
5610
+ 0x10, 0x52, 0x0a, 0x70, 0x6f, 0x70, 0x75, 0x6c, 0x61, 0x72, 0x69, 0x74, 0x79, 0x88, 0x01, 0x01,
5611
+ 0x12, 0x49, 0x0a, 0x10, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f,
5612
+ 0x74, 0x69, 0x6d, 0x65, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f,
5613
+ 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d,
5614
+ 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x11, 0x52, 0x0e, 0x6c, 0x61, 0x73, 0x74, 0x55, 0x70,
5615
+ 0x64, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x6d,
5616
+ 0x61, 0x74, 0x63, 0x68, 0x5f, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x05,
5617
+ 0x48, 0x12, 0x52, 0x0a, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x53, 0x63, 0x6f, 0x72, 0x65, 0x88, 0x01,
5618
+ 0x01, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x74, 0x79, 0x70,
5619
+ 0x65, 0x5f, 0x69, 0x64, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x5f,
5620
+ 0x69, 0x64, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x69, 0x73, 0x5f, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79,
5621
+ 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x6d, 0x61, 0x6e, 0x75, 0x61, 0x6c, 0x5f, 0x75, 0x72, 0x6c, 0x42,
5622
+ 0x0a, 0x0a, 0x08, 0x5f, 0x66, 0x61, 0x71, 0x5f, 0x75, 0x72, 0x6c, 0x42, 0x0f, 0x0a, 0x0d, 0x5f,
5623
+ 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x42, 0x0c, 0x0a, 0x0a,
5624
+ 0x5f, 0x64, 0x69, 0x73, 0x63, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x65,
5625
+ 0x6f, 0x73, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x42, 0x16, 0x0a, 0x14, 0x5f, 0x6c, 0x69, 0x66, 0x65,
5626
+ 0x63, 0x79, 0x6c, 0x65, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x64, 0x65, 0x6e, 0x63, 0x65, 0x42,
5627
+ 0x0e, 0x0a, 0x0c, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x5f, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x42,
5628
+ 0x10, 0x0a, 0x0e, 0x5f, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x5f, 0x63, 0x6c, 0x61, 0x73,
5629
+ 0x73, 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x73, 0x68, 0x5f, 0x69, 0x66, 0x74, 0x74, 0x74, 0x5f, 0x68,
5630
+ 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x73, 0x68, 0x5f, 0x68, 0x61, 0x73,
5631
+ 0x73, 0x5f, 0x68, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x42, 0x14, 0x0a, 0x12, 0x5f, 0x73, 0x68, 0x5f,
5632
+ 0x61, 0x70, 0x70, 0x6c, 0x65, 0x5f, 0x68, 0x6f, 0x6d, 0x65, 0x5f, 0x6b, 0x69, 0x74, 0x42, 0x15,
5633
+ 0x0a, 0x13, 0x5f, 0x73, 0x68, 0x5f, 0x6f, 0x70, 0x65, 0x6e, 0x5f, 0x68, 0x61, 0x62, 0x5f, 0x68,
5634
+ 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x6e, 0x69, 0x73, 0x74, 0x5f, 0x63,
5635
+ 0x70, 0x65, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x70, 0x6f, 0x70, 0x75, 0x6c, 0x61, 0x72, 0x69, 0x74,
5636
+ 0x79, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74,
5637
+ 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x6d, 0x61, 0x74, 0x63, 0x68,
5638
+ 0x5f, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x22, 0xe0, 0x0b, 0x0a, 0x09, 0x43, 0x61, 0x74, 0x61, 0x6c,
5639
+ 0x6f, 0x67, 0x4f, 0x73, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03,
5640
+ 0x52, 0x02, 0x69, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x6f, 0x73, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18,
5641
+ 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6f, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x22, 0x0a,
5642
+ 0x0a, 0x6f, 0x73, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28,
5643
+ 0x09, 0x48, 0x00, 0x52, 0x09, 0x6f, 0x73, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x88, 0x01,
5644
+ 0x01, 0x12, 0x1e, 0x0a, 0x08, 0x6f, 0x73, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x18, 0x0c, 0x20,
5645
+ 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x07, 0x6f, 0x73, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x88, 0x01,
5646
+ 0x01, 0x12, 0x2b, 0x0a, 0x0f, 0x6f, 0x73, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x5f,
5647
+ 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x0d, 0x6f, 0x73,
5648
+ 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x24,
5649
+ 0x0a, 0x0b, 0x6f, 0x76, 0x65, 0x72, 0x72, 0x69, 0x64, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x06, 0x20,
5650
+ 0x01, 0x28, 0x03, 0x48, 0x03, 0x52, 0x0a, 0x6f, 0x76, 0x65, 0x72, 0x72, 0x69, 0x64, 0x65, 0x49,
5651
+ 0x64, 0x88, 0x01, 0x01, 0x12, 0x1c, 0x0a, 0x07, 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x69, 0x64, 0x18,
5652
+ 0x07, 0x20, 0x01, 0x28, 0x03, 0x48, 0x04, 0x52, 0x06, 0x6d, 0x61, 0x6b, 0x65, 0x49, 0x64, 0x88,
5653
+ 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18,
5654
+ 0x08, 0x20, 0x01, 0x28, 0x03, 0x48, 0x05, 0x52, 0x08, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x49,
5655
+ 0x64, 0x88, 0x01, 0x01, 0x12, 0x42, 0x0a, 0x0c, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f,
5656
+ 0x64, 0x61, 0x74, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f,
5657
+ 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d,
5658
+ 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x06, 0x52, 0x0b, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73,
5659
+ 0x65, 0x44, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x12, 0x3a, 0x0a, 0x08, 0x65, 0x6f, 0x6c, 0x5f,
5660
+ 0x64, 0x61, 0x74, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f,
5661
+ 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d,
5662
+ 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x07, 0x52, 0x07, 0x65, 0x6f, 0x6c, 0x44, 0x61, 0x74,
5663
+ 0x65, 0x88, 0x01, 0x01, 0x12, 0x3a, 0x0a, 0x08, 0x65, 0x6f, 0x73, 0x5f, 0x64, 0x61, 0x74, 0x65,
5664
+ 0x18, 0x16, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
4462
5665
  0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61,
4463
- 0x6d, 0x70, 0x48, 0x05, 0x52, 0x0b, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x44, 0x61, 0x74,
4464
- 0x65, 0x88, 0x01, 0x01, 0x12, 0x3c, 0x0a, 0x09, 0x64, 0x69, 0x73, 0x63, 0x5f, 0x64, 0x61, 0x74,
4465
- 0x65, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
4466
- 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74,
4467
- 0x61, 0x6d, 0x70, 0x48, 0x06, 0x52, 0x08, 0x64, 0x69, 0x73, 0x63, 0x44, 0x61, 0x74, 0x65, 0x88,
4468
- 0x01, 0x01, 0x12, 0x3a, 0x0a, 0x08, 0x65, 0x6f, 0x73, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x1a,
4469
- 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
4470
- 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70,
4471
- 0x48, 0x07, 0x52, 0x07, 0x65, 0x6f, 0x73, 0x44, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x12, 0x34,
5666
+ 0x6d, 0x70, 0x48, 0x08, 0x52, 0x07, 0x65, 0x6f, 0x73, 0x44, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01,
5667
+ 0x12, 0x3c, 0x0a, 0x09, 0x65, 0x6f, 0x73, 0x78, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x19, 0x20,
5668
+ 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
5669
+ 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48,
5670
+ 0x09, 0x52, 0x08, 0x65, 0x6f, 0x73, 0x78, 0x44, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x12, 0x34,
4472
5671
  0x0a, 0x13, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x6c, 0x65, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69,
4473
- 0x64, 0x65, 0x6e, 0x63, 0x65, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x09, 0x48, 0x08, 0x52, 0x12, 0x6c,
5672
+ 0x64, 0x65, 0x6e, 0x63, 0x65, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0a, 0x52, 0x12, 0x6c,
4474
5673
  0x69, 0x66, 0x65, 0x63, 0x79, 0x6c, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x64, 0x65, 0x6e, 0x63,
4475
- 0x65, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x70, 0x72, 0x69, 0x63, 0x65, 0x5f, 0x63, 0x6c,
4476
- 0x61, 0x73, 0x73, 0x18, 0x18, 0x20, 0x01, 0x28, 0x09, 0x48, 0x09, 0x52, 0x0a, 0x70, 0x72, 0x69,
4477
- 0x63, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x88, 0x01, 0x01, 0x12, 0x28, 0x0a, 0x0d, 0x70, 0x72,
4478
- 0x6f, 0x64, 0x75, 0x63, 0x74, 0x5f, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x18, 0x19, 0x20, 0x01, 0x28,
4479
- 0x09, 0x48, 0x0a, 0x52, 0x0c, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x43, 0x6c, 0x61, 0x73,
4480
- 0x73, 0x88, 0x01, 0x01, 0x12, 0x2b, 0x0a, 0x0f, 0x73, 0x68, 0x5f, 0x69, 0x66, 0x74, 0x74, 0x74,
4481
- 0x5f, 0x68, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x18, 0x11, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0b, 0x52,
4482
- 0x0d, 0x73, 0x68, 0x49, 0x66, 0x74, 0x74, 0x74, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x88, 0x01,
4483
- 0x01, 0x12, 0x2d, 0x0a, 0x13, 0x73, 0x68, 0x5f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x5f, 0x61,
4484
- 0x73, 0x73, 0x5f, 0x6c, 0x61, 0x6e, 0x67, 0x73, 0x18, 0x12, 0x20, 0x03, 0x28, 0x09, 0x52, 0x10,
4485
- 0x73, 0x68, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x41, 0x73, 0x73, 0x4c, 0x61, 0x6e, 0x67, 0x73,
4486
- 0x12, 0x24, 0x0a, 0x0e, 0x73, 0x68, 0x5f, 0x61, 0x6c, 0x65, 0x78, 0x61, 0x5f, 0x6c, 0x61, 0x6e,
4487
- 0x67, 0x73, 0x18, 0x13, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0c, 0x73, 0x68, 0x41, 0x6c, 0x65, 0x78,
4488
- 0x61, 0x4c, 0x61, 0x6e, 0x67, 0x73, 0x12, 0x29, 0x0a, 0x0e, 0x73, 0x68, 0x5f, 0x68, 0x61, 0x73,
4489
- 0x73, 0x5f, 0x68, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0c,
4490
- 0x52, 0x0c, 0x73, 0x68, 0x48, 0x61, 0x73, 0x73, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x88, 0x01,
4491
- 0x01, 0x12, 0x2e, 0x0a, 0x11, 0x73, 0x68, 0x5f, 0x61, 0x70, 0x70, 0x6c, 0x65, 0x5f, 0x68, 0x6f,
4492
- 0x6d, 0x65, 0x5f, 0x6b, 0x69, 0x74, 0x18, 0x15, 0x20, 0x01, 0x28, 0x08, 0x48, 0x0d, 0x52, 0x0e,
4493
- 0x73, 0x68, 0x41, 0x70, 0x70, 0x6c, 0x65, 0x48, 0x6f, 0x6d, 0x65, 0x4b, 0x69, 0x74, 0x88, 0x01,
4494
- 0x01, 0x12, 0x30, 0x0a, 0x12, 0x73, 0x68, 0x5f, 0x6f, 0x70, 0x65, 0x6e, 0x5f, 0x68, 0x61, 0x62,
4495
- 0x5f, 0x68, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x18, 0x16, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0e, 0x52,
4496
- 0x0f, 0x73, 0x68, 0x4f, 0x70, 0x65, 0x6e, 0x48, 0x61, 0x62, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65,
4497
- 0x88, 0x01, 0x01, 0x12, 0x1e, 0x0a, 0x08, 0x6e, 0x69, 0x73, 0x74, 0x5f, 0x63, 0x70, 0x65, 0x18,
4498
- 0x1c, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0f, 0x52, 0x07, 0x6e, 0x69, 0x73, 0x74, 0x43, 0x70, 0x65,
4499
- 0x88, 0x01, 0x01, 0x12, 0x23, 0x0a, 0x0a, 0x70, 0x6f, 0x70, 0x75, 0x6c, 0x61, 0x72, 0x69, 0x74,
4500
- 0x79, 0x18, 0x17, 0x20, 0x01, 0x28, 0x05, 0x48, 0x10, 0x52, 0x0a, 0x70, 0x6f, 0x70, 0x75, 0x6c,
4501
- 0x61, 0x72, 0x69, 0x74, 0x79, 0x88, 0x01, 0x01, 0x12, 0x49, 0x0a, 0x10, 0x6c, 0x61, 0x73, 0x74,
4502
- 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x10, 0x20, 0x01,
4503
- 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
4504
- 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x11,
4505
- 0x52, 0x0e, 0x6c, 0x61, 0x73, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65,
4506
- 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x5f, 0x73, 0x63, 0x6f,
4507
- 0x72, 0x65, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x05, 0x48, 0x12, 0x52, 0x0a, 0x6d, 0x61, 0x74, 0x63,
4508
- 0x68, 0x53, 0x63, 0x6f, 0x72, 0x65, 0x88, 0x01, 0x01, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x64, 0x65,
4509
- 0x76, 0x69, 0x63, 0x65, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x69, 0x64, 0x42, 0x0c, 0x0a, 0x0a,
4510
- 0x5f, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x5f, 0x69, 0x64, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x69,
4511
- 0x73, 0x5f, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x6d, 0x61, 0x6e,
4512
- 0x75, 0x61, 0x6c, 0x5f, 0x75, 0x72, 0x6c, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x66, 0x61, 0x71, 0x5f,
4513
- 0x75, 0x72, 0x6c, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f,
4514
- 0x64, 0x61, 0x74, 0x65, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x64, 0x69, 0x73, 0x63, 0x5f, 0x64, 0x61,
4515
- 0x74, 0x65, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x65, 0x6f, 0x73, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x42,
4516
- 0x16, 0x0a, 0x14, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x6c, 0x65, 0x5f, 0x63, 0x6f, 0x6e,
4517
- 0x66, 0x69, 0x64, 0x65, 0x6e, 0x63, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x70, 0x72, 0x69, 0x63,
4518
- 0x65, 0x5f, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x70, 0x72, 0x6f, 0x64,
4519
- 0x75, 0x63, 0x74, 0x5f, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x73, 0x68,
4520
- 0x5f, 0x69, 0x66, 0x74, 0x74, 0x74, 0x5f, 0x68, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x42, 0x11, 0x0a,
4521
- 0x0f, 0x5f, 0x73, 0x68, 0x5f, 0x68, 0x61, 0x73, 0x73, 0x5f, 0x68, 0x61, 0x6e, 0x64, 0x6c, 0x65,
4522
- 0x42, 0x14, 0x0a, 0x12, 0x5f, 0x73, 0x68, 0x5f, 0x61, 0x70, 0x70, 0x6c, 0x65, 0x5f, 0x68, 0x6f,
4523
- 0x6d, 0x65, 0x5f, 0x6b, 0x69, 0x74, 0x42, 0x15, 0x0a, 0x13, 0x5f, 0x73, 0x68, 0x5f, 0x6f, 0x70,
4524
- 0x65, 0x6e, 0x5f, 0x68, 0x61, 0x62, 0x5f, 0x68, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x42, 0x0b, 0x0a,
4525
- 0x09, 0x5f, 0x6e, 0x69, 0x73, 0x74, 0x5f, 0x63, 0x70, 0x65, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x70,
4526
- 0x6f, 0x70, 0x75, 0x6c, 0x61, 0x72, 0x69, 0x74, 0x79, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x6c, 0x61,
4527
- 0x73, 0x74, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x42, 0x0e,
4528
- 0x0a, 0x0c, 0x5f, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x5f, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x22, 0xe0,
4529
- 0x0b, 0x0a, 0x09, 0x43, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x4f, 0x73, 0x12, 0x0e, 0x0a, 0x02,
4530
- 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x17, 0x0a, 0x07,
4531
- 0x6f, 0x73, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6f,
4532
- 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x22, 0x0a, 0x0a, 0x6f, 0x73, 0x5f, 0x76, 0x65, 0x72, 0x73,
4533
- 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x09, 0x6f, 0x73, 0x56,
4534
- 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x1e, 0x0a, 0x08, 0x6f, 0x73, 0x5f,
4535
- 0x62, 0x75, 0x69, 0x6c, 0x64, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x07, 0x6f,
4536
- 0x73, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x88, 0x01, 0x01, 0x12, 0x2b, 0x0a, 0x0f, 0x6f, 0x73, 0x5f,
4537
- 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01,
4538
- 0x28, 0x09, 0x48, 0x02, 0x52, 0x0d, 0x6f, 0x73, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4e,
4539
- 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x6f, 0x76, 0x65, 0x72, 0x72, 0x69,
4540
- 0x64, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x48, 0x03, 0x52, 0x0a, 0x6f,
4541
- 0x76, 0x65, 0x72, 0x72, 0x69, 0x64, 0x65, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x1c, 0x0a, 0x07,
4542
- 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x48, 0x04, 0x52,
4543
- 0x06, 0x6d, 0x61, 0x6b, 0x65, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x70, 0x61,
4544
- 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x48, 0x05, 0x52,
4545
- 0x08, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x42, 0x0a, 0x0c,
4546
- 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x09, 0x20, 0x01,
4547
- 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
4548
- 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x06,
4549
- 0x52, 0x0b, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x44, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01,
4550
- 0x12, 0x3a, 0x0a, 0x08, 0x65, 0x6f, 0x6c, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x0a, 0x20, 0x01,
4551
- 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
4552
- 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x07,
4553
- 0x52, 0x07, 0x65, 0x6f, 0x6c, 0x44, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x12, 0x3a, 0x0a, 0x08,
4554
- 0x65, 0x6f, 0x73, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x16, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a,
4555
- 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
4556
- 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x08, 0x52, 0x07, 0x65, 0x6f,
4557
- 0x73, 0x44, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x12, 0x3c, 0x0a, 0x09, 0x65, 0x6f, 0x73, 0x78,
4558
- 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x19, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f,
4559
- 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69,
4560
- 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x09, 0x52, 0x08, 0x65, 0x6f, 0x73, 0x78, 0x44,
4561
- 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x12, 0x34, 0x0a, 0x13, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79,
4562
- 0x6c, 0x65, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x64, 0x65, 0x6e, 0x63, 0x65, 0x18, 0x1a, 0x20,
4563
- 0x01, 0x28, 0x09, 0x48, 0x0a, 0x52, 0x12, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x6c, 0x65, 0x43,
4564
- 0x6f, 0x6e, 0x66, 0x69, 0x64, 0x65, 0x6e, 0x63, 0x65, 0x88, 0x01, 0x01, 0x12, 0x29, 0x0a, 0x0e,
4565
- 0x6c, 0x6f, 0x67, 0x6f, 0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x0d,
4566
- 0x20, 0x01, 0x28, 0x09, 0x48, 0x0b, 0x52, 0x0c, 0x6c, 0x6f, 0x67, 0x6f, 0x49, 0x6d, 0x61, 0x67,
4567
- 0x65, 0x55, 0x72, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x2d, 0x0a, 0x10, 0x62, 0x61, 0x6e, 0x6e, 0x65,
4568
- 0x72, 0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x0e, 0x20, 0x01, 0x28,
4569
- 0x09, 0x48, 0x0c, 0x52, 0x0e, 0x62, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x49, 0x6d, 0x61, 0x67, 0x65,
4570
- 0x55, 0x72, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x77, 0x69, 0x6b, 0x69, 0x70, 0x65,
4571
- 0x64, 0x69, 0x61, 0x5f, 0x69, 0x64, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0d, 0x52, 0x0b,
4572
- 0x77, 0x69, 0x6b, 0x69, 0x70, 0x65, 0x64, 0x69, 0x61, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x33,
4573
- 0x0a, 0x13, 0x77, 0x69, 0x6b, 0x69, 0x70, 0x65, 0x64, 0x69, 0x61, 0x5f, 0x6c, 0x61, 0x6e, 0x67,
4574
- 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0e, 0x52, 0x11, 0x77,
4575
- 0x69, 0x6b, 0x69, 0x70, 0x65, 0x64, 0x69, 0x61, 0x4c, 0x61, 0x6e, 0x67, 0x43, 0x6f, 0x64, 0x65,
4576
- 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x77, 0x65, 0x62, 0x73, 0x69, 0x74, 0x65, 0x5f, 0x75,
4577
- 0x72, 0x6c, 0x18, 0x11, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0f, 0x52, 0x0a, 0x77, 0x65, 0x62, 0x73,
4578
- 0x69, 0x74, 0x65, 0x55, 0x72, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x73, 0x75, 0x70,
4579
- 0x70, 0x6f, 0x72, 0x74, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x12, 0x20, 0x01, 0x28, 0x09, 0x48, 0x10,
4580
- 0x52, 0x0a, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x55, 0x72, 0x6c, 0x88, 0x01, 0x01, 0x12,
4581
- 0x28, 0x0a, 0x0d, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x5f, 0x70, 0x68, 0x6f, 0x6e, 0x65,
4582
- 0x18, 0x13, 0x20, 0x01, 0x28, 0x09, 0x48, 0x11, 0x52, 0x0c, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72,
4583
- 0x74, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x88, 0x01, 0x01, 0x12, 0x2e, 0x0a, 0x10, 0x66, 0x61, 0x63,
4584
- 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x14, 0x20,
4585
- 0x01, 0x28, 0x09, 0x48, 0x12, 0x52, 0x0f, 0x66, 0x61, 0x63, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x41,
4586
- 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x88, 0x01, 0x01, 0x12, 0x2c, 0x0a, 0x0f, 0x74, 0x77, 0x69,
4587
- 0x74, 0x74, 0x65, 0x72, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x15, 0x20, 0x01,
4588
- 0x28, 0x09, 0x48, 0x13, 0x52, 0x0e, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x41, 0x63, 0x63,
4589
- 0x6f, 0x75, 0x6e, 0x74, 0x88, 0x01, 0x01, 0x12, 0x1e, 0x0a, 0x08, 0x6e, 0x69, 0x73, 0x74, 0x5f,
4590
- 0x63, 0x70, 0x65, 0x18, 0x17, 0x20, 0x01, 0x28, 0x09, 0x48, 0x14, 0x52, 0x07, 0x6e, 0x69, 0x73,
4591
- 0x74, 0x43, 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x49, 0x0a, 0x10, 0x6c, 0x61, 0x73, 0x74, 0x5f,
4592
- 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28,
4593
- 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
4594
- 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x15, 0x52,
4595
- 0x0e, 0x6c, 0x61, 0x73, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x88,
4596
- 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x5f, 0x73, 0x63, 0x6f, 0x72,
4597
- 0x65, 0x18, 0x18, 0x20, 0x01, 0x28, 0x05, 0x48, 0x16, 0x52, 0x0a, 0x6d, 0x61, 0x74, 0x63, 0x68,
4598
- 0x53, 0x63, 0x6f, 0x72, 0x65, 0x88, 0x01, 0x01, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x6f, 0x73, 0x5f,
4599
- 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x6f, 0x73, 0x5f, 0x62,
4600
- 0x75, 0x69, 0x6c, 0x64, 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x6f, 0x73, 0x5f, 0x76, 0x65, 0x72, 0x73,
4601
- 0x69, 0x6f, 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x6f, 0x76, 0x65,
4602
- 0x72, 0x72, 0x69, 0x64, 0x65, 0x5f, 0x69, 0x64, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x6d, 0x61, 0x6b,
4603
- 0x65, 0x5f, 0x69, 0x64, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f,
4604
- 0x69, 0x64, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x64,
4605
- 0x61, 0x74, 0x65, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x65, 0x6f, 0x6c, 0x5f, 0x64, 0x61, 0x74, 0x65,
4606
- 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x65, 0x6f, 0x73, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x42, 0x0c, 0x0a,
4607
- 0x0a, 0x5f, 0x65, 0x6f, 0x73, 0x78, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x42, 0x16, 0x0a, 0x14, 0x5f,
4608
- 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x6c, 0x65, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x64, 0x65,
4609
- 0x6e, 0x63, 0x65, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x6c, 0x6f, 0x67, 0x6f, 0x5f, 0x69, 0x6d, 0x61,
4610
- 0x67, 0x65, 0x5f, 0x75, 0x72, 0x6c, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x62, 0x61, 0x6e, 0x6e, 0x65,
4611
- 0x72, 0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x75, 0x72, 0x6c, 0x42, 0x0f, 0x0a, 0x0d, 0x5f,
4612
- 0x77, 0x69, 0x6b, 0x69, 0x70, 0x65, 0x64, 0x69, 0x61, 0x5f, 0x69, 0x64, 0x42, 0x16, 0x0a, 0x14,
4613
- 0x5f, 0x77, 0x69, 0x6b, 0x69, 0x70, 0x65, 0x64, 0x69, 0x61, 0x5f, 0x6c, 0x61, 0x6e, 0x67, 0x5f,
4614
- 0x63, 0x6f, 0x64, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x77, 0x65, 0x62, 0x73, 0x69, 0x74, 0x65,
4615
- 0x5f, 0x75, 0x72, 0x6c, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74,
4616
- 0x5f, 0x75, 0x72, 0x6c, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74,
4617
- 0x5f, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x66, 0x61, 0x63, 0x65, 0x62,
4618
- 0x6f, 0x6f, 0x6b, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x12, 0x0a, 0x10, 0x5f,
4619
- 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x42,
4620
- 0x0b, 0x0a, 0x09, 0x5f, 0x6e, 0x69, 0x73, 0x74, 0x5f, 0x63, 0x70, 0x65, 0x42, 0x13, 0x0a, 0x11,
4621
- 0x5f, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d,
4622
- 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x5f, 0x73, 0x63, 0x6f, 0x72,
4623
- 0x65, 0x22, 0xed, 0x09, 0x0a, 0x0f, 0x43, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x53, 0x6f, 0x66,
4624
- 0x74, 0x77, 0x61, 0x72, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
4625
- 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x73, 0x77, 0x5f, 0x6e, 0x61, 0x6d, 0x65,
4626
- 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x77, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x22,
4627
- 0x0a, 0x0a, 0x73, 0x77, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01,
4628
- 0x28, 0x09, 0x48, 0x00, 0x52, 0x09, 0x73, 0x77, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x88,
4629
- 0x01, 0x01, 0x12, 0x27, 0x0a, 0x0d, 0x73, 0x77, 0x5f, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x5f,
4630
- 0x76, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x0b, 0x73, 0x77, 0x4d,
4631
- 0x61, 0x72, 0x6b, 0x65, 0x74, 0x56, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x73,
4632
- 0x77, 0x5f, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x48,
4633
- 0x02, 0x52, 0x09, 0x73, 0x77, 0x45, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12,
4634
- 0x1c, 0x0a, 0x07, 0x73, 0x77, 0x5f, 0x6c, 0x61, 0x6e, 0x67, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09,
4635
- 0x48, 0x03, 0x52, 0x06, 0x73, 0x77, 0x4c, 0x61, 0x6e, 0x67, 0x88, 0x01, 0x01, 0x12, 0x1e, 0x0a,
4636
- 0x08, 0x73, 0x77, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x48,
4637
- 0x04, 0x52, 0x07, 0x73, 0x77, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x88, 0x01, 0x01, 0x12, 0x1c, 0x0a,
4638
- 0x07, 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x48, 0x05,
4639
- 0x52, 0x06, 0x6d, 0x61, 0x6b, 0x65, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x70,
4640
- 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x48, 0x06,
4641
- 0x52, 0x08, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a,
4642
- 0x09, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03,
4643
- 0x48, 0x07, 0x52, 0x08, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12,
4644
- 0x1c, 0x0a, 0x07, 0x73, 0x77, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09,
4645
- 0x48, 0x08, 0x52, 0x06, 0x73, 0x77, 0x54, 0x79, 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a,
4646
- 0x0b, 0x73, 0x77, 0x5f, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x18, 0x0c, 0x20, 0x01,
4647
- 0x28, 0x09, 0x48, 0x09, 0x52, 0x0a, 0x73, 0x77, 0x43, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79,
4648
- 0x88, 0x01, 0x01, 0x12, 0x42, 0x0a, 0x0c, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x64,
4649
- 0x61, 0x74, 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
4650
- 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65,
4651
- 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x0a, 0x52, 0x0b, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65,
4652
- 0x44, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x12, 0x3a, 0x0a, 0x08, 0x65, 0x6f, 0x6c, 0x5f, 0x64,
4653
- 0x61, 0x74, 0x65, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
5674
+ 0x65, 0x88, 0x01, 0x01, 0x12, 0x29, 0x0a, 0x0e, 0x6c, 0x6f, 0x67, 0x6f, 0x5f, 0x69, 0x6d, 0x61,
5675
+ 0x67, 0x65, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0b, 0x52, 0x0c,
5676
+ 0x6c, 0x6f, 0x67, 0x6f, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x55, 0x72, 0x6c, 0x88, 0x01, 0x01, 0x12,
5677
+ 0x2d, 0x0a, 0x10, 0x62, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f,
5678
+ 0x75, 0x72, 0x6c, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0c, 0x52, 0x0e, 0x62, 0x61, 0x6e,
5679
+ 0x6e, 0x65, 0x72, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x55, 0x72, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x26,
5680
+ 0x0a, 0x0c, 0x77, 0x69, 0x6b, 0x69, 0x70, 0x65, 0x64, 0x69, 0x61, 0x5f, 0x69, 0x64, 0x18, 0x0f,
5681
+ 0x20, 0x01, 0x28, 0x09, 0x48, 0x0d, 0x52, 0x0b, 0x77, 0x69, 0x6b, 0x69, 0x70, 0x65, 0x64, 0x69,
5682
+ 0x61, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x33, 0x0a, 0x13, 0x77, 0x69, 0x6b, 0x69, 0x70, 0x65,
5683
+ 0x64, 0x69, 0x61, 0x5f, 0x6c, 0x61, 0x6e, 0x67, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x10, 0x20,
5684
+ 0x01, 0x28, 0x09, 0x48, 0x0e, 0x52, 0x11, 0x77, 0x69, 0x6b, 0x69, 0x70, 0x65, 0x64, 0x69, 0x61,
5685
+ 0x4c, 0x61, 0x6e, 0x67, 0x43, 0x6f, 0x64, 0x65, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x77,
5686
+ 0x65, 0x62, 0x73, 0x69, 0x74, 0x65, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x11, 0x20, 0x01, 0x28, 0x09,
5687
+ 0x48, 0x0f, 0x52, 0x0a, 0x77, 0x65, 0x62, 0x73, 0x69, 0x74, 0x65, 0x55, 0x72, 0x6c, 0x88, 0x01,
5688
+ 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x5f, 0x75, 0x72, 0x6c,
5689
+ 0x18, 0x12, 0x20, 0x01, 0x28, 0x09, 0x48, 0x10, 0x52, 0x0a, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72,
5690
+ 0x74, 0x55, 0x72, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x28, 0x0a, 0x0d, 0x73, 0x75, 0x70, 0x70, 0x6f,
5691
+ 0x72, 0x74, 0x5f, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x13, 0x20, 0x01, 0x28, 0x09, 0x48, 0x11,
5692
+ 0x52, 0x0c, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x88, 0x01,
5693
+ 0x01, 0x12, 0x2e, 0x0a, 0x10, 0x66, 0x61, 0x63, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x5f, 0x61, 0x63,
5694
+ 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x48, 0x12, 0x52, 0x0f, 0x66,
5695
+ 0x61, 0x63, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x88, 0x01,
5696
+ 0x01, 0x12, 0x2c, 0x0a, 0x0f, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x61, 0x63, 0x63,
5697
+ 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x15, 0x20, 0x01, 0x28, 0x09, 0x48, 0x13, 0x52, 0x0e, 0x74, 0x77,
5698
+ 0x69, 0x74, 0x74, 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x88, 0x01, 0x01, 0x12,
5699
+ 0x1e, 0x0a, 0x08, 0x6e, 0x69, 0x73, 0x74, 0x5f, 0x63, 0x70, 0x65, 0x18, 0x17, 0x20, 0x01, 0x28,
5700
+ 0x09, 0x48, 0x14, 0x52, 0x07, 0x6e, 0x69, 0x73, 0x74, 0x43, 0x70, 0x65, 0x88, 0x01, 0x01, 0x12,
5701
+ 0x49, 0x0a, 0x10, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x74,
5702
+ 0x69, 0x6d, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
4654
5703
  0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65,
4655
- 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x0b, 0x52, 0x07, 0x65, 0x6f, 0x6c, 0x44, 0x61, 0x74, 0x65,
4656
- 0x88, 0x01, 0x01, 0x12, 0x3a, 0x0a, 0x08, 0x65, 0x6f, 0x73, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18,
4657
- 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
4658
- 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d,
4659
- 0x70, 0x48, 0x0c, 0x52, 0x07, 0x65, 0x6f, 0x73, 0x44, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x12,
4660
- 0x3c, 0x0a, 0x09, 0x65, 0x6f, 0x73, 0x78, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x10, 0x20, 0x01,
4661
- 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
4662
- 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x0d,
4663
- 0x52, 0x08, 0x65, 0x6f, 0x73, 0x78, 0x44, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x12, 0x34, 0x0a,
4664
- 0x13, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x6c, 0x65, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x64,
4665
- 0x65, 0x6e, 0x63, 0x65, 0x18, 0x11, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0e, 0x52, 0x12, 0x6c, 0x69,
4666
- 0x66, 0x65, 0x63, 0x79, 0x6c, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x64, 0x65, 0x6e, 0x63, 0x65,
4667
- 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x66, 0x6c, 0x61, 0x67, 0x5f, 0x6c, 0x61, 0x74, 0x65,
4668
- 0x73, 0x74, 0x18, 0x12, 0x20, 0x01, 0x28, 0x08, 0x48, 0x0f, 0x52, 0x0a, 0x66, 0x6c, 0x61, 0x67,
4669
- 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x88, 0x01, 0x01, 0x12, 0x2c, 0x0a, 0x0f, 0x66, 0x6c, 0x61,
4670
- 0x67, 0x5f, 0x77, 0x69, 0x64, 0x65, 0x73, 0x70, 0x72, 0x65, 0x61, 0x64, 0x18, 0x13, 0x20, 0x01,
4671
- 0x28, 0x08, 0x48, 0x10, 0x52, 0x0e, 0x66, 0x6c, 0x61, 0x67, 0x57, 0x69, 0x64, 0x65, 0x73, 0x70,
4672
- 0x72, 0x65, 0x61, 0x64, 0x88, 0x01, 0x01, 0x12, 0x2c, 0x0a, 0x0f, 0x66, 0x6c, 0x61, 0x67, 0x5f,
4673
- 0x64, 0x65, 0x70, 0x72, 0x65, 0x63, 0x61, 0x74, 0x65, 0x64, 0x18, 0x14, 0x20, 0x01, 0x28, 0x08,
4674
- 0x48, 0x11, 0x52, 0x0e, 0x66, 0x6c, 0x61, 0x67, 0x44, 0x65, 0x70, 0x72, 0x65, 0x63, 0x61, 0x74,
4675
- 0x65, 0x64, 0x88, 0x01, 0x01, 0x12, 0x49, 0x0a, 0x10, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x75, 0x70,
4676
- 0x64, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x15, 0x20, 0x01, 0x28, 0x0b, 0x32,
4677
- 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
4678
- 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x12, 0x52, 0x0e, 0x6c,
4679
- 0x61, 0x73, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x88, 0x01, 0x01,
4680
- 0x12, 0x24, 0x0a, 0x0b, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x5f, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x18,
4681
- 0x64, 0x20, 0x01, 0x28, 0x05, 0x48, 0x13, 0x52, 0x0a, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x53, 0x63,
4682
- 0x6f, 0x72, 0x65, 0x88, 0x01, 0x01, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x73, 0x77, 0x5f, 0x76, 0x65,
4683
- 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x73, 0x77, 0x5f, 0x6d, 0x61, 0x72,
4684
- 0x6b, 0x65, 0x74, 0x5f, 0x76, 0x65, 0x72, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x73, 0x77, 0x5f, 0x65,
4685
- 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x73, 0x77, 0x5f, 0x6c, 0x61,
4686
- 0x6e, 0x67, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x73, 0x77, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x42,
4687
- 0x0a, 0x0a, 0x08, 0x5f, 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x69, 0x64, 0x42, 0x0c, 0x0a, 0x0a, 0x5f,
4688
- 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x6c, 0x61,
4689
- 0x74, 0x65, 0x73, 0x74, 0x5f, 0x69, 0x64, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x73, 0x77, 0x5f, 0x74,
4690
- 0x79, 0x70, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x73, 0x77, 0x5f, 0x63, 0x61, 0x74, 0x65, 0x67,
4691
- 0x6f, 0x72, 0x79, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f,
4692
- 0x64, 0x61, 0x74, 0x65, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x65, 0x6f, 0x6c, 0x5f, 0x64, 0x61, 0x74,
4693
- 0x65, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x65, 0x6f, 0x73, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x42, 0x0c,
4694
- 0x0a, 0x0a, 0x5f, 0x65, 0x6f, 0x73, 0x78, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x42, 0x16, 0x0a, 0x14,
4695
- 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x6c, 0x65, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x64,
4696
- 0x65, 0x6e, 0x63, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x66, 0x6c, 0x61, 0x67, 0x5f, 0x6c, 0x61,
4697
- 0x74, 0x65, 0x73, 0x74, 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x66, 0x6c, 0x61, 0x67, 0x5f, 0x77, 0x69,
4698
- 0x64, 0x65, 0x73, 0x70, 0x72, 0x65, 0x61, 0x64, 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x66, 0x6c, 0x61,
4699
- 0x67, 0x5f, 0x64, 0x65, 0x70, 0x72, 0x65, 0x63, 0x61, 0x74, 0x65, 0x64, 0x42, 0x13, 0x0a, 0x11,
4700
- 0x5f, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d,
4701
- 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x5f, 0x73, 0x63, 0x6f, 0x72,
4702
- 0x65, 0x22, 0x9f, 0x14, 0x0a, 0x0e, 0x43, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x4d, 0x6f, 0x6e,
4703
- 0x69, 0x74, 0x6f, 0x72, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03,
4704
- 0x52, 0x02, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x18, 0x03, 0x20,
4705
- 0x01, 0x28, 0x09, 0x52, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x12, 0x20, 0x0a, 0x09, 0x76, 0x65,
4706
- 0x6e, 0x64, 0x6f, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52,
4707
- 0x08, 0x76, 0x65, 0x6e, 0x64, 0x6f, 0x72, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x1c, 0x0a, 0x07,
4708
- 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x48, 0x01, 0x52,
4709
- 0x06, 0x6d, 0x61, 0x6b, 0x65, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x66, 0x61,
4710
- 0x6d, 0x69, 0x6c, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x48, 0x02, 0x52,
4711
- 0x08, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09,
4712
- 0x69, 0x73, 0x5f, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x48,
4713
- 0x03, 0x52, 0x08, 0x69, 0x73, 0x46, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x88, 0x01, 0x01, 0x12, 0x28,
4714
- 0x0a, 0x0d, 0x6f, 0x66, 0x66, 0x69, 0x63, 0x69, 0x61, 0x6c, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x18,
4715
- 0x08, 0x20, 0x01, 0x28, 0x09, 0x48, 0x04, 0x52, 0x0c, 0x6f, 0x66, 0x66, 0x69, 0x63, 0x69, 0x61,
4716
- 0x6c, 0x50, 0x61, 0x67, 0x65, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x73, 0x75, 0x70, 0x70,
4717
- 0x6f, 0x72, 0x74, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x48, 0x05,
4718
- 0x52, 0x0b, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x50, 0x61, 0x67, 0x65, 0x88, 0x01, 0x01,
4719
- 0x12, 0x20, 0x0a, 0x09, 0x73, 0x69, 0x7a, 0x65, 0x5f, 0x69, 0x6e, 0x63, 0x68, 0x18, 0x0a, 0x20,
4720
- 0x01, 0x28, 0x01, 0x48, 0x06, 0x52, 0x08, 0x73, 0x69, 0x7a, 0x65, 0x49, 0x6e, 0x63, 0x68, 0x88,
4721
- 0x01, 0x01, 0x12, 0x2a, 0x0a, 0x0e, 0x6d, 0x61, 0x78, 0x5f, 0x72, 0x65, 0x73, 0x6f, 0x6c, 0x75,
4722
- 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x48, 0x07, 0x52, 0x0d, 0x6d, 0x61,
4723
- 0x78, 0x52, 0x65, 0x73, 0x6f, 0x6c, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x26,
4724
- 0x0a, 0x0c, 0x61, 0x73, 0x70, 0x65, 0x63, 0x74, 0x5f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x18, 0x0c,
4725
- 0x20, 0x01, 0x28, 0x09, 0x48, 0x08, 0x52, 0x0b, 0x61, 0x73, 0x70, 0x65, 0x63, 0x74, 0x52, 0x61,
4726
- 0x74, 0x69, 0x6f, 0x88, 0x01, 0x01, 0x12, 0x2d, 0x0a, 0x10, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e,
4727
- 0x73, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x5f, 0x6d, 0x73, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x01,
4728
- 0x48, 0x09, 0x52, 0x0e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x54, 0x69, 0x6d, 0x65,
4729
- 0x4d, 0x73, 0x88, 0x01, 0x01, 0x12, 0x1c, 0x0a, 0x07, 0x68, 0x64, 0x5f, 0x74, 0x79, 0x70, 0x65,
4730
- 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0a, 0x52, 0x06, 0x68, 0x64, 0x54, 0x79, 0x70, 0x65,
4731
- 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x74,
4732
- 0x65, 0x63, 0x68, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0b, 0x52, 0x0b, 0x64, 0x69, 0x73,
4733
- 0x70, 0x6c, 0x61, 0x79, 0x54, 0x65, 0x63, 0x68, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x72,
4734
- 0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0x5f, 0x72, 0x61, 0x74, 0x65, 0x18, 0x10, 0x20, 0x01, 0x28,
4735
- 0x05, 0x48, 0x0c, 0x52, 0x0b, 0x72, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0x52, 0x61, 0x74, 0x65,
4736
- 0x88, 0x01, 0x01, 0x12, 0x19, 0x0a, 0x05, 0x70, 0x61, 0x6e, 0x65, 0x6c, 0x18, 0x11, 0x20, 0x01,
4737
- 0x28, 0x09, 0x48, 0x0d, 0x52, 0x05, 0x70, 0x61, 0x6e, 0x65, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x20,
4738
- 0x0a, 0x09, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x5f, 0x63, 0x6d, 0x18, 0x12, 0x20, 0x01, 0x28,
4739
- 0x01, 0x48, 0x0e, 0x52, 0x08, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x43, 0x6d, 0x88, 0x01, 0x01,
4740
- 0x12, 0x1e, 0x0a, 0x08, 0x77, 0x69, 0x64, 0x74, 0x68, 0x5f, 0x63, 0x6d, 0x18, 0x13, 0x20, 0x01,
4741
- 0x28, 0x01, 0x48, 0x0f, 0x52, 0x07, 0x77, 0x69, 0x64, 0x74, 0x68, 0x43, 0x6d, 0x88, 0x01, 0x01,
4742
- 0x12, 0x24, 0x0a, 0x0b, 0x64, 0x69, 0x61, 0x67, 0x6f, 0x6e, 0x61, 0x6c, 0x5f, 0x63, 0x6d, 0x18,
4743
- 0x14, 0x20, 0x01, 0x28, 0x01, 0x48, 0x10, 0x52, 0x0a, 0x64, 0x69, 0x61, 0x67, 0x6f, 0x6e, 0x61,
4744
- 0x6c, 0x43, 0x6d, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x75, 0x73, 0x62, 0x5f, 0x75, 0x70,
4745
- 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x18, 0x15, 0x20, 0x01, 0x28, 0x09, 0x48, 0x11, 0x52, 0x0b,
4746
- 0x75, 0x73, 0x62, 0x55, 0x70, 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x88, 0x01, 0x01, 0x12, 0x2b,
4747
- 0x0a, 0x0f, 0x6e, 0x72, 0x5f, 0x75, 0x73, 0x62, 0x5f, 0x75, 0x70, 0x73, 0x74, 0x72, 0x65, 0x61,
4748
- 0x6d, 0x18, 0x16, 0x20, 0x01, 0x28, 0x05, 0x48, 0x12, 0x52, 0x0d, 0x6e, 0x72, 0x55, 0x73, 0x62,
4749
- 0x55, 0x70, 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x88, 0x01, 0x01, 0x12, 0x3b, 0x0a, 0x18, 0x6e,
4750
- 0x72, 0x5f, 0x75, 0x73, 0x62, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x61, 0x5f, 0x64, 0x6f, 0x77,
4751
- 0x6e, 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x18, 0x17, 0x20, 0x01, 0x28, 0x05, 0x48, 0x13, 0x52,
4752
- 0x14, 0x6e, 0x72, 0x55, 0x73, 0x62, 0x54, 0x79, 0x70, 0x65, 0x41, 0x44, 0x6f, 0x77, 0x6e, 0x73,
4753
- 0x74, 0x72, 0x65, 0x61, 0x6d, 0x88, 0x01, 0x01, 0x12, 0x1c, 0x0a, 0x07, 0x6e, 0x72, 0x5f, 0x68,
4754
- 0x64, 0x6d, 0x69, 0x18, 0x18, 0x20, 0x01, 0x28, 0x05, 0x48, 0x14, 0x52, 0x06, 0x6e, 0x72, 0x48,
4755
- 0x64, 0x6d, 0x69, 0x88, 0x01, 0x01, 0x12, 0x1a, 0x0a, 0x06, 0x6e, 0x72, 0x5f, 0x76, 0x67, 0x61,
4756
- 0x18, 0x19, 0x20, 0x01, 0x28, 0x05, 0x48, 0x15, 0x52, 0x05, 0x6e, 0x72, 0x56, 0x67, 0x61, 0x88,
4757
- 0x01, 0x01, 0x12, 0x1a, 0x0a, 0x06, 0x6e, 0x72, 0x5f, 0x64, 0x76, 0x69, 0x18, 0x1a, 0x20, 0x01,
4758
- 0x28, 0x05, 0x48, 0x16, 0x52, 0x05, 0x6e, 0x72, 0x44, 0x76, 0x69, 0x88, 0x01, 0x01, 0x12, 0x26,
4759
- 0x0a, 0x0c, 0x68, 0x64, 0x6d, 0x69, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x1b,
4760
- 0x20, 0x01, 0x28, 0x01, 0x48, 0x17, 0x52, 0x0b, 0x68, 0x64, 0x6d, 0x69, 0x56, 0x65, 0x72, 0x73,
4761
- 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x2d, 0x0a, 0x10, 0x6e, 0x72, 0x5f, 0x64, 0x69, 0x73,
4762
- 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x05,
4763
- 0x48, 0x18, 0x52, 0x0e, 0x6e, 0x72, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x50, 0x6f, 0x72,
4764
- 0x74, 0x73, 0x88, 0x01, 0x01, 0x12, 0x35, 0x0a, 0x14, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79,
4765
- 0x5f, 0x70, 0x6f, 0x72, 0x74, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x1d, 0x20,
4766
- 0x01, 0x28, 0x01, 0x48, 0x19, 0x52, 0x12, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x50, 0x6f,
4767
- 0x72, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c,
4768
- 0x65, 0x6e, 0x65, 0x72, 0x67, 0x79, 0x5f, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x18, 0x1e, 0x20, 0x01,
4769
- 0x28, 0x09, 0x48, 0x1a, 0x52, 0x0b, 0x65, 0x6e, 0x65, 0x72, 0x67, 0x79, 0x43, 0x6c, 0x61, 0x73,
4770
- 0x73, 0x88, 0x01, 0x01, 0x12, 0x28, 0x0a, 0x0e, 0x73, 0x64, 0x72, 0x5f, 0x70, 0x65, 0x72, 0x5f,
4771
- 0x31, 0x30, 0x30, 0x30, 0x5f, 0x75, 0x18, 0x1f, 0x20, 0x01, 0x28, 0x05, 0x48, 0x1b, 0x52, 0x0b,
4772
- 0x73, 0x64, 0x72, 0x50, 0x65, 0x72, 0x31, 0x30, 0x30, 0x30, 0x55, 0x88, 0x01, 0x01, 0x12, 0x31,
4773
- 0x0a, 0x12, 0x61, 0x76, 0x65, 0x72, 0x61, 0x67, 0x65, 0x5f, 0x77, 0x61, 0x74, 0x74, 0x5f, 0x75,
4774
- 0x73, 0x61, 0x67, 0x65, 0x18, 0x20, 0x20, 0x01, 0x28, 0x01, 0x48, 0x1c, 0x52, 0x10, 0x61, 0x76,
4775
- 0x65, 0x72, 0x61, 0x67, 0x65, 0x57, 0x61, 0x74, 0x74, 0x55, 0x73, 0x61, 0x67, 0x65, 0x88, 0x01,
4776
- 0x01, 0x12, 0x29, 0x0a, 0x0e, 0x6d, 0x61, 0x78, 0x5f, 0x77, 0x61, 0x74, 0x74, 0x5f, 0x75, 0x73,
4777
- 0x61, 0x67, 0x65, 0x18, 0x21, 0x20, 0x01, 0x28, 0x01, 0x48, 0x1d, 0x52, 0x0c, 0x6d, 0x61, 0x78,
4778
- 0x57, 0x61, 0x74, 0x74, 0x55, 0x73, 0x61, 0x67, 0x65, 0x88, 0x01, 0x01, 0x12, 0x31, 0x0a, 0x12,
4779
- 0x77, 0x61, 0x74, 0x74, 0x5f, 0x75, 0x73, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x74, 0x61, 0x6e, 0x64,
4780
- 0x62, 0x79, 0x18, 0x22, 0x20, 0x01, 0x28, 0x01, 0x48, 0x1e, 0x52, 0x10, 0x77, 0x61, 0x74, 0x74,
4781
- 0x55, 0x73, 0x61, 0x67, 0x65, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x62, 0x79, 0x88, 0x01, 0x01, 0x12,
4782
- 0x2b, 0x0a, 0x0f, 0x77, 0x61, 0x74, 0x74, 0x5f, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x5f, 0x73, 0x61,
4783
- 0x76, 0x65, 0x18, 0x23, 0x20, 0x01, 0x28, 0x01, 0x48, 0x1f, 0x52, 0x0d, 0x77, 0x61, 0x74, 0x74,
4784
- 0x50, 0x6f, 0x77, 0x65, 0x72, 0x53, 0x61, 0x76, 0x65, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a,
4785
- 0x61, 0x63, 0x5f, 0x76, 0x6f, 0x6c, 0x74, 0x61, 0x67, 0x65, 0x18, 0x24, 0x20, 0x01, 0x28, 0x09,
4786
- 0x48, 0x20, 0x52, 0x09, 0x61, 0x63, 0x56, 0x6f, 0x6c, 0x74, 0x61, 0x67, 0x65, 0x88, 0x01, 0x01,
4787
- 0x12, 0x21, 0x0a, 0x0a, 0x61, 0x63, 0x5f, 0x66, 0x72, 0x65, 0x71, 0x5f, 0x68, 0x7a, 0x18, 0x25,
4788
- 0x20, 0x01, 0x28, 0x09, 0x48, 0x21, 0x52, 0x08, 0x61, 0x63, 0x46, 0x72, 0x65, 0x71, 0x48, 0x7a,
4789
- 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x61,
4790
- 0x18, 0x26, 0x20, 0x01, 0x28, 0x01, 0x48, 0x22, 0x52, 0x08, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e,
4791
- 0x74, 0x41, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65,
4792
- 0x5f, 0x61, 0x69, 0x6f, 0x18, 0x27, 0x20, 0x01, 0x28, 0x08, 0x48, 0x23, 0x52, 0x0a, 0x66, 0x65,
4793
- 0x61, 0x74, 0x75, 0x72, 0x65, 0x41, 0x69, 0x6f, 0x88, 0x01, 0x01, 0x12, 0x2a, 0x0a, 0x0e, 0x66,
4794
- 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x18, 0x28, 0x20,
4795
- 0x01, 0x28, 0x08, 0x48, 0x24, 0x52, 0x0d, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x43, 0x61,
4796
- 0x6d, 0x65, 0x72, 0x61, 0x88, 0x01, 0x01, 0x12, 0x2e, 0x0a, 0x10, 0x66, 0x65, 0x61, 0x74, 0x75,
4797
- 0x72, 0x65, 0x5f, 0x73, 0x70, 0x65, 0x61, 0x6b, 0x65, 0x72, 0x73, 0x18, 0x29, 0x20, 0x01, 0x28,
4798
- 0x08, 0x48, 0x25, 0x52, 0x0f, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x53, 0x70, 0x65, 0x61,
4799
- 0x6b, 0x65, 0x72, 0x73, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x66, 0x65, 0x61, 0x74, 0x75,
4800
- 0x72, 0x65, 0x5f, 0x68, 0x64, 0x6d, 0x69, 0x18, 0x2a, 0x20, 0x01, 0x28, 0x08, 0x48, 0x26, 0x52,
4801
- 0x0b, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x48, 0x64, 0x6d, 0x69, 0x88, 0x01, 0x01, 0x12,
4802
- 0x24, 0x0a, 0x0b, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x65, 0x74, 0x68, 0x18, 0x2b,
4803
- 0x20, 0x01, 0x28, 0x08, 0x48, 0x27, 0x52, 0x0a, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x45,
4804
- 0x74, 0x68, 0x88, 0x01, 0x01, 0x12, 0x2e, 0x0a, 0x10, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65,
4805
- 0x5f, 0x70, 0x6f, 0x72, 0x74, 0x72, 0x61, 0x69, 0x74, 0x18, 0x2c, 0x20, 0x01, 0x28, 0x08, 0x48,
4806
- 0x28, 0x52, 0x0f, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x50, 0x6f, 0x72, 0x74, 0x72, 0x61,
4807
- 0x69, 0x74, 0x88, 0x01, 0x01, 0x12, 0x2a, 0x0a, 0x0e, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65,
4808
- 0x5f, 0x63, 0x75, 0x72, 0x76, 0x65, 0x64, 0x18, 0x2d, 0x20, 0x01, 0x28, 0x08, 0x48, 0x29, 0x52,
4809
- 0x0d, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x43, 0x75, 0x72, 0x76, 0x65, 0x64, 0x88, 0x01,
4810
- 0x01, 0x12, 0x49, 0x0a, 0x10, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65,
4811
- 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x2e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f,
4812
- 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69,
4813
- 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x2a, 0x52, 0x0e, 0x6c, 0x61, 0x73, 0x74, 0x55,
4814
- 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b,
4815
- 0x6d, 0x61, 0x74, 0x63, 0x68, 0x5f, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x18, 0x64, 0x20, 0x01, 0x28,
4816
- 0x05, 0x48, 0x2b, 0x52, 0x0a, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x53, 0x63, 0x6f, 0x72, 0x65, 0x88,
4817
- 0x01, 0x01, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x76, 0x65, 0x6e, 0x64, 0x6f, 0x72, 0x5f, 0x69, 0x64,
5704
+ 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x15, 0x52, 0x0e, 0x6c, 0x61, 0x73, 0x74, 0x55, 0x70, 0x64,
5705
+ 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x6d, 0x61,
5706
+ 0x74, 0x63, 0x68, 0x5f, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x18, 0x18, 0x20, 0x01, 0x28, 0x05, 0x48,
5707
+ 0x16, 0x52, 0x0a, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x53, 0x63, 0x6f, 0x72, 0x65, 0x88, 0x01, 0x01,
5708
+ 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x6f, 0x73, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x42,
5709
+ 0x0b, 0x0a, 0x09, 0x5f, 0x6f, 0x73, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x42, 0x12, 0x0a, 0x10,
5710
+ 0x5f, 0x6f, 0x73, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65,
5711
+ 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x6f, 0x76, 0x65, 0x72, 0x72, 0x69, 0x64, 0x65, 0x5f, 0x69, 0x64,
4818
5712
  0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x69, 0x64, 0x42, 0x0c, 0x0a, 0x0a,
4819
- 0x5f, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x5f, 0x69, 0x64, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x69,
4820
- 0x73, 0x5f, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x6f, 0x66, 0x66,
4821
- 0x69, 0x63, 0x69, 0x61, 0x6c, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x73,
4822
- 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x42, 0x0c, 0x0a, 0x0a, 0x5f,
4823
- 0x73, 0x69, 0x7a, 0x65, 0x5f, 0x69, 0x6e, 0x63, 0x68, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x6d, 0x61,
4824
- 0x78, 0x5f, 0x72, 0x65, 0x73, 0x6f, 0x6c, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x0f, 0x0a, 0x0d,
4825
- 0x5f, 0x61, 0x73, 0x70, 0x65, 0x63, 0x74, 0x5f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x42, 0x13, 0x0a,
4826
- 0x11, 0x5f, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x5f,
4827
- 0x6d, 0x73, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x68, 0x64, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x42, 0x0f,
4828
- 0x0a, 0x0d, 0x5f, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x74, 0x65, 0x63, 0x68, 0x42,
4829
- 0x0f, 0x0a, 0x0d, 0x5f, 0x72, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0x5f, 0x72, 0x61, 0x74, 0x65,
4830
- 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x70, 0x61, 0x6e, 0x65, 0x6c, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x68,
4831
- 0x65, 0x69, 0x67, 0x68, 0x74, 0x5f, 0x63, 0x6d, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x77, 0x69, 0x64,
4832
- 0x74, 0x68, 0x5f, 0x63, 0x6d, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x64, 0x69, 0x61, 0x67, 0x6f, 0x6e,
4833
- 0x61, 0x6c, 0x5f, 0x63, 0x6d, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x75, 0x73, 0x62, 0x5f, 0x75, 0x70,
4834
- 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x6e, 0x72, 0x5f, 0x75, 0x73,
4835
- 0x62, 0x5f, 0x75, 0x70, 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x42, 0x1b, 0x0a, 0x19, 0x5f, 0x6e,
4836
- 0x72, 0x5f, 0x75, 0x73, 0x62, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x61, 0x5f, 0x64, 0x6f, 0x77,
4837
- 0x6e, 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x6e, 0x72, 0x5f, 0x68,
4838
- 0x64, 0x6d, 0x69, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x6e, 0x72, 0x5f, 0x76, 0x67, 0x61, 0x42, 0x09,
4839
- 0x0a, 0x07, 0x5f, 0x6e, 0x72, 0x5f, 0x64, 0x76, 0x69, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x68, 0x64,
4840
- 0x6d, 0x69, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x6e,
4841
- 0x72, 0x5f, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x42,
4842
- 0x17, 0x0a, 0x15, 0x5f, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x70, 0x6f, 0x72, 0x74,
4843
- 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x65, 0x6e, 0x65,
4844
- 0x72, 0x67, 0x79, 0x5f, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x73, 0x64,
4845
- 0x72, 0x5f, 0x70, 0x65, 0x72, 0x5f, 0x31, 0x30, 0x30, 0x30, 0x5f, 0x75, 0x42, 0x15, 0x0a, 0x13,
4846
- 0x5f, 0x61, 0x76, 0x65, 0x72, 0x61, 0x67, 0x65, 0x5f, 0x77, 0x61, 0x74, 0x74, 0x5f, 0x75, 0x73,
4847
- 0x61, 0x67, 0x65, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x6d, 0x61, 0x78, 0x5f, 0x77, 0x61, 0x74, 0x74,
4848
- 0x5f, 0x75, 0x73, 0x61, 0x67, 0x65, 0x42, 0x15, 0x0a, 0x13, 0x5f, 0x77, 0x61, 0x74, 0x74, 0x5f,
4849
- 0x75, 0x73, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x74, 0x61, 0x6e, 0x64, 0x62, 0x79, 0x42, 0x12, 0x0a,
4850
- 0x10, 0x5f, 0x77, 0x61, 0x74, 0x74, 0x5f, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x5f, 0x73, 0x61, 0x76,
4851
- 0x65, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x61, 0x63, 0x5f, 0x76, 0x6f, 0x6c, 0x74, 0x61, 0x67, 0x65,
4852
- 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x61, 0x63, 0x5f, 0x66, 0x72, 0x65, 0x71, 0x5f, 0x68, 0x7a, 0x42,
4853
- 0x0c, 0x0a, 0x0a, 0x5f, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x61, 0x42, 0x0e, 0x0a,
4854
- 0x0c, 0x5f, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x61, 0x69, 0x6f, 0x42, 0x11, 0x0a,
4855
- 0x0f, 0x5f, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61,
4856
- 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x73, 0x70, 0x65,
4857
- 0x61, 0x6b, 0x65, 0x72, 0x73, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72,
4858
- 0x65, 0x5f, 0x68, 0x64, 0x6d, 0x69, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x66, 0x65, 0x61, 0x74, 0x75,
4859
- 0x72, 0x65, 0x5f, 0x65, 0x74, 0x68, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x66, 0x65, 0x61, 0x74, 0x75,
4860
- 0x72, 0x65, 0x5f, 0x70, 0x6f, 0x72, 0x74, 0x72, 0x61, 0x69, 0x74, 0x42, 0x11, 0x0a, 0x0f, 0x5f,
4861
- 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x63, 0x75, 0x72, 0x76, 0x65, 0x64, 0x42, 0x13,
4862
- 0x0a, 0x11, 0x5f, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x74,
4863
- 0x69, 0x6d, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x5f, 0x73, 0x63,
4864
- 0x6f, 0x72, 0x65, 0x32, 0x82, 0x03, 0x0a, 0x17, 0x44, 0x61, 0x74, 0x61, 0x43, 0x6f, 0x72, 0x65,
4865
- 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12,
4866
- 0x70, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x2f, 0x2e, 0x63,
4867
- 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70,
4868
- 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74,
4869
- 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e,
4870
- 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64,
4871
- 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65,
4872
- 0x74, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
4873
- 0x00, 0x12, 0x77, 0x0a, 0x0c, 0x4c, 0x69, 0x73, 0x74, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65,
4874
- 0x73, 0x12, 0x30, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
4875
- 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76,
4876
- 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x52, 0x65, 0x71, 0x75,
4877
- 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
4878
- 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64,
4879
- 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x52, 0x65,
4880
- 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x30, 0x01, 0x12, 0x7c, 0x0a, 0x0d, 0x43, 0x61,
4881
- 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x12, 0x33, 0x2e, 0x63, 0x6f,
5713
+ 0x5f, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x72,
5714
+ 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x42, 0x0b, 0x0a, 0x09, 0x5f,
5715
+ 0x65, 0x6f, 0x6c, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x65, 0x6f, 0x73,
5716
+ 0x5f, 0x64, 0x61, 0x74, 0x65, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x65, 0x6f, 0x73, 0x78, 0x5f, 0x64,
5717
+ 0x61, 0x74, 0x65, 0x42, 0x16, 0x0a, 0x14, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x6c, 0x65,
5718
+ 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x64, 0x65, 0x6e, 0x63, 0x65, 0x42, 0x11, 0x0a, 0x0f, 0x5f,
5719
+ 0x6c, 0x6f, 0x67, 0x6f, 0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x75, 0x72, 0x6c, 0x42, 0x13,
5720
+ 0x0a, 0x11, 0x5f, 0x62, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f,
5721
+ 0x75, 0x72, 0x6c, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x77, 0x69, 0x6b, 0x69, 0x70, 0x65, 0x64, 0x69,
5722
+ 0x61, 0x5f, 0x69, 0x64, 0x42, 0x16, 0x0a, 0x14, 0x5f, 0x77, 0x69, 0x6b, 0x69, 0x70, 0x65, 0x64,
5723
+ 0x69, 0x61, 0x5f, 0x6c, 0x61, 0x6e, 0x67, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x42, 0x0e, 0x0a, 0x0c,
5724
+ 0x5f, 0x77, 0x65, 0x62, 0x73, 0x69, 0x74, 0x65, 0x5f, 0x75, 0x72, 0x6c, 0x42, 0x0e, 0x0a, 0x0c,
5725
+ 0x5f, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x5f, 0x75, 0x72, 0x6c, 0x42, 0x10, 0x0a, 0x0e,
5726
+ 0x5f, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x5f, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x42, 0x13,
5727
+ 0x0a, 0x11, 0x5f, 0x66, 0x61, 0x63, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x5f, 0x61, 0x63, 0x63, 0x6f,
5728
+ 0x75, 0x6e, 0x74, 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f,
5729
+ 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x6e, 0x69, 0x73, 0x74,
5730
+ 0x5f, 0x63, 0x70, 0x65, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x75, 0x70,
5731
+ 0x64, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x6d, 0x61,
5732
+ 0x74, 0x63, 0x68, 0x5f, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x22, 0xed, 0x09, 0x0a, 0x0f, 0x43, 0x61,
5733
+ 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x12, 0x0e, 0x0a,
5734
+ 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x17, 0x0a,
5735
+ 0x07, 0x73, 0x77, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06,
5736
+ 0x73, 0x77, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x22, 0x0a, 0x0a, 0x73, 0x77, 0x5f, 0x76, 0x65, 0x72,
5737
+ 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x09, 0x73, 0x77,
5738
+ 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x27, 0x0a, 0x0d, 0x73, 0x77,
5739
+ 0x5f, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x5f, 0x76, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28,
5740
+ 0x09, 0x48, 0x01, 0x52, 0x0b, 0x73, 0x77, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x56, 0x65, 0x72,
5741
+ 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x73, 0x77, 0x5f, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f,
5742
+ 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x09, 0x73, 0x77, 0x45, 0x64, 0x69,
5743
+ 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x1c, 0x0a, 0x07, 0x73, 0x77, 0x5f, 0x6c, 0x61,
5744
+ 0x6e, 0x67, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x48, 0x03, 0x52, 0x06, 0x73, 0x77, 0x4c, 0x61,
5745
+ 0x6e, 0x67, 0x88, 0x01, 0x01, 0x12, 0x1e, 0x0a, 0x08, 0x73, 0x77, 0x5f, 0x62, 0x75, 0x69, 0x6c,
5746
+ 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x48, 0x04, 0x52, 0x07, 0x73, 0x77, 0x42, 0x75, 0x69,
5747
+ 0x6c, 0x64, 0x88, 0x01, 0x01, 0x12, 0x1c, 0x0a, 0x07, 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x69, 0x64,
5748
+ 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x48, 0x05, 0x52, 0x06, 0x6d, 0x61, 0x6b, 0x65, 0x49, 0x64,
5749
+ 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64,
5750
+ 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x48, 0x06, 0x52, 0x08, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74,
5751
+ 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x5f,
5752
+ 0x69, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x48, 0x07, 0x52, 0x08, 0x6c, 0x61, 0x74, 0x65,
5753
+ 0x73, 0x74, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x1c, 0x0a, 0x07, 0x73, 0x77, 0x5f, 0x74, 0x79,
5754
+ 0x70, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x48, 0x08, 0x52, 0x06, 0x73, 0x77, 0x54, 0x79,
5755
+ 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x73, 0x77, 0x5f, 0x63, 0x61, 0x74, 0x65,
5756
+ 0x67, 0x6f, 0x72, 0x79, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x48, 0x09, 0x52, 0x0a, 0x73, 0x77,
5757
+ 0x43, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x88, 0x01, 0x01, 0x12, 0x42, 0x0a, 0x0c, 0x72,
5758
+ 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28,
5759
+ 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
5760
+ 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x0a, 0x52,
5761
+ 0x0b, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x44, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x12,
5762
+ 0x3a, 0x0a, 0x08, 0x65, 0x6f, 0x6c, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x0e, 0x20, 0x01, 0x28,
5763
+ 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
5764
+ 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x0b, 0x52,
5765
+ 0x07, 0x65, 0x6f, 0x6c, 0x44, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x12, 0x3a, 0x0a, 0x08, 0x65,
5766
+ 0x6f, 0x73, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e,
5767
+ 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e,
5768
+ 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x0c, 0x52, 0x07, 0x65, 0x6f, 0x73,
5769
+ 0x44, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x12, 0x3c, 0x0a, 0x09, 0x65, 0x6f, 0x73, 0x78, 0x5f,
5770
+ 0x64, 0x61, 0x74, 0x65, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f,
5771
+ 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d,
5772
+ 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x0d, 0x52, 0x08, 0x65, 0x6f, 0x73, 0x78, 0x44, 0x61,
5773
+ 0x74, 0x65, 0x88, 0x01, 0x01, 0x12, 0x34, 0x0a, 0x13, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x6c,
5774
+ 0x65, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x64, 0x65, 0x6e, 0x63, 0x65, 0x18, 0x11, 0x20, 0x01,
5775
+ 0x28, 0x09, 0x48, 0x0e, 0x52, 0x12, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x6c, 0x65, 0x43, 0x6f,
5776
+ 0x6e, 0x66, 0x69, 0x64, 0x65, 0x6e, 0x63, 0x65, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x66,
5777
+ 0x6c, 0x61, 0x67, 0x5f, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x18, 0x12, 0x20, 0x01, 0x28, 0x08,
5778
+ 0x48, 0x0f, 0x52, 0x0a, 0x66, 0x6c, 0x61, 0x67, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x88, 0x01,
5779
+ 0x01, 0x12, 0x2c, 0x0a, 0x0f, 0x66, 0x6c, 0x61, 0x67, 0x5f, 0x77, 0x69, 0x64, 0x65, 0x73, 0x70,
5780
+ 0x72, 0x65, 0x61, 0x64, 0x18, 0x13, 0x20, 0x01, 0x28, 0x08, 0x48, 0x10, 0x52, 0x0e, 0x66, 0x6c,
5781
+ 0x61, 0x67, 0x57, 0x69, 0x64, 0x65, 0x73, 0x70, 0x72, 0x65, 0x61, 0x64, 0x88, 0x01, 0x01, 0x12,
5782
+ 0x2c, 0x0a, 0x0f, 0x66, 0x6c, 0x61, 0x67, 0x5f, 0x64, 0x65, 0x70, 0x72, 0x65, 0x63, 0x61, 0x74,
5783
+ 0x65, 0x64, 0x18, 0x14, 0x20, 0x01, 0x28, 0x08, 0x48, 0x11, 0x52, 0x0e, 0x66, 0x6c, 0x61, 0x67,
5784
+ 0x44, 0x65, 0x70, 0x72, 0x65, 0x63, 0x61, 0x74, 0x65, 0x64, 0x88, 0x01, 0x01, 0x12, 0x49, 0x0a,
5785
+ 0x10, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d,
5786
+ 0x65, 0x18, 0x15, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
5787
+ 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74,
5788
+ 0x61, 0x6d, 0x70, 0x48, 0x12, 0x52, 0x0e, 0x6c, 0x61, 0x73, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74,
5789
+ 0x65, 0x54, 0x69, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x6d, 0x61, 0x74, 0x63,
5790
+ 0x68, 0x5f, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x18, 0x64, 0x20, 0x01, 0x28, 0x05, 0x48, 0x13, 0x52,
5791
+ 0x0a, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x53, 0x63, 0x6f, 0x72, 0x65, 0x88, 0x01, 0x01, 0x42, 0x0d,
5792
+ 0x0a, 0x0b, 0x5f, 0x73, 0x77, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x10, 0x0a,
5793
+ 0x0e, 0x5f, 0x73, 0x77, 0x5f, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x5f, 0x76, 0x65, 0x72, 0x42,
5794
+ 0x0d, 0x0a, 0x0b, 0x5f, 0x73, 0x77, 0x5f, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x0a,
5795
+ 0x0a, 0x08, 0x5f, 0x73, 0x77, 0x5f, 0x6c, 0x61, 0x6e, 0x67, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x73,
5796
+ 0x77, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x6d, 0x61, 0x6b, 0x65,
5797
+ 0x5f, 0x69, 0x64, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x69,
5798
+ 0x64, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x5f, 0x69, 0x64, 0x42,
5799
+ 0x0a, 0x0a, 0x08, 0x5f, 0x73, 0x77, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f,
5800
+ 0x73, 0x77, 0x5f, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x42, 0x0f, 0x0a, 0x0d, 0x5f,
5801
+ 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x42, 0x0b, 0x0a, 0x09,
5802
+ 0x5f, 0x65, 0x6f, 0x6c, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x65, 0x6f,
5803
+ 0x73, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x65, 0x6f, 0x73, 0x78, 0x5f,
5804
+ 0x64, 0x61, 0x74, 0x65, 0x42, 0x16, 0x0a, 0x14, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x6c,
5805
+ 0x65, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x64, 0x65, 0x6e, 0x63, 0x65, 0x42, 0x0e, 0x0a, 0x0c,
5806
+ 0x5f, 0x66, 0x6c, 0x61, 0x67, 0x5f, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, 0x12, 0x0a, 0x10,
5807
+ 0x5f, 0x66, 0x6c, 0x61, 0x67, 0x5f, 0x77, 0x69, 0x64, 0x65, 0x73, 0x70, 0x72, 0x65, 0x61, 0x64,
5808
+ 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x66, 0x6c, 0x61, 0x67, 0x5f, 0x64, 0x65, 0x70, 0x72, 0x65, 0x63,
5809
+ 0x61, 0x74, 0x65, 0x64, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x75, 0x70,
5810
+ 0x64, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x6d, 0x61,
5811
+ 0x74, 0x63, 0x68, 0x5f, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x22, 0x9f, 0x14, 0x0a, 0x0e, 0x43, 0x61,
5812
+ 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x4d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x12, 0x0e, 0x0a, 0x02,
5813
+ 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05,
5814
+ 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6d, 0x6f, 0x64,
5815
+ 0x65, 0x6c, 0x12, 0x20, 0x0a, 0x09, 0x76, 0x65, 0x6e, 0x64, 0x6f, 0x72, 0x5f, 0x69, 0x64, 0x18,
5816
+ 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x08, 0x76, 0x65, 0x6e, 0x64, 0x6f, 0x72, 0x49,
5817
+ 0x64, 0x88, 0x01, 0x01, 0x12, 0x1c, 0x0a, 0x07, 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x69, 0x64, 0x18,
5818
+ 0x05, 0x20, 0x01, 0x28, 0x03, 0x48, 0x01, 0x52, 0x06, 0x6d, 0x61, 0x6b, 0x65, 0x49, 0x64, 0x88,
5819
+ 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x5f, 0x69, 0x64, 0x18,
5820
+ 0x06, 0x20, 0x01, 0x28, 0x03, 0x48, 0x02, 0x52, 0x08, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x49,
5821
+ 0x64, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x69, 0x73, 0x5f, 0x66, 0x61, 0x6d, 0x69, 0x6c,
5822
+ 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x48, 0x03, 0x52, 0x08, 0x69, 0x73, 0x46, 0x61, 0x6d,
5823
+ 0x69, 0x6c, 0x79, 0x88, 0x01, 0x01, 0x12, 0x28, 0x0a, 0x0d, 0x6f, 0x66, 0x66, 0x69, 0x63, 0x69,
5824
+ 0x61, 0x6c, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x48, 0x04, 0x52,
5825
+ 0x0c, 0x6f, 0x66, 0x66, 0x69, 0x63, 0x69, 0x61, 0x6c, 0x50, 0x61, 0x67, 0x65, 0x88, 0x01, 0x01,
5826
+ 0x12, 0x26, 0x0a, 0x0c, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x5f, 0x70, 0x61, 0x67, 0x65,
5827
+ 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x48, 0x05, 0x52, 0x0b, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72,
5828
+ 0x74, 0x50, 0x61, 0x67, 0x65, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x73, 0x69, 0x7a, 0x65,
5829
+ 0x5f, 0x69, 0x6e, 0x63, 0x68, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x01, 0x48, 0x06, 0x52, 0x08, 0x73,
5830
+ 0x69, 0x7a, 0x65, 0x49, 0x6e, 0x63, 0x68, 0x88, 0x01, 0x01, 0x12, 0x2a, 0x0a, 0x0e, 0x6d, 0x61,
5831
+ 0x78, 0x5f, 0x72, 0x65, 0x73, 0x6f, 0x6c, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x0b, 0x20, 0x01,
5832
+ 0x28, 0x09, 0x48, 0x07, 0x52, 0x0d, 0x6d, 0x61, 0x78, 0x52, 0x65, 0x73, 0x6f, 0x6c, 0x75, 0x74,
5833
+ 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x61, 0x73, 0x70, 0x65, 0x63, 0x74,
5834
+ 0x5f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x48, 0x08, 0x52, 0x0b,
5835
+ 0x61, 0x73, 0x70, 0x65, 0x63, 0x74, 0x52, 0x61, 0x74, 0x69, 0x6f, 0x88, 0x01, 0x01, 0x12, 0x2d,
5836
+ 0x0a, 0x10, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x5f,
5837
+ 0x6d, 0x73, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x01, 0x48, 0x09, 0x52, 0x0e, 0x72, 0x65, 0x73, 0x70,
5838
+ 0x6f, 0x6e, 0x73, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x4d, 0x73, 0x88, 0x01, 0x01, 0x12, 0x1c, 0x0a,
5839
+ 0x07, 0x68, 0x64, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0a,
5840
+ 0x52, 0x06, 0x68, 0x64, 0x54, 0x79, 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x64,
5841
+ 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x74, 0x65, 0x63, 0x68, 0x18, 0x0f, 0x20, 0x01, 0x28,
5842
+ 0x09, 0x48, 0x0b, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x54, 0x65, 0x63, 0x68,
5843
+ 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x72, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0x5f, 0x72,
5844
+ 0x61, 0x74, 0x65, 0x18, 0x10, 0x20, 0x01, 0x28, 0x05, 0x48, 0x0c, 0x52, 0x0b, 0x72, 0x65, 0x66,
5845
+ 0x72, 0x65, 0x73, 0x68, 0x52, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x12, 0x19, 0x0a, 0x05, 0x70,
5846
+ 0x61, 0x6e, 0x65, 0x6c, 0x18, 0x11, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0d, 0x52, 0x05, 0x70, 0x61,
5847
+ 0x6e, 0x65, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74,
5848
+ 0x5f, 0x63, 0x6d, 0x18, 0x12, 0x20, 0x01, 0x28, 0x01, 0x48, 0x0e, 0x52, 0x08, 0x68, 0x65, 0x69,
5849
+ 0x67, 0x68, 0x74, 0x43, 0x6d, 0x88, 0x01, 0x01, 0x12, 0x1e, 0x0a, 0x08, 0x77, 0x69, 0x64, 0x74,
5850
+ 0x68, 0x5f, 0x63, 0x6d, 0x18, 0x13, 0x20, 0x01, 0x28, 0x01, 0x48, 0x0f, 0x52, 0x07, 0x77, 0x69,
5851
+ 0x64, 0x74, 0x68, 0x43, 0x6d, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x64, 0x69, 0x61, 0x67,
5852
+ 0x6f, 0x6e, 0x61, 0x6c, 0x5f, 0x63, 0x6d, 0x18, 0x14, 0x20, 0x01, 0x28, 0x01, 0x48, 0x10, 0x52,
5853
+ 0x0a, 0x64, 0x69, 0x61, 0x67, 0x6f, 0x6e, 0x61, 0x6c, 0x43, 0x6d, 0x88, 0x01, 0x01, 0x12, 0x26,
5854
+ 0x0a, 0x0c, 0x75, 0x73, 0x62, 0x5f, 0x75, 0x70, 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x18, 0x15,
5855
+ 0x20, 0x01, 0x28, 0x09, 0x48, 0x11, 0x52, 0x0b, 0x75, 0x73, 0x62, 0x55, 0x70, 0x73, 0x74, 0x72,
5856
+ 0x65, 0x61, 0x6d, 0x88, 0x01, 0x01, 0x12, 0x2b, 0x0a, 0x0f, 0x6e, 0x72, 0x5f, 0x75, 0x73, 0x62,
5857
+ 0x5f, 0x75, 0x70, 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x18, 0x16, 0x20, 0x01, 0x28, 0x05, 0x48,
5858
+ 0x12, 0x52, 0x0d, 0x6e, 0x72, 0x55, 0x73, 0x62, 0x55, 0x70, 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d,
5859
+ 0x88, 0x01, 0x01, 0x12, 0x3b, 0x0a, 0x18, 0x6e, 0x72, 0x5f, 0x75, 0x73, 0x62, 0x5f, 0x74, 0x79,
5860
+ 0x70, 0x65, 0x5f, 0x61, 0x5f, 0x64, 0x6f, 0x77, 0x6e, 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x18,
5861
+ 0x17, 0x20, 0x01, 0x28, 0x05, 0x48, 0x13, 0x52, 0x14, 0x6e, 0x72, 0x55, 0x73, 0x62, 0x54, 0x79,
5862
+ 0x70, 0x65, 0x41, 0x44, 0x6f, 0x77, 0x6e, 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x88, 0x01, 0x01,
5863
+ 0x12, 0x1c, 0x0a, 0x07, 0x6e, 0x72, 0x5f, 0x68, 0x64, 0x6d, 0x69, 0x18, 0x18, 0x20, 0x01, 0x28,
5864
+ 0x05, 0x48, 0x14, 0x52, 0x06, 0x6e, 0x72, 0x48, 0x64, 0x6d, 0x69, 0x88, 0x01, 0x01, 0x12, 0x1a,
5865
+ 0x0a, 0x06, 0x6e, 0x72, 0x5f, 0x76, 0x67, 0x61, 0x18, 0x19, 0x20, 0x01, 0x28, 0x05, 0x48, 0x15,
5866
+ 0x52, 0x05, 0x6e, 0x72, 0x56, 0x67, 0x61, 0x88, 0x01, 0x01, 0x12, 0x1a, 0x0a, 0x06, 0x6e, 0x72,
5867
+ 0x5f, 0x64, 0x76, 0x69, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x05, 0x48, 0x16, 0x52, 0x05, 0x6e, 0x72,
5868
+ 0x44, 0x76, 0x69, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x68, 0x64, 0x6d, 0x69, 0x5f, 0x76,
5869
+ 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x01, 0x48, 0x17, 0x52, 0x0b,
5870
+ 0x68, 0x64, 0x6d, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x2d,
5871
+ 0x0a, 0x10, 0x6e, 0x72, 0x5f, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x70, 0x6f, 0x72,
5872
+ 0x74, 0x73, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x05, 0x48, 0x18, 0x52, 0x0e, 0x6e, 0x72, 0x44, 0x69,
5873
+ 0x73, 0x70, 0x6c, 0x61, 0x79, 0x50, 0x6f, 0x72, 0x74, 0x73, 0x88, 0x01, 0x01, 0x12, 0x35, 0x0a,
5874
+ 0x14, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x70, 0x6f, 0x72, 0x74, 0x5f, 0x76, 0x65,
5875
+ 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x01, 0x48, 0x19, 0x52, 0x12, 0x64,
5876
+ 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x50, 0x6f, 0x72, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f,
5877
+ 0x6e, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x65, 0x6e, 0x65, 0x72, 0x67, 0x79, 0x5f, 0x63,
5878
+ 0x6c, 0x61, 0x73, 0x73, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x09, 0x48, 0x1a, 0x52, 0x0b, 0x65, 0x6e,
5879
+ 0x65, 0x72, 0x67, 0x79, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x88, 0x01, 0x01, 0x12, 0x28, 0x0a, 0x0e,
5880
+ 0x73, 0x64, 0x72, 0x5f, 0x70, 0x65, 0x72, 0x5f, 0x31, 0x30, 0x30, 0x30, 0x5f, 0x75, 0x18, 0x1f,
5881
+ 0x20, 0x01, 0x28, 0x05, 0x48, 0x1b, 0x52, 0x0b, 0x73, 0x64, 0x72, 0x50, 0x65, 0x72, 0x31, 0x30,
5882
+ 0x30, 0x30, 0x55, 0x88, 0x01, 0x01, 0x12, 0x31, 0x0a, 0x12, 0x61, 0x76, 0x65, 0x72, 0x61, 0x67,
5883
+ 0x65, 0x5f, 0x77, 0x61, 0x74, 0x74, 0x5f, 0x75, 0x73, 0x61, 0x67, 0x65, 0x18, 0x20, 0x20, 0x01,
5884
+ 0x28, 0x01, 0x48, 0x1c, 0x52, 0x10, 0x61, 0x76, 0x65, 0x72, 0x61, 0x67, 0x65, 0x57, 0x61, 0x74,
5885
+ 0x74, 0x55, 0x73, 0x61, 0x67, 0x65, 0x88, 0x01, 0x01, 0x12, 0x29, 0x0a, 0x0e, 0x6d, 0x61, 0x78,
5886
+ 0x5f, 0x77, 0x61, 0x74, 0x74, 0x5f, 0x75, 0x73, 0x61, 0x67, 0x65, 0x18, 0x21, 0x20, 0x01, 0x28,
5887
+ 0x01, 0x48, 0x1d, 0x52, 0x0c, 0x6d, 0x61, 0x78, 0x57, 0x61, 0x74, 0x74, 0x55, 0x73, 0x61, 0x67,
5888
+ 0x65, 0x88, 0x01, 0x01, 0x12, 0x31, 0x0a, 0x12, 0x77, 0x61, 0x74, 0x74, 0x5f, 0x75, 0x73, 0x61,
5889
+ 0x67, 0x65, 0x5f, 0x73, 0x74, 0x61, 0x6e, 0x64, 0x62, 0x79, 0x18, 0x22, 0x20, 0x01, 0x28, 0x01,
5890
+ 0x48, 0x1e, 0x52, 0x10, 0x77, 0x61, 0x74, 0x74, 0x55, 0x73, 0x61, 0x67, 0x65, 0x53, 0x74, 0x61,
5891
+ 0x6e, 0x64, 0x62, 0x79, 0x88, 0x01, 0x01, 0x12, 0x2b, 0x0a, 0x0f, 0x77, 0x61, 0x74, 0x74, 0x5f,
5892
+ 0x70, 0x6f, 0x77, 0x65, 0x72, 0x5f, 0x73, 0x61, 0x76, 0x65, 0x18, 0x23, 0x20, 0x01, 0x28, 0x01,
5893
+ 0x48, 0x1f, 0x52, 0x0d, 0x77, 0x61, 0x74, 0x74, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x53, 0x61, 0x76,
5894
+ 0x65, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x61, 0x63, 0x5f, 0x76, 0x6f, 0x6c, 0x74, 0x61,
5895
+ 0x67, 0x65, 0x18, 0x24, 0x20, 0x01, 0x28, 0x09, 0x48, 0x20, 0x52, 0x09, 0x61, 0x63, 0x56, 0x6f,
5896
+ 0x6c, 0x74, 0x61, 0x67, 0x65, 0x88, 0x01, 0x01, 0x12, 0x21, 0x0a, 0x0a, 0x61, 0x63, 0x5f, 0x66,
5897
+ 0x72, 0x65, 0x71, 0x5f, 0x68, 0x7a, 0x18, 0x25, 0x20, 0x01, 0x28, 0x09, 0x48, 0x21, 0x52, 0x08,
5898
+ 0x61, 0x63, 0x46, 0x72, 0x65, 0x71, 0x48, 0x7a, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x63,
5899
+ 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x61, 0x18, 0x26, 0x20, 0x01, 0x28, 0x01, 0x48, 0x22,
5900
+ 0x52, 0x08, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x41, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a,
5901
+ 0x0b, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x61, 0x69, 0x6f, 0x18, 0x27, 0x20, 0x01,
5902
+ 0x28, 0x08, 0x48, 0x23, 0x52, 0x0a, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x41, 0x69, 0x6f,
5903
+ 0x88, 0x01, 0x01, 0x12, 0x2a, 0x0a, 0x0e, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x63,
5904
+ 0x61, 0x6d, 0x65, 0x72, 0x61, 0x18, 0x28, 0x20, 0x01, 0x28, 0x08, 0x48, 0x24, 0x52, 0x0d, 0x66,
5905
+ 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x88, 0x01, 0x01, 0x12,
5906
+ 0x2e, 0x0a, 0x10, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x73, 0x70, 0x65, 0x61, 0x6b,
5907
+ 0x65, 0x72, 0x73, 0x18, 0x29, 0x20, 0x01, 0x28, 0x08, 0x48, 0x25, 0x52, 0x0f, 0x66, 0x65, 0x61,
5908
+ 0x74, 0x75, 0x72, 0x65, 0x53, 0x70, 0x65, 0x61, 0x6b, 0x65, 0x72, 0x73, 0x88, 0x01, 0x01, 0x12,
5909
+ 0x26, 0x0a, 0x0c, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x68, 0x64, 0x6d, 0x69, 0x18,
5910
+ 0x2a, 0x20, 0x01, 0x28, 0x08, 0x48, 0x26, 0x52, 0x0b, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65,
5911
+ 0x48, 0x64, 0x6d, 0x69, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x66, 0x65, 0x61, 0x74, 0x75,
5912
+ 0x72, 0x65, 0x5f, 0x65, 0x74, 0x68, 0x18, 0x2b, 0x20, 0x01, 0x28, 0x08, 0x48, 0x27, 0x52, 0x0a,
5913
+ 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x45, 0x74, 0x68, 0x88, 0x01, 0x01, 0x12, 0x2e, 0x0a,
5914
+ 0x10, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x70, 0x6f, 0x72, 0x74, 0x72, 0x61, 0x69,
5915
+ 0x74, 0x18, 0x2c, 0x20, 0x01, 0x28, 0x08, 0x48, 0x28, 0x52, 0x0f, 0x66, 0x65, 0x61, 0x74, 0x75,
5916
+ 0x72, 0x65, 0x50, 0x6f, 0x72, 0x74, 0x72, 0x61, 0x69, 0x74, 0x88, 0x01, 0x01, 0x12, 0x2a, 0x0a,
5917
+ 0x0e, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x63, 0x75, 0x72, 0x76, 0x65, 0x64, 0x18,
5918
+ 0x2d, 0x20, 0x01, 0x28, 0x08, 0x48, 0x29, 0x52, 0x0d, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65,
5919
+ 0x43, 0x75, 0x72, 0x76, 0x65, 0x64, 0x88, 0x01, 0x01, 0x12, 0x49, 0x0a, 0x10, 0x6c, 0x61, 0x73,
5920
+ 0x74, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x2e, 0x20,
5921
+ 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
5922
+ 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48,
5923
+ 0x2a, 0x52, 0x0e, 0x6c, 0x61, 0x73, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d,
5924
+ 0x65, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x5f, 0x73, 0x63,
5925
+ 0x6f, 0x72, 0x65, 0x18, 0x64, 0x20, 0x01, 0x28, 0x05, 0x48, 0x2b, 0x52, 0x0a, 0x6d, 0x61, 0x74,
5926
+ 0x63, 0x68, 0x53, 0x63, 0x6f, 0x72, 0x65, 0x88, 0x01, 0x01, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x76,
5927
+ 0x65, 0x6e, 0x64, 0x6f, 0x72, 0x5f, 0x69, 0x64, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x6d, 0x61, 0x6b,
5928
+ 0x65, 0x5f, 0x69, 0x64, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x5f,
5929
+ 0x69, 0x64, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x69, 0x73, 0x5f, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79,
5930
+ 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x6f, 0x66, 0x66, 0x69, 0x63, 0x69, 0x61, 0x6c, 0x5f, 0x70, 0x61,
5931
+ 0x67, 0x65, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x5f, 0x70,
5932
+ 0x61, 0x67, 0x65, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x5f, 0x69, 0x6e, 0x63,
5933
+ 0x68, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x6d, 0x61, 0x78, 0x5f, 0x72, 0x65, 0x73, 0x6f, 0x6c, 0x75,
5934
+ 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x61, 0x73, 0x70, 0x65, 0x63, 0x74, 0x5f,
5935
+ 0x72, 0x61, 0x74, 0x69, 0x6f, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e,
5936
+ 0x73, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x5f, 0x6d, 0x73, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x68,
5937
+ 0x64, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x64, 0x69, 0x73, 0x70, 0x6c,
5938
+ 0x61, 0x79, 0x5f, 0x74, 0x65, 0x63, 0x68, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x72, 0x65, 0x66, 0x72,
5939
+ 0x65, 0x73, 0x68, 0x5f, 0x72, 0x61, 0x74, 0x65, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x70, 0x61, 0x6e,
5940
+ 0x65, 0x6c, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x5f, 0x63, 0x6d,
5941
+ 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x77, 0x69, 0x64, 0x74, 0x68, 0x5f, 0x63, 0x6d, 0x42, 0x0e, 0x0a,
5942
+ 0x0c, 0x5f, 0x64, 0x69, 0x61, 0x67, 0x6f, 0x6e, 0x61, 0x6c, 0x5f, 0x63, 0x6d, 0x42, 0x0f, 0x0a,
5943
+ 0x0d, 0x5f, 0x75, 0x73, 0x62, 0x5f, 0x75, 0x70, 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x42, 0x12,
5944
+ 0x0a, 0x10, 0x5f, 0x6e, 0x72, 0x5f, 0x75, 0x73, 0x62, 0x5f, 0x75, 0x70, 0x73, 0x74, 0x72, 0x65,
5945
+ 0x61, 0x6d, 0x42, 0x1b, 0x0a, 0x19, 0x5f, 0x6e, 0x72, 0x5f, 0x75, 0x73, 0x62, 0x5f, 0x74, 0x79,
5946
+ 0x70, 0x65, 0x5f, 0x61, 0x5f, 0x64, 0x6f, 0x77, 0x6e, 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x42,
5947
+ 0x0a, 0x0a, 0x08, 0x5f, 0x6e, 0x72, 0x5f, 0x68, 0x64, 0x6d, 0x69, 0x42, 0x09, 0x0a, 0x07, 0x5f,
5948
+ 0x6e, 0x72, 0x5f, 0x76, 0x67, 0x61, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x6e, 0x72, 0x5f, 0x64, 0x76,
5949
+ 0x69, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x68, 0x64, 0x6d, 0x69, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69,
5950
+ 0x6f, 0x6e, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x6e, 0x72, 0x5f, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61,
5951
+ 0x79, 0x5f, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x42, 0x17, 0x0a, 0x15, 0x5f, 0x64, 0x69, 0x73, 0x70,
5952
+ 0x6c, 0x61, 0x79, 0x5f, 0x70, 0x6f, 0x72, 0x74, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e,
5953
+ 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x65, 0x6e, 0x65, 0x72, 0x67, 0x79, 0x5f, 0x63, 0x6c, 0x61, 0x73,
5954
+ 0x73, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x73, 0x64, 0x72, 0x5f, 0x70, 0x65, 0x72, 0x5f, 0x31, 0x30,
5955
+ 0x30, 0x30, 0x5f, 0x75, 0x42, 0x15, 0x0a, 0x13, 0x5f, 0x61, 0x76, 0x65, 0x72, 0x61, 0x67, 0x65,
5956
+ 0x5f, 0x77, 0x61, 0x74, 0x74, 0x5f, 0x75, 0x73, 0x61, 0x67, 0x65, 0x42, 0x11, 0x0a, 0x0f, 0x5f,
5957
+ 0x6d, 0x61, 0x78, 0x5f, 0x77, 0x61, 0x74, 0x74, 0x5f, 0x75, 0x73, 0x61, 0x67, 0x65, 0x42, 0x15,
5958
+ 0x0a, 0x13, 0x5f, 0x77, 0x61, 0x74, 0x74, 0x5f, 0x75, 0x73, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x74,
5959
+ 0x61, 0x6e, 0x64, 0x62, 0x79, 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x77, 0x61, 0x74, 0x74, 0x5f, 0x70,
5960
+ 0x6f, 0x77, 0x65, 0x72, 0x5f, 0x73, 0x61, 0x76, 0x65, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x61, 0x63,
5961
+ 0x5f, 0x76, 0x6f, 0x6c, 0x74, 0x61, 0x67, 0x65, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x61, 0x63, 0x5f,
5962
+ 0x66, 0x72, 0x65, 0x71, 0x5f, 0x68, 0x7a, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x63, 0x75, 0x72, 0x72,
5963
+ 0x65, 0x6e, 0x74, 0x5f, 0x61, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72,
5964
+ 0x65, 0x5f, 0x61, 0x69, 0x6f, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72,
5965
+ 0x65, 0x5f, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x66, 0x65, 0x61,
5966
+ 0x74, 0x75, 0x72, 0x65, 0x5f, 0x73, 0x70, 0x65, 0x61, 0x6b, 0x65, 0x72, 0x73, 0x42, 0x0f, 0x0a,
5967
+ 0x0d, 0x5f, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x68, 0x64, 0x6d, 0x69, 0x42, 0x0e,
5968
+ 0x0a, 0x0c, 0x5f, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x65, 0x74, 0x68, 0x42, 0x13,
5969
+ 0x0a, 0x11, 0x5f, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x70, 0x6f, 0x72, 0x74, 0x72,
5970
+ 0x61, 0x69, 0x74, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x5f,
5971
+ 0x63, 0x75, 0x72, 0x76, 0x65, 0x64, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x6c, 0x61, 0x73, 0x74, 0x5f,
5972
+ 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f,
5973
+ 0x6d, 0x61, 0x74, 0x63, 0x68, 0x5f, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x32, 0x82, 0x03, 0x0a, 0x17,
5974
+ 0x44, 0x61, 0x74, 0x61, 0x43, 0x6f, 0x72, 0x65, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64,
5975
+ 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x70, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x45, 0x6e,
5976
+ 0x74, 0x69, 0x74, 0x79, 0x12, 0x2f, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
5977
+ 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e,
5978
+ 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x52, 0x65,
5979
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
5980
+ 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75,
5981
+ 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x52,
5982
+ 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x77, 0x0a, 0x0c, 0x4c, 0x69, 0x73,
5983
+ 0x74, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x12, 0x30, 0x2e, 0x63, 0x6f, 0x6d, 0x2e,
5984
+ 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75,
5985
+ 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x45, 0x6e,
5986
+ 0x74, 0x69, 0x74, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x63, 0x6f,
4882
5987
  0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e,
4883
- 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x74, 0x61,
4884
- 0x6c, 0x6f, 0x67, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
4885
- 0x1a, 0x34, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
4886
- 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31,
4887
- 0x2e, 0x43, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x52, 0x65,
4888
- 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x12, 0x50, 0x01, 0x5a, 0x0e, 0x2e, 0x2f,
4889
- 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65, 0x64, 0x2d, 0x67, 0x6f, 0x62, 0x06, 0x70, 0x72,
4890
- 0x6f, 0x74, 0x6f, 0x33,
5988
+ 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74,
5989
+ 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00,
5990
+ 0x30, 0x01, 0x12, 0x7c, 0x0a, 0x0d, 0x43, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x4c, 0x6f, 0x6f,
5991
+ 0x6b, 0x75, 0x70, 0x12, 0x33, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
5992
+ 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64,
5993
+ 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x4c, 0x6f, 0x6f, 0x6b, 0x75,
5994
+ 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c,
5995
+ 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74,
5996
+ 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67,
5997
+ 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00,
5998
+ 0x42, 0x12, 0x50, 0x01, 0x5a, 0x0e, 0x2e, 0x2f, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65,
5999
+ 0x64, 0x2d, 0x67, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
4891
6000
  }
4892
6001
 
4893
6002
  var (
@@ -4902,7 +6011,7 @@ func file_outbound_proto_rawDescGZIP() []byte {
4902
6011
  return file_outbound_proto_rawDescData
4903
6012
  }
4904
6013
 
4905
- var file_outbound_proto_msgTypes = make([]protoimpl.MessageInfo, 30)
6014
+ var file_outbound_proto_msgTypes = make([]protoimpl.MessageInfo, 32)
4906
6015
  var file_outbound_proto_goTypes = []interface{}{
4907
6016
  (*GetEntityRequest)(nil), // 0: com.lansweeper.dp.outbound.v1.GetEntityRequest
4908
6017
  (*GetEntityResponse)(nil), // 1: com.lansweeper.dp.outbound.v1.GetEntityResponse
@@ -4923,18 +6032,20 @@ var file_outbound_proto_goTypes = []interface{}{
4923
6032
  (*NetworkInterfaces)(nil), // 16: com.lansweeper.dp.outbound.v1.NetworkInterfaces
4924
6033
  (*NetworkInterface)(nil), // 17: com.lansweeper.dp.outbound.v1.NetworkInterface
4925
6034
  (*NetIpAddress)(nil), // 18: com.lansweeper.dp.outbound.v1.NetIpAddress
4926
- (*MonitorInventory)(nil), // 19: com.lansweeper.dp.outbound.v1.MonitorInventory
4927
- (*Monitor)(nil), // 20: com.lansweeper.dp.outbound.v1.Monitor
4928
- (*WindowsRawMonitorInfo)(nil), // 21: com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo
4929
- (*SoftwareInventory)(nil), // 22: com.lansweeper.dp.outbound.v1.SoftwareInventory
4930
- (*Software)(nil), // 23: com.lansweeper.dp.outbound.v1.Software
4931
- (*RawSoftware)(nil), // 24: com.lansweeper.dp.outbound.v1.RawSoftware
4932
- (*CatalogBrand)(nil), // 25: com.lansweeper.dp.outbound.v1.CatalogBrand
4933
- (*CatalogModel)(nil), // 26: com.lansweeper.dp.outbound.v1.CatalogModel
4934
- (*CatalogOs)(nil), // 27: com.lansweeper.dp.outbound.v1.CatalogOs
4935
- (*CatalogSoftware)(nil), // 28: com.lansweeper.dp.outbound.v1.CatalogSoftware
4936
- (*CatalogMonitor)(nil), // 29: com.lansweeper.dp.outbound.v1.CatalogMonitor
4937
- (*timestamppb.Timestamp)(nil), // 30: google.protobuf.Timestamp
6035
+ (*Processor)(nil), // 19: com.lansweeper.dp.outbound.v1.Processor
6036
+ (*MappedValue)(nil), // 20: com.lansweeper.dp.outbound.v1.MappedValue
6037
+ (*MonitorInventory)(nil), // 21: com.lansweeper.dp.outbound.v1.MonitorInventory
6038
+ (*Monitor)(nil), // 22: com.lansweeper.dp.outbound.v1.Monitor
6039
+ (*WindowsRawMonitorInfo)(nil), // 23: com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo
6040
+ (*SoftwareInventory)(nil), // 24: com.lansweeper.dp.outbound.v1.SoftwareInventory
6041
+ (*Software)(nil), // 25: com.lansweeper.dp.outbound.v1.Software
6042
+ (*RawSoftware)(nil), // 26: com.lansweeper.dp.outbound.v1.RawSoftware
6043
+ (*CatalogBrand)(nil), // 27: com.lansweeper.dp.outbound.v1.CatalogBrand
6044
+ (*CatalogModel)(nil), // 28: com.lansweeper.dp.outbound.v1.CatalogModel
6045
+ (*CatalogOs)(nil), // 29: com.lansweeper.dp.outbound.v1.CatalogOs
6046
+ (*CatalogSoftware)(nil), // 30: com.lansweeper.dp.outbound.v1.CatalogSoftware
6047
+ (*CatalogMonitor)(nil), // 31: com.lansweeper.dp.outbound.v1.CatalogMonitor
6048
+ (*timestamppb.Timestamp)(nil), // 32: google.protobuf.Timestamp
4938
6049
  }
4939
6050
  var file_outbound_proto_depIdxs = []int32{
4940
6051
  6, // 0: com.lansweeper.dp.outbound.v1.GetEntityRequest.entity_path:type_name -> com.lansweeper.dp.outbound.v1.EntityPath
@@ -4943,67 +6054,75 @@ var file_outbound_proto_depIdxs = []int32{
4943
6054
  6, // 3: com.lansweeper.dp.outbound.v1.ListEntityRequest.filter:type_name -> com.lansweeper.dp.outbound.v1.EntityPath
4944
6055
  7, // 4: com.lansweeper.dp.outbound.v1.ListEntityResponse.entity:type_name -> com.lansweeper.dp.outbound.v1.Entity
4945
6056
  7, // 5: com.lansweeper.dp.outbound.v1.ListEntityResponse.related:type_name -> com.lansweeper.dp.outbound.v1.Entity
4946
- 25, // 6: com.lansweeper.dp.outbound.v1.CatalogLookupResponse.brand:type_name -> com.lansweeper.dp.outbound.v1.CatalogBrand
4947
- 26, // 7: com.lansweeper.dp.outbound.v1.CatalogLookupResponse.model:type_name -> com.lansweeper.dp.outbound.v1.CatalogModel
4948
- 27, // 8: com.lansweeper.dp.outbound.v1.CatalogLookupResponse.os:type_name -> com.lansweeper.dp.outbound.v1.CatalogOs
4949
- 28, // 9: com.lansweeper.dp.outbound.v1.CatalogLookupResponse.sw:type_name -> com.lansweeper.dp.outbound.v1.CatalogSoftware
4950
- 29, // 10: com.lansweeper.dp.outbound.v1.CatalogLookupResponse.monitor:type_name -> com.lansweeper.dp.outbound.v1.CatalogMonitor
6057
+ 27, // 6: com.lansweeper.dp.outbound.v1.CatalogLookupResponse.brand:type_name -> com.lansweeper.dp.outbound.v1.CatalogBrand
6058
+ 28, // 7: com.lansweeper.dp.outbound.v1.CatalogLookupResponse.model:type_name -> com.lansweeper.dp.outbound.v1.CatalogModel
6059
+ 29, // 8: com.lansweeper.dp.outbound.v1.CatalogLookupResponse.os:type_name -> com.lansweeper.dp.outbound.v1.CatalogOs
6060
+ 30, // 9: com.lansweeper.dp.outbound.v1.CatalogLookupResponse.sw:type_name -> com.lansweeper.dp.outbound.v1.CatalogSoftware
6061
+ 31, // 10: com.lansweeper.dp.outbound.v1.CatalogLookupResponse.monitor:type_name -> com.lansweeper.dp.outbound.v1.CatalogMonitor
4951
6062
  8, // 11: com.lansweeper.dp.outbound.v1.Entity.asset:type_name -> com.lansweeper.dp.outbound.v1.Asset
4952
6063
  6, // 12: com.lansweeper.dp.outbound.v1.Asset.id:type_name -> com.lansweeper.dp.outbound.v1.EntityPath
4953
- 30, // 13: com.lansweeper.dp.outbound.v1.Asset.last_synced:type_name -> google.protobuf.Timestamp
4954
- 30, // 14: com.lansweeper.dp.outbound.v1.Asset.first_seen:type_name -> google.protobuf.Timestamp
4955
- 30, // 15: com.lansweeper.dp.outbound.v1.Asset.last_updated:type_name -> google.protobuf.Timestamp
4956
- 30, // 16: com.lansweeper.dp.outbound.v1.Asset.last_enriched:type_name -> google.protobuf.Timestamp
6064
+ 32, // 13: com.lansweeper.dp.outbound.v1.Asset.last_synced:type_name -> google.protobuf.Timestamp
6065
+ 32, // 14: com.lansweeper.dp.outbound.v1.Asset.first_seen:type_name -> google.protobuf.Timestamp
6066
+ 32, // 15: com.lansweeper.dp.outbound.v1.Asset.last_updated:type_name -> google.protobuf.Timestamp
6067
+ 32, // 16: com.lansweeper.dp.outbound.v1.Asset.last_enriched:type_name -> google.protobuf.Timestamp
4957
6068
  10, // 17: com.lansweeper.dp.outbound.v1.Asset.core:type_name -> com.lansweeper.dp.outbound.v1.CoreFields
4958
6069
  11, // 18: com.lansweeper.dp.outbound.v1.Asset.hw:type_name -> com.lansweeper.dp.outbound.v1.HardwareInfo
4959
6070
  13, // 19: com.lansweeper.dp.outbound.v1.Asset.os:type_name -> com.lansweeper.dp.outbound.v1.OperatingSystemInfo
4960
- 22, // 20: com.lansweeper.dp.outbound.v1.Asset.software_inventory:type_name -> com.lansweeper.dp.outbound.v1.SoftwareInventory
4961
- 19, // 21: com.lansweeper.dp.outbound.v1.Asset.monitor_inventory:type_name -> com.lansweeper.dp.outbound.v1.MonitorInventory
6071
+ 24, // 20: com.lansweeper.dp.outbound.v1.Asset.software_inventory:type_name -> com.lansweeper.dp.outbound.v1.SoftwareInventory
6072
+ 21, // 21: com.lansweeper.dp.outbound.v1.Asset.monitor_inventory:type_name -> com.lansweeper.dp.outbound.v1.MonitorInventory
4962
6073
  16, // 22: com.lansweeper.dp.outbound.v1.Asset.network_interfaces:type_name -> com.lansweeper.dp.outbound.v1.NetworkInterfaces
4963
6074
  14, // 23: com.lansweeper.dp.outbound.v1.Asset.os_patch:type_name -> com.lansweeper.dp.outbound.v1.OperatingSystemPatch
4964
- 9, // 24: com.lansweeper.dp.outbound.v1.CoreFields.type:type_name -> com.lansweeper.dp.outbound.v1.AssetType
4965
- 12, // 25: com.lansweeper.dp.outbound.v1.HardwareInfo.raw:type_name -> com.lansweeper.dp.outbound.v1.RawHardwareInfo
4966
- 15, // 26: com.lansweeper.dp.outbound.v1.OperatingSystemInfo.windows:type_name -> com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo
4967
- 30, // 27: com.lansweeper.dp.outbound.v1.OperatingSystemPatch.install_date:type_name -> google.protobuf.Timestamp
4968
- 30, // 28: com.lansweeper.dp.outbound.v1.NetworkInterfaces.timestamp:type_name -> google.protobuf.Timestamp
4969
- 17, // 29: com.lansweeper.dp.outbound.v1.NetworkInterfaces.interface:type_name -> com.lansweeper.dp.outbound.v1.NetworkInterface
4970
- 18, // 30: com.lansweeper.dp.outbound.v1.NetworkInterface.ip:type_name -> com.lansweeper.dp.outbound.v1.NetIpAddress
4971
- 30, // 31: com.lansweeper.dp.outbound.v1.MonitorInventory.timestamp:type_name -> google.protobuf.Timestamp
4972
- 20, // 32: com.lansweeper.dp.outbound.v1.MonitorInventory.monitor:type_name -> com.lansweeper.dp.outbound.v1.Monitor
4973
- 30, // 33: com.lansweeper.dp.outbound.v1.Monitor.manufacturer_date:type_name -> google.protobuf.Timestamp
4974
- 21, // 34: com.lansweeper.dp.outbound.v1.Monitor.windows:type_name -> com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo
4975
- 30, // 35: com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo.manufacturer_date:type_name -> google.protobuf.Timestamp
4976
- 30, // 36: com.lansweeper.dp.outbound.v1.SoftwareInventory.timestamp:type_name -> google.protobuf.Timestamp
4977
- 23, // 37: com.lansweeper.dp.outbound.v1.SoftwareInventory.software:type_name -> com.lansweeper.dp.outbound.v1.Software
4978
- 24, // 38: com.lansweeper.dp.outbound.v1.Software.raw:type_name -> com.lansweeper.dp.outbound.v1.RawSoftware
4979
- 30, // 39: com.lansweeper.dp.outbound.v1.RawSoftware.install_date:type_name -> google.protobuf.Timestamp
4980
- 30, // 40: com.lansweeper.dp.outbound.v1.CatalogBrand.last_update_time:type_name -> google.protobuf.Timestamp
4981
- 30, // 41: com.lansweeper.dp.outbound.v1.CatalogModel.release_date:type_name -> google.protobuf.Timestamp
4982
- 30, // 42: com.lansweeper.dp.outbound.v1.CatalogModel.disc_date:type_name -> google.protobuf.Timestamp
4983
- 30, // 43: com.lansweeper.dp.outbound.v1.CatalogModel.eos_date:type_name -> google.protobuf.Timestamp
4984
- 30, // 44: com.lansweeper.dp.outbound.v1.CatalogModel.last_update_time:type_name -> google.protobuf.Timestamp
4985
- 30, // 45: com.lansweeper.dp.outbound.v1.CatalogOs.release_date:type_name -> google.protobuf.Timestamp
4986
- 30, // 46: com.lansweeper.dp.outbound.v1.CatalogOs.eol_date:type_name -> google.protobuf.Timestamp
4987
- 30, // 47: com.lansweeper.dp.outbound.v1.CatalogOs.eos_date:type_name -> google.protobuf.Timestamp
4988
- 30, // 48: com.lansweeper.dp.outbound.v1.CatalogOs.eosx_date:type_name -> google.protobuf.Timestamp
4989
- 30, // 49: com.lansweeper.dp.outbound.v1.CatalogOs.last_update_time:type_name -> google.protobuf.Timestamp
4990
- 30, // 50: com.lansweeper.dp.outbound.v1.CatalogSoftware.release_date:type_name -> google.protobuf.Timestamp
4991
- 30, // 51: com.lansweeper.dp.outbound.v1.CatalogSoftware.eol_date:type_name -> google.protobuf.Timestamp
4992
- 30, // 52: com.lansweeper.dp.outbound.v1.CatalogSoftware.eos_date:type_name -> google.protobuf.Timestamp
4993
- 30, // 53: com.lansweeper.dp.outbound.v1.CatalogSoftware.eosx_date:type_name -> google.protobuf.Timestamp
4994
- 30, // 54: com.lansweeper.dp.outbound.v1.CatalogSoftware.last_update_time:type_name -> google.protobuf.Timestamp
4995
- 30, // 55: com.lansweeper.dp.outbound.v1.CatalogMonitor.last_update_time:type_name -> google.protobuf.Timestamp
4996
- 0, // 56: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.GetEntity:input_type -> com.lansweeper.dp.outbound.v1.GetEntityRequest
4997
- 2, // 57: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.ListEntities:input_type -> com.lansweeper.dp.outbound.v1.ListEntityRequest
4998
- 4, // 58: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.CatalogLookup:input_type -> com.lansweeper.dp.outbound.v1.CatalogLookupRequest
4999
- 1, // 59: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.GetEntity:output_type -> com.lansweeper.dp.outbound.v1.GetEntityResponse
5000
- 3, // 60: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.ListEntities:output_type -> com.lansweeper.dp.outbound.v1.ListEntityResponse
5001
- 5, // 61: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.CatalogLookup:output_type -> com.lansweeper.dp.outbound.v1.CatalogLookupResponse
5002
- 59, // [59:62] is the sub-list for method output_type
5003
- 56, // [56:59] is the sub-list for method input_type
5004
- 56, // [56:56] is the sub-list for extension type_name
5005
- 56, // [56:56] is the sub-list for extension extendee
5006
- 0, // [0:56] is the sub-list for field type_name
6075
+ 19, // 24: com.lansweeper.dp.outbound.v1.Asset.processor:type_name -> com.lansweeper.dp.outbound.v1.Processor
6076
+ 9, // 25: com.lansweeper.dp.outbound.v1.CoreFields.type:type_name -> com.lansweeper.dp.outbound.v1.AssetType
6077
+ 12, // 26: com.lansweeper.dp.outbound.v1.HardwareInfo.raw:type_name -> com.lansweeper.dp.outbound.v1.RawHardwareInfo
6078
+ 15, // 27: com.lansweeper.dp.outbound.v1.OperatingSystemInfo.windows:type_name -> com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo
6079
+ 32, // 28: com.lansweeper.dp.outbound.v1.OperatingSystemPatch.install_date:type_name -> google.protobuf.Timestamp
6080
+ 32, // 29: com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo.install_date:type_name -> google.protobuf.Timestamp
6081
+ 32, // 30: com.lansweeper.dp.outbound.v1.NetworkInterfaces.timestamp:type_name -> google.protobuf.Timestamp
6082
+ 17, // 31: com.lansweeper.dp.outbound.v1.NetworkInterfaces.interface:type_name -> com.lansweeper.dp.outbound.v1.NetworkInterface
6083
+ 18, // 32: com.lansweeper.dp.outbound.v1.NetworkInterface.ip:type_name -> com.lansweeper.dp.outbound.v1.NetIpAddress
6084
+ 20, // 33: com.lansweeper.dp.outbound.v1.Processor.architecture:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
6085
+ 20, // 34: com.lansweeper.dp.outbound.v1.Processor.family:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
6086
+ 20, // 35: com.lansweeper.dp.outbound.v1.Processor.processor_type:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
6087
+ 20, // 36: com.lansweeper.dp.outbound.v1.Processor.status:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
6088
+ 20, // 37: com.lansweeper.dp.outbound.v1.Processor.upgrade_method:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
6089
+ 20, // 38: com.lansweeper.dp.outbound.v1.Processor.voltage_capabilities:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
6090
+ 32, // 39: com.lansweeper.dp.outbound.v1.MonitorInventory.timestamp:type_name -> google.protobuf.Timestamp
6091
+ 22, // 40: com.lansweeper.dp.outbound.v1.MonitorInventory.monitor:type_name -> com.lansweeper.dp.outbound.v1.Monitor
6092
+ 32, // 41: com.lansweeper.dp.outbound.v1.Monitor.manufacturer_date:type_name -> google.protobuf.Timestamp
6093
+ 23, // 42: com.lansweeper.dp.outbound.v1.Monitor.windows:type_name -> com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo
6094
+ 32, // 43: com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo.manufacturer_date:type_name -> google.protobuf.Timestamp
6095
+ 32, // 44: com.lansweeper.dp.outbound.v1.SoftwareInventory.timestamp:type_name -> google.protobuf.Timestamp
6096
+ 25, // 45: com.lansweeper.dp.outbound.v1.SoftwareInventory.software:type_name -> com.lansweeper.dp.outbound.v1.Software
6097
+ 26, // 46: com.lansweeper.dp.outbound.v1.Software.raw:type_name -> com.lansweeper.dp.outbound.v1.RawSoftware
6098
+ 32, // 47: com.lansweeper.dp.outbound.v1.RawSoftware.install_date:type_name -> google.protobuf.Timestamp
6099
+ 32, // 48: com.lansweeper.dp.outbound.v1.CatalogBrand.last_update_time:type_name -> google.protobuf.Timestamp
6100
+ 32, // 49: com.lansweeper.dp.outbound.v1.CatalogModel.release_date:type_name -> google.protobuf.Timestamp
6101
+ 32, // 50: com.lansweeper.dp.outbound.v1.CatalogModel.disc_date:type_name -> google.protobuf.Timestamp
6102
+ 32, // 51: com.lansweeper.dp.outbound.v1.CatalogModel.eos_date:type_name -> google.protobuf.Timestamp
6103
+ 32, // 52: com.lansweeper.dp.outbound.v1.CatalogModel.last_update_time:type_name -> google.protobuf.Timestamp
6104
+ 32, // 53: com.lansweeper.dp.outbound.v1.CatalogOs.release_date:type_name -> google.protobuf.Timestamp
6105
+ 32, // 54: com.lansweeper.dp.outbound.v1.CatalogOs.eol_date:type_name -> google.protobuf.Timestamp
6106
+ 32, // 55: com.lansweeper.dp.outbound.v1.CatalogOs.eos_date:type_name -> google.protobuf.Timestamp
6107
+ 32, // 56: com.lansweeper.dp.outbound.v1.CatalogOs.eosx_date:type_name -> google.protobuf.Timestamp
6108
+ 32, // 57: com.lansweeper.dp.outbound.v1.CatalogOs.last_update_time:type_name -> google.protobuf.Timestamp
6109
+ 32, // 58: com.lansweeper.dp.outbound.v1.CatalogSoftware.release_date:type_name -> google.protobuf.Timestamp
6110
+ 32, // 59: com.lansweeper.dp.outbound.v1.CatalogSoftware.eol_date:type_name -> google.protobuf.Timestamp
6111
+ 32, // 60: com.lansweeper.dp.outbound.v1.CatalogSoftware.eos_date:type_name -> google.protobuf.Timestamp
6112
+ 32, // 61: com.lansweeper.dp.outbound.v1.CatalogSoftware.eosx_date:type_name -> google.protobuf.Timestamp
6113
+ 32, // 62: com.lansweeper.dp.outbound.v1.CatalogSoftware.last_update_time:type_name -> google.protobuf.Timestamp
6114
+ 32, // 63: com.lansweeper.dp.outbound.v1.CatalogMonitor.last_update_time:type_name -> google.protobuf.Timestamp
6115
+ 0, // 64: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.GetEntity:input_type -> com.lansweeper.dp.outbound.v1.GetEntityRequest
6116
+ 2, // 65: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.ListEntities:input_type -> com.lansweeper.dp.outbound.v1.ListEntityRequest
6117
+ 4, // 66: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.CatalogLookup:input_type -> com.lansweeper.dp.outbound.v1.CatalogLookupRequest
6118
+ 1, // 67: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.GetEntity:output_type -> com.lansweeper.dp.outbound.v1.GetEntityResponse
6119
+ 3, // 68: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.ListEntities:output_type -> com.lansweeper.dp.outbound.v1.ListEntityResponse
6120
+ 5, // 69: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.CatalogLookup:output_type -> com.lansweeper.dp.outbound.v1.CatalogLookupResponse
6121
+ 67, // [67:70] is the sub-list for method output_type
6122
+ 64, // [64:67] is the sub-list for method input_type
6123
+ 64, // [64:64] is the sub-list for extension type_name
6124
+ 64, // [64:64] is the sub-list for extension extendee
6125
+ 0, // [0:64] is the sub-list for field type_name
5007
6126
  }
5008
6127
 
5009
6128
  func init() { file_outbound_proto_init() }
@@ -5241,7 +6360,7 @@ func file_outbound_proto_init() {
5241
6360
  }
5242
6361
  }
5243
6362
  file_outbound_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
5244
- switch v := v.(*MonitorInventory); i {
6363
+ switch v := v.(*Processor); i {
5245
6364
  case 0:
5246
6365
  return &v.state
5247
6366
  case 1:
@@ -5253,7 +6372,7 @@ func file_outbound_proto_init() {
5253
6372
  }
5254
6373
  }
5255
6374
  file_outbound_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
5256
- switch v := v.(*Monitor); i {
6375
+ switch v := v.(*MappedValue); i {
5257
6376
  case 0:
5258
6377
  return &v.state
5259
6378
  case 1:
@@ -5265,7 +6384,7 @@ func file_outbound_proto_init() {
5265
6384
  }
5266
6385
  }
5267
6386
  file_outbound_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
5268
- switch v := v.(*WindowsRawMonitorInfo); i {
6387
+ switch v := v.(*MonitorInventory); i {
5269
6388
  case 0:
5270
6389
  return &v.state
5271
6390
  case 1:
@@ -5277,7 +6396,7 @@ func file_outbound_proto_init() {
5277
6396
  }
5278
6397
  }
5279
6398
  file_outbound_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
5280
- switch v := v.(*SoftwareInventory); i {
6399
+ switch v := v.(*Monitor); i {
5281
6400
  case 0:
5282
6401
  return &v.state
5283
6402
  case 1:
@@ -5289,7 +6408,7 @@ func file_outbound_proto_init() {
5289
6408
  }
5290
6409
  }
5291
6410
  file_outbound_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
5292
- switch v := v.(*Software); i {
6411
+ switch v := v.(*WindowsRawMonitorInfo); i {
5293
6412
  case 0:
5294
6413
  return &v.state
5295
6414
  case 1:
@@ -5301,7 +6420,7 @@ func file_outbound_proto_init() {
5301
6420
  }
5302
6421
  }
5303
6422
  file_outbound_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
5304
- switch v := v.(*RawSoftware); i {
6423
+ switch v := v.(*SoftwareInventory); i {
5305
6424
  case 0:
5306
6425
  return &v.state
5307
6426
  case 1:
@@ -5313,7 +6432,7 @@ func file_outbound_proto_init() {
5313
6432
  }
5314
6433
  }
5315
6434
  file_outbound_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} {
5316
- switch v := v.(*CatalogBrand); i {
6435
+ switch v := v.(*Software); i {
5317
6436
  case 0:
5318
6437
  return &v.state
5319
6438
  case 1:
@@ -5325,7 +6444,7 @@ func file_outbound_proto_init() {
5325
6444
  }
5326
6445
  }
5327
6446
  file_outbound_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} {
5328
- switch v := v.(*CatalogModel); i {
6447
+ switch v := v.(*RawSoftware); i {
5329
6448
  case 0:
5330
6449
  return &v.state
5331
6450
  case 1:
@@ -5337,7 +6456,7 @@ func file_outbound_proto_init() {
5337
6456
  }
5338
6457
  }
5339
6458
  file_outbound_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} {
5340
- switch v := v.(*CatalogOs); i {
6459
+ switch v := v.(*CatalogBrand); i {
5341
6460
  case 0:
5342
6461
  return &v.state
5343
6462
  case 1:
@@ -5349,7 +6468,7 @@ func file_outbound_proto_init() {
5349
6468
  }
5350
6469
  }
5351
6470
  file_outbound_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} {
5352
- switch v := v.(*CatalogSoftware); i {
6471
+ switch v := v.(*CatalogModel); i {
5353
6472
  case 0:
5354
6473
  return &v.state
5355
6474
  case 1:
@@ -5361,6 +6480,30 @@ func file_outbound_proto_init() {
5361
6480
  }
5362
6481
  }
5363
6482
  file_outbound_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} {
6483
+ switch v := v.(*CatalogOs); i {
6484
+ case 0:
6485
+ return &v.state
6486
+ case 1:
6487
+ return &v.sizeCache
6488
+ case 2:
6489
+ return &v.unknownFields
6490
+ default:
6491
+ return nil
6492
+ }
6493
+ }
6494
+ file_outbound_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} {
6495
+ switch v := v.(*CatalogSoftware); i {
6496
+ case 0:
6497
+ return &v.state
6498
+ case 1:
6499
+ return &v.sizeCache
6500
+ case 2:
6501
+ return &v.unknownFields
6502
+ default:
6503
+ return nil
6504
+ }
6505
+ }
6506
+ file_outbound_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} {
5364
6507
  switch v := v.(*CatalogMonitor); i {
5365
6508
  case 0:
5366
6509
  return &v.state
@@ -5390,24 +6533,26 @@ func file_outbound_proto_init() {
5390
6533
  file_outbound_proto_msgTypes[14].OneofWrappers = []interface{}{}
5391
6534
  file_outbound_proto_msgTypes[15].OneofWrappers = []interface{}{}
5392
6535
  file_outbound_proto_msgTypes[17].OneofWrappers = []interface{}{}
5393
- file_outbound_proto_msgTypes[20].OneofWrappers = []interface{}{
6536
+ file_outbound_proto_msgTypes[19].OneofWrappers = []interface{}{}
6537
+ file_outbound_proto_msgTypes[20].OneofWrappers = []interface{}{}
6538
+ file_outbound_proto_msgTypes[22].OneofWrappers = []interface{}{
5394
6539
  (*Monitor_Windows)(nil),
5395
6540
  }
5396
- file_outbound_proto_msgTypes[21].OneofWrappers = []interface{}{}
5397
6541
  file_outbound_proto_msgTypes[23].OneofWrappers = []interface{}{}
5398
- file_outbound_proto_msgTypes[24].OneofWrappers = []interface{}{}
5399
6542
  file_outbound_proto_msgTypes[25].OneofWrappers = []interface{}{}
5400
6543
  file_outbound_proto_msgTypes[26].OneofWrappers = []interface{}{}
5401
6544
  file_outbound_proto_msgTypes[27].OneofWrappers = []interface{}{}
5402
6545
  file_outbound_proto_msgTypes[28].OneofWrappers = []interface{}{}
5403
6546
  file_outbound_proto_msgTypes[29].OneofWrappers = []interface{}{}
6547
+ file_outbound_proto_msgTypes[30].OneofWrappers = []interface{}{}
6548
+ file_outbound_proto_msgTypes[31].OneofWrappers = []interface{}{}
5404
6549
  type x struct{}
5405
6550
  out := protoimpl.TypeBuilder{
5406
6551
  File: protoimpl.DescBuilder{
5407
6552
  GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
5408
6553
  RawDescriptor: file_outbound_proto_rawDesc,
5409
6554
  NumEnums: 0,
5410
- NumMessages: 30,
6555
+ NumMessages: 32,
5411
6556
  NumExtensions: 0,
5412
6557
  NumServices: 1,
5413
6558
  },