2021-07-17 14:38:59 +02:00
// Code generated by protoc-gen-go. DO NOT EDIT.
2021-07-20 18:09:26 +02:00
// versions:
// protoc-gen-go v1.26.0
2024-10-02 13:41:00 +02:00
// protoc v4.23.4
2021-07-17 14:38:59 +02:00
// source: management.proto
package proto
import (
2021-07-20 18:09:26 +02:00
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
2023-04-05 17:46:34 +02:00
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
2021-07-20 18:09:26 +02:00
reflect "reflect"
sync "sync"
2021-07-17 14:38:59 +02:00
)
2021-07-20 18:09:26 +02:00
const (
// Verify that this generated code is sufficiently up-to-date.
_ = protoimpl . EnforceVersion ( 20 - protoimpl . MinVersion )
// Verify that runtime/protoimpl is sufficiently up-to-date.
_ = protoimpl . EnforceVersion ( protoimpl . MaxVersion - 20 )
)
2021-07-17 14:38:59 +02:00
2024-10-02 13:41:00 +02:00
type RuleProtocol int32
2021-07-25 17:08:16 +02:00
const (
2024-10-02 13:41:00 +02:00
RuleProtocol_UNKNOWN RuleProtocol = 0
RuleProtocol_ALL RuleProtocol = 1
RuleProtocol_TCP RuleProtocol = 2
RuleProtocol_UDP RuleProtocol = 3
RuleProtocol_ICMP RuleProtocol = 4
2021-07-25 17:08:16 +02:00
)
2024-10-02 13:41:00 +02:00
// Enum value maps for RuleProtocol.
2021-07-25 17:08:16 +02:00
var (
2024-10-02 13:41:00 +02:00
RuleProtocol_name = map [ int32 ] string {
0 : "UNKNOWN" ,
1 : "ALL" ,
2 : "TCP" ,
3 : "UDP" ,
4 : "ICMP" ,
2021-07-25 17:08:16 +02:00
}
2024-10-02 13:41:00 +02:00
RuleProtocol_value = map [ string ] int32 {
"UNKNOWN" : 0 ,
"ALL" : 1 ,
"TCP" : 2 ,
"UDP" : 3 ,
"ICMP" : 4 ,
2021-07-25 17:08:16 +02:00
}
)
2024-10-02 13:41:00 +02:00
func ( x RuleProtocol ) Enum ( ) * RuleProtocol {
p := new ( RuleProtocol )
2021-07-25 17:08:16 +02:00
* p = x
return p
}
2024-10-02 13:41:00 +02:00
func ( x RuleProtocol ) String ( ) string {
2021-07-25 17:08:16 +02:00
return protoimpl . X . EnumStringOf ( x . Descriptor ( ) , protoreflect . EnumNumber ( x ) )
}
2024-10-02 13:41:00 +02:00
func ( RuleProtocol ) Descriptor ( ) protoreflect . EnumDescriptor {
2021-07-25 17:08:16 +02:00
return file_management_proto_enumTypes [ 0 ] . Descriptor ( )
}
2024-10-02 13:41:00 +02:00
func ( RuleProtocol ) Type ( ) protoreflect . EnumType {
2021-07-25 17:08:16 +02:00
return & file_management_proto_enumTypes [ 0 ]
}
2024-10-02 13:41:00 +02:00
func ( x RuleProtocol ) Number ( ) protoreflect . EnumNumber {
2021-07-25 17:08:16 +02:00
return protoreflect . EnumNumber ( x )
}
2024-10-02 13:41:00 +02:00
// Deprecated: Use RuleProtocol.Descriptor instead.
func ( RuleProtocol ) EnumDescriptor ( ) ( [ ] byte , [ ] int ) {
return file_management_proto_rawDescGZIP ( ) , [ ] int { 0 }
2021-07-25 17:08:16 +02:00
}
2024-10-02 13:41:00 +02:00
type RuleDirection int32
2022-05-08 11:04:57 +02:00
const (
2024-10-02 13:41:00 +02:00
RuleDirection_IN RuleDirection = 0
RuleDirection_OUT RuleDirection = 1
2022-05-08 11:04:57 +02:00
)
2024-10-02 13:41:00 +02:00
// Enum value maps for RuleDirection.
2022-05-08 11:04:57 +02:00
var (
2024-10-02 13:41:00 +02:00
RuleDirection_name = map [ int32 ] string {
0 : "IN" ,
1 : "OUT" ,
2022-05-08 11:04:57 +02:00
}
2024-10-02 13:41:00 +02:00
RuleDirection_value = map [ string ] int32 {
"IN" : 0 ,
"OUT" : 1 ,
2022-05-08 11:04:57 +02:00
}
)
2024-10-02 13:41:00 +02:00
func ( x RuleDirection ) Enum ( ) * RuleDirection {
p := new ( RuleDirection )
2022-05-08 11:04:57 +02:00
* p = x
return p
}
2024-10-02 13:41:00 +02:00
func ( x RuleDirection ) String ( ) string {
2022-05-08 11:04:57 +02:00
return protoimpl . X . EnumStringOf ( x . Descriptor ( ) , protoreflect . EnumNumber ( x ) )
}
2024-10-02 13:41:00 +02:00
func ( RuleDirection ) Descriptor ( ) protoreflect . EnumDescriptor {
2022-05-08 11:04:57 +02:00
return file_management_proto_enumTypes [ 1 ] . Descriptor ( )
}
2024-10-02 13:41:00 +02:00
func ( RuleDirection ) Type ( ) protoreflect . EnumType {
2022-05-08 11:04:57 +02:00
return & file_management_proto_enumTypes [ 1 ]
}
2024-10-02 13:41:00 +02:00
func ( x RuleDirection ) Number ( ) protoreflect . EnumNumber {
2022-05-08 11:04:57 +02:00
return protoreflect . EnumNumber ( x )
}
2024-10-02 13:41:00 +02:00
// Deprecated: Use RuleDirection.Descriptor instead.
func ( RuleDirection ) EnumDescriptor ( ) ( [ ] byte , [ ] int ) {
return file_management_proto_rawDescGZIP ( ) , [ ] int { 1 }
2022-05-08 11:04:57 +02:00
}
2024-10-02 13:41:00 +02:00
type RuleAction int32
2023-05-29 16:00:18 +02:00
const (
2024-10-02 13:41:00 +02:00
RuleAction_ACCEPT RuleAction = 0
RuleAction_DROP RuleAction = 1
2023-05-29 16:00:18 +02:00
)
2024-10-02 13:41:00 +02:00
// Enum value maps for RuleAction.
2023-05-29 16:00:18 +02:00
var (
2024-10-02 13:41:00 +02:00
RuleAction_name = map [ int32 ] string {
0 : "ACCEPT" ,
1 : "DROP" ,
2023-05-29 16:00:18 +02:00
}
2024-10-02 13:41:00 +02:00
RuleAction_value = map [ string ] int32 {
"ACCEPT" : 0 ,
"DROP" : 1 ,
2023-05-29 16:00:18 +02:00
}
)
2024-10-02 13:41:00 +02:00
func ( x RuleAction ) Enum ( ) * RuleAction {
p := new ( RuleAction )
2023-05-29 16:00:18 +02:00
* p = x
return p
}
2024-10-02 13:41:00 +02:00
func ( x RuleAction ) String ( ) string {
2023-05-29 16:00:18 +02:00
return protoimpl . X . EnumStringOf ( x . Descriptor ( ) , protoreflect . EnumNumber ( x ) )
}
2024-10-02 13:41:00 +02:00
func ( RuleAction ) Descriptor ( ) protoreflect . EnumDescriptor {
2023-05-29 16:00:18 +02:00
return file_management_proto_enumTypes [ 2 ] . Descriptor ( )
}
2024-10-02 13:41:00 +02:00
func ( RuleAction ) Type ( ) protoreflect . EnumType {
2023-05-29 16:00:18 +02:00
return & file_management_proto_enumTypes [ 2 ]
}
2024-10-02 13:41:00 +02:00
func ( x RuleAction ) Number ( ) protoreflect . EnumNumber {
2023-05-29 16:00:18 +02:00
return protoreflect . EnumNumber ( x )
}
2024-10-02 13:41:00 +02:00
// Deprecated: Use RuleAction.Descriptor instead.
func ( RuleAction ) EnumDescriptor ( ) ( [ ] byte , [ ] int ) {
return file_management_proto_rawDescGZIP ( ) , [ ] int { 2 }
2023-05-29 16:00:18 +02:00
}
2024-10-02 13:41:00 +02:00
type HostConfig_Protocol int32
2023-05-29 16:00:18 +02:00
const (
2024-10-02 13:41:00 +02:00
HostConfig_UDP HostConfig_Protocol = 0
HostConfig_TCP HostConfig_Protocol = 1
HostConfig_HTTP HostConfig_Protocol = 2
HostConfig_HTTPS HostConfig_Protocol = 3
HostConfig_DTLS HostConfig_Protocol = 4
2023-05-29 16:00:18 +02:00
)
2024-10-02 13:41:00 +02:00
// Enum value maps for HostConfig_Protocol.
2023-05-29 16:00:18 +02:00
var (
2024-10-02 13:41:00 +02:00
HostConfig_Protocol_name = map [ int32 ] string {
0 : "UDP" ,
1 : "TCP" ,
2 : "HTTP" ,
3 : "HTTPS" ,
4 : "DTLS" ,
2023-05-29 16:00:18 +02:00
}
2024-10-02 13:41:00 +02:00
HostConfig_Protocol_value = map [ string ] int32 {
"UDP" : 0 ,
"TCP" : 1 ,
"HTTP" : 2 ,
"HTTPS" : 3 ,
"DTLS" : 4 ,
2023-05-29 16:00:18 +02:00
}
)
2024-10-02 13:41:00 +02:00
func ( x HostConfig_Protocol ) Enum ( ) * HostConfig_Protocol {
p := new ( HostConfig_Protocol )
2023-05-29 16:00:18 +02:00
* p = x
return p
}
2024-10-02 13:41:00 +02:00
func ( x HostConfig_Protocol ) String ( ) string {
2023-05-29 16:00:18 +02:00
return protoimpl . X . EnumStringOf ( x . Descriptor ( ) , protoreflect . EnumNumber ( x ) )
}
2024-10-02 13:41:00 +02:00
func ( HostConfig_Protocol ) Descriptor ( ) protoreflect . EnumDescriptor {
2023-05-29 16:00:18 +02:00
return file_management_proto_enumTypes [ 3 ] . Descriptor ( )
}
2024-10-02 13:41:00 +02:00
func ( HostConfig_Protocol ) Type ( ) protoreflect . EnumType {
2023-05-29 16:00:18 +02:00
return & file_management_proto_enumTypes [ 3 ]
}
2024-10-02 13:41:00 +02:00
func ( x HostConfig_Protocol ) Number ( ) protoreflect . EnumNumber {
2023-05-29 16:00:18 +02:00
return protoreflect . EnumNumber ( x )
}
2024-10-02 13:41:00 +02:00
// Deprecated: Use HostConfig_Protocol.Descriptor instead.
func ( HostConfig_Protocol ) EnumDescriptor ( ) ( [ ] byte , [ ] int ) {
return file_management_proto_rawDescGZIP ( ) , [ ] int { 13 , 0 }
2023-05-29 16:00:18 +02:00
}
2024-10-02 13:41:00 +02:00
type DeviceAuthorizationFlowProvider int32
2023-05-29 16:00:18 +02:00
const (
2024-10-02 13:41:00 +02:00
DeviceAuthorizationFlow_HOSTED DeviceAuthorizationFlowProvider = 0
2023-05-29 16:00:18 +02:00
)
2024-10-02 13:41:00 +02:00
// Enum value maps for DeviceAuthorizationFlowProvider.
2023-05-29 16:00:18 +02:00
var (
2024-10-02 13:41:00 +02:00
DeviceAuthorizationFlowProvider_name = map [ int32 ] string {
0 : "HOSTED" ,
2023-05-29 16:00:18 +02:00
}
2024-10-02 13:41:00 +02:00
DeviceAuthorizationFlowProvider_value = map [ string ] int32 {
"HOSTED" : 0 ,
2023-05-29 16:00:18 +02:00
}
)
2024-10-02 13:41:00 +02:00
func ( x DeviceAuthorizationFlowProvider ) Enum ( ) * DeviceAuthorizationFlowProvider {
p := new ( DeviceAuthorizationFlowProvider )
2023-05-29 16:00:18 +02:00
* p = x
return p
}
2024-10-02 13:41:00 +02:00
func ( x DeviceAuthorizationFlowProvider ) String ( ) string {
2023-05-29 16:00:18 +02:00
return protoimpl . X . EnumStringOf ( x . Descriptor ( ) , protoreflect . EnumNumber ( x ) )
}
2024-10-02 13:41:00 +02:00
func ( DeviceAuthorizationFlowProvider ) Descriptor ( ) protoreflect . EnumDescriptor {
2023-05-29 16:00:18 +02:00
return file_management_proto_enumTypes [ 4 ] . Descriptor ( )
}
2024-10-02 13:41:00 +02:00
func ( DeviceAuthorizationFlowProvider ) Type ( ) protoreflect . EnumType {
2023-05-29 16:00:18 +02:00
return & file_management_proto_enumTypes [ 4 ]
}
2024-10-02 13:41:00 +02:00
func ( x DeviceAuthorizationFlowProvider ) Number ( ) protoreflect . EnumNumber {
2023-05-29 16:00:18 +02:00
return protoreflect . EnumNumber ( x )
}
2024-10-02 13:41:00 +02:00
// Deprecated: Use DeviceAuthorizationFlowProvider.Descriptor instead.
func ( DeviceAuthorizationFlowProvider ) EnumDescriptor ( ) ( [ ] byte , [ ] int ) {
return file_management_proto_rawDescGZIP ( ) , [ ] int { 21 , 0 }
2023-05-29 16:00:18 +02:00
}
2021-07-22 10:28:00 +02:00
type EncryptedMessage struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
// Wireguard public key
WgPubKey string ` protobuf:"bytes,1,opt,name=wgPubKey,proto3" json:"wgPubKey,omitempty" `
// encrypted message Body
Body [ ] byte ` protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty" `
2022-01-16 17:10:36 +01:00
// Version of the Wiretrustee Management Service protocol
Version int32 ` protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty" `
2021-07-22 10:28:00 +02:00
}
func ( x * EncryptedMessage ) Reset ( ) {
* x = EncryptedMessage { }
if protoimpl . UnsafeEnabled {
mi := & file_management_proto_msgTypes [ 0 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * EncryptedMessage ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * EncryptedMessage ) ProtoMessage ( ) { }
func ( x * EncryptedMessage ) ProtoReflect ( ) protoreflect . Message {
mi := & file_management_proto_msgTypes [ 0 ]
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use EncryptedMessage.ProtoReflect.Descriptor instead.
func ( * EncryptedMessage ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_management_proto_rawDescGZIP ( ) , [ ] int { 0 }
}
func ( x * EncryptedMessage ) GetWgPubKey ( ) string {
if x != nil {
return x . WgPubKey
}
return ""
}
func ( x * EncryptedMessage ) GetBody ( ) [ ] byte {
if x != nil {
return x . Body
}
return nil
}
2022-01-16 17:10:36 +01:00
func ( x * EncryptedMessage ) GetVersion ( ) int32 {
if x != nil {
return x . Version
}
return 0
}
2021-07-22 10:28:00 +02:00
type SyncRequest struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
2024-06-13 13:24:24 +02:00
// Meta data of the peer
Meta * PeerSystemMeta ` protobuf:"bytes,1,opt,name=meta,proto3" json:"meta,omitempty" `
2021-07-22 10:28:00 +02:00
}
func ( x * SyncRequest ) Reset ( ) {
* x = SyncRequest { }
if protoimpl . UnsafeEnabled {
mi := & file_management_proto_msgTypes [ 1 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * SyncRequest ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * SyncRequest ) ProtoMessage ( ) { }
func ( x * SyncRequest ) ProtoReflect ( ) protoreflect . Message {
mi := & file_management_proto_msgTypes [ 1 ]
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use SyncRequest.ProtoReflect.Descriptor instead.
func ( * SyncRequest ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_management_proto_rawDescGZIP ( ) , [ ] int { 1 }
}
2024-06-13 13:24:24 +02:00
func ( x * SyncRequest ) GetMeta ( ) * PeerSystemMeta {
if x != nil {
return x . Meta
}
return nil
}
2021-07-25 17:08:16 +02:00
// SyncResponse represents a state that should be applied to the local peer (e.g. Wiretrustee servers config as well as local peer and remote peers configs)
2021-07-22 10:28:00 +02:00
type SyncResponse struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
2021-07-25 17:08:16 +02:00
// Global config
2022-01-16 17:10:36 +01:00
WiretrusteeConfig * WiretrusteeConfig ` protobuf:"bytes,1,opt,name=wiretrusteeConfig,proto3" json:"wiretrusteeConfig,omitempty" `
// Deprecated. Use NetworkMap.PeerConfig
PeerConfig * PeerConfig ` protobuf:"bytes,2,opt,name=peerConfig,proto3" json:"peerConfig,omitempty" `
// Deprecated. Use NetworkMap.RemotePeerConfig
RemotePeers [ ] * RemotePeerConfig ` protobuf:"bytes,3,rep,name=remotePeers,proto3" json:"remotePeers,omitempty" `
2021-09-07 18:36:46 +02:00
// Indicates whether remotePeers array is empty or not to bypass protobuf null and empty array equality.
2022-01-16 17:10:36 +01:00
// Deprecated. Use NetworkMap.remotePeersIsEmpty
RemotePeersIsEmpty bool ` protobuf:"varint,4,opt,name=remotePeersIsEmpty,proto3" json:"remotePeersIsEmpty,omitempty" `
NetworkMap * NetworkMap ` protobuf:"bytes,5,opt,name=NetworkMap,proto3" json:"NetworkMap,omitempty" `
2024-06-13 13:24:24 +02:00
// Posture checks to be evaluated by client
Checks [ ] * Checks ` protobuf:"bytes,6,rep,name=Checks,proto3" json:"Checks,omitempty" `
2021-07-22 10:28:00 +02:00
}
func ( x * SyncResponse ) Reset ( ) {
* x = SyncResponse { }
if protoimpl . UnsafeEnabled {
mi := & file_management_proto_msgTypes [ 2 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * SyncResponse ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * SyncResponse ) ProtoMessage ( ) { }
func ( x * SyncResponse ) ProtoReflect ( ) protoreflect . Message {
mi := & file_management_proto_msgTypes [ 2 ]
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use SyncResponse.ProtoReflect.Descriptor instead.
func ( * SyncResponse ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_management_proto_rawDescGZIP ( ) , [ ] int { 2 }
}
2021-07-25 17:08:16 +02:00
func ( x * SyncResponse ) GetWiretrusteeConfig ( ) * WiretrusteeConfig {
if x != nil {
return x . WiretrusteeConfig
}
return nil
}
func ( x * SyncResponse ) GetPeerConfig ( ) * PeerConfig {
if x != nil {
return x . PeerConfig
}
return nil
}
func ( x * SyncResponse ) GetRemotePeers ( ) [ ] * RemotePeerConfig {
if x != nil {
return x . RemotePeers
}
return nil
}
2021-09-07 18:36:46 +02:00
func ( x * SyncResponse ) GetRemotePeersIsEmpty ( ) bool {
if x != nil {
return x . RemotePeersIsEmpty
}
return false
}
2022-01-16 17:10:36 +01:00
func ( x * SyncResponse ) GetNetworkMap ( ) * NetworkMap {
if x != nil {
return x . NetworkMap
}
return nil
}
2024-06-13 13:24:24 +02:00
func ( x * SyncResponse ) GetChecks ( ) [ ] * Checks {
if x != nil {
return x . Checks
}
return nil
}
type SyncMetaRequest struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
// Meta data of the peer
Meta * PeerSystemMeta ` protobuf:"bytes,1,opt,name=meta,proto3" json:"meta,omitempty" `
}
func ( x * SyncMetaRequest ) Reset ( ) {
* x = SyncMetaRequest { }
if protoimpl . UnsafeEnabled {
mi := & file_management_proto_msgTypes [ 3 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * SyncMetaRequest ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * SyncMetaRequest ) ProtoMessage ( ) { }
func ( x * SyncMetaRequest ) ProtoReflect ( ) protoreflect . Message {
mi := & file_management_proto_msgTypes [ 3 ]
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use SyncMetaRequest.ProtoReflect.Descriptor instead.
func ( * SyncMetaRequest ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_management_proto_rawDescGZIP ( ) , [ ] int { 3 }
}
func ( x * SyncMetaRequest ) GetMeta ( ) * PeerSystemMeta {
if x != nil {
return x . Meta
}
return nil
}
2021-08-15 16:56:26 +02:00
type LoginRequest struct {
2021-07-20 18:09:26 +02:00
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
2021-08-15 16:56:26 +02:00
// Pre-authorized setup key (can be empty)
SetupKey string ` protobuf:"bytes,1,opt,name=setupKey,proto3" json:"setupKey,omitempty" `
2021-08-24 11:50:19 +02:00
// Meta data of the peer (e.g. name, os_name, os_version,
Meta * PeerSystemMeta ` protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty" `
2022-05-05 20:02:15 +02:00
// SSO token (can be empty)
JwtToken string ` protobuf:"bytes,3,opt,name=jwtToken,proto3" json:"jwtToken,omitempty" `
2022-06-23 17:04:53 +02:00
// Can be absent for now.
PeerKeys * PeerKeys ` protobuf:"bytes,4,opt,name=peerKeys,proto3" json:"peerKeys,omitempty" `
2021-07-17 14:38:59 +02:00
}
2021-08-15 16:56:26 +02:00
func ( x * LoginRequest ) Reset ( ) {
* x = LoginRequest { }
2021-07-20 18:09:26 +02:00
if protoimpl . UnsafeEnabled {
2024-06-13 13:24:24 +02:00
mi := & file_management_proto_msgTypes [ 4 ]
2021-07-20 18:09:26 +02:00
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
2021-07-17 14:38:59 +02:00
}
2021-08-15 16:56:26 +02:00
func ( x * LoginRequest ) String ( ) string {
2021-07-20 18:09:26 +02:00
return protoimpl . X . MessageStringOf ( x )
2021-07-17 14:38:59 +02:00
}
2021-07-20 18:09:26 +02:00
2021-08-15 16:56:26 +02:00
func ( * LoginRequest ) ProtoMessage ( ) { }
2021-07-20 18:09:26 +02:00
2021-08-15 16:56:26 +02:00
func ( x * LoginRequest ) ProtoReflect ( ) protoreflect . Message {
2024-06-13 13:24:24 +02:00
mi := & file_management_proto_msgTypes [ 4 ]
2021-07-20 18:09:26 +02:00
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
2021-07-17 14:38:59 +02:00
}
2021-08-15 16:56:26 +02:00
// Deprecated: Use LoginRequest.ProtoReflect.Descriptor instead.
func ( * LoginRequest ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2024-06-13 13:24:24 +02:00
return file_management_proto_rawDescGZIP ( ) , [ ] int { 4 }
2021-07-20 18:09:26 +02:00
}
2021-07-17 14:38:59 +02:00
2021-08-15 16:56:26 +02:00
func ( x * LoginRequest ) GetSetupKey ( ) string {
2021-07-20 18:09:26 +02:00
if x != nil {
return x . SetupKey
2021-07-17 14:38:59 +02:00
}
return ""
}
2021-08-24 11:50:19 +02:00
func ( x * LoginRequest ) GetMeta ( ) * PeerSystemMeta {
if x != nil {
return x . Meta
}
return nil
}
2022-05-05 20:02:15 +02:00
func ( x * LoginRequest ) GetJwtToken ( ) string {
if x != nil {
return x . JwtToken
}
return ""
}
2022-06-23 17:04:53 +02:00
func ( x * LoginRequest ) GetPeerKeys ( ) * PeerKeys {
if x != nil {
return x . PeerKeys
}
return nil
}
// PeerKeys is additional peer info like SSH pub key and WireGuard public key.
// This message is sent on Login or register requests, or when a key rotation has to happen.
type PeerKeys struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
// sshPubKey represents a public SSH key of the peer. Can be absent.
SshPubKey [ ] byte ` protobuf:"bytes,1,opt,name=sshPubKey,proto3" json:"sshPubKey,omitempty" `
// wgPubKey represents a public WireGuard key of the peer. Can be absent.
WgPubKey [ ] byte ` protobuf:"bytes,2,opt,name=wgPubKey,proto3" json:"wgPubKey,omitempty" `
}
func ( x * PeerKeys ) Reset ( ) {
* x = PeerKeys { }
if protoimpl . UnsafeEnabled {
2024-06-13 13:24:24 +02:00
mi := & file_management_proto_msgTypes [ 5 ]
2022-06-23 17:04:53 +02:00
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * PeerKeys ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * PeerKeys ) ProtoMessage ( ) { }
func ( x * PeerKeys ) ProtoReflect ( ) protoreflect . Message {
2024-06-13 13:24:24 +02:00
mi := & file_management_proto_msgTypes [ 5 ]
2022-06-23 17:04:53 +02:00
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use PeerKeys.ProtoReflect.Descriptor instead.
func ( * PeerKeys ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2024-06-13 13:24:24 +02:00
return file_management_proto_rawDescGZIP ( ) , [ ] int { 5 }
2022-06-23 17:04:53 +02:00
}
func ( x * PeerKeys ) GetSshPubKey ( ) [ ] byte {
if x != nil {
return x . SshPubKey
}
return nil
}
func ( x * PeerKeys ) GetWgPubKey ( ) [ ] byte {
if x != nil {
return x . WgPubKey
}
return nil
}
2024-03-01 15:15:56 +01:00
// Environment is part of the PeerSystemMeta and describes the environment the agent is running in.
type Environment struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
// cloud is the cloud provider the agent is running in if applicable.
Cloud string ` protobuf:"bytes,1,opt,name=cloud,proto3" json:"cloud,omitempty" `
// platform is the platform the agent is running on if applicable.
Platform string ` protobuf:"bytes,2,opt,name=platform,proto3" json:"platform,omitempty" `
}
func ( x * Environment ) Reset ( ) {
* x = Environment { }
if protoimpl . UnsafeEnabled {
2024-06-13 13:24:24 +02:00
mi := & file_management_proto_msgTypes [ 6 ]
2024-03-01 15:15:56 +01:00
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * Environment ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * Environment ) ProtoMessage ( ) { }
func ( x * Environment ) ProtoReflect ( ) protoreflect . Message {
2024-06-13 13:24:24 +02:00
mi := & file_management_proto_msgTypes [ 6 ]
2024-03-01 15:15:56 +01:00
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use Environment.ProtoReflect.Descriptor instead.
func ( * Environment ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2024-06-13 13:24:24 +02:00
return file_management_proto_rawDescGZIP ( ) , [ ] int { 6 }
2024-03-01 15:15:56 +01:00
}
func ( x * Environment ) GetCloud ( ) string {
if x != nil {
return x . Cloud
}
return ""
}
func ( x * Environment ) GetPlatform ( ) string {
if x != nil {
return x . Platform
}
return ""
}
2024-06-13 13:24:24 +02:00
// File represents a file on the system.
type File struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
// path is the path to the file.
Path string ` protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty" `
// exist indicate whether the file exists.
Exist bool ` protobuf:"varint,2,opt,name=exist,proto3" json:"exist,omitempty" `
// processIsRunning indicates whether the file is a running process or not.
ProcessIsRunning bool ` protobuf:"varint,3,opt,name=processIsRunning,proto3" json:"processIsRunning,omitempty" `
}
func ( x * File ) Reset ( ) {
* x = File { }
if protoimpl . UnsafeEnabled {
mi := & file_management_proto_msgTypes [ 7 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * File ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * File ) ProtoMessage ( ) { }
func ( x * File ) ProtoReflect ( ) protoreflect . Message {
mi := & file_management_proto_msgTypes [ 7 ]
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use File.ProtoReflect.Descriptor instead.
func ( * File ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_management_proto_rawDescGZIP ( ) , [ ] int { 7 }
}
func ( x * File ) GetPath ( ) string {
if x != nil {
return x . Path
}
return ""
}
func ( x * File ) GetExist ( ) bool {
if x != nil {
return x . Exist
}
return false
}
func ( x * File ) GetProcessIsRunning ( ) bool {
if x != nil {
return x . ProcessIsRunning
}
return false
}
2022-06-23 17:04:53 +02:00
// PeerSystemMeta is machine meta data like OS and version.
2021-08-24 11:50:19 +02:00
type PeerSystemMeta struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
2024-02-20 11:53:11 +01:00
Hostname string ` protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty" `
GoOS string ` protobuf:"bytes,2,opt,name=goOS,proto3" json:"goOS,omitempty" `
Kernel string ` protobuf:"bytes,3,opt,name=kernel,proto3" json:"kernel,omitempty" `
Core string ` protobuf:"bytes,4,opt,name=core,proto3" json:"core,omitempty" `
Platform string ` protobuf:"bytes,5,opt,name=platform,proto3" json:"platform,omitempty" `
OS string ` protobuf:"bytes,6,opt,name=OS,proto3" json:"OS,omitempty" `
WiretrusteeVersion string ` protobuf:"bytes,7,opt,name=wiretrusteeVersion,proto3" json:"wiretrusteeVersion,omitempty" `
UiVersion string ` protobuf:"bytes,8,opt,name=uiVersion,proto3" json:"uiVersion,omitempty" `
KernelVersion string ` protobuf:"bytes,9,opt,name=kernelVersion,proto3" json:"kernelVersion,omitempty" `
OSVersion string ` protobuf:"bytes,10,opt,name=OSVersion,proto3" json:"OSVersion,omitempty" `
NetworkAddresses [ ] * NetworkAddress ` protobuf:"bytes,11,rep,name=networkAddresses,proto3" json:"networkAddresses,omitempty" `
SysSerialNumber string ` protobuf:"bytes,12,opt,name=sysSerialNumber,proto3" json:"sysSerialNumber,omitempty" `
SysProductName string ` protobuf:"bytes,13,opt,name=sysProductName,proto3" json:"sysProductName,omitempty" `
SysManufacturer string ` protobuf:"bytes,14,opt,name=sysManufacturer,proto3" json:"sysManufacturer,omitempty" `
2024-03-01 15:15:56 +01:00
Environment * Environment ` protobuf:"bytes,15,opt,name=environment,proto3" json:"environment,omitempty" `
2024-06-13 13:24:24 +02:00
Files [ ] * File ` protobuf:"bytes,16,rep,name=files,proto3" json:"files,omitempty" `
2021-08-24 11:50:19 +02:00
}
func ( x * PeerSystemMeta ) Reset ( ) {
* x = PeerSystemMeta { }
if protoimpl . UnsafeEnabled {
2024-06-13 13:24:24 +02:00
mi := & file_management_proto_msgTypes [ 8 ]
2021-08-24 11:50:19 +02:00
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * PeerSystemMeta ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * PeerSystemMeta ) ProtoMessage ( ) { }
func ( x * PeerSystemMeta ) ProtoReflect ( ) protoreflect . Message {
2024-06-13 13:24:24 +02:00
mi := & file_management_proto_msgTypes [ 8 ]
2021-08-24 11:50:19 +02:00
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use PeerSystemMeta.ProtoReflect.Descriptor instead.
func ( * PeerSystemMeta ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2024-06-13 13:24:24 +02:00
return file_management_proto_rawDescGZIP ( ) , [ ] int { 8 }
2021-08-24 11:50:19 +02:00
}
func ( x * PeerSystemMeta ) GetHostname ( ) string {
if x != nil {
return x . Hostname
}
return ""
}
func ( x * PeerSystemMeta ) GetGoOS ( ) string {
if x != nil {
return x . GoOS
}
return ""
}
func ( x * PeerSystemMeta ) GetKernel ( ) string {
if x != nil {
return x . Kernel
}
return ""
}
func ( x * PeerSystemMeta ) GetCore ( ) string {
if x != nil {
return x . Core
}
return ""
}
func ( x * PeerSystemMeta ) GetPlatform ( ) string {
if x != nil {
return x . Platform
}
return ""
}
func ( x * PeerSystemMeta ) GetOS ( ) string {
if x != nil {
return x . OS
}
return ""
}
func ( x * PeerSystemMeta ) GetWiretrusteeVersion ( ) string {
if x != nil {
return x . WiretrusteeVersion
}
return ""
}
2022-05-25 23:25:02 +02:00
func ( x * PeerSystemMeta ) GetUiVersion ( ) string {
if x != nil {
return x . UiVersion
}
return ""
}
2024-02-20 09:59:56 +01:00
func ( x * PeerSystemMeta ) GetKernelVersion ( ) string {
if x != nil {
return x . KernelVersion
}
return ""
}
func ( x * PeerSystemMeta ) GetOSVersion ( ) string {
if x != nil {
return x . OSVersion
}
return ""
}
2024-02-20 11:53:11 +01:00
func ( x * PeerSystemMeta ) GetNetworkAddresses ( ) [ ] * NetworkAddress {
if x != nil {
return x . NetworkAddresses
}
return nil
}
func ( x * PeerSystemMeta ) GetSysSerialNumber ( ) string {
if x != nil {
return x . SysSerialNumber
}
return ""
}
func ( x * PeerSystemMeta ) GetSysProductName ( ) string {
if x != nil {
return x . SysProductName
}
return ""
}
func ( x * PeerSystemMeta ) GetSysManufacturer ( ) string {
if x != nil {
return x . SysManufacturer
}
return ""
}
2024-03-01 15:15:56 +01:00
func ( x * PeerSystemMeta ) GetEnvironment ( ) * Environment {
if x != nil {
return x . Environment
}
return nil
}
2024-06-13 13:24:24 +02:00
func ( x * PeerSystemMeta ) GetFiles ( ) [ ] * File {
if x != nil {
return x . Files
}
return nil
}
2021-08-15 16:56:26 +02:00
type LoginResponse struct {
2021-07-20 18:09:26 +02:00
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
2021-08-15 16:56:26 +02:00
// Global config
WiretrusteeConfig * WiretrusteeConfig ` protobuf:"bytes,1,opt,name=wiretrusteeConfig,proto3" json:"wiretrusteeConfig,omitempty" `
// Peer local config
PeerConfig * PeerConfig ` protobuf:"bytes,2,opt,name=peerConfig,proto3" json:"peerConfig,omitempty" `
2024-06-13 13:24:24 +02:00
// Posture checks to be evaluated by client
Checks [ ] * Checks ` protobuf:"bytes,3,rep,name=Checks,proto3" json:"Checks,omitempty" `
2021-07-17 14:38:59 +02:00
}
2021-08-15 16:56:26 +02:00
func ( x * LoginResponse ) Reset ( ) {
* x = LoginResponse { }
2021-07-20 18:09:26 +02:00
if protoimpl . UnsafeEnabled {
2024-06-13 13:24:24 +02:00
mi := & file_management_proto_msgTypes [ 9 ]
2021-07-20 18:09:26 +02:00
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
2021-07-17 14:38:59 +02:00
}
2021-08-15 16:56:26 +02:00
func ( x * LoginResponse ) String ( ) string {
2021-07-20 18:09:26 +02:00
return protoimpl . X . MessageStringOf ( x )
2021-07-17 14:38:59 +02:00
}
2021-08-15 16:56:26 +02:00
func ( * LoginResponse ) ProtoMessage ( ) { }
2021-07-17 14:38:59 +02:00
2021-08-15 16:56:26 +02:00
func ( x * LoginResponse ) ProtoReflect ( ) protoreflect . Message {
2024-06-13 13:24:24 +02:00
mi := & file_management_proto_msgTypes [ 9 ]
2021-07-20 18:09:26 +02:00
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
2021-07-17 14:38:59 +02:00
}
2021-07-20 18:09:26 +02:00
return mi . MessageOf ( x )
2021-07-17 14:38:59 +02:00
}
2021-08-15 16:56:26 +02:00
// Deprecated: Use LoginResponse.ProtoReflect.Descriptor instead.
func ( * LoginResponse ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2024-06-13 13:24:24 +02:00
return file_management_proto_rawDescGZIP ( ) , [ ] int { 9 }
2021-07-22 10:28:00 +02:00
}
2021-08-15 16:56:26 +02:00
func ( x * LoginResponse ) GetWiretrusteeConfig ( ) * WiretrusteeConfig {
if x != nil {
return x . WiretrusteeConfig
}
return nil
}
func ( x * LoginResponse ) GetPeerConfig ( ) * PeerConfig {
if x != nil {
return x . PeerConfig
}
return nil
}
2024-06-13 13:24:24 +02:00
func ( x * LoginResponse ) GetChecks ( ) [ ] * Checks {
if x != nil {
return x . Checks
}
return nil
}
2021-07-22 10:28:00 +02:00
type ServerKeyResponse struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
// Server's Wireguard public key
Key string ` protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty" `
// Key expiration timestamp after which the key should be fetched again by the client
2023-04-05 17:46:34 +02:00
ExpiresAt * timestamppb . Timestamp ` protobuf:"bytes,2,opt,name=expiresAt,proto3" json:"expiresAt,omitempty" `
2022-01-16 17:10:36 +01:00
// Version of the Wiretrustee Management Service protocol
Version int32 ` protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty" `
2021-07-22 10:28:00 +02:00
}
func ( x * ServerKeyResponse ) Reset ( ) {
* x = ServerKeyResponse { }
if protoimpl . UnsafeEnabled {
2024-06-13 13:24:24 +02:00
mi := & file_management_proto_msgTypes [ 10 ]
2021-07-22 10:28:00 +02:00
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * ServerKeyResponse ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * ServerKeyResponse ) ProtoMessage ( ) { }
func ( x * ServerKeyResponse ) ProtoReflect ( ) protoreflect . Message {
2024-06-13 13:24:24 +02:00
mi := & file_management_proto_msgTypes [ 10 ]
2021-07-22 10:28:00 +02:00
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use ServerKeyResponse.ProtoReflect.Descriptor instead.
func ( * ServerKeyResponse ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2024-06-13 13:24:24 +02:00
return file_management_proto_rawDescGZIP ( ) , [ ] int { 10 }
2021-07-22 10:28:00 +02:00
}
func ( x * ServerKeyResponse ) GetKey ( ) string {
if x != nil {
return x . Key
}
return ""
}
2023-04-05 17:46:34 +02:00
func ( x * ServerKeyResponse ) GetExpiresAt ( ) * timestamppb . Timestamp {
2021-07-22 10:28:00 +02:00
if x != nil {
return x . ExpiresAt
}
return nil
2021-07-17 14:38:59 +02:00
}
2022-01-16 17:10:36 +01:00
func ( x * ServerKeyResponse ) GetVersion ( ) int32 {
if x != nil {
return x . Version
}
return 0
}
2021-07-20 18:09:26 +02:00
type Empty struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
2021-07-17 14:38:59 +02:00
}
2021-07-20 18:09:26 +02:00
func ( x * Empty ) Reset ( ) {
* x = Empty { }
if protoimpl . UnsafeEnabled {
2024-06-13 13:24:24 +02:00
mi := & file_management_proto_msgTypes [ 11 ]
2021-07-20 18:09:26 +02:00
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
2021-07-17 14:38:59 +02:00
}
2021-07-20 18:09:26 +02:00
func ( x * Empty ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
2021-07-17 14:38:59 +02:00
}
2021-07-20 18:09:26 +02:00
func ( * Empty ) ProtoMessage ( ) { }
2021-07-17 14:38:59 +02:00
2021-07-20 18:09:26 +02:00
func ( x * Empty ) ProtoReflect ( ) protoreflect . Message {
2024-06-13 13:24:24 +02:00
mi := & file_management_proto_msgTypes [ 11 ]
2021-07-20 18:09:26 +02:00
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
2021-07-17 14:38:59 +02:00
}
2021-07-20 18:09:26 +02:00
return mi . MessageOf ( x )
2021-07-17 14:38:59 +02:00
}
2021-07-20 18:09:26 +02:00
// Deprecated: Use Empty.ProtoReflect.Descriptor instead.
func ( * Empty ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2024-06-13 13:24:24 +02:00
return file_management_proto_rawDescGZIP ( ) , [ ] int { 11 }
2021-07-20 18:09:26 +02:00
}
2021-07-25 17:08:16 +02:00
// WiretrusteeConfig is a common configuration of any Wiretrustee peer. It contains STUN, TURN, Signal and Management servers configurations
type WiretrusteeConfig struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
// a list of STUN servers
Stuns [ ] * HostConfig ` protobuf:"bytes,1,rep,name=stuns,proto3" json:"stuns,omitempty" `
// a list of TURN servers
Turns [ ] * ProtectedHostConfig ` protobuf:"bytes,2,rep,name=turns,proto3" json:"turns,omitempty" `
// a Signal server config
2024-09-08 12:06:14 +02:00
Signal * HostConfig ` protobuf:"bytes,3,opt,name=signal,proto3" json:"signal,omitempty" `
Relay * RelayConfig ` protobuf:"bytes,4,opt,name=relay,proto3" json:"relay,omitempty" `
2021-07-25 17:08:16 +02:00
}
func ( x * WiretrusteeConfig ) Reset ( ) {
* x = WiretrusteeConfig { }
if protoimpl . UnsafeEnabled {
2024-06-13 13:24:24 +02:00
mi := & file_management_proto_msgTypes [ 12 ]
2021-07-25 17:08:16 +02:00
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * WiretrusteeConfig ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * WiretrusteeConfig ) ProtoMessage ( ) { }
func ( x * WiretrusteeConfig ) ProtoReflect ( ) protoreflect . Message {
2024-06-13 13:24:24 +02:00
mi := & file_management_proto_msgTypes [ 12 ]
2021-07-25 17:08:16 +02:00
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use WiretrusteeConfig.ProtoReflect.Descriptor instead.
func ( * WiretrusteeConfig ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2024-06-13 13:24:24 +02:00
return file_management_proto_rawDescGZIP ( ) , [ ] int { 12 }
2021-07-25 17:08:16 +02:00
}
func ( x * WiretrusteeConfig ) GetStuns ( ) [ ] * HostConfig {
if x != nil {
return x . Stuns
}
return nil
}
func ( x * WiretrusteeConfig ) GetTurns ( ) [ ] * ProtectedHostConfig {
if x != nil {
return x . Turns
}
return nil
}
func ( x * WiretrusteeConfig ) GetSignal ( ) * HostConfig {
if x != nil {
return x . Signal
}
return nil
}
2024-09-08 12:06:14 +02:00
func ( x * WiretrusteeConfig ) GetRelay ( ) * RelayConfig {
if x != nil {
return x . Relay
}
return nil
}
2021-07-25 17:08:16 +02:00
// HostConfig describes connection properties of some server (e.g. STUN, Signal, Management)
type HostConfig struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
2021-07-30 17:46:38 +02:00
// URI of the resource e.g. turns://stun.wiretrustee.com:4430 or signal.wiretrustee.com:10000
Uri string ` protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty" `
Protocol HostConfig_Protocol ` protobuf:"varint,2,opt,name=protocol,proto3,enum=management.HostConfig_Protocol" json:"protocol,omitempty" `
2021-07-25 17:08:16 +02:00
}
func ( x * HostConfig ) Reset ( ) {
* x = HostConfig { }
if protoimpl . UnsafeEnabled {
2024-06-13 13:24:24 +02:00
mi := & file_management_proto_msgTypes [ 13 ]
2021-07-25 17:08:16 +02:00
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * HostConfig ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * HostConfig ) ProtoMessage ( ) { }
func ( x * HostConfig ) ProtoReflect ( ) protoreflect . Message {
2024-06-13 13:24:24 +02:00
mi := & file_management_proto_msgTypes [ 13 ]
2021-07-25 17:08:16 +02:00
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use HostConfig.ProtoReflect.Descriptor instead.
func ( * HostConfig ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2024-06-13 13:24:24 +02:00
return file_management_proto_rawDescGZIP ( ) , [ ] int { 13 }
2021-07-25 17:08:16 +02:00
}
2021-07-30 17:46:38 +02:00
func ( x * HostConfig ) GetUri ( ) string {
2021-07-25 17:08:16 +02:00
if x != nil {
2021-07-30 17:46:38 +02:00
return x . Uri
2021-07-25 17:08:16 +02:00
}
return ""
}
func ( x * HostConfig ) GetProtocol ( ) HostConfig_Protocol {
if x != nil {
return x . Protocol
}
2021-07-30 17:46:38 +02:00
return HostConfig_UDP
2021-07-25 17:08:16 +02:00
}
2024-09-08 12:06:14 +02:00
type RelayConfig struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
Urls [ ] string ` protobuf:"bytes,1,rep,name=urls,proto3" json:"urls,omitempty" `
TokenPayload string ` protobuf:"bytes,2,opt,name=tokenPayload,proto3" json:"tokenPayload,omitempty" `
TokenSignature string ` protobuf:"bytes,3,opt,name=tokenSignature,proto3" json:"tokenSignature,omitempty" `
}
func ( x * RelayConfig ) Reset ( ) {
* x = RelayConfig { }
if protoimpl . UnsafeEnabled {
mi := & file_management_proto_msgTypes [ 14 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * RelayConfig ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * RelayConfig ) ProtoMessage ( ) { }
func ( x * RelayConfig ) ProtoReflect ( ) protoreflect . Message {
mi := & file_management_proto_msgTypes [ 14 ]
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use RelayConfig.ProtoReflect.Descriptor instead.
func ( * RelayConfig ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_management_proto_rawDescGZIP ( ) , [ ] int { 14 }
}
func ( x * RelayConfig ) GetUrls ( ) [ ] string {
if x != nil {
return x . Urls
}
return nil
}
func ( x * RelayConfig ) GetTokenPayload ( ) string {
if x != nil {
return x . TokenPayload
}
return ""
}
func ( x * RelayConfig ) GetTokenSignature ( ) string {
if x != nil {
return x . TokenSignature
}
return ""
}
2021-07-25 17:08:16 +02:00
// ProtectedHostConfig is similar to HostConfig but has additional user and password
// Mostly used for TURN servers
type ProtectedHostConfig struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
HostConfig * HostConfig ` protobuf:"bytes,1,opt,name=hostConfig,proto3" json:"hostConfig,omitempty" `
User string ` protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty" `
Password string ` protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty" `
}
func ( x * ProtectedHostConfig ) Reset ( ) {
* x = ProtectedHostConfig { }
if protoimpl . UnsafeEnabled {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 15 ]
2021-07-25 17:08:16 +02:00
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * ProtectedHostConfig ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * ProtectedHostConfig ) ProtoMessage ( ) { }
func ( x * ProtectedHostConfig ) ProtoReflect ( ) protoreflect . Message {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 15 ]
2021-07-25 17:08:16 +02:00
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use ProtectedHostConfig.ProtoReflect.Descriptor instead.
func ( * ProtectedHostConfig ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2024-09-08 12:06:14 +02:00
return file_management_proto_rawDescGZIP ( ) , [ ] int { 15 }
2021-07-25 17:08:16 +02:00
}
func ( x * ProtectedHostConfig ) GetHostConfig ( ) * HostConfig {
if x != nil {
return x . HostConfig
}
return nil
}
func ( x * ProtectedHostConfig ) GetUser ( ) string {
if x != nil {
return x . User
}
return ""
}
func ( x * ProtectedHostConfig ) GetPassword ( ) string {
if x != nil {
return x . Password
}
return ""
}
// PeerConfig represents a configuration of a "our" peer.
// The properties are used to configure local Wireguard
type PeerConfig struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
// Peer's virtual IP address within the Wiretrustee VPN (a Wireguard address config)
Address string ` protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty" `
// Wiretrustee DNS server (a Wireguard DNS config)
Dns string ` protobuf:"bytes,2,opt,name=dns,proto3" json:"dns,omitempty" `
2022-06-23 17:04:53 +02:00
// SSHConfig of the peer.
SshConfig * SSHConfig ` protobuf:"bytes,3,opt,name=sshConfig,proto3" json:"sshConfig,omitempty" `
2022-11-26 13:29:50 +01:00
// Peer fully qualified domain name
Fqdn string ` protobuf:"bytes,4,opt,name=fqdn,proto3" json:"fqdn,omitempty" `
2021-07-25 17:08:16 +02:00
}
func ( x * PeerConfig ) Reset ( ) {
* x = PeerConfig { }
if protoimpl . UnsafeEnabled {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 16 ]
2021-07-25 17:08:16 +02:00
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * PeerConfig ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * PeerConfig ) ProtoMessage ( ) { }
func ( x * PeerConfig ) ProtoReflect ( ) protoreflect . Message {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 16 ]
2021-07-25 17:08:16 +02:00
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use PeerConfig.ProtoReflect.Descriptor instead.
func ( * PeerConfig ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2024-09-08 12:06:14 +02:00
return file_management_proto_rawDescGZIP ( ) , [ ] int { 16 }
2021-07-25 17:08:16 +02:00
}
func ( x * PeerConfig ) GetAddress ( ) string {
if x != nil {
return x . Address
}
return ""
}
func ( x * PeerConfig ) GetDns ( ) string {
if x != nil {
return x . Dns
}
return ""
}
2022-06-23 17:04:53 +02:00
func ( x * PeerConfig ) GetSshConfig ( ) * SSHConfig {
if x != nil {
return x . SshConfig
}
return nil
}
2022-11-26 13:29:50 +01:00
func ( x * PeerConfig ) GetFqdn ( ) string {
if x != nil {
return x . Fqdn
}
return ""
}
2022-01-16 17:10:36 +01:00
// NetworkMap represents a network state of the peer with the corresponding configuration parameters to establish peer-to-peer connections
type NetworkMap struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
// Serial is an ID of the network state to be used by clients to order updates.
// The larger the Serial the newer the configuration.
// E.g. the client app should keep track of this id locally and discard all the configurations with a lower value
2022-05-05 20:02:15 +02:00
Serial uint64 ` protobuf:"varint,1,opt,name=Serial,proto3" json:"Serial,omitempty" `
2022-01-16 17:10:36 +01:00
// PeerConfig represents configuration of a peer
PeerConfig * PeerConfig ` protobuf:"bytes,2,opt,name=peerConfig,proto3" json:"peerConfig,omitempty" `
// RemotePeerConfig represents a list of remote peers that the receiver can connect to
RemotePeers [ ] * RemotePeerConfig ` protobuf:"bytes,3,rep,name=remotePeers,proto3" json:"remotePeers,omitempty" `
// Indicates whether remotePeers array is empty or not to bypass protobuf null and empty array equality.
RemotePeersIsEmpty bool ` protobuf:"varint,4,opt,name=remotePeersIsEmpty,proto3" json:"remotePeersIsEmpty,omitempty" `
2022-08-18 18:22:15 +02:00
// List of routes to be applied
Routes [ ] * Route ` protobuf:"bytes,5,rep,name=Routes,proto3" json:"Routes,omitempty" `
2022-11-07 15:38:21 +01:00
// DNS config to be applied
DNSConfig * DNSConfig ` protobuf:"bytes,6,opt,name=DNSConfig,proto3" json:"DNSConfig,omitempty" `
2023-03-07 10:17:25 +01:00
// RemotePeerConfig represents a list of remote peers that the receiver can connect to
OfflinePeers [ ] * RemotePeerConfig ` protobuf:"bytes,7,rep,name=offlinePeers,proto3" json:"offlinePeers,omitempty" `
2023-05-29 16:00:18 +02:00
// FirewallRule represents a list of firewall rules to be applied to peer
FirewallRules [ ] * FirewallRule ` protobuf:"bytes,8,rep,name=FirewallRules,proto3" json:"FirewallRules,omitempty" `
2023-05-31 19:04:38 +02:00
// firewallRulesIsEmpty indicates whether FirewallRule array is empty or not to bypass protobuf null and empty array equality.
FirewallRulesIsEmpty bool ` protobuf:"varint,9,opt,name=firewallRulesIsEmpty,proto3" json:"firewallRulesIsEmpty,omitempty" `
2024-10-02 13:41:00 +02:00
// RoutesFirewallRules represents a list of routes firewall rules to be applied to peer
RoutesFirewallRules [ ] * RouteFirewallRule ` protobuf:"bytes,10,rep,name=routesFirewallRules,proto3" json:"routesFirewallRules,omitempty" `
// RoutesFirewallRulesIsEmpty indicates whether RouteFirewallRule array is empty or not to bypass protobuf null and empty array equality.
RoutesFirewallRulesIsEmpty bool ` protobuf:"varint,11,opt,name=routesFirewallRulesIsEmpty,proto3" json:"routesFirewallRulesIsEmpty,omitempty" `
2022-01-16 17:10:36 +01:00
}
func ( x * NetworkMap ) Reset ( ) {
* x = NetworkMap { }
if protoimpl . UnsafeEnabled {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 17 ]
2022-01-16 17:10:36 +01:00
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * NetworkMap ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * NetworkMap ) ProtoMessage ( ) { }
func ( x * NetworkMap ) ProtoReflect ( ) protoreflect . Message {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 17 ]
2022-01-16 17:10:36 +01:00
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use NetworkMap.ProtoReflect.Descriptor instead.
func ( * NetworkMap ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2024-09-08 12:06:14 +02:00
return file_management_proto_rawDescGZIP ( ) , [ ] int { 17 }
2022-01-16 17:10:36 +01:00
}
func ( x * NetworkMap ) GetSerial ( ) uint64 {
if x != nil {
return x . Serial
}
return 0
}
func ( x * NetworkMap ) GetPeerConfig ( ) * PeerConfig {
if x != nil {
return x . PeerConfig
}
return nil
}
func ( x * NetworkMap ) GetRemotePeers ( ) [ ] * RemotePeerConfig {
if x != nil {
return x . RemotePeers
}
return nil
}
func ( x * NetworkMap ) GetRemotePeersIsEmpty ( ) bool {
if x != nil {
return x . RemotePeersIsEmpty
}
return false
}
2022-08-18 18:22:15 +02:00
func ( x * NetworkMap ) GetRoutes ( ) [ ] * Route {
if x != nil {
return x . Routes
}
return nil
}
2022-11-07 15:38:21 +01:00
func ( x * NetworkMap ) GetDNSConfig ( ) * DNSConfig {
if x != nil {
return x . DNSConfig
}
return nil
}
2023-03-07 10:17:25 +01:00
func ( x * NetworkMap ) GetOfflinePeers ( ) [ ] * RemotePeerConfig {
if x != nil {
return x . OfflinePeers
}
return nil
}
2023-05-29 16:00:18 +02:00
func ( x * NetworkMap ) GetFirewallRules ( ) [ ] * FirewallRule {
if x != nil {
return x . FirewallRules
}
return nil
}
2023-05-31 19:04:38 +02:00
func ( x * NetworkMap ) GetFirewallRulesIsEmpty ( ) bool {
if x != nil {
return x . FirewallRulesIsEmpty
}
return false
}
2024-10-02 13:41:00 +02:00
func ( x * NetworkMap ) GetRoutesFirewallRules ( ) [ ] * RouteFirewallRule {
if x != nil {
return x . RoutesFirewallRules
}
return nil
}
func ( x * NetworkMap ) GetRoutesFirewallRulesIsEmpty ( ) bool {
if x != nil {
return x . RoutesFirewallRulesIsEmpty
}
return false
}
2021-07-25 17:08:16 +02:00
// RemotePeerConfig represents a configuration of a remote peer.
2023-03-07 10:17:25 +01:00
// The properties are used to configure WireGuard Peers sections
2021-07-25 17:08:16 +02:00
type RemotePeerConfig struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
2023-03-07 10:17:25 +01:00
// A WireGuard public key of a remote peer
2021-07-25 17:08:16 +02:00
WgPubKey string ` protobuf:"bytes,1,opt,name=wgPubKey,proto3" json:"wgPubKey,omitempty" `
2023-03-07 10:17:25 +01:00
// WireGuard allowed IPs of a remote peer e.g. [10.30.30.1/32]
2021-07-25 17:08:16 +02:00
AllowedIps [ ] string ` protobuf:"bytes,2,rep,name=allowedIps,proto3" json:"allowedIps,omitempty" `
2022-06-23 17:04:53 +02:00
// SSHConfig is a SSH config of the remote peer. SSHConfig.sshPubKey should be ignored because peer knows it's SSH key.
SshConfig * SSHConfig ` protobuf:"bytes,3,opt,name=sshConfig,proto3" json:"sshConfig,omitempty" `
2022-11-26 13:29:50 +01:00
// Peer fully qualified domain name
Fqdn string ` protobuf:"bytes,4,opt,name=fqdn,proto3" json:"fqdn,omitempty" `
2021-07-25 17:08:16 +02:00
}
func ( x * RemotePeerConfig ) Reset ( ) {
* x = RemotePeerConfig { }
if protoimpl . UnsafeEnabled {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 18 ]
2021-07-25 17:08:16 +02:00
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * RemotePeerConfig ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * RemotePeerConfig ) ProtoMessage ( ) { }
func ( x * RemotePeerConfig ) ProtoReflect ( ) protoreflect . Message {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 18 ]
2021-07-25 17:08:16 +02:00
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use RemotePeerConfig.ProtoReflect.Descriptor instead.
func ( * RemotePeerConfig ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2024-09-08 12:06:14 +02:00
return file_management_proto_rawDescGZIP ( ) , [ ] int { 18 }
2021-07-25 17:08:16 +02:00
}
func ( x * RemotePeerConfig ) GetWgPubKey ( ) string {
if x != nil {
return x . WgPubKey
}
return ""
}
func ( x * RemotePeerConfig ) GetAllowedIps ( ) [ ] string {
if x != nil {
return x . AllowedIps
}
return nil
}
2022-06-23 17:04:53 +02:00
func ( x * RemotePeerConfig ) GetSshConfig ( ) * SSHConfig {
if x != nil {
return x . SshConfig
}
return nil
}
2022-11-26 13:29:50 +01:00
func ( x * RemotePeerConfig ) GetFqdn ( ) string {
if x != nil {
return x . Fqdn
}
return ""
}
2022-06-23 17:04:53 +02:00
// SSHConfig represents SSH configurations of a peer.
type SSHConfig struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
// sshEnabled indicates whether a SSH server is enabled on this peer
SshEnabled bool ` protobuf:"varint,1,opt,name=sshEnabled,proto3" json:"sshEnabled,omitempty" `
// sshPubKey is a SSH public key of a peer to be added to authorized_hosts.
// This property should be ignore if SSHConfig comes from PeerConfig.
SshPubKey [ ] byte ` protobuf:"bytes,2,opt,name=sshPubKey,proto3" json:"sshPubKey,omitempty" `
}
func ( x * SSHConfig ) Reset ( ) {
* x = SSHConfig { }
if protoimpl . UnsafeEnabled {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 19 ]
2022-06-23 17:04:53 +02:00
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * SSHConfig ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * SSHConfig ) ProtoMessage ( ) { }
func ( x * SSHConfig ) ProtoReflect ( ) protoreflect . Message {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 19 ]
2022-06-23 17:04:53 +02:00
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use SSHConfig.ProtoReflect.Descriptor instead.
func ( * SSHConfig ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2024-09-08 12:06:14 +02:00
return file_management_proto_rawDescGZIP ( ) , [ ] int { 19 }
2022-06-23 17:04:53 +02:00
}
func ( x * SSHConfig ) GetSshEnabled ( ) bool {
if x != nil {
return x . SshEnabled
}
return false
}
func ( x * SSHConfig ) GetSshPubKey ( ) [ ] byte {
if x != nil {
return x . SshPubKey
}
return nil
}
2022-05-08 11:04:57 +02:00
// DeviceAuthorizationFlowRequest empty struct for future expansion
type DeviceAuthorizationFlowRequest struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
}
func ( x * DeviceAuthorizationFlowRequest ) Reset ( ) {
* x = DeviceAuthorizationFlowRequest { }
if protoimpl . UnsafeEnabled {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 20 ]
2022-05-08 11:04:57 +02:00
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * DeviceAuthorizationFlowRequest ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * DeviceAuthorizationFlowRequest ) ProtoMessage ( ) { }
func ( x * DeviceAuthorizationFlowRequest ) ProtoReflect ( ) protoreflect . Message {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 20 ]
2022-05-08 11:04:57 +02:00
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use DeviceAuthorizationFlowRequest.ProtoReflect.Descriptor instead.
func ( * DeviceAuthorizationFlowRequest ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2024-09-08 12:06:14 +02:00
return file_management_proto_rawDescGZIP ( ) , [ ] int { 20 }
2022-05-08 11:04:57 +02:00
}
// DeviceAuthorizationFlow represents Device Authorization Flow information
// that can be used by the client to login initiate a Oauth 2.0 device authorization grant flow
// see https://datatracker.ietf.org/doc/html/rfc8628
type DeviceAuthorizationFlow struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
// An IDP provider , (eg. Auth0)
Provider DeviceAuthorizationFlowProvider ` protobuf:"varint,1,opt,name=Provider,proto3,enum=management.DeviceAuthorizationFlowProvider" json:"Provider,omitempty" `
ProviderConfig * ProviderConfig ` protobuf:"bytes,2,opt,name=ProviderConfig,proto3" json:"ProviderConfig,omitempty" `
}
func ( x * DeviceAuthorizationFlow ) Reset ( ) {
* x = DeviceAuthorizationFlow { }
if protoimpl . UnsafeEnabled {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 21 ]
2022-05-08 11:04:57 +02:00
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * DeviceAuthorizationFlow ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * DeviceAuthorizationFlow ) ProtoMessage ( ) { }
func ( x * DeviceAuthorizationFlow ) ProtoReflect ( ) protoreflect . Message {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 21 ]
2022-05-08 11:04:57 +02:00
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use DeviceAuthorizationFlow.ProtoReflect.Descriptor instead.
func ( * DeviceAuthorizationFlow ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2024-09-08 12:06:14 +02:00
return file_management_proto_rawDescGZIP ( ) , [ ] int { 21 }
2022-05-08 11:04:57 +02:00
}
func ( x * DeviceAuthorizationFlow ) GetProvider ( ) DeviceAuthorizationFlowProvider {
if x != nil {
return x . Provider
}
return DeviceAuthorizationFlow_HOSTED
}
func ( x * DeviceAuthorizationFlow ) GetProviderConfig ( ) * ProviderConfig {
if x != nil {
return x . ProviderConfig
}
return nil
}
2023-07-27 11:31:07 +02:00
// PKCEAuthorizationFlowRequest empty struct for future expansion
type PKCEAuthorizationFlowRequest struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
}
func ( x * PKCEAuthorizationFlowRequest ) Reset ( ) {
* x = PKCEAuthorizationFlowRequest { }
if protoimpl . UnsafeEnabled {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 22 ]
2023-07-27 11:31:07 +02:00
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * PKCEAuthorizationFlowRequest ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * PKCEAuthorizationFlowRequest ) ProtoMessage ( ) { }
func ( x * PKCEAuthorizationFlowRequest ) ProtoReflect ( ) protoreflect . Message {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 22 ]
2023-07-27 11:31:07 +02:00
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use PKCEAuthorizationFlowRequest.ProtoReflect.Descriptor instead.
func ( * PKCEAuthorizationFlowRequest ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2024-09-08 12:06:14 +02:00
return file_management_proto_rawDescGZIP ( ) , [ ] int { 22 }
2023-07-27 11:31:07 +02:00
}
// PKCEAuthorizationFlow represents Authorization Code Flow information
// that can be used by the client to login initiate a Oauth 2.0 authorization code grant flow
// with Proof Key for Code Exchange (PKCE). See https://datatracker.ietf.org/doc/html/rfc7636
type PKCEAuthorizationFlow struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
ProviderConfig * ProviderConfig ` protobuf:"bytes,1,opt,name=ProviderConfig,proto3" json:"ProviderConfig,omitempty" `
}
func ( x * PKCEAuthorizationFlow ) Reset ( ) {
* x = PKCEAuthorizationFlow { }
if protoimpl . UnsafeEnabled {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 23 ]
2023-07-27 11:31:07 +02:00
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * PKCEAuthorizationFlow ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * PKCEAuthorizationFlow ) ProtoMessage ( ) { }
func ( x * PKCEAuthorizationFlow ) ProtoReflect ( ) protoreflect . Message {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 23 ]
2023-07-27 11:31:07 +02:00
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use PKCEAuthorizationFlow.ProtoReflect.Descriptor instead.
func ( * PKCEAuthorizationFlow ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2024-09-08 12:06:14 +02:00
return file_management_proto_rawDescGZIP ( ) , [ ] int { 23 }
2023-07-27 11:31:07 +02:00
}
func ( x * PKCEAuthorizationFlow ) GetProviderConfig ( ) * ProviderConfig {
if x != nil {
return x . ProviderConfig
}
return nil
}
// ProviderConfig has all attributes needed to initiate a device/pkce authorization flow
2022-05-08 11:04:57 +02:00
type ProviderConfig struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
// An IDP application client id
ClientID string ` protobuf:"bytes,1,opt,name=ClientID,proto3" json:"ClientID,omitempty" `
// An IDP application client secret
ClientSecret string ` protobuf:"bytes,2,opt,name=ClientSecret,proto3" json:"ClientSecret,omitempty" `
// An IDP API domain
2022-08-23 15:46:12 +02:00
// Deprecated. Use a DeviceAuthEndpoint and TokenEndpoint
2022-05-08 11:04:57 +02:00
Domain string ` protobuf:"bytes,3,opt,name=Domain,proto3" json:"Domain,omitempty" `
// An Audience for validation
Audience string ` protobuf:"bytes,4,opt,name=Audience,proto3" json:"Audience,omitempty" `
2022-08-23 15:46:12 +02:00
// DeviceAuthEndpoint is an endpoint to request device authentication code.
DeviceAuthEndpoint string ` protobuf:"bytes,5,opt,name=DeviceAuthEndpoint,proto3" json:"DeviceAuthEndpoint,omitempty" `
// TokenEndpoint is an endpoint to request auth token.
TokenEndpoint string ` protobuf:"bytes,6,opt,name=TokenEndpoint,proto3" json:"TokenEndpoint,omitempty" `
2023-04-05 17:46:34 +02:00
// Scopes provides the scopes to be included in the token request
Scope string ` protobuf:"bytes,7,opt,name=Scope,proto3" json:"Scope,omitempty" `
// UseIDToken indicates if the id token should be used for authentication
UseIDToken bool ` protobuf:"varint,8,opt,name=UseIDToken,proto3" json:"UseIDToken,omitempty" `
2023-07-27 11:31:07 +02:00
// AuthorizationEndpoint is the endpoint of an IDP manager where clients can obtain authorization code.
AuthorizationEndpoint string ` protobuf:"bytes,9,opt,name=AuthorizationEndpoint,proto3" json:"AuthorizationEndpoint,omitempty" `
// RedirectURLs handles authorization code from IDP manager
RedirectURLs [ ] string ` protobuf:"bytes,10,rep,name=RedirectURLs,proto3" json:"RedirectURLs,omitempty" `
2022-05-08 11:04:57 +02:00
}
func ( x * ProviderConfig ) Reset ( ) {
* x = ProviderConfig { }
if protoimpl . UnsafeEnabled {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 24 ]
2022-05-08 11:04:57 +02:00
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * ProviderConfig ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * ProviderConfig ) ProtoMessage ( ) { }
func ( x * ProviderConfig ) ProtoReflect ( ) protoreflect . Message {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 24 ]
2022-05-08 11:04:57 +02:00
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use ProviderConfig.ProtoReflect.Descriptor instead.
func ( * ProviderConfig ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2024-09-08 12:06:14 +02:00
return file_management_proto_rawDescGZIP ( ) , [ ] int { 24 }
2022-05-08 11:04:57 +02:00
}
func ( x * ProviderConfig ) GetClientID ( ) string {
if x != nil {
return x . ClientID
}
return ""
}
func ( x * ProviderConfig ) GetClientSecret ( ) string {
if x != nil {
return x . ClientSecret
}
return ""
}
func ( x * ProviderConfig ) GetDomain ( ) string {
if x != nil {
return x . Domain
}
return ""
}
func ( x * ProviderConfig ) GetAudience ( ) string {
if x != nil {
return x . Audience
}
return ""
}
2022-08-23 15:46:12 +02:00
func ( x * ProviderConfig ) GetDeviceAuthEndpoint ( ) string {
if x != nil {
return x . DeviceAuthEndpoint
}
return ""
}
func ( x * ProviderConfig ) GetTokenEndpoint ( ) string {
if x != nil {
return x . TokenEndpoint
}
return ""
}
2023-04-05 17:46:34 +02:00
func ( x * ProviderConfig ) GetScope ( ) string {
if x != nil {
return x . Scope
}
return ""
}
func ( x * ProviderConfig ) GetUseIDToken ( ) bool {
if x != nil {
return x . UseIDToken
}
return false
}
2023-07-27 11:31:07 +02:00
func ( x * ProviderConfig ) GetAuthorizationEndpoint ( ) string {
if x != nil {
return x . AuthorizationEndpoint
}
return ""
}
func ( x * ProviderConfig ) GetRedirectURLs ( ) [ ] string {
if x != nil {
return x . RedirectURLs
}
return nil
}
2022-08-18 18:22:15 +02:00
// Route represents a route.Route object
type Route struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
2024-06-13 13:24:24 +02:00
ID string ` protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty" `
Network string ` protobuf:"bytes,2,opt,name=Network,proto3" json:"Network,omitempty" `
NetworkType int64 ` protobuf:"varint,3,opt,name=NetworkType,proto3" json:"NetworkType,omitempty" `
Peer string ` protobuf:"bytes,4,opt,name=Peer,proto3" json:"Peer,omitempty" `
Metric int64 ` protobuf:"varint,5,opt,name=Metric,proto3" json:"Metric,omitempty" `
Masquerade bool ` protobuf:"varint,6,opt,name=Masquerade,proto3" json:"Masquerade,omitempty" `
NetID string ` protobuf:"bytes,7,opt,name=NetID,proto3" json:"NetID,omitempty" `
Domains [ ] string ` protobuf:"bytes,8,rep,name=Domains,proto3" json:"Domains,omitempty" `
KeepRoute bool ` protobuf:"varint,9,opt,name=keepRoute,proto3" json:"keepRoute,omitempty" `
2022-08-18 18:22:15 +02:00
}
func ( x * Route ) Reset ( ) {
* x = Route { }
if protoimpl . UnsafeEnabled {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 25 ]
2022-08-18 18:22:15 +02:00
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * Route ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * Route ) ProtoMessage ( ) { }
func ( x * Route ) ProtoReflect ( ) protoreflect . Message {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 25 ]
2022-08-18 18:22:15 +02:00
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use Route.ProtoReflect.Descriptor instead.
func ( * Route ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2024-09-08 12:06:14 +02:00
return file_management_proto_rawDescGZIP ( ) , [ ] int { 25 }
2022-08-18 18:22:15 +02:00
}
func ( x * Route ) GetID ( ) string {
if x != nil {
return x . ID
}
return ""
}
2022-08-22 14:10:24 +02:00
func ( x * Route ) GetNetwork ( ) string {
2022-08-18 18:22:15 +02:00
if x != nil {
2022-08-22 14:10:24 +02:00
return x . Network
2022-08-18 18:22:15 +02:00
}
return ""
}
2022-08-22 14:10:24 +02:00
func ( x * Route ) GetNetworkType ( ) int64 {
2022-08-18 18:22:15 +02:00
if x != nil {
2022-08-22 14:10:24 +02:00
return x . NetworkType
2022-08-18 18:22:15 +02:00
}
return 0
}
func ( x * Route ) GetPeer ( ) string {
if x != nil {
return x . Peer
}
return ""
}
func ( x * Route ) GetMetric ( ) int64 {
if x != nil {
return x . Metric
}
return 0
}
func ( x * Route ) GetMasquerade ( ) bool {
if x != nil {
return x . Masquerade
}
return false
}
2022-08-22 14:10:24 +02:00
func ( x * Route ) GetNetID ( ) string {
if x != nil {
return x . NetID
}
return ""
}
2024-06-13 13:24:24 +02:00
func ( x * Route ) GetDomains ( ) [ ] string {
if x != nil {
return x . Domains
}
return nil
}
func ( x * Route ) GetKeepRoute ( ) bool {
if x != nil {
return x . KeepRoute
}
return false
}
2022-11-07 15:38:21 +01:00
// DNSConfig represents a dns.Update
type DNSConfig struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
ServiceEnable bool ` protobuf:"varint,1,opt,name=ServiceEnable,proto3" json:"ServiceEnable,omitempty" `
NameServerGroups [ ] * NameServerGroup ` protobuf:"bytes,2,rep,name=NameServerGroups,proto3" json:"NameServerGroups,omitempty" `
CustomZones [ ] * CustomZone ` protobuf:"bytes,3,rep,name=CustomZones,proto3" json:"CustomZones,omitempty" `
}
func ( x * DNSConfig ) Reset ( ) {
* x = DNSConfig { }
if protoimpl . UnsafeEnabled {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 26 ]
2022-11-07 15:38:21 +01:00
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * DNSConfig ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * DNSConfig ) ProtoMessage ( ) { }
func ( x * DNSConfig ) ProtoReflect ( ) protoreflect . Message {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 26 ]
2022-11-07 15:38:21 +01:00
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use DNSConfig.ProtoReflect.Descriptor instead.
func ( * DNSConfig ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2024-09-08 12:06:14 +02:00
return file_management_proto_rawDescGZIP ( ) , [ ] int { 26 }
2022-11-07 15:38:21 +01:00
}
func ( x * DNSConfig ) GetServiceEnable ( ) bool {
if x != nil {
return x . ServiceEnable
}
return false
}
func ( x * DNSConfig ) GetNameServerGroups ( ) [ ] * NameServerGroup {
if x != nil {
return x . NameServerGroups
}
return nil
}
func ( x * DNSConfig ) GetCustomZones ( ) [ ] * CustomZone {
if x != nil {
return x . CustomZones
}
return nil
}
// CustomZone represents a dns.CustomZone
type CustomZone struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
Domain string ` protobuf:"bytes,1,opt,name=Domain,proto3" json:"Domain,omitempty" `
Records [ ] * SimpleRecord ` protobuf:"bytes,2,rep,name=Records,proto3" json:"Records,omitempty" `
}
func ( x * CustomZone ) Reset ( ) {
* x = CustomZone { }
if protoimpl . UnsafeEnabled {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 27 ]
2022-11-07 15:38:21 +01:00
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * CustomZone ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * CustomZone ) ProtoMessage ( ) { }
func ( x * CustomZone ) ProtoReflect ( ) protoreflect . Message {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 27 ]
2022-11-07 15:38:21 +01:00
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use CustomZone.ProtoReflect.Descriptor instead.
func ( * CustomZone ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2024-09-08 12:06:14 +02:00
return file_management_proto_rawDescGZIP ( ) , [ ] int { 27 }
2022-11-07 15:38:21 +01:00
}
func ( x * CustomZone ) GetDomain ( ) string {
if x != nil {
return x . Domain
}
return ""
}
func ( x * CustomZone ) GetRecords ( ) [ ] * SimpleRecord {
if x != nil {
return x . Records
}
return nil
}
// SimpleRecord represents a dns.SimpleRecord
type SimpleRecord struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
Name string ` protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty" `
Type int64 ` protobuf:"varint,2,opt,name=Type,proto3" json:"Type,omitempty" `
Class string ` protobuf:"bytes,3,opt,name=Class,proto3" json:"Class,omitempty" `
TTL int64 ` protobuf:"varint,4,opt,name=TTL,proto3" json:"TTL,omitempty" `
RData string ` protobuf:"bytes,5,opt,name=RData,proto3" json:"RData,omitempty" `
}
func ( x * SimpleRecord ) Reset ( ) {
* x = SimpleRecord { }
if protoimpl . UnsafeEnabled {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 28 ]
2022-11-07 15:38:21 +01:00
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * SimpleRecord ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * SimpleRecord ) ProtoMessage ( ) { }
func ( x * SimpleRecord ) ProtoReflect ( ) protoreflect . Message {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 28 ]
2022-11-07 15:38:21 +01:00
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use SimpleRecord.ProtoReflect.Descriptor instead.
func ( * SimpleRecord ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2024-09-08 12:06:14 +02:00
return file_management_proto_rawDescGZIP ( ) , [ ] int { 28 }
2022-11-07 15:38:21 +01:00
}
func ( x * SimpleRecord ) GetName ( ) string {
if x != nil {
return x . Name
}
return ""
}
func ( x * SimpleRecord ) GetType ( ) int64 {
if x != nil {
return x . Type
}
return 0
}
func ( x * SimpleRecord ) GetClass ( ) string {
if x != nil {
return x . Class
}
return ""
}
func ( x * SimpleRecord ) GetTTL ( ) int64 {
if x != nil {
return x . TTL
}
return 0
}
func ( x * SimpleRecord ) GetRData ( ) string {
if x != nil {
return x . RData
}
return ""
}
// NameServerGroup represents a dns.NameServerGroup
type NameServerGroup struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
2023-10-19 19:32:42 +02:00
NameServers [ ] * NameServer ` protobuf:"bytes,1,rep,name=NameServers,proto3" json:"NameServers,omitempty" `
Primary bool ` protobuf:"varint,2,opt,name=Primary,proto3" json:"Primary,omitempty" `
Domains [ ] string ` protobuf:"bytes,3,rep,name=Domains,proto3" json:"Domains,omitempty" `
SearchDomainsEnabled bool ` protobuf:"varint,4,opt,name=SearchDomainsEnabled,proto3" json:"SearchDomainsEnabled,omitempty" `
2022-11-07 15:38:21 +01:00
}
func ( x * NameServerGroup ) Reset ( ) {
* x = NameServerGroup { }
if protoimpl . UnsafeEnabled {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 29 ]
2022-11-07 15:38:21 +01:00
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * NameServerGroup ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * NameServerGroup ) ProtoMessage ( ) { }
func ( x * NameServerGroup ) ProtoReflect ( ) protoreflect . Message {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 29 ]
2022-11-07 15:38:21 +01:00
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use NameServerGroup.ProtoReflect.Descriptor instead.
func ( * NameServerGroup ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2024-09-08 12:06:14 +02:00
return file_management_proto_rawDescGZIP ( ) , [ ] int { 29 }
2022-11-07 15:38:21 +01:00
}
func ( x * NameServerGroup ) GetNameServers ( ) [ ] * NameServer {
if x != nil {
return x . NameServers
}
return nil
}
func ( x * NameServerGroup ) GetPrimary ( ) bool {
if x != nil {
return x . Primary
}
return false
}
func ( x * NameServerGroup ) GetDomains ( ) [ ] string {
if x != nil {
return x . Domains
}
return nil
}
2023-10-19 19:32:42 +02:00
func ( x * NameServerGroup ) GetSearchDomainsEnabled ( ) bool {
if x != nil {
return x . SearchDomainsEnabled
}
return false
}
2022-11-07 15:38:21 +01:00
// NameServer represents a dns.NameServer
type NameServer struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
IP string ` protobuf:"bytes,1,opt,name=IP,proto3" json:"IP,omitempty" `
NSType int64 ` protobuf:"varint,2,opt,name=NSType,proto3" json:"NSType,omitempty" `
Port int64 ` protobuf:"varint,3,opt,name=Port,proto3" json:"Port,omitempty" `
}
func ( x * NameServer ) Reset ( ) {
* x = NameServer { }
if protoimpl . UnsafeEnabled {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 30 ]
2022-11-07 15:38:21 +01:00
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * NameServer ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * NameServer ) ProtoMessage ( ) { }
func ( x * NameServer ) ProtoReflect ( ) protoreflect . Message {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 30 ]
2022-11-07 15:38:21 +01:00
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use NameServer.ProtoReflect.Descriptor instead.
func ( * NameServer ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2024-09-08 12:06:14 +02:00
return file_management_proto_rawDescGZIP ( ) , [ ] int { 30 }
2022-11-07 15:38:21 +01:00
}
func ( x * NameServer ) GetIP ( ) string {
if x != nil {
return x . IP
}
return ""
}
func ( x * NameServer ) GetNSType ( ) int64 {
if x != nil {
return x . NSType
}
return 0
}
func ( x * NameServer ) GetPort ( ) int64 {
if x != nil {
return x . Port
}
return 0
}
2023-05-29 16:00:18 +02:00
// FirewallRule represents a firewall rule
type FirewallRule struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
2024-10-02 13:41:00 +02:00
PeerIP string ` protobuf:"bytes,1,opt,name=PeerIP,proto3" json:"PeerIP,omitempty" `
Direction RuleDirection ` protobuf:"varint,2,opt,name=Direction,proto3,enum=management.RuleDirection" json:"Direction,omitempty" `
Action RuleAction ` protobuf:"varint,3,opt,name=Action,proto3,enum=management.RuleAction" json:"Action,omitempty" `
Protocol RuleProtocol ` protobuf:"varint,4,opt,name=Protocol,proto3,enum=management.RuleProtocol" json:"Protocol,omitempty" `
Port string ` protobuf:"bytes,5,opt,name=Port,proto3" json:"Port,omitempty" `
2023-05-29 16:00:18 +02:00
}
func ( x * FirewallRule ) Reset ( ) {
* x = FirewallRule { }
if protoimpl . UnsafeEnabled {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 31 ]
2023-05-29 16:00:18 +02:00
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * FirewallRule ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * FirewallRule ) ProtoMessage ( ) { }
func ( x * FirewallRule ) ProtoReflect ( ) protoreflect . Message {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 31 ]
2023-05-29 16:00:18 +02:00
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use FirewallRule.ProtoReflect.Descriptor instead.
func ( * FirewallRule ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2024-09-08 12:06:14 +02:00
return file_management_proto_rawDescGZIP ( ) , [ ] int { 31 }
2023-05-29 16:00:18 +02:00
}
func ( x * FirewallRule ) GetPeerIP ( ) string {
if x != nil {
return x . PeerIP
}
return ""
}
2024-10-02 13:41:00 +02:00
func ( x * FirewallRule ) GetDirection ( ) RuleDirection {
2023-05-29 16:00:18 +02:00
if x != nil {
return x . Direction
}
2024-10-02 13:41:00 +02:00
return RuleDirection_IN
2023-05-29 16:00:18 +02:00
}
2024-10-02 13:41:00 +02:00
func ( x * FirewallRule ) GetAction ( ) RuleAction {
2023-05-29 16:00:18 +02:00
if x != nil {
return x . Action
}
2024-10-02 13:41:00 +02:00
return RuleAction_ACCEPT
2023-05-29 16:00:18 +02:00
}
2024-10-02 13:41:00 +02:00
func ( x * FirewallRule ) GetProtocol ( ) RuleProtocol {
2023-05-29 16:00:18 +02:00
if x != nil {
return x . Protocol
}
2024-10-02 13:41:00 +02:00
return RuleProtocol_UNKNOWN
2023-05-29 16:00:18 +02:00
}
func ( x * FirewallRule ) GetPort ( ) string {
if x != nil {
return x . Port
}
return ""
}
2024-02-20 11:53:11 +01:00
type NetworkAddress struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
NetIP string ` protobuf:"bytes,1,opt,name=netIP,proto3" json:"netIP,omitempty" `
Mac string ` protobuf:"bytes,2,opt,name=mac,proto3" json:"mac,omitempty" `
}
func ( x * NetworkAddress ) Reset ( ) {
* x = NetworkAddress { }
if protoimpl . UnsafeEnabled {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 32 ]
2024-02-20 11:53:11 +01:00
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * NetworkAddress ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * NetworkAddress ) ProtoMessage ( ) { }
func ( x * NetworkAddress ) ProtoReflect ( ) protoreflect . Message {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 32 ]
2024-02-20 11:53:11 +01:00
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use NetworkAddress.ProtoReflect.Descriptor instead.
func ( * NetworkAddress ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2024-09-08 12:06:14 +02:00
return file_management_proto_rawDescGZIP ( ) , [ ] int { 32 }
2024-02-20 11:53:11 +01:00
}
func ( x * NetworkAddress ) GetNetIP ( ) string {
if x != nil {
return x . NetIP
}
return ""
}
func ( x * NetworkAddress ) GetMac ( ) string {
if x != nil {
return x . Mac
}
return ""
}
2024-06-13 13:24:24 +02:00
type Checks struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
Files [ ] string ` protobuf:"bytes,1,rep,name=Files,proto3" json:"Files,omitempty" `
}
func ( x * Checks ) Reset ( ) {
* x = Checks { }
if protoimpl . UnsafeEnabled {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 33 ]
2024-06-13 13:24:24 +02:00
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * Checks ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * Checks ) ProtoMessage ( ) { }
func ( x * Checks ) ProtoReflect ( ) protoreflect . Message {
2024-09-08 12:06:14 +02:00
mi := & file_management_proto_msgTypes [ 33 ]
2024-06-13 13:24:24 +02:00
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use Checks.ProtoReflect.Descriptor instead.
func ( * Checks ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2024-09-08 12:06:14 +02:00
return file_management_proto_rawDescGZIP ( ) , [ ] int { 33 }
2024-06-13 13:24:24 +02:00
}
func ( x * Checks ) GetFiles ( ) [ ] string {
if x != nil {
return x . Files
}
return nil
}
2024-10-02 13:41:00 +02:00
type PortInfo struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
// Types that are assignable to PortSelection:
//
// *PortInfo_Port
// *PortInfo_Range_
PortSelection isPortInfo_PortSelection ` protobuf_oneof:"portSelection" `
}
func ( x * PortInfo ) Reset ( ) {
* x = PortInfo { }
if protoimpl . UnsafeEnabled {
mi := & file_management_proto_msgTypes [ 34 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * PortInfo ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * PortInfo ) ProtoMessage ( ) { }
func ( x * PortInfo ) ProtoReflect ( ) protoreflect . Message {
mi := & file_management_proto_msgTypes [ 34 ]
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use PortInfo.ProtoReflect.Descriptor instead.
func ( * PortInfo ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_management_proto_rawDescGZIP ( ) , [ ] int { 34 }
}
func ( m * PortInfo ) GetPortSelection ( ) isPortInfo_PortSelection {
if m != nil {
return m . PortSelection
}
return nil
}
func ( x * PortInfo ) GetPort ( ) uint32 {
if x , ok := x . GetPortSelection ( ) . ( * PortInfo_Port ) ; ok {
return x . Port
}
return 0
}
func ( x * PortInfo ) GetRange ( ) * PortInfo_Range {
if x , ok := x . GetPortSelection ( ) . ( * PortInfo_Range_ ) ; ok {
return x . Range
}
return nil
}
type isPortInfo_PortSelection interface {
isPortInfo_PortSelection ( )
}
type PortInfo_Port struct {
Port uint32 ` protobuf:"varint,1,opt,name=port,proto3,oneof" `
}
type PortInfo_Range_ struct {
Range * PortInfo_Range ` protobuf:"bytes,2,opt,name=range,proto3,oneof" `
}
func ( * PortInfo_Port ) isPortInfo_PortSelection ( ) { }
func ( * PortInfo_Range_ ) isPortInfo_PortSelection ( ) { }
// RouteFirewallRule signifies a firewall rule applicable for a routed network.
type RouteFirewallRule struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
// sourceRanges IP ranges of the routing peers.
SourceRanges [ ] string ` protobuf:"bytes,1,rep,name=sourceRanges,proto3" json:"sourceRanges,omitempty" `
// Action to be taken by the firewall when the rule is applicable.
Action RuleAction ` protobuf:"varint,2,opt,name=action,proto3,enum=management.RuleAction" json:"action,omitempty" `
// Network prefix for the routed network.
Destination string ` protobuf:"bytes,3,opt,name=destination,proto3" json:"destination,omitempty" `
// Protocol of the routed network.
Protocol RuleProtocol ` protobuf:"varint,4,opt,name=protocol,proto3,enum=management.RuleProtocol" json:"protocol,omitempty" `
// Details about the port.
PortInfo * PortInfo ` protobuf:"bytes,5,opt,name=portInfo,proto3" json:"portInfo,omitempty" `
// IsDynamic indicates if the route is a DNS route.
IsDynamic bool ` protobuf:"varint,6,opt,name=isDynamic,proto3" json:"isDynamic,omitempty" `
}
func ( x * RouteFirewallRule ) Reset ( ) {
* x = RouteFirewallRule { }
if protoimpl . UnsafeEnabled {
mi := & file_management_proto_msgTypes [ 35 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * RouteFirewallRule ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * RouteFirewallRule ) ProtoMessage ( ) { }
func ( x * RouteFirewallRule ) ProtoReflect ( ) protoreflect . Message {
mi := & file_management_proto_msgTypes [ 35 ]
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use RouteFirewallRule.ProtoReflect.Descriptor instead.
func ( * RouteFirewallRule ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_management_proto_rawDescGZIP ( ) , [ ] int { 35 }
}
func ( x * RouteFirewallRule ) GetSourceRanges ( ) [ ] string {
if x != nil {
return x . SourceRanges
}
return nil
}
func ( x * RouteFirewallRule ) GetAction ( ) RuleAction {
if x != nil {
return x . Action
}
return RuleAction_ACCEPT
}
func ( x * RouteFirewallRule ) GetDestination ( ) string {
if x != nil {
return x . Destination
}
return ""
}
func ( x * RouteFirewallRule ) GetProtocol ( ) RuleProtocol {
if x != nil {
return x . Protocol
}
return RuleProtocol_UNKNOWN
}
func ( x * RouteFirewallRule ) GetPortInfo ( ) * PortInfo {
if x != nil {
return x . PortInfo
}
return nil
}
func ( x * RouteFirewallRule ) GetIsDynamic ( ) bool {
if x != nil {
return x . IsDynamic
}
return false
}
type PortInfo_Range struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
Start uint32 ` protobuf:"varint,1,opt,name=start,proto3" json:"start,omitempty" `
End uint32 ` protobuf:"varint,2,opt,name=end,proto3" json:"end,omitempty" `
}
func ( x * PortInfo_Range ) Reset ( ) {
* x = PortInfo_Range { }
if protoimpl . UnsafeEnabled {
mi := & file_management_proto_msgTypes [ 36 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * PortInfo_Range ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * PortInfo_Range ) ProtoMessage ( ) { }
func ( x * PortInfo_Range ) ProtoReflect ( ) protoreflect . Message {
mi := & file_management_proto_msgTypes [ 36 ]
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use PortInfo_Range.ProtoReflect.Descriptor instead.
func ( * PortInfo_Range ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_management_proto_rawDescGZIP ( ) , [ ] int { 34 , 0 }
}
func ( x * PortInfo_Range ) GetStart ( ) uint32 {
if x != nil {
return x . Start
}
return 0
}
func ( x * PortInfo_Range ) GetEnd ( ) uint32 {
if x != nil {
return x . End
}
return 0
}
2021-07-20 18:09:26 +02:00
var File_management_proto protoreflect . FileDescriptor
var file_management_proto_rawDesc = [ ] byte {
0x0a , 0x10 , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x70 , 0x72 , 0x6f ,
2021-07-22 10:28:00 +02:00
0x74 , 0x6f , 0x12 , 0x0a , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e , 0x74 , 0x1a , 0x1f ,
0x67 , 0x6f , 0x6f , 0x67 , 0x6c , 0x65 , 0x2f , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x62 , 0x75 , 0x66 , 0x2f ,
0x74 , 0x69 , 0x6d , 0x65 , 0x73 , 0x74 , 0x61 , 0x6d , 0x70 , 0x2e , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x22 ,
2022-01-16 17:10:36 +01:00
0x5c , 0x0a , 0x10 , 0x45 , 0x6e , 0x63 , 0x72 , 0x79 , 0x70 , 0x74 , 0x65 , 0x64 , 0x4d , 0x65 , 0x73 , 0x73 ,
2021-07-22 10:28:00 +02:00
0x61 , 0x67 , 0x65 , 0x12 , 0x1a , 0x0a , 0x08 , 0x77 , 0x67 , 0x50 , 0x75 , 0x62 , 0x4b , 0x65 , 0x79 , 0x18 ,
0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x08 , 0x77 , 0x67 , 0x50 , 0x75 , 0x62 , 0x4b , 0x65 , 0x79 , 0x12 ,
0x12 , 0x0a , 0x04 , 0x62 , 0x6f , 0x64 , 0x79 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x0c , 0x52 , 0x04 , 0x62 ,
2022-01-16 17:10:36 +01:00
0x6f , 0x64 , 0x79 , 0x12 , 0x18 , 0x0a , 0x07 , 0x76 , 0x65 , 0x72 , 0x73 , 0x69 , 0x6f , 0x6e , 0x18 , 0x03 ,
2024-06-13 13:24:24 +02:00
0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x07 , 0x76 , 0x65 , 0x72 , 0x73 , 0x69 , 0x6f , 0x6e , 0x22 , 0x3d , 0x0a ,
0x0b , 0x53 , 0x79 , 0x6e , 0x63 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x12 , 0x2e , 0x0a , 0x04 ,
0x6d , 0x65 , 0x74 , 0x61 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x1a , 0x2e , 0x6d , 0x61 , 0x6e ,
0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x50 , 0x65 , 0x65 , 0x72 , 0x53 , 0x79 , 0x73 , 0x74 ,
0x65 , 0x6d , 0x4d , 0x65 , 0x74 , 0x61 , 0x52 , 0x04 , 0x6d , 0x65 , 0x74 , 0x61 , 0x22 , 0xe7 , 0x02 , 0x0a ,
2022-01-16 17:10:36 +01:00
0x0c , 0x53 , 0x79 , 0x6e , 0x63 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x4b , 0x0a ,
0x11 , 0x77 , 0x69 , 0x72 , 0x65 , 0x74 , 0x72 , 0x75 , 0x73 , 0x74 , 0x65 , 0x65 , 0x43 , 0x6f , 0x6e , 0x66 ,
0x69 , 0x67 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x1d , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 ,
0x65 , 0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x57 , 0x69 , 0x72 , 0x65 , 0x74 , 0x72 , 0x75 , 0x73 , 0x74 , 0x65 ,
0x65 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x52 , 0x11 , 0x77 , 0x69 , 0x72 , 0x65 , 0x74 , 0x72 , 0x75 ,
0x73 , 0x74 , 0x65 , 0x65 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x12 , 0x36 , 0x0a , 0x0a , 0x70 , 0x65 ,
0x65 , 0x72 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x16 ,
0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x50 , 0x65 , 0x65 , 0x72 ,
0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x52 , 0x0a , 0x70 , 0x65 , 0x65 , 0x72 , 0x43 , 0x6f , 0x6e , 0x66 ,
0x69 , 0x67 , 0x12 , 0x3e , 0x0a , 0x0b , 0x72 , 0x65 , 0x6d , 0x6f , 0x74 , 0x65 , 0x50 , 0x65 , 0x65 , 0x72 ,
0x73 , 0x18 , 0x03 , 0x20 , 0x03 , 0x28 , 0x0b , 0x32 , 0x1c , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 ,
0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x52 , 0x65 , 0x6d , 0x6f , 0x74 , 0x65 , 0x50 , 0x65 , 0x65 , 0x72 , 0x43 ,
0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x52 , 0x0b , 0x72 , 0x65 , 0x6d , 0x6f , 0x74 , 0x65 , 0x50 , 0x65 , 0x65 ,
0x72 , 0x73 , 0x12 , 0x2e , 0x0a , 0x12 , 0x72 , 0x65 , 0x6d , 0x6f , 0x74 , 0x65 , 0x50 , 0x65 , 0x65 , 0x72 ,
0x73 , 0x49 , 0x73 , 0x45 , 0x6d , 0x70 , 0x74 , 0x79 , 0x18 , 0x04 , 0x20 , 0x01 , 0x28 , 0x08 , 0x52 , 0x12 ,
0x72 , 0x65 , 0x6d , 0x6f , 0x74 , 0x65 , 0x50 , 0x65 , 0x65 , 0x72 , 0x73 , 0x49 , 0x73 , 0x45 , 0x6d , 0x70 ,
0x74 , 0x79 , 0x12 , 0x36 , 0x0a , 0x0a , 0x4e , 0x65 , 0x74 , 0x77 , 0x6f , 0x72 , 0x6b , 0x4d , 0x61 , 0x70 ,
0x18 , 0x05 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x16 , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d ,
0x65 , 0x6e , 0x74 , 0x2e , 0x4e , 0x65 , 0x74 , 0x77 , 0x6f , 0x72 , 0x6b , 0x4d , 0x61 , 0x70 , 0x52 , 0x0a ,
2024-06-13 13:24:24 +02:00
0x4e , 0x65 , 0x74 , 0x77 , 0x6f , 0x72 , 0x6b , 0x4d , 0x61 , 0x70 , 0x12 , 0x2a , 0x0a , 0x06 , 0x43 , 0x68 ,
0x65 , 0x63 , 0x6b , 0x73 , 0x18 , 0x06 , 0x20 , 0x03 , 0x28 , 0x0b , 0x32 , 0x12 , 0x2e , 0x6d , 0x61 , 0x6e ,
0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x43 , 0x68 , 0x65 , 0x63 , 0x6b , 0x73 , 0x52 , 0x06 ,
0x43 , 0x68 , 0x65 , 0x63 , 0x6b , 0x73 , 0x22 , 0x41 , 0x0a , 0x0f , 0x53 , 0x79 , 0x6e , 0x63 , 0x4d , 0x65 ,
0x74 , 0x61 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x12 , 0x2e , 0x0a , 0x04 , 0x6d , 0x65 , 0x74 ,
0x61 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x1a , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 ,
0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x50 , 0x65 , 0x65 , 0x72 , 0x53 , 0x79 , 0x73 , 0x74 , 0x65 , 0x6d , 0x4d ,
0x65 , 0x74 , 0x61 , 0x52 , 0x04 , 0x6d , 0x65 , 0x74 , 0x61 , 0x22 , 0xa8 , 0x01 , 0x0a , 0x0c , 0x4c , 0x6f ,
0x67 , 0x69 , 0x6e , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x12 , 0x1a , 0x0a , 0x08 , 0x73 , 0x65 ,
0x74 , 0x75 , 0x70 , 0x4b , 0x65 , 0x79 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x08 , 0x73 , 0x65 ,
0x74 , 0x75 , 0x70 , 0x4b , 0x65 , 0x79 , 0x12 , 0x2e , 0x0a , 0x04 , 0x6d , 0x65 , 0x74 , 0x61 , 0x18 , 0x02 ,
0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x1a , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e ,
0x74 , 0x2e , 0x50 , 0x65 , 0x65 , 0x72 , 0x53 , 0x79 , 0x73 , 0x74 , 0x65 , 0x6d , 0x4d , 0x65 , 0x74 , 0x61 ,
0x52 , 0x04 , 0x6d , 0x65 , 0x74 , 0x61 , 0x12 , 0x1a , 0x0a , 0x08 , 0x6a , 0x77 , 0x74 , 0x54 , 0x6f , 0x6b ,
0x65 , 0x6e , 0x18 , 0x03 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x08 , 0x6a , 0x77 , 0x74 , 0x54 , 0x6f , 0x6b ,
0x65 , 0x6e , 0x12 , 0x30 , 0x0a , 0x08 , 0x70 , 0x65 , 0x65 , 0x72 , 0x4b , 0x65 , 0x79 , 0x73 , 0x18 , 0x04 ,
0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x14 , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e ,
0x74 , 0x2e , 0x50 , 0x65 , 0x65 , 0x72 , 0x4b , 0x65 , 0x79 , 0x73 , 0x52 , 0x08 , 0x70 , 0x65 , 0x65 , 0x72 ,
0x4b , 0x65 , 0x79 , 0x73 , 0x22 , 0x44 , 0x0a , 0x08 , 0x50 , 0x65 , 0x65 , 0x72 , 0x4b , 0x65 , 0x79 , 0x73 ,
0x12 , 0x1c , 0x0a , 0x09 , 0x73 , 0x73 , 0x68 , 0x50 , 0x75 , 0x62 , 0x4b , 0x65 , 0x79 , 0x18 , 0x01 , 0x20 ,
0x01 , 0x28 , 0x0c , 0x52 , 0x09 , 0x73 , 0x73 , 0x68 , 0x50 , 0x75 , 0x62 , 0x4b , 0x65 , 0x79 , 0x12 , 0x1a ,
0x0a , 0x08 , 0x77 , 0x67 , 0x50 , 0x75 , 0x62 , 0x4b , 0x65 , 0x79 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x0c ,
0x52 , 0x08 , 0x77 , 0x67 , 0x50 , 0x75 , 0x62 , 0x4b , 0x65 , 0x79 , 0x22 , 0x3f , 0x0a , 0x0b , 0x45 , 0x6e ,
0x76 , 0x69 , 0x72 , 0x6f , 0x6e , 0x6d , 0x65 , 0x6e , 0x74 , 0x12 , 0x14 , 0x0a , 0x05 , 0x63 , 0x6c , 0x6f ,
0x75 , 0x64 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x05 , 0x63 , 0x6c , 0x6f , 0x75 , 0x64 , 0x12 ,
0x1a , 0x0a , 0x08 , 0x70 , 0x6c , 0x61 , 0x74 , 0x66 , 0x6f , 0x72 , 0x6d , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 ,
0x09 , 0x52 , 0x08 , 0x70 , 0x6c , 0x61 , 0x74 , 0x66 , 0x6f , 0x72 , 0x6d , 0x22 , 0x5c , 0x0a , 0x04 , 0x46 ,
0x69 , 0x6c , 0x65 , 0x12 , 0x12 , 0x0a , 0x04 , 0x70 , 0x61 , 0x74 , 0x68 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 ,
0x09 , 0x52 , 0x04 , 0x70 , 0x61 , 0x74 , 0x68 , 0x12 , 0x14 , 0x0a , 0x05 , 0x65 , 0x78 , 0x69 , 0x73 , 0x74 ,
0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x08 , 0x52 , 0x05 , 0x65 , 0x78 , 0x69 , 0x73 , 0x74 , 0x12 , 0x2a , 0x0a ,
0x10 , 0x70 , 0x72 , 0x6f , 0x63 , 0x65 , 0x73 , 0x73 , 0x49 , 0x73 , 0x52 , 0x75 , 0x6e , 0x6e , 0x69 , 0x6e ,
0x67 , 0x18 , 0x03 , 0x20 , 0x01 , 0x28 , 0x08 , 0x52 , 0x10 , 0x70 , 0x72 , 0x6f , 0x63 , 0x65 , 0x73 , 0x73 ,
0x49 , 0x73 , 0x52 , 0x75 , 0x6e , 0x6e , 0x69 , 0x6e , 0x67 , 0x22 , 0xd1 , 0x04 , 0x0a , 0x0e , 0x50 , 0x65 ,
0x65 , 0x72 , 0x53 , 0x79 , 0x73 , 0x74 , 0x65 , 0x6d , 0x4d , 0x65 , 0x74 , 0x61 , 0x12 , 0x1a , 0x0a , 0x08 ,
0x68 , 0x6f , 0x73 , 0x74 , 0x6e , 0x61 , 0x6d , 0x65 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x08 ,
0x68 , 0x6f , 0x73 , 0x74 , 0x6e , 0x61 , 0x6d , 0x65 , 0x12 , 0x12 , 0x0a , 0x04 , 0x67 , 0x6f , 0x4f , 0x53 ,
0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x04 , 0x67 , 0x6f , 0x4f , 0x53 , 0x12 , 0x16 , 0x0a , 0x06 ,
0x6b , 0x65 , 0x72 , 0x6e , 0x65 , 0x6c , 0x18 , 0x03 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x06 , 0x6b , 0x65 ,
0x72 , 0x6e , 0x65 , 0x6c , 0x12 , 0x12 , 0x0a , 0x04 , 0x63 , 0x6f , 0x72 , 0x65 , 0x18 , 0x04 , 0x20 , 0x01 ,
0x28 , 0x09 , 0x52 , 0x04 , 0x63 , 0x6f , 0x72 , 0x65 , 0x12 , 0x1a , 0x0a , 0x08 , 0x70 , 0x6c , 0x61 , 0x74 ,
0x66 , 0x6f , 0x72 , 0x6d , 0x18 , 0x05 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x08 , 0x70 , 0x6c , 0x61 , 0x74 ,
0x66 , 0x6f , 0x72 , 0x6d , 0x12 , 0x0e , 0x0a , 0x02 , 0x4f , 0x53 , 0x18 , 0x06 , 0x20 , 0x01 , 0x28 , 0x09 ,
0x52 , 0x02 , 0x4f , 0x53 , 0x12 , 0x2e , 0x0a , 0x12 , 0x77 , 0x69 , 0x72 , 0x65 , 0x74 , 0x72 , 0x75 , 0x73 ,
0x74 , 0x65 , 0x65 , 0x56 , 0x65 , 0x72 , 0x73 , 0x69 , 0x6f , 0x6e , 0x18 , 0x07 , 0x20 , 0x01 , 0x28 , 0x09 ,
0x52 , 0x12 , 0x77 , 0x69 , 0x72 , 0x65 , 0x74 , 0x72 , 0x75 , 0x73 , 0x74 , 0x65 , 0x65 , 0x56 , 0x65 , 0x72 ,
0x73 , 0x69 , 0x6f , 0x6e , 0x12 , 0x1c , 0x0a , 0x09 , 0x75 , 0x69 , 0x56 , 0x65 , 0x72 , 0x73 , 0x69 , 0x6f ,
0x6e , 0x18 , 0x08 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x09 , 0x75 , 0x69 , 0x56 , 0x65 , 0x72 , 0x73 , 0x69 ,
0x6f , 0x6e , 0x12 , 0x24 , 0x0a , 0x0d , 0x6b , 0x65 , 0x72 , 0x6e , 0x65 , 0x6c , 0x56 , 0x65 , 0x72 , 0x73 ,
0x69 , 0x6f , 0x6e , 0x18 , 0x09 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x0d , 0x6b , 0x65 , 0x72 , 0x6e , 0x65 ,
0x6c , 0x56 , 0x65 , 0x72 , 0x73 , 0x69 , 0x6f , 0x6e , 0x12 , 0x1c , 0x0a , 0x09 , 0x4f , 0x53 , 0x56 , 0x65 ,
0x72 , 0x73 , 0x69 , 0x6f , 0x6e , 0x18 , 0x0a , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x09 , 0x4f , 0x53 , 0x56 ,
0x65 , 0x72 , 0x73 , 0x69 , 0x6f , 0x6e , 0x12 , 0x46 , 0x0a , 0x10 , 0x6e , 0x65 , 0x74 , 0x77 , 0x6f , 0x72 ,
0x6b , 0x41 , 0x64 , 0x64 , 0x72 , 0x65 , 0x73 , 0x73 , 0x65 , 0x73 , 0x18 , 0x0b , 0x20 , 0x03 , 0x28 , 0x0b ,
0x32 , 0x1a , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x4e , 0x65 ,
0x74 , 0x77 , 0x6f , 0x72 , 0x6b , 0x41 , 0x64 , 0x64 , 0x72 , 0x65 , 0x73 , 0x73 , 0x52 , 0x10 , 0x6e , 0x65 ,
0x74 , 0x77 , 0x6f , 0x72 , 0x6b , 0x41 , 0x64 , 0x64 , 0x72 , 0x65 , 0x73 , 0x73 , 0x65 , 0x73 , 0x12 , 0x28 ,
0x0a , 0x0f , 0x73 , 0x79 , 0x73 , 0x53 , 0x65 , 0x72 , 0x69 , 0x61 , 0x6c , 0x4e , 0x75 , 0x6d , 0x62 , 0x65 ,
0x72 , 0x18 , 0x0c , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x0f , 0x73 , 0x79 , 0x73 , 0x53 , 0x65 , 0x72 , 0x69 ,
0x61 , 0x6c , 0x4e , 0x75 , 0x6d , 0x62 , 0x65 , 0x72 , 0x12 , 0x26 , 0x0a , 0x0e , 0x73 , 0x79 , 0x73 , 0x50 ,
0x72 , 0x6f , 0x64 , 0x75 , 0x63 , 0x74 , 0x4e , 0x61 , 0x6d , 0x65 , 0x18 , 0x0d , 0x20 , 0x01 , 0x28 , 0x09 ,
0x52 , 0x0e , 0x73 , 0x79 , 0x73 , 0x50 , 0x72 , 0x6f , 0x64 , 0x75 , 0x63 , 0x74 , 0x4e , 0x61 , 0x6d , 0x65 ,
0x12 , 0x28 , 0x0a , 0x0f , 0x73 , 0x79 , 0x73 , 0x4d , 0x61 , 0x6e , 0x75 , 0x66 , 0x61 , 0x63 , 0x74 , 0x75 ,
0x72 , 0x65 , 0x72 , 0x18 , 0x0e , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x0f , 0x73 , 0x79 , 0x73 , 0x4d , 0x61 ,
0x6e , 0x75 , 0x66 , 0x61 , 0x63 , 0x74 , 0x75 , 0x72 , 0x65 , 0x72 , 0x12 , 0x39 , 0x0a , 0x0b , 0x65 , 0x6e ,
0x76 , 0x69 , 0x72 , 0x6f , 0x6e , 0x6d , 0x65 , 0x6e , 0x74 , 0x18 , 0x0f , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 ,
0x17 , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x45 , 0x6e , 0x76 ,
0x69 , 0x72 , 0x6f , 0x6e , 0x6d , 0x65 , 0x6e , 0x74 , 0x52 , 0x0b , 0x65 , 0x6e , 0x76 , 0x69 , 0x72 , 0x6f ,
0x6e , 0x6d , 0x65 , 0x6e , 0x74 , 0x12 , 0x26 , 0x0a , 0x05 , 0x66 , 0x69 , 0x6c , 0x65 , 0x73 , 0x18 , 0x10 ,
0x20 , 0x03 , 0x28 , 0x0b , 0x32 , 0x10 , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e ,
0x74 , 0x2e , 0x46 , 0x69 , 0x6c , 0x65 , 0x52 , 0x05 , 0x66 , 0x69 , 0x6c , 0x65 , 0x73 , 0x22 , 0xc0 , 0x01 ,
0x0a , 0x0d , 0x4c , 0x6f , 0x67 , 0x69 , 0x6e , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 ,
0x4b , 0x0a , 0x11 , 0x77 , 0x69 , 0x72 , 0x65 , 0x74 , 0x72 , 0x75 , 0x73 , 0x74 , 0x65 , 0x65 , 0x43 , 0x6f ,
0x6e , 0x66 , 0x69 , 0x67 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x1d , 0x2e , 0x6d , 0x61 , 0x6e ,
0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x57 , 0x69 , 0x72 , 0x65 , 0x74 , 0x72 , 0x75 , 0x73 ,
0x74 , 0x65 , 0x65 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x52 , 0x11 , 0x77 , 0x69 , 0x72 , 0x65 , 0x74 ,
0x72 , 0x75 , 0x73 , 0x74 , 0x65 , 0x65 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x12 , 0x36 , 0x0a , 0x0a ,
0x70 , 0x65 , 0x65 , 0x72 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x0b ,
0x32 , 0x16 , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x50 , 0x65 ,
0x65 , 0x72 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x52 , 0x0a , 0x70 , 0x65 , 0x65 , 0x72 , 0x43 , 0x6f ,
0x6e , 0x66 , 0x69 , 0x67 , 0x12 , 0x2a , 0x0a , 0x06 , 0x43 , 0x68 , 0x65 , 0x63 , 0x6b , 0x73 , 0x18 , 0x03 ,
0x20 , 0x03 , 0x28 , 0x0b , 0x32 , 0x12 , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e ,
0x74 , 0x2e , 0x43 , 0x68 , 0x65 , 0x63 , 0x6b , 0x73 , 0x52 , 0x06 , 0x43 , 0x68 , 0x65 , 0x63 , 0x6b , 0x73 ,
0x22 , 0x79 , 0x0a , 0x11 , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x4b , 0x65 , 0x79 , 0x52 , 0x65 , 0x73 ,
0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x10 , 0x0a , 0x03 , 0x6b , 0x65 , 0x79 , 0x18 , 0x01 , 0x20 , 0x01 ,
0x28 , 0x09 , 0x52 , 0x03 , 0x6b , 0x65 , 0x79 , 0x12 , 0x38 , 0x0a , 0x09 , 0x65 , 0x78 , 0x70 , 0x69 , 0x72 ,
0x65 , 0x73 , 0x41 , 0x74 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x1a , 0x2e , 0x67 , 0x6f , 0x6f ,
0x67 , 0x6c , 0x65 , 0x2e , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x62 , 0x75 , 0x66 , 0x2e , 0x54 , 0x69 , 0x6d ,
0x65 , 0x73 , 0x74 , 0x61 , 0x6d , 0x70 , 0x52 , 0x09 , 0x65 , 0x78 , 0x70 , 0x69 , 0x72 , 0x65 , 0x73 , 0x41 ,
0x74 , 0x12 , 0x18 , 0x0a , 0x07 , 0x76 , 0x65 , 0x72 , 0x73 , 0x69 , 0x6f , 0x6e , 0x18 , 0x03 , 0x20 , 0x01 ,
0x28 , 0x05 , 0x52 , 0x07 , 0x76 , 0x65 , 0x72 , 0x73 , 0x69 , 0x6f , 0x6e , 0x22 , 0x07 , 0x0a , 0x05 , 0x45 ,
2024-09-08 12:06:14 +02:00
0x6d , 0x70 , 0x74 , 0x79 , 0x22 , 0xd7 , 0x01 , 0x0a , 0x11 , 0x57 , 0x69 , 0x72 , 0x65 , 0x74 , 0x72 , 0x75 ,
2024-06-13 13:24:24 +02:00
0x73 , 0x74 , 0x65 , 0x65 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x12 , 0x2c , 0x0a , 0x05 , 0x73 , 0x74 ,
0x75 , 0x6e , 0x73 , 0x18 , 0x01 , 0x20 , 0x03 , 0x28 , 0x0b , 0x32 , 0x16 , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 ,
0x67 , 0x65 , 0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x48 , 0x6f , 0x73 , 0x74 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 ,
0x67 , 0x52 , 0x05 , 0x73 , 0x74 , 0x75 , 0x6e , 0x73 , 0x12 , 0x35 , 0x0a , 0x05 , 0x74 , 0x75 , 0x72 , 0x6e ,
0x73 , 0x18 , 0x02 , 0x20 , 0x03 , 0x28 , 0x0b , 0x32 , 0x1f , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 ,
0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x50 , 0x72 , 0x6f , 0x74 , 0x65 , 0x63 , 0x74 , 0x65 , 0x64 , 0x48 , 0x6f ,
0x73 , 0x74 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x52 , 0x05 , 0x74 , 0x75 , 0x72 , 0x6e , 0x73 , 0x12 ,
0x2e , 0x0a , 0x06 , 0x73 , 0x69 , 0x67 , 0x6e , 0x61 , 0x6c , 0x18 , 0x03 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 ,
0x16 , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x48 , 0x6f , 0x73 ,
2024-09-08 12:06:14 +02:00
0x74 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x52 , 0x06 , 0x73 , 0x69 , 0x67 , 0x6e , 0x61 , 0x6c , 0x12 ,
0x2d , 0x0a , 0x05 , 0x72 , 0x65 , 0x6c , 0x61 , 0x79 , 0x18 , 0x04 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x17 ,
0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x52 , 0x65 , 0x6c , 0x61 ,
0x79 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x52 , 0x05 , 0x72 , 0x65 , 0x6c , 0x61 , 0x79 , 0x22 , 0x98 ,
0x01 , 0x0a , 0x0a , 0x48 , 0x6f , 0x73 , 0x74 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x12 , 0x10 , 0x0a ,
0x03 , 0x75 , 0x72 , 0x69 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x03 , 0x75 , 0x72 , 0x69 , 0x12 ,
0x3b , 0x0a , 0x08 , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x63 , 0x6f , 0x6c , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 ,
0x0e , 0x32 , 0x1f , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x48 ,
0x6f , 0x73 , 0x74 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x2e , 0x50 , 0x72 , 0x6f , 0x74 , 0x6f , 0x63 ,
0x6f , 0x6c , 0x52 , 0x08 , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x63 , 0x6f , 0x6c , 0x22 , 0x3b , 0x0a , 0x08 ,
0x50 , 0x72 , 0x6f , 0x74 , 0x6f , 0x63 , 0x6f , 0x6c , 0x12 , 0x07 , 0x0a , 0x03 , 0x55 , 0x44 , 0x50 , 0x10 ,
0x00 , 0x12 , 0x07 , 0x0a , 0x03 , 0x54 , 0x43 , 0x50 , 0x10 , 0x01 , 0x12 , 0x08 , 0x0a , 0x04 , 0x48 , 0x54 ,
0x54 , 0x50 , 0x10 , 0x02 , 0x12 , 0x09 , 0x0a , 0x05 , 0x48 , 0x54 , 0x54 , 0x50 , 0x53 , 0x10 , 0x03 , 0x12 ,
0x08 , 0x0a , 0x04 , 0x44 , 0x54 , 0x4c , 0x53 , 0x10 , 0x04 , 0x22 , 0x6d , 0x0a , 0x0b , 0x52 , 0x65 , 0x6c ,
0x61 , 0x79 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x12 , 0x12 , 0x0a , 0x04 , 0x75 , 0x72 , 0x6c , 0x73 ,
0x18 , 0x01 , 0x20 , 0x03 , 0x28 , 0x09 , 0x52 , 0x04 , 0x75 , 0x72 , 0x6c , 0x73 , 0x12 , 0x22 , 0x0a , 0x0c ,
0x74 , 0x6f , 0x6b , 0x65 , 0x6e , 0x50 , 0x61 , 0x79 , 0x6c , 0x6f , 0x61 , 0x64 , 0x18 , 0x02 , 0x20 , 0x01 ,
0x28 , 0x09 , 0x52 , 0x0c , 0x74 , 0x6f , 0x6b , 0x65 , 0x6e , 0x50 , 0x61 , 0x79 , 0x6c , 0x6f , 0x61 , 0x64 ,
0x12 , 0x26 , 0x0a , 0x0e , 0x74 , 0x6f , 0x6b , 0x65 , 0x6e , 0x53 , 0x69 , 0x67 , 0x6e , 0x61 , 0x74 , 0x75 ,
0x72 , 0x65 , 0x18 , 0x03 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x0e , 0x74 , 0x6f , 0x6b , 0x65 , 0x6e , 0x53 ,
0x69 , 0x67 , 0x6e , 0x61 , 0x74 , 0x75 , 0x72 , 0x65 , 0x22 , 0x7d , 0x0a , 0x13 , 0x50 , 0x72 , 0x6f , 0x74 ,
0x65 , 0x63 , 0x74 , 0x65 , 0x64 , 0x48 , 0x6f , 0x73 , 0x74 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x12 ,
0x36 , 0x0a , 0x0a , 0x68 , 0x6f , 0x73 , 0x74 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x18 , 0x01 , 0x20 ,
0x01 , 0x28 , 0x0b , 0x32 , 0x16 , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e , 0x74 ,
0x2e , 0x48 , 0x6f , 0x73 , 0x74 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x52 , 0x0a , 0x68 , 0x6f , 0x73 ,
0x74 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x12 , 0x12 , 0x0a , 0x04 , 0x75 , 0x73 , 0x65 , 0x72 , 0x18 ,
0x02 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x04 , 0x75 , 0x73 , 0x65 , 0x72 , 0x12 , 0x1a , 0x0a , 0x08 , 0x70 ,
0x61 , 0x73 , 0x73 , 0x77 , 0x6f , 0x72 , 0x64 , 0x18 , 0x03 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x08 , 0x70 ,
0x61 , 0x73 , 0x73 , 0x77 , 0x6f , 0x72 , 0x64 , 0x22 , 0x81 , 0x01 , 0x0a , 0x0a , 0x50 , 0x65 , 0x65 , 0x72 ,
0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x12 , 0x18 , 0x0a , 0x07 , 0x61 , 0x64 , 0x64 , 0x72 , 0x65 , 0x73 ,
0x73 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x07 , 0x61 , 0x64 , 0x64 , 0x72 , 0x65 , 0x73 , 0x73 ,
0x12 , 0x10 , 0x0a , 0x03 , 0x64 , 0x6e , 0x73 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x03 , 0x64 ,
0x6e , 0x73 , 0x12 , 0x33 , 0x0a , 0x09 , 0x73 , 0x73 , 0x68 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x18 ,
0x03 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x15 , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d , 0x65 ,
0x6e , 0x74 , 0x2e , 0x53 , 0x53 , 0x48 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x52 , 0x09 , 0x73 , 0x73 ,
0x68 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x12 , 0x12 , 0x0a , 0x04 , 0x66 , 0x71 , 0x64 , 0x6e , 0x18 ,
2024-10-02 13:41:00 +02:00
0x04 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x04 , 0x66 , 0x71 , 0x64 , 0x6e , 0x22 , 0xf3 , 0x04 , 0x0a , 0x0a ,
2024-09-08 12:06:14 +02:00
0x4e , 0x65 , 0x74 , 0x77 , 0x6f , 0x72 , 0x6b , 0x4d , 0x61 , 0x70 , 0x12 , 0x16 , 0x0a , 0x06 , 0x53 , 0x65 ,
0x72 , 0x69 , 0x61 , 0x6c , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x04 , 0x52 , 0x06 , 0x53 , 0x65 , 0x72 , 0x69 ,
0x61 , 0x6c , 0x12 , 0x36 , 0x0a , 0x0a , 0x70 , 0x65 , 0x65 , 0x72 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 ,
0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x16 , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d ,
0x65 , 0x6e , 0x74 , 0x2e , 0x50 , 0x65 , 0x65 , 0x72 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x52 , 0x0a ,
0x70 , 0x65 , 0x65 , 0x72 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x12 , 0x3e , 0x0a , 0x0b , 0x72 , 0x65 ,
0x6d , 0x6f , 0x74 , 0x65 , 0x50 , 0x65 , 0x65 , 0x72 , 0x73 , 0x18 , 0x03 , 0x20 , 0x03 , 0x28 , 0x0b , 0x32 ,
0x1c , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x52 , 0x65 , 0x6d ,
0x6f , 0x74 , 0x65 , 0x50 , 0x65 , 0x65 , 0x72 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x52 , 0x0b , 0x72 ,
0x65 , 0x6d , 0x6f , 0x74 , 0x65 , 0x50 , 0x65 , 0x65 , 0x72 , 0x73 , 0x12 , 0x2e , 0x0a , 0x12 , 0x72 , 0x65 ,
0x6d , 0x6f , 0x74 , 0x65 , 0x50 , 0x65 , 0x65 , 0x72 , 0x73 , 0x49 , 0x73 , 0x45 , 0x6d , 0x70 , 0x74 , 0x79 ,
0x18 , 0x04 , 0x20 , 0x01 , 0x28 , 0x08 , 0x52 , 0x12 , 0x72 , 0x65 , 0x6d , 0x6f , 0x74 , 0x65 , 0x50 , 0x65 ,
0x65 , 0x72 , 0x73 , 0x49 , 0x73 , 0x45 , 0x6d , 0x70 , 0x74 , 0x79 , 0x12 , 0x29 , 0x0a , 0x06 , 0x52 , 0x6f ,
0x75 , 0x74 , 0x65 , 0x73 , 0x18 , 0x05 , 0x20 , 0x03 , 0x28 , 0x0b , 0x32 , 0x11 , 0x2e , 0x6d , 0x61 , 0x6e ,
0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x52 , 0x6f , 0x75 , 0x74 , 0x65 , 0x52 , 0x06 , 0x52 ,
0x6f , 0x75 , 0x74 , 0x65 , 0x73 , 0x12 , 0x33 , 0x0a , 0x09 , 0x44 , 0x4e , 0x53 , 0x43 , 0x6f , 0x6e , 0x66 ,
0x69 , 0x67 , 0x18 , 0x06 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x15 , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 ,
0x65 , 0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x44 , 0x4e , 0x53 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x52 ,
0x09 , 0x44 , 0x4e , 0x53 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x12 , 0x40 , 0x0a , 0x0c , 0x6f , 0x66 ,
0x66 , 0x6c , 0x69 , 0x6e , 0x65 , 0x50 , 0x65 , 0x65 , 0x72 , 0x73 , 0x18 , 0x07 , 0x20 , 0x03 , 0x28 , 0x0b ,
0x32 , 0x1c , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x52 , 0x65 ,
0x6d , 0x6f , 0x74 , 0x65 , 0x50 , 0x65 , 0x65 , 0x72 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x52 , 0x0c ,
0x6f , 0x66 , 0x66 , 0x6c , 0x69 , 0x6e , 0x65 , 0x50 , 0x65 , 0x65 , 0x72 , 0x73 , 0x12 , 0x3e , 0x0a , 0x0d ,
0x46 , 0x69 , 0x72 , 0x65 , 0x77 , 0x61 , 0x6c , 0x6c , 0x52 , 0x75 , 0x6c , 0x65 , 0x73 , 0x18 , 0x08 , 0x20 ,
2024-06-13 13:24:24 +02:00
0x03 , 0x28 , 0x0b , 0x32 , 0x18 , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e , 0x74 ,
2024-09-08 12:06:14 +02:00
0x2e , 0x46 , 0x69 , 0x72 , 0x65 , 0x77 , 0x61 , 0x6c , 0x6c , 0x52 , 0x75 , 0x6c , 0x65 , 0x52 , 0x0d , 0x46 ,
0x69 , 0x72 , 0x65 , 0x77 , 0x61 , 0x6c , 0x6c , 0x52 , 0x75 , 0x6c , 0x65 , 0x73 , 0x12 , 0x32 , 0x0a , 0x14 ,
0x66 , 0x69 , 0x72 , 0x65 , 0x77 , 0x61 , 0x6c , 0x6c , 0x52 , 0x75 , 0x6c , 0x65 , 0x73 , 0x49 , 0x73 , 0x45 ,
0x6d , 0x70 , 0x74 , 0x79 , 0x18 , 0x09 , 0x20 , 0x01 , 0x28 , 0x08 , 0x52 , 0x14 , 0x66 , 0x69 , 0x72 , 0x65 ,
0x77 , 0x61 , 0x6c , 0x6c , 0x52 , 0x75 , 0x6c , 0x65 , 0x73 , 0x49 , 0x73 , 0x45 , 0x6d , 0x70 , 0x74 , 0x79 ,
2024-10-02 13:41:00 +02:00
0x12 , 0x4f , 0x0a , 0x13 , 0x72 , 0x6f , 0x75 , 0x74 , 0x65 , 0x73 , 0x46 , 0x69 , 0x72 , 0x65 , 0x77 , 0x61 ,
0x6c , 0x6c , 0x52 , 0x75 , 0x6c , 0x65 , 0x73 , 0x18 , 0x0a , 0x20 , 0x03 , 0x28 , 0x0b , 0x32 , 0x1d , 0x2e ,
0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x52 , 0x6f , 0x75 , 0x74 , 0x65 ,
0x46 , 0x69 , 0x72 , 0x65 , 0x77 , 0x61 , 0x6c , 0x6c , 0x52 , 0x75 , 0x6c , 0x65 , 0x52 , 0x13 , 0x72 , 0x6f ,
0x75 , 0x74 , 0x65 , 0x73 , 0x46 , 0x69 , 0x72 , 0x65 , 0x77 , 0x61 , 0x6c , 0x6c , 0x52 , 0x75 , 0x6c , 0x65 ,
0x73 , 0x12 , 0x3e , 0x0a , 0x1a , 0x72 , 0x6f , 0x75 , 0x74 , 0x65 , 0x73 , 0x46 , 0x69 , 0x72 , 0x65 , 0x77 ,
0x61 , 0x6c , 0x6c , 0x52 , 0x75 , 0x6c , 0x65 , 0x73 , 0x49 , 0x73 , 0x45 , 0x6d , 0x70 , 0x74 , 0x79 , 0x18 ,
0x0b , 0x20 , 0x01 , 0x28 , 0x08 , 0x52 , 0x1a , 0x72 , 0x6f , 0x75 , 0x74 , 0x65 , 0x73 , 0x46 , 0x69 , 0x72 ,
0x65 , 0x77 , 0x61 , 0x6c , 0x6c , 0x52 , 0x75 , 0x6c , 0x65 , 0x73 , 0x49 , 0x73 , 0x45 , 0x6d , 0x70 , 0x74 ,
0x79 , 0x22 , 0x97 , 0x01 , 0x0a , 0x10 , 0x52 , 0x65 , 0x6d , 0x6f , 0x74 , 0x65 , 0x50 , 0x65 , 0x65 , 0x72 ,
0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x12 , 0x1a , 0x0a , 0x08 , 0x77 , 0x67 , 0x50 , 0x75 , 0x62 , 0x4b ,
0x65 , 0x79 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x08 , 0x77 , 0x67 , 0x50 , 0x75 , 0x62 , 0x4b ,
0x65 , 0x79 , 0x12 , 0x1e , 0x0a , 0x0a , 0x61 , 0x6c , 0x6c , 0x6f , 0x77 , 0x65 , 0x64 , 0x49 , 0x70 , 0x73 ,
0x18 , 0x02 , 0x20 , 0x03 , 0x28 , 0x09 , 0x52 , 0x0a , 0x61 , 0x6c , 0x6c , 0x6f , 0x77 , 0x65 , 0x64 , 0x49 ,
0x70 , 0x73 , 0x12 , 0x33 , 0x0a , 0x09 , 0x73 , 0x73 , 0x68 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x18 ,
0x03 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x15 , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d , 0x65 ,
0x6e , 0x74 , 0x2e , 0x53 , 0x53 , 0x48 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x52 , 0x09 , 0x73 , 0x73 ,
0x68 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x12 , 0x12 , 0x0a , 0x04 , 0x66 , 0x71 , 0x64 , 0x6e , 0x18 ,
0x04 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x04 , 0x66 , 0x71 , 0x64 , 0x6e , 0x22 , 0x49 , 0x0a , 0x09 , 0x53 ,
0x53 , 0x48 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x12 , 0x1e , 0x0a , 0x0a , 0x73 , 0x73 , 0x68 , 0x45 ,
0x6e , 0x61 , 0x62 , 0x6c , 0x65 , 0x64 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x08 , 0x52 , 0x0a , 0x73 , 0x73 ,
0x68 , 0x45 , 0x6e , 0x61 , 0x62 , 0x6c , 0x65 , 0x64 , 0x12 , 0x1c , 0x0a , 0x09 , 0x73 , 0x73 , 0x68 , 0x50 ,
0x75 , 0x62 , 0x4b , 0x65 , 0x79 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x0c , 0x52 , 0x09 , 0x73 , 0x73 , 0x68 ,
0x50 , 0x75 , 0x62 , 0x4b , 0x65 , 0x79 , 0x22 , 0x20 , 0x0a , 0x1e , 0x44 , 0x65 , 0x76 , 0x69 , 0x63 , 0x65 ,
0x41 , 0x75 , 0x74 , 0x68 , 0x6f , 0x72 , 0x69 , 0x7a , 0x61 , 0x74 , 0x69 , 0x6f , 0x6e , 0x46 , 0x6c , 0x6f ,
0x77 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x22 , 0xbf , 0x01 , 0x0a , 0x17 , 0x44 , 0x65 , 0x76 ,
0x69 , 0x63 , 0x65 , 0x41 , 0x75 , 0x74 , 0x68 , 0x6f , 0x72 , 0x69 , 0x7a , 0x61 , 0x74 , 0x69 , 0x6f , 0x6e ,
0x46 , 0x6c , 0x6f , 0x77 , 0x12 , 0x48 , 0x0a , 0x08 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 ,
0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x0e , 0x32 , 0x2c , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d ,
0x65 , 0x6e , 0x74 , 0x2e , 0x44 , 0x65 , 0x76 , 0x69 , 0x63 , 0x65 , 0x41 , 0x75 , 0x74 , 0x68 , 0x6f , 0x72 ,
0x69 , 0x7a , 0x61 , 0x74 , 0x69 , 0x6f , 0x6e , 0x46 , 0x6c , 0x6f , 0x77 , 0x2e , 0x70 , 0x72 , 0x6f , 0x76 ,
0x69 , 0x64 , 0x65 , 0x72 , 0x52 , 0x08 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x12 , 0x42 ,
0x0a , 0x0e , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 ,
0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x1a , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d ,
0x65 , 0x6e , 0x74 , 0x2e , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x43 , 0x6f , 0x6e , 0x66 ,
0x69 , 0x67 , 0x52 , 0x0e , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x43 , 0x6f , 0x6e , 0x66 ,
0x69 , 0x67 , 0x22 , 0x16 , 0x0a , 0x08 , 0x70 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x12 , 0x0a ,
0x0a , 0x06 , 0x48 , 0x4f , 0x53 , 0x54 , 0x45 , 0x44 , 0x10 , 0x00 , 0x22 , 0x1e , 0x0a , 0x1c , 0x50 , 0x4b ,
0x43 , 0x45 , 0x41 , 0x75 , 0x74 , 0x68 , 0x6f , 0x72 , 0x69 , 0x7a , 0x61 , 0x74 , 0x69 , 0x6f , 0x6e , 0x46 ,
0x6c , 0x6f , 0x77 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x22 , 0x5b , 0x0a , 0x15 , 0x50 , 0x4b ,
0x43 , 0x45 , 0x41 , 0x75 , 0x74 , 0x68 , 0x6f , 0x72 , 0x69 , 0x7a , 0x61 , 0x74 , 0x69 , 0x6f , 0x6e , 0x46 ,
0x6c , 0x6f , 0x77 , 0x12 , 0x42 , 0x0a , 0x0e , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x43 ,
0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x1a , 0x2e , 0x6d , 0x61 ,
0x6e , 0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 ,
0x72 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x52 , 0x0e , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 ,
0x72 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x22 , 0xea , 0x02 , 0x0a , 0x0e , 0x50 , 0x72 , 0x6f , 0x76 ,
0x69 , 0x64 , 0x65 , 0x72 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x12 , 0x1a , 0x0a , 0x08 , 0x43 , 0x6c ,
0x69 , 0x65 , 0x6e , 0x74 , 0x49 , 0x44 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x08 , 0x43 , 0x6c ,
0x69 , 0x65 , 0x6e , 0x74 , 0x49 , 0x44 , 0x12 , 0x22 , 0x0a , 0x0c , 0x43 , 0x6c , 0x69 , 0x65 , 0x6e , 0x74 ,
0x53 , 0x65 , 0x63 , 0x72 , 0x65 , 0x74 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x0c , 0x43 , 0x6c ,
0x69 , 0x65 , 0x6e , 0x74 , 0x53 , 0x65 , 0x63 , 0x72 , 0x65 , 0x74 , 0x12 , 0x16 , 0x0a , 0x06 , 0x44 , 0x6f ,
0x6d , 0x61 , 0x69 , 0x6e , 0x18 , 0x03 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x06 , 0x44 , 0x6f , 0x6d , 0x61 ,
0x69 , 0x6e , 0x12 , 0x1a , 0x0a , 0x08 , 0x41 , 0x75 , 0x64 , 0x69 , 0x65 , 0x6e , 0x63 , 0x65 , 0x18 , 0x04 ,
0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x08 , 0x41 , 0x75 , 0x64 , 0x69 , 0x65 , 0x6e , 0x63 , 0x65 , 0x12 , 0x2e ,
0x0a , 0x12 , 0x44 , 0x65 , 0x76 , 0x69 , 0x63 , 0x65 , 0x41 , 0x75 , 0x74 , 0x68 , 0x45 , 0x6e , 0x64 , 0x70 ,
0x6f , 0x69 , 0x6e , 0x74 , 0x18 , 0x05 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x12 , 0x44 , 0x65 , 0x76 , 0x69 ,
0x63 , 0x65 , 0x41 , 0x75 , 0x74 , 0x68 , 0x45 , 0x6e , 0x64 , 0x70 , 0x6f , 0x69 , 0x6e , 0x74 , 0x12 , 0x24 ,
0x0a , 0x0d , 0x54 , 0x6f , 0x6b , 0x65 , 0x6e , 0x45 , 0x6e , 0x64 , 0x70 , 0x6f , 0x69 , 0x6e , 0x74 , 0x18 ,
0x06 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x0d , 0x54 , 0x6f , 0x6b , 0x65 , 0x6e , 0x45 , 0x6e , 0x64 , 0x70 ,
0x6f , 0x69 , 0x6e , 0x74 , 0x12 , 0x14 , 0x0a , 0x05 , 0x53 , 0x63 , 0x6f , 0x70 , 0x65 , 0x18 , 0x07 , 0x20 ,
0x01 , 0x28 , 0x09 , 0x52 , 0x05 , 0x53 , 0x63 , 0x6f , 0x70 , 0x65 , 0x12 , 0x1e , 0x0a , 0x0a , 0x55 , 0x73 ,
0x65 , 0x49 , 0x44 , 0x54 , 0x6f , 0x6b , 0x65 , 0x6e , 0x18 , 0x08 , 0x20 , 0x01 , 0x28 , 0x08 , 0x52 , 0x0a ,
0x55 , 0x73 , 0x65 , 0x49 , 0x44 , 0x54 , 0x6f , 0x6b , 0x65 , 0x6e , 0x12 , 0x34 , 0x0a , 0x15 , 0x41 , 0x75 ,
0x74 , 0x68 , 0x6f , 0x72 , 0x69 , 0x7a , 0x61 , 0x74 , 0x69 , 0x6f , 0x6e , 0x45 , 0x6e , 0x64 , 0x70 , 0x6f ,
0x69 , 0x6e , 0x74 , 0x18 , 0x09 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x15 , 0x41 , 0x75 , 0x74 , 0x68 , 0x6f ,
0x72 , 0x69 , 0x7a , 0x61 , 0x74 , 0x69 , 0x6f , 0x6e , 0x45 , 0x6e , 0x64 , 0x70 , 0x6f , 0x69 , 0x6e , 0x74 ,
0x12 , 0x22 , 0x0a , 0x0c , 0x52 , 0x65 , 0x64 , 0x69 , 0x72 , 0x65 , 0x63 , 0x74 , 0x55 , 0x52 , 0x4c , 0x73 ,
0x18 , 0x0a , 0x20 , 0x03 , 0x28 , 0x09 , 0x52 , 0x0c , 0x52 , 0x65 , 0x64 , 0x69 , 0x72 , 0x65 , 0x63 , 0x74 ,
0x55 , 0x52 , 0x4c , 0x73 , 0x22 , 0xed , 0x01 , 0x0a , 0x05 , 0x52 , 0x6f , 0x75 , 0x74 , 0x65 , 0x12 , 0x0e ,
0x0a , 0x02 , 0x49 , 0x44 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x02 , 0x49 , 0x44 , 0x12 , 0x18 ,
0x0a , 0x07 , 0x4e , 0x65 , 0x74 , 0x77 , 0x6f , 0x72 , 0x6b , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 ,
0x07 , 0x4e , 0x65 , 0x74 , 0x77 , 0x6f , 0x72 , 0x6b , 0x12 , 0x20 , 0x0a , 0x0b , 0x4e , 0x65 , 0x74 , 0x77 ,
0x6f , 0x72 , 0x6b , 0x54 , 0x79 , 0x70 , 0x65 , 0x18 , 0x03 , 0x20 , 0x01 , 0x28 , 0x03 , 0x52 , 0x0b , 0x4e ,
0x65 , 0x74 , 0x77 , 0x6f , 0x72 , 0x6b , 0x54 , 0x79 , 0x70 , 0x65 , 0x12 , 0x12 , 0x0a , 0x04 , 0x50 , 0x65 ,
0x65 , 0x72 , 0x18 , 0x04 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x04 , 0x50 , 0x65 , 0x65 , 0x72 , 0x12 , 0x16 ,
0x0a , 0x06 , 0x4d , 0x65 , 0x74 , 0x72 , 0x69 , 0x63 , 0x18 , 0x05 , 0x20 , 0x01 , 0x28 , 0x03 , 0x52 , 0x06 ,
0x4d , 0x65 , 0x74 , 0x72 , 0x69 , 0x63 , 0x12 , 0x1e , 0x0a , 0x0a , 0x4d , 0x61 , 0x73 , 0x71 , 0x75 , 0x65 ,
0x72 , 0x61 , 0x64 , 0x65 , 0x18 , 0x06 , 0x20 , 0x01 , 0x28 , 0x08 , 0x52 , 0x0a , 0x4d , 0x61 , 0x73 , 0x71 ,
0x75 , 0x65 , 0x72 , 0x61 , 0x64 , 0x65 , 0x12 , 0x14 , 0x0a , 0x05 , 0x4e , 0x65 , 0x74 , 0x49 , 0x44 , 0x18 ,
0x07 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x05 , 0x4e , 0x65 , 0x74 , 0x49 , 0x44 , 0x12 , 0x18 , 0x0a , 0x07 ,
0x44 , 0x6f , 0x6d , 0x61 , 0x69 , 0x6e , 0x73 , 0x18 , 0x08 , 0x20 , 0x03 , 0x28 , 0x09 , 0x52 , 0x07 , 0x44 ,
0x6f , 0x6d , 0x61 , 0x69 , 0x6e , 0x73 , 0x12 , 0x1c , 0x0a , 0x09 , 0x6b , 0x65 , 0x65 , 0x70 , 0x52 , 0x6f ,
0x75 , 0x74 , 0x65 , 0x18 , 0x09 , 0x20 , 0x01 , 0x28 , 0x08 , 0x52 , 0x09 , 0x6b , 0x65 , 0x65 , 0x70 , 0x52 ,
0x6f , 0x75 , 0x74 , 0x65 , 0x22 , 0xb4 , 0x01 , 0x0a , 0x09 , 0x44 , 0x4e , 0x53 , 0x43 , 0x6f , 0x6e , 0x66 ,
0x69 , 0x67 , 0x12 , 0x24 , 0x0a , 0x0d , 0x53 , 0x65 , 0x72 , 0x76 , 0x69 , 0x63 , 0x65 , 0x45 , 0x6e , 0x61 ,
0x62 , 0x6c , 0x65 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x08 , 0x52 , 0x0d , 0x53 , 0x65 , 0x72 , 0x76 , 0x69 ,
0x63 , 0x65 , 0x45 , 0x6e , 0x61 , 0x62 , 0x6c , 0x65 , 0x12 , 0x47 , 0x0a , 0x10 , 0x4e , 0x61 , 0x6d , 0x65 ,
0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x47 , 0x72 , 0x6f , 0x75 , 0x70 , 0x73 , 0x18 , 0x02 , 0x20 , 0x03 ,
0x28 , 0x0b , 0x32 , 0x1b , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e , 0x74 , 0x2e ,
0x4e , 0x61 , 0x6d , 0x65 , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x47 , 0x72 , 0x6f , 0x75 , 0x70 , 0x52 ,
0x10 , 0x4e , 0x61 , 0x6d , 0x65 , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x47 , 0x72 , 0x6f , 0x75 , 0x70 ,
0x73 , 0x12 , 0x38 , 0x0a , 0x0b , 0x43 , 0x75 , 0x73 , 0x74 , 0x6f , 0x6d , 0x5a , 0x6f , 0x6e , 0x65 , 0x73 ,
0x18 , 0x03 , 0x20 , 0x03 , 0x28 , 0x0b , 0x32 , 0x16 , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d ,
0x65 , 0x6e , 0x74 , 0x2e , 0x43 , 0x75 , 0x73 , 0x74 , 0x6f , 0x6d , 0x5a , 0x6f , 0x6e , 0x65 , 0x52 , 0x0b ,
0x43 , 0x75 , 0x73 , 0x74 , 0x6f , 0x6d , 0x5a , 0x6f , 0x6e , 0x65 , 0x73 , 0x22 , 0x58 , 0x0a , 0x0a , 0x43 ,
0x75 , 0x73 , 0x74 , 0x6f , 0x6d , 0x5a , 0x6f , 0x6e , 0x65 , 0x12 , 0x16 , 0x0a , 0x06 , 0x44 , 0x6f , 0x6d ,
0x61 , 0x69 , 0x6e , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x06 , 0x44 , 0x6f , 0x6d , 0x61 , 0x69 ,
0x6e , 0x12 , 0x32 , 0x0a , 0x07 , 0x52 , 0x65 , 0x63 , 0x6f , 0x72 , 0x64 , 0x73 , 0x18 , 0x02 , 0x20 , 0x03 ,
0x28 , 0x0b , 0x32 , 0x18 , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e , 0x74 , 0x2e ,
0x53 , 0x69 , 0x6d , 0x70 , 0x6c , 0x65 , 0x52 , 0x65 , 0x63 , 0x6f , 0x72 , 0x64 , 0x52 , 0x07 , 0x52 , 0x65 ,
0x63 , 0x6f , 0x72 , 0x64 , 0x73 , 0x22 , 0x74 , 0x0a , 0x0c , 0x53 , 0x69 , 0x6d , 0x70 , 0x6c , 0x65 , 0x52 ,
0x65 , 0x63 , 0x6f , 0x72 , 0x64 , 0x12 , 0x12 , 0x0a , 0x04 , 0x4e , 0x61 , 0x6d , 0x65 , 0x18 , 0x01 , 0x20 ,
0x01 , 0x28 , 0x09 , 0x52 , 0x04 , 0x4e , 0x61 , 0x6d , 0x65 , 0x12 , 0x12 , 0x0a , 0x04 , 0x54 , 0x79 , 0x70 ,
0x65 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x03 , 0x52 , 0x04 , 0x54 , 0x79 , 0x70 , 0x65 , 0x12 , 0x14 , 0x0a ,
0x05 , 0x43 , 0x6c , 0x61 , 0x73 , 0x73 , 0x18 , 0x03 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x05 , 0x43 , 0x6c ,
0x61 , 0x73 , 0x73 , 0x12 , 0x10 , 0x0a , 0x03 , 0x54 , 0x54 , 0x4c , 0x18 , 0x04 , 0x20 , 0x01 , 0x28 , 0x03 ,
0x52 , 0x03 , 0x54 , 0x54 , 0x4c , 0x12 , 0x14 , 0x0a , 0x05 , 0x52 , 0x44 , 0x61 , 0x74 , 0x61 , 0x18 , 0x05 ,
0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x05 , 0x52 , 0x44 , 0x61 , 0x74 , 0x61 , 0x22 , 0xb3 , 0x01 , 0x0a , 0x0f ,
0x4e , 0x61 , 0x6d , 0x65 , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x47 , 0x72 , 0x6f , 0x75 , 0x70 , 0x12 ,
0x38 , 0x0a , 0x0b , 0x4e , 0x61 , 0x6d , 0x65 , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x73 , 0x18 , 0x01 ,
0x20 , 0x03 , 0x28 , 0x0b , 0x32 , 0x16 , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e ,
0x74 , 0x2e , 0x4e , 0x61 , 0x6d , 0x65 , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x52 , 0x0b , 0x4e , 0x61 ,
0x6d , 0x65 , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x73 , 0x12 , 0x18 , 0x0a , 0x07 , 0x50 , 0x72 , 0x69 ,
0x6d , 0x61 , 0x72 , 0x79 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x08 , 0x52 , 0x07 , 0x50 , 0x72 , 0x69 , 0x6d ,
0x61 , 0x72 , 0x79 , 0x12 , 0x18 , 0x0a , 0x07 , 0x44 , 0x6f , 0x6d , 0x61 , 0x69 , 0x6e , 0x73 , 0x18 , 0x03 ,
0x20 , 0x03 , 0x28 , 0x09 , 0x52 , 0x07 , 0x44 , 0x6f , 0x6d , 0x61 , 0x69 , 0x6e , 0x73 , 0x12 , 0x32 , 0x0a ,
0x14 , 0x53 , 0x65 , 0x61 , 0x72 , 0x63 , 0x68 , 0x44 , 0x6f , 0x6d , 0x61 , 0x69 , 0x6e , 0x73 , 0x45 , 0x6e ,
0x61 , 0x62 , 0x6c , 0x65 , 0x64 , 0x18 , 0x04 , 0x20 , 0x01 , 0x28 , 0x08 , 0x52 , 0x14 , 0x53 , 0x65 , 0x61 ,
0x72 , 0x63 , 0x68 , 0x44 , 0x6f , 0x6d , 0x61 , 0x69 , 0x6e , 0x73 , 0x45 , 0x6e , 0x61 , 0x62 , 0x6c , 0x65 ,
0x64 , 0x22 , 0x48 , 0x0a , 0x0a , 0x4e , 0x61 , 0x6d , 0x65 , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x12 ,
0x0e , 0x0a , 0x02 , 0x49 , 0x50 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x02 , 0x49 , 0x50 , 0x12 ,
0x16 , 0x0a , 0x06 , 0x4e , 0x53 , 0x54 , 0x79 , 0x70 , 0x65 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x03 , 0x52 ,
0x06 , 0x4e , 0x53 , 0x54 , 0x79 , 0x70 , 0x65 , 0x12 , 0x12 , 0x0a , 0x04 , 0x50 , 0x6f , 0x72 , 0x74 , 0x18 ,
0x03 , 0x20 , 0x01 , 0x28 , 0x03 , 0x52 , 0x04 , 0x50 , 0x6f , 0x72 , 0x74 , 0x22 , 0xd9 , 0x01 , 0x0a , 0x0c ,
0x46 , 0x69 , 0x72 , 0x65 , 0x77 , 0x61 , 0x6c , 0x6c , 0x52 , 0x75 , 0x6c , 0x65 , 0x12 , 0x16 , 0x0a , 0x06 ,
0x50 , 0x65 , 0x65 , 0x72 , 0x49 , 0x50 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x06 , 0x50 , 0x65 ,
0x65 , 0x72 , 0x49 , 0x50 , 0x12 , 0x37 , 0x0a , 0x09 , 0x44 , 0x69 , 0x72 , 0x65 , 0x63 , 0x74 , 0x69 , 0x6f ,
0x6e , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x0e , 0x32 , 0x19 , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 ,
0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x52 , 0x75 , 0x6c , 0x65 , 0x44 , 0x69 , 0x72 , 0x65 , 0x63 , 0x74 , 0x69 ,
0x6f , 0x6e , 0x52 , 0x09 , 0x44 , 0x69 , 0x72 , 0x65 , 0x63 , 0x74 , 0x69 , 0x6f , 0x6e , 0x12 , 0x2e , 0x0a ,
0x06 , 0x41 , 0x63 , 0x74 , 0x69 , 0x6f , 0x6e , 0x18 , 0x03 , 0x20 , 0x01 , 0x28 , 0x0e , 0x32 , 0x16 , 0x2e ,
0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x52 , 0x75 , 0x6c , 0x65 , 0x41 ,
0x63 , 0x74 , 0x69 , 0x6f , 0x6e , 0x52 , 0x06 , 0x41 , 0x63 , 0x74 , 0x69 , 0x6f , 0x6e , 0x12 , 0x34 , 0x0a ,
0x08 , 0x50 , 0x72 , 0x6f , 0x74 , 0x6f , 0x63 , 0x6f , 0x6c , 0x18 , 0x04 , 0x20 , 0x01 , 0x28 , 0x0e , 0x32 ,
0x18 , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x52 , 0x75 , 0x6c ,
0x65 , 0x50 , 0x72 , 0x6f , 0x74 , 0x6f , 0x63 , 0x6f , 0x6c , 0x52 , 0x08 , 0x50 , 0x72 , 0x6f , 0x74 , 0x6f ,
0x63 , 0x6f , 0x6c , 0x12 , 0x12 , 0x0a , 0x04 , 0x50 , 0x6f , 0x72 , 0x74 , 0x18 , 0x05 , 0x20 , 0x01 , 0x28 ,
0x09 , 0x52 , 0x04 , 0x50 , 0x6f , 0x72 , 0x74 , 0x22 , 0x38 , 0x0a , 0x0e , 0x4e , 0x65 , 0x74 , 0x77 , 0x6f ,
0x72 , 0x6b , 0x41 , 0x64 , 0x64 , 0x72 , 0x65 , 0x73 , 0x73 , 0x12 , 0x14 , 0x0a , 0x05 , 0x6e , 0x65 , 0x74 ,
0x49 , 0x50 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x05 , 0x6e , 0x65 , 0x74 , 0x49 , 0x50 , 0x12 ,
0x10 , 0x0a , 0x03 , 0x6d , 0x61 , 0x63 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x03 , 0x6d , 0x61 ,
0x63 , 0x22 , 0x1e , 0x0a , 0x06 , 0x43 , 0x68 , 0x65 , 0x63 , 0x6b , 0x73 , 0x12 , 0x14 , 0x0a , 0x05 , 0x46 ,
0x69 , 0x6c , 0x65 , 0x73 , 0x18 , 0x01 , 0x20 , 0x03 , 0x28 , 0x09 , 0x52 , 0x05 , 0x46 , 0x69 , 0x6c , 0x65 ,
0x73 , 0x22 , 0x96 , 0x01 , 0x0a , 0x08 , 0x50 , 0x6f , 0x72 , 0x74 , 0x49 , 0x6e , 0x66 , 0x6f , 0x12 , 0x14 ,
0x0a , 0x04 , 0x70 , 0x6f , 0x72 , 0x74 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x0d , 0x48 , 0x00 , 0x52 , 0x04 ,
0x70 , 0x6f , 0x72 , 0x74 , 0x12 , 0x32 , 0x0a , 0x05 , 0x72 , 0x61 , 0x6e , 0x67 , 0x65 , 0x18 , 0x02 , 0x20 ,
0x01 , 0x28 , 0x0b , 0x32 , 0x1a , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e , 0x74 ,
0x2e , 0x50 , 0x6f , 0x72 , 0x74 , 0x49 , 0x6e , 0x66 , 0x6f , 0x2e , 0x52 , 0x61 , 0x6e , 0x67 , 0x65 , 0x48 ,
0x00 , 0x52 , 0x05 , 0x72 , 0x61 , 0x6e , 0x67 , 0x65 , 0x1a , 0x2f , 0x0a , 0x05 , 0x52 , 0x61 , 0x6e , 0x67 ,
0x65 , 0x12 , 0x14 , 0x0a , 0x05 , 0x73 , 0x74 , 0x61 , 0x72 , 0x74 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x0d ,
0x52 , 0x05 , 0x73 , 0x74 , 0x61 , 0x72 , 0x74 , 0x12 , 0x10 , 0x0a , 0x03 , 0x65 , 0x6e , 0x64 , 0x18 , 0x02 ,
0x20 , 0x01 , 0x28 , 0x0d , 0x52 , 0x03 , 0x65 , 0x6e , 0x64 , 0x42 , 0x0f , 0x0a , 0x0d , 0x70 , 0x6f , 0x72 ,
0x74 , 0x53 , 0x65 , 0x6c , 0x65 , 0x63 , 0x74 , 0x69 , 0x6f , 0x6e , 0x22 , 0x8f , 0x02 , 0x0a , 0x11 , 0x52 ,
0x6f , 0x75 , 0x74 , 0x65 , 0x46 , 0x69 , 0x72 , 0x65 , 0x77 , 0x61 , 0x6c , 0x6c , 0x52 , 0x75 , 0x6c , 0x65 ,
0x12 , 0x22 , 0x0a , 0x0c , 0x73 , 0x6f , 0x75 , 0x72 , 0x63 , 0x65 , 0x52 , 0x61 , 0x6e , 0x67 , 0x65 , 0x73 ,
0x18 , 0x01 , 0x20 , 0x03 , 0x28 , 0x09 , 0x52 , 0x0c , 0x73 , 0x6f , 0x75 , 0x72 , 0x63 , 0x65 , 0x52 , 0x61 ,
0x6e , 0x67 , 0x65 , 0x73 , 0x12 , 0x2e , 0x0a , 0x06 , 0x61 , 0x63 , 0x74 , 0x69 , 0x6f , 0x6e , 0x18 , 0x02 ,
0x20 , 0x01 , 0x28 , 0x0e , 0x32 , 0x16 , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e ,
0x74 , 0x2e , 0x52 , 0x75 , 0x6c , 0x65 , 0x41 , 0x63 , 0x74 , 0x69 , 0x6f , 0x6e , 0x52 , 0x06 , 0x61 , 0x63 ,
0x74 , 0x69 , 0x6f , 0x6e , 0x12 , 0x20 , 0x0a , 0x0b , 0x64 , 0x65 , 0x73 , 0x74 , 0x69 , 0x6e , 0x61 , 0x74 ,
0x69 , 0x6f , 0x6e , 0x18 , 0x03 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x0b , 0x64 , 0x65 , 0x73 , 0x74 , 0x69 ,
0x6e , 0x61 , 0x74 , 0x69 , 0x6f , 0x6e , 0x12 , 0x34 , 0x0a , 0x08 , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x63 ,
0x6f , 0x6c , 0x18 , 0x04 , 0x20 , 0x01 , 0x28 , 0x0e , 0x32 , 0x18 , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 ,
0x65 , 0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x52 , 0x75 , 0x6c , 0x65 , 0x50 , 0x72 , 0x6f , 0x74 , 0x6f , 0x63 ,
0x6f , 0x6c , 0x52 , 0x08 , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x63 , 0x6f , 0x6c , 0x12 , 0x30 , 0x0a , 0x08 ,
0x70 , 0x6f , 0x72 , 0x74 , 0x49 , 0x6e , 0x66 , 0x6f , 0x18 , 0x05 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x14 ,
0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x50 , 0x6f , 0x72 , 0x74 ,
0x49 , 0x6e , 0x66 , 0x6f , 0x52 , 0x08 , 0x70 , 0x6f , 0x72 , 0x74 , 0x49 , 0x6e , 0x66 , 0x6f , 0x12 , 0x1c ,
0x0a , 0x09 , 0x69 , 0x73 , 0x44 , 0x79 , 0x6e , 0x61 , 0x6d , 0x69 , 0x63 , 0x18 , 0x06 , 0x20 , 0x01 , 0x28 ,
0x08 , 0x52 , 0x09 , 0x69 , 0x73 , 0x44 , 0x79 , 0x6e , 0x61 , 0x6d , 0x69 , 0x63 , 0x2a , 0x40 , 0x0a , 0x0c ,
0x52 , 0x75 , 0x6c , 0x65 , 0x50 , 0x72 , 0x6f , 0x74 , 0x6f , 0x63 , 0x6f , 0x6c , 0x12 , 0x0b , 0x0a , 0x07 ,
0x55 , 0x4e , 0x4b , 0x4e , 0x4f , 0x57 , 0x4e , 0x10 , 0x00 , 0x12 , 0x07 , 0x0a , 0x03 , 0x41 , 0x4c , 0x4c ,
0x10 , 0x01 , 0x12 , 0x07 , 0x0a , 0x03 , 0x54 , 0x43 , 0x50 , 0x10 , 0x02 , 0x12 , 0x07 , 0x0a , 0x03 , 0x55 ,
0x44 , 0x50 , 0x10 , 0x03 , 0x12 , 0x08 , 0x0a , 0x04 , 0x49 , 0x43 , 0x4d , 0x50 , 0x10 , 0x04 , 0x2a , 0x20 ,
0x0a , 0x0d , 0x52 , 0x75 , 0x6c , 0x65 , 0x44 , 0x69 , 0x72 , 0x65 , 0x63 , 0x74 , 0x69 , 0x6f , 0x6e , 0x12 ,
0x06 , 0x0a , 0x02 , 0x49 , 0x4e , 0x10 , 0x00 , 0x12 , 0x07 , 0x0a , 0x03 , 0x4f , 0x55 , 0x54 , 0x10 , 0x01 ,
0x2a , 0x22 , 0x0a , 0x0a , 0x52 , 0x75 , 0x6c , 0x65 , 0x41 , 0x63 , 0x74 , 0x69 , 0x6f , 0x6e , 0x12 , 0x0a ,
0x0a , 0x06 , 0x41 , 0x43 , 0x43 , 0x45 , 0x50 , 0x54 , 0x10 , 0x00 , 0x12 , 0x08 , 0x0a , 0x04 , 0x44 , 0x52 ,
0x4f , 0x50 , 0x10 , 0x01 , 0x32 , 0x90 , 0x04 , 0x0a , 0x11 , 0x4d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d ,
0x65 , 0x6e , 0x74 , 0x53 , 0x65 , 0x72 , 0x76 , 0x69 , 0x63 , 0x65 , 0x12 , 0x45 , 0x0a , 0x05 , 0x4c , 0x6f ,
0x67 , 0x69 , 0x6e , 0x12 , 0x1c , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e , 0x74 ,
2024-02-20 09:59:56 +01:00
0x2e , 0x45 , 0x6e , 0x63 , 0x72 , 0x79 , 0x70 , 0x74 , 0x65 , 0x64 , 0x4d , 0x65 , 0x73 , 0x73 , 0x61 , 0x67 ,
2024-09-08 12:06:14 +02:00
0x65 , 0x1a , 0x1c , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x45 ,
0x6e , 0x63 , 0x72 , 0x79 , 0x70 , 0x74 , 0x65 , 0x64 , 0x4d , 0x65 , 0x73 , 0x73 , 0x61 , 0x67 , 0x65 , 0x22 ,
2024-10-02 13:41:00 +02:00
0x00 , 0x12 , 0x46 , 0x0a , 0x04 , 0x53 , 0x79 , 0x6e , 0x63 , 0x12 , 0x1c , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 ,
0x67 , 0x65 , 0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x45 , 0x6e , 0x63 , 0x72 , 0x79 , 0x70 , 0x74 , 0x65 , 0x64 ,
0x4d , 0x65 , 0x73 , 0x73 , 0x61 , 0x67 , 0x65 , 0x1a , 0x1c , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 ,
2024-09-08 12:06:14 +02:00
0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x45 , 0x6e , 0x63 , 0x72 , 0x79 , 0x70 , 0x74 , 0x65 , 0x64 , 0x4d , 0x65 ,
2024-10-02 13:41:00 +02:00
0x73 , 0x73 , 0x61 , 0x67 , 0x65 , 0x22 , 0x00 , 0x30 , 0x01 , 0x12 , 0x42 , 0x0a , 0x0c , 0x47 , 0x65 , 0x74 ,
0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x4b , 0x65 , 0x79 , 0x12 , 0x11 , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 ,
0x67 , 0x65 , 0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x45 , 0x6d , 0x70 , 0x74 , 0x79 , 0x1a , 0x1d , 0x2e , 0x6d ,
0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 ,
0x4b , 0x65 , 0x79 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x22 , 0x00 , 0x12 , 0x33 , 0x0a ,
0x09 , 0x69 , 0x73 , 0x48 , 0x65 , 0x61 , 0x6c , 0x74 , 0x68 , 0x79 , 0x12 , 0x11 , 0x2e , 0x6d , 0x61 , 0x6e ,
0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x45 , 0x6d , 0x70 , 0x74 , 0x79 , 0x1a , 0x11 , 0x2e ,
0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x45 , 0x6d , 0x70 , 0x74 , 0x79 ,
0x22 , 0x00 , 0x12 , 0x5a , 0x0a , 0x1a , 0x47 , 0x65 , 0x74 , 0x44 , 0x65 , 0x76 , 0x69 , 0x63 , 0x65 , 0x41 ,
0x75 , 0x74 , 0x68 , 0x6f , 0x72 , 0x69 , 0x7a , 0x61 , 0x74 , 0x69 , 0x6f , 0x6e , 0x46 , 0x6c , 0x6f , 0x77 ,
0x12 , 0x1c , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x45 , 0x6e ,
0x63 , 0x72 , 0x79 , 0x70 , 0x74 , 0x65 , 0x64 , 0x4d , 0x65 , 0x73 , 0x73 , 0x61 , 0x67 , 0x65 , 0x1a , 0x1c ,
0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x45 , 0x6e , 0x63 , 0x72 ,
0x79 , 0x70 , 0x74 , 0x65 , 0x64 , 0x4d , 0x65 , 0x73 , 0x73 , 0x61 , 0x67 , 0x65 , 0x22 , 0x00 , 0x12 , 0x58 ,
0x0a , 0x18 , 0x47 , 0x65 , 0x74 , 0x50 , 0x4b , 0x43 , 0x45 , 0x41 , 0x75 , 0x74 , 0x68 , 0x6f , 0x72 , 0x69 ,
0x7a , 0x61 , 0x74 , 0x69 , 0x6f , 0x6e , 0x46 , 0x6c , 0x6f , 0x77 , 0x12 , 0x1c , 0x2e , 0x6d , 0x61 , 0x6e ,
0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x45 , 0x6e , 0x63 , 0x72 , 0x79 , 0x70 , 0x74 , 0x65 ,
0x64 , 0x4d , 0x65 , 0x73 , 0x73 , 0x61 , 0x67 , 0x65 , 0x1a , 0x1c , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 ,
0x65 , 0x6d , 0x65 , 0x6e , 0x74 , 0x2e , 0x45 , 0x6e , 0x63 , 0x72 , 0x79 , 0x70 , 0x74 , 0x65 , 0x64 , 0x4d ,
0x65 , 0x73 , 0x73 , 0x61 , 0x67 , 0x65 , 0x22 , 0x00 , 0x12 , 0x3d , 0x0a , 0x08 , 0x53 , 0x79 , 0x6e , 0x63 ,
0x4d , 0x65 , 0x74 , 0x61 , 0x12 , 0x1c , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e ,
0x74 , 0x2e , 0x45 , 0x6e , 0x63 , 0x72 , 0x79 , 0x70 , 0x74 , 0x65 , 0x64 , 0x4d , 0x65 , 0x73 , 0x73 , 0x61 ,
0x67 , 0x65 , 0x1a , 0x11 , 0x2e , 0x6d , 0x61 , 0x6e , 0x61 , 0x67 , 0x65 , 0x6d , 0x65 , 0x6e , 0x74 , 0x2e ,
0x45 , 0x6d , 0x70 , 0x74 , 0x79 , 0x22 , 0x00 , 0x42 , 0x08 , 0x5a , 0x06 , 0x2f , 0x70 , 0x72 , 0x6f , 0x74 ,
0x6f , 0x62 , 0x06 , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x33 ,
2021-07-20 18:09:26 +02:00
}
var (
file_management_proto_rawDescOnce sync . Once
file_management_proto_rawDescData = file_management_proto_rawDesc
)
func file_management_proto_rawDescGZIP ( ) [ ] byte {
file_management_proto_rawDescOnce . Do ( func ( ) {
file_management_proto_rawDescData = protoimpl . X . CompressGZIP ( file_management_proto_rawDescData )
} )
return file_management_proto_rawDescData
}
2023-05-29 16:00:18 +02:00
var file_management_proto_enumTypes = make ( [ ] protoimpl . EnumInfo , 5 )
2024-10-02 13:41:00 +02:00
var file_management_proto_msgTypes = make ( [ ] protoimpl . MessageInfo , 37 )
2021-07-20 18:09:26 +02:00
var file_management_proto_goTypes = [ ] interface { } {
2024-10-02 13:41:00 +02:00
( RuleProtocol ) ( 0 ) , // 0: management.RuleProtocol
( RuleDirection ) ( 0 ) , // 1: management.RuleDirection
( RuleAction ) ( 0 ) , // 2: management.RuleAction
( HostConfig_Protocol ) ( 0 ) , // 3: management.HostConfig.Protocol
( DeviceAuthorizationFlowProvider ) ( 0 ) , // 4: management.DeviceAuthorizationFlow.provider
2023-05-29 16:00:18 +02:00
( * EncryptedMessage ) ( nil ) , // 5: management.EncryptedMessage
( * SyncRequest ) ( nil ) , // 6: management.SyncRequest
( * SyncResponse ) ( nil ) , // 7: management.SyncResponse
2024-06-13 13:24:24 +02:00
( * SyncMetaRequest ) ( nil ) , // 8: management.SyncMetaRequest
( * LoginRequest ) ( nil ) , // 9: management.LoginRequest
( * PeerKeys ) ( nil ) , // 10: management.PeerKeys
( * Environment ) ( nil ) , // 11: management.Environment
( * File ) ( nil ) , // 12: management.File
( * PeerSystemMeta ) ( nil ) , // 13: management.PeerSystemMeta
( * LoginResponse ) ( nil ) , // 14: management.LoginResponse
( * ServerKeyResponse ) ( nil ) , // 15: management.ServerKeyResponse
( * Empty ) ( nil ) , // 16: management.Empty
( * WiretrusteeConfig ) ( nil ) , // 17: management.WiretrusteeConfig
( * HostConfig ) ( nil ) , // 18: management.HostConfig
2024-09-08 12:06:14 +02:00
( * RelayConfig ) ( nil ) , // 19: management.RelayConfig
( * ProtectedHostConfig ) ( nil ) , // 20: management.ProtectedHostConfig
( * PeerConfig ) ( nil ) , // 21: management.PeerConfig
( * NetworkMap ) ( nil ) , // 22: management.NetworkMap
( * RemotePeerConfig ) ( nil ) , // 23: management.RemotePeerConfig
( * SSHConfig ) ( nil ) , // 24: management.SSHConfig
( * DeviceAuthorizationFlowRequest ) ( nil ) , // 25: management.DeviceAuthorizationFlowRequest
( * DeviceAuthorizationFlow ) ( nil ) , // 26: management.DeviceAuthorizationFlow
( * PKCEAuthorizationFlowRequest ) ( nil ) , // 27: management.PKCEAuthorizationFlowRequest
( * PKCEAuthorizationFlow ) ( nil ) , // 28: management.PKCEAuthorizationFlow
( * ProviderConfig ) ( nil ) , // 29: management.ProviderConfig
( * Route ) ( nil ) , // 30: management.Route
( * DNSConfig ) ( nil ) , // 31: management.DNSConfig
( * CustomZone ) ( nil ) , // 32: management.CustomZone
( * SimpleRecord ) ( nil ) , // 33: management.SimpleRecord
( * NameServerGroup ) ( nil ) , // 34: management.NameServerGroup
( * NameServer ) ( nil ) , // 35: management.NameServer
( * FirewallRule ) ( nil ) , // 36: management.FirewallRule
( * NetworkAddress ) ( nil ) , // 37: management.NetworkAddress
( * Checks ) ( nil ) , // 38: management.Checks
2024-10-02 13:41:00 +02:00
( * PortInfo ) ( nil ) , // 39: management.PortInfo
( * RouteFirewallRule ) ( nil ) , // 40: management.RouteFirewallRule
( * PortInfo_Range ) ( nil ) , // 41: management.PortInfo.Range
( * timestamppb . Timestamp ) ( nil ) , // 42: google.protobuf.Timestamp
2021-07-20 18:09:26 +02:00
}
var file_management_proto_depIdxs = [ ] int32 {
2024-06-13 13:24:24 +02:00
13 , // 0: management.SyncRequest.meta:type_name -> management.PeerSystemMeta
17 , // 1: management.SyncResponse.wiretrusteeConfig:type_name -> management.WiretrusteeConfig
2024-09-08 12:06:14 +02:00
21 , // 2: management.SyncResponse.peerConfig:type_name -> management.PeerConfig
23 , // 3: management.SyncResponse.remotePeers:type_name -> management.RemotePeerConfig
22 , // 4: management.SyncResponse.NetworkMap:type_name -> management.NetworkMap
38 , // 5: management.SyncResponse.Checks:type_name -> management.Checks
2024-06-13 13:24:24 +02:00
13 , // 6: management.SyncMetaRequest.meta:type_name -> management.PeerSystemMeta
13 , // 7: management.LoginRequest.meta:type_name -> management.PeerSystemMeta
10 , // 8: management.LoginRequest.peerKeys:type_name -> management.PeerKeys
2024-09-08 12:06:14 +02:00
37 , // 9: management.PeerSystemMeta.networkAddresses:type_name -> management.NetworkAddress
2024-06-13 13:24:24 +02:00
11 , // 10: management.PeerSystemMeta.environment:type_name -> management.Environment
12 , // 11: management.PeerSystemMeta.files:type_name -> management.File
17 , // 12: management.LoginResponse.wiretrusteeConfig:type_name -> management.WiretrusteeConfig
2024-09-08 12:06:14 +02:00
21 , // 13: management.LoginResponse.peerConfig:type_name -> management.PeerConfig
38 , // 14: management.LoginResponse.Checks:type_name -> management.Checks
2024-10-02 13:41:00 +02:00
42 , // 15: management.ServerKeyResponse.expiresAt:type_name -> google.protobuf.Timestamp
2024-06-13 13:24:24 +02:00
18 , // 16: management.WiretrusteeConfig.stuns:type_name -> management.HostConfig
2024-09-08 12:06:14 +02:00
20 , // 17: management.WiretrusteeConfig.turns:type_name -> management.ProtectedHostConfig
2024-06-13 13:24:24 +02:00
18 , // 18: management.WiretrusteeConfig.signal:type_name -> management.HostConfig
2024-09-08 12:06:14 +02:00
19 , // 19: management.WiretrusteeConfig.relay:type_name -> management.RelayConfig
2024-10-02 13:41:00 +02:00
3 , // 20: management.HostConfig.protocol:type_name -> management.HostConfig.Protocol
2024-09-08 12:06:14 +02:00
18 , // 21: management.ProtectedHostConfig.hostConfig:type_name -> management.HostConfig
24 , // 22: management.PeerConfig.sshConfig:type_name -> management.SSHConfig
21 , // 23: management.NetworkMap.peerConfig:type_name -> management.PeerConfig
23 , // 24: management.NetworkMap.remotePeers:type_name -> management.RemotePeerConfig
30 , // 25: management.NetworkMap.Routes:type_name -> management.Route
31 , // 26: management.NetworkMap.DNSConfig:type_name -> management.DNSConfig
23 , // 27: management.NetworkMap.offlinePeers:type_name -> management.RemotePeerConfig
36 , // 28: management.NetworkMap.FirewallRules:type_name -> management.FirewallRule
2024-10-02 13:41:00 +02:00
40 , // 29: management.NetworkMap.routesFirewallRules:type_name -> management.RouteFirewallRule
24 , // 30: management.RemotePeerConfig.sshConfig:type_name -> management.SSHConfig
4 , // 31: management.DeviceAuthorizationFlow.Provider:type_name -> management.DeviceAuthorizationFlow.provider
29 , // 32: management.DeviceAuthorizationFlow.ProviderConfig:type_name -> management.ProviderConfig
29 , // 33: management.PKCEAuthorizationFlow.ProviderConfig:type_name -> management.ProviderConfig
34 , // 34: management.DNSConfig.NameServerGroups:type_name -> management.NameServerGroup
32 , // 35: management.DNSConfig.CustomZones:type_name -> management.CustomZone
33 , // 36: management.CustomZone.Records:type_name -> management.SimpleRecord
35 , // 37: management.NameServerGroup.NameServers:type_name -> management.NameServer
1 , // 38: management.FirewallRule.Direction:type_name -> management.RuleDirection
2 , // 39: management.FirewallRule.Action:type_name -> management.RuleAction
0 , // 40: management.FirewallRule.Protocol:type_name -> management.RuleProtocol
41 , // 41: management.PortInfo.range:type_name -> management.PortInfo.Range
2 , // 42: management.RouteFirewallRule.action:type_name -> management.RuleAction
0 , // 43: management.RouteFirewallRule.protocol:type_name -> management.RuleProtocol
39 , // 44: management.RouteFirewallRule.portInfo:type_name -> management.PortInfo
5 , // 45: management.ManagementService.Login:input_type -> management.EncryptedMessage
5 , // 46: management.ManagementService.Sync:input_type -> management.EncryptedMessage
16 , // 47: management.ManagementService.GetServerKey:input_type -> management.Empty
16 , // 48: management.ManagementService.isHealthy:input_type -> management.Empty
5 , // 49: management.ManagementService.GetDeviceAuthorizationFlow:input_type -> management.EncryptedMessage
5 , // 50: management.ManagementService.GetPKCEAuthorizationFlow:input_type -> management.EncryptedMessage
5 , // 51: management.ManagementService.SyncMeta:input_type -> management.EncryptedMessage
5 , // 52: management.ManagementService.Login:output_type -> management.EncryptedMessage
5 , // 53: management.ManagementService.Sync:output_type -> management.EncryptedMessage
15 , // 54: management.ManagementService.GetServerKey:output_type -> management.ServerKeyResponse
16 , // 55: management.ManagementService.isHealthy:output_type -> management.Empty
5 , // 56: management.ManagementService.GetDeviceAuthorizationFlow:output_type -> management.EncryptedMessage
5 , // 57: management.ManagementService.GetPKCEAuthorizationFlow:output_type -> management.EncryptedMessage
16 , // 58: management.ManagementService.SyncMeta:output_type -> management.Empty
52 , // [52:59] is the sub-list for method output_type
45 , // [45:52] is the sub-list for method input_type
45 , // [45:45] is the sub-list for extension type_name
45 , // [45:45] is the sub-list for extension extendee
0 , // [0:45] is the sub-list for field type_name
2021-07-20 18:09:26 +02:00
}
func init ( ) { file_management_proto_init ( ) }
func file_management_proto_init ( ) {
if File_management_proto != nil {
return
2021-07-17 14:38:59 +02:00
}
2021-07-20 18:09:26 +02:00
if ! protoimpl . UnsafeEnabled {
file_management_proto_msgTypes [ 0 ] . Exporter = func ( v interface { } , i int ) interface { } {
2021-07-22 10:28:00 +02:00
switch v := v . ( * EncryptedMessage ) ; i {
2021-07-20 18:09:26 +02:00
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_management_proto_msgTypes [ 1 ] . Exporter = func ( v interface { } , i int ) interface { } {
2021-07-22 10:28:00 +02:00
switch v := v . ( * SyncRequest ) ; i {
2021-07-20 18:09:26 +02:00
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_management_proto_msgTypes [ 2 ] . Exporter = func ( v interface { } , i int ) interface { } {
2021-07-22 10:28:00 +02:00
switch v := v . ( * SyncResponse ) ; i {
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_management_proto_msgTypes [ 3 ] . Exporter = func ( v interface { } , i int ) interface { } {
2024-06-13 13:24:24 +02:00
switch v := v . ( * SyncMetaRequest ) ; i {
2021-07-22 10:28:00 +02:00
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_management_proto_msgTypes [ 4 ] . Exporter = func ( v interface { } , i int ) interface { } {
2024-06-13 13:24:24 +02:00
switch v := v . ( * LoginRequest ) ; i {
2021-07-22 10:28:00 +02:00
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_management_proto_msgTypes [ 5 ] . Exporter = func ( v interface { } , i int ) interface { } {
2024-06-13 13:24:24 +02:00
switch v := v . ( * PeerKeys ) ; i {
2021-07-22 10:28:00 +02:00
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_management_proto_msgTypes [ 6 ] . Exporter = func ( v interface { } , i int ) interface { } {
2024-06-13 13:24:24 +02:00
switch v := v . ( * Environment ) ; i {
2021-07-20 18:09:26 +02:00
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
2021-07-25 17:08:16 +02:00
file_management_proto_msgTypes [ 7 ] . Exporter = func ( v interface { } , i int ) interface { } {
2024-06-13 13:24:24 +02:00
switch v := v . ( * File ) ; i {
2021-07-25 17:08:16 +02:00
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_management_proto_msgTypes [ 8 ] . Exporter = func ( v interface { } , i int ) interface { } {
2024-06-13 13:24:24 +02:00
switch v := v . ( * PeerSystemMeta ) ; i {
2021-07-25 17:08:16 +02:00
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_management_proto_msgTypes [ 9 ] . Exporter = func ( v interface { } , i int ) interface { } {
2024-06-13 13:24:24 +02:00
switch v := v . ( * LoginResponse ) ; i {
2021-07-25 17:08:16 +02:00
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_management_proto_msgTypes [ 10 ] . Exporter = func ( v interface { } , i int ) interface { } {
2024-06-13 13:24:24 +02:00
switch v := v . ( * ServerKeyResponse ) ; i {
2021-07-25 17:08:16 +02:00
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_management_proto_msgTypes [ 11 ] . Exporter = func ( v interface { } , i int ) interface { } {
2024-06-13 13:24:24 +02:00
switch v := v . ( * Empty ) ; i {
2021-08-24 11:50:19 +02:00
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_management_proto_msgTypes [ 12 ] . Exporter = func ( v interface { } , i int ) interface { } {
2024-06-13 13:24:24 +02:00
switch v := v . ( * WiretrusteeConfig ) ; i {
2022-01-16 17:10:36 +01:00
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_management_proto_msgTypes [ 13 ] . Exporter = func ( v interface { } , i int ) interface { } {
2024-06-13 13:24:24 +02:00
switch v := v . ( * HostConfig ) ; i {
2021-07-25 17:08:16 +02:00
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
2022-05-08 11:04:57 +02:00
file_management_proto_msgTypes [ 14 ] . Exporter = func ( v interface { } , i int ) interface { } {
2024-09-08 12:06:14 +02:00
switch v := v . ( * RelayConfig ) ; i {
2022-05-08 11:04:57 +02:00
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_management_proto_msgTypes [ 15 ] . Exporter = func ( v interface { } , i int ) interface { } {
2024-09-08 12:06:14 +02:00
switch v := v . ( * ProtectedHostConfig ) ; i {
2022-05-08 11:04:57 +02:00
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_management_proto_msgTypes [ 16 ] . Exporter = func ( v interface { } , i int ) interface { } {
2024-09-08 12:06:14 +02:00
switch v := v . ( * PeerConfig ) ; i {
2022-06-23 17:04:53 +02:00
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_management_proto_msgTypes [ 17 ] . Exporter = func ( v interface { } , i int ) interface { } {
2024-09-08 12:06:14 +02:00
switch v := v . ( * NetworkMap ) ; i {
2022-06-23 17:04:53 +02:00
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_management_proto_msgTypes [ 18 ] . Exporter = func ( v interface { } , i int ) interface { } {
2024-09-08 12:06:14 +02:00
switch v := v . ( * RemotePeerConfig ) ; i {
2022-05-08 11:04:57 +02:00
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
2022-08-18 18:22:15 +02:00
file_management_proto_msgTypes [ 19 ] . Exporter = func ( v interface { } , i int ) interface { } {
2024-09-08 12:06:14 +02:00
switch v := v . ( * SSHConfig ) ; i {
2022-08-18 18:22:15 +02:00
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
2022-11-07 15:38:21 +01:00
file_management_proto_msgTypes [ 20 ] . Exporter = func ( v interface { } , i int ) interface { } {
2024-09-08 12:06:14 +02:00
switch v := v . ( * DeviceAuthorizationFlowRequest ) ; i {
2022-11-07 15:38:21 +01:00
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_management_proto_msgTypes [ 21 ] . Exporter = func ( v interface { } , i int ) interface { } {
2024-09-08 12:06:14 +02:00
switch v := v . ( * DeviceAuthorizationFlow ) ; i {
2022-11-07 15:38:21 +01:00
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_management_proto_msgTypes [ 22 ] . Exporter = func ( v interface { } , i int ) interface { } {
2024-09-08 12:06:14 +02:00
switch v := v . ( * PKCEAuthorizationFlowRequest ) ; i {
2022-11-07 15:38:21 +01:00
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_management_proto_msgTypes [ 23 ] . Exporter = func ( v interface { } , i int ) interface { } {
2024-09-08 12:06:14 +02:00
switch v := v . ( * PKCEAuthorizationFlow ) ; i {
2022-11-07 15:38:21 +01:00
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_management_proto_msgTypes [ 24 ] . Exporter = func ( v interface { } , i int ) interface { } {
2024-09-08 12:06:14 +02:00
switch v := v . ( * ProviderConfig ) ; i {
2022-11-07 15:38:21 +01:00
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
2023-05-29 16:00:18 +02:00
file_management_proto_msgTypes [ 25 ] . Exporter = func ( v interface { } , i int ) interface { } {
2024-09-08 12:06:14 +02:00
switch v := v . ( * Route ) ; i {
2023-07-27 11:31:07 +02:00
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_management_proto_msgTypes [ 26 ] . Exporter = func ( v interface { } , i int ) interface { } {
2024-09-08 12:06:14 +02:00
switch v := v . ( * DNSConfig ) ; i {
2023-07-27 11:31:07 +02:00
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_management_proto_msgTypes [ 27 ] . Exporter = func ( v interface { } , i int ) interface { } {
2024-09-08 12:06:14 +02:00
switch v := v . ( * CustomZone ) ; i {
2023-05-29 16:00:18 +02:00
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
2024-02-20 11:53:11 +01:00
file_management_proto_msgTypes [ 28 ] . Exporter = func ( v interface { } , i int ) interface { } {
2024-09-08 12:06:14 +02:00
switch v := v . ( * SimpleRecord ) ; i {
2024-03-01 15:15:56 +01:00
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_management_proto_msgTypes [ 29 ] . Exporter = func ( v interface { } , i int ) interface { } {
2024-09-08 12:06:14 +02:00
switch v := v . ( * NameServerGroup ) ; i {
2024-06-13 13:24:24 +02:00
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_management_proto_msgTypes [ 30 ] . Exporter = func ( v interface { } , i int ) interface { } {
2024-09-08 12:06:14 +02:00
switch v := v . ( * NameServer ) ; i {
2024-06-13 13:24:24 +02:00
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_management_proto_msgTypes [ 31 ] . Exporter = func ( v interface { } , i int ) interface { } {
2024-09-08 12:06:14 +02:00
switch v := v . ( * FirewallRule ) ; i {
2024-02-20 11:53:11 +01:00
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
2024-06-13 13:24:24 +02:00
file_management_proto_msgTypes [ 32 ] . Exporter = func ( v interface { } , i int ) interface { } {
2024-09-08 12:06:14 +02:00
switch v := v . ( * NetworkAddress ) ; i {
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_management_proto_msgTypes [ 33 ] . Exporter = func ( v interface { } , i int ) interface { } {
2024-06-13 13:24:24 +02:00
switch v := v . ( * Checks ) ; i {
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
2024-10-02 13:41:00 +02:00
file_management_proto_msgTypes [ 34 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * PortInfo ) ; i {
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_management_proto_msgTypes [ 35 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * RouteFirewallRule ) ; i {
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_management_proto_msgTypes [ 36 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * PortInfo_Range ) ; i {
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
}
file_management_proto_msgTypes [ 34 ] . OneofWrappers = [ ] interface { } {
( * PortInfo_Port ) ( nil ) ,
( * PortInfo_Range_ ) ( nil ) ,
2021-07-17 14:38:59 +02:00
}
2021-07-20 18:09:26 +02:00
type x struct { }
out := protoimpl . TypeBuilder {
File : protoimpl . DescBuilder {
GoPackagePath : reflect . TypeOf ( x { } ) . PkgPath ( ) ,
RawDescriptor : file_management_proto_rawDesc ,
2023-05-29 16:00:18 +02:00
NumEnums : 5 ,
2024-10-02 13:41:00 +02:00
NumMessages : 37 ,
2021-07-20 18:09:26 +02:00
NumExtensions : 0 ,
NumServices : 1 ,
2021-07-17 14:38:59 +02:00
} ,
2021-07-20 18:09:26 +02:00
GoTypes : file_management_proto_goTypes ,
DependencyIndexes : file_management_proto_depIdxs ,
2021-07-25 17:08:16 +02:00
EnumInfos : file_management_proto_enumTypes ,
2021-07-20 18:09:26 +02:00
MessageInfos : file_management_proto_msgTypes ,
} . Build ( )
File_management_proto = out . File
file_management_proto_rawDesc = nil
file_management_proto_goTypes = nil
file_management_proto_depIdxs = nil
2021-07-17 14:38:59 +02:00
}