messengertypes

package
v2.470.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 18, 2024 License: Apache-2.0, MIT Imports: 24 Imported by: 1

Documentation

Overview

Package messengertypes is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

View Source
const (
	MessengerService_InstanceShareableBertyID_FullMethodName        = "/berty.messenger.v1.MessengerService/InstanceShareableBertyID"
	MessengerService_ShareableBertyGroup_FullMethodName             = "/berty.messenger.v1.MessengerService/ShareableBertyGroup"
	MessengerService_DevShareInstanceBertyID_FullMethodName         = "/berty.messenger.v1.MessengerService/DevShareInstanceBertyID"
	MessengerService_DevStreamLogs_FullMethodName                   = "/berty.messenger.v1.MessengerService/DevStreamLogs"
	MessengerService_ParseDeepLink_FullMethodName                   = "/berty.messenger.v1.MessengerService/ParseDeepLink"
	MessengerService_SendContactRequest_FullMethodName              = "/berty.messenger.v1.MessengerService/SendContactRequest"
	MessengerService_SystemInfo_FullMethodName                      = "/berty.messenger.v1.MessengerService/SystemInfo"
	MessengerService_EchoTest_FullMethodName                        = "/berty.messenger.v1.MessengerService/EchoTest"
	MessengerService_EchoDuplexTest_FullMethodName                  = "/berty.messenger.v1.MessengerService/EchoDuplexTest"
	MessengerService_ConversationStream_FullMethodName              = "/berty.messenger.v1.MessengerService/ConversationStream"
	MessengerService_EventStream_FullMethodName                     = "/berty.messenger.v1.MessengerService/EventStream"
	MessengerService_ConversationCreate_FullMethodName              = "/berty.messenger.v1.MessengerService/ConversationCreate"
	MessengerService_ConversationJoin_FullMethodName                = "/berty.messenger.v1.MessengerService/ConversationJoin"
	MessengerService_AccountGet_FullMethodName                      = "/berty.messenger.v1.MessengerService/AccountGet"
	MessengerService_AccountUpdate_FullMethodName                   = "/berty.messenger.v1.MessengerService/AccountUpdate"
	MessengerService_AccountPushConfigure_FullMethodName            = "/berty.messenger.v1.MessengerService/AccountPushConfigure"
	MessengerService_ContactRequest_FullMethodName                  = "/berty.messenger.v1.MessengerService/ContactRequest"
	MessengerService_ContactAccept_FullMethodName                   = "/berty.messenger.v1.MessengerService/ContactAccept"
	MessengerService_Interact_FullMethodName                        = "/berty.messenger.v1.MessengerService/Interact"
	MessengerService_ConversationOpen_FullMethodName                = "/berty.messenger.v1.MessengerService/ConversationOpen"
	MessengerService_ConversationClose_FullMethodName               = "/berty.messenger.v1.MessengerService/ConversationClose"
	MessengerService_ConversationLoad_FullMethodName                = "/berty.messenger.v1.MessengerService/ConversationLoad"
	MessengerService_ConversationMute_FullMethodName                = "/berty.messenger.v1.MessengerService/ConversationMute"
	MessengerService_ReplicationServiceRegisterGroup_FullMethodName = "/berty.messenger.v1.MessengerService/ReplicationServiceRegisterGroup"
	MessengerService_ReplicationSetAutoEnable_FullMethodName        = "/berty.messenger.v1.MessengerService/ReplicationSetAutoEnable"
	MessengerService_BannerQuote_FullMethodName                     = "/berty.messenger.v1.MessengerService/BannerQuote"
	MessengerService_InstanceExportData_FullMethodName              = "/berty.messenger.v1.MessengerService/InstanceExportData"
	MessengerService_MessageSearch_FullMethodName                   = "/berty.messenger.v1.MessengerService/MessageSearch"
	MessengerService_ListMemberDevices_FullMethodName               = "/berty.messenger.v1.MessengerService/ListMemberDevices"
	MessengerService_TyberHostSearch_FullMethodName                 = "/berty.messenger.v1.MessengerService/TyberHostSearch"
	MessengerService_TyberHostAttach_FullMethodName                 = "/berty.messenger.v1.MessengerService/TyberHostAttach"
	MessengerService_DebugAuthServiceSetToken_FullMethodName        = "/berty.messenger.v1.MessengerService/DebugAuthServiceSetToken"
	MessengerService_ServicesTokenList_FullMethodName               = "/berty.messenger.v1.MessengerService/ServicesTokenList"
	MessengerService_AuthServiceInitFlow_FullMethodName             = "/berty.messenger.v1.MessengerService/AuthServiceInitFlow"
	MessengerService_AuthServiceCompleteFlow_FullMethodName         = "/berty.messenger.v1.MessengerService/AuthServiceCompleteFlow"
	MessengerService_PushSetAutoShare_FullMethodName                = "/berty.messenger.v1.MessengerService/PushSetAutoShare"
	MessengerService_PushShareTokenForConversation_FullMethodName   = "/berty.messenger.v1.MessengerService/PushShareTokenForConversation"
	MessengerService_PushTokenSharedForConversation_FullMethodName  = "/berty.messenger.v1.MessengerService/PushTokenSharedForConversation"
	MessengerService_PushReceive_FullMethodName                     = "/berty.messenger.v1.MessengerService/PushReceive"
	MessengerService_PushSend_FullMethodName                        = "/berty.messenger.v1.MessengerService/PushSend"
	MessengerService_PushSetDeviceToken_FullMethodName              = "/berty.messenger.v1.MessengerService/PushSetDeviceToken"
	MessengerService_PushSetServer_FullMethodName                   = "/berty.messenger.v1.MessengerService/PushSetServer"
	MessengerService_DirectoryServiceRegister_FullMethodName        = "/berty.messenger.v1.MessengerService/DirectoryServiceRegister"
	MessengerService_DirectoryServiceUnregister_FullMethodName      = "/berty.messenger.v1.MessengerService/DirectoryServiceUnregister"
	MessengerService_DirectoryServiceQuery_FullMethodName           = "/berty.messenger.v1.MessengerService/DirectoryServiceQuery"
)

Variables

View Source
var (
	BertyLink_Kind_name = map[int32]string{
		0: "UnknownKind",
		1: "ContactInviteV1Kind",
		2: "GroupV1Kind",
		3: "EncryptedV1Kind",
		4: "MessageV1Kind",
	}
	BertyLink_Kind_value = map[string]int32{
		"UnknownKind":         0,
		"ContactInviteV1Kind": 1,
		"GroupV1Kind":         2,
		"EncryptedV1Kind":     3,
		"MessageV1Kind":       4,
	}
)

Enum value maps for BertyLink_Kind.

View Source
var (
	AppMessage_Type_name = map[int32]string{
		0:  "Undefined",
		1:  "TypeUserMessage",
		3:  "TypeGroupInvitation",
		4:  "TypeSetGroupInfo",
		5:  "TypeSetUserInfo",
		6:  "TypeAcknowledge",
		8:  "TypeAccountDirectoryServiceRegistered",
		9:  "TypeAccountDirectoryServiceUnregistered",
		10: "TypeServiceAddToken",
		11: "TypeServiceRemoveToken",
		12: "TypePushSetDeviceToken",
		13: "TypePushSetServer",
		14: "TypePushSetMemberToken",
	}
	AppMessage_Type_value = map[string]int32{
		"Undefined":                               0,
		"TypeUserMessage":                         1,
		"TypeGroupInvitation":                     3,
		"TypeSetGroupInfo":                        4,
		"TypeSetUserInfo":                         5,
		"TypeAcknowledge":                         6,
		"TypeAccountDirectoryServiceRegistered":   8,
		"TypeAccountDirectoryServiceUnregistered": 9,
		"TypeServiceAddToken":                     10,
		"TypeServiceRemoveToken":                  11,
		"TypePushSetDeviceToken":                  12,
		"TypePushSetServer":                       13,
		"TypePushSetMemberToken":                  14,
	}
)

Enum value maps for AppMessage_Type.

View Source
var (
	Contact_State_name = map[int32]string{
		0: "Undefined",
		1: "IncomingRequest",
		2: "OutgoingRequestEnqueued",
		3: "OutgoingRequestSent",
		4: "Accepted",
	}
	Contact_State_value = map[string]int32{
		"Undefined":               0,
		"IncomingRequest":         1,
		"OutgoingRequestEnqueued": 2,
		"OutgoingRequestSent":     3,
		"Accepted":                4,
	}
)

Enum value maps for Contact_State.

View Source
var (
	Conversation_Type_name = map[int32]string{
		0: "Undefined",
		1: "AccountType",
		2: "ContactType",
		3: "MultiMemberType",
	}
	Conversation_Type_value = map[string]int32{
		"Undefined":       0,
		"AccountType":     1,
		"ContactType":     2,
		"MultiMemberType": 3,
	}
)

Enum value maps for Conversation_Type.

View Source
var (
	StreamEvent_Type_name = map[int32]string{
		0:  "Undefined",
		1:  "TypeListEnded",
		2:  "TypeConversationUpdated",
		3:  "TypeConversationDeleted",
		4:  "TypeInteractionUpdated",
		5:  "TypeInteractionDeleted",
		6:  "TypeContactUpdated",
		7:  "TypeAccountUpdated",
		8:  "TypeMemberUpdated",
		9:  "TypeDeviceUpdated",
		10: "TypeNotified",
		12: "TypeConversationPartialLoad",
		13: "TypePeerStatusConnected",
		14: "TypePeerStatusReconnecting",
		15: "TypePeerStatusDisconnected",
		16: "TypePeerStatusGroupAssociated",
		17: "TypeServiceTokenAdded",
	}
	StreamEvent_Type_value = map[string]int32{
		"Undefined":                     0,
		"TypeListEnded":                 1,
		"TypeConversationUpdated":       2,
		"TypeConversationDeleted":       3,
		"TypeInteractionUpdated":        4,
		"TypeInteractionDeleted":        5,
		"TypeContactUpdated":            6,
		"TypeAccountUpdated":            7,
		"TypeMemberUpdated":             8,
		"TypeDeviceUpdated":             9,
		"TypeNotified":                  10,
		"TypeConversationPartialLoad":   12,
		"TypePeerStatusConnected":       13,
		"TypePeerStatusReconnecting":    14,
		"TypePeerStatusDisconnected":    15,
		"TypePeerStatusGroupAssociated": 16,
		"TypeServiceTokenAdded":         17,
	}
)

Enum value maps for StreamEvent_Type.

View Source
var (
	StreamEvent_Notified_Type_name = map[int32]string{
		0: "Unknown",
		1: "TypeBasic",
		2: "TypeMessageReceived",
		3: "TypeContactRequestSent",
		4: "TypeContactRequestReceived",
		5: "TypeGroupInvitation",
	}
	StreamEvent_Notified_Type_value = map[string]int32{
		"Unknown":                    0,
		"TypeBasic":                  1,
		"TypeMessageReceived":        2,
		"TypeContactRequestSent":     3,
		"TypeContactRequestReceived": 4,
		"TypeGroupInvitation":        5,
	}
)

Enum value maps for StreamEvent_Notified_Type.

View Source
var (
	StreamEvent_PeerStatusConnected_Transport_name = map[int32]string{
		0: "Unknown",
		1: "LAN",
		2: "WAN",
		3: "Proximity",
	}
	StreamEvent_PeerStatusConnected_Transport_value = map[string]int32{
		"Unknown":   0,
		"LAN":       1,
		"WAN":       2,
		"Proximity": 3,
	}
)

Enum value maps for StreamEvent_PeerStatusConnected_Transport.

View Source
var File_messengertypes_messengertypes_proto protoreflect.FileDescriptor
View Source
var MessengerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "berty.messenger.v1.MessengerService",
	HandlerType: (*MessengerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "InstanceShareableBertyID",
			Handler:    _MessengerService_InstanceShareableBertyID_Handler,
		},
		{
			MethodName: "ShareableBertyGroup",
			Handler:    _MessengerService_ShareableBertyGroup_Handler,
		},
		{
			MethodName: "DevShareInstanceBertyID",
			Handler:    _MessengerService_DevShareInstanceBertyID_Handler,
		},
		{
			MethodName: "ParseDeepLink",
			Handler:    _MessengerService_ParseDeepLink_Handler,
		},
		{
			MethodName: "SendContactRequest",
			Handler:    _MessengerService_SendContactRequest_Handler,
		},
		{
			MethodName: "SystemInfo",
			Handler:    _MessengerService_SystemInfo_Handler,
		},
		{
			MethodName: "ConversationCreate",
			Handler:    _MessengerService_ConversationCreate_Handler,
		},
		{
			MethodName: "ConversationJoin",
			Handler:    _MessengerService_ConversationJoin_Handler,
		},
		{
			MethodName: "AccountGet",
			Handler:    _MessengerService_AccountGet_Handler,
		},
		{
			MethodName: "AccountUpdate",
			Handler:    _MessengerService_AccountUpdate_Handler,
		},
		{
			MethodName: "AccountPushConfigure",
			Handler:    _MessengerService_AccountPushConfigure_Handler,
		},
		{
			MethodName: "ContactRequest",
			Handler:    _MessengerService_ContactRequest_Handler,
		},
		{
			MethodName: "ContactAccept",
			Handler:    _MessengerService_ContactAccept_Handler,
		},
		{
			MethodName: "Interact",
			Handler:    _MessengerService_Interact_Handler,
		},
		{
			MethodName: "ConversationOpen",
			Handler:    _MessengerService_ConversationOpen_Handler,
		},
		{
			MethodName: "ConversationClose",
			Handler:    _MessengerService_ConversationClose_Handler,
		},
		{
			MethodName: "ConversationLoad",
			Handler:    _MessengerService_ConversationLoad_Handler,
		},
		{
			MethodName: "ConversationMute",
			Handler:    _MessengerService_ConversationMute_Handler,
		},
		{
			MethodName: "ReplicationServiceRegisterGroup",
			Handler:    _MessengerService_ReplicationServiceRegisterGroup_Handler,
		},
		{
			MethodName: "ReplicationSetAutoEnable",
			Handler:    _MessengerService_ReplicationSetAutoEnable_Handler,
		},
		{
			MethodName: "BannerQuote",
			Handler:    _MessengerService_BannerQuote_Handler,
		},
		{
			MethodName: "MessageSearch",
			Handler:    _MessengerService_MessageSearch_Handler,
		},
		{
			MethodName: "TyberHostAttach",
			Handler:    _MessengerService_TyberHostAttach_Handler,
		},
		{
			MethodName: "DebugAuthServiceSetToken",
			Handler:    _MessengerService_DebugAuthServiceSetToken_Handler,
		},
		{
			MethodName: "AuthServiceInitFlow",
			Handler:    _MessengerService_AuthServiceInitFlow_Handler,
		},
		{
			MethodName: "AuthServiceCompleteFlow",
			Handler:    _MessengerService_AuthServiceCompleteFlow_Handler,
		},
		{
			MethodName: "PushSetAutoShare",
			Handler:    _MessengerService_PushSetAutoShare_Handler,
		},
		{
			MethodName: "PushShareTokenForConversation",
			Handler:    _MessengerService_PushShareTokenForConversation_Handler,
		},
		{
			MethodName: "PushReceive",
			Handler:    _MessengerService_PushReceive_Handler,
		},
		{
			MethodName: "PushSend",
			Handler:    _MessengerService_PushSend_Handler,
		},
		{
			MethodName: "PushSetDeviceToken",
			Handler:    _MessengerService_PushSetDeviceToken_Handler,
		},
		{
			MethodName: "PushSetServer",
			Handler:    _MessengerService_PushSetServer_Handler,
		},
		{
			MethodName: "DirectoryServiceRegister",
			Handler:    _MessengerService_DirectoryServiceRegister_Handler,
		},
		{
			MethodName: "DirectoryServiceUnregister",
			Handler:    _MessengerService_DirectoryServiceUnregister_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "DevStreamLogs",
			Handler:       _MessengerService_DevStreamLogs_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "EchoTest",
			Handler:       _MessengerService_EchoTest_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "EchoDuplexTest",
			Handler:       _MessengerService_EchoDuplexTest_Handler,
			ServerStreams: true,
			ClientStreams: true,
		},
		{
			StreamName:    "ConversationStream",
			Handler:       _MessengerService_ConversationStream_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "EventStream",
			Handler:       _MessengerService_EventStream_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "InstanceExportData",
			Handler:       _MessengerService_InstanceExportData_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "ListMemberDevices",
			Handler:       _MessengerService_ListMemberDevices_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "TyberHostSearch",
			Handler:       _MessengerService_TyberHostSearch_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "ServicesTokenList",
			Handler:       _MessengerService_ServicesTokenList_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "PushTokenSharedForConversation",
			Handler:       _MessengerService_PushTokenSharedForConversation_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "DirectoryServiceQuery",
			Handler:       _MessengerService_DirectoryServiceQuery_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "messengertypes/messengertypes.proto",
}

MessengerService_ServiceDesc is the grpc.ServiceDesc for MessengerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterMessengerServiceHandler

func RegisterMessengerServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterMessengerServiceHandler registers the http handlers for service MessengerService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterMessengerServiceHandlerClient

func RegisterMessengerServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client MessengerServiceClient) error

RegisterMessengerServiceHandlerClient registers the http handlers for service MessengerService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "MessengerServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "MessengerServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "MessengerServiceClient" to call the correct interceptors.

func RegisterMessengerServiceHandlerFromEndpoint

func RegisterMessengerServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterMessengerServiceHandlerFromEndpoint is same as RegisterMessengerServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterMessengerServiceHandlerServer

func RegisterMessengerServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server MessengerServiceServer) error

RegisterMessengerServiceHandlerServer registers the http handlers for service MessengerService to "mux". UnaryRPC :call MessengerServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterMessengerServiceHandlerFromEndpoint instead.

func RegisterMessengerServiceServer

func RegisterMessengerServiceServer(s grpc.ServiceRegistrar, srv MessengerServiceServer)

Types

type Account

type Account struct {
	PublicKey                       string                           `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" gorm:"primaryKey"`
	DisplayName                     string                           `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Link                            string                           `protobuf:"bytes,3,opt,name=link,proto3" json:"link,omitempty"`
	ServiceTokens                   []*ServiceToken                  `` /* 128-byte string literal not displayed */
	ReplicateNewGroupsAutomatically bool                             `` /* 179-byte string literal not displayed */
	AutoSharePushTokenFlag          bool                             `` /* 134-byte string literal not displayed */
	PushDeviceToken                 *PushDeviceToken                 `` /* 136-byte string literal not displayed */
	PushServerRecords               []*PushServerRecord              `` /* 143-byte string literal not displayed */
	MutedUntil                      int64                            `protobuf:"varint,11,opt,name=muted_until,json=mutedUntil,proto3" json:"muted_until,omitempty"`
	HideInAppNotifications          bool                             `` /* 133-byte string literal not displayed */
	HidePushPreviews                bool                             `protobuf:"varint,13,opt,name=hide_push_previews,json=hidePushPreviews,proto3" json:"hide_push_previews,omitempty"`
	VerifiedCredentials             []*AccountVerifiedCredential     `` /* 147-byte string literal not displayed */
	DirectoryServiceRecords         []*AccountDirectoryServiceRecord `` /* 161-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Account) Descriptor deprecated

func (*Account) Descriptor() ([]byte, []int)

Deprecated: Use Account.ProtoReflect.Descriptor instead.

func (*Account) GetAutoSharePushTokenFlag added in v2.305.0

func (x *Account) GetAutoSharePushTokenFlag() bool

func (*Account) GetDirectoryServiceRecords added in v2.452.0

func (x *Account) GetDirectoryServiceRecords() []*AccountDirectoryServiceRecord

func (*Account) GetDisplayName

func (x *Account) GetDisplayName() string

func (*Account) GetHideInAppNotifications added in v2.381.0

func (x *Account) GetHideInAppNotifications() bool

func (*Account) GetHidePushPreviews added in v2.381.0

func (x *Account) GetHidePushPreviews() bool
func (x *Account) GetLink() string

func (*Account) GetMutedUntil added in v2.381.0

func (x *Account) GetMutedUntil() int64

func (*Account) GetPublicKey

func (x *Account) GetPublicKey() string

func (*Account) GetPushDeviceToken added in v2.470.0

func (x *Account) GetPushDeviceToken() *PushDeviceToken

func (*Account) GetPushServerRecords added in v2.470.0

func (x *Account) GetPushServerRecords() []*PushServerRecord

func (*Account) GetReplicateNewGroupsAutomatically

func (x *Account) GetReplicateNewGroupsAutomatically() bool

func (*Account) GetServiceTokens

func (x *Account) GetServiceTokens() []*ServiceToken

func (*Account) GetVerifiedCredentials added in v2.448.0

func (x *Account) GetVerifiedCredentials() []*AccountVerifiedCredential

func (*Account) ProtoMessage

func (*Account) ProtoMessage()

func (*Account) ProtoReflect added in v2.470.4

func (x *Account) ProtoReflect() protoreflect.Message

func (*Account) Reset

func (x *Account) Reset()

func (*Account) String

func (x *Account) String() string

type AccountDirectoryServiceRecord added in v2.452.0

type AccountDirectoryServiceRecord struct {
	AccountPk                      string `protobuf:"bytes,1,opt,name=account_pk,json=accountPk,proto3" json:"account_pk,omitempty"`
	Identifier                     string `protobuf:"bytes,2,opt,name=identifier,proto3" json:"identifier,omitempty" gorm:"primaryKey"`
	IdentifierProofIssuer          string `` /* 126-byte string literal not displayed */
	ServerAddr                     string `protobuf:"bytes,4,opt,name=server_addr,json=serverAddr,proto3" json:"server_addr,omitempty" gorm:"primaryKey"`
	RegistrationDate               int64  `protobuf:"varint,5,opt,name=registration_date,json=registrationDate,proto3" json:"registration_date,omitempty"`
	ExpirationDate                 int64  `protobuf:"varint,6,opt,name=expiration_date,json=expirationDate,proto3" json:"expiration_date,omitempty"`
	Revoked                        bool   `protobuf:"varint,7,opt,name=revoked,proto3" json:"revoked,omitempty"`
	DirectoryRecordToken           string `protobuf:"bytes,8,opt,name=directory_record_token,json=directoryRecordToken,proto3" json:"directory_record_token,omitempty"`
	DirectoryRecordUnregisterToken string `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AccountDirectoryServiceRecord) Descriptor deprecated added in v2.452.0

func (*AccountDirectoryServiceRecord) Descriptor() ([]byte, []int)

Deprecated: Use AccountDirectoryServiceRecord.ProtoReflect.Descriptor instead.

func (*AccountDirectoryServiceRecord) GetAccountPk added in v2.470.4

func (x *AccountDirectoryServiceRecord) GetAccountPk() string

func (*AccountDirectoryServiceRecord) GetDirectoryRecordToken added in v2.452.0

func (x *AccountDirectoryServiceRecord) GetDirectoryRecordToken() string

func (*AccountDirectoryServiceRecord) GetDirectoryRecordUnregisterToken added in v2.452.0

func (x *AccountDirectoryServiceRecord) GetDirectoryRecordUnregisterToken() string

func (*AccountDirectoryServiceRecord) GetExpirationDate added in v2.452.0

func (x *AccountDirectoryServiceRecord) GetExpirationDate() int64

func (*AccountDirectoryServiceRecord) GetIdentifier added in v2.452.0

func (x *AccountDirectoryServiceRecord) GetIdentifier() string

func (*AccountDirectoryServiceRecord) GetIdentifierProofIssuer added in v2.452.0

func (x *AccountDirectoryServiceRecord) GetIdentifierProofIssuer() string

func (*AccountDirectoryServiceRecord) GetRegistrationDate added in v2.452.0

func (x *AccountDirectoryServiceRecord) GetRegistrationDate() int64

func (*AccountDirectoryServiceRecord) GetRevoked added in v2.452.0

func (x *AccountDirectoryServiceRecord) GetRevoked() bool

func (*AccountDirectoryServiceRecord) GetServerAddr added in v2.452.0

func (x *AccountDirectoryServiceRecord) GetServerAddr() string

func (*AccountDirectoryServiceRecord) ProtoMessage added in v2.452.0

func (*AccountDirectoryServiceRecord) ProtoMessage()

func (*AccountDirectoryServiceRecord) ProtoReflect added in v2.470.4

func (*AccountDirectoryServiceRecord) Reset added in v2.452.0

func (x *AccountDirectoryServiceRecord) Reset()

func (*AccountDirectoryServiceRecord) String added in v2.452.0

type AccountGet

type AccountGet struct {
	// contains filtered or unexported fields
}

func (*AccountGet) Descriptor deprecated

func (*AccountGet) Descriptor() ([]byte, []int)

Deprecated: Use AccountGet.ProtoReflect.Descriptor instead.

func (*AccountGet) ProtoMessage

func (*AccountGet) ProtoMessage()

func (*AccountGet) ProtoReflect added in v2.470.4

func (x *AccountGet) ProtoReflect() protoreflect.Message

func (*AccountGet) Reset

func (x *AccountGet) Reset()

func (*AccountGet) String

func (x *AccountGet) String() string

type AccountGet_Reply

type AccountGet_Reply struct {
	Account *Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountGet_Reply) Descriptor deprecated

func (*AccountGet_Reply) Descriptor() ([]byte, []int)

Deprecated: Use AccountGet_Reply.ProtoReflect.Descriptor instead.

func (*AccountGet_Reply) GetAccount

func (x *AccountGet_Reply) GetAccount() *Account

func (*AccountGet_Reply) ProtoMessage

func (*AccountGet_Reply) ProtoMessage()

func (*AccountGet_Reply) ProtoReflect added in v2.470.4

func (x *AccountGet_Reply) ProtoReflect() protoreflect.Message

func (*AccountGet_Reply) Reset

func (x *AccountGet_Reply) Reset()

func (*AccountGet_Reply) String

func (x *AccountGet_Reply) String() string

type AccountGet_Request

type AccountGet_Request struct {
	// contains filtered or unexported fields
}

func (*AccountGet_Request) Descriptor deprecated

func (*AccountGet_Request) Descriptor() ([]byte, []int)

Deprecated: Use AccountGet_Request.ProtoReflect.Descriptor instead.

func (*AccountGet_Request) ProtoMessage

func (*AccountGet_Request) ProtoMessage()

func (*AccountGet_Request) ProtoReflect added in v2.470.4

func (x *AccountGet_Request) ProtoReflect() protoreflect.Message

func (*AccountGet_Request) Reset

func (x *AccountGet_Request) Reset()

func (*AccountGet_Request) String

func (x *AccountGet_Request) String() string

type AccountPushConfigure added in v2.381.0

type AccountPushConfigure struct {
	// contains filtered or unexported fields
}

func (*AccountPushConfigure) Descriptor deprecated added in v2.381.0

func (*AccountPushConfigure) Descriptor() ([]byte, []int)

Deprecated: Use AccountPushConfigure.ProtoReflect.Descriptor instead.

func (*AccountPushConfigure) ProtoMessage added in v2.381.0

func (*AccountPushConfigure) ProtoMessage()

func (*AccountPushConfigure) ProtoReflect added in v2.470.4

func (x *AccountPushConfigure) ProtoReflect() protoreflect.Message

func (*AccountPushConfigure) Reset added in v2.381.0

func (x *AccountPushConfigure) Reset()

func (*AccountPushConfigure) String added in v2.381.0

func (x *AccountPushConfigure) String() string

type AccountPushConfigure_Reply added in v2.381.0

type AccountPushConfigure_Reply struct {
	// contains filtered or unexported fields
}

func (*AccountPushConfigure_Reply) Descriptor deprecated added in v2.381.0

func (*AccountPushConfigure_Reply) Descriptor() ([]byte, []int)

Deprecated: Use AccountPushConfigure_Reply.ProtoReflect.Descriptor instead.

func (*AccountPushConfigure_Reply) ProtoMessage added in v2.381.0

func (*AccountPushConfigure_Reply) ProtoMessage()

func (*AccountPushConfigure_Reply) ProtoReflect added in v2.470.4

func (*AccountPushConfigure_Reply) Reset added in v2.381.0

func (x *AccountPushConfigure_Reply) Reset()

func (*AccountPushConfigure_Reply) String added in v2.381.0

func (x *AccountPushConfigure_Reply) String() string

type AccountPushConfigure_Request added in v2.381.0

type AccountPushConfigure_Request struct {
	MutedUntil             int64 `protobuf:"varint,1,opt,name=muted_until,json=mutedUntil,proto3" json:"muted_until,omitempty"`
	Unmute                 bool  `protobuf:"varint,2,opt,name=unmute,proto3" json:"unmute,omitempty"`
	MuteForever            bool  `protobuf:"varint,3,opt,name=mute_forever,json=muteForever,proto3" json:"mute_forever,omitempty"`
	HideInAppNotifications bool  `` /* 132-byte string literal not displayed */
	HidePushPreviews       bool  `protobuf:"varint,5,opt,name=hide_push_previews,json=hidePushPreviews,proto3" json:"hide_push_previews,omitempty"`
	ShowInAppNotifications bool  `` /* 132-byte string literal not displayed */
	ShowPushPreviews       bool  `protobuf:"varint,7,opt,name=show_push_previews,json=showPushPreviews,proto3" json:"show_push_previews,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountPushConfigure_Request) Descriptor deprecated added in v2.381.0

func (*AccountPushConfigure_Request) Descriptor() ([]byte, []int)

Deprecated: Use AccountPushConfigure_Request.ProtoReflect.Descriptor instead.

func (*AccountPushConfigure_Request) GetHideInAppNotifications added in v2.381.0

func (x *AccountPushConfigure_Request) GetHideInAppNotifications() bool

func (*AccountPushConfigure_Request) GetHidePushPreviews added in v2.381.0

func (x *AccountPushConfigure_Request) GetHidePushPreviews() bool

func (*AccountPushConfigure_Request) GetMuteForever added in v2.381.0

func (x *AccountPushConfigure_Request) GetMuteForever() bool

func (*AccountPushConfigure_Request) GetMutedUntil added in v2.381.0

func (x *AccountPushConfigure_Request) GetMutedUntil() int64

func (*AccountPushConfigure_Request) GetShowInAppNotifications added in v2.381.0

func (x *AccountPushConfigure_Request) GetShowInAppNotifications() bool

func (*AccountPushConfigure_Request) GetShowPushPreviews added in v2.381.0

func (x *AccountPushConfigure_Request) GetShowPushPreviews() bool

func (*AccountPushConfigure_Request) GetUnmute added in v2.381.0

func (x *AccountPushConfigure_Request) GetUnmute() bool

func (*AccountPushConfigure_Request) ProtoMessage added in v2.381.0

func (*AccountPushConfigure_Request) ProtoMessage()

func (*AccountPushConfigure_Request) ProtoReflect added in v2.470.4

func (*AccountPushConfigure_Request) Reset added in v2.381.0

func (x *AccountPushConfigure_Request) Reset()

func (*AccountPushConfigure_Request) String added in v2.381.0

type AccountUpdate

type AccountUpdate struct {
	// contains filtered or unexported fields
}

func (*AccountUpdate) Descriptor deprecated

func (*AccountUpdate) Descriptor() ([]byte, []int)

Deprecated: Use AccountUpdate.ProtoReflect.Descriptor instead.

func (*AccountUpdate) ProtoMessage

func (*AccountUpdate) ProtoMessage()

func (*AccountUpdate) ProtoReflect added in v2.470.4

func (x *AccountUpdate) ProtoReflect() protoreflect.Message

func (*AccountUpdate) Reset

func (x *AccountUpdate) Reset()

func (*AccountUpdate) String

func (x *AccountUpdate) String() string

type AccountUpdate_Reply

type AccountUpdate_Reply struct {
	// contains filtered or unexported fields
}

func (*AccountUpdate_Reply) Descriptor deprecated

func (*AccountUpdate_Reply) Descriptor() ([]byte, []int)

Deprecated: Use AccountUpdate_Reply.ProtoReflect.Descriptor instead.

func (*AccountUpdate_Reply) ProtoMessage

func (*AccountUpdate_Reply) ProtoMessage()

func (*AccountUpdate_Reply) ProtoReflect added in v2.470.4

func (x *AccountUpdate_Reply) ProtoReflect() protoreflect.Message

func (*AccountUpdate_Reply) Reset

func (x *AccountUpdate_Reply) Reset()

func (*AccountUpdate_Reply) String

func (x *AccountUpdate_Reply) String() string

type AccountUpdate_Request

type AccountUpdate_Request struct {
	DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountUpdate_Request) Descriptor deprecated

func (*AccountUpdate_Request) Descriptor() ([]byte, []int)

Deprecated: Use AccountUpdate_Request.ProtoReflect.Descriptor instead.

func (*AccountUpdate_Request) GetDisplayName

func (x *AccountUpdate_Request) GetDisplayName() string

func (*AccountUpdate_Request) ProtoMessage

func (*AccountUpdate_Request) ProtoMessage()

func (*AccountUpdate_Request) ProtoReflect added in v2.470.4

func (x *AccountUpdate_Request) ProtoReflect() protoreflect.Message

func (*AccountUpdate_Request) Reset

func (x *AccountUpdate_Request) Reset()

func (*AccountUpdate_Request) String

func (x *AccountUpdate_Request) String() string

type AccountVerifiedCredential added in v2.448.0

type AccountVerifiedCredential struct {
	AccountPk        string `protobuf:"bytes,1,opt,name=account_pk,json=accountPk,proto3" json:"account_pk,omitempty"`
	Identifier       string `protobuf:"bytes,2,opt,name=identifier,proto3" json:"identifier,omitempty"`
	RegistrationDate int64  `protobuf:"varint,3,opt,name=registration_date,json=registrationDate,proto3" json:"registration_date,omitempty"`
	ExpirationDate   int64  `protobuf:"varint,4,opt,name=expiration_date,json=expirationDate,proto3" json:"expiration_date,omitempty"`
	Issuer           string `protobuf:"bytes,5,opt,name=issuer,proto3" json:"issuer,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountVerifiedCredential) Descriptor deprecated added in v2.448.0

func (*AccountVerifiedCredential) Descriptor() ([]byte, []int)

Deprecated: Use AccountVerifiedCredential.ProtoReflect.Descriptor instead.

func (*AccountVerifiedCredential) GetAccountPk added in v2.470.4

func (x *AccountVerifiedCredential) GetAccountPk() string

func (*AccountVerifiedCredential) GetExpirationDate added in v2.448.0

func (x *AccountVerifiedCredential) GetExpirationDate() int64

func (*AccountVerifiedCredential) GetIdentifier added in v2.448.0

func (x *AccountVerifiedCredential) GetIdentifier() string

func (*AccountVerifiedCredential) GetIssuer added in v2.448.0

func (x *AccountVerifiedCredential) GetIssuer() string

func (*AccountVerifiedCredential) GetRegistrationDate added in v2.448.0

func (x *AccountVerifiedCredential) GetRegistrationDate() int64

func (*AccountVerifiedCredential) ProtoMessage added in v2.448.0

func (*AccountVerifiedCredential) ProtoMessage()

func (*AccountVerifiedCredential) ProtoReflect added in v2.470.4

func (*AccountVerifiedCredential) Reset added in v2.448.0

func (x *AccountVerifiedCredential) Reset()

func (*AccountVerifiedCredential) String added in v2.448.0

func (x *AccountVerifiedCredential) String() string

type AppMessage

type AppMessage struct {
	Type      AppMessage_Type `protobuf:"varint,1,opt,name=type,proto3,enum=berty.messenger.v1.AppMessage_Type" json:"type,omitempty"`
	Payload   []byte          `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	SentDate  int64           `protobuf:"varint,3,opt,name=sent_date,json=sentDate,proto3" json:"sent_date,omitempty"`
	TargetCid string          `protobuf:"bytes,5,opt,name=target_cid,json=targetCid,proto3" json:"target_cid,omitempty"`
	// contains filtered or unexported fields
}

AppMessage is the app layer format

func UnmarshalAppMessage

func UnmarshalAppMessage(payload []byte) (proto.Message, *AppMessage, error)

func (*AppMessage) Descriptor deprecated

func (*AppMessage) Descriptor() ([]byte, []int)

Deprecated: Use AppMessage.ProtoReflect.Descriptor instead.

func (*AppMessage) GetPayload

func (x *AppMessage) GetPayload() []byte

func (*AppMessage) GetSentDate

func (x *AppMessage) GetSentDate() int64

func (*AppMessage) GetTargetCid added in v2.470.4

func (x *AppMessage) GetTargetCid() string

func (*AppMessage) GetType

func (x *AppMessage) GetType() AppMessage_Type

func (*AppMessage) ProtoMessage

func (*AppMessage) ProtoMessage()

func (*AppMessage) ProtoReflect added in v2.470.4

func (x *AppMessage) ProtoReflect() protoreflect.Message

func (*AppMessage) Reset

func (x *AppMessage) Reset()

func (*AppMessage) String

func (x *AppMessage) String() string

func (*AppMessage) TextRepresentation added in v2.267.0

func (am *AppMessage) TextRepresentation() (string, error)

func (*AppMessage) UnmarshalPayload

func (am *AppMessage) UnmarshalPayload() (proto.Message, error)

UnmarshalPayload tries to parse an AppMessage payload in the corresponding type. Since this function returns a proto.Message interface, you still need to cast the returned value, but this function allows you to make it safely.

type AppMessage_AccountDirectoryServiceRegistered added in v2.452.0

type AppMessage_AccountDirectoryServiceRegistered struct {
	Identifier                     string `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"`
	IdentifierProofIssuer          string `` /* 126-byte string literal not displayed */
	RegistrationDate               int64  `protobuf:"varint,3,opt,name=registration_date,json=registrationDate,proto3" json:"registration_date,omitempty"`
	ExpirationDate                 int64  `protobuf:"varint,4,opt,name=expiration_date,json=expirationDate,proto3" json:"expiration_date,omitempty"`
	ServerAddr                     string `protobuf:"bytes,5,opt,name=server_addr,json=serverAddr,proto3" json:"server_addr,omitempty"`
	DirectoryRecordToken           string `protobuf:"bytes,6,opt,name=directory_record_token,json=directoryRecordToken,proto3" json:"directory_record_token,omitempty"`
	DirectoryRecordUnregisterToken string `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AppMessage_AccountDirectoryServiceRegistered) Descriptor deprecated added in v2.452.0

Deprecated: Use AppMessage_AccountDirectoryServiceRegistered.ProtoReflect.Descriptor instead.

func (*AppMessage_AccountDirectoryServiceRegistered) GetDirectoryRecordToken added in v2.452.0

func (x *AppMessage_AccountDirectoryServiceRegistered) GetDirectoryRecordToken() string

func (*AppMessage_AccountDirectoryServiceRegistered) GetDirectoryRecordUnregisterToken added in v2.452.0

func (x *AppMessage_AccountDirectoryServiceRegistered) GetDirectoryRecordUnregisterToken() string

func (*AppMessage_AccountDirectoryServiceRegistered) GetExpirationDate added in v2.452.0

func (x *AppMessage_AccountDirectoryServiceRegistered) GetExpirationDate() int64

func (*AppMessage_AccountDirectoryServiceRegistered) GetIdentifier added in v2.452.0

func (*AppMessage_AccountDirectoryServiceRegistered) GetIdentifierProofIssuer added in v2.452.0

func (x *AppMessage_AccountDirectoryServiceRegistered) GetIdentifierProofIssuer() string

func (*AppMessage_AccountDirectoryServiceRegistered) GetRegistrationDate added in v2.452.0

func (x *AppMessage_AccountDirectoryServiceRegistered) GetRegistrationDate() int64

func (*AppMessage_AccountDirectoryServiceRegistered) GetServerAddr added in v2.452.0

func (*AppMessage_AccountDirectoryServiceRegistered) ProtoMessage added in v2.452.0

func (*AppMessage_AccountDirectoryServiceRegistered) ProtoReflect added in v2.470.4

func (*AppMessage_AccountDirectoryServiceRegistered) Reset added in v2.452.0

func (*AppMessage_AccountDirectoryServiceRegistered) String added in v2.452.0

type AppMessage_AccountDirectoryServiceUnregistered added in v2.452.0

type AppMessage_AccountDirectoryServiceUnregistered struct {
	Identifier            string `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"`
	IdentifierProofIssuer string `` /* 126-byte string literal not displayed */
	RemovalDate           int64  `protobuf:"varint,3,opt,name=removal_date,json=removalDate,proto3" json:"removal_date,omitempty"`
	ServerAddr            string `protobuf:"bytes,4,opt,name=server_addr,json=serverAddr,proto3" json:"server_addr,omitempty"`
	DirectoryRecordToken  string `protobuf:"bytes,5,opt,name=directory_record_token,json=directoryRecordToken,proto3" json:"directory_record_token,omitempty"`
	// contains filtered or unexported fields
}

func (*AppMessage_AccountDirectoryServiceUnregistered) Descriptor deprecated added in v2.452.0

Deprecated: Use AppMessage_AccountDirectoryServiceUnregistered.ProtoReflect.Descriptor instead.

func (*AppMessage_AccountDirectoryServiceUnregistered) GetDirectoryRecordToken added in v2.452.0

func (x *AppMessage_AccountDirectoryServiceUnregistered) GetDirectoryRecordToken() string

func (*AppMessage_AccountDirectoryServiceUnregistered) GetIdentifier added in v2.452.0

func (*AppMessage_AccountDirectoryServiceUnregistered) GetIdentifierProofIssuer added in v2.452.0

func (x *AppMessage_AccountDirectoryServiceUnregistered) GetIdentifierProofIssuer() string

func (*AppMessage_AccountDirectoryServiceUnregistered) GetRemovalDate added in v2.452.0

func (*AppMessage_AccountDirectoryServiceUnregistered) GetServerAddr added in v2.452.0

func (*AppMessage_AccountDirectoryServiceUnregistered) ProtoMessage added in v2.452.0

func (*AppMessage_AccountDirectoryServiceUnregistered) ProtoReflect added in v2.470.4

func (*AppMessage_AccountDirectoryServiceUnregistered) Reset added in v2.452.0

func (*AppMessage_AccountDirectoryServiceUnregistered) String added in v2.452.0

type AppMessage_Acknowledge

type AppMessage_Acknowledge struct {
	// contains filtered or unexported fields
}

func (*AppMessage_Acknowledge) Descriptor deprecated

func (*AppMessage_Acknowledge) Descriptor() ([]byte, []int)

Deprecated: Use AppMessage_Acknowledge.ProtoReflect.Descriptor instead.

func (*AppMessage_Acknowledge) ProtoMessage

func (*AppMessage_Acknowledge) ProtoMessage()

func (*AppMessage_Acknowledge) ProtoReflect added in v2.470.4

func (x *AppMessage_Acknowledge) ProtoReflect() protoreflect.Message

func (*AppMessage_Acknowledge) Reset

func (x *AppMessage_Acknowledge) Reset()

func (*AppMessage_Acknowledge) String

func (x *AppMessage_Acknowledge) String() string

type AppMessage_GroupInvitation

type AppMessage_GroupInvitation struct {
	Link string `protobuf:"bytes,2,opt,name=link,proto3" json:"link,omitempty"` // TODO: optimize message size
	// contains filtered or unexported fields
}

func (*AppMessage_GroupInvitation) Descriptor deprecated

func (*AppMessage_GroupInvitation) Descriptor() ([]byte, []int)

Deprecated: Use AppMessage_GroupInvitation.ProtoReflect.Descriptor instead.

func (x *AppMessage_GroupInvitation) GetLink() string

func (*AppMessage_GroupInvitation) ProtoMessage

func (*AppMessage_GroupInvitation) ProtoMessage()

func (*AppMessage_GroupInvitation) ProtoReflect added in v2.470.4

func (*AppMessage_GroupInvitation) Reset

func (x *AppMessage_GroupInvitation) Reset()

func (*AppMessage_GroupInvitation) String

func (x *AppMessage_GroupInvitation) String() string

type AppMessage_PushSetDeviceToken added in v2.470.0

type AppMessage_PushSetDeviceToken struct {
	DeviceToken *pushtypes.PushServiceReceiver `protobuf:"bytes,1,opt,name=device_token,json=deviceToken,proto3" json:"device_token,omitempty"`
	// contains filtered or unexported fields
}

func (*AppMessage_PushSetDeviceToken) Descriptor deprecated added in v2.470.0

func (*AppMessage_PushSetDeviceToken) Descriptor() ([]byte, []int)

Deprecated: Use AppMessage_PushSetDeviceToken.ProtoReflect.Descriptor instead.

func (*AppMessage_PushSetDeviceToken) GetDeviceToken added in v2.470.0

func (*AppMessage_PushSetDeviceToken) ProtoMessage added in v2.470.0

func (*AppMessage_PushSetDeviceToken) ProtoMessage()

func (*AppMessage_PushSetDeviceToken) ProtoReflect added in v2.470.4

func (*AppMessage_PushSetDeviceToken) Reset added in v2.470.0

func (x *AppMessage_PushSetDeviceToken) Reset()

func (*AppMessage_PushSetDeviceToken) String added in v2.470.0

type AppMessage_PushSetMemberToken added in v2.470.0

type AppMessage_PushSetMemberToken struct {
	MemberToken *PushMemberTokenUpdate `protobuf:"bytes,1,opt,name=member_token,json=memberToken,proto3" json:"member_token,omitempty"`
	// contains filtered or unexported fields
}

func (*AppMessage_PushSetMemberToken) Descriptor deprecated added in v2.470.0

func (*AppMessage_PushSetMemberToken) Descriptor() ([]byte, []int)

Deprecated: Use AppMessage_PushSetMemberToken.ProtoReflect.Descriptor instead.

func (*AppMessage_PushSetMemberToken) GetMemberToken added in v2.470.0

func (*AppMessage_PushSetMemberToken) ProtoMessage added in v2.470.0

func (*AppMessage_PushSetMemberToken) ProtoMessage()

func (*AppMessage_PushSetMemberToken) ProtoReflect added in v2.470.4

func (*AppMessage_PushSetMemberToken) Reset added in v2.470.0

func (x *AppMessage_PushSetMemberToken) Reset()

func (*AppMessage_PushSetMemberToken) String added in v2.470.0

type AppMessage_PushSetServer added in v2.470.0

type AppMessage_PushSetServer struct {
	Server *PushServer `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"`
	// contains filtered or unexported fields
}

func (*AppMessage_PushSetServer) Descriptor deprecated added in v2.470.0

func (*AppMessage_PushSetServer) Descriptor() ([]byte, []int)

Deprecated: Use AppMessage_PushSetServer.ProtoReflect.Descriptor instead.

func (*AppMessage_PushSetServer) GetServer added in v2.470.0

func (x *AppMessage_PushSetServer) GetServer() *PushServer

func (*AppMessage_PushSetServer) ProtoMessage added in v2.470.0

func (*AppMessage_PushSetServer) ProtoMessage()

func (*AppMessage_PushSetServer) ProtoReflect added in v2.470.4

func (x *AppMessage_PushSetServer) ProtoReflect() protoreflect.Message

func (*AppMessage_PushSetServer) Reset added in v2.470.0

func (x *AppMessage_PushSetServer) Reset()

func (*AppMessage_PushSetServer) String added in v2.470.0

func (x *AppMessage_PushSetServer) String() string

type AppMessage_ServiceAddToken added in v2.470.0

type AppMessage_ServiceAddToken struct {
	Token             string                          `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	SupportedServices []*ServiceTokenSupportedService `protobuf:"bytes,2,rep,name=supported_services,json=supportedServices,proto3" json:"supported_services,omitempty"`
	AuthenticationUrl string                          `protobuf:"bytes,3,opt,name=authentication_url,json=authenticationUrl,proto3" json:"authentication_url,omitempty"`
	Expiration        int64                           `protobuf:"varint,4,opt,name=expiration,proto3" json:"expiration,omitempty"`
	// contains filtered or unexported fields
}

func (*AppMessage_ServiceAddToken) Descriptor deprecated added in v2.470.0

func (*AppMessage_ServiceAddToken) Descriptor() ([]byte, []int)

Deprecated: Use AppMessage_ServiceAddToken.ProtoReflect.Descriptor instead.

func (*AppMessage_ServiceAddToken) GetAuthenticationUrl added in v2.470.4

func (x *AppMessage_ServiceAddToken) GetAuthenticationUrl() string

func (*AppMessage_ServiceAddToken) GetExpiration added in v2.470.0

func (x *AppMessage_ServiceAddToken) GetExpiration() int64

func (*AppMessage_ServiceAddToken) GetSupportedServices added in v2.470.0

func (x *AppMessage_ServiceAddToken) GetSupportedServices() []*ServiceTokenSupportedService

func (*AppMessage_ServiceAddToken) GetToken added in v2.470.0

func (x *AppMessage_ServiceAddToken) GetToken() string

func (*AppMessage_ServiceAddToken) ProtoMessage added in v2.470.0

func (*AppMessage_ServiceAddToken) ProtoMessage()

func (*AppMessage_ServiceAddToken) ProtoReflect added in v2.470.4

func (*AppMessage_ServiceAddToken) Reset added in v2.470.0

func (x *AppMessage_ServiceAddToken) Reset()

func (*AppMessage_ServiceAddToken) String added in v2.470.0

func (x *AppMessage_ServiceAddToken) String() string

func (*AppMessage_ServiceAddToken) TokenID added in v2.470.0

func (m *AppMessage_ServiceAddToken) TokenID() string

type AppMessage_ServiceRemoveToken added in v2.470.0

type AppMessage_ServiceRemoveToken struct {
	Tokenid string `protobuf:"bytes,2,opt,name=tokenid,proto3" json:"tokenid,omitempty"`
	// contains filtered or unexported fields
}

func (*AppMessage_ServiceRemoveToken) Descriptor deprecated added in v2.470.0

func (*AppMessage_ServiceRemoveToken) Descriptor() ([]byte, []int)

Deprecated: Use AppMessage_ServiceRemoveToken.ProtoReflect.Descriptor instead.

func (*AppMessage_ServiceRemoveToken) GetTokenid added in v2.470.4

func (x *AppMessage_ServiceRemoveToken) GetTokenid() string

func (*AppMessage_ServiceRemoveToken) ProtoMessage added in v2.470.0

func (*AppMessage_ServiceRemoveToken) ProtoMessage()

func (*AppMessage_ServiceRemoveToken) ProtoReflect added in v2.470.4

func (*AppMessage_ServiceRemoveToken) Reset added in v2.470.0

func (x *AppMessage_ServiceRemoveToken) Reset()

func (*AppMessage_ServiceRemoveToken) String added in v2.470.0

type AppMessage_SetGroupInfo

type AppMessage_SetGroupInfo struct {
	DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// contains filtered or unexported fields
}

func (*AppMessage_SetGroupInfo) Descriptor deprecated

func (*AppMessage_SetGroupInfo) Descriptor() ([]byte, []int)

Deprecated: Use AppMessage_SetGroupInfo.ProtoReflect.Descriptor instead.

func (*AppMessage_SetGroupInfo) GetDisplayName

func (x *AppMessage_SetGroupInfo) GetDisplayName() string

func (*AppMessage_SetGroupInfo) ProtoMessage

func (*AppMessage_SetGroupInfo) ProtoMessage()

func (*AppMessage_SetGroupInfo) ProtoReflect added in v2.470.4

func (x *AppMessage_SetGroupInfo) ProtoReflect() protoreflect.Message

func (*AppMessage_SetGroupInfo) Reset

func (x *AppMessage_SetGroupInfo) Reset()

func (*AppMessage_SetGroupInfo) String

func (x *AppMessage_SetGroupInfo) String() string

type AppMessage_SetUserInfo

type AppMessage_SetUserInfo struct {
	DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// contains filtered or unexported fields
}

func (*AppMessage_SetUserInfo) Descriptor deprecated

func (*AppMessage_SetUserInfo) Descriptor() ([]byte, []int)

Deprecated: Use AppMessage_SetUserInfo.ProtoReflect.Descriptor instead.

func (*AppMessage_SetUserInfo) GetDisplayName

func (x *AppMessage_SetUserInfo) GetDisplayName() string

func (*AppMessage_SetUserInfo) ProtoMessage

func (*AppMessage_SetUserInfo) ProtoMessage()

func (*AppMessage_SetUserInfo) ProtoReflect added in v2.470.4

func (x *AppMessage_SetUserInfo) ProtoReflect() protoreflect.Message

func (*AppMessage_SetUserInfo) Reset

func (x *AppMessage_SetUserInfo) Reset()

func (*AppMessage_SetUserInfo) String

func (x *AppMessage_SetUserInfo) String() string

type AppMessage_Type

type AppMessage_Type int32
const (
	AppMessage_Undefined                               AppMessage_Type = 0
	AppMessage_TypeUserMessage                         AppMessage_Type = 1
	AppMessage_TypeGroupInvitation                     AppMessage_Type = 3
	AppMessage_TypeSetGroupInfo                        AppMessage_Type = 4
	AppMessage_TypeSetUserInfo                         AppMessage_Type = 5
	AppMessage_TypeAcknowledge                         AppMessage_Type = 6
	AppMessage_TypeAccountDirectoryServiceRegistered   AppMessage_Type = 8
	AppMessage_TypeAccountDirectoryServiceUnregistered AppMessage_Type = 9
	AppMessage_TypeServiceAddToken                     AppMessage_Type = 10
	AppMessage_TypeServiceRemoveToken                  AppMessage_Type = 11
	AppMessage_TypePushSetDeviceToken                  AppMessage_Type = 12
	AppMessage_TypePushSetServer                       AppMessage_Type = 13
	AppMessage_TypePushSetMemberToken                  AppMessage_Type = 14
)

func (AppMessage_Type) Descriptor added in v2.470.4

func (AppMessage_Type) Enum added in v2.470.4

func (x AppMessage_Type) Enum() *AppMessage_Type

func (AppMessage_Type) EnumDescriptor deprecated

func (AppMessage_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use AppMessage_Type.Descriptor instead.

func (*AppMessage_Type) MarshalJSON

func (x *AppMessage_Type) MarshalJSON() ([]byte, error)

func (AppMessage_Type) MarshalPayload

func (x AppMessage_Type) MarshalPayload(sentDate int64, target string, payload proto.Message) ([]byte, error)

func (AppMessage_Type) Number added in v2.470.4

func (AppMessage_Type) String

func (x AppMessage_Type) String() string

func (AppMessage_Type) Type added in v2.470.4

func (*AppMessage_Type) UnmarshalJSON

func (x *AppMessage_Type) UnmarshalJSON(bytes []byte) error

type AppMessage_UserMessage

type AppMessage_UserMessage struct {
	Body string `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*AppMessage_UserMessage) Descriptor deprecated

func (*AppMessage_UserMessage) Descriptor() ([]byte, []int)

Deprecated: Use AppMessage_UserMessage.ProtoReflect.Descriptor instead.

func (*AppMessage_UserMessage) GetBody

func (x *AppMessage_UserMessage) GetBody() string

func (*AppMessage_UserMessage) ProtoMessage

func (*AppMessage_UserMessage) ProtoMessage()

func (*AppMessage_UserMessage) ProtoReflect added in v2.470.4

func (x *AppMessage_UserMessage) ProtoReflect() protoreflect.Message

func (*AppMessage_UserMessage) Reset

func (x *AppMessage_UserMessage) Reset()

func (*AppMessage_UserMessage) String

func (x *AppMessage_UserMessage) String() string

func (*AppMessage_UserMessage) TextRepresentation added in v2.267.0

func (m *AppMessage_UserMessage) TextRepresentation() (string, error)

type AuthExchangeResponse added in v2.470.0

type AuthExchangeResponse struct {
	AccessToken      string            `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	Scope            string            `protobuf:"bytes,2,opt,name=scope,proto3" json:"scope,omitempty"`
	Error            string            `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	ErrorDescription string            `protobuf:"bytes,4,opt,name=error_description,json=errorDescription,proto3" json:"error_description,omitempty"`
	Services         map[string]string `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AuthExchangeResponse) Descriptor deprecated added in v2.470.0

func (*AuthExchangeResponse) Descriptor() ([]byte, []int)

Deprecated: Use AuthExchangeResponse.ProtoReflect.Descriptor instead.

func (*AuthExchangeResponse) GetAccessToken added in v2.470.0

func (x *AuthExchangeResponse) GetAccessToken() string

func (*AuthExchangeResponse) GetError added in v2.470.0

func (x *AuthExchangeResponse) GetError() string

func (*AuthExchangeResponse) GetErrorDescription added in v2.470.0

func (x *AuthExchangeResponse) GetErrorDescription() string

func (*AuthExchangeResponse) GetScope added in v2.470.0

func (x *AuthExchangeResponse) GetScope() string

func (*AuthExchangeResponse) GetServices added in v2.470.0

func (x *AuthExchangeResponse) GetServices() map[string]string

func (*AuthExchangeResponse) ProtoMessage added in v2.470.0

func (*AuthExchangeResponse) ProtoMessage()

func (*AuthExchangeResponse) ProtoReflect added in v2.470.4

func (x *AuthExchangeResponse) ProtoReflect() protoreflect.Message

func (*AuthExchangeResponse) Reset added in v2.470.0

func (x *AuthExchangeResponse) Reset()

func (*AuthExchangeResponse) String added in v2.470.0

func (x *AuthExchangeResponse) String() string

type AuthServiceCompleteFlow added in v2.470.0

type AuthServiceCompleteFlow struct {
	// contains filtered or unexported fields
}

func (*AuthServiceCompleteFlow) Descriptor deprecated added in v2.470.0

func (*AuthServiceCompleteFlow) Descriptor() ([]byte, []int)

Deprecated: Use AuthServiceCompleteFlow.ProtoReflect.Descriptor instead.

func (*AuthServiceCompleteFlow) ProtoMessage added in v2.470.0

func (*AuthServiceCompleteFlow) ProtoMessage()

func (*AuthServiceCompleteFlow) ProtoReflect added in v2.470.4

func (x *AuthServiceCompleteFlow) ProtoReflect() protoreflect.Message

func (*AuthServiceCompleteFlow) Reset added in v2.470.0

func (x *AuthServiceCompleteFlow) Reset()

func (*AuthServiceCompleteFlow) String added in v2.470.0

func (x *AuthServiceCompleteFlow) String() string

type AuthServiceCompleteFlow_Reply added in v2.470.0

type AuthServiceCompleteFlow_Reply struct {
	TokenId string `protobuf:"bytes,1,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthServiceCompleteFlow_Reply) Descriptor deprecated added in v2.470.0

func (*AuthServiceCompleteFlow_Reply) Descriptor() ([]byte, []int)

Deprecated: Use AuthServiceCompleteFlow_Reply.ProtoReflect.Descriptor instead.

func (*AuthServiceCompleteFlow_Reply) GetTokenId added in v2.470.4

func (x *AuthServiceCompleteFlow_Reply) GetTokenId() string

func (*AuthServiceCompleteFlow_Reply) ProtoMessage added in v2.470.0

func (*AuthServiceCompleteFlow_Reply) ProtoMessage()

func (*AuthServiceCompleteFlow_Reply) ProtoReflect added in v2.470.4

func (*AuthServiceCompleteFlow_Reply) Reset added in v2.470.0

func (x *AuthServiceCompleteFlow_Reply) Reset()

func (*AuthServiceCompleteFlow_Reply) String added in v2.470.0

type AuthServiceCompleteFlow_Request added in v2.470.0

type AuthServiceCompleteFlow_Request struct {
	CallbackUrl string `protobuf:"bytes,1,opt,name=callback_url,json=callbackUrl,proto3" json:"callback_url,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthServiceCompleteFlow_Request) Descriptor deprecated added in v2.470.0

func (*AuthServiceCompleteFlow_Request) Descriptor() ([]byte, []int)

Deprecated: Use AuthServiceCompleteFlow_Request.ProtoReflect.Descriptor instead.

func (*AuthServiceCompleteFlow_Request) GetCallbackUrl added in v2.470.4

func (x *AuthServiceCompleteFlow_Request) GetCallbackUrl() string

func (*AuthServiceCompleteFlow_Request) ProtoMessage added in v2.470.0

func (*AuthServiceCompleteFlow_Request) ProtoMessage()

func (*AuthServiceCompleteFlow_Request) ProtoReflect added in v2.470.4

func (*AuthServiceCompleteFlow_Request) Reset added in v2.470.0

func (*AuthServiceCompleteFlow_Request) String added in v2.470.0

type AuthServiceInitFlow added in v2.470.0

type AuthServiceInitFlow struct {
	// contains filtered or unexported fields
}

func (*AuthServiceInitFlow) Descriptor deprecated added in v2.470.0

func (*AuthServiceInitFlow) Descriptor() ([]byte, []int)

Deprecated: Use AuthServiceInitFlow.ProtoReflect.Descriptor instead.

func (*AuthServiceInitFlow) ProtoMessage added in v2.470.0

func (*AuthServiceInitFlow) ProtoMessage()

func (*AuthServiceInitFlow) ProtoReflect added in v2.470.4

func (x *AuthServiceInitFlow) ProtoReflect() protoreflect.Message

func (*AuthServiceInitFlow) Reset added in v2.470.0

func (x *AuthServiceInitFlow) Reset()

func (*AuthServiceInitFlow) String added in v2.470.0

func (x *AuthServiceInitFlow) String() string

type AuthServiceInitFlow_Reply added in v2.470.0

type AuthServiceInitFlow_Reply struct {
	Url       string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	SecureUrl bool   `protobuf:"varint,2,opt,name=secure_url,json=secureUrl,proto3" json:"secure_url,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthServiceInitFlow_Reply) Descriptor deprecated added in v2.470.0

func (*AuthServiceInitFlow_Reply) Descriptor() ([]byte, []int)

Deprecated: Use AuthServiceInitFlow_Reply.ProtoReflect.Descriptor instead.

func (*AuthServiceInitFlow_Reply) GetSecureUrl added in v2.470.4

func (x *AuthServiceInitFlow_Reply) GetSecureUrl() bool

func (*AuthServiceInitFlow_Reply) GetUrl added in v2.470.4

func (x *AuthServiceInitFlow_Reply) GetUrl() string

func (*AuthServiceInitFlow_Reply) ProtoMessage added in v2.470.0

func (*AuthServiceInitFlow_Reply) ProtoMessage()

func (*AuthServiceInitFlow_Reply) ProtoReflect added in v2.470.4

func (*AuthServiceInitFlow_Reply) Reset added in v2.470.0

func (x *AuthServiceInitFlow_Reply) Reset()

func (*AuthServiceInitFlow_Reply) String added in v2.470.0

func (x *AuthServiceInitFlow_Reply) String() string

type AuthServiceInitFlow_Request added in v2.470.0

type AuthServiceInitFlow_Request struct {
	AuthUrl  string   `protobuf:"bytes,1,opt,name=auth_url,json=authUrl,proto3" json:"auth_url,omitempty"`
	Services []string `protobuf:"bytes,3,rep,name=services,proto3" json:"services,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthServiceInitFlow_Request) Descriptor deprecated added in v2.470.0

func (*AuthServiceInitFlow_Request) Descriptor() ([]byte, []int)

Deprecated: Use AuthServiceInitFlow_Request.ProtoReflect.Descriptor instead.

func (*AuthServiceInitFlow_Request) GetAuthUrl added in v2.470.4

func (x *AuthServiceInitFlow_Request) GetAuthUrl() string

func (*AuthServiceInitFlow_Request) GetServices added in v2.470.0

func (x *AuthServiceInitFlow_Request) GetServices() []string

func (*AuthServiceInitFlow_Request) ProtoMessage added in v2.470.0

func (*AuthServiceInitFlow_Request) ProtoMessage()

func (*AuthServiceInitFlow_Request) ProtoReflect added in v2.470.4

func (*AuthServiceInitFlow_Request) Reset added in v2.470.0

func (x *AuthServiceInitFlow_Request) Reset()

func (*AuthServiceInitFlow_Request) String added in v2.470.0

func (x *AuthServiceInitFlow_Request) String() string

type BannerQuote

type BannerQuote struct {
	// contains filtered or unexported fields
}

func (*BannerQuote) Descriptor deprecated

func (*BannerQuote) Descriptor() ([]byte, []int)

Deprecated: Use BannerQuote.ProtoReflect.Descriptor instead.

func (*BannerQuote) ProtoMessage

func (*BannerQuote) ProtoMessage()

func (*BannerQuote) ProtoReflect added in v2.470.4

func (x *BannerQuote) ProtoReflect() protoreflect.Message

func (*BannerQuote) Reset

func (x *BannerQuote) Reset()

func (*BannerQuote) String

func (x *BannerQuote) String() string

type BannerQuote_Reply

type BannerQuote_Reply struct {
	Quote  string `protobuf:"bytes,1,opt,name=quote,proto3" json:"quote,omitempty"`
	Author string `protobuf:"bytes,2,opt,name=author,proto3" json:"author,omitempty"`
	// contains filtered or unexported fields
}

func (*BannerQuote_Reply) Descriptor deprecated

func (*BannerQuote_Reply) Descriptor() ([]byte, []int)

Deprecated: Use BannerQuote_Reply.ProtoReflect.Descriptor instead.

func (*BannerQuote_Reply) GetAuthor

func (x *BannerQuote_Reply) GetAuthor() string

func (*BannerQuote_Reply) GetQuote

func (x *BannerQuote_Reply) GetQuote() string

func (*BannerQuote_Reply) ProtoMessage

func (*BannerQuote_Reply) ProtoMessage()

func (*BannerQuote_Reply) ProtoReflect added in v2.470.4

func (x *BannerQuote_Reply) ProtoReflect() protoreflect.Message

func (*BannerQuote_Reply) Reset

func (x *BannerQuote_Reply) Reset()

func (*BannerQuote_Reply) String

func (x *BannerQuote_Reply) String() string

type BannerQuote_Request

type BannerQuote_Request struct {
	Random bool `protobuf:"varint,1,opt,name=random,proto3" json:"random,omitempty"`
	// contains filtered or unexported fields
}

func (*BannerQuote_Request) Descriptor deprecated

func (*BannerQuote_Request) Descriptor() ([]byte, []int)

Deprecated: Use BannerQuote_Request.ProtoReflect.Descriptor instead.

func (*BannerQuote_Request) GetRandom

func (x *BannerQuote_Request) GetRandom() bool

func (*BannerQuote_Request) ProtoMessage

func (*BannerQuote_Request) ProtoMessage()

func (*BannerQuote_Request) ProtoReflect added in v2.470.4

func (x *BannerQuote_Request) ProtoReflect() protoreflect.Message

func (*BannerQuote_Request) Reset

func (x *BannerQuote_Request) Reset()

func (*BannerQuote_Request) String

func (x *BannerQuote_Request) String() string

type BertyGroup

type BertyGroup struct {
	Group       *protocoltypes.Group `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	DisplayName string               `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// contains filtered or unexported fields
}

func (*BertyGroup) Descriptor deprecated

func (*BertyGroup) Descriptor() ([]byte, []int)

Deprecated: Use BertyGroup.ProtoReflect.Descriptor instead.

func (group *BertyGroup) GetBertyLink() *BertyLink

func (*BertyGroup) GetDisplayName

func (x *BertyGroup) GetDisplayName() string

func (*BertyGroup) GetGroup

func (x *BertyGroup) GetGroup() *protocoltypes.Group

func (*BertyGroup) ProtoMessage

func (*BertyGroup) ProtoMessage()

func (*BertyGroup) ProtoReflect added in v2.470.4

func (x *BertyGroup) ProtoReflect() protoreflect.Message

func (*BertyGroup) Reset

func (x *BertyGroup) Reset()

func (*BertyGroup) String

func (x *BertyGroup) String() string

type BertyID

type BertyID struct {
	PublicRendezvousSeed []byte `protobuf:"bytes,1,opt,name=public_rendezvous_seed,json=publicRendezvousSeed,proto3" json:"public_rendezvous_seed,omitempty"`
	AccountPk            []byte `protobuf:"bytes,2,opt,name=account_pk,json=accountPk,proto3" json:"account_pk,omitempty"`
	DisplayName          string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// contains filtered or unexported fields
}

func (*BertyID) Descriptor deprecated

func (*BertyID) Descriptor() ([]byte, []int)

Deprecated: Use BertyID.ProtoReflect.Descriptor instead.

func (*BertyID) GetAccountPk added in v2.470.4

func (x *BertyID) GetAccountPk() []byte
func (id *BertyID) GetBertyLink() *BertyLink

func (*BertyID) GetDisplayName

func (x *BertyID) GetDisplayName() string

func (*BertyID) GetPublicRendezvousSeed

func (x *BertyID) GetPublicRendezvousSeed() []byte

func (*BertyID) ProtoMessage

func (*BertyID) ProtoMessage()

func (*BertyID) ProtoReflect added in v2.470.4

func (x *BertyID) ProtoReflect() protoreflect.Message

func (*BertyID) Reset

func (x *BertyID) Reset()

func (*BertyID) String

func (x *BertyID) String() string
type BertyLink struct {
	Kind            BertyLink_Kind             `protobuf:"varint,1,opt,name=kind,proto3,enum=berty.messenger.v1.BertyLink_Kind" json:"kind,omitempty"`
	BertyId         *BertyID                   `protobuf:"bytes,2,opt,name=berty_id,json=bertyId,proto3" json:"berty_id,omitempty"`
	BertyGroup      *BertyGroup                `protobuf:"bytes,3,opt,name=berty_group,json=bertyGroup,proto3" json:"berty_group,omitempty"`
	BertyMessageRef *BertyLink_BertyMessageRef `protobuf:"bytes,5,opt,name=berty_message_ref,json=bertyMessageRef,proto3" json:"berty_message_ref,omitempty"`
	Encrypted       *BertyLink_Encrypted       `protobuf:"bytes,4,opt,name=encrypted,proto3" json:"encrypted,omitempty"`
	// contains filtered or unexported fields
}

func (*BertyLink) Descriptor deprecated

func (*BertyLink) Descriptor() ([]byte, []int)

Deprecated: Use BertyLink.ProtoReflect.Descriptor instead.

func (*BertyLink) GetBertyGroup

func (x *BertyLink) GetBertyGroup() *BertyGroup

func (*BertyLink) GetBertyId added in v2.470.4

func (x *BertyLink) GetBertyId() *BertyID

func (*BertyLink) GetBertyMessageRef added in v2.305.0

func (x *BertyLink) GetBertyMessageRef() *BertyLink_BertyMessageRef

func (*BertyLink) GetEncrypted added in v2.231.0

func (x *BertyLink) GetEncrypted() *BertyLink_Encrypted

func (*BertyLink) GetKind

func (x *BertyLink) GetKind() BertyLink_Kind

func (*BertyLink) IsContact

func (link *BertyLink) IsContact() bool

func (*BertyLink) IsGroup

func (link *BertyLink) IsGroup() bool

func (*BertyLink) IsValid

func (link *BertyLink) IsValid() error

func (*BertyLink) ProtoMessage

func (*BertyLink) ProtoMessage()

func (*BertyLink) ProtoReflect added in v2.470.4

func (x *BertyLink) ProtoReflect() protoreflect.Message

func (*BertyLink) Reset

func (x *BertyLink) Reset()

func (*BertyLink) String

func (x *BertyLink) String() string
type BertyLink_BertyMessageRef struct {
	AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	GroupPk   string `protobuf:"bytes,2,opt,name=group_pk,json=groupPk,proto3" json:"group_pk,omitempty"`
	MessageId string `protobuf:"bytes,3,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	// contains filtered or unexported fields
}
func (*BertyLink_BertyMessageRef) Descriptor() ([]byte, []int)

Deprecated: Use BertyLink_BertyMessageRef.ProtoReflect.Descriptor instead.

func (x *BertyLink_BertyMessageRef) GetAccountId() string
func (x *BertyLink_BertyMessageRef) GetGroupPk() string
func (x *BertyLink_BertyMessageRef) GetMessageId() string
func (*BertyLink_BertyMessageRef) ProtoMessage()
func (x *BertyLink_BertyMessageRef) Reset()
func (x *BertyLink_BertyMessageRef) String() string
type BertyLink_Encrypted struct {

	// kind is a clear representation of the unencrypted link type.
	Kind BertyLink_Kind `protobuf:"varint,1,opt,name=kind,proto3,enum=berty.messenger.v1.BertyLink_Kind" json:"kind,omitempty"`
	// nonce is a clear field used by scrypt as "salt" to derive the passphrase and
	// also used by cipher.NewCTR as "iv" to initialize a stream cipher.
	Nonce []byte `protobuf:"bytes,2,opt,name=nonce,proto3" json:"nonce,omitempty"`
	// display_name is an optional clear representation of the display name.
	DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// checksum is an optional field used to check if the decryption was successful.
	// the length is customizable (SHAKE256). a longer checksum means less conflicts.
	// having more conflicts may be bad in term of UX, but make it easier for an attacker
	// to run an offline bruteforce.
	Checksum                    []byte                  `protobuf:"bytes,4,opt,name=checksum,proto3" json:"checksum,omitempty"`
	ContactPublicRendezvousSeed []byte                  `` /* 147-byte string literal not displayed */
	ContactAccountPk            []byte                  `protobuf:"bytes,11,opt,name=contact_account_pk,json=contactAccountPk,proto3" json:"contact_account_pk,omitempty"`
	GroupPublicKey              []byte                  `protobuf:"bytes,20,opt,name=group_public_key,json=groupPublicKey,proto3" json:"group_public_key,omitempty"`
	GroupSecret                 []byte                  `protobuf:"bytes,21,opt,name=group_secret,json=groupSecret,proto3" json:"group_secret,omitempty"`
	GroupSecretSig              []byte                  `protobuf:"bytes,22,opt,name=group_secret_sig,json=groupSecretSig,proto3" json:"group_secret_sig,omitempty"`
	GroupType                   protocoltypes.GroupType `protobuf:"varint,23,opt,name=group_type,json=groupType,proto3,enum=weshnet.protocol.v1.GroupType" json:"group_type,omitempty"` // clear
	GroupSignPub                []byte                  `protobuf:"bytes,24,opt,name=group_sign_pub,json=groupSignPub,proto3" json:"group_sign_pub,omitempty"`
	GroupLinkKeySig             []byte                  `protobuf:"bytes,25,opt,name=group_link_key_sig,json=groupLinkKeySig,proto3" json:"group_link_key_sig,omitempty"`
	// contains filtered or unexported fields
}

Encrypted is a clear structure containing clear and encrypted fields.

We prefer to use a clear struct with encrypted fields instead of a simple encrypted struct, to improves chances of having a valid structure even with an invalid passphase. This will force an attacker to have more resources to test more false-positive guesses.

func (*BertyLink_Encrypted) Descriptor() ([]byte, []int)

Deprecated: Use BertyLink_Encrypted.ProtoReflect.Descriptor instead.

func (x *BertyLink_Encrypted) GetChecksum() []byte
func (x *BertyLink_Encrypted) GetContactAccountPk() []byte
func (x *BertyLink_Encrypted) GetContactPublicRendezvousSeed() []byte
func (x *BertyLink_Encrypted) GetDisplayName() string
func (x *BertyLink_Encrypted) GetGroupLinkKeySig() []byte
func (x *BertyLink_Encrypted) GetGroupPublicKey() []byte
func (x *BertyLink_Encrypted) GetGroupSecret() []byte
func (x *BertyLink_Encrypted) GetGroupSecretSig() []byte
func (x *BertyLink_Encrypted) GetGroupSignPub() []byte
func (x *BertyLink_Encrypted) GetGroupType() protocoltypes.GroupType
func (x *BertyLink_Encrypted) GetKind() BertyLink_Kind
func (x *BertyLink_Encrypted) GetNonce() []byte
func (*BertyLink_Encrypted) ProtoMessage()
func (x *BertyLink_Encrypted) ProtoReflect() protoreflect.Message
func (x *BertyLink_Encrypted) Reset()
func (x *BertyLink_Encrypted) String() string
type BertyLink_Kind int32
const (
	BertyLink_UnknownKind         BertyLink_Kind = 0
	BertyLink_ContactInviteV1Kind BertyLink_Kind = 1
	BertyLink_GroupV1Kind         BertyLink_Kind = 2
	BertyLink_EncryptedV1Kind     BertyLink_Kind = 3
	BertyLink_MessageV1Kind       BertyLink_Kind = 4
)
func (x BertyLink_Kind) Enum() *BertyLink_Kind
func (BertyLink_Kind) EnumDescriptor() ([]byte, []int)

Deprecated: Use BertyLink_Kind.Descriptor instead.

func (x BertyLink_Kind) String() string

type Contact

type Contact struct {
	PublicKey             string        `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" gorm:"primaryKey"`
	ConversationPublicKey string        `` /* 144-byte string literal not displayed */
	Conversation          *Conversation `protobuf:"bytes,3,opt,name=conversation,proto3" json:"conversation,omitempty"`
	State                 Contact_State `protobuf:"varint,4,opt,name=state,proto3,enum=berty.messenger.v1.Contact_State" json:"state,omitempty"`
	DisplayName           string        `protobuf:"bytes,5,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	CreatedDate           int64         `protobuf:"varint,7,opt,name=created_date,json=createdDate,proto3" json:"created_date,omitempty"`
	// specific to outgoing requests
	SentDate int64     `protobuf:"varint,8,opt,name=sent_date,json=sentDate,proto3" json:"sent_date,omitempty"`
	Devices  []*Device `protobuf:"bytes,6,rep,name=devices,proto3" json:"devices,omitempty" gorm:"foreignKey:MemberPublicKey;references:PublicKey"`
	InfoDate int64     `protobuf:"varint,10,opt,name=info_date,json=infoDate,proto3" json:"info_date,omitempty"`
	// contains filtered or unexported fields
}

func (*Contact) Descriptor deprecated

func (*Contact) Descriptor() ([]byte, []int)

Deprecated: Use Contact.ProtoReflect.Descriptor instead.

func (*Contact) GetConversation

func (x *Contact) GetConversation() *Conversation

func (*Contact) GetConversationPublicKey

func (x *Contact) GetConversationPublicKey() string

func (*Contact) GetCreatedDate

func (x *Contact) GetCreatedDate() int64

func (*Contact) GetDevices

func (x *Contact) GetDevices() []*Device

func (*Contact) GetDisplayName

func (x *Contact) GetDisplayName() string

func (*Contact) GetInfoDate

func (x *Contact) GetInfoDate() int64

func (*Contact) GetPublicKey

func (x *Contact) GetPublicKey() string

func (*Contact) GetSentDate

func (x *Contact) GetSentDate() int64

func (*Contact) GetState

func (x *Contact) GetState() Contact_State

func (*Contact) MarshalJSON

func (contact *Contact) MarshalJSON() ([]byte, error)

func (*Contact) ProtoMessage

func (*Contact) ProtoMessage()

func (*Contact) ProtoReflect added in v2.470.4

func (x *Contact) ProtoReflect() protoreflect.Message

func (*Contact) Reset

func (x *Contact) Reset()

func (*Contact) String

func (x *Contact) String() string

type ContactAccept

type ContactAccept struct {
	// contains filtered or unexported fields
}

func (*ContactAccept) Descriptor deprecated

func (*ContactAccept) Descriptor() ([]byte, []int)

Deprecated: Use ContactAccept.ProtoReflect.Descriptor instead.

func (*ContactAccept) ProtoMessage

func (*ContactAccept) ProtoMessage()

func (*ContactAccept) ProtoReflect added in v2.470.4

func (x *ContactAccept) ProtoReflect() protoreflect.Message

func (*ContactAccept) Reset

func (x *ContactAccept) Reset()

func (*ContactAccept) String

func (x *ContactAccept) String() string

type ContactAccept_Reply

type ContactAccept_Reply struct {
	// contains filtered or unexported fields
}

func (*ContactAccept_Reply) Descriptor deprecated

func (*ContactAccept_Reply) Descriptor() ([]byte, []int)

Deprecated: Use ContactAccept_Reply.ProtoReflect.Descriptor instead.

func (*ContactAccept_Reply) ProtoMessage

func (*ContactAccept_Reply) ProtoMessage()

func (*ContactAccept_Reply) ProtoReflect added in v2.470.4

func (x *ContactAccept_Reply) ProtoReflect() protoreflect.Message

func (*ContactAccept_Reply) Reset

func (x *ContactAccept_Reply) Reset()

func (*ContactAccept_Reply) String

func (x *ContactAccept_Reply) String() string

type ContactAccept_Request

type ContactAccept_Request struct {
	PublicKey string `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	// contains filtered or unexported fields
}

func (*ContactAccept_Request) Descriptor deprecated

func (*ContactAccept_Request) Descriptor() ([]byte, []int)

Deprecated: Use ContactAccept_Request.ProtoReflect.Descriptor instead.

func (*ContactAccept_Request) GetPublicKey

func (x *ContactAccept_Request) GetPublicKey() string

func (*ContactAccept_Request) ProtoMessage

func (*ContactAccept_Request) ProtoMessage()

func (*ContactAccept_Request) ProtoReflect added in v2.470.4

func (x *ContactAccept_Request) ProtoReflect() protoreflect.Message

func (*ContactAccept_Request) Reset

func (x *ContactAccept_Request) Reset()

func (*ContactAccept_Request) String

func (x *ContactAccept_Request) String() string

type ContactMetadata

type ContactMetadata struct {
	DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// contains filtered or unexported fields
}

func (*ContactMetadata) Descriptor deprecated

func (*ContactMetadata) Descriptor() ([]byte, []int)

Deprecated: Use ContactMetadata.ProtoReflect.Descriptor instead.

func (*ContactMetadata) GetDisplayName

func (x *ContactMetadata) GetDisplayName() string

func (*ContactMetadata) ProtoMessage

func (*ContactMetadata) ProtoMessage()

func (*ContactMetadata) ProtoReflect added in v2.470.4

func (x *ContactMetadata) ProtoReflect() protoreflect.Message

func (*ContactMetadata) Reset

func (x *ContactMetadata) Reset()

func (*ContactMetadata) String

func (x *ContactMetadata) String() string

type ContactRequest

type ContactRequest struct {
	// contains filtered or unexported fields
}

func (*ContactRequest) Descriptor deprecated

func (*ContactRequest) Descriptor() ([]byte, []int)

Deprecated: Use ContactRequest.ProtoReflect.Descriptor instead.

func (*ContactRequest) ProtoMessage

func (*ContactRequest) ProtoMessage()

func (*ContactRequest) ProtoReflect added in v2.470.4

func (x *ContactRequest) ProtoReflect() protoreflect.Message

func (*ContactRequest) Reset

func (x *ContactRequest) Reset()

func (*ContactRequest) String

func (x *ContactRequest) String() string

type ContactRequest_Reply

type ContactRequest_Reply struct {
	// contains filtered or unexported fields
}

func (*ContactRequest_Reply) Descriptor deprecated

func (*ContactRequest_Reply) Descriptor() ([]byte, []int)

Deprecated: Use ContactRequest_Reply.ProtoReflect.Descriptor instead.

func (*ContactRequest_Reply) ProtoMessage

func (*ContactRequest_Reply) ProtoMessage()

func (*ContactRequest_Reply) ProtoReflect added in v2.470.4

func (x *ContactRequest_Reply) ProtoReflect() protoreflect.Message

func (*ContactRequest_Reply) Reset

func (x *ContactRequest_Reply) Reset()

func (*ContactRequest_Reply) String

func (x *ContactRequest_Reply) String() string

type ContactRequest_Request

type ContactRequest_Request struct {
	Link string `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"`
	// optional passphase to decrypt the link
	Passphrase []byte `protobuf:"bytes,2,opt,name=passphrase,proto3" json:"passphrase,omitempty"`
	// contains filtered or unexported fields
}

func (*ContactRequest_Request) Descriptor deprecated

func (*ContactRequest_Request) Descriptor() ([]byte, []int)

Deprecated: Use ContactRequest_Request.ProtoReflect.Descriptor instead.

func (x *ContactRequest_Request) GetLink() string

func (*ContactRequest_Request) GetPassphrase added in v2.231.0

func (x *ContactRequest_Request) GetPassphrase() []byte

func (*ContactRequest_Request) ProtoMessage

func (*ContactRequest_Request) ProtoMessage()

func (*ContactRequest_Request) ProtoReflect added in v2.470.4

func (x *ContactRequest_Request) ProtoReflect() protoreflect.Message

func (*ContactRequest_Request) Reset

func (x *ContactRequest_Request) Reset()

func (*ContactRequest_Request) String

func (x *ContactRequest_Request) String() string

type Contact_State

type Contact_State int32
const (
	Contact_Undefined               Contact_State = 0
	Contact_IncomingRequest         Contact_State = 1
	Contact_OutgoingRequestEnqueued Contact_State = 2
	Contact_OutgoingRequestSent     Contact_State = 3
	Contact_Accepted                Contact_State = 4
)

func (Contact_State) Descriptor added in v2.470.4

func (Contact_State) Enum added in v2.470.4

func (x Contact_State) Enum() *Contact_State

func (Contact_State) EnumDescriptor deprecated

func (Contact_State) EnumDescriptor() ([]byte, []int)

Deprecated: Use Contact_State.Descriptor instead.

func (Contact_State) Number added in v2.470.4

func (Contact_State) String

func (x Contact_State) String() string

func (Contact_State) Type added in v2.470.4

type Conversation

type Conversation struct {
	PublicKey   string            `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" gorm:"primaryKey"`
	Type        Conversation_Type `protobuf:"varint,2,opt,name=type,proto3,enum=berty.messenger.v1.Conversation_Type" json:"type,omitempty"`
	IsOpen      bool              `protobuf:"varint,3,opt,name=is_open,json=isOpen,proto3" json:"is_open,omitempty"`
	DisplayName string            `protobuf:"bytes,4,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Link        string            `protobuf:"bytes,5,opt,name=link,proto3" json:"link,omitempty"`
	UnreadCount int32             `protobuf:"varint,6,opt,name=unread_count,json=unreadCount,proto3" json:"unread_count,omitempty"`
	// last_update is used to sort conversations, it should be updated for each "visible" event
	LastUpdate int64 `protobuf:"varint,7,opt,name=last_update,json=lastUpdate,proto3" json:"last_update,omitempty"`
	// specific to ContactType conversations
	ContactPublicKey string `protobuf:"bytes,8,opt,name=contact_public_key,json=contactPublicKey,proto3" json:"contact_public_key,omitempty"`
	// specific to ContactType conversations
	Contact *Contact `protobuf:"bytes,9,opt,name=contact,proto3" json:"contact,omitempty"`
	// specific to MultiMemberType conversations
	Members                []*Member                      `protobuf:"bytes,10,rep,name=members,proto3" json:"members,omitempty"`
	AccountMemberPublicKey string                         `` /* 132-byte string literal not displayed */
	LocalDevicePublicKey   string                         `` /* 126-byte string literal not displayed */
	CreatedDate            int64                          `protobuf:"varint,13,opt,name=created_date,json=createdDate,proto3" json:"created_date,omitempty"`
	ReplicationInfo        []*ConversationReplicationInfo `` /* 147-byte string literal not displayed */
	// info_date is used when SetGroupInfo is called
	InfoDate                    int64                         `protobuf:"varint,18,opt,name=info_date,json=infoDate,proto3" json:"info_date,omitempty"`
	LocalMemberPublicKey        string                        `` /* 126-byte string literal not displayed */
	MutedUntil                  int64                         `protobuf:"varint,20,opt,name=muted_until,json=mutedUntil,proto3" json:"muted_until,omitempty"`
	PushLocalDeviceSharedTokens []*PushLocalDeviceSharedToken `` /* 189-byte string literal not displayed */
	PushMemberTokens            []*PushMemberToken            `` /* 152-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Conversation) Descriptor deprecated

func (*Conversation) Descriptor() ([]byte, []int)

Deprecated: Use Conversation.ProtoReflect.Descriptor instead.

func (*Conversation) GetAccountMemberPublicKey

func (x *Conversation) GetAccountMemberPublicKey() string

func (*Conversation) GetContact

func (x *Conversation) GetContact() *Contact

func (*Conversation) GetContactPublicKey

func (x *Conversation) GetContactPublicKey() string

func (*Conversation) GetCreatedDate

func (x *Conversation) GetCreatedDate() int64

func (*Conversation) GetDisplayName

func (x *Conversation) GetDisplayName() string

func (*Conversation) GetInfoDate added in v2.280.0

func (x *Conversation) GetInfoDate() int64

func (*Conversation) GetIsOpen

func (x *Conversation) GetIsOpen() bool

func (*Conversation) GetLastUpdate

func (x *Conversation) GetLastUpdate() int64
func (x *Conversation) GetLink() string

func (*Conversation) GetLocalDevicePublicKey

func (x *Conversation) GetLocalDevicePublicKey() string

func (*Conversation) GetLocalMemberPublicKey added in v2.344.0

func (x *Conversation) GetLocalMemberPublicKey() string

func (*Conversation) GetMembers

func (x *Conversation) GetMembers() []*Member

func (*Conversation) GetMutedUntil added in v2.381.0

func (x *Conversation) GetMutedUntil() int64

func (*Conversation) GetPublicKey

func (x *Conversation) GetPublicKey() string

func (*Conversation) GetPushLocalDeviceSharedTokens added in v2.470.0

func (x *Conversation) GetPushLocalDeviceSharedTokens() []*PushLocalDeviceSharedToken

func (*Conversation) GetPushMemberTokens added in v2.470.0

func (x *Conversation) GetPushMemberTokens() []*PushMemberToken

func (*Conversation) GetReplicationInfo

func (x *Conversation) GetReplicationInfo() []*ConversationReplicationInfo

func (*Conversation) GetType

func (x *Conversation) GetType() Conversation_Type

func (*Conversation) GetUnreadCount

func (x *Conversation) GetUnreadCount() int32

func (*Conversation) ProtoMessage

func (*Conversation) ProtoMessage()

func (*Conversation) ProtoReflect added in v2.470.4

func (x *Conversation) ProtoReflect() protoreflect.Message

func (*Conversation) Reset

func (x *Conversation) Reset()

func (*Conversation) String

func (x *Conversation) String() string

type ConversationClose

type ConversationClose struct {
	// contains filtered or unexported fields
}

func (*ConversationClose) Descriptor deprecated

func (*ConversationClose) Descriptor() ([]byte, []int)

Deprecated: Use ConversationClose.ProtoReflect.Descriptor instead.

func (*ConversationClose) ProtoMessage

func (*ConversationClose) ProtoMessage()

func (*ConversationClose) ProtoReflect added in v2.470.4

func (x *ConversationClose) ProtoReflect() protoreflect.Message

func (*ConversationClose) Reset

func (x *ConversationClose) Reset()

func (*ConversationClose) String

func (x *ConversationClose) String() string

type ConversationClose_Reply

type ConversationClose_Reply struct {
	// contains filtered or unexported fields
}

func (*ConversationClose_Reply) Descriptor deprecated

func (*ConversationClose_Reply) Descriptor() ([]byte, []int)

Deprecated: Use ConversationClose_Reply.ProtoReflect.Descriptor instead.

func (*ConversationClose_Reply) ProtoMessage

func (*ConversationClose_Reply) ProtoMessage()

func (*ConversationClose_Reply) ProtoReflect added in v2.470.4

func (x *ConversationClose_Reply) ProtoReflect() protoreflect.Message

func (*ConversationClose_Reply) Reset

func (x *ConversationClose_Reply) Reset()

func (*ConversationClose_Reply) String

func (x *ConversationClose_Reply) String() string

type ConversationClose_Request

type ConversationClose_Request struct {
	GroupPk string `protobuf:"bytes,1,opt,name=group_pk,json=groupPk,proto3" json:"group_pk,omitempty"`
	// contains filtered or unexported fields
}

func (*ConversationClose_Request) Descriptor deprecated

func (*ConversationClose_Request) Descriptor() ([]byte, []int)

Deprecated: Use ConversationClose_Request.ProtoReflect.Descriptor instead.

func (*ConversationClose_Request) GetGroupPk added in v2.470.4

func (x *ConversationClose_Request) GetGroupPk() string

func (*ConversationClose_Request) ProtoMessage

func (*ConversationClose_Request) ProtoMessage()

func (*ConversationClose_Request) ProtoReflect added in v2.470.4

func (*ConversationClose_Request) Reset

func (x *ConversationClose_Request) Reset()

func (*ConversationClose_Request) String

func (x *ConversationClose_Request) String() string

type ConversationCreate

type ConversationCreate struct {
	// contains filtered or unexported fields
}

func (*ConversationCreate) Descriptor deprecated

func (*ConversationCreate) Descriptor() ([]byte, []int)

Deprecated: Use ConversationCreate.ProtoReflect.Descriptor instead.

func (*ConversationCreate) ProtoMessage

func (*ConversationCreate) ProtoMessage()

func (*ConversationCreate) ProtoReflect added in v2.470.4

func (x *ConversationCreate) ProtoReflect() protoreflect.Message

func (*ConversationCreate) Reset

func (x *ConversationCreate) Reset()

func (*ConversationCreate) String

func (x *ConversationCreate) String() string

type ConversationCreate_Reply

type ConversationCreate_Reply struct {
	PublicKey string `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	// contains filtered or unexported fields
}

func (*ConversationCreate_Reply) Descriptor deprecated

func (*ConversationCreate_Reply) Descriptor() ([]byte, []int)

Deprecated: Use ConversationCreate_Reply.ProtoReflect.Descriptor instead.

func (*ConversationCreate_Reply) GetPublicKey

func (x *ConversationCreate_Reply) GetPublicKey() string

func (*ConversationCreate_Reply) ProtoMessage

func (*ConversationCreate_Reply) ProtoMessage()

func (*ConversationCreate_Reply) ProtoReflect added in v2.470.4

func (x *ConversationCreate_Reply) ProtoReflect() protoreflect.Message

func (*ConversationCreate_Reply) Reset

func (x *ConversationCreate_Reply) Reset()

func (*ConversationCreate_Reply) String

func (x *ConversationCreate_Reply) String() string

type ConversationCreate_Request

type ConversationCreate_Request struct {
	DisplayName      string   `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	ContactsToInvite []string `protobuf:"bytes,2,rep,name=contacts_to_invite,json=contactsToInvite,proto3" json:"contacts_to_invite,omitempty"` // public keys
	// contains filtered or unexported fields
}

func (*ConversationCreate_Request) Descriptor deprecated

func (*ConversationCreate_Request) Descriptor() ([]byte, []int)

Deprecated: Use ConversationCreate_Request.ProtoReflect.Descriptor instead.

func (*ConversationCreate_Request) GetContactsToInvite

func (x *ConversationCreate_Request) GetContactsToInvite() []string

func (*ConversationCreate_Request) GetDisplayName

func (x *ConversationCreate_Request) GetDisplayName() string

func (*ConversationCreate_Request) ProtoMessage

func (*ConversationCreate_Request) ProtoMessage()

func (*ConversationCreate_Request) ProtoReflect added in v2.470.4

func (*ConversationCreate_Request) Reset

func (x *ConversationCreate_Request) Reset()

func (*ConversationCreate_Request) String

func (x *ConversationCreate_Request) String() string

type ConversationJoin

type ConversationJoin struct {
	// contains filtered or unexported fields
}

func (*ConversationJoin) Descriptor deprecated

func (*ConversationJoin) Descriptor() ([]byte, []int)

Deprecated: Use ConversationJoin.ProtoReflect.Descriptor instead.

func (*ConversationJoin) ProtoMessage

func (*ConversationJoin) ProtoMessage()

func (*ConversationJoin) ProtoReflect added in v2.470.4

func (x *ConversationJoin) ProtoReflect() protoreflect.Message

func (*ConversationJoin) Reset

func (x *ConversationJoin) Reset()

func (*ConversationJoin) String

func (x *ConversationJoin) String() string

type ConversationJoin_Reply

type ConversationJoin_Reply struct {
	// contains filtered or unexported fields
}

func (*ConversationJoin_Reply) Descriptor deprecated

func (*ConversationJoin_Reply) Descriptor() ([]byte, []int)

Deprecated: Use ConversationJoin_Reply.ProtoReflect.Descriptor instead.

func (*ConversationJoin_Reply) ProtoMessage

func (*ConversationJoin_Reply) ProtoMessage()

func (*ConversationJoin_Reply) ProtoReflect added in v2.470.4

func (x *ConversationJoin_Reply) ProtoReflect() protoreflect.Message

func (*ConversationJoin_Reply) Reset

func (x *ConversationJoin_Reply) Reset()

func (*ConversationJoin_Reply) String

func (x *ConversationJoin_Reply) String() string

type ConversationJoin_Request

type ConversationJoin_Request struct {
	Link string `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"`
	// optional passphase to decrypt the link
	Passphrase []byte `protobuf:"bytes,2,opt,name=passphrase,proto3" json:"passphrase,omitempty"`
	// contains filtered or unexported fields
}

func (*ConversationJoin_Request) Descriptor deprecated

func (*ConversationJoin_Request) Descriptor() ([]byte, []int)

Deprecated: Use ConversationJoin_Request.ProtoReflect.Descriptor instead.

func (x *ConversationJoin_Request) GetLink() string

func (*ConversationJoin_Request) GetPassphrase added in v2.231.0

func (x *ConversationJoin_Request) GetPassphrase() []byte

func (*ConversationJoin_Request) ProtoMessage

func (*ConversationJoin_Request) ProtoMessage()

func (*ConversationJoin_Request) ProtoReflect added in v2.470.4

func (x *ConversationJoin_Request) ProtoReflect() protoreflect.Message

func (*ConversationJoin_Request) Reset

func (x *ConversationJoin_Request) Reset()

func (*ConversationJoin_Request) String

func (x *ConversationJoin_Request) String() string

type ConversationLoad added in v2.261.0

type ConversationLoad struct {
	// contains filtered or unexported fields
}

func (*ConversationLoad) Descriptor deprecated added in v2.261.0

func (*ConversationLoad) Descriptor() ([]byte, []int)

Deprecated: Use ConversationLoad.ProtoReflect.Descriptor instead.

func (*ConversationLoad) ProtoMessage added in v2.261.0

func (*ConversationLoad) ProtoMessage()

func (*ConversationLoad) ProtoReflect added in v2.470.4

func (x *ConversationLoad) ProtoReflect() protoreflect.Message

func (*ConversationLoad) Reset added in v2.261.0

func (x *ConversationLoad) Reset()

func (*ConversationLoad) String added in v2.261.0

func (x *ConversationLoad) String() string

type ConversationLoad_Reply added in v2.261.0

type ConversationLoad_Reply struct {
	// contains filtered or unexported fields
}

func (*ConversationLoad_Reply) Descriptor deprecated added in v2.261.0

func (*ConversationLoad_Reply) Descriptor() ([]byte, []int)

Deprecated: Use ConversationLoad_Reply.ProtoReflect.Descriptor instead.

func (*ConversationLoad_Reply) ProtoMessage added in v2.261.0

func (*ConversationLoad_Reply) ProtoMessage()

func (*ConversationLoad_Reply) ProtoReflect added in v2.470.4

func (x *ConversationLoad_Reply) ProtoReflect() protoreflect.Message

func (*ConversationLoad_Reply) Reset added in v2.261.0

func (x *ConversationLoad_Reply) Reset()

func (*ConversationLoad_Reply) String added in v2.261.0

func (x *ConversationLoad_Reply) String() string

type ConversationLoad_Request added in v2.261.0

type ConversationLoad_Request struct {
	Options *PaginatedInteractionsOptions `protobuf:"bytes,1,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*ConversationLoad_Request) Descriptor deprecated added in v2.261.0

func (*ConversationLoad_Request) Descriptor() ([]byte, []int)

Deprecated: Use ConversationLoad_Request.ProtoReflect.Descriptor instead.

func (*ConversationLoad_Request) GetOptions added in v2.261.0

func (*ConversationLoad_Request) ProtoMessage added in v2.261.0

func (*ConversationLoad_Request) ProtoMessage()

func (*ConversationLoad_Request) ProtoReflect added in v2.470.4

func (x *ConversationLoad_Request) ProtoReflect() protoreflect.Message

func (*ConversationLoad_Request) Reset added in v2.261.0

func (x *ConversationLoad_Request) Reset()

func (*ConversationLoad_Request) String added in v2.261.0

func (x *ConversationLoad_Request) String() string

type ConversationMute added in v2.381.0

type ConversationMute struct {
	// contains filtered or unexported fields
}

func (*ConversationMute) Descriptor deprecated added in v2.381.0

func (*ConversationMute) Descriptor() ([]byte, []int)

Deprecated: Use ConversationMute.ProtoReflect.Descriptor instead.

func (*ConversationMute) ProtoMessage added in v2.381.0

func (*ConversationMute) ProtoMessage()

func (*ConversationMute) ProtoReflect added in v2.470.4

func (x *ConversationMute) ProtoReflect() protoreflect.Message

func (*ConversationMute) Reset added in v2.381.0

func (x *ConversationMute) Reset()

func (*ConversationMute) String added in v2.381.0

func (x *ConversationMute) String() string

type ConversationMute_Reply added in v2.381.0

type ConversationMute_Reply struct {
	// contains filtered or unexported fields
}

func (*ConversationMute_Reply) Descriptor deprecated added in v2.381.0

func (*ConversationMute_Reply) Descriptor() ([]byte, []int)

Deprecated: Use ConversationMute_Reply.ProtoReflect.Descriptor instead.

func (*ConversationMute_Reply) ProtoMessage added in v2.381.0

func (*ConversationMute_Reply) ProtoMessage()

func (*ConversationMute_Reply) ProtoReflect added in v2.470.4

func (x *ConversationMute_Reply) ProtoReflect() protoreflect.Message

func (*ConversationMute_Reply) Reset added in v2.381.0

func (x *ConversationMute_Reply) Reset()

func (*ConversationMute_Reply) String added in v2.381.0

func (x *ConversationMute_Reply) String() string

type ConversationMute_Request added in v2.381.0

type ConversationMute_Request struct {
	GroupPk     string `protobuf:"bytes,1,opt,name=group_pk,json=groupPk,proto3" json:"group_pk,omitempty"`
	MutedUntil  int64  `protobuf:"varint,2,opt,name=muted_until,json=mutedUntil,proto3" json:"muted_until,omitempty"`
	Unmute      bool   `protobuf:"varint,3,opt,name=unmute,proto3" json:"unmute,omitempty"`
	MuteForever bool   `protobuf:"varint,4,opt,name=mute_forever,json=muteForever,proto3" json:"mute_forever,omitempty"`
	// contains filtered or unexported fields
}

func (*ConversationMute_Request) Descriptor deprecated added in v2.381.0

func (*ConversationMute_Request) Descriptor() ([]byte, []int)

Deprecated: Use ConversationMute_Request.ProtoReflect.Descriptor instead.

func (*ConversationMute_Request) GetGroupPk added in v2.470.4

func (x *ConversationMute_Request) GetGroupPk() string

func (*ConversationMute_Request) GetMuteForever added in v2.381.0

func (x *ConversationMute_Request) GetMuteForever() bool

func (*ConversationMute_Request) GetMutedUntil added in v2.381.0

func (x *ConversationMute_Request) GetMutedUntil() int64

func (*ConversationMute_Request) GetUnmute added in v2.381.0

func (x *ConversationMute_Request) GetUnmute() bool

func (*ConversationMute_Request) ProtoMessage added in v2.381.0

func (*ConversationMute_Request) ProtoMessage()

func (*ConversationMute_Request) ProtoReflect added in v2.470.4

func (x *ConversationMute_Request) ProtoReflect() protoreflect.Message

func (*ConversationMute_Request) Reset added in v2.381.0

func (x *ConversationMute_Request) Reset()

func (*ConversationMute_Request) String added in v2.381.0

func (x *ConversationMute_Request) String() string

type ConversationOpen

type ConversationOpen struct {
	// contains filtered or unexported fields
}

func (*ConversationOpen) Descriptor deprecated

func (*ConversationOpen) Descriptor() ([]byte, []int)

Deprecated: Use ConversationOpen.ProtoReflect.Descriptor instead.

func (*ConversationOpen) ProtoMessage

func (*ConversationOpen) ProtoMessage()

func (*ConversationOpen) ProtoReflect added in v2.470.4

func (x *ConversationOpen) ProtoReflect() protoreflect.Message

func (*ConversationOpen) Reset

func (x *ConversationOpen) Reset()

func (*ConversationOpen) String

func (x *ConversationOpen) String() string

type ConversationOpen_Reply

type ConversationOpen_Reply struct {
	// contains filtered or unexported fields
}

func (*ConversationOpen_Reply) Descriptor deprecated

func (*ConversationOpen_Reply) Descriptor() ([]byte, []int)

Deprecated: Use ConversationOpen_Reply.ProtoReflect.Descriptor instead.

func (*ConversationOpen_Reply) ProtoMessage

func (*ConversationOpen_Reply) ProtoMessage()

func (*ConversationOpen_Reply) ProtoReflect added in v2.470.4

func (x *ConversationOpen_Reply) ProtoReflect() protoreflect.Message

func (*ConversationOpen_Reply) Reset

func (x *ConversationOpen_Reply) Reset()

func (*ConversationOpen_Reply) String

func (x *ConversationOpen_Reply) String() string

type ConversationOpen_Request

type ConversationOpen_Request struct {
	GroupPk string `protobuf:"bytes,1,opt,name=group_pk,json=groupPk,proto3" json:"group_pk,omitempty"`
	// contains filtered or unexported fields
}

func (*ConversationOpen_Request) Descriptor deprecated

func (*ConversationOpen_Request) Descriptor() ([]byte, []int)

Deprecated: Use ConversationOpen_Request.ProtoReflect.Descriptor instead.

func (*ConversationOpen_Request) GetGroupPk added in v2.470.4

func (x *ConversationOpen_Request) GetGroupPk() string

func (*ConversationOpen_Request) ProtoMessage

func (*ConversationOpen_Request) ProtoMessage()

func (*ConversationOpen_Request) ProtoReflect added in v2.470.4

func (x *ConversationOpen_Request) ProtoReflect() protoreflect.Message

func (*ConversationOpen_Request) Reset

func (x *ConversationOpen_Request) Reset()

func (*ConversationOpen_Request) String

func (x *ConversationOpen_Request) String() string

type ConversationReplicationInfo

type ConversationReplicationInfo struct {
	Cid                   string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty" gorm:"primaryKey;column:cid"`
	ConversationPublicKey string `` /* 126-byte string literal not displayed */
	MemberPublicKey       string `protobuf:"bytes,3,opt,name=member_public_key,json=memberPublicKey,proto3" json:"member_public_key,omitempty"`
	AuthenticationUrl     string `protobuf:"bytes,4,opt,name=authentication_url,json=authenticationUrl,proto3" json:"authentication_url,omitempty"`
	ReplicationServer     string `protobuf:"bytes,5,opt,name=replication_server,json=replicationServer,proto3" json:"replication_server,omitempty"`
	// contains filtered or unexported fields
}

func (*ConversationReplicationInfo) Descriptor deprecated

func (*ConversationReplicationInfo) Descriptor() ([]byte, []int)

Deprecated: Use ConversationReplicationInfo.ProtoReflect.Descriptor instead.

func (*ConversationReplicationInfo) GetAuthenticationUrl added in v2.470.4

func (x *ConversationReplicationInfo) GetAuthenticationUrl() string

func (*ConversationReplicationInfo) GetCid added in v2.470.4

func (x *ConversationReplicationInfo) GetCid() string

func (*ConversationReplicationInfo) GetConversationPublicKey

func (x *ConversationReplicationInfo) GetConversationPublicKey() string

func (*ConversationReplicationInfo) GetMemberPublicKey

func (x *ConversationReplicationInfo) GetMemberPublicKey() string

func (*ConversationReplicationInfo) GetReplicationServer

func (x *ConversationReplicationInfo) GetReplicationServer() string

func (*ConversationReplicationInfo) ProtoMessage

func (*ConversationReplicationInfo) ProtoMessage()

func (*ConversationReplicationInfo) ProtoReflect added in v2.470.4

func (*ConversationReplicationInfo) Reset

func (x *ConversationReplicationInfo) Reset()

func (*ConversationReplicationInfo) String

func (x *ConversationReplicationInfo) String() string

type ConversationStream

type ConversationStream struct {
	// contains filtered or unexported fields
}

func (*ConversationStream) Descriptor deprecated

func (*ConversationStream) Descriptor() ([]byte, []int)

Deprecated: Use ConversationStream.ProtoReflect.Descriptor instead.

func (*ConversationStream) ProtoMessage

func (*ConversationStream) ProtoMessage()

func (*ConversationStream) ProtoReflect added in v2.470.4

func (x *ConversationStream) ProtoReflect() protoreflect.Message

func (*ConversationStream) Reset

func (x *ConversationStream) Reset()

func (*ConversationStream) String

func (x *ConversationStream) String() string

type ConversationStream_Reply

type ConversationStream_Reply struct {
	Conversation *Conversation `protobuf:"bytes,1,opt,name=conversation,proto3" json:"conversation,omitempty"`
	// contains filtered or unexported fields
}

func (*ConversationStream_Reply) Descriptor deprecated

func (*ConversationStream_Reply) Descriptor() ([]byte, []int)

Deprecated: Use ConversationStream_Reply.ProtoReflect.Descriptor instead.

func (*ConversationStream_Reply) GetConversation

func (x *ConversationStream_Reply) GetConversation() *Conversation

func (*ConversationStream_Reply) ProtoMessage

func (*ConversationStream_Reply) ProtoMessage()

func (*ConversationStream_Reply) ProtoReflect added in v2.470.4

func (x *ConversationStream_Reply) ProtoReflect() protoreflect.Message

func (*ConversationStream_Reply) Reset

func (x *ConversationStream_Reply) Reset()

func (*ConversationStream_Reply) String

func (x *ConversationStream_Reply) String() string

type ConversationStream_Request

type ConversationStream_Request struct {
	Count uint64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	Page  uint64 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"`
	// contains filtered or unexported fields
}

func (*ConversationStream_Request) Descriptor deprecated

func (*ConversationStream_Request) Descriptor() ([]byte, []int)

Deprecated: Use ConversationStream_Request.ProtoReflect.Descriptor instead.

func (*ConversationStream_Request) GetCount

func (x *ConversationStream_Request) GetCount() uint64

func (*ConversationStream_Request) GetPage

func (x *ConversationStream_Request) GetPage() uint64

func (*ConversationStream_Request) ProtoMessage

func (*ConversationStream_Request) ProtoMessage()

func (*ConversationStream_Request) ProtoReflect added in v2.470.4

func (*ConversationStream_Request) Reset

func (x *ConversationStream_Request) Reset()

func (*ConversationStream_Request) String

func (x *ConversationStream_Request) String() string

type Conversation_Type

type Conversation_Type int32
const (
	Conversation_Undefined       Conversation_Type = 0
	Conversation_AccountType     Conversation_Type = 1
	Conversation_ContactType     Conversation_Type = 2
	Conversation_MultiMemberType Conversation_Type = 3
)

func (Conversation_Type) Descriptor added in v2.470.4

func (Conversation_Type) Enum added in v2.470.4

func (Conversation_Type) EnumDescriptor deprecated

func (Conversation_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use Conversation_Type.Descriptor instead.

func (Conversation_Type) Number added in v2.470.4

func (Conversation_Type) String

func (x Conversation_Type) String() string

func (Conversation_Type) Type added in v2.470.4

type DebugAuthServiceSetToken added in v2.470.0

type DebugAuthServiceSetToken struct {
	// contains filtered or unexported fields
}

func (*DebugAuthServiceSetToken) Descriptor deprecated added in v2.470.0

func (*DebugAuthServiceSetToken) Descriptor() ([]byte, []int)

Deprecated: Use DebugAuthServiceSetToken.ProtoReflect.Descriptor instead.

func (*DebugAuthServiceSetToken) ProtoMessage added in v2.470.0

func (*DebugAuthServiceSetToken) ProtoMessage()

func (*DebugAuthServiceSetToken) ProtoReflect added in v2.470.4

func (x *DebugAuthServiceSetToken) ProtoReflect() protoreflect.Message

func (*DebugAuthServiceSetToken) Reset added in v2.470.0

func (x *DebugAuthServiceSetToken) Reset()

func (*DebugAuthServiceSetToken) String added in v2.470.0

func (x *DebugAuthServiceSetToken) String() string

type DebugAuthServiceSetToken_Reply added in v2.470.0

type DebugAuthServiceSetToken_Reply struct {
	// contains filtered or unexported fields
}

func (*DebugAuthServiceSetToken_Reply) Descriptor deprecated added in v2.470.0

func (*DebugAuthServiceSetToken_Reply) Descriptor() ([]byte, []int)

Deprecated: Use DebugAuthServiceSetToken_Reply.ProtoReflect.Descriptor instead.

func (*DebugAuthServiceSetToken_Reply) ProtoMessage added in v2.470.0

func (*DebugAuthServiceSetToken_Reply) ProtoMessage()

func (*DebugAuthServiceSetToken_Reply) ProtoReflect added in v2.470.4

func (*DebugAuthServiceSetToken_Reply) Reset added in v2.470.0

func (x *DebugAuthServiceSetToken_Reply) Reset()

func (*DebugAuthServiceSetToken_Reply) String added in v2.470.0

type DebugAuthServiceSetToken_Request added in v2.470.0

type DebugAuthServiceSetToken_Request struct {
	Token             *AuthExchangeResponse `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	AuthenticationUrl string                `protobuf:"bytes,2,opt,name=authentication_url,json=authenticationUrl,proto3" json:"authentication_url,omitempty"`
	// contains filtered or unexported fields
}

func (*DebugAuthServiceSetToken_Request) Descriptor deprecated added in v2.470.0

func (*DebugAuthServiceSetToken_Request) Descriptor() ([]byte, []int)

Deprecated: Use DebugAuthServiceSetToken_Request.ProtoReflect.Descriptor instead.

func (*DebugAuthServiceSetToken_Request) GetAuthenticationUrl added in v2.470.4

func (x *DebugAuthServiceSetToken_Request) GetAuthenticationUrl() string

func (*DebugAuthServiceSetToken_Request) GetToken added in v2.470.0

func (*DebugAuthServiceSetToken_Request) ProtoMessage added in v2.470.0

func (*DebugAuthServiceSetToken_Request) ProtoMessage()

func (*DebugAuthServiceSetToken_Request) ProtoReflect added in v2.470.4

func (*DebugAuthServiceSetToken_Request) Reset added in v2.470.0

func (*DebugAuthServiceSetToken_Request) String added in v2.470.0

type DevShareInstanceBertyID

type DevShareInstanceBertyID struct {
	// contains filtered or unexported fields
}

func (*DevShareInstanceBertyID) Descriptor deprecated

func (*DevShareInstanceBertyID) Descriptor() ([]byte, []int)

Deprecated: Use DevShareInstanceBertyID.ProtoReflect.Descriptor instead.

func (*DevShareInstanceBertyID) ProtoMessage

func (*DevShareInstanceBertyID) ProtoMessage()

func (*DevShareInstanceBertyID) ProtoReflect added in v2.470.4

func (x *DevShareInstanceBertyID) ProtoReflect() protoreflect.Message

func (*DevShareInstanceBertyID) Reset

func (x *DevShareInstanceBertyID) Reset()

func (*DevShareInstanceBertyID) String

func (x *DevShareInstanceBertyID) String() string

type DevShareInstanceBertyID_Reply

type DevShareInstanceBertyID_Reply struct {
	// contains filtered or unexported fields
}

func (*DevShareInstanceBertyID_Reply) Descriptor deprecated

func (*DevShareInstanceBertyID_Reply) Descriptor() ([]byte, []int)

Deprecated: Use DevShareInstanceBertyID_Reply.ProtoReflect.Descriptor instead.

func (*DevShareInstanceBertyID_Reply) ProtoMessage

func (*DevShareInstanceBertyID_Reply) ProtoMessage()

func (*DevShareInstanceBertyID_Reply) ProtoReflect added in v2.470.4

func (*DevShareInstanceBertyID_Reply) Reset

func (x *DevShareInstanceBertyID_Reply) Reset()

func (*DevShareInstanceBertyID_Reply) String

type DevShareInstanceBertyID_Request

type DevShareInstanceBertyID_Request struct {

	// reset will regenerate a new link
	Reset_      bool   `protobuf:"varint,1,opt,name=reset,proto3" json:"reset,omitempty"`
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// contains filtered or unexported fields
}

func (*DevShareInstanceBertyID_Request) Descriptor deprecated

func (*DevShareInstanceBertyID_Request) Descriptor() ([]byte, []int)

Deprecated: Use DevShareInstanceBertyID_Request.ProtoReflect.Descriptor instead.

func (*DevShareInstanceBertyID_Request) GetDisplayName

func (x *DevShareInstanceBertyID_Request) GetDisplayName() string

func (*DevShareInstanceBertyID_Request) GetReset_

func (x *DevShareInstanceBertyID_Request) GetReset_() bool

func (*DevShareInstanceBertyID_Request) ProtoMessage

func (*DevShareInstanceBertyID_Request) ProtoMessage()

func (*DevShareInstanceBertyID_Request) ProtoReflect added in v2.470.4

func (*DevShareInstanceBertyID_Request) Reset

func (*DevShareInstanceBertyID_Request) String

type DevStreamLogs added in v2.268.0

type DevStreamLogs struct {
	// contains filtered or unexported fields
}

func (*DevStreamLogs) Descriptor deprecated added in v2.268.0

func (*DevStreamLogs) Descriptor() ([]byte, []int)

Deprecated: Use DevStreamLogs.ProtoReflect.Descriptor instead.

func (*DevStreamLogs) ProtoMessage added in v2.268.0

func (*DevStreamLogs) ProtoMessage()

func (*DevStreamLogs) ProtoReflect added in v2.470.4

func (x *DevStreamLogs) ProtoReflect() protoreflect.Message

func (*DevStreamLogs) Reset added in v2.268.0

func (x *DevStreamLogs) Reset()

func (*DevStreamLogs) String added in v2.268.0

func (x *DevStreamLogs) String() string

type DevStreamLogs_Reply added in v2.268.0

type DevStreamLogs_Reply struct {
	Line string `protobuf:"bytes,1,opt,name=line,proto3" json:"line,omitempty"`
	// contains filtered or unexported fields
}

func (*DevStreamLogs_Reply) Descriptor deprecated added in v2.268.0

func (*DevStreamLogs_Reply) Descriptor() ([]byte, []int)

Deprecated: Use DevStreamLogs_Reply.ProtoReflect.Descriptor instead.

func (*DevStreamLogs_Reply) GetLine added in v2.268.0

func (x *DevStreamLogs_Reply) GetLine() string

func (*DevStreamLogs_Reply) ProtoMessage added in v2.268.0

func (*DevStreamLogs_Reply) ProtoMessage()

func (*DevStreamLogs_Reply) ProtoReflect added in v2.470.4

func (x *DevStreamLogs_Reply) ProtoReflect() protoreflect.Message

func (*DevStreamLogs_Reply) Reset added in v2.268.0

func (x *DevStreamLogs_Reply) Reset()

func (*DevStreamLogs_Reply) String added in v2.268.0

func (x *DevStreamLogs_Reply) String() string

type DevStreamLogs_Request added in v2.268.0

type DevStreamLogs_Request struct {
	// contains filtered or unexported fields
}

func (*DevStreamLogs_Request) Descriptor deprecated added in v2.268.0

func (*DevStreamLogs_Request) Descriptor() ([]byte, []int)

Deprecated: Use DevStreamLogs_Request.ProtoReflect.Descriptor instead.

func (*DevStreamLogs_Request) ProtoMessage added in v2.268.0

func (*DevStreamLogs_Request) ProtoMessage()

func (*DevStreamLogs_Request) ProtoReflect added in v2.470.4

func (x *DevStreamLogs_Request) ProtoReflect() protoreflect.Message

func (*DevStreamLogs_Request) Reset added in v2.268.0

func (x *DevStreamLogs_Request) Reset()

func (*DevStreamLogs_Request) String added in v2.268.0

func (x *DevStreamLogs_Request) String() string

type Device

type Device struct {
	PublicKey       string `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" gorm:"primaryKey"`
	MemberPublicKey string `protobuf:"bytes,2,opt,name=member_public_key,json=memberPublicKey,proto3" json:"member_public_key,omitempty" gorm:"index"`
	// contains filtered or unexported fields
}

func (*Device) Descriptor deprecated

func (*Device) Descriptor() ([]byte, []int)

Deprecated: Use Device.ProtoReflect.Descriptor instead.

func (*Device) GetMemberPublicKey

func (x *Device) GetMemberPublicKey() string

func (*Device) GetPublicKey

func (x *Device) GetPublicKey() string

func (*Device) ProtoMessage

func (*Device) ProtoMessage()

func (*Device) ProtoReflect added in v2.470.4

func (x *Device) ProtoReflect() protoreflect.Message

func (*Device) Reset

func (x *Device) Reset()

func (*Device) String

func (x *Device) String() string

type DirectoryServiceQuery added in v2.452.0

type DirectoryServiceQuery struct {
	// contains filtered or unexported fields
}

func (*DirectoryServiceQuery) Descriptor deprecated added in v2.452.0

func (*DirectoryServiceQuery) Descriptor() ([]byte, []int)

Deprecated: Use DirectoryServiceQuery.ProtoReflect.Descriptor instead.

func (*DirectoryServiceQuery) ProtoMessage added in v2.452.0

func (*DirectoryServiceQuery) ProtoMessage()

func (*DirectoryServiceQuery) ProtoReflect added in v2.470.4

func (x *DirectoryServiceQuery) ProtoReflect() protoreflect.Message

func (*DirectoryServiceQuery) Reset added in v2.452.0

func (x *DirectoryServiceQuery) Reset()

func (*DirectoryServiceQuery) String added in v2.452.0

func (x *DirectoryServiceQuery) String() string

type DirectoryServiceQuery_Reply added in v2.452.0

type DirectoryServiceQuery_Reply struct {
	DirectoryIdentifier string `protobuf:"bytes,1,opt,name=directory_identifier,json=directoryIdentifier,proto3" json:"directory_identifier,omitempty"`
	ExpiresAt           int64  `protobuf:"varint,2,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
	AccountUri          string `protobuf:"bytes,3,opt,name=account_uri,json=accountUri,proto3" json:"account_uri,omitempty"`
	VerifiedCredential  []byte `protobuf:"bytes,4,opt,name=verified_credential,json=verifiedCredential,proto3" json:"verified_credential,omitempty"`
	// contains filtered or unexported fields
}

func (*DirectoryServiceQuery_Reply) Descriptor deprecated added in v2.452.0

func (*DirectoryServiceQuery_Reply) Descriptor() ([]byte, []int)

Deprecated: Use DirectoryServiceQuery_Reply.ProtoReflect.Descriptor instead.

func (*DirectoryServiceQuery_Reply) GetAccountUri added in v2.470.4

func (x *DirectoryServiceQuery_Reply) GetAccountUri() string

func (*DirectoryServiceQuery_Reply) GetDirectoryIdentifier added in v2.452.0

func (x *DirectoryServiceQuery_Reply) GetDirectoryIdentifier() string

func (*DirectoryServiceQuery_Reply) GetExpiresAt added in v2.452.0

func (x *DirectoryServiceQuery_Reply) GetExpiresAt() int64

func (*DirectoryServiceQuery_Reply) GetVerifiedCredential added in v2.452.0

func (x *DirectoryServiceQuery_Reply) GetVerifiedCredential() []byte

func (*DirectoryServiceQuery_Reply) ProtoMessage added in v2.452.0

func (*DirectoryServiceQuery_Reply) ProtoMessage()

func (*DirectoryServiceQuery_Reply) ProtoReflect added in v2.470.4

func (*DirectoryServiceQuery_Reply) Reset added in v2.452.0

func (x *DirectoryServiceQuery_Reply) Reset()

func (*DirectoryServiceQuery_Reply) String added in v2.452.0

func (x *DirectoryServiceQuery_Reply) String() string

type DirectoryServiceQuery_Request added in v2.452.0

type DirectoryServiceQuery_Request struct {
	ServerAddr  string   `protobuf:"bytes,1,opt,name=server_addr,json=serverAddr,proto3" json:"server_addr,omitempty"`
	Identifiers []string `protobuf:"bytes,2,rep,name=identifiers,proto3" json:"identifiers,omitempty"`
	// contains filtered or unexported fields
}

func (*DirectoryServiceQuery_Request) Descriptor deprecated added in v2.452.0

func (*DirectoryServiceQuery_Request) Descriptor() ([]byte, []int)

Deprecated: Use DirectoryServiceQuery_Request.ProtoReflect.Descriptor instead.

func (*DirectoryServiceQuery_Request) GetIdentifiers added in v2.452.0

func (x *DirectoryServiceQuery_Request) GetIdentifiers() []string

func (*DirectoryServiceQuery_Request) GetServerAddr added in v2.452.0

func (x *DirectoryServiceQuery_Request) GetServerAddr() string

func (*DirectoryServiceQuery_Request) ProtoMessage added in v2.452.0

func (*DirectoryServiceQuery_Request) ProtoMessage()

func (*DirectoryServiceQuery_Request) ProtoReflect added in v2.470.4

func (*DirectoryServiceQuery_Request) Reset added in v2.452.0

func (x *DirectoryServiceQuery_Request) Reset()

func (*DirectoryServiceQuery_Request) String added in v2.452.0

type DirectoryServiceRegister added in v2.452.0

type DirectoryServiceRegister struct {
	// contains filtered or unexported fields
}

func (*DirectoryServiceRegister) Descriptor deprecated added in v2.452.0

func (*DirectoryServiceRegister) Descriptor() ([]byte, []int)

Deprecated: Use DirectoryServiceRegister.ProtoReflect.Descriptor instead.

func (*DirectoryServiceRegister) ProtoMessage added in v2.452.0

func (*DirectoryServiceRegister) ProtoMessage()

func (*DirectoryServiceRegister) ProtoReflect added in v2.470.4

func (x *DirectoryServiceRegister) ProtoReflect() protoreflect.Message

func (*DirectoryServiceRegister) Reset added in v2.452.0

func (x *DirectoryServiceRegister) Reset()

func (*DirectoryServiceRegister) String added in v2.452.0

func (x *DirectoryServiceRegister) String() string

type DirectoryServiceRegister_Reply added in v2.452.0

type DirectoryServiceRegister_Reply struct {
	DirectoryRecordToken string `protobuf:"bytes,1,opt,name=directory_record_token,json=directoryRecordToken,proto3" json:"directory_record_token,omitempty"`
	// contains filtered or unexported fields
}

func (*DirectoryServiceRegister_Reply) Descriptor deprecated added in v2.452.0

func (*DirectoryServiceRegister_Reply) Descriptor() ([]byte, []int)

Deprecated: Use DirectoryServiceRegister_Reply.ProtoReflect.Descriptor instead.

func (*DirectoryServiceRegister_Reply) GetDirectoryRecordToken added in v2.452.0

func (x *DirectoryServiceRegister_Reply) GetDirectoryRecordToken() string

func (*DirectoryServiceRegister_Reply) ProtoMessage added in v2.452.0

func (*DirectoryServiceRegister_Reply) ProtoMessage()

func (*DirectoryServiceRegister_Reply) ProtoReflect added in v2.470.4

func (*DirectoryServiceRegister_Reply) Reset added in v2.452.0

func (x *DirectoryServiceRegister_Reply) Reset()

func (*DirectoryServiceRegister_Reply) String added in v2.452.0

type DirectoryServiceRegister_Request added in v2.452.0

type DirectoryServiceRegister_Request struct {
	Identifier     string `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"`
	ProofIssuer    string `protobuf:"bytes,2,opt,name=proof_issuer,json=proofIssuer,proto3" json:"proof_issuer,omitempty"`
	ServerAddr     string `protobuf:"bytes,3,opt,name=server_addr,json=serverAddr,proto3" json:"server_addr,omitempty"`
	ExpirationDate int64  `protobuf:"varint,4,opt,name=expiration_date,json=expirationDate,proto3" json:"expiration_date,omitempty"`
	// contains filtered or unexported fields
}

func (*DirectoryServiceRegister_Request) Descriptor deprecated added in v2.452.0

func (*DirectoryServiceRegister_Request) Descriptor() ([]byte, []int)

Deprecated: Use DirectoryServiceRegister_Request.ProtoReflect.Descriptor instead.

func (*DirectoryServiceRegister_Request) GetExpirationDate added in v2.452.0

func (x *DirectoryServiceRegister_Request) GetExpirationDate() int64

func (*DirectoryServiceRegister_Request) GetIdentifier added in v2.452.0

func (x *DirectoryServiceRegister_Request) GetIdentifier() string

func (*DirectoryServiceRegister_Request) GetProofIssuer added in v2.452.0

func (x *DirectoryServiceRegister_Request) GetProofIssuer() string

func (*DirectoryServiceRegister_Request) GetServerAddr added in v2.452.0

func (x *DirectoryServiceRegister_Request) GetServerAddr() string

func (*DirectoryServiceRegister_Request) ProtoMessage added in v2.452.0

func (*DirectoryServiceRegister_Request) ProtoMessage()

func (*DirectoryServiceRegister_Request) ProtoReflect added in v2.470.4

func (*DirectoryServiceRegister_Request) Reset added in v2.452.0

func (*DirectoryServiceRegister_Request) String added in v2.452.0

type DirectoryServiceUnregister added in v2.452.0

type DirectoryServiceUnregister struct {
	// contains filtered or unexported fields
}

func (*DirectoryServiceUnregister) Descriptor deprecated added in v2.452.0

func (*DirectoryServiceUnregister) Descriptor() ([]byte, []int)

Deprecated: Use DirectoryServiceUnregister.ProtoReflect.Descriptor instead.

func (*DirectoryServiceUnregister) ProtoMessage added in v2.452.0

func (*DirectoryServiceUnregister) ProtoMessage()

func (*DirectoryServiceUnregister) ProtoReflect added in v2.470.4

func (*DirectoryServiceUnregister) Reset added in v2.452.0

func (x *DirectoryServiceUnregister) Reset()

func (*DirectoryServiceUnregister) String added in v2.452.0

func (x *DirectoryServiceUnregister) String() string

type DirectoryServiceUnregister_Reply added in v2.452.0

type DirectoryServiceUnregister_Reply struct {
	// contains filtered or unexported fields
}

func (*DirectoryServiceUnregister_Reply) Descriptor deprecated added in v2.452.0

func (*DirectoryServiceUnregister_Reply) Descriptor() ([]byte, []int)

Deprecated: Use DirectoryServiceUnregister_Reply.ProtoReflect.Descriptor instead.

func (*DirectoryServiceUnregister_Reply) ProtoMessage added in v2.452.0

func (*DirectoryServiceUnregister_Reply) ProtoMessage()

func (*DirectoryServiceUnregister_Reply) ProtoReflect added in v2.470.4

func (*DirectoryServiceUnregister_Reply) Reset added in v2.452.0

func (*DirectoryServiceUnregister_Reply) String added in v2.452.0

type DirectoryServiceUnregister_Request added in v2.452.0

type DirectoryServiceUnregister_Request struct {
	ServerAddr           string `protobuf:"bytes,1,opt,name=server_addr,json=serverAddr,proto3" json:"server_addr,omitempty"`
	DirectoryRecordToken string `protobuf:"bytes,2,opt,name=directory_record_token,json=directoryRecordToken,proto3" json:"directory_record_token,omitempty"`
	// contains filtered or unexported fields
}

func (*DirectoryServiceUnregister_Request) Descriptor deprecated added in v2.452.0

func (*DirectoryServiceUnregister_Request) Descriptor() ([]byte, []int)

Deprecated: Use DirectoryServiceUnregister_Request.ProtoReflect.Descriptor instead.

func (*DirectoryServiceUnregister_Request) GetDirectoryRecordToken added in v2.452.0

func (x *DirectoryServiceUnregister_Request) GetDirectoryRecordToken() string

func (*DirectoryServiceUnregister_Request) GetServerAddr added in v2.452.0

func (x *DirectoryServiceUnregister_Request) GetServerAddr() string

func (*DirectoryServiceUnregister_Request) ProtoMessage added in v2.452.0

func (*DirectoryServiceUnregister_Request) ProtoMessage()

func (*DirectoryServiceUnregister_Request) ProtoReflect added in v2.470.4

func (*DirectoryServiceUnregister_Request) Reset added in v2.452.0

func (*DirectoryServiceUnregister_Request) String added in v2.452.0

type EchoDuplexTest added in v2.242.0

type EchoDuplexTest struct {
	// contains filtered or unexported fields
}

func (*EchoDuplexTest) Descriptor deprecated added in v2.242.0

func (*EchoDuplexTest) Descriptor() ([]byte, []int)

Deprecated: Use EchoDuplexTest.ProtoReflect.Descriptor instead.

func (*EchoDuplexTest) ProtoMessage added in v2.242.0

func (*EchoDuplexTest) ProtoMessage()

func (*EchoDuplexTest) ProtoReflect added in v2.470.4

func (x *EchoDuplexTest) ProtoReflect() protoreflect.Message

func (*EchoDuplexTest) Reset added in v2.242.0

func (x *EchoDuplexTest) Reset()

func (*EchoDuplexTest) String added in v2.242.0

func (x *EchoDuplexTest) String() string

type EchoDuplexTest_Reply added in v2.242.0

type EchoDuplexTest_Reply struct {
	Echo string `protobuf:"bytes,1,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*EchoDuplexTest_Reply) Descriptor deprecated added in v2.242.0

func (*EchoDuplexTest_Reply) Descriptor() ([]byte, []int)

Deprecated: Use EchoDuplexTest_Reply.ProtoReflect.Descriptor instead.

func (*EchoDuplexTest_Reply) GetEcho added in v2.242.0

func (x *EchoDuplexTest_Reply) GetEcho() string

func (*EchoDuplexTest_Reply) ProtoMessage added in v2.242.0

func (*EchoDuplexTest_Reply) ProtoMessage()

func (*EchoDuplexTest_Reply) ProtoReflect added in v2.470.4

func (x *EchoDuplexTest_Reply) ProtoReflect() protoreflect.Message

func (*EchoDuplexTest_Reply) Reset added in v2.242.0

func (x *EchoDuplexTest_Reply) Reset()

func (*EchoDuplexTest_Reply) String added in v2.242.0

func (x *EchoDuplexTest_Reply) String() string

type EchoDuplexTest_Request added in v2.242.0

type EchoDuplexTest_Request struct {
	Echo         string `protobuf:"bytes,2,opt,name=echo,proto3" json:"echo,omitempty"`
	TriggerError bool   `protobuf:"varint,3,opt,name=trigger_error,json=triggerError,proto3" json:"trigger_error,omitempty"`
	// contains filtered or unexported fields
}

func (*EchoDuplexTest_Request) Descriptor deprecated added in v2.242.0

func (*EchoDuplexTest_Request) Descriptor() ([]byte, []int)

Deprecated: Use EchoDuplexTest_Request.ProtoReflect.Descriptor instead.

func (*EchoDuplexTest_Request) GetEcho added in v2.242.0

func (x *EchoDuplexTest_Request) GetEcho() string

func (*EchoDuplexTest_Request) GetTriggerError added in v2.242.0

func (x *EchoDuplexTest_Request) GetTriggerError() bool

func (*EchoDuplexTest_Request) ProtoMessage added in v2.242.0

func (*EchoDuplexTest_Request) ProtoMessage()

func (*EchoDuplexTest_Request) ProtoReflect added in v2.470.4

func (x *EchoDuplexTest_Request) ProtoReflect() protoreflect.Message

func (*EchoDuplexTest_Request) Reset added in v2.242.0

func (x *EchoDuplexTest_Request) Reset()

func (*EchoDuplexTest_Request) String added in v2.242.0

func (x *EchoDuplexTest_Request) String() string

type EchoTest

type EchoTest struct {
	// contains filtered or unexported fields
}

func (*EchoTest) Descriptor deprecated

func (*EchoTest) Descriptor() ([]byte, []int)

Deprecated: Use EchoTest.ProtoReflect.Descriptor instead.

func (*EchoTest) ProtoMessage

func (*EchoTest) ProtoMessage()

func (*EchoTest) ProtoReflect added in v2.470.4

func (x *EchoTest) ProtoReflect() protoreflect.Message

func (*EchoTest) Reset

func (x *EchoTest) Reset()

func (*EchoTest) String

func (x *EchoTest) String() string

type EchoTest_Reply

type EchoTest_Reply struct {
	Echo string `protobuf:"bytes,1,opt,name=echo,proto3" json:"echo,omitempty"`
	// contains filtered or unexported fields
}

func (*EchoTest_Reply) Descriptor deprecated

func (*EchoTest_Reply) Descriptor() ([]byte, []int)

Deprecated: Use EchoTest_Reply.ProtoReflect.Descriptor instead.

func (*EchoTest_Reply) GetEcho

func (x *EchoTest_Reply) GetEcho() string

func (*EchoTest_Reply) ProtoMessage

func (*EchoTest_Reply) ProtoMessage()

func (*EchoTest_Reply) ProtoReflect added in v2.470.4

func (x *EchoTest_Reply) ProtoReflect() protoreflect.Message

func (*EchoTest_Reply) Reset

func (x *EchoTest_Reply) Reset()

func (*EchoTest_Reply) String

func (x *EchoTest_Reply) String() string

type EchoTest_Request

type EchoTest_Request struct {
	Delay        uint64 `protobuf:"varint,1,opt,name=delay,proto3" json:"delay,omitempty"` // in ms
	Echo         string `protobuf:"bytes,2,opt,name=echo,proto3" json:"echo,omitempty"`
	TriggerError bool   `protobuf:"varint,3,opt,name=trigger_error,json=triggerError,proto3" json:"trigger_error,omitempty"`
	// contains filtered or unexported fields
}

func (*EchoTest_Request) Descriptor deprecated

func (*EchoTest_Request) Descriptor() ([]byte, []int)

Deprecated: Use EchoTest_Request.ProtoReflect.Descriptor instead.

func (*EchoTest_Request) GetDelay

func (x *EchoTest_Request) GetDelay() uint64

func (*EchoTest_Request) GetEcho

func (x *EchoTest_Request) GetEcho() string

func (*EchoTest_Request) GetTriggerError added in v2.242.0

func (x *EchoTest_Request) GetTriggerError() bool

func (*EchoTest_Request) ProtoMessage

func (*EchoTest_Request) ProtoMessage()

func (*EchoTest_Request) ProtoReflect added in v2.470.4

func (x *EchoTest_Request) ProtoReflect() protoreflect.Message

func (*EchoTest_Request) Reset

func (x *EchoTest_Request) Reset()

func (*EchoTest_Request) String

func (x *EchoTest_Request) String() string

type EventHandlerPostActions added in v2.308.0

type EventHandlerPostActions interface {
	ConversationJoined(conversation *Conversation) error
	ContactConversationJoined(contact *Contact) error
	InteractionReceived(i *Interaction) error
	PushServerOrTokenRegistered(account *Account) error
}

func NewPostActionsServiceNoop added in v2.308.0

func NewPostActionsServiceNoop() EventHandlerPostActions

type EventStream

type EventStream struct {
	// contains filtered or unexported fields
}

func (*EventStream) Descriptor deprecated

func (*EventStream) Descriptor() ([]byte, []int)

Deprecated: Use EventStream.ProtoReflect.Descriptor instead.

func (*EventStream) ProtoMessage

func (*EventStream) ProtoMessage()

func (*EventStream) ProtoReflect added in v2.470.4

func (x *EventStream) ProtoReflect() protoreflect.Message

func (*EventStream) Reset

func (x *EventStream) Reset()

func (*EventStream) String

func (x *EventStream) String() string

type EventStream_Reply

type EventStream_Reply struct {
	Event *StreamEvent `protobuf:"bytes,1,opt,name=event,proto3" json:"event,omitempty"`
	// contains filtered or unexported fields
}

func (*EventStream_Reply) Descriptor deprecated

func (*EventStream_Reply) Descriptor() ([]byte, []int)

Deprecated: Use EventStream_Reply.ProtoReflect.Descriptor instead.

func (*EventStream_Reply) GetEvent

func (x *EventStream_Reply) GetEvent() *StreamEvent

func (*EventStream_Reply) ProtoMessage

func (*EventStream_Reply) ProtoMessage()

func (*EventStream_Reply) ProtoReflect added in v2.470.4

func (x *EventStream_Reply) ProtoReflect() protoreflect.Message

func (*EventStream_Reply) Reset

func (x *EventStream_Reply) Reset()

func (*EventStream_Reply) String

func (x *EventStream_Reply) String() string

type EventStream_Request

type EventStream_Request struct {
	ShallowAmount int32 `protobuf:"varint,1,opt,name=shallow_amount,json=shallowAmount,proto3" json:"shallow_amount,omitempty"`
	// contains filtered or unexported fields
}

func (*EventStream_Request) Descriptor deprecated

func (*EventStream_Request) Descriptor() ([]byte, []int)

Deprecated: Use EventStream_Request.ProtoReflect.Descriptor instead.

func (*EventStream_Request) GetShallowAmount added in v2.261.0

func (x *EventStream_Request) GetShallowAmount() int32

func (*EventStream_Request) ProtoMessage

func (*EventStream_Request) ProtoMessage()

func (*EventStream_Request) ProtoReflect added in v2.470.4

func (x *EventStream_Request) ProtoReflect() protoreflect.Message

func (*EventStream_Request) Reset

func (x *EventStream_Request) Reset()

func (*EventStream_Request) String

func (x *EventStream_Request) String() string

type IndexableAppMessage added in v2.267.0

type IndexableAppMessage interface {
	proto.Message
	TextRepresentation() (string, error)
}

type InstanceExportData

type InstanceExportData struct {
	// contains filtered or unexported fields
}

func (*InstanceExportData) Descriptor deprecated

func (*InstanceExportData) Descriptor() ([]byte, []int)

Deprecated: Use InstanceExportData.ProtoReflect.Descriptor instead.

func (*InstanceExportData) ProtoMessage

func (*InstanceExportData) ProtoMessage()

func (*InstanceExportData) ProtoReflect added in v2.470.4

func (x *InstanceExportData) ProtoReflect() protoreflect.Message

func (*InstanceExportData) Reset

func (x *InstanceExportData) Reset()

func (*InstanceExportData) String

func (x *InstanceExportData) String() string

type InstanceExportData_Reply

type InstanceExportData_Reply struct {
	ExportedData []byte `protobuf:"bytes,1,opt,name=exported_data,json=exportedData,proto3" json:"exported_data,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceExportData_Reply) Descriptor deprecated

func (*InstanceExportData_Reply) Descriptor() ([]byte, []int)

Deprecated: Use InstanceExportData_Reply.ProtoReflect.Descriptor instead.

func (*InstanceExportData_Reply) GetExportedData

func (x *InstanceExportData_Reply) GetExportedData() []byte

func (*InstanceExportData_Reply) ProtoMessage

func (*InstanceExportData_Reply) ProtoMessage()

func (*InstanceExportData_Reply) ProtoReflect added in v2.470.4

func (x *InstanceExportData_Reply) ProtoReflect() protoreflect.Message

func (*InstanceExportData_Reply) Reset

func (x *InstanceExportData_Reply) Reset()

func (*InstanceExportData_Reply) String

func (x *InstanceExportData_Reply) String() string

type InstanceExportData_Request

type InstanceExportData_Request struct {
	// contains filtered or unexported fields
}

func (*InstanceExportData_Request) Descriptor deprecated

func (*InstanceExportData_Request) Descriptor() ([]byte, []int)

Deprecated: Use InstanceExportData_Request.ProtoReflect.Descriptor instead.

func (*InstanceExportData_Request) ProtoMessage

func (*InstanceExportData_Request) ProtoMessage()

func (*InstanceExportData_Request) ProtoReflect added in v2.470.4

func (*InstanceExportData_Request) Reset

func (x *InstanceExportData_Request) Reset()

func (*InstanceExportData_Request) String

func (x *InstanceExportData_Request) String() string

type InstanceShareableBertyID

type InstanceShareableBertyID struct {
	// contains filtered or unexported fields
}

func (*InstanceShareableBertyID) Descriptor deprecated

func (*InstanceShareableBertyID) Descriptor() ([]byte, []int)

Deprecated: Use InstanceShareableBertyID.ProtoReflect.Descriptor instead.

func (*InstanceShareableBertyID) ProtoMessage

func (*InstanceShareableBertyID) ProtoMessage()

func (*InstanceShareableBertyID) ProtoReflect added in v2.470.4

func (x *InstanceShareableBertyID) ProtoReflect() protoreflect.Message

func (*InstanceShareableBertyID) Reset

func (x *InstanceShareableBertyID) Reset()

func (*InstanceShareableBertyID) String

func (x *InstanceShareableBertyID) String() string

type InstanceShareableBertyID_Reply

type InstanceShareableBertyID_Reply struct {
	Link        *BertyLink `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"`
	InternalUrl string     `protobuf:"bytes,2,opt,name=internal_url,json=internalUrl,proto3" json:"internal_url,omitempty"`
	WebUrl      string     `protobuf:"bytes,3,opt,name=web_url,json=webUrl,proto3" json:"web_url,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceShareableBertyID_Reply) Descriptor deprecated

func (*InstanceShareableBertyID_Reply) Descriptor() ([]byte, []int)

Deprecated: Use InstanceShareableBertyID_Reply.ProtoReflect.Descriptor instead.

func (*InstanceShareableBertyID_Reply) GetInternalUrl added in v2.470.4

func (x *InstanceShareableBertyID_Reply) GetInternalUrl() string

func (*InstanceShareableBertyID_Reply) GetWebUrl added in v2.470.4

func (x *InstanceShareableBertyID_Reply) GetWebUrl() string

func (*InstanceShareableBertyID_Reply) ProtoMessage

func (*InstanceShareableBertyID_Reply) ProtoMessage()

func (*InstanceShareableBertyID_Reply) ProtoReflect added in v2.470.4

func (*InstanceShareableBertyID_Reply) Reset

func (x *InstanceShareableBertyID_Reply) Reset()

func (*InstanceShareableBertyID_Reply) String

type InstanceShareableBertyID_Request

type InstanceShareableBertyID_Request struct {

	// reset will regenerate a new link
	Reset_      bool   `protobuf:"varint,1,opt,name=reset,proto3" json:"reset,omitempty"`
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// optional passphase to encrypt the link
	Passphrase []byte `protobuf:"bytes,3,opt,name=passphrase,proto3" json:"passphrase,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceShareableBertyID_Request) Descriptor deprecated

func (*InstanceShareableBertyID_Request) Descriptor() ([]byte, []int)

Deprecated: Use InstanceShareableBertyID_Request.ProtoReflect.Descriptor instead.

func (*InstanceShareableBertyID_Request) GetDisplayName

func (x *InstanceShareableBertyID_Request) GetDisplayName() string

func (*InstanceShareableBertyID_Request) GetPassphrase added in v2.231.0

func (x *InstanceShareableBertyID_Request) GetPassphrase() []byte

func (*InstanceShareableBertyID_Request) GetReset_

func (x *InstanceShareableBertyID_Request) GetReset_() bool

func (*InstanceShareableBertyID_Request) ProtoMessage

func (*InstanceShareableBertyID_Request) ProtoMessage()

func (*InstanceShareableBertyID_Request) ProtoReflect added in v2.470.4

func (*InstanceShareableBertyID_Request) Reset

func (*InstanceShareableBertyID_Request) String

type Interact

type Interact struct {
	// contains filtered or unexported fields
}

func (*Interact) Descriptor deprecated

func (*Interact) Descriptor() ([]byte, []int)

Deprecated: Use Interact.ProtoReflect.Descriptor instead.

func (*Interact) ProtoMessage

func (*Interact) ProtoMessage()

func (*Interact) ProtoReflect added in v2.470.4

func (x *Interact) ProtoReflect() protoreflect.Message

func (*Interact) Reset

func (x *Interact) Reset()

func (*Interact) String

func (x *Interact) String() string

type Interact_Reply

type Interact_Reply struct {
	Cid string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"`
	// contains filtered or unexported fields
}

func (*Interact_Reply) Descriptor deprecated

func (*Interact_Reply) Descriptor() ([]byte, []int)

Deprecated: Use Interact_Reply.ProtoReflect.Descriptor instead.

func (*Interact_Reply) GetCid added in v2.470.4

func (x *Interact_Reply) GetCid() string

func (*Interact_Reply) ProtoMessage

func (*Interact_Reply) ProtoMessage()

func (*Interact_Reply) ProtoReflect added in v2.470.4

func (x *Interact_Reply) ProtoReflect() protoreflect.Message

func (*Interact_Reply) Reset

func (x *Interact_Reply) Reset()

func (*Interact_Reply) String

func (x *Interact_Reply) String() string

type Interact_Request

type Interact_Request struct {
	Type                  AppMessage_Type `protobuf:"varint,1,opt,name=type,proto3,enum=berty.messenger.v1.AppMessage_Type" json:"type,omitempty"`
	Payload               []byte          `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	ConversationPublicKey string          `` /* 126-byte string literal not displayed */
	TargetCid             string          `protobuf:"bytes,5,opt,name=target_cid,json=targetCid,proto3" json:"target_cid,omitempty"`
	Metadata              bool            `protobuf:"varint,6,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*Interact_Request) Descriptor deprecated

func (*Interact_Request) Descriptor() ([]byte, []int)

Deprecated: Use Interact_Request.ProtoReflect.Descriptor instead.

func (*Interact_Request) GetConversationPublicKey

func (x *Interact_Request) GetConversationPublicKey() string

func (*Interact_Request) GetMetadata added in v2.339.2

func (x *Interact_Request) GetMetadata() bool

func (*Interact_Request) GetPayload

func (x *Interact_Request) GetPayload() []byte

func (*Interact_Request) GetTargetCid added in v2.470.4

func (x *Interact_Request) GetTargetCid() string

func (*Interact_Request) GetType

func (x *Interact_Request) GetType() AppMessage_Type

func (*Interact_Request) ProtoMessage

func (*Interact_Request) ProtoMessage()

func (*Interact_Request) ProtoReflect added in v2.470.4

func (x *Interact_Request) ProtoReflect() protoreflect.Message

func (*Interact_Request) Reset

func (x *Interact_Request) Reset()

func (*Interact_Request) String

func (x *Interact_Request) String() string

type Interaction

type Interaction struct {
	Cid                   string          `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty" gorm:"primaryKey;column:cid"`
	Type                  AppMessage_Type `protobuf:"varint,2,opt,name=type,proto3,enum=berty.messenger.v1.AppMessage_Type" json:"type,omitempty" gorm:"index"`
	MemberPublicKey       string          `protobuf:"bytes,7,opt,name=member_public_key,json=memberPublicKey,proto3" json:"member_public_key,omitempty"`
	DevicePublicKey       string          `protobuf:"bytes,12,opt,name=device_public_key,json=devicePublicKey,proto3" json:"device_public_key,omitempty"`
	Member                *Member         `protobuf:"bytes,8,opt,name=member,proto3" json:"member,omitempty" gorm:"foreignKey:PublicKey;references:MemberPublicKey"`
	ConversationPublicKey string          `` /* 139-byte string literal not displayed */
	Conversation          *Conversation   `protobuf:"bytes,4,opt,name=conversation,proto3" json:"conversation,omitempty"`
	Payload               []byte          `protobuf:"bytes,5,opt,name=payload,proto3" json:"payload,omitempty"`
	IsMine                bool            `protobuf:"varint,6,opt,name=is_mine,json=isMine,proto3" json:"is_mine,omitempty"`
	SentDate              int64           `protobuf:"varint,9,opt,name=sent_date,json=sentDate,proto3" json:"sent_date,omitempty" gorm:"index"`
	Acknowledged          bool            `protobuf:"varint,10,opt,name=acknowledged,proto3" json:"acknowledged,omitempty"`
	TargetCid             string          `protobuf:"bytes,13,opt,name=target_cid,json=targetCid,proto3" json:"target_cid,omitempty" gorm:"index;column:target_cid"`
	OutOfStoreMessage     bool            `protobuf:"varint,17,opt,name=out_of_store_message,json=outOfStoreMessage,proto3" json:"out_of_store_message,omitempty"`
	// contains filtered or unexported fields
}

func (*Interaction) Descriptor deprecated

func (*Interaction) Descriptor() ([]byte, []int)

Deprecated: Use Interaction.ProtoReflect.Descriptor instead.

func (*Interaction) GetAcknowledged

func (x *Interaction) GetAcknowledged() bool

func (*Interaction) GetCid added in v2.470.4

func (x *Interaction) GetCid() string

func (*Interaction) GetConversation

func (x *Interaction) GetConversation() *Conversation

func (*Interaction) GetConversationPublicKey

func (x *Interaction) GetConversationPublicKey() string

func (*Interaction) GetDevicePublicKey

func (x *Interaction) GetDevicePublicKey() string

func (*Interaction) GetIsMine added in v2.254.3

func (x *Interaction) GetIsMine() bool

func (*Interaction) GetMember

func (x *Interaction) GetMember() *Member

func (*Interaction) GetMemberPublicKey

func (x *Interaction) GetMemberPublicKey() string

func (*Interaction) GetOutOfStoreMessage added in v2.305.0

func (x *Interaction) GetOutOfStoreMessage() bool

func (*Interaction) GetPayload

func (x *Interaction) GetPayload() []byte

func (*Interaction) GetSentDate

func (x *Interaction) GetSentDate() int64

func (*Interaction) GetTargetCid added in v2.470.4

func (x *Interaction) GetTargetCid() string

func (*Interaction) GetType

func (x *Interaction) GetType() AppMessage_Type

func (*Interaction) MarshalJSON

func (interaction *Interaction) MarshalJSON() ([]byte, error)

func (*Interaction) ProtoMessage

func (*Interaction) ProtoMessage()

func (*Interaction) ProtoReflect added in v2.470.4

func (x *Interaction) ProtoReflect() protoreflect.Message

func (*Interaction) Reset

func (x *Interaction) Reset()

func (*Interaction) String

func (x *Interaction) String() string

func (*Interaction) UnmarshalPayload

func (interaction *Interaction) UnmarshalPayload() (proto.Message, error)

type ListMemberDevices added in v2.344.0

type ListMemberDevices struct {
	// contains filtered or unexported fields
}

func (*ListMemberDevices) Descriptor deprecated added in v2.344.0

func (*ListMemberDevices) Descriptor() ([]byte, []int)

Deprecated: Use ListMemberDevices.ProtoReflect.Descriptor instead.

func (*ListMemberDevices) ProtoMessage added in v2.344.0

func (*ListMemberDevices) ProtoMessage()

func (*ListMemberDevices) ProtoReflect added in v2.470.4

func (x *ListMemberDevices) ProtoReflect() protoreflect.Message

func (*ListMemberDevices) Reset added in v2.344.0

func (x *ListMemberDevices) Reset()

func (*ListMemberDevices) String added in v2.344.0

func (x *ListMemberDevices) String() string

type ListMemberDevices_Reply added in v2.344.0

type ListMemberDevices_Reply struct {
	Device *Device `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMemberDevices_Reply) Descriptor deprecated added in v2.344.0

func (*ListMemberDevices_Reply) Descriptor() ([]byte, []int)

Deprecated: Use ListMemberDevices_Reply.ProtoReflect.Descriptor instead.

func (*ListMemberDevices_Reply) GetDevice added in v2.344.0

func (x *ListMemberDevices_Reply) GetDevice() *Device

func (*ListMemberDevices_Reply) ProtoMessage added in v2.344.0

func (*ListMemberDevices_Reply) ProtoMessage()

func (*ListMemberDevices_Reply) ProtoReflect added in v2.470.4

func (x *ListMemberDevices_Reply) ProtoReflect() protoreflect.Message

func (*ListMemberDevices_Reply) Reset added in v2.344.0

func (x *ListMemberDevices_Reply) Reset()

func (*ListMemberDevices_Reply) String added in v2.344.0

func (x *ListMemberDevices_Reply) String() string

type ListMemberDevices_Request added in v2.344.0

type ListMemberDevices_Request struct {
	ConversationPk string `protobuf:"bytes,1,opt,name=conversation_pk,json=conversationPk,proto3" json:"conversation_pk,omitempty"`
	MemberPk       string `protobuf:"bytes,2,opt,name=member_pk,json=memberPk,proto3" json:"member_pk,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMemberDevices_Request) Descriptor deprecated added in v2.344.0

func (*ListMemberDevices_Request) Descriptor() ([]byte, []int)

Deprecated: Use ListMemberDevices_Request.ProtoReflect.Descriptor instead.

func (*ListMemberDevices_Request) GetConversationPk added in v2.470.4

func (x *ListMemberDevices_Request) GetConversationPk() string

func (*ListMemberDevices_Request) GetMemberPk added in v2.470.4

func (x *ListMemberDevices_Request) GetMemberPk() string

func (*ListMemberDevices_Request) ProtoMessage added in v2.344.0

func (*ListMemberDevices_Request) ProtoMessage()

func (*ListMemberDevices_Request) ProtoReflect added in v2.470.4

func (*ListMemberDevices_Request) Reset added in v2.344.0

func (x *ListMemberDevices_Request) Reset()

func (*ListMemberDevices_Request) String added in v2.344.0

func (x *ListMemberDevices_Request) String() string

type LocalConversationState

type LocalConversationState struct {
	PublicKey   string            `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	UnreadCount int32             `protobuf:"varint,2,opt,name=unread_count,json=unreadCount,proto3" json:"unread_count,omitempty"`
	IsOpen      bool              `protobuf:"varint,3,opt,name=is_open,json=isOpen,proto3" json:"is_open,omitempty"`
	Type        Conversation_Type `protobuf:"varint,4,opt,name=type,proto3,enum=berty.messenger.v1.Conversation_Type" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*LocalConversationState) Descriptor deprecated

func (*LocalConversationState) Descriptor() ([]byte, []int)

Deprecated: Use LocalConversationState.ProtoReflect.Descriptor instead.

func (*LocalConversationState) GetIsOpen

func (x *LocalConversationState) GetIsOpen() bool

func (*LocalConversationState) GetPublicKey

func (x *LocalConversationState) GetPublicKey() string

func (*LocalConversationState) GetType

func (*LocalConversationState) GetUnreadCount

func (x *LocalConversationState) GetUnreadCount() int32

func (*LocalConversationState) ProtoMessage

func (*LocalConversationState) ProtoMessage()

func (*LocalConversationState) ProtoReflect added in v2.470.4

func (x *LocalConversationState) ProtoReflect() protoreflect.Message

func (*LocalConversationState) Reset

func (x *LocalConversationState) Reset()

func (*LocalConversationState) String

func (x *LocalConversationState) String() string

type LocalDatabaseState

type LocalDatabaseState struct {
	PublicKey               string                    `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	DisplayName             string                    `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	ReplicateFlag           bool                      `protobuf:"varint,3,opt,name=replicate_flag,json=replicateFlag,proto3" json:"replicate_flag,omitempty"`
	LocalConversationsState []*LocalConversationState `` /* 132-byte string literal not displayed */
	AccountLink             string                    `protobuf:"bytes,5,opt,name=account_link,json=accountLink,proto3" json:"account_link,omitempty"`
	AutoSharePushTokenFlag  bool                      `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LocalDatabaseState) Descriptor deprecated

func (*LocalDatabaseState) Descriptor() ([]byte, []int)

Deprecated: Use LocalDatabaseState.ProtoReflect.Descriptor instead.

func (x *LocalDatabaseState) GetAccountLink() string

func (*LocalDatabaseState) GetAutoSharePushTokenFlag added in v2.305.0

func (x *LocalDatabaseState) GetAutoSharePushTokenFlag() bool

func (*LocalDatabaseState) GetDisplayName

func (x *LocalDatabaseState) GetDisplayName() string

func (*LocalDatabaseState) GetLocalConversationsState

func (x *LocalDatabaseState) GetLocalConversationsState() []*LocalConversationState

func (*LocalDatabaseState) GetPublicKey

func (x *LocalDatabaseState) GetPublicKey() string

func (*LocalDatabaseState) GetReplicateFlag

func (x *LocalDatabaseState) GetReplicateFlag() bool

func (*LocalDatabaseState) ProtoMessage

func (*LocalDatabaseState) ProtoMessage()

func (*LocalDatabaseState) ProtoReflect added in v2.470.4

func (x *LocalDatabaseState) ProtoReflect() protoreflect.Message

func (*LocalDatabaseState) Reset

func (x *LocalDatabaseState) Reset()

func (*LocalDatabaseState) String

func (x *LocalDatabaseState) String() string

type Member

type Member struct {
	PublicKey             string        `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" gorm:"primaryKey"`
	DisplayName           string        `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	ConversationPublicKey string        `` /* 144-byte string literal not displayed */
	IsMe                  bool          `protobuf:"varint,9,opt,name=is_me,json=isMe,proto3" json:"is_me,omitempty"`
	IsCreator             bool          `protobuf:"varint,8,opt,name=is_creator,json=isCreator,proto3" json:"is_creator,omitempty"`
	InfoDate              int64         `protobuf:"varint,7,opt,name=info_date,json=infoDate,proto3" json:"info_date,omitempty"`
	Conversation          *Conversation `protobuf:"bytes,4,opt,name=conversation,proto3" json:"conversation,omitempty"`
	Devices               []*Device     `protobuf:"bytes,5,rep,name=devices,proto3" json:"devices,omitempty" gorm:"foreignKey:MemberPublicKey;references:PublicKey"`
	// contains filtered or unexported fields
}

func (*Member) Descriptor deprecated

func (*Member) Descriptor() ([]byte, []int)

Deprecated: Use Member.ProtoReflect.Descriptor instead.

func (*Member) GetConversation

func (x *Member) GetConversation() *Conversation

func (*Member) GetConversationPublicKey

func (x *Member) GetConversationPublicKey() string

func (*Member) GetDevices

func (x *Member) GetDevices() []*Device

func (*Member) GetDisplayName

func (x *Member) GetDisplayName() string

func (*Member) GetInfoDate

func (x *Member) GetInfoDate() int64

func (*Member) GetIsCreator added in v2.250.0

func (x *Member) GetIsCreator() bool

func (*Member) GetIsMe added in v2.250.0

func (x *Member) GetIsMe() bool

func (*Member) GetPublicKey

func (x *Member) GetPublicKey() string

func (*Member) ProtoMessage

func (*Member) ProtoMessage()

func (*Member) ProtoReflect added in v2.470.4

func (x *Member) ProtoReflect() protoreflect.Message

func (*Member) Reset

func (x *Member) Reset()

func (*Member) String

func (x *Member) String() string

type MemberWithDevices added in v2.470.0

type MemberWithDevices struct {
	MemberPk   string   `protobuf:"bytes,1,opt,name=member_pk,json=memberPk,proto3" json:"member_pk,omitempty"`
	DevicesPks []string `protobuf:"bytes,2,rep,name=devices_pks,json=devicesPks,proto3" json:"devices_pks,omitempty"`
	// contains filtered or unexported fields
}

func (*MemberWithDevices) Descriptor deprecated added in v2.470.0

func (*MemberWithDevices) Descriptor() ([]byte, []int)

Deprecated: Use MemberWithDevices.ProtoReflect.Descriptor instead.

func (*MemberWithDevices) GetDevicesPks added in v2.470.4

func (x *MemberWithDevices) GetDevicesPks() []string

func (*MemberWithDevices) GetMemberPk added in v2.470.4

func (x *MemberWithDevices) GetMemberPk() string

func (*MemberWithDevices) ProtoMessage added in v2.470.0

func (*MemberWithDevices) ProtoMessage()

func (*MemberWithDevices) ProtoReflect added in v2.470.4

func (x *MemberWithDevices) ProtoReflect() protoreflect.Message

func (*MemberWithDevices) Reset added in v2.470.0

func (x *MemberWithDevices) Reset()

func (*MemberWithDevices) String added in v2.470.0

func (x *MemberWithDevices) String() string

type MessageSearch added in v2.267.0

type MessageSearch struct {
	// contains filtered or unexported fields
}

func (*MessageSearch) Descriptor deprecated added in v2.267.0

func (*MessageSearch) Descriptor() ([]byte, []int)

Deprecated: Use MessageSearch.ProtoReflect.Descriptor instead.

func (*MessageSearch) ProtoMessage added in v2.267.0

func (*MessageSearch) ProtoMessage()

func (*MessageSearch) ProtoReflect added in v2.470.4

func (x *MessageSearch) ProtoReflect() protoreflect.Message

func (*MessageSearch) Reset added in v2.267.0

func (x *MessageSearch) Reset()

func (*MessageSearch) String added in v2.267.0

func (x *MessageSearch) String() string

type MessageSearch_Reply added in v2.267.0

type MessageSearch_Reply struct {
	Results []*Interaction `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageSearch_Reply) Descriptor deprecated added in v2.267.0

func (*MessageSearch_Reply) Descriptor() ([]byte, []int)

Deprecated: Use MessageSearch_Reply.ProtoReflect.Descriptor instead.

func (*MessageSearch_Reply) GetResults added in v2.267.0

func (x *MessageSearch_Reply) GetResults() []*Interaction

func (*MessageSearch_Reply) ProtoMessage added in v2.267.0

func (*MessageSearch_Reply) ProtoMessage()

func (*MessageSearch_Reply) ProtoReflect added in v2.470.4

func (x *MessageSearch_Reply) ProtoReflect() protoreflect.Message

func (*MessageSearch_Reply) Reset added in v2.267.0

func (x *MessageSearch_Reply) Reset()

func (*MessageSearch_Reply) String added in v2.267.0

func (x *MessageSearch_Reply) String() string

type MessageSearch_Request added in v2.267.0

type MessageSearch_Request struct {
	Query          string `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	BeforeDate     int64  `protobuf:"varint,2,opt,name=before_date,json=beforeDate,proto3" json:"before_date,omitempty"`
	AfterDate      int64  `protobuf:"varint,3,opt,name=after_date,json=afterDate,proto3" json:"after_date,omitempty"`
	Limit          int32  `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	RefCid         string `protobuf:"bytes,5,opt,name=ref_cid,json=refCid,proto3" json:"ref_cid,omitempty"`
	OldestToNewest bool   `protobuf:"varint,6,opt,name=oldest_to_newest,json=oldestToNewest,proto3" json:"oldest_to_newest,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageSearch_Request) Descriptor deprecated added in v2.267.0

func (*MessageSearch_Request) Descriptor() ([]byte, []int)

Deprecated: Use MessageSearch_Request.ProtoReflect.Descriptor instead.

func (*MessageSearch_Request) GetAfterDate added in v2.267.0

func (x *MessageSearch_Request) GetAfterDate() int64

func (*MessageSearch_Request) GetBeforeDate added in v2.267.0

func (x *MessageSearch_Request) GetBeforeDate() int64

func (*MessageSearch_Request) GetLimit added in v2.267.0

func (x *MessageSearch_Request) GetLimit() int32

func (*MessageSearch_Request) GetOldestToNewest added in v2.267.0

func (x *MessageSearch_Request) GetOldestToNewest() bool

func (*MessageSearch_Request) GetQuery added in v2.267.0

func (x *MessageSearch_Request) GetQuery() string

func (*MessageSearch_Request) GetRefCid added in v2.470.4

func (x *MessageSearch_Request) GetRefCid() string

func (*MessageSearch_Request) ProtoMessage added in v2.267.0

func (*MessageSearch_Request) ProtoMessage()

func (*MessageSearch_Request) ProtoReflect added in v2.470.4

func (x *MessageSearch_Request) ProtoReflect() protoreflect.Message

func (*MessageSearch_Request) Reset added in v2.267.0

func (x *MessageSearch_Request) Reset()

func (*MessageSearch_Request) String added in v2.267.0

func (x *MessageSearch_Request) String() string

type MessengerServiceClient

type MessengerServiceClient interface {
	// InstanceShareableBertyID returns a Berty ID that can be shared as a string, QR code or deep link.
	InstanceShareableBertyID(ctx context.Context, in *InstanceShareableBertyID_Request, opts ...grpc.CallOption) (*InstanceShareableBertyID_Reply, error)
	// ShareableBertyGroup returns a Berty Group that can be shared as a string, QR code or deep link.
	ShareableBertyGroup(ctx context.Context, in *ShareableBertyGroup_Request, opts ...grpc.CallOption) (*ShareableBertyGroup_Reply, error)
	// DevShareInstanceBertyID shares your Berty ID on a dev channel.
	// TODO: remove for public.
	DevShareInstanceBertyID(ctx context.Context, in *DevShareInstanceBertyID_Request, opts ...grpc.CallOption) (*DevShareInstanceBertyID_Reply, error)
	// DevStreamLogs streams logs from the ring-buffer.
	DevStreamLogs(ctx context.Context, in *DevStreamLogs_Request, opts ...grpc.CallOption) (grpc.ServerStreamingClient[DevStreamLogs_Reply], error)
	// ParseDeepLink parses a link in the form of berty://xxx or https://berty.tech/id# and returns a structure
	// that can be used to display information.
	// This action is read-only.
	ParseDeepLink(ctx context.Context, in *ParseDeepLink_Request, opts ...grpc.CallOption) (*ParseDeepLink_Reply, error)
	// SendContactRequest takes the payload received from ParseDeepLink and send a contact request using the weshnet.protocol.
	SendContactRequest(ctx context.Context, in *SendContactRequest_Request, opts ...grpc.CallOption) (*SendContactRequest_Reply, error)
	// SystemInfo returns runtime information.
	SystemInfo(ctx context.Context, in *SystemInfo_Request, opts ...grpc.CallOption) (*SystemInfo_Reply, error)
	// Use to test stream.
	EchoTest(ctx context.Context, in *EchoTest_Request, opts ...grpc.CallOption) (grpc.ServerStreamingClient[EchoTest_Reply], error)
	// Use to test duplex stream.
	EchoDuplexTest(ctx context.Context, opts ...grpc.CallOption) (grpc.BidiStreamingClient[EchoDuplexTest_Request, EchoDuplexTest_Reply], error)
	ConversationStream(ctx context.Context, in *ConversationStream_Request, opts ...grpc.CallOption) (grpc.ServerStreamingClient[ConversationStream_Reply], error)
	EventStream(ctx context.Context, in *EventStream_Request, opts ...grpc.CallOption) (grpc.ServerStreamingClient[EventStream_Reply], error)
	ConversationCreate(ctx context.Context, in *ConversationCreate_Request, opts ...grpc.CallOption) (*ConversationCreate_Reply, error)
	ConversationJoin(ctx context.Context, in *ConversationJoin_Request, opts ...grpc.CallOption) (*ConversationJoin_Reply, error)
	AccountGet(ctx context.Context, in *AccountGet_Request, opts ...grpc.CallOption) (*AccountGet_Reply, error)
	AccountUpdate(ctx context.Context, in *AccountUpdate_Request, opts ...grpc.CallOption) (*AccountUpdate_Reply, error)
	AccountPushConfigure(ctx context.Context, in *AccountPushConfigure_Request, opts ...grpc.CallOption) (*AccountPushConfigure_Reply, error)
	ContactRequest(ctx context.Context, in *ContactRequest_Request, opts ...grpc.CallOption) (*ContactRequest_Reply, error)
	ContactAccept(ctx context.Context, in *ContactAccept_Request, opts ...grpc.CallOption) (*ContactAccept_Reply, error)
	Interact(ctx context.Context, in *Interact_Request, opts ...grpc.CallOption) (*Interact_Reply, error)
	ConversationOpen(ctx context.Context, in *ConversationOpen_Request, opts ...grpc.CallOption) (*ConversationOpen_Reply, error)
	ConversationClose(ctx context.Context, in *ConversationClose_Request, opts ...grpc.CallOption) (*ConversationClose_Reply, error)
	ConversationLoad(ctx context.Context, in *ConversationLoad_Request, opts ...grpc.CallOption) (*ConversationLoad_Reply, error)
	ConversationMute(ctx context.Context, in *ConversationMute_Request, opts ...grpc.CallOption) (*ConversationMute_Reply, error)
	// ReplicationServiceRegisterGroup Asks a replication service to distribute a group contents
	ReplicationServiceRegisterGroup(ctx context.Context, in *ReplicationServiceRegisterGroup_Request, opts ...grpc.CallOption) (*ReplicationServiceRegisterGroup_Reply, error)
	// ReplicationSetAutoEnable Sets whether new groups should be replicated automatically or not
	ReplicationSetAutoEnable(ctx context.Context, in *ReplicationSetAutoEnable_Request, opts ...grpc.CallOption) (*ReplicationSetAutoEnable_Reply, error)
	// BannerQuote returns the quote of the day.
	BannerQuote(ctx context.Context, in *BannerQuote_Request, opts ...grpc.CallOption) (*BannerQuote_Reply, error)
	// InstanceExportData exports instance data
	InstanceExportData(ctx context.Context, in *InstanceExportData_Request, opts ...grpc.CallOption) (grpc.ServerStreamingClient[InstanceExportData_Reply], error)
	// MessageSearch
	MessageSearch(ctx context.Context, in *MessageSearch_Request, opts ...grpc.CallOption) (*MessageSearch_Reply, error)
	// ListMemberDevices Lists devices for a member
	ListMemberDevices(ctx context.Context, in *ListMemberDevices_Request, opts ...grpc.CallOption) (grpc.ServerStreamingClient[ListMemberDevices_Reply], error)
	// TyberHostSearch
	TyberHostSearch(ctx context.Context, in *TyberHostSearch_Request, opts ...grpc.CallOption) (grpc.ServerStreamingClient[TyberHostSearch_Reply], error)
	// TyberHostAttach
	TyberHostAttach(ctx context.Context, in *TyberHostAttach_Request, opts ...grpc.CallOption) (*TyberHostAttach_Reply, error)
	// DebugAuthServiceSetToken sets the service token directly without using the PKCE OAuth 2 token issuer
	DebugAuthServiceSetToken(ctx context.Context, in *DebugAuthServiceSetToken_Request, opts ...grpc.CallOption) (*DebugAuthServiceSetToken_Reply, error)
	// ServicesTokenList Retrieves the list of service server tokens
	ServicesTokenList(ctx context.Context, in *ServicesTokenList_Request, opts ...grpc.CallOption) (grpc.ServerStreamingClient[ServicesTokenList_Reply], error)
	// AuthServiceInitFlow Initialize an authentication flow
	AuthServiceInitFlow(ctx context.Context, in *AuthServiceInitFlow_Request, opts ...grpc.CallOption) (*AuthServiceInitFlow_Reply, error)
	// AuthServiceCompleteFlow Completes an authentication flow
	AuthServiceCompleteFlow(ctx context.Context, in *AuthServiceCompleteFlow_Request, opts ...grpc.CallOption) (*AuthServiceCompleteFlow_Reply, error)
	// PushSetAutoShare Sets whether new groups should receive our push token automatically or not
	PushSetAutoShare(ctx context.Context, in *PushSetAutoShare_Request, opts ...grpc.CallOption) (*PushSetAutoShare_Reply, error)
	// PushShareTokenForConversation Share a push token for a conversation
	PushShareTokenForConversation(ctx context.Context, in *PushShareTokenForConversation_Request, opts ...grpc.CallOption) (*PushShareTokenForConversation_Reply, error)
	// PushTokenSharedForConversation
	PushTokenSharedForConversation(ctx context.Context, in *PushTokenSharedForConversation_Request, opts ...grpc.CallOption) (grpc.ServerStreamingClient[PushTokenSharedForConversation_Reply], error)
	// PushReceive handles a push payload, decrypts it if possible, adds it to the local store
	PushReceive(ctx context.Context, in *PushReceive_Request, opts ...grpc.CallOption) (*PushReceive_Reply, error)
	// PushSend sends a push payload to a specified list of group members
	PushSend(ctx context.Context, in *PushSend_Request, opts ...grpc.CallOption) (*PushSend_Reply, error)
	// PushSetDeviceToken registers a push token for the current device
	PushSetDeviceToken(ctx context.Context, in *PushSetDeviceToken_Request, opts ...grpc.CallOption) (*PushSetDeviceToken_Reply, error)
	// PushSetServer registers a push server for the current device
	PushSetServer(ctx context.Context, in *PushSetServer_Request, opts ...grpc.CallOption) (*PushSetServer_Reply, error)
	// DirectoryServiceRegister registers a verified credential on a directory service
	DirectoryServiceRegister(ctx context.Context, in *DirectoryServiceRegister_Request, opts ...grpc.CallOption) (*DirectoryServiceRegister_Reply, error)
	// DirectoryServiceUnregister requests a directory service to remove a verified credential
	DirectoryServiceUnregister(ctx context.Context, in *DirectoryServiceUnregister_Request, opts ...grpc.CallOption) (*DirectoryServiceUnregister_Reply, error)
	// DirectoryServiceQuery queries a directory service for given identifiers
	DirectoryServiceQuery(ctx context.Context, in *DirectoryServiceQuery_Request, opts ...grpc.CallOption) (grpc.ServerStreamingClient[DirectoryServiceQuery_Reply], error)
}

MessengerServiceClient is the client API for MessengerService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

MessengerService is the top-level API that uses the weshnet.protocol to implement the Berty Messenger specific logic. Today, most of the Berty Messenger logic is implemented directly in the application (see the /js folder of this repo).

type MessengerServiceServer

type MessengerServiceServer interface {
	// InstanceShareableBertyID returns a Berty ID that can be shared as a string, QR code or deep link.
	InstanceShareableBertyID(context.Context, *InstanceShareableBertyID_Request) (*InstanceShareableBertyID_Reply, error)
	// ShareableBertyGroup returns a Berty Group that can be shared as a string, QR code or deep link.
	ShareableBertyGroup(context.Context, *ShareableBertyGroup_Request) (*ShareableBertyGroup_Reply, error)
	// DevShareInstanceBertyID shares your Berty ID on a dev channel.
	// TODO: remove for public.
	DevShareInstanceBertyID(context.Context, *DevShareInstanceBertyID_Request) (*DevShareInstanceBertyID_Reply, error)
	// DevStreamLogs streams logs from the ring-buffer.
	DevStreamLogs(*DevStreamLogs_Request, grpc.ServerStreamingServer[DevStreamLogs_Reply]) error
	// ParseDeepLink parses a link in the form of berty://xxx or https://berty.tech/id# and returns a structure
	// that can be used to display information.
	// This action is read-only.
	ParseDeepLink(context.Context, *ParseDeepLink_Request) (*ParseDeepLink_Reply, error)
	// SendContactRequest takes the payload received from ParseDeepLink and send a contact request using the weshnet.protocol.
	SendContactRequest(context.Context, *SendContactRequest_Request) (*SendContactRequest_Reply, error)
	// SystemInfo returns runtime information.
	SystemInfo(context.Context, *SystemInfo_Request) (*SystemInfo_Reply, error)
	// Use to test stream.
	EchoTest(*EchoTest_Request, grpc.ServerStreamingServer[EchoTest_Reply]) error
	// Use to test duplex stream.
	EchoDuplexTest(grpc.BidiStreamingServer[EchoDuplexTest_Request, EchoDuplexTest_Reply]) error
	ConversationStream(*ConversationStream_Request, grpc.ServerStreamingServer[ConversationStream_Reply]) error
	EventStream(*EventStream_Request, grpc.ServerStreamingServer[EventStream_Reply]) error
	ConversationCreate(context.Context, *ConversationCreate_Request) (*ConversationCreate_Reply, error)
	ConversationJoin(context.Context, *ConversationJoin_Request) (*ConversationJoin_Reply, error)
	AccountGet(context.Context, *AccountGet_Request) (*AccountGet_Reply, error)
	AccountUpdate(context.Context, *AccountUpdate_Request) (*AccountUpdate_Reply, error)
	AccountPushConfigure(context.Context, *AccountPushConfigure_Request) (*AccountPushConfigure_Reply, error)
	ContactRequest(context.Context, *ContactRequest_Request) (*ContactRequest_Reply, error)
	ContactAccept(context.Context, *ContactAccept_Request) (*ContactAccept_Reply, error)
	Interact(context.Context, *Interact_Request) (*Interact_Reply, error)
	ConversationOpen(context.Context, *ConversationOpen_Request) (*ConversationOpen_Reply, error)
	ConversationClose(context.Context, *ConversationClose_Request) (*ConversationClose_Reply, error)
	ConversationLoad(context.Context, *ConversationLoad_Request) (*ConversationLoad_Reply, error)
	ConversationMute(context.Context, *ConversationMute_Request) (*ConversationMute_Reply, error)
	// ReplicationServiceRegisterGroup Asks a replication service to distribute a group contents
	ReplicationServiceRegisterGroup(context.Context, *ReplicationServiceRegisterGroup_Request) (*ReplicationServiceRegisterGroup_Reply, error)
	// ReplicationSetAutoEnable Sets whether new groups should be replicated automatically or not
	ReplicationSetAutoEnable(context.Context, *ReplicationSetAutoEnable_Request) (*ReplicationSetAutoEnable_Reply, error)
	// BannerQuote returns the quote of the day.
	BannerQuote(context.Context, *BannerQuote_Request) (*BannerQuote_Reply, error)
	// InstanceExportData exports instance data
	InstanceExportData(*InstanceExportData_Request, grpc.ServerStreamingServer[InstanceExportData_Reply]) error
	// MessageSearch
	MessageSearch(context.Context, *MessageSearch_Request) (*MessageSearch_Reply, error)
	// ListMemberDevices Lists devices for a member
	ListMemberDevices(*ListMemberDevices_Request, grpc.ServerStreamingServer[ListMemberDevices_Reply]) error
	// TyberHostSearch
	TyberHostSearch(*TyberHostSearch_Request, grpc.ServerStreamingServer[TyberHostSearch_Reply]) error
	// TyberHostAttach
	TyberHostAttach(context.Context, *TyberHostAttach_Request) (*TyberHostAttach_Reply, error)
	// DebugAuthServiceSetToken sets the service token directly without using the PKCE OAuth 2 token issuer
	DebugAuthServiceSetToken(context.Context, *DebugAuthServiceSetToken_Request) (*DebugAuthServiceSetToken_Reply, error)
	// ServicesTokenList Retrieves the list of service server tokens
	ServicesTokenList(*ServicesTokenList_Request, grpc.ServerStreamingServer[ServicesTokenList_Reply]) error
	// AuthServiceInitFlow Initialize an authentication flow
	AuthServiceInitFlow(context.Context, *AuthServiceInitFlow_Request) (*AuthServiceInitFlow_Reply, error)
	// AuthServiceCompleteFlow Completes an authentication flow
	AuthServiceCompleteFlow(context.Context, *AuthServiceCompleteFlow_Request) (*AuthServiceCompleteFlow_Reply, error)
	// PushSetAutoShare Sets whether new groups should receive our push token automatically or not
	PushSetAutoShare(context.Context, *PushSetAutoShare_Request) (*PushSetAutoShare_Reply, error)
	// PushShareTokenForConversation Share a push token for a conversation
	PushShareTokenForConversation(context.Context, *PushShareTokenForConversation_Request) (*PushShareTokenForConversation_Reply, error)
	// PushTokenSharedForConversation
	PushTokenSharedForConversation(*PushTokenSharedForConversation_Request, grpc.ServerStreamingServer[PushTokenSharedForConversation_Reply]) error
	// PushReceive handles a push payload, decrypts it if possible, adds it to the local store
	PushReceive(context.Context, *PushReceive_Request) (*PushReceive_Reply, error)
	// PushSend sends a push payload to a specified list of group members
	PushSend(context.Context, *PushSend_Request) (*PushSend_Reply, error)
	// PushSetDeviceToken registers a push token for the current device
	PushSetDeviceToken(context.Context, *PushSetDeviceToken_Request) (*PushSetDeviceToken_Reply, error)
	// PushSetServer registers a push server for the current device
	PushSetServer(context.Context, *PushSetServer_Request) (*PushSetServer_Reply, error)
	// DirectoryServiceRegister registers a verified credential on a directory service
	DirectoryServiceRegister(context.Context, *DirectoryServiceRegister_Request) (*DirectoryServiceRegister_Reply, error)
	// DirectoryServiceUnregister requests a directory service to remove a verified credential
	DirectoryServiceUnregister(context.Context, *DirectoryServiceUnregister_Request) (*DirectoryServiceUnregister_Reply, error)
	// DirectoryServiceQuery queries a directory service for given identifiers
	DirectoryServiceQuery(*DirectoryServiceQuery_Request, grpc.ServerStreamingServer[DirectoryServiceQuery_Reply]) error
	// contains filtered or unexported methods
}

MessengerServiceServer is the server API for MessengerService service. All implementations must embed UnimplementedMessengerServiceServer for forward compatibility.

MessengerService is the top-level API that uses the weshnet.protocol to implement the Berty Messenger specific logic. Today, most of the Berty Messenger logic is implemented directly in the application (see the /js folder of this repo).

type MessengerService_ConversationStreamClient

type MessengerService_ConversationStreamClient = grpc.ServerStreamingClient[ConversationStream_Reply]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MessengerService_ConversationStreamServer

type MessengerService_ConversationStreamServer = grpc.ServerStreamingServer[ConversationStream_Reply]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MessengerService_DevStreamLogsClient added in v2.268.0

type MessengerService_DevStreamLogsClient = grpc.ServerStreamingClient[DevStreamLogs_Reply]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MessengerService_DevStreamLogsServer added in v2.268.0

type MessengerService_DevStreamLogsServer = grpc.ServerStreamingServer[DevStreamLogs_Reply]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MessengerService_DirectoryServiceQueryClient added in v2.452.0

type MessengerService_DirectoryServiceQueryClient = grpc.ServerStreamingClient[DirectoryServiceQuery_Reply]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MessengerService_DirectoryServiceQueryServer added in v2.452.0

type MessengerService_DirectoryServiceQueryServer = grpc.ServerStreamingServer[DirectoryServiceQuery_Reply]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MessengerService_EchoDuplexTestClient added in v2.242.0

type MessengerService_EchoDuplexTestClient = grpc.BidiStreamingClient[EchoDuplexTest_Request, EchoDuplexTest_Reply]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MessengerService_EchoDuplexTestServer added in v2.242.0

type MessengerService_EchoDuplexTestServer = grpc.BidiStreamingServer[EchoDuplexTest_Request, EchoDuplexTest_Reply]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MessengerService_EchoTestClient

type MessengerService_EchoTestClient = grpc.ServerStreamingClient[EchoTest_Reply]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MessengerService_EchoTestServer

type MessengerService_EchoTestServer = grpc.ServerStreamingServer[EchoTest_Reply]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MessengerService_EventStreamClient

type MessengerService_EventStreamClient = grpc.ServerStreamingClient[EventStream_Reply]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MessengerService_EventStreamServer

type MessengerService_EventStreamServer = grpc.ServerStreamingServer[EventStream_Reply]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MessengerService_InstanceExportDataClient

type MessengerService_InstanceExportDataClient = grpc.ServerStreamingClient[InstanceExportData_Reply]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MessengerService_InstanceExportDataServer

type MessengerService_InstanceExportDataServer = grpc.ServerStreamingServer[InstanceExportData_Reply]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MessengerService_ListMemberDevicesClient added in v2.344.0

type MessengerService_ListMemberDevicesClient = grpc.ServerStreamingClient[ListMemberDevices_Reply]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MessengerService_ListMemberDevicesServer added in v2.344.0

type MessengerService_ListMemberDevicesServer = grpc.ServerStreamingServer[ListMemberDevices_Reply]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MessengerService_PushTokenSharedForConversationClient added in v2.344.0

type MessengerService_PushTokenSharedForConversationClient = grpc.ServerStreamingClient[PushTokenSharedForConversation_Reply]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MessengerService_PushTokenSharedForConversationServer added in v2.344.0

type MessengerService_PushTokenSharedForConversationServer = grpc.ServerStreamingServer[PushTokenSharedForConversation_Reply]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MessengerService_ServicesTokenListClient

type MessengerService_ServicesTokenListClient = grpc.ServerStreamingClient[ServicesTokenList_Reply]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MessengerService_ServicesTokenListServer

type MessengerService_ServicesTokenListServer = grpc.ServerStreamingServer[ServicesTokenList_Reply]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MessengerService_TyberHostSearchClient added in v2.297.0

type MessengerService_TyberHostSearchClient = grpc.ServerStreamingClient[TyberHostSearch_Reply]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MessengerService_TyberHostSearchServer added in v2.297.0

type MessengerService_TyberHostSearchServer = grpc.ServerStreamingServer[TyberHostSearch_Reply]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MetadataEvent added in v2.305.0

type MetadataEvent struct {
	Cid                   string                  `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty" gorm:"primaryKey;column:cid"`
	ConversationPublicKey string                  `` /* 139-byte string literal not displayed */
	MetadataEventType     protocoltypes.EventType `` /* 150-byte string literal not displayed */
	Payload               []byte                  `protobuf:"bytes,4,opt,name=payload,proto3" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

func (*MetadataEvent) Descriptor deprecated added in v2.305.0

func (*MetadataEvent) Descriptor() ([]byte, []int)

Deprecated: Use MetadataEvent.ProtoReflect.Descriptor instead.

func (*MetadataEvent) GetCid added in v2.470.4

func (x *MetadataEvent) GetCid() string

func (*MetadataEvent) GetConversationPublicKey added in v2.305.0

func (x *MetadataEvent) GetConversationPublicKey() string

func (*MetadataEvent) GetMetadataEventType added in v2.305.0

func (x *MetadataEvent) GetMetadataEventType() protocoltypes.EventType

func (*MetadataEvent) GetPayload added in v2.305.0

func (x *MetadataEvent) GetPayload() []byte

func (*MetadataEvent) ProtoMessage added in v2.305.0

func (*MetadataEvent) ProtoMessage()

func (*MetadataEvent) ProtoReflect added in v2.470.4

func (x *MetadataEvent) ProtoReflect() protoreflect.Message

func (*MetadataEvent) Reset added in v2.305.0

func (x *MetadataEvent) Reset()

func (*MetadataEvent) String added in v2.305.0

func (x *MetadataEvent) String() string

type PaginatedInteractionsOptions added in v2.261.0

type PaginatedInteractionsOptions struct {

	// amount Number of entries to be returned. Default is 5.
	Amount int32 `protobuf:"varint,1,opt,name=amount,proto3" json:"amount,omitempty"`
	// ref_cid Reference CID for used for pagination defaulting to oldest/newest depending on sorting. When specified this CID won't be included in the results.
	RefCid string `protobuf:"bytes,2,opt,name=ref_cid,json=refCid,proto3" json:"ref_cid,omitempty"`
	// conversation_pk Filter by conversation, otherwise X latest message of each conversation are returned
	ConversationPk string `protobuf:"bytes,3,opt,name=conversation_pk,json=conversationPk,proto3" json:"conversation_pk,omitempty"`
	// oldest_to_newest Default sort of results is latest to oldest message
	OldestToNewest bool `protobuf:"varint,4,opt,name=oldest_to_newest,json=oldestToNewest,proto3" json:"oldest_to_newest,omitempty"`
	// no_bulk should interactions be via atomic update in the stream
	NoBulk bool `protobuf:"varint,6,opt,name=no_bulk,json=noBulk,proto3" json:"no_bulk,omitempty"`
	// contains filtered or unexported fields
}

func (*PaginatedInteractionsOptions) Descriptor deprecated added in v2.261.0

func (*PaginatedInteractionsOptions) Descriptor() ([]byte, []int)

Deprecated: Use PaginatedInteractionsOptions.ProtoReflect.Descriptor instead.

func (*PaginatedInteractionsOptions) GetAmount added in v2.261.0

func (x *PaginatedInteractionsOptions) GetAmount() int32

func (*PaginatedInteractionsOptions) GetConversationPk added in v2.470.4

func (x *PaginatedInteractionsOptions) GetConversationPk() string

func (*PaginatedInteractionsOptions) GetNoBulk added in v2.261.0

func (x *PaginatedInteractionsOptions) GetNoBulk() bool

func (*PaginatedInteractionsOptions) GetOldestToNewest added in v2.261.0

func (x *PaginatedInteractionsOptions) GetOldestToNewest() bool

func (*PaginatedInteractionsOptions) GetRefCid added in v2.470.4

func (x *PaginatedInteractionsOptions) GetRefCid() string

func (*PaginatedInteractionsOptions) ProtoMessage added in v2.261.0

func (*PaginatedInteractionsOptions) ProtoMessage()

func (*PaginatedInteractionsOptions) ProtoReflect added in v2.470.4

func (*PaginatedInteractionsOptions) Reset added in v2.261.0

func (x *PaginatedInteractionsOptions) Reset()

func (*PaginatedInteractionsOptions) String added in v2.261.0

type ParseDeepLink struct {
	// contains filtered or unexported fields
}

func (*ParseDeepLink) Descriptor deprecated

func (*ParseDeepLink) Descriptor() ([]byte, []int)

Deprecated: Use ParseDeepLink.ProtoReflect.Descriptor instead.

func (*ParseDeepLink) ProtoMessage

func (*ParseDeepLink) ProtoMessage()

func (*ParseDeepLink) ProtoReflect added in v2.470.4

func (x *ParseDeepLink) ProtoReflect() protoreflect.Message

func (*ParseDeepLink) Reset

func (x *ParseDeepLink) Reset()

func (*ParseDeepLink) String

func (x *ParseDeepLink) String() string
type ParseDeepLink_Reply struct {
	Link *BertyLink `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"`
	// contains filtered or unexported fields
}
func (*ParseDeepLink_Reply) Descriptor() ([]byte, []int)

Deprecated: Use ParseDeepLink_Reply.ProtoReflect.Descriptor instead.

func (x *ParseDeepLink_Reply) GetLink() *BertyLink
func (*ParseDeepLink_Reply) ProtoMessage()
func (x *ParseDeepLink_Reply) ProtoReflect() protoreflect.Message
func (x *ParseDeepLink_Reply) Reset()
func (x *ParseDeepLink_Reply) String() string
type ParseDeepLink_Request struct {
	Link string `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"`
	// optional passphase to decrypt the link
	Passphrase []byte `protobuf:"bytes,2,opt,name=passphrase,proto3" json:"passphrase,omitempty"`
	// contains filtered or unexported fields
}
func (*ParseDeepLink_Request) Descriptor() ([]byte, []int)

Deprecated: Use ParseDeepLink_Request.ProtoReflect.Descriptor instead.

func (x *ParseDeepLink_Request) GetLink() string
func (x *ParseDeepLink_Request) GetPassphrase() []byte
func (*ParseDeepLink_Request) ProtoMessage()
func (x *ParseDeepLink_Request) ProtoReflect() protoreflect.Message
func (x *ParseDeepLink_Request) Reset()
func (x *ParseDeepLink_Request) String() string

type PushDeviceToken added in v2.470.0

type PushDeviceToken struct {

	// account_pk is the account public key that owns the device token
	AccountPk string `protobuf:"bytes,1,opt,name=account_pk,json=accountPk,proto3" json:"account_pk,omitempty" gorm:"primaryKey"`
	// token_type is the type of the token used, it allows us to act as a proxy to the appropriate push server
	TokenType pushtypes.PushServiceTokenType `` /* 129-byte string literal not displayed */
	// bundle_id is the app identifier
	BundleId string `protobuf:"bytes,3,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"`
	// token is the device identifier used
	Token []byte `protobuf:"bytes,4,opt,name=token,proto3" json:"token,omitempty"`
	// public_key is the public key which will be used to encrypt the payload
	PublicKey []byte `protobuf:"bytes,5,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	// contains filtered or unexported fields
}

func (*PushDeviceToken) Descriptor deprecated added in v2.470.0

func (*PushDeviceToken) Descriptor() ([]byte, []int)

Deprecated: Use PushDeviceToken.ProtoReflect.Descriptor instead.

func (*PushDeviceToken) GetAccountPk added in v2.470.4

func (x *PushDeviceToken) GetAccountPk() string

func (*PushDeviceToken) GetBundleId added in v2.470.4

func (x *PushDeviceToken) GetBundleId() string

func (*PushDeviceToken) GetPublicKey added in v2.470.0

func (x *PushDeviceToken) GetPublicKey() []byte

func (*PushDeviceToken) GetToken added in v2.470.0

func (x *PushDeviceToken) GetToken() []byte

func (*PushDeviceToken) GetTokenType added in v2.470.0

func (*PushDeviceToken) ProtoMessage added in v2.470.0

func (*PushDeviceToken) ProtoMessage()

func (*PushDeviceToken) ProtoReflect added in v2.470.4

func (x *PushDeviceToken) ProtoReflect() protoreflect.Message

func (*PushDeviceToken) Reset added in v2.470.0

func (x *PushDeviceToken) Reset()

func (*PushDeviceToken) String added in v2.470.0

func (x *PushDeviceToken) String() string

type PushLocalDeviceSharedToken added in v2.470.0

type PushLocalDeviceSharedToken struct {
	TokenId string `protobuf:"bytes,1,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty" gorm:"primaryKey"`
	// group_pk is the public key of the group for whom the token is for
	ConversationPublicKey string `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PushLocalDeviceSharedToken) Descriptor deprecated added in v2.470.0

func (*PushLocalDeviceSharedToken) Descriptor() ([]byte, []int)

Deprecated: Use PushLocalDeviceSharedToken.ProtoReflect.Descriptor instead.

func (*PushLocalDeviceSharedToken) GetConversationPublicKey added in v2.470.0

func (x *PushLocalDeviceSharedToken) GetConversationPublicKey() string

func (*PushLocalDeviceSharedToken) GetTokenId added in v2.470.4

func (x *PushLocalDeviceSharedToken) GetTokenId() string

func (*PushLocalDeviceSharedToken) ProtoMessage added in v2.470.0

func (*PushLocalDeviceSharedToken) ProtoMessage()

func (*PushLocalDeviceSharedToken) ProtoReflect added in v2.470.4

func (*PushLocalDeviceSharedToken) Reset added in v2.470.0

func (x *PushLocalDeviceSharedToken) Reset()

func (*PushLocalDeviceSharedToken) String added in v2.470.0

func (x *PushLocalDeviceSharedToken) String() string

type PushMemberToken added in v2.470.0

type PushMemberToken struct {

	// token_id is the id of the token
	TokenId string `protobuf:"bytes,1,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty" gorm:"primaryKey"`
	// group_pk is the public key of the group for whom the token is for
	ConversationPublicKey string `` /* 126-byte string literal not displayed */
	// device_pk is the public key of the device sending the message
	DevicePk string `protobuf:"bytes,3,opt,name=device_pk,json=devicePk,proto3" json:"device_pk,omitempty"`
	// server_addr is the push server address
	ServerAddr string `protobuf:"bytes,4,opt,name=server_addr,json=serverAddr,proto3" json:"server_addr,omitempty"`
	// server_key is the push server public key
	ServerKey []byte `protobuf:"bytes,5,opt,name=server_key,json=serverKey,proto3" json:"server_key,omitempty"`
	// token is the sealed token of the device
	Token []byte `protobuf:"bytes,6,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*PushMemberToken) Descriptor deprecated added in v2.470.0

func (*PushMemberToken) Descriptor() ([]byte, []int)

Deprecated: Use PushMemberToken.ProtoReflect.Descriptor instead.

func (*PushMemberToken) GetConversationPublicKey added in v2.470.0

func (x *PushMemberToken) GetConversationPublicKey() string

func (*PushMemberToken) GetDevicePk added in v2.470.4

func (x *PushMemberToken) GetDevicePk() string

func (*PushMemberToken) GetServerAddr added in v2.470.0

func (x *PushMemberToken) GetServerAddr() string

func (*PushMemberToken) GetServerKey added in v2.470.0

func (x *PushMemberToken) GetServerKey() []byte

func (*PushMemberToken) GetToken added in v2.470.0

func (x *PushMemberToken) GetToken() []byte

func (*PushMemberToken) GetTokenId added in v2.470.4

func (x *PushMemberToken) GetTokenId() string

func (*PushMemberToken) ProtoMessage added in v2.470.0

func (*PushMemberToken) ProtoMessage()

func (*PushMemberToken) ProtoReflect added in v2.470.4

func (x *PushMemberToken) ProtoReflect() protoreflect.Message

func (*PushMemberToken) Reset added in v2.470.0

func (x *PushMemberToken) Reset()

func (*PushMemberToken) String added in v2.470.0

func (x *PushMemberToken) String() string

type PushMemberTokenUpdate added in v2.470.0

type PushMemberTokenUpdate struct {

	// device_pk is the public key of the device sending the message
	DevicePk string `protobuf:"bytes,1,opt,name=device_pk,json=devicePk,proto3" json:"device_pk,omitempty"`
	// server is the push server to use
	Server *PushServer `protobuf:"bytes,2,opt,name=server,proto3" json:"server,omitempty"`
	// token is the sealed token of the device
	Token []byte `protobuf:"bytes,3,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*PushMemberTokenUpdate) Descriptor deprecated added in v2.470.0

func (*PushMemberTokenUpdate) Descriptor() ([]byte, []int)

Deprecated: Use PushMemberTokenUpdate.ProtoReflect.Descriptor instead.

func (*PushMemberTokenUpdate) GetDevicePk added in v2.470.4

func (x *PushMemberTokenUpdate) GetDevicePk() string

func (*PushMemberTokenUpdate) GetServer added in v2.470.0

func (x *PushMemberTokenUpdate) GetServer() *PushServer

func (*PushMemberTokenUpdate) GetToken added in v2.470.0

func (x *PushMemberTokenUpdate) GetToken() []byte

func (*PushMemberTokenUpdate) ProtoMessage added in v2.470.0

func (*PushMemberTokenUpdate) ProtoMessage()

func (*PushMemberTokenUpdate) ProtoReflect added in v2.470.4

func (x *PushMemberTokenUpdate) ProtoReflect() protoreflect.Message

func (*PushMemberTokenUpdate) Reset added in v2.470.0

func (x *PushMemberTokenUpdate) Reset()

func (*PushMemberTokenUpdate) String added in v2.470.0

func (x *PushMemberTokenUpdate) String() string

type PushReceive added in v2.305.0

type PushReceive struct {
	// contains filtered or unexported fields
}

func (*PushReceive) Descriptor deprecated added in v2.305.0

func (*PushReceive) Descriptor() ([]byte, []int)

Deprecated: Use PushReceive.ProtoReflect.Descriptor instead.

func (*PushReceive) ProtoMessage added in v2.305.0

func (*PushReceive) ProtoMessage()

func (*PushReceive) ProtoReflect added in v2.470.4

func (x *PushReceive) ProtoReflect() protoreflect.Message

func (*PushReceive) Reset added in v2.305.0

func (x *PushReceive) Reset()

func (*PushReceive) String added in v2.305.0

func (x *PushReceive) String() string

type PushReceive_Reply added in v2.305.0

type PushReceive_Reply struct {
	Data *PushReceivedData `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*PushReceive_Reply) Descriptor deprecated added in v2.305.0

func (*PushReceive_Reply) Descriptor() ([]byte, []int)

Deprecated: Use PushReceive_Reply.ProtoReflect.Descriptor instead.

func (*PushReceive_Reply) GetData added in v2.308.0

func (x *PushReceive_Reply) GetData() *PushReceivedData

func (*PushReceive_Reply) ProtoMessage added in v2.305.0

func (*PushReceive_Reply) ProtoMessage()

func (*PushReceive_Reply) ProtoReflect added in v2.470.4

func (x *PushReceive_Reply) ProtoReflect() protoreflect.Message

func (*PushReceive_Reply) Reset added in v2.305.0

func (x *PushReceive_Reply) Reset()

func (*PushReceive_Reply) String added in v2.305.0

func (x *PushReceive_Reply) String() string

type PushReceive_Request added in v2.305.0

type PushReceive_Request struct {
	Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

func (*PushReceive_Request) Descriptor deprecated added in v2.305.0

func (*PushReceive_Request) Descriptor() ([]byte, []int)

Deprecated: Use PushReceive_Request.ProtoReflect.Descriptor instead.

func (*PushReceive_Request) GetPayload added in v2.305.0

func (x *PushReceive_Request) GetPayload() []byte

func (*PushReceive_Request) ProtoMessage added in v2.305.0

func (*PushReceive_Request) ProtoMessage()

func (*PushReceive_Request) ProtoReflect added in v2.470.4

func (x *PushReceive_Request) ProtoReflect() protoreflect.Message

func (*PushReceive_Request) Reset added in v2.305.0

func (x *PushReceive_Request) Reset()

func (*PushReceive_Request) String added in v2.305.0

func (x *PushReceive_Request) String() string

type PushReceivedData added in v2.308.0

type PushReceivedData struct {
	ProtocolData      *protocoltypes.OutOfStoreReceive_Reply `protobuf:"bytes,1,opt,name=protocol_data,json=protocolData,proto3" json:"protocol_data,omitempty"`
	Interaction       *Interaction                           `protobuf:"bytes,2,opt,name=interaction,proto3" json:"interaction,omitempty"`
	AlreadyReceived   bool                                   `protobuf:"varint,3,opt,name=already_received,json=alreadyReceived,proto3" json:"already_received,omitempty"`
	AccountMuted      bool                                   `protobuf:"varint,4,opt,name=account_muted,json=accountMuted,proto3" json:"account_muted,omitempty"`
	ConversationMuted bool                                   `protobuf:"varint,5,opt,name=conversation_muted,json=conversationMuted,proto3" json:"conversation_muted,omitempty"`
	HidePreview       bool                                   `protobuf:"varint,6,opt,name=hide_preview,json=hidePreview,proto3" json:"hide_preview,omitempty"`
	// contains filtered or unexported fields
}

func (*PushReceivedData) Descriptor deprecated added in v2.308.0

func (*PushReceivedData) Descriptor() ([]byte, []int)

Deprecated: Use PushReceivedData.ProtoReflect.Descriptor instead.

func (*PushReceivedData) GetAccountMuted added in v2.381.0

func (x *PushReceivedData) GetAccountMuted() bool

func (*PushReceivedData) GetAlreadyReceived added in v2.316.0

func (x *PushReceivedData) GetAlreadyReceived() bool

func (*PushReceivedData) GetConversationMuted added in v2.381.0

func (x *PushReceivedData) GetConversationMuted() bool

func (*PushReceivedData) GetHidePreview added in v2.381.0

func (x *PushReceivedData) GetHidePreview() bool

func (*PushReceivedData) GetInteraction added in v2.308.0

func (x *PushReceivedData) GetInteraction() *Interaction

func (*PushReceivedData) GetProtocolData added in v2.308.0

func (*PushReceivedData) ProtoMessage added in v2.308.0

func (*PushReceivedData) ProtoMessage()

func (*PushReceivedData) ProtoReflect added in v2.470.4

func (x *PushReceivedData) ProtoReflect() protoreflect.Message

func (*PushReceivedData) Reset added in v2.308.0

func (x *PushReceivedData) Reset()

func (*PushReceivedData) String added in v2.308.0

func (x *PushReceivedData) String() string

type PushSend added in v2.470.0

type PushSend struct {
	// contains filtered or unexported fields
}

func (*PushSend) Descriptor deprecated added in v2.470.0

func (*PushSend) Descriptor() ([]byte, []int)

Deprecated: Use PushSend.ProtoReflect.Descriptor instead.

func (*PushSend) ProtoMessage added in v2.470.0

func (*PushSend) ProtoMessage()

func (*PushSend) ProtoReflect added in v2.470.4

func (x *PushSend) ProtoReflect() protoreflect.Message

func (*PushSend) Reset added in v2.470.0

func (x *PushSend) Reset()

func (*PushSend) String added in v2.470.0

func (x *PushSend) String() string

type PushSend_Reply added in v2.470.0

type PushSend_Reply struct {
	GroupMembers []*MemberWithDevices `protobuf:"bytes,1,rep,name=group_members,json=groupMembers,proto3" json:"group_members,omitempty"`
	// contains filtered or unexported fields
}

func (*PushSend_Reply) Descriptor deprecated added in v2.470.0

func (*PushSend_Reply) Descriptor() ([]byte, []int)

Deprecated: Use PushSend_Reply.ProtoReflect.Descriptor instead.

func (*PushSend_Reply) GetGroupMembers added in v2.470.0

func (x *PushSend_Reply) GetGroupMembers() []*MemberWithDevices

func (*PushSend_Reply) ProtoMessage added in v2.470.0

func (*PushSend_Reply) ProtoMessage()

func (*PushSend_Reply) ProtoReflect added in v2.470.4

func (x *PushSend_Reply) ProtoReflect() protoreflect.Message

func (*PushSend_Reply) Reset added in v2.470.0

func (x *PushSend_Reply) Reset()

func (*PushSend_Reply) String added in v2.470.0

func (x *PushSend_Reply) String() string

type PushSend_Request added in v2.470.0

type PushSend_Request struct {
	Cid          []byte               `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"`
	GroupPk      string               `protobuf:"bytes,2,opt,name=group_pk,json=groupPk,proto3" json:"group_pk,omitempty"`
	GroupMembers []*MemberWithDevices `protobuf:"bytes,3,rep,name=group_members,json=groupMembers,proto3" json:"group_members,omitempty"`
	// contains filtered or unexported fields
}

func (*PushSend_Request) Descriptor deprecated added in v2.470.0

func (*PushSend_Request) Descriptor() ([]byte, []int)

Deprecated: Use PushSend_Request.ProtoReflect.Descriptor instead.

func (*PushSend_Request) GetCid added in v2.470.4

func (x *PushSend_Request) GetCid() []byte

func (*PushSend_Request) GetGroupMembers added in v2.470.0

func (x *PushSend_Request) GetGroupMembers() []*MemberWithDevices

func (*PushSend_Request) GetGroupPk added in v2.470.4

func (x *PushSend_Request) GetGroupPk() string

func (*PushSend_Request) ProtoMessage added in v2.470.0

func (*PushSend_Request) ProtoMessage()

func (*PushSend_Request) ProtoReflect added in v2.470.4

func (x *PushSend_Request) ProtoReflect() protoreflect.Message

func (*PushSend_Request) Reset added in v2.470.0

func (x *PushSend_Request) Reset()

func (*PushSend_Request) String added in v2.470.0

func (x *PushSend_Request) String() string

type PushServer added in v2.470.0

type PushServer struct {
	Addr string `protobuf:"bytes,1,opt,name=addr,proto3" json:"addr,omitempty"`
	Key  []byte `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*PushServer) Descriptor deprecated added in v2.470.0

func (*PushServer) Descriptor() ([]byte, []int)

Deprecated: Use PushServer.ProtoReflect.Descriptor instead.

func (*PushServer) GetAddr added in v2.470.0

func (x *PushServer) GetAddr() string

func (*PushServer) GetKey added in v2.470.0

func (x *PushServer) GetKey() []byte

func (*PushServer) ProtoMessage added in v2.470.0

func (*PushServer) ProtoMessage()

func (*PushServer) ProtoReflect added in v2.470.4

func (x *PushServer) ProtoReflect() protoreflect.Message

func (*PushServer) Reset added in v2.470.0

func (x *PushServer) Reset()

func (*PushServer) String added in v2.470.0

func (x *PushServer) String() string

type PushServerRecord added in v2.470.0

type PushServerRecord struct {
	AccountPk  string `protobuf:"bytes,1,opt,name=account_pk,json=accountPk,proto3" json:"account_pk,omitempty" gorm:"primaryKey"`
	ServerAddr string `protobuf:"bytes,2,opt,name=server_addr,json=serverAddr,proto3" json:"server_addr,omitempty" gorm:"primaryKey"`
	ServerKey  []byte `protobuf:"bytes,3,opt,name=server_key,json=serverKey,proto3" json:"server_key,omitempty"`
	// contains filtered or unexported fields
}

func (*PushServerRecord) Descriptor deprecated added in v2.470.0

func (*PushServerRecord) Descriptor() ([]byte, []int)

Deprecated: Use PushServerRecord.ProtoReflect.Descriptor instead.

func (*PushServerRecord) GetAccountPk added in v2.470.4

func (x *PushServerRecord) GetAccountPk() string

func (*PushServerRecord) GetServerAddr added in v2.470.0

func (x *PushServerRecord) GetServerAddr() string

func (*PushServerRecord) GetServerKey added in v2.470.0

func (x *PushServerRecord) GetServerKey() []byte

func (*PushServerRecord) ProtoMessage added in v2.470.0

func (*PushServerRecord) ProtoMessage()

func (*PushServerRecord) ProtoReflect added in v2.470.4

func (x *PushServerRecord) ProtoReflect() protoreflect.Message

func (*PushServerRecord) Reset added in v2.470.0

func (x *PushServerRecord) Reset()

func (*PushServerRecord) String added in v2.470.0

func (x *PushServerRecord) String() string

type PushSetAutoShare added in v2.305.0

type PushSetAutoShare struct {
	// contains filtered or unexported fields
}

func (*PushSetAutoShare) Descriptor deprecated added in v2.305.0

func (*PushSetAutoShare) Descriptor() ([]byte, []int)

Deprecated: Use PushSetAutoShare.ProtoReflect.Descriptor instead.

func (*PushSetAutoShare) ProtoMessage added in v2.305.0

func (*PushSetAutoShare) ProtoMessage()

func (*PushSetAutoShare) ProtoReflect added in v2.470.4

func (x *PushSetAutoShare) ProtoReflect() protoreflect.Message

func (*PushSetAutoShare) Reset added in v2.305.0

func (x *PushSetAutoShare) Reset()

func (*PushSetAutoShare) String added in v2.305.0

func (x *PushSetAutoShare) String() string

type PushSetAutoShare_Reply added in v2.305.0

type PushSetAutoShare_Reply struct {
	// contains filtered or unexported fields
}

func (*PushSetAutoShare_Reply) Descriptor deprecated added in v2.305.0

func (*PushSetAutoShare_Reply) Descriptor() ([]byte, []int)

Deprecated: Use PushSetAutoShare_Reply.ProtoReflect.Descriptor instead.

func (*PushSetAutoShare_Reply) ProtoMessage added in v2.305.0

func (*PushSetAutoShare_Reply) ProtoMessage()

func (*PushSetAutoShare_Reply) ProtoReflect added in v2.470.4

func (x *PushSetAutoShare_Reply) ProtoReflect() protoreflect.Message

func (*PushSetAutoShare_Reply) Reset added in v2.305.0

func (x *PushSetAutoShare_Reply) Reset()

func (*PushSetAutoShare_Reply) String added in v2.305.0

func (x *PushSetAutoShare_Reply) String() string

type PushSetAutoShare_Request added in v2.305.0

type PushSetAutoShare_Request struct {
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

func (*PushSetAutoShare_Request) Descriptor deprecated added in v2.305.0

func (*PushSetAutoShare_Request) Descriptor() ([]byte, []int)

Deprecated: Use PushSetAutoShare_Request.ProtoReflect.Descriptor instead.

func (*PushSetAutoShare_Request) GetEnabled added in v2.305.0

func (x *PushSetAutoShare_Request) GetEnabled() bool

func (*PushSetAutoShare_Request) ProtoMessage added in v2.305.0

func (*PushSetAutoShare_Request) ProtoMessage()

func (*PushSetAutoShare_Request) ProtoReflect added in v2.470.4

func (x *PushSetAutoShare_Request) ProtoReflect() protoreflect.Message

func (*PushSetAutoShare_Request) Reset added in v2.305.0

func (x *PushSetAutoShare_Request) Reset()

func (*PushSetAutoShare_Request) String added in v2.305.0

func (x *PushSetAutoShare_Request) String() string

type PushSetDeviceToken added in v2.470.0

type PushSetDeviceToken struct {
	// contains filtered or unexported fields
}

func (*PushSetDeviceToken) Descriptor deprecated added in v2.470.0

func (*PushSetDeviceToken) Descriptor() ([]byte, []int)

Deprecated: Use PushSetDeviceToken.ProtoReflect.Descriptor instead.

func (*PushSetDeviceToken) ProtoMessage added in v2.470.0

func (*PushSetDeviceToken) ProtoMessage()

func (*PushSetDeviceToken) ProtoReflect added in v2.470.4

func (x *PushSetDeviceToken) ProtoReflect() protoreflect.Message

func (*PushSetDeviceToken) Reset added in v2.470.0

func (x *PushSetDeviceToken) Reset()

func (*PushSetDeviceToken) String added in v2.470.0

func (x *PushSetDeviceToken) String() string

type PushSetDeviceToken_Reply added in v2.470.0

type PushSetDeviceToken_Reply struct {
	// contains filtered or unexported fields
}

func (*PushSetDeviceToken_Reply) Descriptor deprecated added in v2.470.0

func (*PushSetDeviceToken_Reply) Descriptor() ([]byte, []int)

Deprecated: Use PushSetDeviceToken_Reply.ProtoReflect.Descriptor instead.

func (*PushSetDeviceToken_Reply) ProtoMessage added in v2.470.0

func (*PushSetDeviceToken_Reply) ProtoMessage()

func (*PushSetDeviceToken_Reply) ProtoReflect added in v2.470.4

func (x *PushSetDeviceToken_Reply) ProtoReflect() protoreflect.Message

func (*PushSetDeviceToken_Reply) Reset added in v2.470.0

func (x *PushSetDeviceToken_Reply) Reset()

func (*PushSetDeviceToken_Reply) String added in v2.470.0

func (x *PushSetDeviceToken_Reply) String() string

type PushSetDeviceToken_Request added in v2.470.0

type PushSetDeviceToken_Request struct {
	Receiver *pushtypes.PushServiceReceiver `protobuf:"bytes,1,opt,name=receiver,proto3" json:"receiver,omitempty"`
	// contains filtered or unexported fields
}

func (*PushSetDeviceToken_Request) Descriptor deprecated added in v2.470.0

func (*PushSetDeviceToken_Request) Descriptor() ([]byte, []int)

Deprecated: Use PushSetDeviceToken_Request.ProtoReflect.Descriptor instead.

func (*PushSetDeviceToken_Request) GetReceiver added in v2.470.0

func (*PushSetDeviceToken_Request) ProtoMessage added in v2.470.0

func (*PushSetDeviceToken_Request) ProtoMessage()

func (*PushSetDeviceToken_Request) ProtoReflect added in v2.470.4

func (*PushSetDeviceToken_Request) Reset added in v2.470.0

func (x *PushSetDeviceToken_Request) Reset()

func (*PushSetDeviceToken_Request) String added in v2.470.0

func (x *PushSetDeviceToken_Request) String() string

type PushSetServer added in v2.470.0

type PushSetServer struct {
	// contains filtered or unexported fields
}

func (*PushSetServer) Descriptor deprecated added in v2.470.0

func (*PushSetServer) Descriptor() ([]byte, []int)

Deprecated: Use PushSetServer.ProtoReflect.Descriptor instead.

func (*PushSetServer) ProtoMessage added in v2.470.0

func (*PushSetServer) ProtoMessage()

func (*PushSetServer) ProtoReflect added in v2.470.4

func (x *PushSetServer) ProtoReflect() protoreflect.Message

func (*PushSetServer) Reset added in v2.470.0

func (x *PushSetServer) Reset()

func (*PushSetServer) String added in v2.470.0

func (x *PushSetServer) String() string

type PushSetServer_Reply added in v2.470.0

type PushSetServer_Reply struct {
	// contains filtered or unexported fields
}

func (*PushSetServer_Reply) Descriptor deprecated added in v2.470.0

func (*PushSetServer_Reply) Descriptor() ([]byte, []int)

Deprecated: Use PushSetServer_Reply.ProtoReflect.Descriptor instead.

func (*PushSetServer_Reply) ProtoMessage added in v2.470.0

func (*PushSetServer_Reply) ProtoMessage()

func (*PushSetServer_Reply) ProtoReflect added in v2.470.4

func (x *PushSetServer_Reply) ProtoReflect() protoreflect.Message

func (*PushSetServer_Reply) Reset added in v2.470.0

func (x *PushSetServer_Reply) Reset()

func (*PushSetServer_Reply) String added in v2.470.0

func (x *PushSetServer_Reply) String() string

type PushSetServer_Request added in v2.470.0

type PushSetServer_Request struct {
	Server *PushServer `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"`
	// contains filtered or unexported fields
}

func (*PushSetServer_Request) Descriptor deprecated added in v2.470.0

func (*PushSetServer_Request) Descriptor() ([]byte, []int)

Deprecated: Use PushSetServer_Request.ProtoReflect.Descriptor instead.

func (*PushSetServer_Request) GetServer added in v2.470.0

func (x *PushSetServer_Request) GetServer() *PushServer

func (*PushSetServer_Request) ProtoMessage added in v2.470.0

func (*PushSetServer_Request) ProtoMessage()

func (*PushSetServer_Request) ProtoReflect added in v2.470.4

func (x *PushSetServer_Request) ProtoReflect() protoreflect.Message

func (*PushSetServer_Request) Reset added in v2.470.0

func (x *PushSetServer_Request) Reset()

func (*PushSetServer_Request) String added in v2.470.0

func (x *PushSetServer_Request) String() string

type PushShareToken added in v2.470.0

type PushShareToken struct {
	// contains filtered or unexported fields
}

func (*PushShareToken) Descriptor deprecated added in v2.470.0

func (*PushShareToken) Descriptor() ([]byte, []int)

Deprecated: Use PushShareToken.ProtoReflect.Descriptor instead.

func (*PushShareToken) ProtoMessage added in v2.470.0

func (*PushShareToken) ProtoMessage()

func (*PushShareToken) ProtoReflect added in v2.470.4

func (x *PushShareToken) ProtoReflect() protoreflect.Message

func (*PushShareToken) Reset added in v2.470.0

func (x *PushShareToken) Reset()

func (*PushShareToken) String added in v2.470.0

func (x *PushShareToken) String() string

type PushShareTokenForConversation added in v2.344.0

type PushShareTokenForConversation struct {
	// contains filtered or unexported fields
}

func (*PushShareTokenForConversation) Descriptor deprecated added in v2.344.0

func (*PushShareTokenForConversation) Descriptor() ([]byte, []int)

Deprecated: Use PushShareTokenForConversation.ProtoReflect.Descriptor instead.

func (*PushShareTokenForConversation) ProtoMessage added in v2.344.0

func (*PushShareTokenForConversation) ProtoMessage()

func (*PushShareTokenForConversation) ProtoReflect added in v2.470.4

func (*PushShareTokenForConversation) Reset added in v2.344.0

func (x *PushShareTokenForConversation) Reset()

func (*PushShareTokenForConversation) String added in v2.344.0

type PushShareTokenForConversation_Reply added in v2.344.0

type PushShareTokenForConversation_Reply struct {
	// contains filtered or unexported fields
}

func (*PushShareTokenForConversation_Reply) Descriptor deprecated added in v2.344.0

func (*PushShareTokenForConversation_Reply) Descriptor() ([]byte, []int)

Deprecated: Use PushShareTokenForConversation_Reply.ProtoReflect.Descriptor instead.

func (*PushShareTokenForConversation_Reply) ProtoMessage added in v2.344.0

func (*PushShareTokenForConversation_Reply) ProtoMessage()

func (*PushShareTokenForConversation_Reply) ProtoReflect added in v2.470.4

func (*PushShareTokenForConversation_Reply) Reset added in v2.344.0

func (*PushShareTokenForConversation_Reply) String added in v2.344.0

type PushShareTokenForConversation_Request added in v2.344.0

type PushShareTokenForConversation_Request struct {
	ConversationPk string `protobuf:"bytes,1,opt,name=conversation_pk,json=conversationPk,proto3" json:"conversation_pk,omitempty"`
	// contains filtered or unexported fields
}

func (*PushShareTokenForConversation_Request) Descriptor deprecated added in v2.344.0

func (*PushShareTokenForConversation_Request) Descriptor() ([]byte, []int)

Deprecated: Use PushShareTokenForConversation_Request.ProtoReflect.Descriptor instead.

func (*PushShareTokenForConversation_Request) GetConversationPk added in v2.470.4

func (x *PushShareTokenForConversation_Request) GetConversationPk() string

func (*PushShareTokenForConversation_Request) ProtoMessage added in v2.344.0

func (*PushShareTokenForConversation_Request) ProtoMessage()

func (*PushShareTokenForConversation_Request) ProtoReflect added in v2.470.4

func (*PushShareTokenForConversation_Request) Reset added in v2.344.0

func (*PushShareTokenForConversation_Request) String added in v2.344.0

type PushShareToken_Reply added in v2.470.0

type PushShareToken_Reply struct {
	// contains filtered or unexported fields
}

func (*PushShareToken_Reply) Descriptor deprecated added in v2.470.0

func (*PushShareToken_Reply) Descriptor() ([]byte, []int)

Deprecated: Use PushShareToken_Reply.ProtoReflect.Descriptor instead.

func (*PushShareToken_Reply) ProtoMessage added in v2.470.0

func (*PushShareToken_Reply) ProtoMessage()

func (*PushShareToken_Reply) ProtoReflect added in v2.470.4

func (x *PushShareToken_Reply) ProtoReflect() protoreflect.Message

func (*PushShareToken_Reply) Reset added in v2.470.0

func (x *PushShareToken_Reply) Reset()

func (*PushShareToken_Reply) String added in v2.470.0

func (x *PushShareToken_Reply) String() string

type PushShareToken_Request added in v2.470.0

type PushShareToken_Request struct {
	DevicePk string                         `protobuf:"bytes,1,opt,name=device_pk,json=devicePk,proto3" json:"device_pk,omitempty"`
	GroupPk  string                         `protobuf:"bytes,2,opt,name=group_pk,json=groupPk,proto3" json:"group_pk,omitempty"`
	Server   *PushServer                    `protobuf:"bytes,3,opt,name=server,proto3" json:"server,omitempty"`
	Receiver *pushtypes.PushServiceReceiver `protobuf:"bytes,4,opt,name=receiver,proto3" json:"receiver,omitempty"`
	// contains filtered or unexported fields
}

func (*PushShareToken_Request) Descriptor deprecated added in v2.470.0

func (*PushShareToken_Request) Descriptor() ([]byte, []int)

Deprecated: Use PushShareToken_Request.ProtoReflect.Descriptor instead.

func (*PushShareToken_Request) GetDevicePk added in v2.470.4

func (x *PushShareToken_Request) GetDevicePk() string

func (*PushShareToken_Request) GetGroupPk added in v2.470.4

func (x *PushShareToken_Request) GetGroupPk() string

func (*PushShareToken_Request) GetReceiver added in v2.470.0

func (*PushShareToken_Request) GetServer added in v2.470.0

func (x *PushShareToken_Request) GetServer() *PushServer

func (*PushShareToken_Request) ProtoMessage added in v2.470.0

func (*PushShareToken_Request) ProtoMessage()

func (*PushShareToken_Request) ProtoReflect added in v2.470.4

func (x *PushShareToken_Request) ProtoReflect() protoreflect.Message

func (*PushShareToken_Request) Reset added in v2.470.0

func (x *PushShareToken_Request) Reset()

func (*PushShareToken_Request) String added in v2.470.0

func (x *PushShareToken_Request) String() string

type PushTokenSharedForConversation added in v2.344.0

type PushTokenSharedForConversation struct {
	// contains filtered or unexported fields
}

func (*PushTokenSharedForConversation) Descriptor deprecated added in v2.344.0

func (*PushTokenSharedForConversation) Descriptor() ([]byte, []int)

Deprecated: Use PushTokenSharedForConversation.ProtoReflect.Descriptor instead.

func (*PushTokenSharedForConversation) ProtoMessage added in v2.344.0

func (*PushTokenSharedForConversation) ProtoMessage()

func (*PushTokenSharedForConversation) ProtoReflect added in v2.470.4

func (*PushTokenSharedForConversation) Reset added in v2.344.0

func (x *PushTokenSharedForConversation) Reset()

func (*PushTokenSharedForConversation) String added in v2.344.0

type PushTokenSharedForConversation_Reply added in v2.344.0

type PushTokenSharedForConversation_Reply struct {
	Token *PushMemberToken `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*PushTokenSharedForConversation_Reply) Descriptor deprecated added in v2.344.0

func (*PushTokenSharedForConversation_Reply) Descriptor() ([]byte, []int)

Deprecated: Use PushTokenSharedForConversation_Reply.ProtoReflect.Descriptor instead.

func (*PushTokenSharedForConversation_Reply) GetToken added in v2.470.0

func (*PushTokenSharedForConversation_Reply) ProtoMessage added in v2.344.0

func (*PushTokenSharedForConversation_Reply) ProtoMessage()

func (*PushTokenSharedForConversation_Reply) ProtoReflect added in v2.470.4

func (*PushTokenSharedForConversation_Reply) Reset added in v2.344.0

func (*PushTokenSharedForConversation_Reply) String added in v2.344.0

type PushTokenSharedForConversation_Request added in v2.344.0

type PushTokenSharedForConversation_Request struct {
	ConversationPk string `protobuf:"bytes,1,opt,name=conversation_pk,json=conversationPk,proto3" json:"conversation_pk,omitempty"`
	// contains filtered or unexported fields
}

func (*PushTokenSharedForConversation_Request) Descriptor deprecated added in v2.344.0

func (*PushTokenSharedForConversation_Request) Descriptor() ([]byte, []int)

Deprecated: Use PushTokenSharedForConversation_Request.ProtoReflect.Descriptor instead.

func (*PushTokenSharedForConversation_Request) GetConversationPk added in v2.470.4

func (x *PushTokenSharedForConversation_Request) GetConversationPk() string

func (*PushTokenSharedForConversation_Request) ProtoMessage added in v2.344.0

func (*PushTokenSharedForConversation_Request) ProtoReflect added in v2.470.4

func (*PushTokenSharedForConversation_Request) Reset added in v2.344.0

func (*PushTokenSharedForConversation_Request) String added in v2.344.0

type ReplicationServiceRegisterGroup

type ReplicationServiceRegisterGroup struct {
	// contains filtered or unexported fields
}

func (*ReplicationServiceRegisterGroup) Descriptor deprecated

func (*ReplicationServiceRegisterGroup) Descriptor() ([]byte, []int)

Deprecated: Use ReplicationServiceRegisterGroup.ProtoReflect.Descriptor instead.

func (*ReplicationServiceRegisterGroup) ProtoMessage

func (*ReplicationServiceRegisterGroup) ProtoMessage()

func (*ReplicationServiceRegisterGroup) ProtoReflect added in v2.470.4

func (*ReplicationServiceRegisterGroup) Reset

func (*ReplicationServiceRegisterGroup) String

type ReplicationServiceRegisterGroup_Reply

type ReplicationServiceRegisterGroup_Reply struct {
	// contains filtered or unexported fields
}

func (*ReplicationServiceRegisterGroup_Reply) Descriptor deprecated

func (*ReplicationServiceRegisterGroup_Reply) Descriptor() ([]byte, []int)

Deprecated: Use ReplicationServiceRegisterGroup_Reply.ProtoReflect.Descriptor instead.

func (*ReplicationServiceRegisterGroup_Reply) ProtoMessage

func (*ReplicationServiceRegisterGroup_Reply) ProtoMessage()

func (*ReplicationServiceRegisterGroup_Reply) ProtoReflect added in v2.470.4

func (*ReplicationServiceRegisterGroup_Reply) Reset

func (*ReplicationServiceRegisterGroup_Reply) String

type ReplicationServiceRegisterGroup_Request

type ReplicationServiceRegisterGroup_Request struct {
	TokenId               string `protobuf:"bytes,1,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"`
	ConversationPublicKey string `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ReplicationServiceRegisterGroup_Request) Descriptor deprecated

func (*ReplicationServiceRegisterGroup_Request) Descriptor() ([]byte, []int)

Deprecated: Use ReplicationServiceRegisterGroup_Request.ProtoReflect.Descriptor instead.

func (*ReplicationServiceRegisterGroup_Request) GetConversationPublicKey

func (x *ReplicationServiceRegisterGroup_Request) GetConversationPublicKey() string

func (*ReplicationServiceRegisterGroup_Request) GetTokenId added in v2.470.4

func (*ReplicationServiceRegisterGroup_Request) ProtoMessage

func (*ReplicationServiceRegisterGroup_Request) ProtoReflect added in v2.470.4

func (*ReplicationServiceRegisterGroup_Request) Reset

func (*ReplicationServiceRegisterGroup_Request) String

type ReplicationSetAutoEnable

type ReplicationSetAutoEnable struct {
	// contains filtered or unexported fields
}

func (*ReplicationSetAutoEnable) Descriptor deprecated

func (*ReplicationSetAutoEnable) Descriptor() ([]byte, []int)

Deprecated: Use ReplicationSetAutoEnable.ProtoReflect.Descriptor instead.

func (*ReplicationSetAutoEnable) ProtoMessage

func (*ReplicationSetAutoEnable) ProtoMessage()

func (*ReplicationSetAutoEnable) ProtoReflect added in v2.470.4

func (x *ReplicationSetAutoEnable) ProtoReflect() protoreflect.Message

func (*ReplicationSetAutoEnable) Reset

func (x *ReplicationSetAutoEnable) Reset()

func (*ReplicationSetAutoEnable) String

func (x *ReplicationSetAutoEnable) String() string

type ReplicationSetAutoEnable_Reply

type ReplicationSetAutoEnable_Reply struct {
	// contains filtered or unexported fields
}

func (*ReplicationSetAutoEnable_Reply) Descriptor deprecated

func (*ReplicationSetAutoEnable_Reply) Descriptor() ([]byte, []int)

Deprecated: Use ReplicationSetAutoEnable_Reply.ProtoReflect.Descriptor instead.

func (*ReplicationSetAutoEnable_Reply) ProtoMessage

func (*ReplicationSetAutoEnable_Reply) ProtoMessage()

func (*ReplicationSetAutoEnable_Reply) ProtoReflect added in v2.470.4

func (*ReplicationSetAutoEnable_Reply) Reset

func (x *ReplicationSetAutoEnable_Reply) Reset()

func (*ReplicationSetAutoEnable_Reply) String

type ReplicationSetAutoEnable_Request

type ReplicationSetAutoEnable_Request struct {
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

func (*ReplicationSetAutoEnable_Request) Descriptor deprecated

func (*ReplicationSetAutoEnable_Request) Descriptor() ([]byte, []int)

Deprecated: Use ReplicationSetAutoEnable_Request.ProtoReflect.Descriptor instead.

func (*ReplicationSetAutoEnable_Request) GetEnabled

func (x *ReplicationSetAutoEnable_Request) GetEnabled() bool

func (*ReplicationSetAutoEnable_Request) ProtoMessage

func (*ReplicationSetAutoEnable_Request) ProtoMessage()

func (*ReplicationSetAutoEnable_Request) ProtoReflect added in v2.470.4

func (*ReplicationSetAutoEnable_Request) Reset

func (*ReplicationSetAutoEnable_Request) String

type SendContactRequest

type SendContactRequest struct {
	// contains filtered or unexported fields
}

func (*SendContactRequest) Descriptor deprecated

func (*SendContactRequest) Descriptor() ([]byte, []int)

Deprecated: Use SendContactRequest.ProtoReflect.Descriptor instead.

func (*SendContactRequest) ProtoMessage

func (*SendContactRequest) ProtoMessage()

func (*SendContactRequest) ProtoReflect added in v2.470.4

func (x *SendContactRequest) ProtoReflect() protoreflect.Message

func (*SendContactRequest) Reset

func (x *SendContactRequest) Reset()

func (*SendContactRequest) String

func (x *SendContactRequest) String() string

type SendContactRequest_Reply

type SendContactRequest_Reply struct {
	// contains filtered or unexported fields
}

func (*SendContactRequest_Reply) Descriptor deprecated

func (*SendContactRequest_Reply) Descriptor() ([]byte, []int)

Deprecated: Use SendContactRequest_Reply.ProtoReflect.Descriptor instead.

func (*SendContactRequest_Reply) ProtoMessage

func (*SendContactRequest_Reply) ProtoMessage()

func (*SendContactRequest_Reply) ProtoReflect added in v2.470.4

func (x *SendContactRequest_Reply) ProtoReflect() protoreflect.Message

func (*SendContactRequest_Reply) Reset

func (x *SendContactRequest_Reply) Reset()

func (*SendContactRequest_Reply) String

func (x *SendContactRequest_Reply) String() string

type SendContactRequest_Request

type SendContactRequest_Request struct {
	BertyId     *BertyID `protobuf:"bytes,1,opt,name=berty_id,json=bertyId,proto3" json:"berty_id,omitempty"`
	Metadata    []byte   `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	OwnMetadata []byte   `protobuf:"bytes,3,opt,name=own_metadata,json=ownMetadata,proto3" json:"own_metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*SendContactRequest_Request) Descriptor deprecated

func (*SendContactRequest_Request) Descriptor() ([]byte, []int)

Deprecated: Use SendContactRequest_Request.ProtoReflect.Descriptor instead.

func (*SendContactRequest_Request) GetBertyId added in v2.470.4

func (x *SendContactRequest_Request) GetBertyId() *BertyID

func (*SendContactRequest_Request) GetMetadata

func (x *SendContactRequest_Request) GetMetadata() []byte

func (*SendContactRequest_Request) GetOwnMetadata

func (x *SendContactRequest_Request) GetOwnMetadata() []byte

func (*SendContactRequest_Request) ProtoMessage

func (*SendContactRequest_Request) ProtoMessage()

func (*SendContactRequest_Request) ProtoReflect added in v2.470.4

func (*SendContactRequest_Request) Reset

func (x *SendContactRequest_Request) Reset()

func (*SendContactRequest_Request) String

func (x *SendContactRequest_Request) String() string

type ServiceToken

type ServiceToken struct {
	AccountPk         string                                `protobuf:"bytes,1,opt,name=account_pk,json=accountPk,proto3" json:"account_pk,omitempty"`
	TokenId           string                                `protobuf:"bytes,2,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty" gorm:"primaryKey"`
	Token             string                                `protobuf:"bytes,3,opt,name=token,proto3" json:"token,omitempty"`
	SupportedServices []*ServiceTokenSupportedServiceRecord `` /* 138-byte string literal not displayed */
	AuthenticationUrl string                                `protobuf:"bytes,5,opt,name=authentication_url,json=authenticationUrl,proto3" json:"authentication_url,omitempty"`
	Expiration        int64                                 `protobuf:"varint,6,opt,name=expiration,proto3" json:"expiration,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceToken) Descriptor deprecated

func (*ServiceToken) Descriptor() ([]byte, []int)

Deprecated: Use ServiceToken.ProtoReflect.Descriptor instead.

func (*ServiceToken) GetAccountPk added in v2.470.4

func (x *ServiceToken) GetAccountPk() string

func (*ServiceToken) GetAuthenticationUrl added in v2.470.4

func (x *ServiceToken) GetAuthenticationUrl() string

func (*ServiceToken) GetExpiration

func (x *ServiceToken) GetExpiration() int64

func (*ServiceToken) GetSupportedServices added in v2.470.0

func (x *ServiceToken) GetSupportedServices() []*ServiceTokenSupportedServiceRecord

func (*ServiceToken) GetToken added in v2.470.0

func (x *ServiceToken) GetToken() string

func (*ServiceToken) GetTokenId added in v2.470.4

func (x *ServiceToken) GetTokenId() string

func (*ServiceToken) ProtoMessage

func (*ServiceToken) ProtoMessage()

func (*ServiceToken) ProtoReflect added in v2.470.4

func (x *ServiceToken) ProtoReflect() protoreflect.Message

func (*ServiceToken) Reset

func (x *ServiceToken) Reset()

func (*ServiceToken) String

func (x *ServiceToken) String() string

type ServiceTokenSupportedService added in v2.470.0

type ServiceTokenSupportedService struct {
	Type    string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty" gorm:"primaryKey"`
	Address string `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTokenSupportedService) Descriptor deprecated added in v2.470.0

func (*ServiceTokenSupportedService) Descriptor() ([]byte, []int)

Deprecated: Use ServiceTokenSupportedService.ProtoReflect.Descriptor instead.

func (*ServiceTokenSupportedService) GetAddress added in v2.470.0

func (x *ServiceTokenSupportedService) GetAddress() string

func (*ServiceTokenSupportedService) GetType added in v2.470.0

func (x *ServiceTokenSupportedService) GetType() string

func (*ServiceTokenSupportedService) ProtoMessage added in v2.470.0

func (*ServiceTokenSupportedService) ProtoMessage()

func (*ServiceTokenSupportedService) ProtoReflect added in v2.470.4

func (*ServiceTokenSupportedService) Reset added in v2.470.0

func (x *ServiceTokenSupportedService) Reset()

func (*ServiceTokenSupportedService) String added in v2.470.0

type ServiceTokenSupportedServiceRecord added in v2.470.0

type ServiceTokenSupportedServiceRecord struct {
	TokenId string `protobuf:"bytes,1,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty" gorm:"primaryKey"`
	Type    string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty" gorm:"primaryKey"`
	Address string `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTokenSupportedServiceRecord) Descriptor deprecated added in v2.470.0

func (*ServiceTokenSupportedServiceRecord) Descriptor() ([]byte, []int)

Deprecated: Use ServiceTokenSupportedServiceRecord.ProtoReflect.Descriptor instead.

func (*ServiceTokenSupportedServiceRecord) GetAddress added in v2.470.0

func (*ServiceTokenSupportedServiceRecord) GetTokenId added in v2.470.4

func (*ServiceTokenSupportedServiceRecord) GetType added in v2.470.0

func (*ServiceTokenSupportedServiceRecord) ProtoMessage added in v2.470.0

func (*ServiceTokenSupportedServiceRecord) ProtoMessage()

func (*ServiceTokenSupportedServiceRecord) ProtoReflect added in v2.470.4

func (*ServiceTokenSupportedServiceRecord) Reset added in v2.470.0

func (*ServiceTokenSupportedServiceRecord) String added in v2.470.0

type ServicesTokenCode added in v2.470.0

type ServicesTokenCode struct {
	Services      []string `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"`
	CodeChallenge string   `protobuf:"bytes,2,opt,name=code_challenge,json=codeChallenge,proto3" json:"code_challenge,omitempty"`
	TokenId       string   `protobuf:"bytes,3,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ServicesTokenCode) Descriptor deprecated added in v2.470.0

func (*ServicesTokenCode) Descriptor() ([]byte, []int)

Deprecated: Use ServicesTokenCode.ProtoReflect.Descriptor instead.

func (*ServicesTokenCode) GetCodeChallenge added in v2.470.0

func (x *ServicesTokenCode) GetCodeChallenge() string

func (*ServicesTokenCode) GetServices added in v2.470.0

func (x *ServicesTokenCode) GetServices() []string

func (*ServicesTokenCode) GetTokenId added in v2.470.4

func (x *ServicesTokenCode) GetTokenId() string

func (*ServicesTokenCode) ProtoMessage added in v2.470.0

func (*ServicesTokenCode) ProtoMessage()

func (*ServicesTokenCode) ProtoReflect added in v2.470.4

func (x *ServicesTokenCode) ProtoReflect() protoreflect.Message

func (*ServicesTokenCode) Reset added in v2.470.0

func (x *ServicesTokenCode) Reset()

func (*ServicesTokenCode) String added in v2.470.0

func (x *ServicesTokenCode) String() string

type ServicesTokenList added in v2.470.0

type ServicesTokenList struct {
	// contains filtered or unexported fields
}

func (*ServicesTokenList) Descriptor deprecated added in v2.470.0

func (*ServicesTokenList) Descriptor() ([]byte, []int)

Deprecated: Use ServicesTokenList.ProtoReflect.Descriptor instead.

func (*ServicesTokenList) ProtoMessage added in v2.470.0

func (*ServicesTokenList) ProtoMessage()

func (*ServicesTokenList) ProtoReflect added in v2.470.4

func (x *ServicesTokenList) ProtoReflect() protoreflect.Message

func (*ServicesTokenList) Reset added in v2.470.0

func (x *ServicesTokenList) Reset()

func (*ServicesTokenList) String added in v2.470.0

func (x *ServicesTokenList) String() string

type ServicesTokenList_Reply added in v2.470.0

type ServicesTokenList_Reply struct {
	Service *ServiceToken `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"`
	// contains filtered or unexported fields
}

func (*ServicesTokenList_Reply) Descriptor deprecated added in v2.470.0

func (*ServicesTokenList_Reply) Descriptor() ([]byte, []int)

Deprecated: Use ServicesTokenList_Reply.ProtoReflect.Descriptor instead.

func (*ServicesTokenList_Reply) GetService added in v2.470.0

func (x *ServicesTokenList_Reply) GetService() *ServiceToken

func (*ServicesTokenList_Reply) ProtoMessage added in v2.470.0

func (*ServicesTokenList_Reply) ProtoMessage()

func (*ServicesTokenList_Reply) ProtoReflect added in v2.470.4

func (x *ServicesTokenList_Reply) ProtoReflect() protoreflect.Message

func (*ServicesTokenList_Reply) Reset added in v2.470.0

func (x *ServicesTokenList_Reply) Reset()

func (*ServicesTokenList_Reply) String added in v2.470.0

func (x *ServicesTokenList_Reply) String() string

type ServicesTokenList_Request added in v2.470.0

type ServicesTokenList_Request struct {
	// contains filtered or unexported fields
}

func (*ServicesTokenList_Request) Descriptor deprecated added in v2.470.0

func (*ServicesTokenList_Request) Descriptor() ([]byte, []int)

Deprecated: Use ServicesTokenList_Request.ProtoReflect.Descriptor instead.

func (*ServicesTokenList_Request) ProtoMessage added in v2.470.0

func (*ServicesTokenList_Request) ProtoMessage()

func (*ServicesTokenList_Request) ProtoReflect added in v2.470.4

func (*ServicesTokenList_Request) Reset added in v2.470.0

func (x *ServicesTokenList_Request) Reset()

func (*ServicesTokenList_Request) String added in v2.470.0

func (x *ServicesTokenList_Request) String() string

type ShareableBertyGroup

type ShareableBertyGroup struct {
	// contains filtered or unexported fields
}

func (*ShareableBertyGroup) Descriptor deprecated

func (*ShareableBertyGroup) Descriptor() ([]byte, []int)

Deprecated: Use ShareableBertyGroup.ProtoReflect.Descriptor instead.

func (*ShareableBertyGroup) ProtoMessage

func (*ShareableBertyGroup) ProtoMessage()

func (*ShareableBertyGroup) ProtoReflect added in v2.470.4

func (x *ShareableBertyGroup) ProtoReflect() protoreflect.Message

func (*ShareableBertyGroup) Reset

func (x *ShareableBertyGroup) Reset()

func (*ShareableBertyGroup) String

func (x *ShareableBertyGroup) String() string

type ShareableBertyGroup_Reply

type ShareableBertyGroup_Reply struct {
	Link        *BertyLink `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"`
	InternalUrl string     `protobuf:"bytes,2,opt,name=internal_url,json=internalUrl,proto3" json:"internal_url,omitempty"`
	WebUrl      string     `protobuf:"bytes,3,opt,name=web_url,json=webUrl,proto3" json:"web_url,omitempty"`
	// contains filtered or unexported fields
}

func (*ShareableBertyGroup_Reply) Descriptor deprecated

func (*ShareableBertyGroup_Reply) Descriptor() ([]byte, []int)

Deprecated: Use ShareableBertyGroup_Reply.ProtoReflect.Descriptor instead.

func (*ShareableBertyGroup_Reply) GetInternalUrl added in v2.470.4

func (x *ShareableBertyGroup_Reply) GetInternalUrl() string
func (x *ShareableBertyGroup_Reply) GetLink() *BertyLink

func (*ShareableBertyGroup_Reply) GetWebUrl added in v2.470.4

func (x *ShareableBertyGroup_Reply) GetWebUrl() string

func (*ShareableBertyGroup_Reply) ProtoMessage

func (*ShareableBertyGroup_Reply) ProtoMessage()

func (*ShareableBertyGroup_Reply) ProtoReflect added in v2.470.4

func (*ShareableBertyGroup_Reply) Reset

func (x *ShareableBertyGroup_Reply) Reset()

func (*ShareableBertyGroup_Reply) String

func (x *ShareableBertyGroup_Reply) String() string

type ShareableBertyGroup_Request

type ShareableBertyGroup_Request struct {
	GroupPk   []byte `protobuf:"bytes,1,opt,name=group_pk,json=groupPk,proto3" json:"group_pk,omitempty"`
	GroupName string `protobuf:"bytes,2,opt,name=group_name,json=groupName,proto3" json:"group_name,omitempty"`
	// contains filtered or unexported fields
}

func (*ShareableBertyGroup_Request) Descriptor deprecated

func (*ShareableBertyGroup_Request) Descriptor() ([]byte, []int)

Deprecated: Use ShareableBertyGroup_Request.ProtoReflect.Descriptor instead.

func (*ShareableBertyGroup_Request) GetGroupName

func (x *ShareableBertyGroup_Request) GetGroupName() string

func (*ShareableBertyGroup_Request) GetGroupPk added in v2.470.4

func (x *ShareableBertyGroup_Request) GetGroupPk() []byte

func (*ShareableBertyGroup_Request) ProtoMessage

func (*ShareableBertyGroup_Request) ProtoMessage()

func (*ShareableBertyGroup_Request) ProtoReflect added in v2.470.4

func (*ShareableBertyGroup_Request) Reset

func (x *ShareableBertyGroup_Request) Reset()

func (*ShareableBertyGroup_Request) String

func (x *ShareableBertyGroup_Request) String() string

type StreamEvent

type StreamEvent struct {
	Type    StreamEvent_Type `protobuf:"varint,1,opt,name=type,proto3,enum=berty.messenger.v1.StreamEvent_Type" json:"type,omitempty"`
	Payload []byte           `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	// specific to "*Updated" events
	IsNew bool `protobuf:"varint,3,opt,name=is_new,json=isNew,proto3" json:"is_new,omitempty"`
	// contains filtered or unexported fields
}

func (*StreamEvent) Descriptor deprecated

func (*StreamEvent) Descriptor() ([]byte, []int)

Deprecated: Use StreamEvent.ProtoReflect.Descriptor instead.

func (*StreamEvent) GetIsNew

func (x *StreamEvent) GetIsNew() bool

func (*StreamEvent) GetPayload

func (x *StreamEvent) GetPayload() []byte

func (*StreamEvent) GetType

func (x *StreamEvent) GetType() StreamEvent_Type

func (*StreamEvent) MarshalJSON

func (event *StreamEvent) MarshalJSON() ([]byte, error)

func (*StreamEvent) ProtoMessage

func (*StreamEvent) ProtoMessage()

func (*StreamEvent) ProtoReflect added in v2.470.4

func (x *StreamEvent) ProtoReflect() protoreflect.Message

func (*StreamEvent) Reset

func (x *StreamEvent) Reset()

func (*StreamEvent) String

func (x *StreamEvent) String() string

func (*StreamEvent) UnmarshalPayload

func (event *StreamEvent) UnmarshalPayload() (proto.Message, error)

type StreamEvent_AccountUpdated

type StreamEvent_AccountUpdated struct {
	Account *Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	// contains filtered or unexported fields
}

func (*StreamEvent_AccountUpdated) Descriptor deprecated

func (*StreamEvent_AccountUpdated) Descriptor() ([]byte, []int)

Deprecated: Use StreamEvent_AccountUpdated.ProtoReflect.Descriptor instead.

func (*StreamEvent_AccountUpdated) GetAccount

func (x *StreamEvent_AccountUpdated) GetAccount() *Account

func (*StreamEvent_AccountUpdated) ProtoMessage

func (*StreamEvent_AccountUpdated) ProtoMessage()

func (*StreamEvent_AccountUpdated) ProtoReflect added in v2.470.4

func (*StreamEvent_AccountUpdated) Reset

func (x *StreamEvent_AccountUpdated) Reset()

func (*StreamEvent_AccountUpdated) String

func (x *StreamEvent_AccountUpdated) String() string

type StreamEvent_ContactUpdated

type StreamEvent_ContactUpdated struct {
	Contact *Contact `protobuf:"bytes,1,opt,name=contact,proto3" json:"contact,omitempty"`
	// contains filtered or unexported fields
}

func (*StreamEvent_ContactUpdated) Descriptor deprecated

func (*StreamEvent_ContactUpdated) Descriptor() ([]byte, []int)

Deprecated: Use StreamEvent_ContactUpdated.ProtoReflect.Descriptor instead.

func (*StreamEvent_ContactUpdated) GetContact

func (x *StreamEvent_ContactUpdated) GetContact() *Contact

func (*StreamEvent_ContactUpdated) ProtoMessage

func (*StreamEvent_ContactUpdated) ProtoMessage()

func (*StreamEvent_ContactUpdated) ProtoReflect added in v2.470.4

func (*StreamEvent_ContactUpdated) Reset

func (x *StreamEvent_ContactUpdated) Reset()

func (*StreamEvent_ContactUpdated) String

func (x *StreamEvent_ContactUpdated) String() string

type StreamEvent_ConversationDeleted

type StreamEvent_ConversationDeleted struct {
	PublicKey string `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	// contains filtered or unexported fields
}

func (*StreamEvent_ConversationDeleted) Descriptor deprecated

func (*StreamEvent_ConversationDeleted) Descriptor() ([]byte, []int)

Deprecated: Use StreamEvent_ConversationDeleted.ProtoReflect.Descriptor instead.

func (*StreamEvent_ConversationDeleted) GetPublicKey

func (x *StreamEvent_ConversationDeleted) GetPublicKey() string

func (*StreamEvent_ConversationDeleted) ProtoMessage

func (*StreamEvent_ConversationDeleted) ProtoMessage()

func (*StreamEvent_ConversationDeleted) ProtoReflect added in v2.470.4

func (*StreamEvent_ConversationDeleted) Reset

func (*StreamEvent_ConversationDeleted) String

type StreamEvent_ConversationPartialLoad added in v2.261.0

type StreamEvent_ConversationPartialLoad struct {
	ConversationPk string         `protobuf:"bytes,1,opt,name=conversation_pk,json=conversationPk,proto3" json:"conversation_pk,omitempty"`
	Interactions   []*Interaction `protobuf:"bytes,2,rep,name=interactions,proto3" json:"interactions,omitempty"`
	// contains filtered or unexported fields
}

func (*StreamEvent_ConversationPartialLoad) Descriptor deprecated added in v2.261.0

func (*StreamEvent_ConversationPartialLoad) Descriptor() ([]byte, []int)

Deprecated: Use StreamEvent_ConversationPartialLoad.ProtoReflect.Descriptor instead.

func (*StreamEvent_ConversationPartialLoad) GetConversationPk added in v2.470.4

func (x *StreamEvent_ConversationPartialLoad) GetConversationPk() string

func (*StreamEvent_ConversationPartialLoad) GetInteractions added in v2.261.0

func (x *StreamEvent_ConversationPartialLoad) GetInteractions() []*Interaction

func (*StreamEvent_ConversationPartialLoad) ProtoMessage added in v2.261.0

func (*StreamEvent_ConversationPartialLoad) ProtoMessage()

func (*StreamEvent_ConversationPartialLoad) ProtoReflect added in v2.470.4

func (*StreamEvent_ConversationPartialLoad) Reset added in v2.261.0

func (*StreamEvent_ConversationPartialLoad) String added in v2.261.0

type StreamEvent_ConversationUpdated

type StreamEvent_ConversationUpdated struct {
	Conversation *Conversation `protobuf:"bytes,1,opt,name=conversation,proto3" json:"conversation,omitempty"`
	// contains filtered or unexported fields
}

func (*StreamEvent_ConversationUpdated) Descriptor deprecated

func (*StreamEvent_ConversationUpdated) Descriptor() ([]byte, []int)

Deprecated: Use StreamEvent_ConversationUpdated.ProtoReflect.Descriptor instead.

func (*StreamEvent_ConversationUpdated) GetConversation

func (x *StreamEvent_ConversationUpdated) GetConversation() *Conversation

func (*StreamEvent_ConversationUpdated) ProtoMessage

func (*StreamEvent_ConversationUpdated) ProtoMessage()

func (*StreamEvent_ConversationUpdated) ProtoReflect added in v2.470.4

func (*StreamEvent_ConversationUpdated) Reset

func (*StreamEvent_ConversationUpdated) String

type StreamEvent_DeviceUpdated

type StreamEvent_DeviceUpdated struct {
	Device *Device `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"`
	// contains filtered or unexported fields
}

func (*StreamEvent_DeviceUpdated) Descriptor deprecated

func (*StreamEvent_DeviceUpdated) Descriptor() ([]byte, []int)

Deprecated: Use StreamEvent_DeviceUpdated.ProtoReflect.Descriptor instead.

func (*StreamEvent_DeviceUpdated) GetDevice

func (x *StreamEvent_DeviceUpdated) GetDevice() *Device

func (*StreamEvent_DeviceUpdated) ProtoMessage

func (*StreamEvent_DeviceUpdated) ProtoMessage()

func (*StreamEvent_DeviceUpdated) ProtoReflect added in v2.470.4

func (*StreamEvent_DeviceUpdated) Reset

func (x *StreamEvent_DeviceUpdated) Reset()

func (*StreamEvent_DeviceUpdated) String

func (x *StreamEvent_DeviceUpdated) String() string

type StreamEvent_InteractionDeleted

type StreamEvent_InteractionDeleted struct {
	Cid                   string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"`
	ConversationPublicKey string `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*StreamEvent_InteractionDeleted) Descriptor deprecated

func (*StreamEvent_InteractionDeleted) Descriptor() ([]byte, []int)

Deprecated: Use StreamEvent_InteractionDeleted.ProtoReflect.Descriptor instead.

func (*StreamEvent_InteractionDeleted) GetCid added in v2.470.4

func (*StreamEvent_InteractionDeleted) GetConversationPublicKey added in v2.338.0

func (x *StreamEvent_InteractionDeleted) GetConversationPublicKey() string

func (*StreamEvent_InteractionDeleted) ProtoMessage

func (*StreamEvent_InteractionDeleted) ProtoMessage()

func (*StreamEvent_InteractionDeleted) ProtoReflect added in v2.470.4

func (*StreamEvent_InteractionDeleted) Reset

func (x *StreamEvent_InteractionDeleted) Reset()

func (*StreamEvent_InteractionDeleted) String

type StreamEvent_InteractionUpdated

type StreamEvent_InteractionUpdated struct {
	Interaction *Interaction `protobuf:"bytes,1,opt,name=interaction,proto3" json:"interaction,omitempty"`
	// contains filtered or unexported fields
}

func (*StreamEvent_InteractionUpdated) Descriptor deprecated

func (*StreamEvent_InteractionUpdated) Descriptor() ([]byte, []int)

Deprecated: Use StreamEvent_InteractionUpdated.ProtoReflect.Descriptor instead.

func (*StreamEvent_InteractionUpdated) GetInteraction

func (x *StreamEvent_InteractionUpdated) GetInteraction() *Interaction

func (*StreamEvent_InteractionUpdated) ProtoMessage

func (*StreamEvent_InteractionUpdated) ProtoMessage()

func (*StreamEvent_InteractionUpdated) ProtoReflect added in v2.470.4

func (*StreamEvent_InteractionUpdated) Reset

func (x *StreamEvent_InteractionUpdated) Reset()

func (*StreamEvent_InteractionUpdated) String

type StreamEvent_ListEnded

type StreamEvent_ListEnded struct {
	// contains filtered or unexported fields
}

func (*StreamEvent_ListEnded) Descriptor deprecated

func (*StreamEvent_ListEnded) Descriptor() ([]byte, []int)

Deprecated: Use StreamEvent_ListEnded.ProtoReflect.Descriptor instead.

func (*StreamEvent_ListEnded) ProtoMessage

func (*StreamEvent_ListEnded) ProtoMessage()

func (*StreamEvent_ListEnded) ProtoReflect added in v2.470.4

func (x *StreamEvent_ListEnded) ProtoReflect() protoreflect.Message

func (*StreamEvent_ListEnded) Reset

func (x *StreamEvent_ListEnded) Reset()

func (*StreamEvent_ListEnded) String

func (x *StreamEvent_ListEnded) String() string

type StreamEvent_MemberUpdated

type StreamEvent_MemberUpdated struct {
	Member *Member `protobuf:"bytes,1,opt,name=member,proto3" json:"member,omitempty"`
	// contains filtered or unexported fields
}

func (*StreamEvent_MemberUpdated) Descriptor deprecated

func (*StreamEvent_MemberUpdated) Descriptor() ([]byte, []int)

Deprecated: Use StreamEvent_MemberUpdated.ProtoReflect.Descriptor instead.

func (*StreamEvent_MemberUpdated) GetMember

func (x *StreamEvent_MemberUpdated) GetMember() *Member

func (*StreamEvent_MemberUpdated) ProtoMessage

func (*StreamEvent_MemberUpdated) ProtoMessage()

func (*StreamEvent_MemberUpdated) ProtoReflect added in v2.470.4

func (*StreamEvent_MemberUpdated) Reset

func (x *StreamEvent_MemberUpdated) Reset()

func (*StreamEvent_MemberUpdated) String

func (x *StreamEvent_MemberUpdated) String() string

type StreamEvent_Notified

type StreamEvent_Notified struct {
	Type    StreamEvent_Notified_Type `protobuf:"varint,1,opt,name=type,proto3,enum=berty.messenger.v1.StreamEvent_Notified_Type" json:"type,omitempty"`
	Title   string                    `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Body    string                    `protobuf:"bytes,4,opt,name=body,proto3" json:"body,omitempty"`
	Payload []byte                    `protobuf:"bytes,5,opt,name=payload,proto3" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

func (*StreamEvent_Notified) Descriptor deprecated

func (*StreamEvent_Notified) Descriptor() ([]byte, []int)

Deprecated: Use StreamEvent_Notified.ProtoReflect.Descriptor instead.

func (*StreamEvent_Notified) GetBody

func (x *StreamEvent_Notified) GetBody() string

func (*StreamEvent_Notified) GetPayload

func (x *StreamEvent_Notified) GetPayload() []byte

func (*StreamEvent_Notified) GetTitle

func (x *StreamEvent_Notified) GetTitle() string

func (*StreamEvent_Notified) GetType

func (*StreamEvent_Notified) ProtoMessage

func (*StreamEvent_Notified) ProtoMessage()

func (*StreamEvent_Notified) ProtoReflect added in v2.470.4

func (x *StreamEvent_Notified) ProtoReflect() protoreflect.Message

func (*StreamEvent_Notified) Reset

func (x *StreamEvent_Notified) Reset()

func (*StreamEvent_Notified) String

func (x *StreamEvent_Notified) String() string

func (*StreamEvent_Notified) UnmarshalPayload

func (event *StreamEvent_Notified) UnmarshalPayload() (proto.Message, error)

type StreamEvent_Notified_Basic

type StreamEvent_Notified_Basic struct {
	// contains filtered or unexported fields
}

func (*StreamEvent_Notified_Basic) Descriptor deprecated

func (*StreamEvent_Notified_Basic) Descriptor() ([]byte, []int)

Deprecated: Use StreamEvent_Notified_Basic.ProtoReflect.Descriptor instead.

func (*StreamEvent_Notified_Basic) ProtoMessage

func (*StreamEvent_Notified_Basic) ProtoMessage()

func (*StreamEvent_Notified_Basic) ProtoReflect added in v2.470.4

func (*StreamEvent_Notified_Basic) Reset

func (x *StreamEvent_Notified_Basic) Reset()

func (*StreamEvent_Notified_Basic) String

func (x *StreamEvent_Notified_Basic) String() string

type StreamEvent_Notified_ContactRequestReceived

type StreamEvent_Notified_ContactRequestReceived struct {
	Contact *Contact `protobuf:"bytes,3,opt,name=contact,proto3" json:"contact,omitempty"`
	// contains filtered or unexported fields
}

func (*StreamEvent_Notified_ContactRequestReceived) Descriptor deprecated

Deprecated: Use StreamEvent_Notified_ContactRequestReceived.ProtoReflect.Descriptor instead.

func (*StreamEvent_Notified_ContactRequestReceived) GetContact

func (*StreamEvent_Notified_ContactRequestReceived) ProtoMessage

func (*StreamEvent_Notified_ContactRequestReceived) ProtoReflect added in v2.470.4

func (*StreamEvent_Notified_ContactRequestReceived) Reset

func (*StreamEvent_Notified_ContactRequestReceived) String

type StreamEvent_Notified_ContactRequestSent

type StreamEvent_Notified_ContactRequestSent struct {
	Contact *Contact `protobuf:"bytes,3,opt,name=contact,proto3" json:"contact,omitempty"`
	// contains filtered or unexported fields
}

func (*StreamEvent_Notified_ContactRequestSent) Descriptor deprecated

func (*StreamEvent_Notified_ContactRequestSent) Descriptor() ([]byte, []int)

Deprecated: Use StreamEvent_Notified_ContactRequestSent.ProtoReflect.Descriptor instead.

func (*StreamEvent_Notified_ContactRequestSent) GetContact

func (*StreamEvent_Notified_ContactRequestSent) ProtoMessage

func (*StreamEvent_Notified_ContactRequestSent) ProtoReflect added in v2.470.4

func (*StreamEvent_Notified_ContactRequestSent) Reset

func (*StreamEvent_Notified_ContactRequestSent) String

type StreamEvent_Notified_GroupInvitation added in v2.341.0

type StreamEvent_Notified_GroupInvitation struct {
	Conversation *Conversation `protobuf:"bytes,2,opt,name=conversation,proto3" json:"conversation,omitempty"`
	Contact      *Contact      `protobuf:"bytes,3,opt,name=contact,proto3" json:"contact,omitempty"`
	// contains filtered or unexported fields
}

func (*StreamEvent_Notified_GroupInvitation) Descriptor deprecated added in v2.341.0

func (*StreamEvent_Notified_GroupInvitation) Descriptor() ([]byte, []int)

Deprecated: Use StreamEvent_Notified_GroupInvitation.ProtoReflect.Descriptor instead.

func (*StreamEvent_Notified_GroupInvitation) GetContact added in v2.341.0

func (*StreamEvent_Notified_GroupInvitation) GetConversation added in v2.341.0

func (x *StreamEvent_Notified_GroupInvitation) GetConversation() *Conversation

func (*StreamEvent_Notified_GroupInvitation) ProtoMessage added in v2.341.0

func (*StreamEvent_Notified_GroupInvitation) ProtoMessage()

func (*StreamEvent_Notified_GroupInvitation) ProtoReflect added in v2.470.4

func (*StreamEvent_Notified_GroupInvitation) Reset added in v2.341.0

func (*StreamEvent_Notified_GroupInvitation) String added in v2.341.0

type StreamEvent_Notified_MessageReceived

type StreamEvent_Notified_MessageReceived struct {
	Interaction  *Interaction  `protobuf:"bytes,1,opt,name=interaction,proto3" json:"interaction,omitempty"`
	Conversation *Conversation `protobuf:"bytes,2,opt,name=conversation,proto3" json:"conversation,omitempty"`
	Contact      *Contact      `protobuf:"bytes,3,opt,name=contact,proto3" json:"contact,omitempty"`
	// contains filtered or unexported fields
}

func (*StreamEvent_Notified_MessageReceived) Descriptor deprecated

func (*StreamEvent_Notified_MessageReceived) Descriptor() ([]byte, []int)

Deprecated: Use StreamEvent_Notified_MessageReceived.ProtoReflect.Descriptor instead.

func (*StreamEvent_Notified_MessageReceived) GetContact

func (*StreamEvent_Notified_MessageReceived) GetConversation

func (x *StreamEvent_Notified_MessageReceived) GetConversation() *Conversation

func (*StreamEvent_Notified_MessageReceived) GetInteraction

func (*StreamEvent_Notified_MessageReceived) ProtoMessage

func (*StreamEvent_Notified_MessageReceived) ProtoMessage()

func (*StreamEvent_Notified_MessageReceived) ProtoReflect added in v2.470.4

func (*StreamEvent_Notified_MessageReceived) Reset

func (*StreamEvent_Notified_MessageReceived) String

type StreamEvent_Notified_Type

type StreamEvent_Notified_Type int32
const (
	StreamEvent_Notified_Unknown                    StreamEvent_Notified_Type = 0
	StreamEvent_Notified_TypeBasic                  StreamEvent_Notified_Type = 1
	StreamEvent_Notified_TypeMessageReceived        StreamEvent_Notified_Type = 2
	StreamEvent_Notified_TypeContactRequestSent     StreamEvent_Notified_Type = 3
	StreamEvent_Notified_TypeContactRequestReceived StreamEvent_Notified_Type = 4
	StreamEvent_Notified_TypeGroupInvitation        StreamEvent_Notified_Type = 5
)

func (StreamEvent_Notified_Type) Descriptor added in v2.470.4

func (StreamEvent_Notified_Type) Enum added in v2.470.4

func (StreamEvent_Notified_Type) EnumDescriptor deprecated

func (StreamEvent_Notified_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use StreamEvent_Notified_Type.Descriptor instead.

func (StreamEvent_Notified_Type) Number added in v2.470.4

func (StreamEvent_Notified_Type) String

func (x StreamEvent_Notified_Type) String() string

func (StreamEvent_Notified_Type) Type added in v2.470.4

type StreamEvent_PeerStatusConnected added in v2.415.0

type StreamEvent_PeerStatusConnected struct {
	PeerId    string                                    `protobuf:"bytes,1,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"`
	Transport StreamEvent_PeerStatusConnected_Transport `` /* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

status events

func (*StreamEvent_PeerStatusConnected) Descriptor deprecated added in v2.415.0

func (*StreamEvent_PeerStatusConnected) Descriptor() ([]byte, []int)

Deprecated: Use StreamEvent_PeerStatusConnected.ProtoReflect.Descriptor instead.

func (*StreamEvent_PeerStatusConnected) GetPeerId added in v2.470.4

func (x *StreamEvent_PeerStatusConnected) GetPeerId() string

func (*StreamEvent_PeerStatusConnected) GetTransport added in v2.415.0

func (*StreamEvent_PeerStatusConnected) ProtoMessage added in v2.415.0

func (*StreamEvent_PeerStatusConnected) ProtoMessage()

func (*StreamEvent_PeerStatusConnected) ProtoReflect added in v2.470.4

func (*StreamEvent_PeerStatusConnected) Reset added in v2.415.0

func (*StreamEvent_PeerStatusConnected) String added in v2.415.0

type StreamEvent_PeerStatusConnected_Transport added in v2.415.0

type StreamEvent_PeerStatusConnected_Transport int32
const (
	StreamEvent_PeerStatusConnected_Unknown   StreamEvent_PeerStatusConnected_Transport = 0
	StreamEvent_PeerStatusConnected_LAN       StreamEvent_PeerStatusConnected_Transport = 1
	StreamEvent_PeerStatusConnected_WAN       StreamEvent_PeerStatusConnected_Transport = 2
	StreamEvent_PeerStatusConnected_Proximity StreamEvent_PeerStatusConnected_Transport = 3
)

func (StreamEvent_PeerStatusConnected_Transport) Descriptor added in v2.470.4

func (StreamEvent_PeerStatusConnected_Transport) Enum added in v2.470.4

func (StreamEvent_PeerStatusConnected_Transport) EnumDescriptor deprecated added in v2.415.0

func (StreamEvent_PeerStatusConnected_Transport) EnumDescriptor() ([]byte, []int)

Deprecated: Use StreamEvent_PeerStatusConnected_Transport.Descriptor instead.

func (StreamEvent_PeerStatusConnected_Transport) Number added in v2.470.4

func (StreamEvent_PeerStatusConnected_Transport) String added in v2.415.0

func (StreamEvent_PeerStatusConnected_Transport) Type added in v2.470.4

type StreamEvent_PeerStatusDisconnected added in v2.415.0

type StreamEvent_PeerStatusDisconnected struct {
	PeerId string `protobuf:"bytes,1,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"`
	// contains filtered or unexported fields
}

func (*StreamEvent_PeerStatusDisconnected) Descriptor deprecated added in v2.415.0

func (*StreamEvent_PeerStatusDisconnected) Descriptor() ([]byte, []int)

Deprecated: Use StreamEvent_PeerStatusDisconnected.ProtoReflect.Descriptor instead.

func (*StreamEvent_PeerStatusDisconnected) GetPeerId added in v2.470.4

func (*StreamEvent_PeerStatusDisconnected) ProtoMessage added in v2.415.0

func (*StreamEvent_PeerStatusDisconnected) ProtoMessage()

func (*StreamEvent_PeerStatusDisconnected) ProtoReflect added in v2.470.4

func (*StreamEvent_PeerStatusDisconnected) Reset added in v2.415.0

func (*StreamEvent_PeerStatusDisconnected) String added in v2.415.0

type StreamEvent_PeerStatusGroupAssociated added in v2.415.0

type StreamEvent_PeerStatusGroupAssociated struct {
	PeerId   string `protobuf:"bytes,1,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"`
	DevicePk string `protobuf:"bytes,2,opt,name=device_pk,json=devicePk,proto3" json:"device_pk,omitempty"`
	GroupPk  string `protobuf:"bytes,3,opt,name=group_pk,json=groupPk,proto3" json:"group_pk,omitempty"`
	// contains filtered or unexported fields
}

func (*StreamEvent_PeerStatusGroupAssociated) Descriptor deprecated added in v2.415.0

func (*StreamEvent_PeerStatusGroupAssociated) Descriptor() ([]byte, []int)

Deprecated: Use StreamEvent_PeerStatusGroupAssociated.ProtoReflect.Descriptor instead.

func (*StreamEvent_PeerStatusGroupAssociated) GetDevicePk added in v2.470.4

func (*StreamEvent_PeerStatusGroupAssociated) GetGroupPk added in v2.470.4

func (*StreamEvent_PeerStatusGroupAssociated) GetPeerId added in v2.470.4

func (*StreamEvent_PeerStatusGroupAssociated) ProtoMessage added in v2.415.0

func (*StreamEvent_PeerStatusGroupAssociated) ProtoMessage()

func (*StreamEvent_PeerStatusGroupAssociated) ProtoReflect added in v2.470.4

func (*StreamEvent_PeerStatusGroupAssociated) Reset added in v2.415.0

func (*StreamEvent_PeerStatusGroupAssociated) String added in v2.415.0

type StreamEvent_PeerStatusReconnecting added in v2.415.0

type StreamEvent_PeerStatusReconnecting struct {
	PeerId string `protobuf:"bytes,1,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"`
	// contains filtered or unexported fields
}

func (*StreamEvent_PeerStatusReconnecting) Descriptor deprecated added in v2.415.0

func (*StreamEvent_PeerStatusReconnecting) Descriptor() ([]byte, []int)

Deprecated: Use StreamEvent_PeerStatusReconnecting.ProtoReflect.Descriptor instead.

func (*StreamEvent_PeerStatusReconnecting) GetPeerId added in v2.470.4

func (*StreamEvent_PeerStatusReconnecting) ProtoMessage added in v2.415.0

func (*StreamEvent_PeerStatusReconnecting) ProtoMessage()

func (*StreamEvent_PeerStatusReconnecting) ProtoReflect added in v2.470.4

func (*StreamEvent_PeerStatusReconnecting) Reset added in v2.415.0

func (*StreamEvent_PeerStatusReconnecting) String added in v2.415.0

type StreamEvent_ServiceTokenAdded added in v2.470.0

type StreamEvent_ServiceTokenAdded struct {
	Token *ServiceToken `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*StreamEvent_ServiceTokenAdded) Descriptor deprecated added in v2.470.0

func (*StreamEvent_ServiceTokenAdded) Descriptor() ([]byte, []int)

Deprecated: Use StreamEvent_ServiceTokenAdded.ProtoReflect.Descriptor instead.

func (*StreamEvent_ServiceTokenAdded) GetToken added in v2.470.0

func (*StreamEvent_ServiceTokenAdded) ProtoMessage added in v2.470.0

func (*StreamEvent_ServiceTokenAdded) ProtoMessage()

func (*StreamEvent_ServiceTokenAdded) ProtoReflect added in v2.470.4

func (*StreamEvent_ServiceTokenAdded) Reset added in v2.470.0

func (x *StreamEvent_ServiceTokenAdded) Reset()

func (*StreamEvent_ServiceTokenAdded) String added in v2.470.0

type StreamEvent_Type

type StreamEvent_Type int32
const (
	StreamEvent_Undefined                     StreamEvent_Type = 0
	StreamEvent_TypeListEnded                 StreamEvent_Type = 1
	StreamEvent_TypeConversationUpdated       StreamEvent_Type = 2
	StreamEvent_TypeConversationDeleted       StreamEvent_Type = 3
	StreamEvent_TypeInteractionUpdated        StreamEvent_Type = 4
	StreamEvent_TypeInteractionDeleted        StreamEvent_Type = 5
	StreamEvent_TypeContactUpdated            StreamEvent_Type = 6
	StreamEvent_TypeAccountUpdated            StreamEvent_Type = 7
	StreamEvent_TypeMemberUpdated             StreamEvent_Type = 8
	StreamEvent_TypeDeviceUpdated             StreamEvent_Type = 9
	StreamEvent_TypeNotified                  StreamEvent_Type = 10
	StreamEvent_TypeConversationPartialLoad   StreamEvent_Type = 12
	StreamEvent_TypePeerStatusConnected       StreamEvent_Type = 13
	StreamEvent_TypePeerStatusReconnecting    StreamEvent_Type = 14
	StreamEvent_TypePeerStatusDisconnected    StreamEvent_Type = 15
	StreamEvent_TypePeerStatusGroupAssociated StreamEvent_Type = 16
	StreamEvent_TypeServiceTokenAdded         StreamEvent_Type = 17
)

func (StreamEvent_Type) Descriptor added in v2.470.4

func (StreamEvent_Type) Enum added in v2.470.4

func (StreamEvent_Type) EnumDescriptor deprecated

func (StreamEvent_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use StreamEvent_Type.Descriptor instead.

func (StreamEvent_Type) Number added in v2.470.4

func (StreamEvent_Type) String

func (x StreamEvent_Type) String() string

func (StreamEvent_Type) Type added in v2.470.4

type SystemInfo

type SystemInfo struct {
	// contains filtered or unexported fields
}

func (*SystemInfo) Descriptor deprecated

func (*SystemInfo) Descriptor() ([]byte, []int)

Deprecated: Use SystemInfo.ProtoReflect.Descriptor instead.

func (*SystemInfo) ProtoMessage

func (*SystemInfo) ProtoMessage()

func (*SystemInfo) ProtoReflect added in v2.470.4

func (x *SystemInfo) ProtoReflect() protoreflect.Message

func (*SystemInfo) Reset

func (x *SystemInfo) Reset()

func (*SystemInfo) String

func (x *SystemInfo) String() string

type SystemInfo_DB

type SystemInfo_DB struct {
	Accounts                            int64 `protobuf:"varint,1,opt,name=accounts,proto3" json:"accounts,omitempty"`
	Contacts                            int64 `protobuf:"varint,2,opt,name=contacts,proto3" json:"contacts,omitempty"`
	Conversations                       int64 `protobuf:"varint,3,opt,name=conversations,proto3" json:"conversations,omitempty"`
	Interactions                        int64 `protobuf:"varint,4,opt,name=interactions,proto3" json:"interactions,omitempty"`
	Members                             int64 `protobuf:"varint,5,opt,name=members,proto3" json:"members,omitempty"`
	Devices                             int64 `protobuf:"varint,6,opt,name=devices,proto3" json:"devices,omitempty"`
	ServiceTokenSupportedServiceRecords int64 `` /* 173-byte string literal not displayed */
	ServiceTokens                       int64 `protobuf:"varint,8,opt,name=service_tokens,json=serviceTokens,proto3" json:"service_tokens,omitempty"`
	ConversationReplicationInfo         int64 `` /* 145-byte string literal not displayed */
	MetadataEvents                      int64 `protobuf:"varint,10,opt,name=metadata_events,json=metadataEvents,proto3" json:"metadata_events,omitempty"`
	PushMemberToken                     int64 `protobuf:"varint,12,opt,name=push_member_token,json=pushMemberToken,proto3" json:"push_member_token,omitempty"`
	AccountVerifiedCredentials          int64 `` /* 143-byte string literal not displayed */
	AccountDirectoryServiceRecord       int64 `` /* 154-byte string literal not displayed */
	PushDeviceToken                     int64 `protobuf:"varint,15,opt,name=push_device_token,json=pushDeviceToken,proto3" json:"push_device_token,omitempty"`
	PushServerRecord                    int64 `protobuf:"varint,16,opt,name=push_server_record,json=pushServerRecord,proto3" json:"push_server_record,omitempty"`
	PushLocalDeviceSharedToken          int64 `` // older, more recent
	/* 147-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SystemInfo_DB) Descriptor deprecated

func (*SystemInfo_DB) Descriptor() ([]byte, []int)

Deprecated: Use SystemInfo_DB.ProtoReflect.Descriptor instead.

func (*SystemInfo_DB) GetAccountDirectoryServiceRecord added in v2.452.0

func (x *SystemInfo_DB) GetAccountDirectoryServiceRecord() int64

func (*SystemInfo_DB) GetAccountVerifiedCredentials added in v2.448.0

func (x *SystemInfo_DB) GetAccountVerifiedCredentials() int64

func (*SystemInfo_DB) GetAccounts

func (x *SystemInfo_DB) GetAccounts() int64

func (*SystemInfo_DB) GetContacts

func (x *SystemInfo_DB) GetContacts() int64

func (*SystemInfo_DB) GetConversationReplicationInfo

func (x *SystemInfo_DB) GetConversationReplicationInfo() int64

func (*SystemInfo_DB) GetConversations

func (x *SystemInfo_DB) GetConversations() int64

func (*SystemInfo_DB) GetDevices

func (x *SystemInfo_DB) GetDevices() int64

func (*SystemInfo_DB) GetInteractions

func (x *SystemInfo_DB) GetInteractions() int64

func (*SystemInfo_DB) GetMembers

func (x *SystemInfo_DB) GetMembers() int64

func (*SystemInfo_DB) GetMetadataEvents added in v2.305.0

func (x *SystemInfo_DB) GetMetadataEvents() int64

func (*SystemInfo_DB) GetPushDeviceToken added in v2.470.0

func (x *SystemInfo_DB) GetPushDeviceToken() int64

func (*SystemInfo_DB) GetPushLocalDeviceSharedToken added in v2.470.0

func (x *SystemInfo_DB) GetPushLocalDeviceSharedToken() int64

func (*SystemInfo_DB) GetPushMemberToken added in v2.470.0

func (x *SystemInfo_DB) GetPushMemberToken() int64

func (*SystemInfo_DB) GetPushServerRecord added in v2.470.0

func (x *SystemInfo_DB) GetPushServerRecord() int64

func (*SystemInfo_DB) GetServiceTokenSupportedServiceRecords added in v2.470.0

func (x *SystemInfo_DB) GetServiceTokenSupportedServiceRecords() int64

func (*SystemInfo_DB) GetServiceTokens

func (x *SystemInfo_DB) GetServiceTokens() int64

func (*SystemInfo_DB) ProtoMessage

func (*SystemInfo_DB) ProtoMessage()

func (*SystemInfo_DB) ProtoReflect added in v2.470.4

func (x *SystemInfo_DB) ProtoReflect() protoreflect.Message

func (*SystemInfo_DB) Reset

func (x *SystemInfo_DB) Reset()

func (*SystemInfo_DB) String

func (x *SystemInfo_DB) String() string

type SystemInfo_Messenger

type SystemInfo_Messenger struct {
	Process               *protocoltypes.SystemInfo_Process `protobuf:"bytes,1,opt,name=process,proto3" json:"process,omitempty"`
	Warns                 []string                          `protobuf:"bytes,2,rep,name=warns,proto3" json:"warns,omitempty"`
	ProtocolInSameProcess bool                              `` /* 129-byte string literal not displayed */
	Db                    *SystemInfo_DB                    `protobuf:"bytes,4,opt,name=db,proto3" json:"db,omitempty"`
	// contains filtered or unexported fields
}

func (*SystemInfo_Messenger) Descriptor deprecated

func (*SystemInfo_Messenger) Descriptor() ([]byte, []int)

Deprecated: Use SystemInfo_Messenger.ProtoReflect.Descriptor instead.

func (*SystemInfo_Messenger) GetDb added in v2.470.4

func (x *SystemInfo_Messenger) GetDb() *SystemInfo_DB

func (*SystemInfo_Messenger) GetProcess

func (*SystemInfo_Messenger) GetProtocolInSameProcess

func (x *SystemInfo_Messenger) GetProtocolInSameProcess() bool

func (*SystemInfo_Messenger) GetWarns

func (x *SystemInfo_Messenger) GetWarns() []string

func (*SystemInfo_Messenger) ProtoMessage

func (*SystemInfo_Messenger) ProtoMessage()

func (*SystemInfo_Messenger) ProtoReflect added in v2.470.4

func (x *SystemInfo_Messenger) ProtoReflect() protoreflect.Message

func (*SystemInfo_Messenger) Reset

func (x *SystemInfo_Messenger) Reset()

func (*SystemInfo_Messenger) String

func (x *SystemInfo_Messenger) String() string

type SystemInfo_Reply

type SystemInfo_Reply struct {
	Protocol  *protocoltypes.SystemInfo_Reply `protobuf:"bytes,1,opt,name=protocol,proto3" json:"protocol,omitempty"`
	Messenger *SystemInfo_Messenger           `protobuf:"bytes,2,opt,name=messenger,proto3" json:"messenger,omitempty"`
	// contains filtered or unexported fields
}

func (*SystemInfo_Reply) Descriptor deprecated

func (*SystemInfo_Reply) Descriptor() ([]byte, []int)

Deprecated: Use SystemInfo_Reply.ProtoReflect.Descriptor instead.

func (*SystemInfo_Reply) GetMessenger

func (x *SystemInfo_Reply) GetMessenger() *SystemInfo_Messenger

func (*SystemInfo_Reply) GetProtocol

func (*SystemInfo_Reply) ProtoMessage

func (*SystemInfo_Reply) ProtoMessage()

func (*SystemInfo_Reply) ProtoReflect added in v2.470.4

func (x *SystemInfo_Reply) ProtoReflect() protoreflect.Message

func (*SystemInfo_Reply) Reset

func (x *SystemInfo_Reply) Reset()

func (*SystemInfo_Reply) String

func (x *SystemInfo_Reply) String() string

type SystemInfo_Request

type SystemInfo_Request struct {
	// contains filtered or unexported fields
}

func (*SystemInfo_Request) Descriptor deprecated

func (*SystemInfo_Request) Descriptor() ([]byte, []int)

Deprecated: Use SystemInfo_Request.ProtoReflect.Descriptor instead.

func (*SystemInfo_Request) ProtoMessage

func (*SystemInfo_Request) ProtoMessage()

func (*SystemInfo_Request) ProtoReflect added in v2.470.4

func (x *SystemInfo_Request) ProtoReflect() protoreflect.Message

func (*SystemInfo_Request) Reset

func (x *SystemInfo_Request) Reset()

func (*SystemInfo_Request) String

func (x *SystemInfo_Request) String() string

type TyberHostAttach added in v2.297.0

type TyberHostAttach struct {
	// contains filtered or unexported fields
}

func (*TyberHostAttach) Descriptor deprecated added in v2.297.0

func (*TyberHostAttach) Descriptor() ([]byte, []int)

Deprecated: Use TyberHostAttach.ProtoReflect.Descriptor instead.

func (*TyberHostAttach) ProtoMessage added in v2.297.0

func (*TyberHostAttach) ProtoMessage()

func (*TyberHostAttach) ProtoReflect added in v2.470.4

func (x *TyberHostAttach) ProtoReflect() protoreflect.Message

func (*TyberHostAttach) Reset added in v2.297.0

func (x *TyberHostAttach) Reset()

func (*TyberHostAttach) String added in v2.297.0

func (x *TyberHostAttach) String() string

type TyberHostAttach_Reply added in v2.297.0

type TyberHostAttach_Reply struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*TyberHostAttach_Reply) Descriptor deprecated added in v2.297.0

func (*TyberHostAttach_Reply) Descriptor() ([]byte, []int)

Deprecated: Use TyberHostAttach_Reply.ProtoReflect.Descriptor instead.

func (*TyberHostAttach_Reply) GetAddress added in v2.297.0

func (x *TyberHostAttach_Reply) GetAddress() string

func (*TyberHostAttach_Reply) ProtoMessage added in v2.297.0

func (*TyberHostAttach_Reply) ProtoMessage()

func (*TyberHostAttach_Reply) ProtoReflect added in v2.470.4

func (x *TyberHostAttach_Reply) ProtoReflect() protoreflect.Message

func (*TyberHostAttach_Reply) Reset added in v2.297.0

func (x *TyberHostAttach_Reply) Reset()

func (*TyberHostAttach_Reply) String added in v2.297.0

func (x *TyberHostAttach_Reply) String() string

type TyberHostAttach_Request added in v2.297.0

type TyberHostAttach_Request struct {
	Addresses []string `protobuf:"bytes,1,rep,name=addresses,proto3" json:"addresses,omitempty"`
	// contains filtered or unexported fields
}

func (*TyberHostAttach_Request) Descriptor deprecated added in v2.297.0

func (*TyberHostAttach_Request) Descriptor() ([]byte, []int)

Deprecated: Use TyberHostAttach_Request.ProtoReflect.Descriptor instead.

func (*TyberHostAttach_Request) GetAddresses added in v2.297.0

func (x *TyberHostAttach_Request) GetAddresses() []string

func (*TyberHostAttach_Request) ProtoMessage added in v2.297.0

func (*TyberHostAttach_Request) ProtoMessage()

func (*TyberHostAttach_Request) ProtoReflect added in v2.470.4

func (x *TyberHostAttach_Request) ProtoReflect() protoreflect.Message

func (*TyberHostAttach_Request) Reset added in v2.297.0

func (x *TyberHostAttach_Request) Reset()

func (*TyberHostAttach_Request) String added in v2.297.0

func (x *TyberHostAttach_Request) String() string

type TyberHostSearch added in v2.297.0

type TyberHostSearch struct {
	// contains filtered or unexported fields
}

func (*TyberHostSearch) Descriptor deprecated added in v2.297.0

func (*TyberHostSearch) Descriptor() ([]byte, []int)

Deprecated: Use TyberHostSearch.ProtoReflect.Descriptor instead.

func (*TyberHostSearch) ProtoMessage added in v2.297.0

func (*TyberHostSearch) ProtoMessage()

func (*TyberHostSearch) ProtoReflect added in v2.470.4

func (x *TyberHostSearch) ProtoReflect() protoreflect.Message

func (*TyberHostSearch) Reset added in v2.297.0

func (x *TyberHostSearch) Reset()

func (*TyberHostSearch) String added in v2.297.0

func (x *TyberHostSearch) String() string

type TyberHostSearch_Reply added in v2.297.0

type TyberHostSearch_Reply struct {
	Hostname string   `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"`
	Ipv4     []string `protobuf:"bytes,2,rep,name=ipv4,proto3" json:"ipv4,omitempty"`
	Ipv6     []string `protobuf:"bytes,3,rep,name=ipv6,proto3" json:"ipv6,omitempty"`
	// contains filtered or unexported fields
}

func (*TyberHostSearch_Reply) Descriptor deprecated added in v2.297.0

func (*TyberHostSearch_Reply) Descriptor() ([]byte, []int)

Deprecated: Use TyberHostSearch_Reply.ProtoReflect.Descriptor instead.

func (*TyberHostSearch_Reply) GetHostname added in v2.297.0

func (x *TyberHostSearch_Reply) GetHostname() string

func (*TyberHostSearch_Reply) GetIpv4 added in v2.470.4

func (x *TyberHostSearch_Reply) GetIpv4() []string

func (*TyberHostSearch_Reply) GetIpv6 added in v2.470.4

func (x *TyberHostSearch_Reply) GetIpv6() []string

func (*TyberHostSearch_Reply) ProtoMessage added in v2.297.0

func (*TyberHostSearch_Reply) ProtoMessage()

func (*TyberHostSearch_Reply) ProtoReflect added in v2.470.4

func (x *TyberHostSearch_Reply) ProtoReflect() protoreflect.Message

func (*TyberHostSearch_Reply) Reset added in v2.297.0

func (x *TyberHostSearch_Reply) Reset()

func (*TyberHostSearch_Reply) String added in v2.297.0

func (x *TyberHostSearch_Reply) String() string

type TyberHostSearch_Request added in v2.297.0

type TyberHostSearch_Request struct {
	// contains filtered or unexported fields
}

func (*TyberHostSearch_Request) Descriptor deprecated added in v2.297.0

func (*TyberHostSearch_Request) Descriptor() ([]byte, []int)

Deprecated: Use TyberHostSearch_Request.ProtoReflect.Descriptor instead.

func (*TyberHostSearch_Request) ProtoMessage added in v2.297.0

func (*TyberHostSearch_Request) ProtoMessage()

func (*TyberHostSearch_Request) ProtoReflect added in v2.470.4

func (x *TyberHostSearch_Request) ProtoReflect() protoreflect.Message

func (*TyberHostSearch_Request) Reset added in v2.297.0

func (x *TyberHostSearch_Request) Reset()

func (*TyberHostSearch_Request) String added in v2.297.0

func (x *TyberHostSearch_Request) String() string

type UnimplementedMessengerServiceServer

type UnimplementedMessengerServiceServer struct{}

UnimplementedMessengerServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedMessengerServiceServer) AccountGet

func (UnimplementedMessengerServiceServer) AccountPushConfigure added in v2.381.0

func (UnimplementedMessengerServiceServer) AccountUpdate

func (UnimplementedMessengerServiceServer) AuthServiceCompleteFlow added in v2.470.0

func (UnimplementedMessengerServiceServer) AuthServiceInitFlow added in v2.470.0

func (UnimplementedMessengerServiceServer) BannerQuote

func (UnimplementedMessengerServiceServer) ContactAccept

func (UnimplementedMessengerServiceServer) ContactRequest

func (UnimplementedMessengerServiceServer) ConversationClose

func (UnimplementedMessengerServiceServer) ConversationCreate

func (UnimplementedMessengerServiceServer) ConversationJoin

func (UnimplementedMessengerServiceServer) ConversationLoad added in v2.261.0

func (UnimplementedMessengerServiceServer) ConversationMute added in v2.381.0

func (UnimplementedMessengerServiceServer) ConversationOpen

func (UnimplementedMessengerServiceServer) DebugAuthServiceSetToken added in v2.470.0

func (UnimplementedMessengerServiceServer) DevStreamLogs added in v2.268.0

func (UnimplementedMessengerServiceServer) DirectoryServiceQuery added in v2.452.0

func (UnimplementedMessengerServiceServer) DirectoryServiceRegister added in v2.452.0

func (UnimplementedMessengerServiceServer) DirectoryServiceUnregister added in v2.452.0

func (UnimplementedMessengerServiceServer) EchoDuplexTest added in v2.242.0

func (UnimplementedMessengerServiceServer) EchoTest

func (UnimplementedMessengerServiceServer) Interact

func (UnimplementedMessengerServiceServer) ListMemberDevices added in v2.344.0

func (UnimplementedMessengerServiceServer) MessageSearch added in v2.267.0

func (UnimplementedMessengerServiceServer) PushReceive added in v2.305.0

func (UnimplementedMessengerServiceServer) PushSend added in v2.470.0

func (UnimplementedMessengerServiceServer) PushSetAutoShare added in v2.305.0

func (UnimplementedMessengerServiceServer) PushSetDeviceToken added in v2.470.0

func (UnimplementedMessengerServiceServer) PushSetServer added in v2.470.0

func (UnimplementedMessengerServiceServer) PushShareTokenForConversation added in v2.344.0

func (UnimplementedMessengerServiceServer) SendContactRequest

func (UnimplementedMessengerServiceServer) ShareableBertyGroup

func (UnimplementedMessengerServiceServer) SystemInfo

func (UnimplementedMessengerServiceServer) TyberHostAttach added in v2.297.0

func (UnimplementedMessengerServiceServer) TyberHostSearch added in v2.297.0

type UnsafeMessengerServiceServer added in v2.455.0

type UnsafeMessengerServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeMessengerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to MessengerServiceServer will result in compilation errors.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL