cmd0x346

package
v0.0.0-...-b4be506 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2021 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_cmd0x346_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ApplyCleanTrafficRsp

type ApplyCleanTrafficRsp struct {
	RetCode int32  `protobuf:"varint,10,opt,name=retCode,proto3" json:"retCode,omitempty"`
	RetMsg  string `protobuf:"bytes,20,opt,name=retMsg,proto3" json:"retMsg,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyCleanTrafficRsp) Descriptor deprecated

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

Deprecated: Use ApplyCleanTrafficRsp.ProtoReflect.Descriptor instead.

func (*ApplyCleanTrafficRsp) GetRetCode

func (x *ApplyCleanTrafficRsp) GetRetCode() int32

func (*ApplyCleanTrafficRsp) GetRetMsg

func (x *ApplyCleanTrafficRsp) GetRetMsg() string

func (*ApplyCleanTrafficRsp) ProtoMessage

func (*ApplyCleanTrafficRsp) ProtoMessage()

func (*ApplyCleanTrafficRsp) ProtoReflect

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

func (*ApplyCleanTrafficRsp) Reset

func (x *ApplyCleanTrafficRsp) Reset()

func (*ApplyCleanTrafficRsp) String

func (x *ApplyCleanTrafficRsp) String() string

type ApplyCopyFromReq

type ApplyCopyFromReq struct {
	SrcUin          int64  `protobuf:"varint,10,opt,name=srcUin,proto3" json:"srcUin,omitempty"`
	SrcGroup        int64  `protobuf:"varint,20,opt,name=srcGroup,proto3" json:"srcGroup,omitempty"`
	SrcSvcid        int32  `protobuf:"varint,30,opt,name=srcSvcid,proto3" json:"srcSvcid,omitempty"`
	SrcParentfolder []byte `protobuf:"bytes,40,opt,name=srcParentfolder,proto3" json:"srcParentfolder,omitempty"`
	SrcUuid         []byte `protobuf:"bytes,50,opt,name=srcUuid,proto3" json:"srcUuid,omitempty"`
	FileMd5         []byte `protobuf:"bytes,60,opt,name=fileMd5,proto3" json:"fileMd5,omitempty"`
	DstUin          int64  `protobuf:"varint,70,opt,name=dstUin,proto3" json:"dstUin,omitempty"`
	FileSize        int64  `protobuf:"varint,80,opt,name=fileSize,proto3" json:"fileSize,omitempty"`
	FileName        string `protobuf:"bytes,90,opt,name=fileName,proto3" json:"fileName,omitempty"`
	DangerLevel     int32  `protobuf:"varint,100,opt,name=dangerLevel,proto3" json:"dangerLevel,omitempty"`
	TotalSpace      int64  `protobuf:"varint,110,opt,name=totalSpace,proto3" json:"totalSpace,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyCopyFromReq) Descriptor deprecated

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

Deprecated: Use ApplyCopyFromReq.ProtoReflect.Descriptor instead.

func (*ApplyCopyFromReq) GetDangerLevel

func (x *ApplyCopyFromReq) GetDangerLevel() int32

func (*ApplyCopyFromReq) GetDstUin

func (x *ApplyCopyFromReq) GetDstUin() int64

func (*ApplyCopyFromReq) GetFileMd5

func (x *ApplyCopyFromReq) GetFileMd5() []byte

func (*ApplyCopyFromReq) GetFileName

func (x *ApplyCopyFromReq) GetFileName() string

func (*ApplyCopyFromReq) GetFileSize

func (x *ApplyCopyFromReq) GetFileSize() int64

func (*ApplyCopyFromReq) GetSrcGroup

func (x *ApplyCopyFromReq) GetSrcGroup() int64

func (*ApplyCopyFromReq) GetSrcParentfolder

func (x *ApplyCopyFromReq) GetSrcParentfolder() []byte

func (*ApplyCopyFromReq) GetSrcSvcid

func (x *ApplyCopyFromReq) GetSrcSvcid() int32

func (*ApplyCopyFromReq) GetSrcUin

func (x *ApplyCopyFromReq) GetSrcUin() int64

func (*ApplyCopyFromReq) GetSrcUuid

func (x *ApplyCopyFromReq) GetSrcUuid() []byte

func (*ApplyCopyFromReq) GetTotalSpace

func (x *ApplyCopyFromReq) GetTotalSpace() int64

func (*ApplyCopyFromReq) ProtoMessage

func (*ApplyCopyFromReq) ProtoMessage()

func (*ApplyCopyFromReq) ProtoReflect

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

func (*ApplyCopyFromReq) Reset

func (x *ApplyCopyFromReq) Reset()

func (*ApplyCopyFromReq) String

func (x *ApplyCopyFromReq) String() string

type ApplyCopyFromRsp

type ApplyCopyFromRsp struct {
	RetCode    int32  `protobuf:"varint,10,opt,name=retCode,proto3" json:"retCode,omitempty"`
	RetMsg     string `protobuf:"bytes,20,opt,name=retMsg,proto3" json:"retMsg,omitempty"`
	Uuid       []byte `protobuf:"bytes,30,opt,name=uuid,proto3" json:"uuid,omitempty"`
	TotalSpace int64  `protobuf:"varint,40,opt,name=totalSpace,proto3" json:"totalSpace,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyCopyFromRsp) Descriptor deprecated

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

Deprecated: Use ApplyCopyFromRsp.ProtoReflect.Descriptor instead.

func (*ApplyCopyFromRsp) GetRetCode

func (x *ApplyCopyFromRsp) GetRetCode() int32

func (*ApplyCopyFromRsp) GetRetMsg

func (x *ApplyCopyFromRsp) GetRetMsg() string

func (*ApplyCopyFromRsp) GetTotalSpace

func (x *ApplyCopyFromRsp) GetTotalSpace() int64

func (*ApplyCopyFromRsp) GetUuid

func (x *ApplyCopyFromRsp) GetUuid() []byte

func (*ApplyCopyFromRsp) ProtoMessage

func (*ApplyCopyFromRsp) ProtoMessage()

func (*ApplyCopyFromRsp) ProtoReflect

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

func (*ApplyCopyFromRsp) Reset

func (x *ApplyCopyFromRsp) Reset()

func (*ApplyCopyFromRsp) String

func (x *ApplyCopyFromRsp) String() string

type ApplyCopyToReq

type ApplyCopyToReq struct {
	DstId         int64  `protobuf:"varint,10,opt,name=dstId,proto3" json:"dstId,omitempty"`
	DstUin        int64  `protobuf:"varint,20,opt,name=dstUin,proto3" json:"dstUin,omitempty"`
	DstSvcid      int32  `protobuf:"varint,30,opt,name=dstSvcid,proto3" json:"dstSvcid,omitempty"`
	SrcUin        int64  `protobuf:"varint,40,opt,name=srcUin,proto3" json:"srcUin,omitempty"`
	FileSize      int64  `protobuf:"varint,50,opt,name=fileSize,proto3" json:"fileSize,omitempty"`
	FileName      string `protobuf:"bytes,60,opt,name=fileName,proto3" json:"fileName,omitempty"`
	LocalFilepath string `protobuf:"bytes,70,opt,name=localFilepath,proto3" json:"localFilepath,omitempty"`
	Uuid          []byte `protobuf:"bytes,80,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyCopyToReq) Descriptor deprecated

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

Deprecated: Use ApplyCopyToReq.ProtoReflect.Descriptor instead.

func (*ApplyCopyToReq) GetDstId

func (x *ApplyCopyToReq) GetDstId() int64

func (*ApplyCopyToReq) GetDstSvcid

func (x *ApplyCopyToReq) GetDstSvcid() int32

func (*ApplyCopyToReq) GetDstUin

func (x *ApplyCopyToReq) GetDstUin() int64

func (*ApplyCopyToReq) GetFileName

func (x *ApplyCopyToReq) GetFileName() string

func (*ApplyCopyToReq) GetFileSize

func (x *ApplyCopyToReq) GetFileSize() int64

func (*ApplyCopyToReq) GetLocalFilepath

func (x *ApplyCopyToReq) GetLocalFilepath() string

func (*ApplyCopyToReq) GetSrcUin

func (x *ApplyCopyToReq) GetSrcUin() int64

func (*ApplyCopyToReq) GetUuid

func (x *ApplyCopyToReq) GetUuid() []byte

func (*ApplyCopyToReq) ProtoMessage

func (*ApplyCopyToReq) ProtoMessage()

func (*ApplyCopyToReq) ProtoReflect

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

func (*ApplyCopyToReq) Reset

func (x *ApplyCopyToReq) Reset()

func (*ApplyCopyToReq) String

func (x *ApplyCopyToReq) String() string

type ApplyCopyToRsp

type ApplyCopyToRsp struct {
	RetCode int32  `protobuf:"varint,10,opt,name=retCode,proto3" json:"retCode,omitempty"`
	RetMsg  string `protobuf:"bytes,20,opt,name=retMsg,proto3" json:"retMsg,omitempty"`
	FileKey string `protobuf:"bytes,30,opt,name=fileKey,proto3" json:"fileKey,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyCopyToRsp) Descriptor deprecated

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

Deprecated: Use ApplyCopyToRsp.ProtoReflect.Descriptor instead.

func (*ApplyCopyToRsp) GetFileKey

func (x *ApplyCopyToRsp) GetFileKey() string

func (*ApplyCopyToRsp) GetRetCode

func (x *ApplyCopyToRsp) GetRetCode() int32

func (*ApplyCopyToRsp) GetRetMsg

func (x *ApplyCopyToRsp) GetRetMsg() string

func (*ApplyCopyToRsp) ProtoMessage

func (*ApplyCopyToRsp) ProtoMessage()

func (*ApplyCopyToRsp) ProtoReflect

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

func (*ApplyCopyToRsp) Reset

func (x *ApplyCopyToRsp) Reset()

func (*ApplyCopyToRsp) String

func (x *ApplyCopyToRsp) String() string

type ApplyDownloadAbsReq

type ApplyDownloadAbsReq struct {
	Uin  int64  `protobuf:"varint,10,opt,name=uin,proto3" json:"uin,omitempty"`
	Uuid []byte `protobuf:"bytes,20,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyDownloadAbsReq) Descriptor deprecated

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

Deprecated: Use ApplyDownloadAbsReq.ProtoReflect.Descriptor instead.

func (*ApplyDownloadAbsReq) GetUin

func (x *ApplyDownloadAbsReq) GetUin() int64

func (*ApplyDownloadAbsReq) GetUuid

func (x *ApplyDownloadAbsReq) GetUuid() []byte

func (*ApplyDownloadAbsReq) ProtoMessage

func (*ApplyDownloadAbsReq) ProtoMessage()

func (*ApplyDownloadAbsReq) ProtoReflect

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

func (*ApplyDownloadAbsReq) Reset

func (x *ApplyDownloadAbsReq) Reset()

func (*ApplyDownloadAbsReq) String

func (x *ApplyDownloadAbsReq) String() string

type ApplyDownloadAbsRsp

type ApplyDownloadAbsRsp struct {
	RetCode      int32         `protobuf:"varint,10,opt,name=retCode,proto3" json:"retCode,omitempty"`
	RetMsg       string        `protobuf:"bytes,20,opt,name=retMsg,proto3" json:"retMsg,omitempty"`
	DownloadInfo *DownloadInfo `protobuf:"bytes,30,opt,name=downloadInfo,proto3" json:"downloadInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyDownloadAbsRsp) Descriptor deprecated

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

Deprecated: Use ApplyDownloadAbsRsp.ProtoReflect.Descriptor instead.

func (*ApplyDownloadAbsRsp) GetDownloadInfo

func (x *ApplyDownloadAbsRsp) GetDownloadInfo() *DownloadInfo

func (*ApplyDownloadAbsRsp) GetRetCode

func (x *ApplyDownloadAbsRsp) GetRetCode() int32

func (*ApplyDownloadAbsRsp) GetRetMsg

func (x *ApplyDownloadAbsRsp) GetRetMsg() string

func (*ApplyDownloadAbsRsp) ProtoMessage

func (*ApplyDownloadAbsRsp) ProtoMessage()

func (*ApplyDownloadAbsRsp) ProtoReflect

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

func (*ApplyDownloadAbsRsp) Reset

func (x *ApplyDownloadAbsRsp) Reset()

func (*ApplyDownloadAbsRsp) String

func (x *ApplyDownloadAbsRsp) String() string

type ApplyDownloadReq

type ApplyDownloadReq struct {
	Uin       int64  `protobuf:"varint,10,opt,name=uin,proto3" json:"uin,omitempty"`
	Uuid      []byte `protobuf:"bytes,20,opt,name=uuid,proto3" json:"uuid,omitempty"`
	OwnerType int32  `protobuf:"varint,30,opt,name=ownerType,proto3" json:"ownerType,omitempty"`
	ExtIntype int32  `protobuf:"varint,500,opt,name=extIntype,proto3" json:"extIntype,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyDownloadReq) Descriptor deprecated

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

Deprecated: Use ApplyDownloadReq.ProtoReflect.Descriptor instead.

func (*ApplyDownloadReq) GetExtIntype

func (x *ApplyDownloadReq) GetExtIntype() int32

func (*ApplyDownloadReq) GetOwnerType

func (x *ApplyDownloadReq) GetOwnerType() int32

func (*ApplyDownloadReq) GetUin

func (x *ApplyDownloadReq) GetUin() int64

func (*ApplyDownloadReq) GetUuid

func (x *ApplyDownloadReq) GetUuid() []byte

func (*ApplyDownloadReq) ProtoMessage

func (*ApplyDownloadReq) ProtoMessage()

func (*ApplyDownloadReq) ProtoReflect

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

func (*ApplyDownloadReq) Reset

func (x *ApplyDownloadReq) Reset()

func (*ApplyDownloadReq) String

func (x *ApplyDownloadReq) String() string

type ApplyDownloadRsp

type ApplyDownloadRsp struct {
	RetCode      int32         `protobuf:"varint,10,opt,name=retCode,proto3" json:"retCode,omitempty"`
	RetMsg       string        `protobuf:"bytes,20,opt,name=retMsg,proto3" json:"retMsg,omitempty"`
	DownloadInfo *DownloadInfo `protobuf:"bytes,30,opt,name=downloadInfo,proto3" json:"downloadInfo,omitempty"`
	FileInfo     *FileInfo     `protobuf:"bytes,40,opt,name=fileInfo,proto3" json:"fileInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyDownloadRsp) Descriptor deprecated

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

Deprecated: Use ApplyDownloadRsp.ProtoReflect.Descriptor instead.

func (*ApplyDownloadRsp) GetDownloadInfo

func (x *ApplyDownloadRsp) GetDownloadInfo() *DownloadInfo

func (*ApplyDownloadRsp) GetFileInfo

func (x *ApplyDownloadRsp) GetFileInfo() *FileInfo

func (*ApplyDownloadRsp) GetRetCode

func (x *ApplyDownloadRsp) GetRetCode() int32

func (*ApplyDownloadRsp) GetRetMsg

func (x *ApplyDownloadRsp) GetRetMsg() string

func (*ApplyDownloadRsp) ProtoMessage

func (*ApplyDownloadRsp) ProtoMessage()

func (*ApplyDownloadRsp) ProtoReflect

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

func (*ApplyDownloadRsp) Reset

func (x *ApplyDownloadRsp) Reset()

func (*ApplyDownloadRsp) String

func (x *ApplyDownloadRsp) String() string

type ApplyForwardFileReq

type ApplyForwardFileReq struct {
	SenderUin   int64  `protobuf:"varint,10,opt,name=senderUin,proto3" json:"senderUin,omitempty"`
	RecverUin   int64  `protobuf:"varint,20,opt,name=recverUin,proto3" json:"recverUin,omitempty"`
	Uuid        []byte `protobuf:"bytes,30,opt,name=uuid,proto3" json:"uuid,omitempty"`
	DangerLevel int32  `protobuf:"varint,40,opt,name=dangerLevel,proto3" json:"dangerLevel,omitempty"`
	TotalSpace  int64  `protobuf:"varint,50,opt,name=totalSpace,proto3" json:"totalSpace,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyForwardFileReq) Descriptor deprecated

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

Deprecated: Use ApplyForwardFileReq.ProtoReflect.Descriptor instead.

func (*ApplyForwardFileReq) GetDangerLevel

func (x *ApplyForwardFileReq) GetDangerLevel() int32

func (*ApplyForwardFileReq) GetRecverUin

func (x *ApplyForwardFileReq) GetRecverUin() int64

func (*ApplyForwardFileReq) GetSenderUin

func (x *ApplyForwardFileReq) GetSenderUin() int64

func (*ApplyForwardFileReq) GetTotalSpace

func (x *ApplyForwardFileReq) GetTotalSpace() int64

func (*ApplyForwardFileReq) GetUuid

func (x *ApplyForwardFileReq) GetUuid() []byte

func (*ApplyForwardFileReq) ProtoMessage

func (*ApplyForwardFileReq) ProtoMessage()

func (*ApplyForwardFileReq) ProtoReflect

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

func (*ApplyForwardFileReq) Reset

func (x *ApplyForwardFileReq) Reset()

func (*ApplyForwardFileReq) String

func (x *ApplyForwardFileReq) String() string

type ApplyForwardFileRsp

type ApplyForwardFileRsp struct {
	RetCode    int32  `protobuf:"varint,10,opt,name=retCode,proto3" json:"retCode,omitempty"`
	RetMsg     string `protobuf:"bytes,20,opt,name=retMsg,proto3" json:"retMsg,omitempty"`
	TotalSpace int64  `protobuf:"varint,30,opt,name=totalSpace,proto3" json:"totalSpace,omitempty"`
	UsedSpace  int64  `protobuf:"varint,40,opt,name=usedSpace,proto3" json:"usedSpace,omitempty"`
	Uuid       []byte `protobuf:"bytes,50,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyForwardFileRsp) Descriptor deprecated

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

Deprecated: Use ApplyForwardFileRsp.ProtoReflect.Descriptor instead.

func (*ApplyForwardFileRsp) GetRetCode

func (x *ApplyForwardFileRsp) GetRetCode() int32

func (*ApplyForwardFileRsp) GetRetMsg

func (x *ApplyForwardFileRsp) GetRetMsg() string

func (*ApplyForwardFileRsp) GetTotalSpace

func (x *ApplyForwardFileRsp) GetTotalSpace() int64

func (*ApplyForwardFileRsp) GetUsedSpace

func (x *ApplyForwardFileRsp) GetUsedSpace() int64

func (*ApplyForwardFileRsp) GetUuid

func (x *ApplyForwardFileRsp) GetUuid() []byte

func (*ApplyForwardFileRsp) ProtoMessage

func (*ApplyForwardFileRsp) ProtoMessage()

func (*ApplyForwardFileRsp) ProtoReflect

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

func (*ApplyForwardFileRsp) Reset

func (x *ApplyForwardFileRsp) Reset()

func (*ApplyForwardFileRsp) String

func (x *ApplyForwardFileRsp) String() string

type ApplyGetTrafficReq

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

func (*ApplyGetTrafficReq) Descriptor deprecated

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

Deprecated: Use ApplyGetTrafficReq.ProtoReflect.Descriptor instead.

func (*ApplyGetTrafficReq) ProtoMessage

func (*ApplyGetTrafficReq) ProtoMessage()

func (*ApplyGetTrafficReq) ProtoReflect

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

func (*ApplyGetTrafficReq) Reset

func (x *ApplyGetTrafficReq) Reset()

func (*ApplyGetTrafficReq) String

func (x *ApplyGetTrafficReq) String() string

type ApplyGetTrafficRsp

type ApplyGetTrafficRsp struct {
	RetCode     int32  `protobuf:"varint,10,opt,name=retCode,proto3" json:"retCode,omitempty"`
	RetMsg      string `protobuf:"bytes,20,opt,name=retMsg,proto3" json:"retMsg,omitempty"`
	UseFileSize int64  `protobuf:"varint,30,opt,name=useFileSize,proto3" json:"useFileSize,omitempty"`
	UseFileNum  int32  `protobuf:"varint,40,opt,name=useFileNum,proto3" json:"useFileNum,omitempty"`
	AllFileSize int64  `protobuf:"varint,50,opt,name=allFileSize,proto3" json:"allFileSize,omitempty"`
	AllFileNum  int32  `protobuf:"varint,60,opt,name=allFileNum,proto3" json:"allFileNum,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyGetTrafficRsp) Descriptor deprecated

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

Deprecated: Use ApplyGetTrafficRsp.ProtoReflect.Descriptor instead.

func (*ApplyGetTrafficRsp) GetAllFileNum

func (x *ApplyGetTrafficRsp) GetAllFileNum() int32

func (*ApplyGetTrafficRsp) GetAllFileSize

func (x *ApplyGetTrafficRsp) GetAllFileSize() int64

func (*ApplyGetTrafficRsp) GetRetCode

func (x *ApplyGetTrafficRsp) GetRetCode() int32

func (*ApplyGetTrafficRsp) GetRetMsg

func (x *ApplyGetTrafficRsp) GetRetMsg() string

func (*ApplyGetTrafficRsp) GetUseFileNum

func (x *ApplyGetTrafficRsp) GetUseFileNum() int32

func (*ApplyGetTrafficRsp) GetUseFileSize

func (x *ApplyGetTrafficRsp) GetUseFileSize() int64

func (*ApplyGetTrafficRsp) ProtoMessage

func (*ApplyGetTrafficRsp) ProtoMessage()

func (*ApplyGetTrafficRsp) ProtoReflect

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

func (*ApplyGetTrafficRsp) Reset

func (x *ApplyGetTrafficRsp) Reset()

func (*ApplyGetTrafficRsp) String

func (x *ApplyGetTrafficRsp) String() string

type ApplyListDownloadReq

type ApplyListDownloadReq struct {
	Uin        int64 `protobuf:"varint,10,opt,name=uin,proto3" json:"uin,omitempty"`
	BeginIndex int32 `protobuf:"varint,20,opt,name=beginIndex,proto3" json:"beginIndex,omitempty"`
	ReqCount   int32 `protobuf:"varint,30,opt,name=reqCount,proto3" json:"reqCount,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyListDownloadReq) Descriptor deprecated

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

Deprecated: Use ApplyListDownloadReq.ProtoReflect.Descriptor instead.

func (*ApplyListDownloadReq) GetBeginIndex

func (x *ApplyListDownloadReq) GetBeginIndex() int32

func (*ApplyListDownloadReq) GetReqCount

func (x *ApplyListDownloadReq) GetReqCount() int32

func (*ApplyListDownloadReq) GetUin

func (x *ApplyListDownloadReq) GetUin() int64

func (*ApplyListDownloadReq) ProtoMessage

func (*ApplyListDownloadReq) ProtoMessage()

func (*ApplyListDownloadReq) ProtoReflect

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

func (*ApplyListDownloadReq) Reset

func (x *ApplyListDownloadReq) Reset()

func (*ApplyListDownloadReq) String

func (x *ApplyListDownloadReq) String() string

type ApplyListDownloadRsp

type ApplyListDownloadRsp struct {
	RetCode    int32       `protobuf:"varint,10,opt,name=retCode,proto3" json:"retCode,omitempty"`
	RetMsg     string      `protobuf:"bytes,20,opt,name=retMsg,proto3" json:"retMsg,omitempty"`
	TotalCount int32       `protobuf:"varint,30,opt,name=totalCount,proto3" json:"totalCount,omitempty"`
	BeginIndex int32       `protobuf:"varint,40,opt,name=beginIndex,proto3" json:"beginIndex,omitempty"`
	RspCount   int32       `protobuf:"varint,50,opt,name=rspCount,proto3" json:"rspCount,omitempty"`
	IsEnd      int32       `protobuf:"varint,60,opt,name=isEnd,proto3" json:"isEnd,omitempty"`
	FileList   []*FileInfo `protobuf:"bytes,70,rep,name=fileList,proto3" json:"fileList,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyListDownloadRsp) Descriptor deprecated

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

Deprecated: Use ApplyListDownloadRsp.ProtoReflect.Descriptor instead.

func (*ApplyListDownloadRsp) GetBeginIndex

func (x *ApplyListDownloadRsp) GetBeginIndex() int32

func (*ApplyListDownloadRsp) GetFileList

func (x *ApplyListDownloadRsp) GetFileList() []*FileInfo

func (*ApplyListDownloadRsp) GetIsEnd

func (x *ApplyListDownloadRsp) GetIsEnd() int32

func (*ApplyListDownloadRsp) GetRetCode

func (x *ApplyListDownloadRsp) GetRetCode() int32

func (*ApplyListDownloadRsp) GetRetMsg

func (x *ApplyListDownloadRsp) GetRetMsg() string

func (*ApplyListDownloadRsp) GetRspCount

func (x *ApplyListDownloadRsp) GetRspCount() int32

func (*ApplyListDownloadRsp) GetTotalCount

func (x *ApplyListDownloadRsp) GetTotalCount() int32

func (*ApplyListDownloadRsp) ProtoMessage

func (*ApplyListDownloadRsp) ProtoMessage()

func (*ApplyListDownloadRsp) ProtoReflect

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

func (*ApplyListDownloadRsp) Reset

func (x *ApplyListDownloadRsp) Reset()

func (*ApplyListDownloadRsp) String

func (x *ApplyListDownloadRsp) String() string

type ApplyUploadHitReq

type ApplyUploadHitReq struct {
	SenderUin     int64  `protobuf:"varint,10,opt,name=senderUin,proto3" json:"senderUin,omitempty"`
	RecverUin     int64  `protobuf:"varint,20,opt,name=recverUin,proto3" json:"recverUin,omitempty"`
	FileSize      int64  `protobuf:"varint,30,opt,name=fileSize,proto3" json:"fileSize,omitempty"`
	FileName      string `protobuf:"bytes,40,opt,name=fileName,proto3" json:"fileName,omitempty"`
	Bytes_10MMd5  []byte `protobuf:"bytes,50,opt,name=bytes_10mMd5,json=bytes10mMd5,proto3" json:"bytes_10mMd5,omitempty"`
	LocalFilepath string `protobuf:"bytes,60,opt,name=localFilepath,proto3" json:"localFilepath,omitempty"`
	DangerLevel   int32  `protobuf:"varint,70,opt,name=dangerLevel,proto3" json:"dangerLevel,omitempty"`
	TotalSpace    int64  `protobuf:"varint,80,opt,name=totalSpace,proto3" json:"totalSpace,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyUploadHitReq) Descriptor deprecated

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

Deprecated: Use ApplyUploadHitReq.ProtoReflect.Descriptor instead.

func (*ApplyUploadHitReq) GetBytes_10MMd5

func (x *ApplyUploadHitReq) GetBytes_10MMd5() []byte

func (*ApplyUploadHitReq) GetDangerLevel

func (x *ApplyUploadHitReq) GetDangerLevel() int32

func (*ApplyUploadHitReq) GetFileName

func (x *ApplyUploadHitReq) GetFileName() string

func (*ApplyUploadHitReq) GetFileSize

func (x *ApplyUploadHitReq) GetFileSize() int64

func (*ApplyUploadHitReq) GetLocalFilepath

func (x *ApplyUploadHitReq) GetLocalFilepath() string

func (*ApplyUploadHitReq) GetRecverUin

func (x *ApplyUploadHitReq) GetRecverUin() int64

func (*ApplyUploadHitReq) GetSenderUin

func (x *ApplyUploadHitReq) GetSenderUin() int64

func (*ApplyUploadHitReq) GetTotalSpace

func (x *ApplyUploadHitReq) GetTotalSpace() int64

func (*ApplyUploadHitReq) ProtoMessage

func (*ApplyUploadHitReq) ProtoMessage()

func (*ApplyUploadHitReq) ProtoReflect

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

func (*ApplyUploadHitReq) Reset

func (x *ApplyUploadHitReq) Reset()

func (*ApplyUploadHitReq) String

func (x *ApplyUploadHitReq) String() string

type ApplyUploadHitReqV2

type ApplyUploadHitReqV2 struct {
	SenderUin     int64  `protobuf:"varint,10,opt,name=senderUin,proto3" json:"senderUin,omitempty"`
	RecverUin     int64  `protobuf:"varint,20,opt,name=recverUin,proto3" json:"recverUin,omitempty"`
	FileSize      int64  `protobuf:"varint,30,opt,name=fileSize,proto3" json:"fileSize,omitempty"`
	FileName      string `protobuf:"bytes,40,opt,name=fileName,proto3" json:"fileName,omitempty"`
	Bytes_10MMd5  []byte `protobuf:"bytes,50,opt,name=bytes_10mMd5,json=bytes10mMd5,proto3" json:"bytes_10mMd5,omitempty"`
	Bytes_3Sha    []byte `protobuf:"bytes,60,opt,name=bytes_3sha,json=bytes3sha,proto3" json:"bytes_3sha,omitempty"`
	Sha           []byte `protobuf:"bytes,70,opt,name=sha,proto3" json:"sha,omitempty"`
	LocalFilepath string `protobuf:"bytes,80,opt,name=localFilepath,proto3" json:"localFilepath,omitempty"`
	DangerLevel   int32  `protobuf:"varint,90,opt,name=dangerLevel,proto3" json:"dangerLevel,omitempty"`
	TotalSpace    int64  `protobuf:"varint,100,opt,name=totalSpace,proto3" json:"totalSpace,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyUploadHitReqV2) Descriptor deprecated

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

Deprecated: Use ApplyUploadHitReqV2.ProtoReflect.Descriptor instead.

func (*ApplyUploadHitReqV2) GetBytes_10MMd5

func (x *ApplyUploadHitReqV2) GetBytes_10MMd5() []byte

func (*ApplyUploadHitReqV2) GetBytes_3Sha

func (x *ApplyUploadHitReqV2) GetBytes_3Sha() []byte

func (*ApplyUploadHitReqV2) GetDangerLevel

func (x *ApplyUploadHitReqV2) GetDangerLevel() int32

func (*ApplyUploadHitReqV2) GetFileName

func (x *ApplyUploadHitReqV2) GetFileName() string

func (*ApplyUploadHitReqV2) GetFileSize

func (x *ApplyUploadHitReqV2) GetFileSize() int64

func (*ApplyUploadHitReqV2) GetLocalFilepath

func (x *ApplyUploadHitReqV2) GetLocalFilepath() string

func (*ApplyUploadHitReqV2) GetRecverUin

func (x *ApplyUploadHitReqV2) GetRecverUin() int64

func (*ApplyUploadHitReqV2) GetSenderUin

func (x *ApplyUploadHitReqV2) GetSenderUin() int64

func (*ApplyUploadHitReqV2) GetSha

func (x *ApplyUploadHitReqV2) GetSha() []byte

func (*ApplyUploadHitReqV2) GetTotalSpace

func (x *ApplyUploadHitReqV2) GetTotalSpace() int64

func (*ApplyUploadHitReqV2) ProtoMessage

func (*ApplyUploadHitReqV2) ProtoMessage()

func (*ApplyUploadHitReqV2) ProtoReflect

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

func (*ApplyUploadHitReqV2) Reset

func (x *ApplyUploadHitReqV2) Reset()

func (*ApplyUploadHitReqV2) String

func (x *ApplyUploadHitReqV2) String() string

type ApplyUploadHitReqV3

type ApplyUploadHitReqV3 struct {
	SenderUin     int64  `protobuf:"varint,10,opt,name=senderUin,proto3" json:"senderUin,omitempty"`
	RecverUin     int64  `protobuf:"varint,20,opt,name=recverUin,proto3" json:"recverUin,omitempty"`
	FileSize      int64  `protobuf:"varint,30,opt,name=fileSize,proto3" json:"fileSize,omitempty"`
	FileName      string `protobuf:"bytes,40,opt,name=fileName,proto3" json:"fileName,omitempty"`
	Bytes_10MMd5  []byte `protobuf:"bytes,50,opt,name=bytes_10mMd5,json=bytes10mMd5,proto3" json:"bytes_10mMd5,omitempty"`
	Sha           []byte `protobuf:"bytes,60,opt,name=sha,proto3" json:"sha,omitempty"`
	LocalFilepath string `protobuf:"bytes,70,opt,name=localFilepath,proto3" json:"localFilepath,omitempty"`
	DangerLevel   int32  `protobuf:"varint,80,opt,name=dangerLevel,proto3" json:"dangerLevel,omitempty"`
	TotalSpace    int64  `protobuf:"varint,90,opt,name=totalSpace,proto3" json:"totalSpace,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyUploadHitReqV3) Descriptor deprecated

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

Deprecated: Use ApplyUploadHitReqV3.ProtoReflect.Descriptor instead.

func (*ApplyUploadHitReqV3) GetBytes_10MMd5

func (x *ApplyUploadHitReqV3) GetBytes_10MMd5() []byte

func (*ApplyUploadHitReqV3) GetDangerLevel

func (x *ApplyUploadHitReqV3) GetDangerLevel() int32

func (*ApplyUploadHitReqV3) GetFileName

func (x *ApplyUploadHitReqV3) GetFileName() string

func (*ApplyUploadHitReqV3) GetFileSize

func (x *ApplyUploadHitReqV3) GetFileSize() int64

func (*ApplyUploadHitReqV3) GetLocalFilepath

func (x *ApplyUploadHitReqV3) GetLocalFilepath() string

func (*ApplyUploadHitReqV3) GetRecverUin

func (x *ApplyUploadHitReqV3) GetRecverUin() int64

func (*ApplyUploadHitReqV3) GetSenderUin

func (x *ApplyUploadHitReqV3) GetSenderUin() int64

func (*ApplyUploadHitReqV3) GetSha

func (x *ApplyUploadHitReqV3) GetSha() []byte

func (*ApplyUploadHitReqV3) GetTotalSpace

func (x *ApplyUploadHitReqV3) GetTotalSpace() int64

func (*ApplyUploadHitReqV3) ProtoMessage

func (*ApplyUploadHitReqV3) ProtoMessage()

func (*ApplyUploadHitReqV3) ProtoReflect

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

func (*ApplyUploadHitReqV3) Reset

func (x *ApplyUploadHitReqV3) Reset()

func (*ApplyUploadHitReqV3) String

func (x *ApplyUploadHitReqV3) String() string

type ApplyUploadHitRsp

type ApplyUploadHitRsp struct {
	RetCode      int32  `protobuf:"varint,10,opt,name=retCode,proto3" json:"retCode,omitempty"`
	RetMsg       string `protobuf:"bytes,20,opt,name=retMsg,proto3" json:"retMsg,omitempty"`
	UploadIp     string `protobuf:"bytes,30,opt,name=uploadIp,proto3" json:"uploadIp,omitempty"`
	UploadPort   int32  `protobuf:"varint,40,opt,name=uploadPort,proto3" json:"uploadPort,omitempty"`
	UploadDomain string `protobuf:"bytes,50,opt,name=uploadDomain,proto3" json:"uploadDomain,omitempty"`
	Uuid         []byte `protobuf:"bytes,60,opt,name=uuid,proto3" json:"uuid,omitempty"`
	UploadKey    []byte `protobuf:"bytes,70,opt,name=uploadKey,proto3" json:"uploadKey,omitempty"`
	TotalSpace   int64  `protobuf:"varint,80,opt,name=totalSpace,proto3" json:"totalSpace,omitempty"`
	UsedSpace    int64  `protobuf:"varint,90,opt,name=usedSpace,proto3" json:"usedSpace,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyUploadHitRsp) Descriptor deprecated

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

Deprecated: Use ApplyUploadHitRsp.ProtoReflect.Descriptor instead.

func (*ApplyUploadHitRsp) GetRetCode

func (x *ApplyUploadHitRsp) GetRetCode() int32

func (*ApplyUploadHitRsp) GetRetMsg

func (x *ApplyUploadHitRsp) GetRetMsg() string

func (*ApplyUploadHitRsp) GetTotalSpace

func (x *ApplyUploadHitRsp) GetTotalSpace() int64

func (*ApplyUploadHitRsp) GetUploadDomain

func (x *ApplyUploadHitRsp) GetUploadDomain() string

func (*ApplyUploadHitRsp) GetUploadIp

func (x *ApplyUploadHitRsp) GetUploadIp() string

func (*ApplyUploadHitRsp) GetUploadKey

func (x *ApplyUploadHitRsp) GetUploadKey() []byte

func (*ApplyUploadHitRsp) GetUploadPort

func (x *ApplyUploadHitRsp) GetUploadPort() int32

func (*ApplyUploadHitRsp) GetUsedSpace

func (x *ApplyUploadHitRsp) GetUsedSpace() int64

func (*ApplyUploadHitRsp) GetUuid

func (x *ApplyUploadHitRsp) GetUuid() []byte

func (*ApplyUploadHitRsp) ProtoMessage

func (*ApplyUploadHitRsp) ProtoMessage()

func (*ApplyUploadHitRsp) ProtoReflect

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

func (*ApplyUploadHitRsp) Reset

func (x *ApplyUploadHitRsp) Reset()

func (*ApplyUploadHitRsp) String

func (x *ApplyUploadHitRsp) String() string

type ApplyUploadHitRspV2

type ApplyUploadHitRspV2 struct {
	RetCode      int32  `protobuf:"varint,10,opt,name=retCode,proto3" json:"retCode,omitempty"`
	RetMsg       string `protobuf:"bytes,20,opt,name=retMsg,proto3" json:"retMsg,omitempty"`
	UploadIp     string `protobuf:"bytes,30,opt,name=uploadIp,proto3" json:"uploadIp,omitempty"`
	UploadPort   int32  `protobuf:"varint,40,opt,name=uploadPort,proto3" json:"uploadPort,omitempty"`
	UploadDomain string `protobuf:"bytes,50,opt,name=uploadDomain,proto3" json:"uploadDomain,omitempty"`
	Uuid         []byte `protobuf:"bytes,60,opt,name=uuid,proto3" json:"uuid,omitempty"`
	UploadKey    []byte `protobuf:"bytes,70,opt,name=uploadKey,proto3" json:"uploadKey,omitempty"`
	TotalSpace   int64  `protobuf:"varint,80,opt,name=totalSpace,proto3" json:"totalSpace,omitempty"`
	UsedSpace    int64  `protobuf:"varint,90,opt,name=usedSpace,proto3" json:"usedSpace,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyUploadHitRspV2) Descriptor deprecated

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

Deprecated: Use ApplyUploadHitRspV2.ProtoReflect.Descriptor instead.

func (*ApplyUploadHitRspV2) GetRetCode

func (x *ApplyUploadHitRspV2) GetRetCode() int32

func (*ApplyUploadHitRspV2) GetRetMsg

func (x *ApplyUploadHitRspV2) GetRetMsg() string

func (*ApplyUploadHitRspV2) GetTotalSpace

func (x *ApplyUploadHitRspV2) GetTotalSpace() int64

func (*ApplyUploadHitRspV2) GetUploadDomain

func (x *ApplyUploadHitRspV2) GetUploadDomain() string

func (*ApplyUploadHitRspV2) GetUploadIp

func (x *ApplyUploadHitRspV2) GetUploadIp() string

func (*ApplyUploadHitRspV2) GetUploadKey

func (x *ApplyUploadHitRspV2) GetUploadKey() []byte

func (*ApplyUploadHitRspV2) GetUploadPort

func (x *ApplyUploadHitRspV2) GetUploadPort() int32

func (*ApplyUploadHitRspV2) GetUsedSpace

func (x *ApplyUploadHitRspV2) GetUsedSpace() int64

func (*ApplyUploadHitRspV2) GetUuid

func (x *ApplyUploadHitRspV2) GetUuid() []byte

func (*ApplyUploadHitRspV2) ProtoMessage

func (*ApplyUploadHitRspV2) ProtoMessage()

func (*ApplyUploadHitRspV2) ProtoReflect

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

func (*ApplyUploadHitRspV2) Reset

func (x *ApplyUploadHitRspV2) Reset()

func (*ApplyUploadHitRspV2) String

func (x *ApplyUploadHitRspV2) String() string

type ApplyUploadHitRspV3

type ApplyUploadHitRspV3 struct {
	RetCode      int32  `protobuf:"varint,10,opt,name=retCode,proto3" json:"retCode,omitempty"`
	RetMsg       string `protobuf:"bytes,20,opt,name=retMsg,proto3" json:"retMsg,omitempty"`
	UploadIp     string `protobuf:"bytes,30,opt,name=uploadIp,proto3" json:"uploadIp,omitempty"`
	UploadPort   int32  `protobuf:"varint,40,opt,name=uploadPort,proto3" json:"uploadPort,omitempty"`
	UploadDomain string `protobuf:"bytes,50,opt,name=uploadDomain,proto3" json:"uploadDomain,omitempty"`
	Uuid         []byte `protobuf:"bytes,60,opt,name=uuid,proto3" json:"uuid,omitempty"`
	UploadKey    []byte `protobuf:"bytes,70,opt,name=uploadKey,proto3" json:"uploadKey,omitempty"`
	TotalSpace   int64  `protobuf:"varint,80,opt,name=totalSpace,proto3" json:"totalSpace,omitempty"`
	UsedSpace    int64  `protobuf:"varint,90,opt,name=usedSpace,proto3" json:"usedSpace,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyUploadHitRspV3) Descriptor deprecated

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

Deprecated: Use ApplyUploadHitRspV3.ProtoReflect.Descriptor instead.

func (*ApplyUploadHitRspV3) GetRetCode

func (x *ApplyUploadHitRspV3) GetRetCode() int32

func (*ApplyUploadHitRspV3) GetRetMsg

func (x *ApplyUploadHitRspV3) GetRetMsg() string

func (*ApplyUploadHitRspV3) GetTotalSpace

func (x *ApplyUploadHitRspV3) GetTotalSpace() int64

func (*ApplyUploadHitRspV3) GetUploadDomain

func (x *ApplyUploadHitRspV3) GetUploadDomain() string

func (*ApplyUploadHitRspV3) GetUploadIp

func (x *ApplyUploadHitRspV3) GetUploadIp() string

func (*ApplyUploadHitRspV3) GetUploadKey

func (x *ApplyUploadHitRspV3) GetUploadKey() []byte

func (*ApplyUploadHitRspV3) GetUploadPort

func (x *ApplyUploadHitRspV3) GetUploadPort() int32

func (*ApplyUploadHitRspV3) GetUsedSpace

func (x *ApplyUploadHitRspV3) GetUsedSpace() int64

func (*ApplyUploadHitRspV3) GetUuid

func (x *ApplyUploadHitRspV3) GetUuid() []byte

func (*ApplyUploadHitRspV3) ProtoMessage

func (*ApplyUploadHitRspV3) ProtoMessage()

func (*ApplyUploadHitRspV3) ProtoReflect

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

func (*ApplyUploadHitRspV3) Reset

func (x *ApplyUploadHitRspV3) Reset()

func (*ApplyUploadHitRspV3) String

func (x *ApplyUploadHitRspV3) String() string

type ApplyUploadReq

type ApplyUploadReq struct {
	SenderUin     int64  `protobuf:"varint,10,opt,name=senderUin,proto3" json:"senderUin,omitempty"`
	RecverUin     int64  `protobuf:"varint,20,opt,name=recverUin,proto3" json:"recverUin,omitempty"`
	FileType      int32  `protobuf:"varint,30,opt,name=fileType,proto3" json:"fileType,omitempty"`
	FileSize      int64  `protobuf:"varint,40,opt,name=fileSize,proto3" json:"fileSize,omitempty"`
	FileName      string `protobuf:"bytes,50,opt,name=fileName,proto3" json:"fileName,omitempty"`
	Bytes_10MMd5  []byte `protobuf:"bytes,60,opt,name=bytes_10mMd5,json=bytes10mMd5,proto3" json:"bytes_10mMd5,omitempty"`
	LocalFilepath string `protobuf:"bytes,70,opt,name=localFilepath,proto3" json:"localFilepath,omitempty"`
	DangerLevel   int32  `protobuf:"varint,80,opt,name=dangerLevel,proto3" json:"dangerLevel,omitempty"`
	TotalSpace    int64  `protobuf:"varint,90,opt,name=totalSpace,proto3" json:"totalSpace,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyUploadReq) Descriptor deprecated

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

Deprecated: Use ApplyUploadReq.ProtoReflect.Descriptor instead.

func (*ApplyUploadReq) GetBytes_10MMd5

func (x *ApplyUploadReq) GetBytes_10MMd5() []byte

func (*ApplyUploadReq) GetDangerLevel

func (x *ApplyUploadReq) GetDangerLevel() int32

func (*ApplyUploadReq) GetFileName

func (x *ApplyUploadReq) GetFileName() string

func (*ApplyUploadReq) GetFileSize

func (x *ApplyUploadReq) GetFileSize() int64

func (*ApplyUploadReq) GetFileType

func (x *ApplyUploadReq) GetFileType() int32

func (*ApplyUploadReq) GetLocalFilepath

func (x *ApplyUploadReq) GetLocalFilepath() string

func (*ApplyUploadReq) GetRecverUin

func (x *ApplyUploadReq) GetRecverUin() int64

func (*ApplyUploadReq) GetSenderUin

func (x *ApplyUploadReq) GetSenderUin() int64

func (*ApplyUploadReq) GetTotalSpace

func (x *ApplyUploadReq) GetTotalSpace() int64

func (*ApplyUploadReq) ProtoMessage

func (*ApplyUploadReq) ProtoMessage()

func (*ApplyUploadReq) ProtoReflect

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

func (*ApplyUploadReq) Reset

func (x *ApplyUploadReq) Reset()

func (*ApplyUploadReq) String

func (x *ApplyUploadReq) String() string

type ApplyUploadReqV2

type ApplyUploadReqV2 struct {
	SenderUin     int64  `protobuf:"varint,10,opt,name=senderUin,proto3" json:"senderUin,omitempty"`
	RecverUin     int64  `protobuf:"varint,20,opt,name=recverUin,proto3" json:"recverUin,omitempty"`
	FileSize      int64  `protobuf:"varint,30,opt,name=fileSize,proto3" json:"fileSize,omitempty"`
	FileName      string `protobuf:"bytes,40,opt,name=fileName,proto3" json:"fileName,omitempty"`
	Bytes_10MMd5  []byte `protobuf:"bytes,50,opt,name=bytes_10mMd5,json=bytes10mMd5,proto3" json:"bytes_10mMd5,omitempty"`
	Bytes_3Sha    []byte `protobuf:"bytes,60,opt,name=bytes_3sha,json=bytes3sha,proto3" json:"bytes_3sha,omitempty"`
	LocalFilepath string `protobuf:"bytes,70,opt,name=localFilepath,proto3" json:"localFilepath,omitempty"`
	DangerLevel   int32  `protobuf:"varint,80,opt,name=dangerLevel,proto3" json:"dangerLevel,omitempty"`
	TotalSpace    int64  `protobuf:"varint,90,opt,name=totalSpace,proto3" json:"totalSpace,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyUploadReqV2) Descriptor deprecated

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

Deprecated: Use ApplyUploadReqV2.ProtoReflect.Descriptor instead.

func (*ApplyUploadReqV2) GetBytes_10MMd5

func (x *ApplyUploadReqV2) GetBytes_10MMd5() []byte

func (*ApplyUploadReqV2) GetBytes_3Sha

func (x *ApplyUploadReqV2) GetBytes_3Sha() []byte

func (*ApplyUploadReqV2) GetDangerLevel

func (x *ApplyUploadReqV2) GetDangerLevel() int32

func (*ApplyUploadReqV2) GetFileName

func (x *ApplyUploadReqV2) GetFileName() string

func (*ApplyUploadReqV2) GetFileSize

func (x *ApplyUploadReqV2) GetFileSize() int64

func (*ApplyUploadReqV2) GetLocalFilepath

func (x *ApplyUploadReqV2) GetLocalFilepath() string

func (*ApplyUploadReqV2) GetRecverUin

func (x *ApplyUploadReqV2) GetRecverUin() int64

func (*ApplyUploadReqV2) GetSenderUin

func (x *ApplyUploadReqV2) GetSenderUin() int64

func (*ApplyUploadReqV2) GetTotalSpace

func (x *ApplyUploadReqV2) GetTotalSpace() int64

func (*ApplyUploadReqV2) ProtoMessage

func (*ApplyUploadReqV2) ProtoMessage()

func (*ApplyUploadReqV2) ProtoReflect

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

func (*ApplyUploadReqV2) Reset

func (x *ApplyUploadReqV2) Reset()

func (*ApplyUploadReqV2) String

func (x *ApplyUploadReqV2) String() string

type ApplyUploadReqV3

type ApplyUploadReqV3 struct {
	SenderUin     int64  `protobuf:"varint,10,opt,name=senderUin,proto3" json:"senderUin,omitempty"`
	RecverUin     int64  `protobuf:"varint,20,opt,name=recverUin,proto3" json:"recverUin,omitempty"`
	FileSize      int64  `protobuf:"varint,30,opt,name=fileSize,proto3" json:"fileSize,omitempty"`
	FileName      string `protobuf:"bytes,40,opt,name=fileName,proto3" json:"fileName,omitempty"`
	Bytes_10MMd5  []byte `protobuf:"bytes,50,opt,name=bytes_10mMd5,json=bytes10mMd5,proto3" json:"bytes_10mMd5,omitempty"`
	Sha           []byte `protobuf:"bytes,60,opt,name=sha,proto3" json:"sha,omitempty"`
	LocalFilepath string `protobuf:"bytes,70,opt,name=localFilepath,proto3" json:"localFilepath,omitempty"`
	DangerLevel   int32  `protobuf:"varint,80,opt,name=dangerLevel,proto3" json:"dangerLevel,omitempty"`
	TotalSpace    int64  `protobuf:"varint,90,opt,name=totalSpace,proto3" json:"totalSpace,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyUploadReqV3) Descriptor deprecated

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

Deprecated: Use ApplyUploadReqV3.ProtoReflect.Descriptor instead.

func (*ApplyUploadReqV3) GetBytes_10MMd5

func (x *ApplyUploadReqV3) GetBytes_10MMd5() []byte

func (*ApplyUploadReqV3) GetDangerLevel

func (x *ApplyUploadReqV3) GetDangerLevel() int32

func (*ApplyUploadReqV3) GetFileName

func (x *ApplyUploadReqV3) GetFileName() string

func (*ApplyUploadReqV3) GetFileSize

func (x *ApplyUploadReqV3) GetFileSize() int64

func (*ApplyUploadReqV3) GetLocalFilepath

func (x *ApplyUploadReqV3) GetLocalFilepath() string

func (*ApplyUploadReqV3) GetRecverUin

func (x *ApplyUploadReqV3) GetRecverUin() int64

func (*ApplyUploadReqV3) GetSenderUin

func (x *ApplyUploadReqV3) GetSenderUin() int64

func (*ApplyUploadReqV3) GetSha

func (x *ApplyUploadReqV3) GetSha() []byte

func (*ApplyUploadReqV3) GetTotalSpace

func (x *ApplyUploadReqV3) GetTotalSpace() int64

func (*ApplyUploadReqV3) ProtoMessage

func (*ApplyUploadReqV3) ProtoMessage()

func (*ApplyUploadReqV3) ProtoReflect

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

func (*ApplyUploadReqV3) Reset

func (x *ApplyUploadReqV3) Reset()

func (*ApplyUploadReqV3) String

func (x *ApplyUploadReqV3) String() string

type ApplyUploadRsp

type ApplyUploadRsp struct {
	RetCode       int32    `protobuf:"varint,10,opt,name=retCode,proto3" json:"retCode,omitempty"`
	RetMsg        string   `protobuf:"bytes,20,opt,name=retMsg,proto3" json:"retMsg,omitempty"`
	TotalSpace    int64    `protobuf:"varint,30,opt,name=totalSpace,proto3" json:"totalSpace,omitempty"`
	UsedSpace     int64    `protobuf:"varint,40,opt,name=usedSpace,proto3" json:"usedSpace,omitempty"`
	UploadedSize  int64    `protobuf:"varint,50,opt,name=uploadedSize,proto3" json:"uploadedSize,omitempty"`
	UploadIp      string   `protobuf:"bytes,60,opt,name=uploadIp,proto3" json:"uploadIp,omitempty"`
	UploadDomain  string   `protobuf:"bytes,70,opt,name=uploadDomain,proto3" json:"uploadDomain,omitempty"`
	UploadPort    int32    `protobuf:"varint,80,opt,name=uploadPort,proto3" json:"uploadPort,omitempty"`
	Uuid          []byte   `protobuf:"bytes,90,opt,name=uuid,proto3" json:"uuid,omitempty"`
	UploadKey     []byte   `protobuf:"bytes,100,opt,name=uploadKey,proto3" json:"uploadKey,omitempty"`
	BoolFileExist bool     `protobuf:"varint,110,opt,name=boolFileExist,proto3" json:"boolFileExist,omitempty"`
	PackSize      int32    `protobuf:"varint,120,opt,name=packSize,proto3" json:"packSize,omitempty"`
	UploadipList  []string `protobuf:"bytes,130,rep,name=uploadipList,proto3" json:"uploadipList,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyUploadRsp) Descriptor deprecated

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

Deprecated: Use ApplyUploadRsp.ProtoReflect.Descriptor instead.

func (*ApplyUploadRsp) GetBoolFileExist

func (x *ApplyUploadRsp) GetBoolFileExist() bool

func (*ApplyUploadRsp) GetPackSize

func (x *ApplyUploadRsp) GetPackSize() int32

func (*ApplyUploadRsp) GetRetCode

func (x *ApplyUploadRsp) GetRetCode() int32

func (*ApplyUploadRsp) GetRetMsg

func (x *ApplyUploadRsp) GetRetMsg() string

func (*ApplyUploadRsp) GetTotalSpace

func (x *ApplyUploadRsp) GetTotalSpace() int64

func (*ApplyUploadRsp) GetUploadDomain

func (x *ApplyUploadRsp) GetUploadDomain() string

func (*ApplyUploadRsp) GetUploadIp

func (x *ApplyUploadRsp) GetUploadIp() string

func (*ApplyUploadRsp) GetUploadKey

func (x *ApplyUploadRsp) GetUploadKey() []byte

func (*ApplyUploadRsp) GetUploadPort

func (x *ApplyUploadRsp) GetUploadPort() int32

func (*ApplyUploadRsp) GetUploadedSize

func (x *ApplyUploadRsp) GetUploadedSize() int64

func (*ApplyUploadRsp) GetUploadipList

func (x *ApplyUploadRsp) GetUploadipList() []string

func (*ApplyUploadRsp) GetUsedSpace

func (x *ApplyUploadRsp) GetUsedSpace() int64

func (*ApplyUploadRsp) GetUuid

func (x *ApplyUploadRsp) GetUuid() []byte

func (*ApplyUploadRsp) ProtoMessage

func (*ApplyUploadRsp) ProtoMessage()

func (*ApplyUploadRsp) ProtoReflect

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

func (*ApplyUploadRsp) Reset

func (x *ApplyUploadRsp) Reset()

func (*ApplyUploadRsp) String

func (x *ApplyUploadRsp) String() string

type ApplyUploadRspV2

type ApplyUploadRspV2 struct {
	RetCode       int32    `protobuf:"varint,10,opt,name=retCode,proto3" json:"retCode,omitempty"`
	RetMsg        string   `protobuf:"bytes,20,opt,name=retMsg,proto3" json:"retMsg,omitempty"`
	TotalSpace    int64    `protobuf:"varint,30,opt,name=totalSpace,proto3" json:"totalSpace,omitempty"`
	UsedSpace     int64    `protobuf:"varint,40,opt,name=usedSpace,proto3" json:"usedSpace,omitempty"`
	UploadedSize  int64    `protobuf:"varint,50,opt,name=uploadedSize,proto3" json:"uploadedSize,omitempty"`
	UploadIp      string   `protobuf:"bytes,60,opt,name=uploadIp,proto3" json:"uploadIp,omitempty"`
	UploadDomain  string   `protobuf:"bytes,70,opt,name=uploadDomain,proto3" json:"uploadDomain,omitempty"`
	UploadPort    int32    `protobuf:"varint,80,opt,name=uploadPort,proto3" json:"uploadPort,omitempty"`
	Uuid          []byte   `protobuf:"bytes,90,opt,name=uuid,proto3" json:"uuid,omitempty"`
	UploadKey     []byte   `protobuf:"bytes,100,opt,name=uploadKey,proto3" json:"uploadKey,omitempty"`
	BoolFileExist bool     `protobuf:"varint,110,opt,name=boolFileExist,proto3" json:"boolFileExist,omitempty"`
	PackSize      int32    `protobuf:"varint,120,opt,name=packSize,proto3" json:"packSize,omitempty"`
	UploadipList  []string `protobuf:"bytes,130,rep,name=uploadipList,proto3" json:"uploadipList,omitempty"`
	HttpsvrApiVer int32    `protobuf:"varint,140,opt,name=httpsvrApiVer,proto3" json:"httpsvrApiVer,omitempty"`
	Sha           []byte   `protobuf:"bytes,141,opt,name=sha,proto3" json:"sha,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyUploadRspV2) Descriptor deprecated

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

Deprecated: Use ApplyUploadRspV2.ProtoReflect.Descriptor instead.

func (*ApplyUploadRspV2) GetBoolFileExist

func (x *ApplyUploadRspV2) GetBoolFileExist() bool

func (*ApplyUploadRspV2) GetHttpsvrApiVer

func (x *ApplyUploadRspV2) GetHttpsvrApiVer() int32

func (*ApplyUploadRspV2) GetPackSize

func (x *ApplyUploadRspV2) GetPackSize() int32

func (*ApplyUploadRspV2) GetRetCode

func (x *ApplyUploadRspV2) GetRetCode() int32

func (*ApplyUploadRspV2) GetRetMsg

func (x *ApplyUploadRspV2) GetRetMsg() string

func (*ApplyUploadRspV2) GetSha

func (x *ApplyUploadRspV2) GetSha() []byte

func (*ApplyUploadRspV2) GetTotalSpace

func (x *ApplyUploadRspV2) GetTotalSpace() int64

func (*ApplyUploadRspV2) GetUploadDomain

func (x *ApplyUploadRspV2) GetUploadDomain() string

func (*ApplyUploadRspV2) GetUploadIp

func (x *ApplyUploadRspV2) GetUploadIp() string

func (*ApplyUploadRspV2) GetUploadKey

func (x *ApplyUploadRspV2) GetUploadKey() []byte

func (*ApplyUploadRspV2) GetUploadPort

func (x *ApplyUploadRspV2) GetUploadPort() int32

func (*ApplyUploadRspV2) GetUploadedSize

func (x *ApplyUploadRspV2) GetUploadedSize() int64

func (*ApplyUploadRspV2) GetUploadipList

func (x *ApplyUploadRspV2) GetUploadipList() []string

func (*ApplyUploadRspV2) GetUsedSpace

func (x *ApplyUploadRspV2) GetUsedSpace() int64

func (*ApplyUploadRspV2) GetUuid

func (x *ApplyUploadRspV2) GetUuid() []byte

func (*ApplyUploadRspV2) ProtoMessage

func (*ApplyUploadRspV2) ProtoMessage()

func (*ApplyUploadRspV2) ProtoReflect

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

func (*ApplyUploadRspV2) Reset

func (x *ApplyUploadRspV2) Reset()

func (*ApplyUploadRspV2) String

func (x *ApplyUploadRspV2) String() string

type ApplyUploadRspV3

type ApplyUploadRspV3 struct {
	RetCode           int32    `protobuf:"varint,10,opt,name=retCode,proto3" json:"retCode,omitempty"`
	RetMsg            string   `protobuf:"bytes,20,opt,name=retMsg,proto3" json:"retMsg,omitempty"`
	TotalSpace        int64    `protobuf:"varint,30,opt,name=totalSpace,proto3" json:"totalSpace,omitempty"`
	UsedSpace         int64    `protobuf:"varint,40,opt,name=usedSpace,proto3" json:"usedSpace,omitempty"`
	UploadedSize      int64    `protobuf:"varint,50,opt,name=uploadedSize,proto3" json:"uploadedSize,omitempty"`
	UploadIp          string   `protobuf:"bytes,60,opt,name=uploadIp,proto3" json:"uploadIp,omitempty"`
	UploadDomain      string   `protobuf:"bytes,70,opt,name=uploadDomain,proto3" json:"uploadDomain,omitempty"`
	UploadPort        int32    `protobuf:"varint,80,opt,name=uploadPort,proto3" json:"uploadPort,omitempty"`
	Uuid              []byte   `protobuf:"bytes,90,opt,name=uuid,proto3" json:"uuid,omitempty"`
	UploadKey         []byte   `protobuf:"bytes,100,opt,name=uploadKey,proto3" json:"uploadKey,omitempty"`
	BoolFileExist     bool     `protobuf:"varint,110,opt,name=boolFileExist,proto3" json:"boolFileExist,omitempty"`
	PackSize          int32    `protobuf:"varint,120,opt,name=packSize,proto3" json:"packSize,omitempty"`
	UploadIpList      []string `protobuf:"bytes,130,rep,name=uploadIpList,proto3" json:"uploadIpList,omitempty"`
	UploadHttpsPort   int32    `protobuf:"varint,140,opt,name=uploadHttpsPort,proto3" json:"uploadHttpsPort,omitempty"`
	UploadHttpsDomain string   `protobuf:"bytes,150,opt,name=uploadHttpsDomain,proto3" json:"uploadHttpsDomain,omitempty"`
	UploadDns         string   `protobuf:"bytes,160,opt,name=uploadDns,proto3" json:"uploadDns,omitempty"`
	UploadLanip       string   `protobuf:"bytes,170,opt,name=uploadLanip,proto3" json:"uploadLanip,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyUploadRspV3) Descriptor deprecated

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

Deprecated: Use ApplyUploadRspV3.ProtoReflect.Descriptor instead.

func (*ApplyUploadRspV3) GetBoolFileExist

func (x *ApplyUploadRspV3) GetBoolFileExist() bool

func (*ApplyUploadRspV3) GetPackSize

func (x *ApplyUploadRspV3) GetPackSize() int32

func (*ApplyUploadRspV3) GetRetCode

func (x *ApplyUploadRspV3) GetRetCode() int32

func (*ApplyUploadRspV3) GetRetMsg

func (x *ApplyUploadRspV3) GetRetMsg() string

func (*ApplyUploadRspV3) GetTotalSpace

func (x *ApplyUploadRspV3) GetTotalSpace() int64

func (*ApplyUploadRspV3) GetUploadDns

func (x *ApplyUploadRspV3) GetUploadDns() string

func (*ApplyUploadRspV3) GetUploadDomain

func (x *ApplyUploadRspV3) GetUploadDomain() string

func (*ApplyUploadRspV3) GetUploadHttpsDomain

func (x *ApplyUploadRspV3) GetUploadHttpsDomain() string

func (*ApplyUploadRspV3) GetUploadHttpsPort

func (x *ApplyUploadRspV3) GetUploadHttpsPort() int32

func (*ApplyUploadRspV3) GetUploadIp

func (x *ApplyUploadRspV3) GetUploadIp() string

func (*ApplyUploadRspV3) GetUploadIpList

func (x *ApplyUploadRspV3) GetUploadIpList() []string

func (*ApplyUploadRspV3) GetUploadKey

func (x *ApplyUploadRspV3) GetUploadKey() []byte

func (*ApplyUploadRspV3) GetUploadLanip

func (x *ApplyUploadRspV3) GetUploadLanip() string

func (*ApplyUploadRspV3) GetUploadPort

func (x *ApplyUploadRspV3) GetUploadPort() int32

func (*ApplyUploadRspV3) GetUploadedSize

func (x *ApplyUploadRspV3) GetUploadedSize() int64

func (*ApplyUploadRspV3) GetUsedSpace

func (x *ApplyUploadRspV3) GetUsedSpace() int64

func (*ApplyUploadRspV3) GetUuid

func (x *ApplyUploadRspV3) GetUuid() []byte

func (*ApplyUploadRspV3) ProtoMessage

func (*ApplyUploadRspV3) ProtoMessage()

func (*ApplyUploadRspV3) ProtoReflect

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

func (*ApplyUploadRspV3) Reset

func (x *ApplyUploadRspV3) Reset()

func (*ApplyUploadRspV3) String

func (x *ApplyUploadRspV3) String() string

type C346ReqBody

type C346ReqBody struct {
	Cmd                  int32                 `protobuf:"varint,1,opt,name=cmd,proto3" json:"cmd,omitempty"`
	Seq                  int32                 `protobuf:"varint,2,opt,name=seq,proto3" json:"seq,omitempty"`
	RecvListQueryReq     *RecvListQueryReq     `protobuf:"bytes,3,opt,name=recvListQueryReq,proto3" json:"recvListQueryReq,omitempty"`
	SendListQueryReq     *SendListQueryReq     `protobuf:"bytes,4,opt,name=sendListQueryReq,proto3" json:"sendListQueryReq,omitempty"`
	RenewFileReq         *RenewFileReq         `protobuf:"bytes,5,opt,name=renewFileReq,proto3" json:"renewFileReq,omitempty"`
	RecallFileReq        *RecallFileReq        `protobuf:"bytes,6,opt,name=recallFileReq,proto3" json:"recallFileReq,omitempty"`
	ApplyUploadReq       *ApplyUploadReq       `protobuf:"bytes,7,opt,name=applyUploadReq,proto3" json:"applyUploadReq,omitempty"`
	ApplyUploadHitReq    *ApplyUploadHitReq    `protobuf:"bytes,8,opt,name=applyUploadHitReq,proto3" json:"applyUploadHitReq,omitempty"`
	ApplyForwardFileReq  *ApplyForwardFileReq  `protobuf:"bytes,9,opt,name=applyForwardFileReq,proto3" json:"applyForwardFileReq,omitempty"`
	UploadSuccReq        *UploadSuccReq        `protobuf:"bytes,10,opt,name=uploadSuccReq,proto3" json:"uploadSuccReq,omitempty"`
	DeleteFileReq        *DeleteFileReq        `protobuf:"bytes,11,opt,name=deleteFileReq,proto3" json:"deleteFileReq,omitempty"`
	DownloadSuccReq      *DownloadSuccReq      `protobuf:"bytes,12,opt,name=downloadSuccReq,proto3" json:"downloadSuccReq,omitempty"`
	ApplyDownloadAbsReq  *ApplyDownloadAbsReq  `protobuf:"bytes,13,opt,name=applyDownloadAbsReq,proto3" json:"applyDownloadAbsReq,omitempty"`
	ApplyDownloadReq     *ApplyDownloadReq     `protobuf:"bytes,14,opt,name=applyDownloadReq,proto3" json:"applyDownloadReq,omitempty"`
	ApplyListDownloadReq *ApplyListDownloadReq `protobuf:"bytes,15,opt,name=applyListDownloadReq,proto3" json:"applyListDownloadReq,omitempty"`
	FileQueryReq         *FileQueryReq         `protobuf:"bytes,16,opt,name=fileQueryReq,proto3" json:"fileQueryReq,omitempty"`
	ApplyCopyFromReq     *ApplyCopyFromReq     `protobuf:"bytes,17,opt,name=applyCopyFromReq,proto3" json:"applyCopyFromReq,omitempty"`
	ApplyUploadReqV2     *ApplyUploadReqV2     `protobuf:"bytes,18,opt,name=applyUploadReqV2,proto3" json:"applyUploadReqV2,omitempty"`
	ApplyUploadReqV3     *ApplyUploadReqV3     `protobuf:"bytes,19,opt,name=applyUploadReqV3,proto3" json:"applyUploadReqV3,omitempty"`
	ApplyUploadHitReqV2  *ApplyUploadHitReqV2  `protobuf:"bytes,20,opt,name=applyUploadHitReqV2,proto3" json:"applyUploadHitReqV2,omitempty"`
	ApplyUploadHitReqV3  *ApplyUploadHitReqV3  `protobuf:"bytes,21,opt,name=applyUploadHitReqV3,proto3" json:"applyUploadHitReqV3,omitempty"`
	BusinessId           int32                 `protobuf:"varint,101,opt,name=businessId,proto3" json:"businessId,omitempty"`
	ClientType           int32                 `protobuf:"varint,102,opt,name=clientType,proto3" json:"clientType,omitempty"`
	ApplyCopyToReq       *ApplyCopyToReq       `protobuf:"bytes,90000,opt,name=applyCopyToReq,proto3" json:"applyCopyToReq,omitempty"`
	//ApplyCleanTrafficReq applyCleanTrafficReq = 90001; empty message
	ApplyGetTrafficReq *ApplyGetTrafficReq `protobuf:"bytes,90002,opt,name=applyGetTrafficReq,proto3" json:"applyGetTrafficReq,omitempty"`
	ExtensionReq       *ExtensionReq       `protobuf:"bytes,99999,opt,name=extensionReq,proto3" json:"extensionReq,omitempty"`
	// contains filtered or unexported fields
}

func (*C346ReqBody) Descriptor deprecated

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

Deprecated: Use C346ReqBody.ProtoReflect.Descriptor instead.

func (*C346ReqBody) GetApplyCopyFromReq

func (x *C346ReqBody) GetApplyCopyFromReq() *ApplyCopyFromReq

func (*C346ReqBody) GetApplyCopyToReq

func (x *C346ReqBody) GetApplyCopyToReq() *ApplyCopyToReq

func (*C346ReqBody) GetApplyDownloadAbsReq

func (x *C346ReqBody) GetApplyDownloadAbsReq() *ApplyDownloadAbsReq

func (*C346ReqBody) GetApplyDownloadReq

func (x *C346ReqBody) GetApplyDownloadReq() *ApplyDownloadReq

func (*C346ReqBody) GetApplyForwardFileReq

func (x *C346ReqBody) GetApplyForwardFileReq() *ApplyForwardFileReq

func (*C346ReqBody) GetApplyGetTrafficReq

func (x *C346ReqBody) GetApplyGetTrafficReq() *ApplyGetTrafficReq

func (*C346ReqBody) GetApplyListDownloadReq

func (x *C346ReqBody) GetApplyListDownloadReq() *ApplyListDownloadReq

func (*C346ReqBody) GetApplyUploadHitReq

func (x *C346ReqBody) GetApplyUploadHitReq() *ApplyUploadHitReq

func (*C346ReqBody) GetApplyUploadHitReqV2

func (x *C346ReqBody) GetApplyUploadHitReqV2() *ApplyUploadHitReqV2

func (*C346ReqBody) GetApplyUploadHitReqV3

func (x *C346ReqBody) GetApplyUploadHitReqV3() *ApplyUploadHitReqV3

func (*C346ReqBody) GetApplyUploadReq

func (x *C346ReqBody) GetApplyUploadReq() *ApplyUploadReq

func (*C346ReqBody) GetApplyUploadReqV2

func (x *C346ReqBody) GetApplyUploadReqV2() *ApplyUploadReqV2

func (*C346ReqBody) GetApplyUploadReqV3

func (x *C346ReqBody) GetApplyUploadReqV3() *ApplyUploadReqV3

func (*C346ReqBody) GetBusinessId

func (x *C346ReqBody) GetBusinessId() int32

func (*C346ReqBody) GetClientType

func (x *C346ReqBody) GetClientType() int32

func (*C346ReqBody) GetCmd

func (x *C346ReqBody) GetCmd() int32

func (*C346ReqBody) GetDeleteFileReq

func (x *C346ReqBody) GetDeleteFileReq() *DeleteFileReq

func (*C346ReqBody) GetDownloadSuccReq

func (x *C346ReqBody) GetDownloadSuccReq() *DownloadSuccReq

func (*C346ReqBody) GetExtensionReq

func (x *C346ReqBody) GetExtensionReq() *ExtensionReq

func (*C346ReqBody) GetFileQueryReq

func (x *C346ReqBody) GetFileQueryReq() *FileQueryReq

func (*C346ReqBody) GetRecallFileReq

func (x *C346ReqBody) GetRecallFileReq() *RecallFileReq

func (*C346ReqBody) GetRecvListQueryReq

func (x *C346ReqBody) GetRecvListQueryReq() *RecvListQueryReq

func (*C346ReqBody) GetRenewFileReq

func (x *C346ReqBody) GetRenewFileReq() *RenewFileReq

func (*C346ReqBody) GetSendListQueryReq

func (x *C346ReqBody) GetSendListQueryReq() *SendListQueryReq

func (*C346ReqBody) GetSeq

func (x *C346ReqBody) GetSeq() int32

func (*C346ReqBody) GetUploadSuccReq

func (x *C346ReqBody) GetUploadSuccReq() *UploadSuccReq

func (*C346ReqBody) ProtoMessage

func (*C346ReqBody) ProtoMessage()

func (*C346ReqBody) ProtoReflect

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

func (*C346ReqBody) Reset

func (x *C346ReqBody) Reset()

func (*C346ReqBody) String

func (x *C346ReqBody) String() string

type C346RspBody

type C346RspBody struct {
	Cmd                  int32                 `protobuf:"varint,1,opt,name=cmd,proto3" json:"cmd,omitempty"`
	Seq                  int32                 `protobuf:"varint,2,opt,name=seq,proto3" json:"seq,omitempty"`
	RecvListQueryRsp     *RecvListQueryRsp     `protobuf:"bytes,3,opt,name=recvListQueryRsp,proto3" json:"recvListQueryRsp,omitempty"`
	SendListQueryRsp     *SendListQueryRsp     `protobuf:"bytes,4,opt,name=sendListQueryRsp,proto3" json:"sendListQueryRsp,omitempty"`
	RenewFileRsp         *RenewFileRsp         `protobuf:"bytes,5,opt,name=renewFileRsp,proto3" json:"renewFileRsp,omitempty"`
	RecallFileRsp        *RecallFileRsp        `protobuf:"bytes,6,opt,name=recallFileRsp,proto3" json:"recallFileRsp,omitempty"`
	ApplyUploadRsp       *ApplyUploadRsp       `protobuf:"bytes,7,opt,name=applyUploadRsp,proto3" json:"applyUploadRsp,omitempty"`
	ApplyUploadHitRsp    *ApplyUploadHitRsp    `protobuf:"bytes,8,opt,name=applyUploadHitRsp,proto3" json:"applyUploadHitRsp,omitempty"`
	ApplyForwardFileRsp  *ApplyForwardFileRsp  `protobuf:"bytes,9,opt,name=applyForwardFileRsp,proto3" json:"applyForwardFileRsp,omitempty"`
	UploadSuccRsp        *UploadSuccRsp        `protobuf:"bytes,10,opt,name=uploadSuccRsp,proto3" json:"uploadSuccRsp,omitempty"`
	DeleteFileRsp        *DeleteFileRsp        `protobuf:"bytes,11,opt,name=deleteFileRsp,proto3" json:"deleteFileRsp,omitempty"`
	DownloadSuccRsp      *DownloadSuccRsp      `protobuf:"bytes,12,opt,name=downloadSuccRsp,proto3" json:"downloadSuccRsp,omitempty"`
	ApplyDownloadAbsRsp  *ApplyDownloadAbsRsp  `protobuf:"bytes,13,opt,name=applyDownloadAbsRsp,proto3" json:"applyDownloadAbsRsp,omitempty"`
	ApplyDownloadRsp     *ApplyDownloadRsp     `protobuf:"bytes,14,opt,name=applyDownloadRsp,proto3" json:"applyDownloadRsp,omitempty"`
	ApplyListDownloadRsp *ApplyListDownloadRsp `protobuf:"bytes,15,opt,name=applyListDownloadRsp,proto3" json:"applyListDownloadRsp,omitempty"`
	FileQueryRsp         *FileQueryRsp         `protobuf:"bytes,16,opt,name=fileQueryRsp,proto3" json:"fileQueryRsp,omitempty"`
	ApplyCopyFromRsp     *ApplyCopyFromRsp     `protobuf:"bytes,17,opt,name=applyCopyFromRsp,proto3" json:"applyCopyFromRsp,omitempty"`
	ApplyUploadRspV2     *ApplyUploadRspV2     `protobuf:"bytes,18,opt,name=applyUploadRspV2,proto3" json:"applyUploadRspV2,omitempty"`
	ApplyUploadRspV3     *ApplyUploadRspV3     `protobuf:"bytes,19,opt,name=applyUploadRspV3,proto3" json:"applyUploadRspV3,omitempty"`
	ApplyUploadHitRspV2  *ApplyUploadHitRspV2  `protobuf:"bytes,20,opt,name=applyUploadHitRspV2,proto3" json:"applyUploadHitRspV2,omitempty"`
	ApplyUploadHitRspV3  *ApplyUploadHitRspV3  `protobuf:"bytes,21,opt,name=applyUploadHitRspV3,proto3" json:"applyUploadHitRspV3,omitempty"`
	BusinessId           int32                 `protobuf:"varint,101,opt,name=businessId,proto3" json:"businessId,omitempty"`
	ClientType           int32                 `protobuf:"varint,102,opt,name=clientType,proto3" json:"clientType,omitempty"`
	ApplyCopyToRsp       *ApplyCopyToRsp       `protobuf:"bytes,90000,opt,name=applyCopyToRsp,proto3" json:"applyCopyToRsp,omitempty"`
	ApplyCleanTrafficRsp *ApplyCleanTrafficRsp `protobuf:"bytes,90001,opt,name=applyCleanTrafficRsp,proto3" json:"applyCleanTrafficRsp,omitempty"`
	ApplyGetTrafficRsp   *ApplyGetTrafficRsp   `protobuf:"bytes,90002,opt,name=applyGetTrafficRsp,proto3" json:"applyGetTrafficRsp,omitempty"`
	ExtensionRsp         *ExtensionRsp         `protobuf:"bytes,99999,opt,name=extensionRsp,proto3" json:"extensionRsp,omitempty"`
	// contains filtered or unexported fields
}

func (*C346RspBody) Descriptor deprecated

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

Deprecated: Use C346RspBody.ProtoReflect.Descriptor instead.

func (*C346RspBody) GetApplyCleanTrafficRsp

func (x *C346RspBody) GetApplyCleanTrafficRsp() *ApplyCleanTrafficRsp

func (*C346RspBody) GetApplyCopyFromRsp

func (x *C346RspBody) GetApplyCopyFromRsp() *ApplyCopyFromRsp

func (*C346RspBody) GetApplyCopyToRsp

func (x *C346RspBody) GetApplyCopyToRsp() *ApplyCopyToRsp

func (*C346RspBody) GetApplyDownloadAbsRsp

func (x *C346RspBody) GetApplyDownloadAbsRsp() *ApplyDownloadAbsRsp

func (*C346RspBody) GetApplyDownloadRsp

func (x *C346RspBody) GetApplyDownloadRsp() *ApplyDownloadRsp

func (*C346RspBody) GetApplyForwardFileRsp

func (x *C346RspBody) GetApplyForwardFileRsp() *ApplyForwardFileRsp

func (*C346RspBody) GetApplyGetTrafficRsp

func (x *C346RspBody) GetApplyGetTrafficRsp() *ApplyGetTrafficRsp

func (*C346RspBody) GetApplyListDownloadRsp

func (x *C346RspBody) GetApplyListDownloadRsp() *ApplyListDownloadRsp

func (*C346RspBody) GetApplyUploadHitRsp

func (x *C346RspBody) GetApplyUploadHitRsp() *ApplyUploadHitRsp

func (*C346RspBody) GetApplyUploadHitRspV2

func (x *C346RspBody) GetApplyUploadHitRspV2() *ApplyUploadHitRspV2

func (*C346RspBody) GetApplyUploadHitRspV3

func (x *C346RspBody) GetApplyUploadHitRspV3() *ApplyUploadHitRspV3

func (*C346RspBody) GetApplyUploadRsp

func (x *C346RspBody) GetApplyUploadRsp() *ApplyUploadRsp

func (*C346RspBody) GetApplyUploadRspV2

func (x *C346RspBody) GetApplyUploadRspV2() *ApplyUploadRspV2

func (*C346RspBody) GetApplyUploadRspV3

func (x *C346RspBody) GetApplyUploadRspV3() *ApplyUploadRspV3

func (*C346RspBody) GetBusinessId

func (x *C346RspBody) GetBusinessId() int32

func (*C346RspBody) GetClientType

func (x *C346RspBody) GetClientType() int32

func (*C346RspBody) GetCmd

func (x *C346RspBody) GetCmd() int32

func (*C346RspBody) GetDeleteFileRsp

func (x *C346RspBody) GetDeleteFileRsp() *DeleteFileRsp

func (*C346RspBody) GetDownloadSuccRsp

func (x *C346RspBody) GetDownloadSuccRsp() *DownloadSuccRsp

func (*C346RspBody) GetExtensionRsp

func (x *C346RspBody) GetExtensionRsp() *ExtensionRsp

func (*C346RspBody) GetFileQueryRsp

func (x *C346RspBody) GetFileQueryRsp() *FileQueryRsp

func (*C346RspBody) GetRecallFileRsp

func (x *C346RspBody) GetRecallFileRsp() *RecallFileRsp

func (*C346RspBody) GetRecvListQueryRsp

func (x *C346RspBody) GetRecvListQueryRsp() *RecvListQueryRsp

func (*C346RspBody) GetRenewFileRsp

func (x *C346RspBody) GetRenewFileRsp() *RenewFileRsp

func (*C346RspBody) GetSendListQueryRsp

func (x *C346RspBody) GetSendListQueryRsp() *SendListQueryRsp

func (*C346RspBody) GetSeq

func (x *C346RspBody) GetSeq() int32

func (*C346RspBody) GetUploadSuccRsp

func (x *C346RspBody) GetUploadSuccRsp() *UploadSuccRsp

func (*C346RspBody) ProtoMessage

func (*C346RspBody) ProtoMessage()

func (*C346RspBody) ProtoReflect

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

func (*C346RspBody) Reset

func (x *C346RspBody) Reset()

func (*C346RspBody) String

func (x *C346RspBody) String() string

type DelMessageReq

type DelMessageReq struct {
	UinSender   int64 `protobuf:"varint,1,opt,name=uinSender,proto3" json:"uinSender,omitempty"`
	UinReceiver int64 `protobuf:"varint,2,opt,name=uinReceiver,proto3" json:"uinReceiver,omitempty"`
	Time        int32 `protobuf:"varint,10,opt,name=time,proto3" json:"time,omitempty"`
	Random      int32 `protobuf:"varint,20,opt,name=random,proto3" json:"random,omitempty"`
	SeqNo       int32 `protobuf:"varint,30,opt,name=seqNo,proto3" json:"seqNo,omitempty"`
	// contains filtered or unexported fields
}

func (*DelMessageReq) Descriptor deprecated

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

Deprecated: Use DelMessageReq.ProtoReflect.Descriptor instead.

func (*DelMessageReq) GetRandom

func (x *DelMessageReq) GetRandom() int32

func (*DelMessageReq) GetSeqNo

func (x *DelMessageReq) GetSeqNo() int32

func (*DelMessageReq) GetTime

func (x *DelMessageReq) GetTime() int32

func (*DelMessageReq) GetUinReceiver

func (x *DelMessageReq) GetUinReceiver() int64

func (*DelMessageReq) GetUinSender

func (x *DelMessageReq) GetUinSender() int64

func (*DelMessageReq) ProtoMessage

func (*DelMessageReq) ProtoMessage()

func (*DelMessageReq) ProtoReflect

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

func (*DelMessageReq) Reset

func (x *DelMessageReq) Reset()

func (*DelMessageReq) String

func (x *DelMessageReq) String() string

type DeleteFileReq

type DeleteFileReq struct {
	Uin        int64  `protobuf:"varint,10,opt,name=uin,proto3" json:"uin,omitempty"`
	PeerUin    int64  `protobuf:"varint,20,opt,name=peerUin,proto3" json:"peerUin,omitempty"`
	DeleteType int32  `protobuf:"varint,30,opt,name=deleteType,proto3" json:"deleteType,omitempty"`
	Uuid       []byte `protobuf:"bytes,40,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteFileReq) Descriptor deprecated

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

Deprecated: Use DeleteFileReq.ProtoReflect.Descriptor instead.

func (*DeleteFileReq) GetDeleteType

func (x *DeleteFileReq) GetDeleteType() int32

func (*DeleteFileReq) GetPeerUin

func (x *DeleteFileReq) GetPeerUin() int64

func (*DeleteFileReq) GetUin

func (x *DeleteFileReq) GetUin() int64

func (*DeleteFileReq) GetUuid

func (x *DeleteFileReq) GetUuid() []byte

func (*DeleteFileReq) ProtoMessage

func (*DeleteFileReq) ProtoMessage()

func (*DeleteFileReq) ProtoReflect

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

func (*DeleteFileReq) Reset

func (x *DeleteFileReq) Reset()

func (*DeleteFileReq) String

func (x *DeleteFileReq) String() string

type DeleteFileRsp

type DeleteFileRsp struct {
	RetCode int32  `protobuf:"varint,10,opt,name=retCode,proto3" json:"retCode,omitempty"`
	RetMsg  string `protobuf:"bytes,20,opt,name=retMsg,proto3" json:"retMsg,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteFileRsp) Descriptor deprecated

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

Deprecated: Use DeleteFileRsp.ProtoReflect.Descriptor instead.

func (*DeleteFileRsp) GetRetCode

func (x *DeleteFileRsp) GetRetCode() int32

func (*DeleteFileRsp) GetRetMsg

func (x *DeleteFileRsp) GetRetMsg() string

func (*DeleteFileRsp) ProtoMessage

func (*DeleteFileRsp) ProtoMessage()

func (*DeleteFileRsp) ProtoReflect

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

func (*DeleteFileRsp) Reset

func (x *DeleteFileRsp) Reset()

func (*DeleteFileRsp) String

func (x *DeleteFileRsp) String() string

type DownloadInfo

type DownloadInfo struct {
	DownloadKey    []byte   `protobuf:"bytes,10,opt,name=downloadKey,proto3" json:"downloadKey,omitempty"`
	DownloadIp     string   `protobuf:"bytes,20,opt,name=downloadIp,proto3" json:"downloadIp,omitempty"`
	DownloadDomain string   `protobuf:"bytes,30,opt,name=downloadDomain,proto3" json:"downloadDomain,omitempty"`
	Port           int32    `protobuf:"varint,40,opt,name=port,proto3" json:"port,omitempty"`
	DownloadUrl    string   `protobuf:"bytes,50,opt,name=downloadUrl,proto3" json:"downloadUrl,omitempty"`
	DownloadipList []string `protobuf:"bytes,60,rep,name=downloadipList,proto3" json:"downloadipList,omitempty"`
	Cookie         string   `protobuf:"bytes,70,opt,name=cookie,proto3" json:"cookie,omitempty"`
	// contains filtered or unexported fields
}

func (*DownloadInfo) Descriptor deprecated

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

Deprecated: Use DownloadInfo.ProtoReflect.Descriptor instead.

func (*DownloadInfo) GetCookie

func (x *DownloadInfo) GetCookie() string

func (*DownloadInfo) GetDownloadDomain

func (x *DownloadInfo) GetDownloadDomain() string

func (*DownloadInfo) GetDownloadIp

func (x *DownloadInfo) GetDownloadIp() string

func (*DownloadInfo) GetDownloadKey

func (x *DownloadInfo) GetDownloadKey() []byte

func (*DownloadInfo) GetDownloadUrl

func (x *DownloadInfo) GetDownloadUrl() string

func (*DownloadInfo) GetDownloadipList

func (x *DownloadInfo) GetDownloadipList() []string

func (*DownloadInfo) GetPort

func (x *DownloadInfo) GetPort() int32

func (*DownloadInfo) ProtoMessage

func (*DownloadInfo) ProtoMessage()

func (*DownloadInfo) ProtoReflect

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

func (*DownloadInfo) Reset

func (x *DownloadInfo) Reset()

func (*DownloadInfo) String

func (x *DownloadInfo) String() string

type DownloadSuccReq

type DownloadSuccReq struct {
	Uin  int64  `protobuf:"varint,10,opt,name=uin,proto3" json:"uin,omitempty"`
	Uuid []byte `protobuf:"bytes,20,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*DownloadSuccReq) Descriptor deprecated

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

Deprecated: Use DownloadSuccReq.ProtoReflect.Descriptor instead.

func (*DownloadSuccReq) GetUin

func (x *DownloadSuccReq) GetUin() int64

func (*DownloadSuccReq) GetUuid

func (x *DownloadSuccReq) GetUuid() []byte

func (*DownloadSuccReq) ProtoMessage

func (*DownloadSuccReq) ProtoMessage()

func (*DownloadSuccReq) ProtoReflect

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

func (*DownloadSuccReq) Reset

func (x *DownloadSuccReq) Reset()

func (*DownloadSuccReq) String

func (x *DownloadSuccReq) String() string

type DownloadSuccRsp

type DownloadSuccRsp struct {
	RetCode  int32  `protobuf:"varint,10,opt,name=retCode,proto3" json:"retCode,omitempty"`
	RetMsg   string `protobuf:"bytes,20,opt,name=retMsg,proto3" json:"retMsg,omitempty"`
	DownStat int32  `protobuf:"varint,30,opt,name=downStat,proto3" json:"downStat,omitempty"`
	// contains filtered or unexported fields
}

func (*DownloadSuccRsp) Descriptor deprecated

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

Deprecated: Use DownloadSuccRsp.ProtoReflect.Descriptor instead.

func (*DownloadSuccRsp) GetDownStat

func (x *DownloadSuccRsp) GetDownStat() int32

func (*DownloadSuccRsp) GetRetCode

func (x *DownloadSuccRsp) GetRetCode() int32

func (*DownloadSuccRsp) GetRetMsg

func (x *DownloadSuccRsp) GetRetMsg() string

func (*DownloadSuccRsp) ProtoMessage

func (*DownloadSuccRsp) ProtoMessage()

func (*DownloadSuccRsp) ProtoReflect

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

func (*DownloadSuccRsp) Reset

func (x *DownloadSuccRsp) Reset()

func (*DownloadSuccRsp) String

func (x *DownloadSuccRsp) String() string

type ExtensionReq

type ExtensionReq struct {
	Id               int64          `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Type             int64          `protobuf:"varint,2,opt,name=type,proto3" json:"type,omitempty"`
	DstPhonenum      string         `protobuf:"bytes,3,opt,name=dstPhonenum,proto3" json:"dstPhonenum,omitempty"`
	PhoneConvertType int32          `protobuf:"varint,4,opt,name=phoneConvertType,proto3" json:"phoneConvertType,omitempty"`
	Sig              []byte         `protobuf:"bytes,20,opt,name=sig,proto3" json:"sig,omitempty"`
	RouteId          int64          `protobuf:"varint,100,opt,name=routeId,proto3" json:"routeId,omitempty"`
	DelMessageReq    *DelMessageReq `protobuf:"bytes,90100,opt,name=delMessageReq,proto3" json:"delMessageReq,omitempty"`
	DownloadUrlType  int32          `protobuf:"varint,90200,opt,name=downloadUrlType,proto3" json:"downloadUrlType,omitempty"`
	PttFormat        int32          `protobuf:"varint,90300,opt,name=pttFormat,proto3" json:"pttFormat,omitempty"`
	IsNeedInnerIp    int32          `protobuf:"varint,90400,opt,name=isNeedInnerIp,proto3" json:"isNeedInnerIp,omitempty"`
	NetType          int32          `protobuf:"varint,90500,opt,name=netType,proto3" json:"netType,omitempty"`
	VoiceType        int32          `protobuf:"varint,90600,opt,name=voiceType,proto3" json:"voiceType,omitempty"`
	FileType         int32          `protobuf:"varint,90700,opt,name=fileType,proto3" json:"fileType,omitempty"`
	PttTime          int32          `protobuf:"varint,90800,opt,name=pttTime,proto3" json:"pttTime,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtensionReq) Descriptor deprecated

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

Deprecated: Use ExtensionReq.ProtoReflect.Descriptor instead.

func (*ExtensionReq) GetDelMessageReq

func (x *ExtensionReq) GetDelMessageReq() *DelMessageReq

func (*ExtensionReq) GetDownloadUrlType

func (x *ExtensionReq) GetDownloadUrlType() int32

func (*ExtensionReq) GetDstPhonenum

func (x *ExtensionReq) GetDstPhonenum() string

func (*ExtensionReq) GetFileType

func (x *ExtensionReq) GetFileType() int32

func (*ExtensionReq) GetId

func (x *ExtensionReq) GetId() int64

func (*ExtensionReq) GetIsNeedInnerIp

func (x *ExtensionReq) GetIsNeedInnerIp() int32

func (*ExtensionReq) GetNetType

func (x *ExtensionReq) GetNetType() int32

func (*ExtensionReq) GetPhoneConvertType

func (x *ExtensionReq) GetPhoneConvertType() int32

func (*ExtensionReq) GetPttFormat

func (x *ExtensionReq) GetPttFormat() int32

func (*ExtensionReq) GetPttTime

func (x *ExtensionReq) GetPttTime() int32

func (*ExtensionReq) GetRouteId

func (x *ExtensionReq) GetRouteId() int64

func (*ExtensionReq) GetSig

func (x *ExtensionReq) GetSig() []byte

func (*ExtensionReq) GetType

func (x *ExtensionReq) GetType() int64

func (*ExtensionReq) GetVoiceType

func (x *ExtensionReq) GetVoiceType() int32

func (*ExtensionReq) ProtoMessage

func (*ExtensionReq) ProtoMessage()

func (*ExtensionReq) ProtoReflect

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

func (*ExtensionReq) Reset

func (x *ExtensionReq) Reset()

func (*ExtensionReq) String

func (x *ExtensionReq) String() string

type ExtensionRsp

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

func (*ExtensionRsp) Descriptor deprecated

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

Deprecated: Use ExtensionRsp.ProtoReflect.Descriptor instead.

func (*ExtensionRsp) ProtoMessage

func (*ExtensionRsp) ProtoMessage()

func (*ExtensionRsp) ProtoReflect

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

func (*ExtensionRsp) Reset

func (x *ExtensionRsp) Reset()

func (*ExtensionRsp) String

func (x *ExtensionRsp) String() string

type FileInfo

type FileInfo struct {
	Uin          int64  `protobuf:"varint,1,opt,name=uin,proto3" json:"uin,omitempty"`
	DangerEvel   int32  `protobuf:"varint,2,opt,name=dangerEvel,proto3" json:"dangerEvel,omitempty"`
	FileSize     int64  `protobuf:"varint,3,opt,name=fileSize,proto3" json:"fileSize,omitempty"`
	LifeTime     int32  `protobuf:"varint,4,opt,name=lifeTime,proto3" json:"lifeTime,omitempty"`
	UploadTime   int32  `protobuf:"varint,5,opt,name=uploadTime,proto3" json:"uploadTime,omitempty"`
	Uuid         []byte `protobuf:"bytes,6,opt,name=uuid,proto3" json:"uuid,omitempty"`
	FileName     string `protobuf:"bytes,7,opt,name=fileName,proto3" json:"fileName,omitempty"`
	AbsFileType  int32  `protobuf:"varint,90,opt,name=absFileType,proto3" json:"absFileType,omitempty"`
	Bytes_10MMd5 []byte `protobuf:"bytes,100,opt,name=bytes_10mMd5,json=bytes10mMd5,proto3" json:"bytes_10mMd5,omitempty"`
	Sha          []byte `protobuf:"bytes,101,opt,name=sha,proto3" json:"sha,omitempty"`
	ClientType   int32  `protobuf:"varint,110,opt,name=clientType,proto3" json:"clientType,omitempty"`
	OwnerUin     int64  `protobuf:"varint,120,opt,name=ownerUin,proto3" json:"ownerUin,omitempty"`
	PeerUin      int64  `protobuf:"varint,121,opt,name=peerUin,proto3" json:"peerUin,omitempty"`
	ExpireTime   int32  `protobuf:"varint,130,opt,name=expireTime,proto3" json:"expireTime,omitempty"`
	// contains filtered or unexported fields
}

func (*FileInfo) Descriptor deprecated

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

Deprecated: Use FileInfo.ProtoReflect.Descriptor instead.

func (*FileInfo) GetAbsFileType

func (x *FileInfo) GetAbsFileType() int32

func (*FileInfo) GetBytes_10MMd5

func (x *FileInfo) GetBytes_10MMd5() []byte

func (*FileInfo) GetClientType

func (x *FileInfo) GetClientType() int32

func (*FileInfo) GetDangerEvel

func (x *FileInfo) GetDangerEvel() int32

func (*FileInfo) GetExpireTime

func (x *FileInfo) GetExpireTime() int32

func (*FileInfo) GetFileName

func (x *FileInfo) GetFileName() string

func (*FileInfo) GetFileSize

func (x *FileInfo) GetFileSize() int64

func (*FileInfo) GetLifeTime

func (x *FileInfo) GetLifeTime() int32

func (*FileInfo) GetOwnerUin

func (x *FileInfo) GetOwnerUin() int64

func (*FileInfo) GetPeerUin

func (x *FileInfo) GetPeerUin() int64

func (*FileInfo) GetSha

func (x *FileInfo) GetSha() []byte

func (*FileInfo) GetUin

func (x *FileInfo) GetUin() int64

func (*FileInfo) GetUploadTime

func (x *FileInfo) GetUploadTime() int32

func (*FileInfo) GetUuid

func (x *FileInfo) GetUuid() []byte

func (*FileInfo) ProtoMessage

func (*FileInfo) ProtoMessage()

func (*FileInfo) ProtoReflect

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

func (*FileInfo) Reset

func (x *FileInfo) Reset()

func (*FileInfo) String

func (x *FileInfo) String() string

type FileQueryReq

type FileQueryReq struct {
	Uin  int64  `protobuf:"varint,10,opt,name=uin,proto3" json:"uin,omitempty"`
	Uuid []byte `protobuf:"bytes,20,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*FileQueryReq) Descriptor deprecated

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

Deprecated: Use FileQueryReq.ProtoReflect.Descriptor instead.

func (*FileQueryReq) GetUin

func (x *FileQueryReq) GetUin() int64

func (*FileQueryReq) GetUuid

func (x *FileQueryReq) GetUuid() []byte

func (*FileQueryReq) ProtoMessage

func (*FileQueryReq) ProtoMessage()

func (*FileQueryReq) ProtoReflect

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

func (*FileQueryReq) Reset

func (x *FileQueryReq) Reset()

func (*FileQueryReq) String

func (x *FileQueryReq) String() string

type FileQueryRsp

type FileQueryRsp struct {
	RetCode  int32     `protobuf:"varint,10,opt,name=retCode,proto3" json:"retCode,omitempty"`
	RetMsg   string    `protobuf:"bytes,20,opt,name=retMsg,proto3" json:"retMsg,omitempty"`
	FileInfo *FileInfo `protobuf:"bytes,30,opt,name=fileInfo,proto3" json:"fileInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*FileQueryRsp) Descriptor deprecated

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

Deprecated: Use FileQueryRsp.ProtoReflect.Descriptor instead.

func (*FileQueryRsp) GetFileInfo

func (x *FileQueryRsp) GetFileInfo() *FileInfo

func (*FileQueryRsp) GetRetCode

func (x *FileQueryRsp) GetRetCode() int32

func (*FileQueryRsp) GetRetMsg

func (x *FileQueryRsp) GetRetMsg() string

func (*FileQueryRsp) ProtoMessage

func (*FileQueryRsp) ProtoMessage()

func (*FileQueryRsp) ProtoReflect

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

func (*FileQueryRsp) Reset

func (x *FileQueryRsp) Reset()

func (*FileQueryRsp) String

func (x *FileQueryRsp) String() string

type RecallFileReq

type RecallFileReq struct {
	Uin  int64  `protobuf:"varint,1,opt,name=uin,proto3" json:"uin,omitempty"`
	Uuid []byte `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*RecallFileReq) Descriptor deprecated

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

Deprecated: Use RecallFileReq.ProtoReflect.Descriptor instead.

func (*RecallFileReq) GetUin

func (x *RecallFileReq) GetUin() int64

func (*RecallFileReq) GetUuid

func (x *RecallFileReq) GetUuid() []byte

func (*RecallFileReq) ProtoMessage

func (*RecallFileReq) ProtoMessage()

func (*RecallFileReq) ProtoReflect

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

func (*RecallFileReq) Reset

func (x *RecallFileReq) Reset()

func (*RecallFileReq) String

func (x *RecallFileReq) String() string

type RecallFileRsp

type RecallFileRsp struct {
	RetCode int32  `protobuf:"varint,1,opt,name=retCode,proto3" json:"retCode,omitempty"`
	RetMsg  string `protobuf:"bytes,2,opt,name=retMsg,proto3" json:"retMsg,omitempty"`
	// contains filtered or unexported fields
}

func (*RecallFileRsp) Descriptor deprecated

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

Deprecated: Use RecallFileRsp.ProtoReflect.Descriptor instead.

func (*RecallFileRsp) GetRetCode

func (x *RecallFileRsp) GetRetCode() int32

func (*RecallFileRsp) GetRetMsg

func (x *RecallFileRsp) GetRetMsg() string

func (*RecallFileRsp) ProtoMessage

func (*RecallFileRsp) ProtoMessage()

func (*RecallFileRsp) ProtoReflect

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

func (*RecallFileRsp) Reset

func (x *RecallFileRsp) Reset()

func (*RecallFileRsp) String

func (x *RecallFileRsp) String() string

type RecvListQueryReq

type RecvListQueryReq struct {
	Uin        int64 `protobuf:"varint,1,opt,name=uin,proto3" json:"uin,omitempty"`
	BeginIndex int32 `protobuf:"varint,2,opt,name=beginIndex,proto3" json:"beginIndex,omitempty"`
	ReqCount   int32 `protobuf:"varint,3,opt,name=reqCount,proto3" json:"reqCount,omitempty"`
	// contains filtered or unexported fields
}

func (*RecvListQueryReq) Descriptor deprecated

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

Deprecated: Use RecvListQueryReq.ProtoReflect.Descriptor instead.

func (*RecvListQueryReq) GetBeginIndex

func (x *RecvListQueryReq) GetBeginIndex() int32

func (*RecvListQueryReq) GetReqCount

func (x *RecvListQueryReq) GetReqCount() int32

func (*RecvListQueryReq) GetUin

func (x *RecvListQueryReq) GetUin() int64

func (*RecvListQueryReq) ProtoMessage

func (*RecvListQueryReq) ProtoMessage()

func (*RecvListQueryReq) ProtoReflect

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

func (*RecvListQueryReq) Reset

func (x *RecvListQueryReq) Reset()

func (*RecvListQueryReq) String

func (x *RecvListQueryReq) String() string

type RecvListQueryRsp

type RecvListQueryRsp struct {
	RetCode      int32       `protobuf:"varint,1,opt,name=retCode,proto3" json:"retCode,omitempty"`
	RetMsg       string      `protobuf:"bytes,2,opt,name=retMsg,proto3" json:"retMsg,omitempty"`
	FileTotCount int32       `protobuf:"varint,3,opt,name=fileTotCount,proto3" json:"fileTotCount,omitempty"`
	BeginIndex   int32       `protobuf:"varint,4,opt,name=beginIndex,proto3" json:"beginIndex,omitempty"`
	RspFileCount int32       `protobuf:"varint,5,opt,name=rspFileCount,proto3" json:"rspFileCount,omitempty"`
	IsEnd        int32       `protobuf:"varint,6,opt,name=isEnd,proto3" json:"isEnd,omitempty"`
	FileList     []*FileInfo `protobuf:"bytes,7,rep,name=fileList,proto3" json:"fileList,omitempty"`
	// contains filtered or unexported fields
}

func (*RecvListQueryRsp) Descriptor deprecated

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

Deprecated: Use RecvListQueryRsp.ProtoReflect.Descriptor instead.

func (*RecvListQueryRsp) GetBeginIndex

func (x *RecvListQueryRsp) GetBeginIndex() int32

func (*RecvListQueryRsp) GetFileList

func (x *RecvListQueryRsp) GetFileList() []*FileInfo

func (*RecvListQueryRsp) GetFileTotCount

func (x *RecvListQueryRsp) GetFileTotCount() int32

func (*RecvListQueryRsp) GetIsEnd

func (x *RecvListQueryRsp) GetIsEnd() int32

func (*RecvListQueryRsp) GetRetCode

func (x *RecvListQueryRsp) GetRetCode() int32

func (*RecvListQueryRsp) GetRetMsg

func (x *RecvListQueryRsp) GetRetMsg() string

func (*RecvListQueryRsp) GetRspFileCount

func (x *RecvListQueryRsp) GetRspFileCount() int32

func (*RecvListQueryRsp) ProtoMessage

func (*RecvListQueryRsp) ProtoMessage()

func (*RecvListQueryRsp) ProtoReflect

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

func (*RecvListQueryRsp) Reset

func (x *RecvListQueryRsp) Reset()

func (*RecvListQueryRsp) String

func (x *RecvListQueryRsp) String() string

type RenewFileReq

type RenewFileReq struct {
	Uin    int64  `protobuf:"varint,1,opt,name=uin,proto3" json:"uin,omitempty"`
	Uuid   []byte `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	AddTtl int32  `protobuf:"varint,3,opt,name=addTtl,proto3" json:"addTtl,omitempty"`
	// contains filtered or unexported fields
}

func (*RenewFileReq) Descriptor deprecated

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

Deprecated: Use RenewFileReq.ProtoReflect.Descriptor instead.

func (*RenewFileReq) GetAddTtl

func (x *RenewFileReq) GetAddTtl() int32

func (*RenewFileReq) GetUin

func (x *RenewFileReq) GetUin() int64

func (*RenewFileReq) GetUuid

func (x *RenewFileReq) GetUuid() []byte

func (*RenewFileReq) ProtoMessage

func (*RenewFileReq) ProtoMessage()

func (*RenewFileReq) ProtoReflect

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

func (*RenewFileReq) Reset

func (x *RenewFileReq) Reset()

func (*RenewFileReq) String

func (x *RenewFileReq) String() string

type RenewFileRsp

type RenewFileRsp struct {
	RetCode int32  `protobuf:"varint,1,opt,name=retCode,proto3" json:"retCode,omitempty"`
	RetMsg  string `protobuf:"bytes,2,opt,name=retMsg,proto3" json:"retMsg,omitempty"`
	// contains filtered or unexported fields
}

func (*RenewFileRsp) Descriptor deprecated

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

Deprecated: Use RenewFileRsp.ProtoReflect.Descriptor instead.

func (*RenewFileRsp) GetRetCode

func (x *RenewFileRsp) GetRetCode() int32

func (*RenewFileRsp) GetRetMsg

func (x *RenewFileRsp) GetRetMsg() string

func (*RenewFileRsp) ProtoMessage

func (*RenewFileRsp) ProtoMessage()

func (*RenewFileRsp) ProtoReflect

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

func (*RenewFileRsp) Reset

func (x *RenewFileRsp) Reset()

func (*RenewFileRsp) String

func (x *RenewFileRsp) String() string

type SendListQueryReq

type SendListQueryReq struct {
	Uin        int64 `protobuf:"varint,1,opt,name=uin,proto3" json:"uin,omitempty"`
	BeginIndex int32 `protobuf:"varint,2,opt,name=beginIndex,proto3" json:"beginIndex,omitempty"`
	ReqCount   int32 `protobuf:"varint,3,opt,name=reqCount,proto3" json:"reqCount,omitempty"`
	// contains filtered or unexported fields
}

func (*SendListQueryReq) Descriptor deprecated

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

Deprecated: Use SendListQueryReq.ProtoReflect.Descriptor instead.

func (*SendListQueryReq) GetBeginIndex

func (x *SendListQueryReq) GetBeginIndex() int32

func (*SendListQueryReq) GetReqCount

func (x *SendListQueryReq) GetReqCount() int32

func (*SendListQueryReq) GetUin

func (x *SendListQueryReq) GetUin() int64

func (*SendListQueryReq) ProtoMessage

func (*SendListQueryReq) ProtoMessage()

func (*SendListQueryReq) ProtoReflect

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

func (*SendListQueryReq) Reset

func (x *SendListQueryReq) Reset()

func (*SendListQueryReq) String

func (x *SendListQueryReq) String() string

type SendListQueryRsp

type SendListQueryRsp struct {
	RetCode      int32       `protobuf:"varint,1,opt,name=retCode,proto3" json:"retCode,omitempty"`
	RetMsg       string      `protobuf:"bytes,2,opt,name=retMsg,proto3" json:"retMsg,omitempty"`
	FileTotCount int32       `protobuf:"varint,3,opt,name=fileTotCount,proto3" json:"fileTotCount,omitempty"`
	BeginIndex   int32       `protobuf:"varint,4,opt,name=beginIndex,proto3" json:"beginIndex,omitempty"`
	RspFileCount int32       `protobuf:"varint,5,opt,name=rspFileCount,proto3" json:"rspFileCount,omitempty"`
	IsEnd        int32       `protobuf:"varint,6,opt,name=isEnd,proto3" json:"isEnd,omitempty"`
	TotLimit     int64       `protobuf:"varint,7,opt,name=totLimit,proto3" json:"totLimit,omitempty"`
	UsedLimit    int64       `protobuf:"varint,8,opt,name=usedLimit,proto3" json:"usedLimit,omitempty"`
	FileList     []*FileInfo `protobuf:"bytes,9,rep,name=fileList,proto3" json:"fileList,omitempty"`
	// contains filtered or unexported fields
}

func (*SendListQueryRsp) Descriptor deprecated

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

Deprecated: Use SendListQueryRsp.ProtoReflect.Descriptor instead.

func (*SendListQueryRsp) GetBeginIndex

func (x *SendListQueryRsp) GetBeginIndex() int32

func (*SendListQueryRsp) GetFileList

func (x *SendListQueryRsp) GetFileList() []*FileInfo

func (*SendListQueryRsp) GetFileTotCount

func (x *SendListQueryRsp) GetFileTotCount() int32

func (*SendListQueryRsp) GetIsEnd

func (x *SendListQueryRsp) GetIsEnd() int32

func (*SendListQueryRsp) GetRetCode

func (x *SendListQueryRsp) GetRetCode() int32

func (*SendListQueryRsp) GetRetMsg

func (x *SendListQueryRsp) GetRetMsg() string

func (*SendListQueryRsp) GetRspFileCount

func (x *SendListQueryRsp) GetRspFileCount() int32

func (*SendListQueryRsp) GetTotLimit

func (x *SendListQueryRsp) GetTotLimit() int64

func (*SendListQueryRsp) GetUsedLimit

func (x *SendListQueryRsp) GetUsedLimit() int64

func (*SendListQueryRsp) ProtoMessage

func (*SendListQueryRsp) ProtoMessage()

func (*SendListQueryRsp) ProtoReflect

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

func (*SendListQueryRsp) Reset

func (x *SendListQueryRsp) Reset()

func (*SendListQueryRsp) String

func (x *SendListQueryRsp) String() string

type UploadSuccReq

type UploadSuccReq struct {
	SenderUin int64  `protobuf:"varint,10,opt,name=senderUin,proto3" json:"senderUin,omitempty"`
	RecverUin int64  `protobuf:"varint,20,opt,name=recverUin,proto3" json:"recverUin,omitempty"`
	Uuid      []byte `protobuf:"bytes,30,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadSuccReq) Descriptor deprecated

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

Deprecated: Use UploadSuccReq.ProtoReflect.Descriptor instead.

func (*UploadSuccReq) GetRecverUin

func (x *UploadSuccReq) GetRecverUin() int64

func (*UploadSuccReq) GetSenderUin

func (x *UploadSuccReq) GetSenderUin() int64

func (*UploadSuccReq) GetUuid

func (x *UploadSuccReq) GetUuid() []byte

func (*UploadSuccReq) ProtoMessage

func (*UploadSuccReq) ProtoMessage()

func (*UploadSuccReq) ProtoReflect

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

func (*UploadSuccReq) Reset

func (x *UploadSuccReq) Reset()

func (*UploadSuccReq) String

func (x *UploadSuccReq) String() string

type UploadSuccRsp

type UploadSuccRsp struct {
	RetCode  int32     `protobuf:"varint,10,opt,name=retCode,proto3" json:"retCode,omitempty"`
	RetMsg   string    `protobuf:"bytes,20,opt,name=retMsg,proto3" json:"retMsg,omitempty"`
	FileInfo *FileInfo `protobuf:"bytes,30,opt,name=fileInfo,proto3" json:"fileInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadSuccRsp) Descriptor deprecated

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

Deprecated: Use UploadSuccRsp.ProtoReflect.Descriptor instead.

func (*UploadSuccRsp) GetFileInfo

func (x *UploadSuccRsp) GetFileInfo() *FileInfo

func (*UploadSuccRsp) GetRetCode

func (x *UploadSuccRsp) GetRetCode() int32

func (*UploadSuccRsp) GetRetMsg

func (x *UploadSuccRsp) GetRetMsg() string

func (*UploadSuccRsp) ProtoMessage

func (*UploadSuccRsp) ProtoMessage()

func (*UploadSuccRsp) ProtoReflect

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

func (*UploadSuccRsp) Reset

func (x *UploadSuccRsp) Reset()

func (*UploadSuccRsp) String

func (x *UploadSuccRsp) String() string

Jump to

Keyboard shortcuts

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