2023-06-30 09:54:08 +00:00
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
|
// versions:
|
|
|
|
// protoc-gen-go v1.30.0
|
|
|
|
// protoc v3.21.12
|
|
|
|
// source: responses.proto
|
|
|
|
|
|
|
|
package binary
|
|
|
|
|
|
|
|
import (
|
|
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
|
|
reflect "reflect"
|
|
|
|
sync "sync"
|
|
|
|
)
|
|
|
|
|
|
|
|
const (
|
|
|
|
// Verify that this generated code is sufficiently up-to-date.
|
|
|
|
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
|
|
|
|
// Verify that runtime/protoimpl is sufficiently up-to-date.
|
|
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
|
|
)
|
|
|
|
|
2023-07-09 17:35:29 +00:00
|
|
|
type ParticipantThumbnail struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
2023-07-09 11:16:52 +00:00
|
|
|
|
2023-07-09 17:35:29 +00:00
|
|
|
Thumbnail []*Thumbnail `protobuf:"bytes,1,rep,name=thumbnail,proto3" json:"thumbnail,omitempty"`
|
|
|
|
}
|
2023-07-09 11:16:52 +00:00
|
|
|
|
2023-07-09 17:35:29 +00:00
|
|
|
func (x *ParticipantThumbnail) Reset() {
|
|
|
|
*x = ParticipantThumbnail{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
mi := &file_responses_proto_msgTypes[0]
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
2023-07-09 11:16:52 +00:00
|
|
|
}
|
2023-07-09 17:35:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *ParticipantThumbnail) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*ParticipantThumbnail) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *ParticipantThumbnail) ProtoReflect() protoreflect.Message {
|
|
|
|
mi := &file_responses_proto_msgTypes[0]
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
2023-07-09 11:16:52 +00:00
|
|
|
}
|
2023-07-09 17:35:29 +00:00
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
2023-07-09 11:16:52 +00:00
|
|
|
|
2023-07-09 17:35:29 +00:00
|
|
|
// Deprecated: Use ParticipantThumbnail.ProtoReflect.Descriptor instead.
|
|
|
|
func (*ParticipantThumbnail) Descriptor() ([]byte, []int) {
|
|
|
|
return file_responses_proto_rawDescGZIP(), []int{0}
|
2023-07-09 11:16:52 +00:00
|
|
|
}
|
|
|
|
|
2023-07-09 17:35:29 +00:00
|
|
|
func (x *ParticipantThumbnail) GetThumbnail() []*Thumbnail {
|
|
|
|
if x != nil {
|
|
|
|
return x.Thumbnail
|
|
|
|
}
|
|
|
|
return nil
|
2023-07-09 11:16:52 +00:00
|
|
|
}
|
|
|
|
|
2023-07-09 17:35:29 +00:00
|
|
|
type Thumbnail struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
ParticipantId string `protobuf:"bytes,1,opt,name=participantId,proto3" json:"participantId,omitempty"`
|
|
|
|
Data *ThumbnailData `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
|
2023-07-09 11:16:52 +00:00
|
|
|
}
|
|
|
|
|
2023-07-09 17:35:29 +00:00
|
|
|
func (x *Thumbnail) Reset() {
|
|
|
|
*x = Thumbnail{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
mi := &file_responses_proto_msgTypes[1]
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
2023-07-09 11:16:52 +00:00
|
|
|
}
|
|
|
|
|
2023-07-09 17:35:29 +00:00
|
|
|
func (x *Thumbnail) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
2023-07-09 11:16:52 +00:00
|
|
|
}
|
|
|
|
|
2023-07-09 17:35:29 +00:00
|
|
|
func (*Thumbnail) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *Thumbnail) ProtoReflect() protoreflect.Message {
|
|
|
|
mi := &file_responses_proto_msgTypes[1]
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use Thumbnail.ProtoReflect.Descriptor instead.
|
|
|
|
func (*Thumbnail) Descriptor() ([]byte, []int) {
|
|
|
|
return file_responses_proto_rawDescGZIP(), []int{1}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Thumbnail) GetParticipantId() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.ParticipantId
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Thumbnail) GetData() *ThumbnailData {
|
|
|
|
if x != nil {
|
|
|
|
return x.Data
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type ThumbnailData struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
ImageBuffer []byte `protobuf:"bytes,3,opt,name=imageBuffer,proto3" json:"imageBuffer,omitempty"`
|
|
|
|
SomeInt int32 `protobuf:"varint,4,opt,name=someInt,proto3" json:"someInt,omitempty"`
|
|
|
|
Pixels *Pixels `protobuf:"bytes,5,opt,name=pixels,proto3" json:"pixels,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *ThumbnailData) Reset() {
|
|
|
|
*x = ThumbnailData{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
mi := &file_responses_proto_msgTypes[2]
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *ThumbnailData) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*ThumbnailData) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *ThumbnailData) ProtoReflect() protoreflect.Message {
|
|
|
|
mi := &file_responses_proto_msgTypes[2]
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use ThumbnailData.ProtoReflect.Descriptor instead.
|
|
|
|
func (*ThumbnailData) Descriptor() ([]byte, []int) {
|
|
|
|
return file_responses_proto_rawDescGZIP(), []int{2}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *ThumbnailData) GetImageBuffer() []byte {
|
|
|
|
if x != nil {
|
|
|
|
return x.ImageBuffer
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *ThumbnailData) GetSomeInt() int32 {
|
|
|
|
if x != nil {
|
|
|
|
return x.SomeInt
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *ThumbnailData) GetPixels() *Pixels {
|
|
|
|
if x != nil {
|
|
|
|
return x.Pixels
|
|
|
|
}
|
|
|
|
return nil
|
2023-07-09 11:16:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
type RegisterRefreshResponse struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
TokenData *RefreshAuthData `protobuf:"bytes,2,opt,name=tokenData,proto3" json:"tokenData,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RegisterRefreshResponse) Reset() {
|
|
|
|
*x = RegisterRefreshResponse{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-07-09 17:35:29 +00:00
|
|
|
mi := &file_responses_proto_msgTypes[3]
|
2023-07-09 11:16:52 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RegisterRefreshResponse) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*RegisterRefreshResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *RegisterRefreshResponse) ProtoReflect() protoreflect.Message {
|
2023-07-09 17:35:29 +00:00
|
|
|
mi := &file_responses_proto_msgTypes[3]
|
2023-07-09 11:16:52 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use RegisterRefreshResponse.ProtoReflect.Descriptor instead.
|
|
|
|
func (*RegisterRefreshResponse) Descriptor() ([]byte, []int) {
|
2023-07-09 17:35:29 +00:00
|
|
|
return file_responses_proto_rawDescGZIP(), []int{3}
|
2023-07-09 11:16:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RegisterRefreshResponse) GetTokenData() *RefreshAuthData {
|
|
|
|
if x != nil {
|
|
|
|
return x.TokenData
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2023-07-15 23:11:25 +00:00
|
|
|
type RevokeRelayPairingResponse struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RevokeRelayPairingResponse) Reset() {
|
|
|
|
*x = RevokeRelayPairingResponse{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
mi := &file_responses_proto_msgTypes[4]
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RevokeRelayPairingResponse) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*RevokeRelayPairingResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *RevokeRelayPairingResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
mi := &file_responses_proto_msgTypes[4]
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use RevokeRelayPairingResponse.ProtoReflect.Descriptor instead.
|
|
|
|
func (*RevokeRelayPairingResponse) Descriptor() ([]byte, []int) {
|
|
|
|
return file_responses_proto_rawDescGZIP(), []int{4}
|
|
|
|
}
|
|
|
|
|
2023-07-09 11:16:52 +00:00
|
|
|
type RefreshAuthData struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
TachyonAuthToken []byte `protobuf:"bytes,1,opt,name=tachyonAuthToken,proto3" json:"tachyonAuthToken,omitempty"`
|
|
|
|
ValidFor string `protobuf:"bytes,2,opt,name=validFor,proto3" json:"validFor,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RefreshAuthData) Reset() {
|
|
|
|
*x = RefreshAuthData{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-07-15 23:11:25 +00:00
|
|
|
mi := &file_responses_proto_msgTypes[5]
|
2023-07-09 11:16:52 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RefreshAuthData) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*RefreshAuthData) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *RefreshAuthData) ProtoReflect() protoreflect.Message {
|
2023-07-15 23:11:25 +00:00
|
|
|
mi := &file_responses_proto_msgTypes[5]
|
2023-07-09 11:16:52 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use RefreshAuthData.ProtoReflect.Descriptor instead.
|
|
|
|
func (*RefreshAuthData) Descriptor() ([]byte, []int) {
|
2023-07-15 23:11:25 +00:00
|
|
|
return file_responses_proto_rawDescGZIP(), []int{5}
|
2023-07-09 11:16:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RefreshAuthData) GetTachyonAuthToken() []byte {
|
|
|
|
if x != nil {
|
|
|
|
return x.TachyonAuthToken
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RefreshAuthData) GetValidFor() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.ValidFor
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
type FetchMessagesResponse struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
Messages []*Message `protobuf:"bytes,2,rep,name=messages,proto3" json:"messages,omitempty"`
|
|
|
|
SomeBytes []byte `protobuf:"bytes,3,opt,name=someBytes,proto3" json:"someBytes,omitempty"`
|
|
|
|
TotalMessages int64 `protobuf:"varint,4,opt,name=totalMessages,proto3" json:"totalMessages,omitempty"`
|
|
|
|
Cursor *Cursor `protobuf:"bytes,5,opt,name=cursor,proto3" json:"cursor,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *FetchMessagesResponse) Reset() {
|
|
|
|
*x = FetchMessagesResponse{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-07-15 23:11:25 +00:00
|
|
|
mi := &file_responses_proto_msgTypes[6]
|
2023-07-09 11:16:52 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *FetchMessagesResponse) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*FetchMessagesResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *FetchMessagesResponse) ProtoReflect() protoreflect.Message {
|
2023-07-15 23:11:25 +00:00
|
|
|
mi := &file_responses_proto_msgTypes[6]
|
2023-07-09 11:16:52 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use FetchMessagesResponse.ProtoReflect.Descriptor instead.
|
|
|
|
func (*FetchMessagesResponse) Descriptor() ([]byte, []int) {
|
2023-07-15 23:11:25 +00:00
|
|
|
return file_responses_proto_rawDescGZIP(), []int{6}
|
2023-07-09 11:16:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *FetchMessagesResponse) GetMessages() []*Message {
|
|
|
|
if x != nil {
|
|
|
|
return x.Messages
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *FetchMessagesResponse) GetSomeBytes() []byte {
|
|
|
|
if x != nil {
|
|
|
|
return x.SomeBytes
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *FetchMessagesResponse) GetTotalMessages() int64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.TotalMessages
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *FetchMessagesResponse) GetCursor() *Cursor {
|
|
|
|
if x != nil {
|
|
|
|
return x.Cursor
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type DeleteMessageResponse struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
Success bool `protobuf:"varint,2,opt,name=success,proto3" json:"success,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *DeleteMessageResponse) Reset() {
|
|
|
|
*x = DeleteMessageResponse{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-07-15 23:11:25 +00:00
|
|
|
mi := &file_responses_proto_msgTypes[7]
|
2023-07-09 11:16:52 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *DeleteMessageResponse) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*DeleteMessageResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *DeleteMessageResponse) ProtoReflect() protoreflect.Message {
|
2023-07-15 23:11:25 +00:00
|
|
|
mi := &file_responses_proto_msgTypes[7]
|
2023-07-09 11:16:52 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use DeleteMessageResponse.ProtoReflect.Descriptor instead.
|
|
|
|
func (*DeleteMessageResponse) Descriptor() ([]byte, []int) {
|
2023-07-15 23:11:25 +00:00
|
|
|
return file_responses_proto_rawDescGZIP(), []int{7}
|
2023-07-09 11:16:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *DeleteMessageResponse) GetSuccess() bool {
|
|
|
|
if x != nil {
|
|
|
|
return x.Success
|
|
|
|
}
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
|
|
|
|
type UpdateConversationResponse struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *UpdateConversationResponse) Reset() {
|
|
|
|
*x = UpdateConversationResponse{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-07-15 23:11:25 +00:00
|
|
|
mi := &file_responses_proto_msgTypes[8]
|
2023-07-09 11:16:52 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *UpdateConversationResponse) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*UpdateConversationResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *UpdateConversationResponse) ProtoReflect() protoreflect.Message {
|
2023-07-15 23:11:25 +00:00
|
|
|
mi := &file_responses_proto_msgTypes[8]
|
2023-07-09 11:16:52 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use UpdateConversationResponse.ProtoReflect.Descriptor instead.
|
|
|
|
func (*UpdateConversationResponse) Descriptor() ([]byte, []int) {
|
2023-07-15 23:11:25 +00:00
|
|
|
return file_responses_proto_rawDescGZIP(), []int{8}
|
2023-07-09 11:16:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *UpdateConversationResponse) GetSuccess() bool {
|
|
|
|
if x != nil {
|
|
|
|
return x.Success
|
|
|
|
}
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
|
|
|
|
type GetConversationTypeResponse struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
ConversationID string `protobuf:"bytes,2,opt,name=conversationID,proto3" json:"conversationID,omitempty"`
|
|
|
|
Type int32 `protobuf:"varint,3,opt,name=type,proto3" json:"type,omitempty"`
|
|
|
|
Bool1 bool `protobuf:"varint,5,opt,name=bool1,proto3" json:"bool1,omitempty"`
|
|
|
|
Number2 int32 `protobuf:"varint,6,opt,name=number2,proto3" json:"number2,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *GetConversationTypeResponse) Reset() {
|
|
|
|
*x = GetConversationTypeResponse{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-07-15 23:11:25 +00:00
|
|
|
mi := &file_responses_proto_msgTypes[9]
|
2023-07-09 11:16:52 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *GetConversationTypeResponse) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*GetConversationTypeResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *GetConversationTypeResponse) ProtoReflect() protoreflect.Message {
|
2023-07-15 23:11:25 +00:00
|
|
|
mi := &file_responses_proto_msgTypes[9]
|
2023-07-09 11:16:52 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use GetConversationTypeResponse.ProtoReflect.Descriptor instead.
|
|
|
|
func (*GetConversationTypeResponse) Descriptor() ([]byte, []int) {
|
2023-07-15 23:11:25 +00:00
|
|
|
return file_responses_proto_rawDescGZIP(), []int{9}
|
2023-07-09 11:16:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *GetConversationTypeResponse) GetConversationID() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.ConversationID
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *GetConversationTypeResponse) GetType() int32 {
|
|
|
|
if x != nil {
|
|
|
|
return x.Type
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *GetConversationTypeResponse) GetBool1() bool {
|
|
|
|
if x != nil {
|
|
|
|
return x.Bool1
|
|
|
|
}
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *GetConversationTypeResponse) GetNumber2() int32 {
|
|
|
|
if x != nil {
|
|
|
|
return x.Number2
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
type NotifyDittoActivityResponse struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *NotifyDittoActivityResponse) Reset() {
|
|
|
|
*x = NotifyDittoActivityResponse{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-07-15 23:11:25 +00:00
|
|
|
mi := &file_responses_proto_msgTypes[10]
|
2023-07-09 11:16:52 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *NotifyDittoActivityResponse) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*NotifyDittoActivityResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *NotifyDittoActivityResponse) ProtoReflect() protoreflect.Message {
|
2023-07-15 23:11:25 +00:00
|
|
|
mi := &file_responses_proto_msgTypes[10]
|
2023-07-09 11:16:52 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use NotifyDittoActivityResponse.ProtoReflect.Descriptor instead.
|
|
|
|
func (*NotifyDittoActivityResponse) Descriptor() ([]byte, []int) {
|
2023-07-15 23:11:25 +00:00
|
|
|
return file_responses_proto_rawDescGZIP(), []int{10}
|
2023-07-09 11:16:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
type IsBugleDefaultResponse struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *IsBugleDefaultResponse) Reset() {
|
|
|
|
*x = IsBugleDefaultResponse{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-07-15 23:11:25 +00:00
|
|
|
mi := &file_responses_proto_msgTypes[11]
|
2023-07-09 11:16:52 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *IsBugleDefaultResponse) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*IsBugleDefaultResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *IsBugleDefaultResponse) ProtoReflect() protoreflect.Message {
|
2023-07-15 23:11:25 +00:00
|
|
|
mi := &file_responses_proto_msgTypes[11]
|
2023-07-09 11:16:52 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use IsBugleDefaultResponse.ProtoReflect.Descriptor instead.
|
|
|
|
func (*IsBugleDefaultResponse) Descriptor() ([]byte, []int) {
|
2023-07-15 23:11:25 +00:00
|
|
|
return file_responses_proto_rawDescGZIP(), []int{11}
|
2023-07-09 11:16:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *IsBugleDefaultResponse) GetSuccess() bool {
|
|
|
|
if x != nil {
|
|
|
|
return x.Success
|
|
|
|
}
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
|
|
|
|
type GetUpdatesResponse struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
Data *UserAlertEvent `protobuf:"bytes,6,opt,name=data,proto3" json:"data,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *GetUpdatesResponse) Reset() {
|
|
|
|
*x = GetUpdatesResponse{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-07-15 23:11:25 +00:00
|
|
|
mi := &file_responses_proto_msgTypes[12]
|
2023-07-09 11:16:52 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *GetUpdatesResponse) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*GetUpdatesResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *GetUpdatesResponse) ProtoReflect() protoreflect.Message {
|
2023-07-15 23:11:25 +00:00
|
|
|
mi := &file_responses_proto_msgTypes[12]
|
2023-07-09 11:16:52 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use GetUpdatesResponse.ProtoReflect.Descriptor instead.
|
|
|
|
func (*GetUpdatesResponse) Descriptor() ([]byte, []int) {
|
2023-07-15 23:11:25 +00:00
|
|
|
return file_responses_proto_rawDescGZIP(), []int{12}
|
2023-07-09 11:16:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *GetUpdatesResponse) GetData() *UserAlertEvent {
|
|
|
|
if x != nil {
|
|
|
|
return x.Data
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type SendMessageResponse struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
Type int64 `protobuf:"varint,3,opt,name=type,proto3" json:"type,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *SendMessageResponse) Reset() {
|
|
|
|
*x = SendMessageResponse{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-07-15 23:11:25 +00:00
|
|
|
mi := &file_responses_proto_msgTypes[13]
|
2023-07-09 11:16:52 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *SendMessageResponse) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*SendMessageResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *SendMessageResponse) ProtoReflect() protoreflect.Message {
|
2023-07-15 23:11:25 +00:00
|
|
|
mi := &file_responses_proto_msgTypes[13]
|
2023-07-09 11:16:52 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use SendMessageResponse.ProtoReflect.Descriptor instead.
|
|
|
|
func (*SendMessageResponse) Descriptor() ([]byte, []int) {
|
2023-07-15 23:11:25 +00:00
|
|
|
return file_responses_proto_rawDescGZIP(), []int{13}
|
2023-07-09 11:16:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *SendMessageResponse) GetType() int64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.Type
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
type RefreshPhoneRelayResponse struct {
|
2023-06-30 09:54:08 +00:00
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
2023-07-09 11:16:52 +00:00
|
|
|
Coordinates *CoordinateMessage `protobuf:"bytes,1,opt,name=coordinates,proto3" json:"coordinates,omitempty"`
|
|
|
|
PairKey []byte `protobuf:"bytes,2,opt,name=pairKey,proto3" json:"pairKey,omitempty"`
|
|
|
|
ValidFor int64 `protobuf:"varint,3,opt,name=validFor,proto3" json:"validFor,omitempty"`
|
2023-06-30 09:54:08 +00:00
|
|
|
}
|
|
|
|
|
2023-07-09 11:16:52 +00:00
|
|
|
func (x *RefreshPhoneRelayResponse) Reset() {
|
|
|
|
*x = RefreshPhoneRelayResponse{}
|
2023-06-30 09:54:08 +00:00
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-07-15 23:11:25 +00:00
|
|
|
mi := &file_responses_proto_msgTypes[14]
|
2023-06-30 09:54:08 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-07-09 11:16:52 +00:00
|
|
|
func (x *RefreshPhoneRelayResponse) String() string {
|
2023-06-30 09:54:08 +00:00
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
2023-07-09 11:16:52 +00:00
|
|
|
func (*RefreshPhoneRelayResponse) ProtoMessage() {}
|
2023-06-30 09:54:08 +00:00
|
|
|
|
2023-07-09 11:16:52 +00:00
|
|
|
func (x *RefreshPhoneRelayResponse) ProtoReflect() protoreflect.Message {
|
2023-07-15 23:11:25 +00:00
|
|
|
mi := &file_responses_proto_msgTypes[14]
|
2023-06-30 09:54:08 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
2023-07-09 11:16:52 +00:00
|
|
|
// Deprecated: Use RefreshPhoneRelayResponse.ProtoReflect.Descriptor instead.
|
|
|
|
func (*RefreshPhoneRelayResponse) Descriptor() ([]byte, []int) {
|
2023-07-15 23:11:25 +00:00
|
|
|
return file_responses_proto_rawDescGZIP(), []int{14}
|
2023-06-30 09:54:08 +00:00
|
|
|
}
|
|
|
|
|
2023-07-09 11:16:52 +00:00
|
|
|
func (x *RefreshPhoneRelayResponse) GetCoordinates() *CoordinateMessage {
|
2023-06-30 09:54:08 +00:00
|
|
|
if x != nil {
|
2023-07-09 11:16:52 +00:00
|
|
|
return x.Coordinates
|
2023-06-30 09:54:08 +00:00
|
|
|
}
|
2023-07-09 11:16:52 +00:00
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RefreshPhoneRelayResponse) GetPairKey() []byte {
|
|
|
|
if x != nil {
|
|
|
|
return x.PairKey
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RefreshPhoneRelayResponse) GetValidFor() int64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.ValidFor
|
|
|
|
}
|
|
|
|
return 0
|
2023-06-30 09:54:08 +00:00
|
|
|
}
|
|
|
|
|
2023-07-09 11:16:52 +00:00
|
|
|
type WebEncryptionKeyResponse struct {
|
2023-06-30 09:54:08 +00:00
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
2023-07-09 11:16:52 +00:00
|
|
|
Coordinates *CoordinateMessage `protobuf:"bytes,1,opt,name=coordinates,proto3" json:"coordinates,omitempty"`
|
|
|
|
Key []byte `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
|
2023-06-30 09:54:08 +00:00
|
|
|
}
|
|
|
|
|
2023-07-09 11:16:52 +00:00
|
|
|
func (x *WebEncryptionKeyResponse) Reset() {
|
|
|
|
*x = WebEncryptionKeyResponse{}
|
2023-06-30 09:54:08 +00:00
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-07-15 23:11:25 +00:00
|
|
|
mi := &file_responses_proto_msgTypes[15]
|
2023-06-30 09:54:08 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-07-09 11:16:52 +00:00
|
|
|
func (x *WebEncryptionKeyResponse) String() string {
|
2023-06-30 09:54:08 +00:00
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
2023-07-09 11:16:52 +00:00
|
|
|
func (*WebEncryptionKeyResponse) ProtoMessage() {}
|
2023-06-30 09:54:08 +00:00
|
|
|
|
2023-07-09 11:16:52 +00:00
|
|
|
func (x *WebEncryptionKeyResponse) ProtoReflect() protoreflect.Message {
|
2023-07-15 23:11:25 +00:00
|
|
|
mi := &file_responses_proto_msgTypes[15]
|
2023-06-30 09:54:08 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
2023-07-09 11:16:52 +00:00
|
|
|
// Deprecated: Use WebEncryptionKeyResponse.ProtoReflect.Descriptor instead.
|
|
|
|
func (*WebEncryptionKeyResponse) Descriptor() ([]byte, []int) {
|
2023-07-15 23:11:25 +00:00
|
|
|
return file_responses_proto_rawDescGZIP(), []int{15}
|
2023-06-30 09:54:08 +00:00
|
|
|
}
|
|
|
|
|
2023-07-09 11:16:52 +00:00
|
|
|
func (x *WebEncryptionKeyResponse) GetCoordinates() *CoordinateMessage {
|
2023-06-30 09:54:08 +00:00
|
|
|
if x != nil {
|
2023-07-09 11:16:52 +00:00
|
|
|
return x.Coordinates
|
2023-06-30 09:54:08 +00:00
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2023-07-09 11:16:52 +00:00
|
|
|
func (x *WebEncryptionKeyResponse) GetKey() []byte {
|
|
|
|
if x != nil {
|
|
|
|
return x.Key
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type RegisterPhoneRelayResponse struct {
|
2023-06-30 09:54:08 +00:00
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
2023-07-09 11:16:52 +00:00
|
|
|
Coordinates *CoordinateMessage `protobuf:"bytes,1,opt,name=coordinates,proto3" json:"coordinates,omitempty"`
|
|
|
|
Browser *Device `protobuf:"bytes,2,opt,name=browser,proto3" json:"browser,omitempty"`
|
|
|
|
PairingKey []byte `protobuf:"bytes,3,opt,name=pairingKey,proto3" json:"pairingKey,omitempty"`
|
|
|
|
ValidFor int64 `protobuf:"varint,4,opt,name=validFor,proto3" json:"validFor,omitempty"`
|
|
|
|
AuthKeyData *AuthKeyData `protobuf:"bytes,5,opt,name=authKeyData,proto3" json:"authKeyData,omitempty"`
|
|
|
|
ResponseID string `protobuf:"bytes,6,opt,name=responseID,proto3" json:"responseID,omitempty"`
|
2023-06-30 09:54:08 +00:00
|
|
|
}
|
|
|
|
|
2023-07-09 11:16:52 +00:00
|
|
|
func (x *RegisterPhoneRelayResponse) Reset() {
|
|
|
|
*x = RegisterPhoneRelayResponse{}
|
2023-06-30 09:54:08 +00:00
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-07-15 23:11:25 +00:00
|
|
|
mi := &file_responses_proto_msgTypes[16]
|
2023-06-30 09:54:08 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-07-09 11:16:52 +00:00
|
|
|
func (x *RegisterPhoneRelayResponse) String() string {
|
2023-06-30 09:54:08 +00:00
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
2023-07-09 11:16:52 +00:00
|
|
|
func (*RegisterPhoneRelayResponse) ProtoMessage() {}
|
2023-06-30 09:54:08 +00:00
|
|
|
|
2023-07-09 11:16:52 +00:00
|
|
|
func (x *RegisterPhoneRelayResponse) ProtoReflect() protoreflect.Message {
|
2023-07-15 23:11:25 +00:00
|
|
|
mi := &file_responses_proto_msgTypes[16]
|
2023-06-30 09:54:08 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
2023-07-09 11:16:52 +00:00
|
|
|
// Deprecated: Use RegisterPhoneRelayResponse.ProtoReflect.Descriptor instead.
|
|
|
|
func (*RegisterPhoneRelayResponse) Descriptor() ([]byte, []int) {
|
2023-07-15 23:11:25 +00:00
|
|
|
return file_responses_proto_rawDescGZIP(), []int{16}
|
2023-06-30 09:54:08 +00:00
|
|
|
}
|
|
|
|
|
2023-07-09 11:16:52 +00:00
|
|
|
func (x *RegisterPhoneRelayResponse) GetCoordinates() *CoordinateMessage {
|
2023-06-30 09:54:08 +00:00
|
|
|
if x != nil {
|
2023-07-09 11:16:52 +00:00
|
|
|
return x.Coordinates
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RegisterPhoneRelayResponse) GetBrowser() *Device {
|
|
|
|
if x != nil {
|
|
|
|
return x.Browser
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RegisterPhoneRelayResponse) GetPairingKey() []byte {
|
|
|
|
if x != nil {
|
|
|
|
return x.PairingKey
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RegisterPhoneRelayResponse) GetValidFor() int64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.ValidFor
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RegisterPhoneRelayResponse) GetAuthKeyData() *AuthKeyData {
|
|
|
|
if x != nil {
|
|
|
|
return x.AuthKeyData
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RegisterPhoneRelayResponse) GetResponseID() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.ResponseID
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
type CoordinateMessage struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
Coord1 int64 `protobuf:"varint,2,opt,name=coord1,proto3" json:"coord1,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *CoordinateMessage) Reset() {
|
|
|
|
*x = CoordinateMessage{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-07-15 23:11:25 +00:00
|
|
|
mi := &file_responses_proto_msgTypes[17]
|
2023-07-09 11:16:52 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *CoordinateMessage) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*CoordinateMessage) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *CoordinateMessage) ProtoReflect() protoreflect.Message {
|
2023-07-15 23:11:25 +00:00
|
|
|
mi := &file_responses_proto_msgTypes[17]
|
2023-07-09 11:16:52 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use CoordinateMessage.ProtoReflect.Descriptor instead.
|
|
|
|
func (*CoordinateMessage) Descriptor() ([]byte, []int) {
|
2023-07-15 23:11:25 +00:00
|
|
|
return file_responses_proto_rawDescGZIP(), []int{17}
|
2023-07-09 11:16:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *CoordinateMessage) GetCoord1() int64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.Coord1
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
type AuthKeyData struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
TachyonAuthToken []byte `protobuf:"bytes,1,opt,name=tachyonAuthToken,proto3" json:"tachyonAuthToken,omitempty"`
|
|
|
|
ValidFor int64 `protobuf:"varint,2,opt,name=validFor,proto3" json:"validFor,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *AuthKeyData) Reset() {
|
|
|
|
*x = AuthKeyData{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-07-15 23:11:25 +00:00
|
|
|
mi := &file_responses_proto_msgTypes[18]
|
2023-07-09 11:16:52 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *AuthKeyData) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*AuthKeyData) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *AuthKeyData) ProtoReflect() protoreflect.Message {
|
2023-07-15 23:11:25 +00:00
|
|
|
mi := &file_responses_proto_msgTypes[18]
|
2023-07-09 11:16:52 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use AuthKeyData.ProtoReflect.Descriptor instead.
|
|
|
|
func (*AuthKeyData) Descriptor() ([]byte, []int) {
|
2023-07-15 23:11:25 +00:00
|
|
|
return file_responses_proto_rawDescGZIP(), []int{18}
|
2023-07-09 11:16:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *AuthKeyData) GetTachyonAuthToken() []byte {
|
|
|
|
if x != nil {
|
|
|
|
return x.TachyonAuthToken
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *AuthKeyData) GetValidFor() int64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.ValidFor
|
2023-06-30 09:54:08 +00:00
|
|
|
}
|
2023-07-09 11:16:52 +00:00
|
|
|
return 0
|
2023-06-30 09:54:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
var File_responses_proto protoreflect.FileDescriptor
|
|
|
|
|
|
|
|
var file_responses_proto_rawDesc = []byte{
|
|
|
|
0x0a, 0x0f, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
2023-07-09 11:16:52 +00:00
|
|
|
0x6f, 0x12, 0x09, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x73, 0x1a, 0x0c, 0x65, 0x76,
|
|
|
|
0x65, 0x6e, 0x74, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x0e, 0x6d, 0x65, 0x73, 0x73,
|
|
|
|
0x61, 0x67, 0x65, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x13, 0x63, 0x6f, 0x6e, 0x76,
|
|
|
|
0x65, 0x72, 0x73, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22,
|
2023-07-09 17:35:29 +00:00
|
|
|
0x4a, 0x0a, 0x14, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x54, 0x68,
|
|
|
|
0x75, 0x6d, 0x62, 0x6e, 0x61, 0x69, 0x6c, 0x12, 0x32, 0x0a, 0x09, 0x74, 0x68, 0x75, 0x6d, 0x62,
|
|
|
|
0x6e, 0x61, 0x69, 0x6c, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x72, 0x65, 0x73,
|
|
|
|
0x70, 0x6f, 0x6e, 0x73, 0x65, 0x73, 0x2e, 0x54, 0x68, 0x75, 0x6d, 0x62, 0x6e, 0x61, 0x69, 0x6c,
|
|
|
|
0x52, 0x09, 0x74, 0x68, 0x75, 0x6d, 0x62, 0x6e, 0x61, 0x69, 0x6c, 0x22, 0x5f, 0x0a, 0x09, 0x54,
|
|
|
|
0x68, 0x75, 0x6d, 0x62, 0x6e, 0x61, 0x69, 0x6c, 0x12, 0x24, 0x0a, 0x0d, 0x70, 0x61, 0x72, 0x74,
|
|
|
|
0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
0x0d, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x2c,
|
|
|
|
0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x72,
|
|
|
|
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x73, 0x2e, 0x54, 0x68, 0x75, 0x6d, 0x62, 0x6e, 0x61,
|
|
|
|
0x69, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x7a, 0x0a, 0x0d,
|
|
|
|
0x54, 0x68, 0x75, 0x6d, 0x62, 0x6e, 0x61, 0x69, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x12, 0x20, 0x0a,
|
|
|
|
0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x42, 0x75, 0x66, 0x66, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01,
|
|
|
|
0x28, 0x0c, 0x52, 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x42, 0x75, 0x66, 0x66, 0x65, 0x72, 0x12,
|
|
|
|
0x18, 0x0a, 0x07, 0x73, 0x6f, 0x6d, 0x65, 0x49, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05,
|
|
|
|
0x52, 0x07, 0x73, 0x6f, 0x6d, 0x65, 0x49, 0x6e, 0x74, 0x12, 0x2d, 0x0a, 0x06, 0x70, 0x69, 0x78,
|
|
|
|
0x65, 0x6c, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x63, 0x6f, 0x6e, 0x76,
|
|
|
|
0x65, 0x72, 0x73, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x50, 0x69, 0x78, 0x65, 0x6c, 0x73,
|
|
|
|
0x52, 0x06, 0x70, 0x69, 0x78, 0x65, 0x6c, 0x73, 0x22, 0x53, 0x0a, 0x17, 0x52, 0x65, 0x67, 0x69,
|
|
|
|
0x73, 0x74, 0x65, 0x72, 0x52, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f,
|
|
|
|
0x6e, 0x73, 0x65, 0x12, 0x38, 0x0a, 0x09, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x44, 0x61, 0x74, 0x61,
|
|
|
|
0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
|
|
|
|
0x65, 0x73, 0x2e, 0x52, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0x41, 0x75, 0x74, 0x68, 0x44, 0x61,
|
2023-07-15 23:11:25 +00:00
|
|
|
0x74, 0x61, 0x52, 0x09, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x22, 0x1c, 0x0a,
|
|
|
|
0x1a, 0x52, 0x65, 0x76, 0x6f, 0x6b, 0x65, 0x52, 0x65, 0x6c, 0x61, 0x79, 0x50, 0x61, 0x69, 0x72,
|
|
|
|
0x69, 0x6e, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x59, 0x0a, 0x0f, 0x52,
|
|
|
|
0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0x41, 0x75, 0x74, 0x68, 0x44, 0x61, 0x74, 0x61, 0x12, 0x2a,
|
|
|
|
0x0a, 0x10, 0x74, 0x61, 0x63, 0x68, 0x79, 0x6f, 0x6e, 0x41, 0x75, 0x74, 0x68, 0x54, 0x6f, 0x6b,
|
|
|
|
0x65, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x10, 0x74, 0x61, 0x63, 0x68, 0x79, 0x6f,
|
|
|
|
0x6e, 0x41, 0x75, 0x74, 0x68, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x76, 0x61,
|
|
|
|
0x6c, 0x69, 0x64, 0x46, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x76, 0x61,
|
|
|
|
0x6c, 0x69, 0x64, 0x46, 0x6f, 0x72, 0x22, 0xbe, 0x01, 0x0a, 0x15, 0x46, 0x65, 0x74, 0x63, 0x68,
|
|
|
|
0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
|
|
|
|
0x12, 0x32, 0x0a, 0x08, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03,
|
|
|
|
0x28, 0x0b, 0x32, 0x16, 0x2e, 0x63, 0x6f, 0x6e, 0x76, 0x65, 0x72, 0x73, 0x61, 0x74, 0x69, 0x6f,
|
|
|
|
0x6e, 0x73, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x08, 0x6d, 0x65, 0x73, 0x73,
|
|
|
|
0x61, 0x67, 0x65, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x6f, 0x6d, 0x65, 0x42, 0x79, 0x74, 0x65,
|
|
|
|
0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x73, 0x6f, 0x6d, 0x65, 0x42, 0x79, 0x74,
|
|
|
|
0x65, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x4d, 0x65, 0x73, 0x73, 0x61,
|
|
|
|
0x67, 0x65, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x74, 0x6f, 0x74, 0x61, 0x6c,
|
|
|
|
0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x73, 0x12, 0x2d, 0x0a, 0x06, 0x63, 0x75, 0x72, 0x73,
|
|
|
|
0x6f, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x63, 0x6f, 0x6e, 0x76, 0x65,
|
|
|
|
0x72, 0x73, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x43, 0x75, 0x72, 0x73, 0x6f, 0x72, 0x52,
|
|
|
|
0x06, 0x63, 0x75, 0x72, 0x73, 0x6f, 0x72, 0x22, 0x31, 0x0a, 0x15, 0x44, 0x65, 0x6c, 0x65, 0x74,
|
|
|
|
0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
|
|
|
|
0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
|
|
0x08, 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x22, 0x36, 0x0a, 0x1a, 0x55, 0x70,
|
|
|
|
0x64, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6e, 0x76, 0x65, 0x72, 0x73, 0x61, 0x74, 0x69, 0x6f, 0x6e,
|
|
|
|
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63,
|
|
|
|
0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65,
|
|
|
|
0x73, 0x73, 0x22, 0x89, 0x01, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x76, 0x65, 0x72,
|
|
|
|
0x73, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
|
|
|
0x73, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x63, 0x6f, 0x6e, 0x76, 0x65, 0x72, 0x73, 0x61, 0x74, 0x69,
|
|
|
|
0x6f, 0x6e, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x63, 0x6f, 0x6e, 0x76,
|
|
|
|
0x65, 0x72, 0x73, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x44, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79,
|
|
|
|
0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x14,
|
|
|
|
0x0a, 0x05, 0x62, 0x6f, 0x6f, 0x6c, 0x31, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x62,
|
|
|
|
0x6f, 0x6f, 0x6c, 0x31, 0x12, 0x18, 0x0a, 0x07, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x32, 0x18,
|
|
|
|
0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x32, 0x22, 0x1d,
|
|
|
|
0x0a, 0x1b, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x44, 0x69, 0x74, 0x74, 0x6f, 0x41, 0x63, 0x74,
|
|
|
|
0x69, 0x76, 0x69, 0x74, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x32, 0x0a,
|
|
|
|
0x16, 0x49, 0x73, 0x42, 0x75, 0x67, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x52,
|
|
|
|
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65,
|
|
|
|
0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73,
|
|
|
|
0x73, 0x22, 0x40, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x73, 0x52,
|
|
|
|
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2a, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18,
|
|
|
|
0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x2e, 0x55,
|
|
|
|
0x73, 0x65, 0x72, 0x41, 0x6c, 0x65, 0x72, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x04, 0x64,
|
|
|
|
0x61, 0x74, 0x61, 0x22, 0x29, 0x0a, 0x13, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61,
|
|
|
|
0x67, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79,
|
|
|
|
0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x91,
|
|
|
|
0x01, 0x0a, 0x19, 0x52, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x52,
|
|
|
|
0x65, 0x6c, 0x61, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3e, 0x0a, 0x0b,
|
|
|
|
0x63, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x65, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
|
0x0b, 0x32, 0x1c, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x73, 0x2e, 0x43, 0x6f,
|
|
|
|
0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52,
|
|
|
|
0x0b, 0x63, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x65, 0x73, 0x12, 0x18, 0x0a, 0x07,
|
|
|
|
0x70, 0x61, 0x69, 0x72, 0x4b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x70,
|
|
|
|
0x61, 0x69, 0x72, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x46,
|
|
|
|
0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x46,
|
|
|
|
0x6f, 0x72, 0x22, 0x6c, 0x0a, 0x18, 0x57, 0x65, 0x62, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74,
|
|
|
|
0x69, 0x6f, 0x6e, 0x4b, 0x65, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3e,
|
2023-07-09 17:35:29 +00:00
|
|
|
0x0a, 0x0b, 0x63, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x65, 0x73, 0x18, 0x01, 0x20,
|
|
|
|
0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x73, 0x2e,
|
|
|
|
0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67,
|
2023-07-15 23:11:25 +00:00
|
|
|
0x65, 0x52, 0x0b, 0x63, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x65, 0x73, 0x12, 0x10,
|
|
|
|
0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x6b, 0x65, 0x79,
|
|
|
|
0x22, 0x9e, 0x02, 0x0a, 0x1a, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x50, 0x68, 0x6f,
|
|
|
|
0x6e, 0x65, 0x52, 0x65, 0x6c, 0x61, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
|
|
|
|
0x3e, 0x0a, 0x0b, 0x63, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x65, 0x73, 0x18, 0x01,
|
|
|
|
0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x73,
|
|
|
|
0x2e, 0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61,
|
|
|
|
0x67, 0x65, 0x52, 0x0b, 0x63, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x65, 0x73, 0x12,
|
|
|
|
0x2a, 0x0a, 0x07, 0x62, 0x72, 0x6f, 0x77, 0x73, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b,
|
|
|
|
0x32, 0x10, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x76, 0x69,
|
|
|
|
0x63, 0x65, 0x52, 0x07, 0x62, 0x72, 0x6f, 0x77, 0x73, 0x65, 0x72, 0x12, 0x1e, 0x0a, 0x0a, 0x70,
|
|
|
|
0x61, 0x69, 0x72, 0x69, 0x6e, 0x67, 0x4b, 0x65, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52,
|
|
|
|
0x0a, 0x70, 0x61, 0x69, 0x72, 0x69, 0x6e, 0x67, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x76,
|
|
|
|
0x61, 0x6c, 0x69, 0x64, 0x46, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x76,
|
|
|
|
0x61, 0x6c, 0x69, 0x64, 0x46, 0x6f, 0x72, 0x12, 0x38, 0x0a, 0x0b, 0x61, 0x75, 0x74, 0x68, 0x4b,
|
|
|
|
0x65, 0x79, 0x44, 0x61, 0x74, 0x61, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x72,
|
|
|
|
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x73, 0x2e, 0x41, 0x75, 0x74, 0x68, 0x4b, 0x65, 0x79,
|
|
|
|
0x44, 0x61, 0x74, 0x61, 0x52, 0x0b, 0x61, 0x75, 0x74, 0x68, 0x4b, 0x65, 0x79, 0x44, 0x61, 0x74,
|
|
|
|
0x61, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x49, 0x44, 0x18,
|
|
|
|
0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x49,
|
|
|
|
0x44, 0x22, 0x2b, 0x0a, 0x11, 0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x65, 0x4d,
|
|
|
|
0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x6f, 0x6f, 0x72, 0x64, 0x31,
|
|
|
|
0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x63, 0x6f, 0x6f, 0x72, 0x64, 0x31, 0x22, 0x55,
|
|
|
|
0x0a, 0x0b, 0x41, 0x75, 0x74, 0x68, 0x4b, 0x65, 0x79, 0x44, 0x61, 0x74, 0x61, 0x12, 0x2a, 0x0a,
|
|
|
|
0x10, 0x74, 0x61, 0x63, 0x68, 0x79, 0x6f, 0x6e, 0x41, 0x75, 0x74, 0x68, 0x54, 0x6f, 0x6b, 0x65,
|
|
|
|
0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x10, 0x74, 0x61, 0x63, 0x68, 0x79, 0x6f, 0x6e,
|
|
|
|
0x41, 0x75, 0x74, 0x68, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x76, 0x61, 0x6c,
|
|
|
|
0x69, 0x64, 0x46, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x76, 0x61, 0x6c,
|
|
|
|
0x69, 0x64, 0x46, 0x6f, 0x72, 0x42, 0x0e, 0x5a, 0x0c, 0x2e, 0x2e, 0x2f, 0x2e, 0x2e, 0x2f, 0x62,
|
|
|
|
0x69, 0x6e, 0x61, 0x72, 0x79, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
2023-06-30 09:54:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
var (
|
|
|
|
file_responses_proto_rawDescOnce sync.Once
|
|
|
|
file_responses_proto_rawDescData = file_responses_proto_rawDesc
|
|
|
|
)
|
|
|
|
|
|
|
|
func file_responses_proto_rawDescGZIP() []byte {
|
|
|
|
file_responses_proto_rawDescOnce.Do(func() {
|
|
|
|
file_responses_proto_rawDescData = protoimpl.X.CompressGZIP(file_responses_proto_rawDescData)
|
|
|
|
})
|
|
|
|
return file_responses_proto_rawDescData
|
|
|
|
}
|
|
|
|
|
2023-07-15 23:11:25 +00:00
|
|
|
var file_responses_proto_msgTypes = make([]protoimpl.MessageInfo, 19)
|
2023-06-30 09:54:08 +00:00
|
|
|
var file_responses_proto_goTypes = []interface{}{
|
2023-07-09 17:35:29 +00:00
|
|
|
(*ParticipantThumbnail)(nil), // 0: responses.ParticipantThumbnail
|
|
|
|
(*Thumbnail)(nil), // 1: responses.Thumbnail
|
|
|
|
(*ThumbnailData)(nil), // 2: responses.ThumbnailData
|
|
|
|
(*RegisterRefreshResponse)(nil), // 3: responses.RegisterRefreshResponse
|
2023-07-15 23:11:25 +00:00
|
|
|
(*RevokeRelayPairingResponse)(nil), // 4: responses.RevokeRelayPairingResponse
|
|
|
|
(*RefreshAuthData)(nil), // 5: responses.RefreshAuthData
|
|
|
|
(*FetchMessagesResponse)(nil), // 6: responses.FetchMessagesResponse
|
|
|
|
(*DeleteMessageResponse)(nil), // 7: responses.DeleteMessageResponse
|
|
|
|
(*UpdateConversationResponse)(nil), // 8: responses.UpdateConversationResponse
|
|
|
|
(*GetConversationTypeResponse)(nil), // 9: responses.GetConversationTypeResponse
|
|
|
|
(*NotifyDittoActivityResponse)(nil), // 10: responses.NotifyDittoActivityResponse
|
|
|
|
(*IsBugleDefaultResponse)(nil), // 11: responses.IsBugleDefaultResponse
|
|
|
|
(*GetUpdatesResponse)(nil), // 12: responses.GetUpdatesResponse
|
|
|
|
(*SendMessageResponse)(nil), // 13: responses.SendMessageResponse
|
|
|
|
(*RefreshPhoneRelayResponse)(nil), // 14: responses.RefreshPhoneRelayResponse
|
|
|
|
(*WebEncryptionKeyResponse)(nil), // 15: responses.WebEncryptionKeyResponse
|
|
|
|
(*RegisterPhoneRelayResponse)(nil), // 16: responses.RegisterPhoneRelayResponse
|
|
|
|
(*CoordinateMessage)(nil), // 17: responses.CoordinateMessage
|
|
|
|
(*AuthKeyData)(nil), // 18: responses.AuthKeyData
|
|
|
|
(*Pixels)(nil), // 19: conversations.Pixels
|
|
|
|
(*Message)(nil), // 20: conversations.Message
|
|
|
|
(*Cursor)(nil), // 21: conversations.Cursor
|
|
|
|
(*UserAlertEvent)(nil), // 22: events.UserAlertEvent
|
|
|
|
(*Device)(nil), // 23: messages.Device
|
2023-06-30 09:54:08 +00:00
|
|
|
}
|
|
|
|
var file_responses_proto_depIdxs = []int32{
|
2023-07-09 17:35:29 +00:00
|
|
|
1, // 0: responses.ParticipantThumbnail.thumbnail:type_name -> responses.Thumbnail
|
|
|
|
2, // 1: responses.Thumbnail.data:type_name -> responses.ThumbnailData
|
2023-07-15 23:11:25 +00:00
|
|
|
19, // 2: responses.ThumbnailData.pixels:type_name -> conversations.Pixels
|
|
|
|
5, // 3: responses.RegisterRefreshResponse.tokenData:type_name -> responses.RefreshAuthData
|
|
|
|
20, // 4: responses.FetchMessagesResponse.messages:type_name -> conversations.Message
|
|
|
|
21, // 5: responses.FetchMessagesResponse.cursor:type_name -> conversations.Cursor
|
|
|
|
22, // 6: responses.GetUpdatesResponse.data:type_name -> events.UserAlertEvent
|
|
|
|
17, // 7: responses.RefreshPhoneRelayResponse.coordinates:type_name -> responses.CoordinateMessage
|
|
|
|
17, // 8: responses.WebEncryptionKeyResponse.coordinates:type_name -> responses.CoordinateMessage
|
|
|
|
17, // 9: responses.RegisterPhoneRelayResponse.coordinates:type_name -> responses.CoordinateMessage
|
|
|
|
23, // 10: responses.RegisterPhoneRelayResponse.browser:type_name -> messages.Device
|
|
|
|
18, // 11: responses.RegisterPhoneRelayResponse.authKeyData:type_name -> responses.AuthKeyData
|
2023-07-09 17:35:29 +00:00
|
|
|
12, // [12:12] is the sub-list for method output_type
|
|
|
|
12, // [12:12] is the sub-list for method input_type
|
|
|
|
12, // [12:12] is the sub-list for extension type_name
|
|
|
|
12, // [12:12] is the sub-list for extension extendee
|
|
|
|
0, // [0:12] is the sub-list for field type_name
|
2023-06-30 09:54:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func init() { file_responses_proto_init() }
|
|
|
|
func file_responses_proto_init() {
|
|
|
|
if File_responses_proto != nil {
|
|
|
|
return
|
|
|
|
}
|
2023-07-09 11:16:52 +00:00
|
|
|
file_events_proto_init()
|
|
|
|
file_messages_proto_init()
|
2023-06-30 09:54:08 +00:00
|
|
|
file_conversations_proto_init()
|
|
|
|
if !protoimpl.UnsafeEnabled {
|
|
|
|
file_responses_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
2023-07-09 17:35:29 +00:00
|
|
|
switch v := v.(*ParticipantThumbnail); i {
|
2023-06-30 09:54:08 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_responses_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
2023-07-09 17:35:29 +00:00
|
|
|
switch v := v.(*Thumbnail); i {
|
2023-06-30 09:54:08 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_responses_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
2023-07-09 17:35:29 +00:00
|
|
|
switch v := v.(*ThumbnailData); i {
|
2023-07-09 11:16:52 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_responses_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
2023-07-09 17:35:29 +00:00
|
|
|
switch v := v.(*RegisterRefreshResponse); i {
|
2023-07-09 11:16:52 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_responses_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
2023-07-15 23:11:25 +00:00
|
|
|
switch v := v.(*RevokeRelayPairingResponse); i {
|
2023-07-09 11:16:52 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_responses_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
2023-07-15 23:11:25 +00:00
|
|
|
switch v := v.(*RefreshAuthData); i {
|
2023-07-09 11:16:52 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_responses_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
2023-07-15 23:11:25 +00:00
|
|
|
switch v := v.(*FetchMessagesResponse); i {
|
2023-07-09 11:16:52 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_responses_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
2023-07-15 23:11:25 +00:00
|
|
|
switch v := v.(*DeleteMessageResponse); i {
|
2023-07-09 11:16:52 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_responses_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
2023-07-15 23:11:25 +00:00
|
|
|
switch v := v.(*UpdateConversationResponse); i {
|
2023-07-09 11:16:52 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_responses_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
2023-07-15 23:11:25 +00:00
|
|
|
switch v := v.(*GetConversationTypeResponse); i {
|
2023-06-30 09:54:08 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
2023-07-09 11:16:52 +00:00
|
|
|
file_responses_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
2023-07-15 23:11:25 +00:00
|
|
|
switch v := v.(*NotifyDittoActivityResponse); i {
|
2023-07-09 11:16:52 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_responses_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
2023-07-15 23:11:25 +00:00
|
|
|
switch v := v.(*IsBugleDefaultResponse); i {
|
2023-07-09 11:16:52 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_responses_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
2023-07-15 23:11:25 +00:00
|
|
|
switch v := v.(*GetUpdatesResponse); i {
|
2023-07-09 11:16:52 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_responses_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
2023-07-15 23:11:25 +00:00
|
|
|
switch v := v.(*SendMessageResponse); i {
|
2023-07-09 11:16:52 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_responses_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
2023-07-15 23:11:25 +00:00
|
|
|
switch v := v.(*RefreshPhoneRelayResponse); i {
|
2023-07-09 17:35:29 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_responses_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
2023-07-15 23:11:25 +00:00
|
|
|
switch v := v.(*WebEncryptionKeyResponse); i {
|
2023-07-09 17:35:29 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_responses_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
|
2023-07-15 23:11:25 +00:00
|
|
|
switch v := v.(*RegisterPhoneRelayResponse); i {
|
2023-07-09 17:35:29 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_responses_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
|
2023-07-15 23:11:25 +00:00
|
|
|
switch v := v.(*CoordinateMessage); i {
|
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_responses_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
|
2023-07-09 11:16:52 +00:00
|
|
|
switch v := v.(*AuthKeyData); i {
|
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
2023-06-30 09:54:08 +00:00
|
|
|
}
|
|
|
|
type x struct{}
|
|
|
|
out := protoimpl.TypeBuilder{
|
|
|
|
File: protoimpl.DescBuilder{
|
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
|
RawDescriptor: file_responses_proto_rawDesc,
|
2023-07-09 17:35:29 +00:00
|
|
|
NumEnums: 0,
|
2023-07-15 23:11:25 +00:00
|
|
|
NumMessages: 19,
|
2023-06-30 09:54:08 +00:00
|
|
|
NumExtensions: 0,
|
|
|
|
NumServices: 0,
|
|
|
|
},
|
|
|
|
GoTypes: file_responses_proto_goTypes,
|
|
|
|
DependencyIndexes: file_responses_proto_depIdxs,
|
|
|
|
MessageInfos: file_responses_proto_msgTypes,
|
|
|
|
}.Build()
|
|
|
|
File_responses_proto = out.File
|
|
|
|
file_responses_proto_rawDesc = nil
|
|
|
|
file_responses_proto_goTypes = nil
|
|
|
|
file_responses_proto_depIdxs = nil
|
|
|
|
}
|