// Code generated by protoc-gen-golite. DO NOT EDIT. // source: cmd0x346.proto package cmd0x346 type ApplyCleanTrafficRsp struct { RetCode int32 `protobuf:"varint,10,opt"` RetMsg string `protobuf:"bytes,20,opt"` } func (x *ApplyCleanTrafficRsp) GetRetCode() int32 { if x != nil { return x.RetCode } return 0 } func (x *ApplyCleanTrafficRsp) GetRetMsg() string { if x != nil { return x.RetMsg } return "" } type ApplyCopyFromReq struct { SrcUin int64 `protobuf:"varint,10,opt"` SrcGroup int64 `protobuf:"varint,20,opt"` SrcSvcid int32 `protobuf:"varint,30,opt"` SrcParentfolder []byte `protobuf:"bytes,40,opt"` SrcUuid []byte `protobuf:"bytes,50,opt"` FileMd5 []byte `protobuf:"bytes,60,opt"` DstUin int64 `protobuf:"varint,70,opt"` FileSize int64 `protobuf:"varint,80,opt"` FileName string `protobuf:"bytes,90,opt"` DangerLevel int32 `protobuf:"varint,100,opt"` TotalSpace int64 `protobuf:"varint,110,opt"` } func (x *ApplyCopyFromReq) GetSrcUin() int64 { if x != nil { return x.SrcUin } return 0 } func (x *ApplyCopyFromReq) GetSrcGroup() int64 { if x != nil { return x.SrcGroup } return 0 } func (x *ApplyCopyFromReq) GetSrcSvcid() int32 { if x != nil { return x.SrcSvcid } return 0 } func (x *ApplyCopyFromReq) GetSrcParentfolder() []byte { if x != nil { return x.SrcParentfolder } return nil } func (x *ApplyCopyFromReq) GetSrcUuid() []byte { if x != nil { return x.SrcUuid } return nil } func (x *ApplyCopyFromReq) GetFileMd5() []byte { if x != nil { return x.FileMd5 } return nil } func (x *ApplyCopyFromReq) GetDstUin() int64 { if x != nil { return x.DstUin } return 0 } func (x *ApplyCopyFromReq) GetFileSize() int64 { if x != nil { return x.FileSize } return 0 } func (x *ApplyCopyFromReq) GetFileName() string { if x != nil { return x.FileName } return "" } func (x *ApplyCopyFromReq) GetDangerLevel() int32 { if x != nil { return x.DangerLevel } return 0 } func (x *ApplyCopyFromReq) GetTotalSpace() int64 { if x != nil { return x.TotalSpace } return 0 } type ApplyCopyFromRsp struct { RetCode int32 `protobuf:"varint,10,opt"` RetMsg string `protobuf:"bytes,20,opt"` Uuid []byte `protobuf:"bytes,30,opt"` TotalSpace int64 `protobuf:"varint,40,opt"` } func (x *ApplyCopyFromRsp) GetRetCode() int32 { if x != nil { return x.RetCode } return 0 } func (x *ApplyCopyFromRsp) GetRetMsg() string { if x != nil { return x.RetMsg } return "" } func (x *ApplyCopyFromRsp) GetUuid() []byte { if x != nil { return x.Uuid } return nil } func (x *ApplyCopyFromRsp) GetTotalSpace() int64 { if x != nil { return x.TotalSpace } return 0 } type ApplyCopyToReq struct { DstId int64 `protobuf:"varint,10,opt"` DstUin int64 `protobuf:"varint,20,opt"` DstSvcid int32 `protobuf:"varint,30,opt"` SrcUin int64 `protobuf:"varint,40,opt"` FileSize int64 `protobuf:"varint,50,opt"` FileName string `protobuf:"bytes,60,opt"` LocalFilepath string `protobuf:"bytes,70,opt"` Uuid []byte `protobuf:"bytes,80,opt"` } func (x *ApplyCopyToReq) GetDstId() int64 { if x != nil { return x.DstId } return 0 } func (x *ApplyCopyToReq) GetDstUin() int64 { if x != nil { return x.DstUin } return 0 } func (x *ApplyCopyToReq) GetDstSvcid() int32 { if x != nil { return x.DstSvcid } return 0 } func (x *ApplyCopyToReq) GetSrcUin() int64 { if x != nil { return x.SrcUin } return 0 } func (x *ApplyCopyToReq) GetFileSize() int64 { if x != nil { return x.FileSize } return 0 } func (x *ApplyCopyToReq) GetFileName() string { if x != nil { return x.FileName } return "" } func (x *ApplyCopyToReq) GetLocalFilepath() string { if x != nil { return x.LocalFilepath } return "" } func (x *ApplyCopyToReq) GetUuid() []byte { if x != nil { return x.Uuid } return nil } type ApplyCopyToRsp struct { RetCode int32 `protobuf:"varint,10,opt"` RetMsg string `protobuf:"bytes,20,opt"` FileKey string `protobuf:"bytes,30,opt"` } func (x *ApplyCopyToRsp) GetRetCode() int32 { if x != nil { return x.RetCode } return 0 } func (x *ApplyCopyToRsp) GetRetMsg() string { if x != nil { return x.RetMsg } return "" } func (x *ApplyCopyToRsp) GetFileKey() string { if x != nil { return x.FileKey } return "" } type ApplyDownloadAbsReq struct { Uin int64 `protobuf:"varint,10,opt"` Uuid []byte `protobuf:"bytes,20,opt"` } func (x *ApplyDownloadAbsReq) GetUin() int64 { if x != nil { return x.Uin } return 0 } func (x *ApplyDownloadAbsReq) GetUuid() []byte { if x != nil { return x.Uuid } return nil } type ApplyDownloadAbsRsp struct { RetCode int32 `protobuf:"varint,10,opt"` RetMsg string `protobuf:"bytes,20,opt"` DownloadInfo *DownloadInfo `protobuf:"bytes,30,opt"` } func (x *ApplyDownloadAbsRsp) GetRetCode() int32 { if x != nil { return x.RetCode } return 0 } func (x *ApplyDownloadAbsRsp) GetRetMsg() string { if x != nil { return x.RetMsg } return "" } func (x *ApplyDownloadAbsRsp) GetDownloadInfo() *DownloadInfo { if x != nil { return x.DownloadInfo } return nil } type ApplyDownloadReq struct { Uin int64 `protobuf:"varint,10,opt"` Uuid []byte `protobuf:"bytes,20,opt"` OwnerType int32 `protobuf:"varint,30,opt"` ExtIntype int32 `protobuf:"varint,500,opt"` } func (x *ApplyDownloadReq) GetUin() int64 { if x != nil { return x.Uin } return 0 } func (x *ApplyDownloadReq) GetUuid() []byte { if x != nil { return x.Uuid } return nil } func (x *ApplyDownloadReq) GetOwnerType() int32 { if x != nil { return x.OwnerType } return 0 } func (x *ApplyDownloadReq) GetExtIntype() int32 { if x != nil { return x.ExtIntype } return 0 } type ApplyDownloadRsp struct { RetCode int32 `protobuf:"varint,10,opt"` RetMsg string `protobuf:"bytes,20,opt"` DownloadInfo *DownloadInfo `protobuf:"bytes,30,opt"` FileInfo *FileInfo `protobuf:"bytes,40,opt"` } func (x *ApplyDownloadRsp) GetRetCode() int32 { if x != nil { return x.RetCode } return 0 } func (x *ApplyDownloadRsp) GetRetMsg() string { if x != nil { return x.RetMsg } return "" } func (x *ApplyDownloadRsp) GetDownloadInfo() *DownloadInfo { if x != nil { return x.DownloadInfo } return nil } func (x *ApplyDownloadRsp) GetFileInfo() *FileInfo { if x != nil { return x.FileInfo } return nil } type ApplyForwardFileReq struct { SenderUin int64 `protobuf:"varint,10,opt"` RecverUin int64 `protobuf:"varint,20,opt"` Uuid []byte `protobuf:"bytes,30,opt"` DangerLevel int32 `protobuf:"varint,40,opt"` TotalSpace int64 `protobuf:"varint,50,opt"` } func (x *ApplyForwardFileReq) GetSenderUin() int64 { if x != nil { return x.SenderUin } return 0 } func (x *ApplyForwardFileReq) GetRecverUin() int64 { if x != nil { return x.RecverUin } return 0 } func (x *ApplyForwardFileReq) GetUuid() []byte { if x != nil { return x.Uuid } return nil } func (x *ApplyForwardFileReq) GetDangerLevel() int32 { if x != nil { return x.DangerLevel } return 0 } func (x *ApplyForwardFileReq) GetTotalSpace() int64 { if x != nil { return x.TotalSpace } return 0 } type ApplyForwardFileRsp struct { RetCode int32 `protobuf:"varint,10,opt"` RetMsg string `protobuf:"bytes,20,opt"` TotalSpace int64 `protobuf:"varint,30,opt"` UsedSpace int64 `protobuf:"varint,40,opt"` Uuid []byte `protobuf:"bytes,50,opt"` } func (x *ApplyForwardFileRsp) GetRetCode() int32 { if x != nil { return x.RetCode } return 0 } func (x *ApplyForwardFileRsp) GetRetMsg() string { if x != nil { return x.RetMsg } return "" } func (x *ApplyForwardFileRsp) GetTotalSpace() int64 { if x != nil { return x.TotalSpace } return 0 } func (x *ApplyForwardFileRsp) GetUsedSpace() int64 { if x != nil { return x.UsedSpace } return 0 } func (x *ApplyForwardFileRsp) GetUuid() []byte { if x != nil { return x.Uuid } return nil } type ApplyGetTrafficReq struct { } type ApplyGetTrafficRsp struct { RetCode int32 `protobuf:"varint,10,opt"` RetMsg string `protobuf:"bytes,20,opt"` UseFileSize int64 `protobuf:"varint,30,opt"` UseFileNum int32 `protobuf:"varint,40,opt"` AllFileSize int64 `protobuf:"varint,50,opt"` AllFileNum int32 `protobuf:"varint,60,opt"` } func (x *ApplyGetTrafficRsp) GetRetCode() int32 { if x != nil { return x.RetCode } return 0 } func (x *ApplyGetTrafficRsp) GetRetMsg() string { if x != nil { return x.RetMsg } return "" } func (x *ApplyGetTrafficRsp) GetUseFileSize() int64 { if x != nil { return x.UseFileSize } return 0 } func (x *ApplyGetTrafficRsp) GetUseFileNum() int32 { if x != nil { return x.UseFileNum } return 0 } func (x *ApplyGetTrafficRsp) GetAllFileSize() int64 { if x != nil { return x.AllFileSize } return 0 } func (x *ApplyGetTrafficRsp) GetAllFileNum() int32 { if x != nil { return x.AllFileNum } return 0 } type ApplyListDownloadReq struct { Uin int64 `protobuf:"varint,10,opt"` BeginIndex int32 `protobuf:"varint,20,opt"` ReqCount int32 `protobuf:"varint,30,opt"` } func (x *ApplyListDownloadReq) GetUin() int64 { if x != nil { return x.Uin } return 0 } func (x *ApplyListDownloadReq) GetBeginIndex() int32 { if x != nil { return x.BeginIndex } return 0 } func (x *ApplyListDownloadReq) GetReqCount() int32 { if x != nil { return x.ReqCount } return 0 } type ApplyListDownloadRsp struct { RetCode int32 `protobuf:"varint,10,opt"` RetMsg string `protobuf:"bytes,20,opt"` TotalCount int32 `protobuf:"varint,30,opt"` BeginIndex int32 `protobuf:"varint,40,opt"` RspCount int32 `protobuf:"varint,50,opt"` IsEnd int32 `protobuf:"varint,60,opt"` FileList []*FileInfo `protobuf:"bytes,70,rep"` } func (x *ApplyListDownloadRsp) GetRetCode() int32 { if x != nil { return x.RetCode } return 0 } func (x *ApplyListDownloadRsp) GetRetMsg() string { if x != nil { return x.RetMsg } return "" } func (x *ApplyListDownloadRsp) GetTotalCount() int32 { if x != nil { return x.TotalCount } return 0 } func (x *ApplyListDownloadRsp) GetBeginIndex() int32 { if x != nil { return x.BeginIndex } return 0 } func (x *ApplyListDownloadRsp) GetRspCount() int32 { if x != nil { return x.RspCount } return 0 } func (x *ApplyListDownloadRsp) GetIsEnd() int32 { if x != nil { return x.IsEnd } return 0 } func (x *ApplyListDownloadRsp) GetFileList() []*FileInfo { if x != nil { return x.FileList } return nil } type ApplyUploadHitReq struct { SenderUin int64 `protobuf:"varint,10,opt"` RecverUin int64 `protobuf:"varint,20,opt"` FileSize int64 `protobuf:"varint,30,opt"` FileName string `protobuf:"bytes,40,opt"` Bytes_10MMd5 []byte `protobuf:"bytes,50,opt"` LocalFilepath string `protobuf:"bytes,60,opt"` DangerLevel int32 `protobuf:"varint,70,opt"` TotalSpace int64 `protobuf:"varint,80,opt"` } func (x *ApplyUploadHitReq) GetSenderUin() int64 { if x != nil { return x.SenderUin } return 0 } func (x *ApplyUploadHitReq) GetRecverUin() int64 { if x != nil { return x.RecverUin } return 0 } func (x *ApplyUploadHitReq) GetFileSize() int64 { if x != nil { return x.FileSize } return 0 } func (x *ApplyUploadHitReq) GetFileName() string { if x != nil { return x.FileName } return "" } func (x *ApplyUploadHitReq) GetBytes_10MMd5() []byte { if x != nil { return x.Bytes_10MMd5 } return nil } func (x *ApplyUploadHitReq) GetLocalFilepath() string { if x != nil { return x.LocalFilepath } return "" } func (x *ApplyUploadHitReq) GetDangerLevel() int32 { if x != nil { return x.DangerLevel } return 0 } func (x *ApplyUploadHitReq) GetTotalSpace() int64 { if x != nil { return x.TotalSpace } return 0 } type ApplyUploadHitReqV2 struct { SenderUin int64 `protobuf:"varint,10,opt"` RecverUin int64 `protobuf:"varint,20,opt"` FileSize int64 `protobuf:"varint,30,opt"` FileName string `protobuf:"bytes,40,opt"` Bytes_10MMd5 []byte `protobuf:"bytes,50,opt"` Bytes_3Sha []byte `protobuf:"bytes,60,opt"` Sha []byte `protobuf:"bytes,70,opt"` LocalFilepath string `protobuf:"bytes,80,opt"` DangerLevel int32 `protobuf:"varint,90,opt"` TotalSpace int64 `protobuf:"varint,100,opt"` } func (x *ApplyUploadHitReqV2) GetSenderUin() int64 { if x != nil { return x.SenderUin } return 0 } func (x *ApplyUploadHitReqV2) GetRecverUin() int64 { if x != nil { return x.RecverUin } return 0 } func (x *ApplyUploadHitReqV2) GetFileSize() int64 { if x != nil { return x.FileSize } return 0 } func (x *ApplyUploadHitReqV2) GetFileName() string { if x != nil { return x.FileName } return "" } func (x *ApplyUploadHitReqV2) GetBytes_10MMd5() []byte { if x != nil { return x.Bytes_10MMd5 } return nil } func (x *ApplyUploadHitReqV2) GetBytes_3Sha() []byte { if x != nil { return x.Bytes_3Sha } return nil } func (x *ApplyUploadHitReqV2) GetSha() []byte { if x != nil { return x.Sha } return nil } func (x *ApplyUploadHitReqV2) GetLocalFilepath() string { if x != nil { return x.LocalFilepath } return "" } func (x *ApplyUploadHitReqV2) GetDangerLevel() int32 { if x != nil { return x.DangerLevel } return 0 } func (x *ApplyUploadHitReqV2) GetTotalSpace() int64 { if x != nil { return x.TotalSpace } return 0 } type ApplyUploadHitReqV3 struct { SenderUin int64 `protobuf:"varint,10,opt"` RecverUin int64 `protobuf:"varint,20,opt"` FileSize int64 `protobuf:"varint,30,opt"` FileName string `protobuf:"bytes,40,opt"` Bytes_10MMd5 []byte `protobuf:"bytes,50,opt"` Sha []byte `protobuf:"bytes,60,opt"` LocalFilepath string `protobuf:"bytes,70,opt"` DangerLevel int32 `protobuf:"varint,80,opt"` TotalSpace int64 `protobuf:"varint,90,opt"` } func (x *ApplyUploadHitReqV3) GetSenderUin() int64 { if x != nil { return x.SenderUin } return 0 } func (x *ApplyUploadHitReqV3) GetRecverUin() int64 { if x != nil { return x.RecverUin } return 0 } func (x *ApplyUploadHitReqV3) GetFileSize() int64 { if x != nil { return x.FileSize } return 0 } func (x *ApplyUploadHitReqV3) GetFileName() string { if x != nil { return x.FileName } return "" } func (x *ApplyUploadHitReqV3) GetBytes_10MMd5() []byte { if x != nil { return x.Bytes_10MMd5 } return nil } func (x *ApplyUploadHitReqV3) GetSha() []byte { if x != nil { return x.Sha } return nil } func (x *ApplyUploadHitReqV3) GetLocalFilepath() string { if x != nil { return x.LocalFilepath } return "" } func (x *ApplyUploadHitReqV3) GetDangerLevel() int32 { if x != nil { return x.DangerLevel } return 0 } func (x *ApplyUploadHitReqV3) GetTotalSpace() int64 { if x != nil { return x.TotalSpace } return 0 } type ApplyUploadHitRsp struct { RetCode int32 `protobuf:"varint,10,opt"` RetMsg string `protobuf:"bytes,20,opt"` UploadIp string `protobuf:"bytes,30,opt"` UploadPort int32 `protobuf:"varint,40,opt"` UploadDomain string `protobuf:"bytes,50,opt"` Uuid []byte `protobuf:"bytes,60,opt"` UploadKey []byte `protobuf:"bytes,70,opt"` TotalSpace int64 `protobuf:"varint,80,opt"` UsedSpace int64 `protobuf:"varint,90,opt"` } func (x *ApplyUploadHitRsp) GetRetCode() int32 { if x != nil { return x.RetCode } return 0 } func (x *ApplyUploadHitRsp) GetRetMsg() string { if x != nil { return x.RetMsg } return "" } func (x *ApplyUploadHitRsp) GetUploadIp() string { if x != nil { return x.UploadIp } return "" } func (x *ApplyUploadHitRsp) GetUploadPort() int32 { if x != nil { return x.UploadPort } return 0 } func (x *ApplyUploadHitRsp) GetUploadDomain() string { if x != nil { return x.UploadDomain } return "" } func (x *ApplyUploadHitRsp) GetUuid() []byte { if x != nil { return x.Uuid } return nil } func (x *ApplyUploadHitRsp) GetUploadKey() []byte { if x != nil { return x.UploadKey } return nil } func (x *ApplyUploadHitRsp) GetTotalSpace() int64 { if x != nil { return x.TotalSpace } return 0 } func (x *ApplyUploadHitRsp) GetUsedSpace() int64 { if x != nil { return x.UsedSpace } return 0 } type ApplyUploadHitRspV2 struct { RetCode int32 `protobuf:"varint,10,opt"` RetMsg string `protobuf:"bytes,20,opt"` UploadIp string `protobuf:"bytes,30,opt"` UploadPort int32 `protobuf:"varint,40,opt"` UploadDomain string `protobuf:"bytes,50,opt"` Uuid []byte `protobuf:"bytes,60,opt"` UploadKey []byte `protobuf:"bytes,70,opt"` TotalSpace int64 `protobuf:"varint,80,opt"` UsedSpace int64 `protobuf:"varint,90,opt"` } func (x *ApplyUploadHitRspV2) GetRetCode() int32 { if x != nil { return x.RetCode } return 0 } func (x *ApplyUploadHitRspV2) GetRetMsg() string { if x != nil { return x.RetMsg } return "" } func (x *ApplyUploadHitRspV2) GetUploadIp() string { if x != nil { return x.UploadIp } return "" } func (x *ApplyUploadHitRspV2) GetUploadPort() int32 { if x != nil { return x.UploadPort } return 0 } func (x *ApplyUploadHitRspV2) GetUploadDomain() string { if x != nil { return x.UploadDomain } return "" } func (x *ApplyUploadHitRspV2) GetUuid() []byte { if x != nil { return x.Uuid } return nil } func (x *ApplyUploadHitRspV2) GetUploadKey() []byte { if x != nil { return x.UploadKey } return nil } func (x *ApplyUploadHitRspV2) GetTotalSpace() int64 { if x != nil { return x.TotalSpace } return 0 } func (x *ApplyUploadHitRspV2) GetUsedSpace() int64 { if x != nil { return x.UsedSpace } return 0 } type ApplyUploadHitRspV3 struct { RetCode int32 `protobuf:"varint,10,opt"` RetMsg string `protobuf:"bytes,20,opt"` UploadIp string `protobuf:"bytes,30,opt"` UploadPort int32 `protobuf:"varint,40,opt"` UploadDomain string `protobuf:"bytes,50,opt"` Uuid []byte `protobuf:"bytes,60,opt"` UploadKey []byte `protobuf:"bytes,70,opt"` TotalSpace int64 `protobuf:"varint,80,opt"` UsedSpace int64 `protobuf:"varint,90,opt"` } func (x *ApplyUploadHitRspV3) GetRetCode() int32 { if x != nil { return x.RetCode } return 0 } func (x *ApplyUploadHitRspV3) GetRetMsg() string { if x != nil { return x.RetMsg } return "" } func (x *ApplyUploadHitRspV3) GetUploadIp() string { if x != nil { return x.UploadIp } return "" } func (x *ApplyUploadHitRspV3) GetUploadPort() int32 { if x != nil { return x.UploadPort } return 0 } func (x *ApplyUploadHitRspV3) GetUploadDomain() string { if x != nil { return x.UploadDomain } return "" } func (x *ApplyUploadHitRspV3) GetUuid() []byte { if x != nil { return x.Uuid } return nil } func (x *ApplyUploadHitRspV3) GetUploadKey() []byte { if x != nil { return x.UploadKey } return nil } func (x *ApplyUploadHitRspV3) GetTotalSpace() int64 { if x != nil { return x.TotalSpace } return 0 } func (x *ApplyUploadHitRspV3) GetUsedSpace() int64 { if x != nil { return x.UsedSpace } return 0 } type ApplyUploadReq struct { SenderUin int64 `protobuf:"varint,10,opt"` RecverUin int64 `protobuf:"varint,20,opt"` FileType int32 `protobuf:"varint,30,opt"` FileSize int64 `protobuf:"varint,40,opt"` FileName string `protobuf:"bytes,50,opt"` Bytes_10MMd5 []byte `protobuf:"bytes,60,opt"` LocalFilepath string `protobuf:"bytes,70,opt"` DangerLevel int32 `protobuf:"varint,80,opt"` TotalSpace int64 `protobuf:"varint,90,opt"` } func (x *ApplyUploadReq) GetSenderUin() int64 { if x != nil { return x.SenderUin } return 0 } func (x *ApplyUploadReq) GetRecverUin() int64 { if x != nil { return x.RecverUin } return 0 } func (x *ApplyUploadReq) GetFileType() int32 { if x != nil { return x.FileType } return 0 } func (x *ApplyUploadReq) GetFileSize() int64 { if x != nil { return x.FileSize } return 0 } func (x *ApplyUploadReq) GetFileName() string { if x != nil { return x.FileName } return "" } func (x *ApplyUploadReq) GetBytes_10MMd5() []byte { if x != nil { return x.Bytes_10MMd5 } return nil } func (x *ApplyUploadReq) GetLocalFilepath() string { if x != nil { return x.LocalFilepath } return "" } func (x *ApplyUploadReq) GetDangerLevel() int32 { if x != nil { return x.DangerLevel } return 0 } func (x *ApplyUploadReq) GetTotalSpace() int64 { if x != nil { return x.TotalSpace } return 0 } type ApplyUploadReqV2 struct { SenderUin int64 `protobuf:"varint,10,opt"` RecverUin int64 `protobuf:"varint,20,opt"` FileSize int64 `protobuf:"varint,30,opt"` FileName string `protobuf:"bytes,40,opt"` Bytes_10MMd5 []byte `protobuf:"bytes,50,opt"` Bytes_3Sha []byte `protobuf:"bytes,60,opt"` LocalFilepath string `protobuf:"bytes,70,opt"` DangerLevel int32 `protobuf:"varint,80,opt"` TotalSpace int64 `protobuf:"varint,90,opt"` } func (x *ApplyUploadReqV2) GetSenderUin() int64 { if x != nil { return x.SenderUin } return 0 } func (x *ApplyUploadReqV2) GetRecverUin() int64 { if x != nil { return x.RecverUin } return 0 } func (x *ApplyUploadReqV2) GetFileSize() int64 { if x != nil { return x.FileSize } return 0 } func (x *ApplyUploadReqV2) GetFileName() string { if x != nil { return x.FileName } return "" } func (x *ApplyUploadReqV2) GetBytes_10MMd5() []byte { if x != nil { return x.Bytes_10MMd5 } return nil } func (x *ApplyUploadReqV2) GetBytes_3Sha() []byte { if x != nil { return x.Bytes_3Sha } return nil } func (x *ApplyUploadReqV2) GetLocalFilepath() string { if x != nil { return x.LocalFilepath } return "" } func (x *ApplyUploadReqV2) GetDangerLevel() int32 { if x != nil { return x.DangerLevel } return 0 } func (x *ApplyUploadReqV2) GetTotalSpace() int64 { if x != nil { return x.TotalSpace } return 0 } type ApplyUploadReqV3 struct { SenderUin int64 `protobuf:"varint,10,opt"` RecverUin int64 `protobuf:"varint,20,opt"` FileSize int64 `protobuf:"varint,30,opt"` FileName string `protobuf:"bytes,40,opt"` Bytes_10MMd5 []byte `protobuf:"bytes,50,opt"` Sha []byte `protobuf:"bytes,60,opt"` LocalFilepath string `protobuf:"bytes,70,opt"` DangerLevel int32 `protobuf:"varint,80,opt"` TotalSpace int64 `protobuf:"varint,90,opt"` } func (x *ApplyUploadReqV3) GetSenderUin() int64 { if x != nil { return x.SenderUin } return 0 } func (x *ApplyUploadReqV3) GetRecverUin() int64 { if x != nil { return x.RecverUin } return 0 } func (x *ApplyUploadReqV3) GetFileSize() int64 { if x != nil { return x.FileSize } return 0 } func (x *ApplyUploadReqV3) GetFileName() string { if x != nil { return x.FileName } return "" } func (x *ApplyUploadReqV3) GetBytes_10MMd5() []byte { if x != nil { return x.Bytes_10MMd5 } return nil } func (x *ApplyUploadReqV3) GetSha() []byte { if x != nil { return x.Sha } return nil } func (x *ApplyUploadReqV3) GetLocalFilepath() string { if x != nil { return x.LocalFilepath } return "" } func (x *ApplyUploadReqV3) GetDangerLevel() int32 { if x != nil { return x.DangerLevel } return 0 } func (x *ApplyUploadReqV3) GetTotalSpace() int64 { if x != nil { return x.TotalSpace } return 0 } type ApplyUploadRsp struct { RetCode int32 `protobuf:"varint,10,opt"` RetMsg string `protobuf:"bytes,20,opt"` TotalSpace int64 `protobuf:"varint,30,opt"` UsedSpace int64 `protobuf:"varint,40,opt"` UploadedSize int64 `protobuf:"varint,50,opt"` UploadIp string `protobuf:"bytes,60,opt"` UploadDomain string `protobuf:"bytes,70,opt"` UploadPort int32 `protobuf:"varint,80,opt"` Uuid []byte `protobuf:"bytes,90,opt"` UploadKey []byte `protobuf:"bytes,100,opt"` BoolFileExist bool `protobuf:"varint,110,opt"` PackSize int32 `protobuf:"varint,120,opt"` UploadipList []string `protobuf:"bytes,130,rep"` } func (x *ApplyUploadRsp) GetRetCode() int32 { if x != nil { return x.RetCode } return 0 } func (x *ApplyUploadRsp) GetRetMsg() string { if x != nil { return x.RetMsg } return "" } func (x *ApplyUploadRsp) GetTotalSpace() int64 { if x != nil { return x.TotalSpace } return 0 } func (x *ApplyUploadRsp) GetUsedSpace() int64 { if x != nil { return x.UsedSpace } return 0 } func (x *ApplyUploadRsp) GetUploadedSize() int64 { if x != nil { return x.UploadedSize } return 0 } func (x *ApplyUploadRsp) GetUploadIp() string { if x != nil { return x.UploadIp } return "" } func (x *ApplyUploadRsp) GetUploadDomain() string { if x != nil { return x.UploadDomain } return "" } func (x *ApplyUploadRsp) GetUploadPort() int32 { if x != nil { return x.UploadPort } return 0 } func (x *ApplyUploadRsp) GetUuid() []byte { if x != nil { return x.Uuid } return nil } func (x *ApplyUploadRsp) GetUploadKey() []byte { if x != nil { return x.UploadKey } return nil } func (x *ApplyUploadRsp) GetBoolFileExist() bool { if x != nil { return x.BoolFileExist } return false } func (x *ApplyUploadRsp) GetPackSize() int32 { if x != nil { return x.PackSize } return 0 } func (x *ApplyUploadRsp) GetUploadipList() []string { if x != nil { return x.UploadipList } return nil } type ApplyUploadRspV2 struct { RetCode int32 `protobuf:"varint,10,opt"` RetMsg string `protobuf:"bytes,20,opt"` TotalSpace int64 `protobuf:"varint,30,opt"` UsedSpace int64 `protobuf:"varint,40,opt"` UploadedSize int64 `protobuf:"varint,50,opt"` UploadIp string `protobuf:"bytes,60,opt"` UploadDomain string `protobuf:"bytes,70,opt"` UploadPort int32 `protobuf:"varint,80,opt"` Uuid []byte `protobuf:"bytes,90,opt"` UploadKey []byte `protobuf:"bytes,100,opt"` BoolFileExist bool `protobuf:"varint,110,opt"` PackSize int32 `protobuf:"varint,120,opt"` UploadipList []string `protobuf:"bytes,130,rep"` HttpsvrApiVer int32 `protobuf:"varint,140,opt"` Sha []byte `protobuf:"bytes,141,opt"` } func (x *ApplyUploadRspV2) GetRetCode() int32 { if x != nil { return x.RetCode } return 0 } func (x *ApplyUploadRspV2) GetRetMsg() string { if x != nil { return x.RetMsg } return "" } func (x *ApplyUploadRspV2) GetTotalSpace() int64 { if x != nil { return x.TotalSpace } return 0 } func (x *ApplyUploadRspV2) GetUsedSpace() int64 { if x != nil { return x.UsedSpace } return 0 } func (x *ApplyUploadRspV2) GetUploadedSize() int64 { if x != nil { return x.UploadedSize } return 0 } func (x *ApplyUploadRspV2) GetUploadIp() string { if x != nil { return x.UploadIp } return "" } func (x *ApplyUploadRspV2) GetUploadDomain() string { if x != nil { return x.UploadDomain } return "" } func (x *ApplyUploadRspV2) GetUploadPort() int32 { if x != nil { return x.UploadPort } return 0 } func (x *ApplyUploadRspV2) GetUuid() []byte { if x != nil { return x.Uuid } return nil } func (x *ApplyUploadRspV2) GetUploadKey() []byte { if x != nil { return x.UploadKey } return nil } func (x *ApplyUploadRspV2) GetBoolFileExist() bool { if x != nil { return x.BoolFileExist } return false } func (x *ApplyUploadRspV2) GetPackSize() int32 { if x != nil { return x.PackSize } return 0 } func (x *ApplyUploadRspV2) GetUploadipList() []string { if x != nil { return x.UploadipList } return nil } func (x *ApplyUploadRspV2) GetHttpsvrApiVer() int32 { if x != nil { return x.HttpsvrApiVer } return 0 } func (x *ApplyUploadRspV2) GetSha() []byte { if x != nil { return x.Sha } return nil } type ApplyUploadRspV3 struct { RetCode int32 `protobuf:"varint,10,opt"` RetMsg string `protobuf:"bytes,20,opt"` TotalSpace int64 `protobuf:"varint,30,opt"` UsedSpace int64 `protobuf:"varint,40,opt"` UploadedSize int64 `protobuf:"varint,50,opt"` UploadIp string `protobuf:"bytes,60,opt"` UploadDomain string `protobuf:"bytes,70,opt"` UploadPort int32 `protobuf:"varint,80,opt"` Uuid []byte `protobuf:"bytes,90,opt"` UploadKey []byte `protobuf:"bytes,100,opt"` BoolFileExist bool `protobuf:"varint,110,opt"` PackSize int32 `protobuf:"varint,120,opt"` UploadIpList []string `protobuf:"bytes,130,rep"` UploadHttpsPort int32 `protobuf:"varint,140,opt"` UploadHttpsDomain string `protobuf:"bytes,150,opt"` UploadDns string `protobuf:"bytes,160,opt"` UploadLanip string `protobuf:"bytes,170,opt"` } func (x *ApplyUploadRspV3) GetRetCode() int32 { if x != nil { return x.RetCode } return 0 } func (x *ApplyUploadRspV3) GetRetMsg() string { if x != nil { return x.RetMsg } return "" } func (x *ApplyUploadRspV3) GetTotalSpace() int64 { if x != nil { return x.TotalSpace } return 0 } func (x *ApplyUploadRspV3) GetUsedSpace() int64 { if x != nil { return x.UsedSpace } return 0 } func (x *ApplyUploadRspV3) GetUploadedSize() int64 { if x != nil { return x.UploadedSize } return 0 } func (x *ApplyUploadRspV3) GetUploadIp() string { if x != nil { return x.UploadIp } return "" } func (x *ApplyUploadRspV3) GetUploadDomain() string { if x != nil { return x.UploadDomain } return "" } func (x *ApplyUploadRspV3) GetUploadPort() int32 { if x != nil { return x.UploadPort } return 0 } func (x *ApplyUploadRspV3) GetUuid() []byte { if x != nil { return x.Uuid } return nil } func (x *ApplyUploadRspV3) GetUploadKey() []byte { if x != nil { return x.UploadKey } return nil } func (x *ApplyUploadRspV3) GetBoolFileExist() bool { if x != nil { return x.BoolFileExist } return false } func (x *ApplyUploadRspV3) GetPackSize() int32 { if x != nil { return x.PackSize } return 0 } func (x *ApplyUploadRspV3) GetUploadIpList() []string { if x != nil { return x.UploadIpList } return nil } func (x *ApplyUploadRspV3) GetUploadHttpsPort() int32 { if x != nil { return x.UploadHttpsPort } return 0 } func (x *ApplyUploadRspV3) GetUploadHttpsDomain() string { if x != nil { return x.UploadHttpsDomain } return "" } func (x *ApplyUploadRspV3) GetUploadDns() string { if x != nil { return x.UploadDns } return "" } func (x *ApplyUploadRspV3) GetUploadLanip() string { if x != nil { return x.UploadLanip } return "" } type DelMessageReq struct { UinSender int64 `protobuf:"varint,1,opt"` UinReceiver int64 `protobuf:"varint,2,opt"` Time int32 `protobuf:"varint,10,opt"` Random int32 `protobuf:"varint,20,opt"` SeqNo int32 `protobuf:"varint,30,opt"` } func (x *DelMessageReq) GetUinSender() int64 { if x != nil { return x.UinSender } return 0 } func (x *DelMessageReq) GetUinReceiver() int64 { if x != nil { return x.UinReceiver } return 0 } func (x *DelMessageReq) GetTime() int32 { if x != nil { return x.Time } return 0 } func (x *DelMessageReq) GetRandom() int32 { if x != nil { return x.Random } return 0 } func (x *DelMessageReq) GetSeqNo() int32 { if x != nil { return x.SeqNo } return 0 } type DeleteFileReq struct { Uin int64 `protobuf:"varint,10,opt"` PeerUin int64 `protobuf:"varint,20,opt"` DeleteType int32 `protobuf:"varint,30,opt"` Uuid []byte `protobuf:"bytes,40,opt"` } func (x *DeleteFileReq) GetUin() int64 { if x != nil { return x.Uin } return 0 } func (x *DeleteFileReq) GetPeerUin() int64 { if x != nil { return x.PeerUin } return 0 } func (x *DeleteFileReq) GetDeleteType() int32 { if x != nil { return x.DeleteType } return 0 } func (x *DeleteFileReq) GetUuid() []byte { if x != nil { return x.Uuid } return nil } type DeleteFileRsp struct { RetCode int32 `protobuf:"varint,10,opt"` RetMsg string `protobuf:"bytes,20,opt"` } func (x *DeleteFileRsp) GetRetCode() int32 { if x != nil { return x.RetCode } return 0 } func (x *DeleteFileRsp) GetRetMsg() string { if x != nil { return x.RetMsg } return "" } type DownloadInfo struct { DownloadKey []byte `protobuf:"bytes,10,opt"` DownloadIp string `protobuf:"bytes,20,opt"` DownloadDomain string `protobuf:"bytes,30,opt"` Port int32 `protobuf:"varint,40,opt"` DownloadUrl string `protobuf:"bytes,50,opt"` DownloadipList []string `protobuf:"bytes,60,rep"` Cookie string `protobuf:"bytes,70,opt"` } func (x *DownloadInfo) GetDownloadKey() []byte { if x != nil { return x.DownloadKey } return nil } func (x *DownloadInfo) GetDownloadIp() string { if x != nil { return x.DownloadIp } return "" } func (x *DownloadInfo) GetDownloadDomain() string { if x != nil { return x.DownloadDomain } return "" } func (x *DownloadInfo) GetPort() int32 { if x != nil { return x.Port } return 0 } func (x *DownloadInfo) GetDownloadUrl() string { if x != nil { return x.DownloadUrl } return "" } func (x *DownloadInfo) GetDownloadipList() []string { if x != nil { return x.DownloadipList } return nil } func (x *DownloadInfo) GetCookie() string { if x != nil { return x.Cookie } return "" } type DownloadSuccReq struct { Uin int64 `protobuf:"varint,10,opt"` Uuid []byte `protobuf:"bytes,20,opt"` } func (x *DownloadSuccReq) GetUin() int64 { if x != nil { return x.Uin } return 0 } func (x *DownloadSuccReq) GetUuid() []byte { if x != nil { return x.Uuid } return nil } type DownloadSuccRsp struct { RetCode int32 `protobuf:"varint,10,opt"` RetMsg string `protobuf:"bytes,20,opt"` DownStat int32 `protobuf:"varint,30,opt"` } func (x *DownloadSuccRsp) GetRetCode() int32 { if x != nil { return x.RetCode } return 0 } func (x *DownloadSuccRsp) GetRetMsg() string { if x != nil { return x.RetMsg } return "" } func (x *DownloadSuccRsp) GetDownStat() int32 { if x != nil { return x.DownStat } return 0 } type ExtensionReq struct { Id int64 `protobuf:"varint,1,opt"` Type int64 `protobuf:"varint,2,opt"` DstPhonenum string `protobuf:"bytes,3,opt"` PhoneConvertType int32 `protobuf:"varint,4,opt"` Sig []byte `protobuf:"bytes,20,opt"` RouteId int64 `protobuf:"varint,100,opt"` DelMessageReq *DelMessageReq `protobuf:"bytes,90100,opt"` DownloadUrlType int32 `protobuf:"varint,90200,opt"` PttFormat int32 `protobuf:"varint,90300,opt"` IsNeedInnerIp int32 `protobuf:"varint,90400,opt"` NetType int32 `protobuf:"varint,90500,opt"` VoiceType int32 `protobuf:"varint,90600,opt"` FileType int32 `protobuf:"varint,90700,opt"` PttTime int32 `protobuf:"varint,90800,opt"` } func (x *ExtensionReq) GetId() int64 { if x != nil { return x.Id } return 0 } func (x *ExtensionReq) GetType() int64 { if x != nil { return x.Type } return 0 } func (x *ExtensionReq) GetDstPhonenum() string { if x != nil { return x.DstPhonenum } return "" } func (x *ExtensionReq) GetPhoneConvertType() int32 { if x != nil { return x.PhoneConvertType } return 0 } func (x *ExtensionReq) GetSig() []byte { if x != nil { return x.Sig } return nil } func (x *ExtensionReq) GetRouteId() int64 { if x != nil { return x.RouteId } return 0 } func (x *ExtensionReq) GetDelMessageReq() *DelMessageReq { if x != nil { return x.DelMessageReq } return nil } func (x *ExtensionReq) GetDownloadUrlType() int32 { if x != nil { return x.DownloadUrlType } return 0 } func (x *ExtensionReq) GetPttFormat() int32 { if x != nil { return x.PttFormat } return 0 } func (x *ExtensionReq) GetIsNeedInnerIp() int32 { if x != nil { return x.IsNeedInnerIp } return 0 } func (x *ExtensionReq) GetNetType() int32 { if x != nil { return x.NetType } return 0 } func (x *ExtensionReq) GetVoiceType() int32 { if x != nil { return x.VoiceType } return 0 } func (x *ExtensionReq) GetFileType() int32 { if x != nil { return x.FileType } return 0 } func (x *ExtensionReq) GetPttTime() int32 { if x != nil { return x.PttTime } return 0 } type ExtensionRsp struct { } type FileInfo struct { Uin int64 `protobuf:"varint,1,opt"` DangerEvel int32 `protobuf:"varint,2,opt"` FileSize int64 `protobuf:"varint,3,opt"` LifeTime int32 `protobuf:"varint,4,opt"` UploadTime int32 `protobuf:"varint,5,opt"` Uuid []byte `protobuf:"bytes,6,opt"` FileName string `protobuf:"bytes,7,opt"` AbsFileType int32 `protobuf:"varint,90,opt"` Bytes_10MMd5 []byte `protobuf:"bytes,100,opt"` Sha []byte `protobuf:"bytes,101,opt"` ClientType int32 `protobuf:"varint,110,opt"` OwnerUin int64 `protobuf:"varint,120,opt"` PeerUin int64 `protobuf:"varint,121,opt"` ExpireTime int32 `protobuf:"varint,130,opt"` } func (x *FileInfo) GetUin() int64 { if x != nil { return x.Uin } return 0 } func (x *FileInfo) GetDangerEvel() int32 { if x != nil { return x.DangerEvel } return 0 } func (x *FileInfo) GetFileSize() int64 { if x != nil { return x.FileSize } return 0 } func (x *FileInfo) GetLifeTime() int32 { if x != nil { return x.LifeTime } return 0 } func (x *FileInfo) GetUploadTime() int32 { if x != nil { return x.UploadTime } return 0 } func (x *FileInfo) GetUuid() []byte { if x != nil { return x.Uuid } return nil } func (x *FileInfo) GetFileName() string { if x != nil { return x.FileName } return "" } func (x *FileInfo) GetAbsFileType() int32 { if x != nil { return x.AbsFileType } return 0 } func (x *FileInfo) GetBytes_10MMd5() []byte { if x != nil { return x.Bytes_10MMd5 } return nil } func (x *FileInfo) GetSha() []byte { if x != nil { return x.Sha } return nil } func (x *FileInfo) GetClientType() int32 { if x != nil { return x.ClientType } return 0 } func (x *FileInfo) GetOwnerUin() int64 { if x != nil { return x.OwnerUin } return 0 } func (x *FileInfo) GetPeerUin() int64 { if x != nil { return x.PeerUin } return 0 } func (x *FileInfo) GetExpireTime() int32 { if x != nil { return x.ExpireTime } return 0 } type FileQueryReq struct { Uin int64 `protobuf:"varint,10,opt"` Uuid []byte `protobuf:"bytes,20,opt"` } func (x *FileQueryReq) GetUin() int64 { if x != nil { return x.Uin } return 0 } func (x *FileQueryReq) GetUuid() []byte { if x != nil { return x.Uuid } return nil } type FileQueryRsp struct { RetCode int32 `protobuf:"varint,10,opt"` RetMsg string `protobuf:"bytes,20,opt"` FileInfo *FileInfo `protobuf:"bytes,30,opt"` } func (x *FileQueryRsp) GetRetCode() int32 { if x != nil { return x.RetCode } return 0 } func (x *FileQueryRsp) GetRetMsg() string { if x != nil { return x.RetMsg } return "" } func (x *FileQueryRsp) GetFileInfo() *FileInfo { if x != nil { return x.FileInfo } return nil } type RecallFileReq struct { Uin int64 `protobuf:"varint,1,opt"` Uuid []byte `protobuf:"bytes,2,opt"` } func (x *RecallFileReq) GetUin() int64 { if x != nil { return x.Uin } return 0 } func (x *RecallFileReq) GetUuid() []byte { if x != nil { return x.Uuid } return nil } type RecallFileRsp struct { RetCode int32 `protobuf:"varint,1,opt"` RetMsg string `protobuf:"bytes,2,opt"` } func (x *RecallFileRsp) GetRetCode() int32 { if x != nil { return x.RetCode } return 0 } func (x *RecallFileRsp) GetRetMsg() string { if x != nil { return x.RetMsg } return "" } type RecvListQueryReq struct { Uin int64 `protobuf:"varint,1,opt"` BeginIndex int32 `protobuf:"varint,2,opt"` ReqCount int32 `protobuf:"varint,3,opt"` } func (x *RecvListQueryReq) GetUin() int64 { if x != nil { return x.Uin } return 0 } func (x *RecvListQueryReq) GetBeginIndex() int32 { if x != nil { return x.BeginIndex } return 0 } func (x *RecvListQueryReq) GetReqCount() int32 { if x != nil { return x.ReqCount } return 0 } type RecvListQueryRsp struct { RetCode int32 `protobuf:"varint,1,opt"` RetMsg string `protobuf:"bytes,2,opt"` FileTotCount int32 `protobuf:"varint,3,opt"` BeginIndex int32 `protobuf:"varint,4,opt"` RspFileCount int32 `protobuf:"varint,5,opt"` IsEnd int32 `protobuf:"varint,6,opt"` FileList []*FileInfo `protobuf:"bytes,7,rep"` } func (x *RecvListQueryRsp) GetRetCode() int32 { if x != nil { return x.RetCode } return 0 } func (x *RecvListQueryRsp) GetRetMsg() string { if x != nil { return x.RetMsg } return "" } func (x *RecvListQueryRsp) GetFileTotCount() int32 { if x != nil { return x.FileTotCount } return 0 } func (x *RecvListQueryRsp) GetBeginIndex() int32 { if x != nil { return x.BeginIndex } return 0 } func (x *RecvListQueryRsp) GetRspFileCount() int32 { if x != nil { return x.RspFileCount } return 0 } func (x *RecvListQueryRsp) GetIsEnd() int32 { if x != nil { return x.IsEnd } return 0 } func (x *RecvListQueryRsp) GetFileList() []*FileInfo { if x != nil { return x.FileList } return nil } type RenewFileReq struct { Uin int64 `protobuf:"varint,1,opt"` Uuid []byte `protobuf:"bytes,2,opt"` AddTtl int32 `protobuf:"varint,3,opt"` } func (x *RenewFileReq) GetUin() int64 { if x != nil { return x.Uin } return 0 } func (x *RenewFileReq) GetUuid() []byte { if x != nil { return x.Uuid } return nil } func (x *RenewFileReq) GetAddTtl() int32 { if x != nil { return x.AddTtl } return 0 } type RenewFileRsp struct { RetCode int32 `protobuf:"varint,1,opt"` RetMsg string `protobuf:"bytes,2,opt"` } func (x *RenewFileRsp) GetRetCode() int32 { if x != nil { return x.RetCode } return 0 } func (x *RenewFileRsp) GetRetMsg() string { if x != nil { return x.RetMsg } return "" } type C346ReqBody struct { Cmd int32 `protobuf:"varint,1,opt"` Seq int32 `protobuf:"varint,2,opt"` RecvListQueryReq *RecvListQueryReq `protobuf:"bytes,3,opt"` SendListQueryReq *SendListQueryReq `protobuf:"bytes,4,opt"` RenewFileReq *RenewFileReq `protobuf:"bytes,5,opt"` RecallFileReq *RecallFileReq `protobuf:"bytes,6,opt"` ApplyUploadReq *ApplyUploadReq `protobuf:"bytes,7,opt"` ApplyUploadHitReq *ApplyUploadHitReq `protobuf:"bytes,8,opt"` ApplyForwardFileReq *ApplyForwardFileReq `protobuf:"bytes,9,opt"` UploadSuccReq *UploadSuccReq `protobuf:"bytes,10,opt"` DeleteFileReq *DeleteFileReq `protobuf:"bytes,11,opt"` DownloadSuccReq *DownloadSuccReq `protobuf:"bytes,12,opt"` ApplyDownloadAbsReq *ApplyDownloadAbsReq `protobuf:"bytes,13,opt"` ApplyDownloadReq *ApplyDownloadReq `protobuf:"bytes,14,opt"` ApplyListDownloadReq *ApplyListDownloadReq `protobuf:"bytes,15,opt"` FileQueryReq *FileQueryReq `protobuf:"bytes,16,opt"` ApplyCopyFromReq *ApplyCopyFromReq `protobuf:"bytes,17,opt"` ApplyUploadReqV2 *ApplyUploadReqV2 `protobuf:"bytes,18,opt"` ApplyUploadReqV3 *ApplyUploadReqV3 `protobuf:"bytes,19,opt"` ApplyUploadHitReqV2 *ApplyUploadHitReqV2 `protobuf:"bytes,20,opt"` ApplyUploadHitReqV3 *ApplyUploadHitReqV3 `protobuf:"bytes,21,opt"` BusinessId int32 `protobuf:"varint,101,opt"` ClientType int32 `protobuf:"varint,102,opt"` ApplyCopyToReq *ApplyCopyToReq `protobuf:"bytes,90000,opt"` //ApplyCleanTrafficReq applyCleanTrafficReq = 90001; empty message ApplyGetTrafficReq *ApplyGetTrafficReq `protobuf:"bytes,90002,opt"` ExtensionReq *ExtensionReq `protobuf:"bytes,99999,opt"` } func (x *C346ReqBody) GetCmd() int32 { if x != nil { return x.Cmd } return 0 } func (x *C346ReqBody) GetSeq() int32 { if x != nil { return x.Seq } return 0 } func (x *C346ReqBody) GetRecvListQueryReq() *RecvListQueryReq { if x != nil { return x.RecvListQueryReq } return nil } func (x *C346ReqBody) GetSendListQueryReq() *SendListQueryReq { if x != nil { return x.SendListQueryReq } return nil } func (x *C346ReqBody) GetRenewFileReq() *RenewFileReq { if x != nil { return x.RenewFileReq } return nil } func (x *C346ReqBody) GetRecallFileReq() *RecallFileReq { if x != nil { return x.RecallFileReq } return nil } func (x *C346ReqBody) GetApplyUploadReq() *ApplyUploadReq { if x != nil { return x.ApplyUploadReq } return nil } func (x *C346ReqBody) GetApplyUploadHitReq() *ApplyUploadHitReq { if x != nil { return x.ApplyUploadHitReq } return nil } func (x *C346ReqBody) GetApplyForwardFileReq() *ApplyForwardFileReq { if x != nil { return x.ApplyForwardFileReq } return nil } func (x *C346ReqBody) GetUploadSuccReq() *UploadSuccReq { if x != nil { return x.UploadSuccReq } return nil } func (x *C346ReqBody) GetDeleteFileReq() *DeleteFileReq { if x != nil { return x.DeleteFileReq } return nil } func (x *C346ReqBody) GetDownloadSuccReq() *DownloadSuccReq { if x != nil { return x.DownloadSuccReq } return nil } func (x *C346ReqBody) GetApplyDownloadAbsReq() *ApplyDownloadAbsReq { if x != nil { return x.ApplyDownloadAbsReq } return nil } func (x *C346ReqBody) GetApplyDownloadReq() *ApplyDownloadReq { if x != nil { return x.ApplyDownloadReq } return nil } func (x *C346ReqBody) GetApplyListDownloadReq() *ApplyListDownloadReq { if x != nil { return x.ApplyListDownloadReq } return nil } func (x *C346ReqBody) GetFileQueryReq() *FileQueryReq { if x != nil { return x.FileQueryReq } return nil } func (x *C346ReqBody) GetApplyCopyFromReq() *ApplyCopyFromReq { if x != nil { return x.ApplyCopyFromReq } return nil } func (x *C346ReqBody) GetApplyUploadReqV2() *ApplyUploadReqV2 { if x != nil { return x.ApplyUploadReqV2 } return nil } func (x *C346ReqBody) GetApplyUploadReqV3() *ApplyUploadReqV3 { if x != nil { return x.ApplyUploadReqV3 } return nil } func (x *C346ReqBody) GetApplyUploadHitReqV2() *ApplyUploadHitReqV2 { if x != nil { return x.ApplyUploadHitReqV2 } return nil } func (x *C346ReqBody) GetApplyUploadHitReqV3() *ApplyUploadHitReqV3 { if x != nil { return x.ApplyUploadHitReqV3 } return nil } func (x *C346ReqBody) GetBusinessId() int32 { if x != nil { return x.BusinessId } return 0 } func (x *C346ReqBody) GetClientType() int32 { if x != nil { return x.ClientType } return 0 } func (x *C346ReqBody) GetApplyCopyToReq() *ApplyCopyToReq { if x != nil { return x.ApplyCopyToReq } return nil } func (x *C346ReqBody) GetApplyGetTrafficReq() *ApplyGetTrafficReq { if x != nil { return x.ApplyGetTrafficReq } return nil } func (x *C346ReqBody) GetExtensionReq() *ExtensionReq { if x != nil { return x.ExtensionReq } return nil } type C346RspBody struct { Cmd int32 `protobuf:"varint,1,opt"` Seq int32 `protobuf:"varint,2,opt"` RecvListQueryRsp *RecvListQueryRsp `protobuf:"bytes,3,opt"` SendListQueryRsp *SendListQueryRsp `protobuf:"bytes,4,opt"` RenewFileRsp *RenewFileRsp `protobuf:"bytes,5,opt"` RecallFileRsp *RecallFileRsp `protobuf:"bytes,6,opt"` ApplyUploadRsp *ApplyUploadRsp `protobuf:"bytes,7,opt"` ApplyUploadHitRsp *ApplyUploadHitRsp `protobuf:"bytes,8,opt"` ApplyForwardFileRsp *ApplyForwardFileRsp `protobuf:"bytes,9,opt"` UploadSuccRsp *UploadSuccRsp `protobuf:"bytes,10,opt"` DeleteFileRsp *DeleteFileRsp `protobuf:"bytes,11,opt"` DownloadSuccRsp *DownloadSuccRsp `protobuf:"bytes,12,opt"` ApplyDownloadAbsRsp *ApplyDownloadAbsRsp `protobuf:"bytes,13,opt"` ApplyDownloadRsp *ApplyDownloadRsp `protobuf:"bytes,14,opt"` ApplyListDownloadRsp *ApplyListDownloadRsp `protobuf:"bytes,15,opt"` FileQueryRsp *FileQueryRsp `protobuf:"bytes,16,opt"` ApplyCopyFromRsp *ApplyCopyFromRsp `protobuf:"bytes,17,opt"` ApplyUploadRspV2 *ApplyUploadRspV2 `protobuf:"bytes,18,opt"` ApplyUploadRspV3 *ApplyUploadRspV3 `protobuf:"bytes,19,opt"` ApplyUploadHitRspV2 *ApplyUploadHitRspV2 `protobuf:"bytes,20,opt"` ApplyUploadHitRspV3 *ApplyUploadHitRspV3 `protobuf:"bytes,21,opt"` BusinessId int32 `protobuf:"varint,101,opt"` ClientType int32 `protobuf:"varint,102,opt"` ApplyCopyToRsp *ApplyCopyToRsp `protobuf:"bytes,90000,opt"` ApplyCleanTrafficRsp *ApplyCleanTrafficRsp `protobuf:"bytes,90001,opt"` ApplyGetTrafficRsp *ApplyGetTrafficRsp `protobuf:"bytes,90002,opt"` ExtensionRsp *ExtensionRsp `protobuf:"bytes,99999,opt"` } func (x *C346RspBody) GetCmd() int32 { if x != nil { return x.Cmd } return 0 } func (x *C346RspBody) GetSeq() int32 { if x != nil { return x.Seq } return 0 } func (x *C346RspBody) GetRecvListQueryRsp() *RecvListQueryRsp { if x != nil { return x.RecvListQueryRsp } return nil } func (x *C346RspBody) GetSendListQueryRsp() *SendListQueryRsp { if x != nil { return x.SendListQueryRsp } return nil } func (x *C346RspBody) GetRenewFileRsp() *RenewFileRsp { if x != nil { return x.RenewFileRsp } return nil } func (x *C346RspBody) GetRecallFileRsp() *RecallFileRsp { if x != nil { return x.RecallFileRsp } return nil } func (x *C346RspBody) GetApplyUploadRsp() *ApplyUploadRsp { if x != nil { return x.ApplyUploadRsp } return nil } func (x *C346RspBody) GetApplyUploadHitRsp() *ApplyUploadHitRsp { if x != nil { return x.ApplyUploadHitRsp } return nil } func (x *C346RspBody) GetApplyForwardFileRsp() *ApplyForwardFileRsp { if x != nil { return x.ApplyForwardFileRsp } return nil } func (x *C346RspBody) GetUploadSuccRsp() *UploadSuccRsp { if x != nil { return x.UploadSuccRsp } return nil } func (x *C346RspBody) GetDeleteFileRsp() *DeleteFileRsp { if x != nil { return x.DeleteFileRsp } return nil } func (x *C346RspBody) GetDownloadSuccRsp() *DownloadSuccRsp { if x != nil { return x.DownloadSuccRsp } return nil } func (x *C346RspBody) GetApplyDownloadAbsRsp() *ApplyDownloadAbsRsp { if x != nil { return x.ApplyDownloadAbsRsp } return nil } func (x *C346RspBody) GetApplyDownloadRsp() *ApplyDownloadRsp { if x != nil { return x.ApplyDownloadRsp } return nil } func (x *C346RspBody) GetApplyListDownloadRsp() *ApplyListDownloadRsp { if x != nil { return x.ApplyListDownloadRsp } return nil } func (x *C346RspBody) GetFileQueryRsp() *FileQueryRsp { if x != nil { return x.FileQueryRsp } return nil } func (x *C346RspBody) GetApplyCopyFromRsp() *ApplyCopyFromRsp { if x != nil { return x.ApplyCopyFromRsp } return nil } func (x *C346RspBody) GetApplyUploadRspV2() *ApplyUploadRspV2 { if x != nil { return x.ApplyUploadRspV2 } return nil } func (x *C346RspBody) GetApplyUploadRspV3() *ApplyUploadRspV3 { if x != nil { return x.ApplyUploadRspV3 } return nil } func (x *C346RspBody) GetApplyUploadHitRspV2() *ApplyUploadHitRspV2 { if x != nil { return x.ApplyUploadHitRspV2 } return nil } func (x *C346RspBody) GetApplyUploadHitRspV3() *ApplyUploadHitRspV3 { if x != nil { return x.ApplyUploadHitRspV3 } return nil } func (x *C346RspBody) GetBusinessId() int32 { if x != nil { return x.BusinessId } return 0 } func (x *C346RspBody) GetClientType() int32 { if x != nil { return x.ClientType } return 0 } func (x *C346RspBody) GetApplyCopyToRsp() *ApplyCopyToRsp { if x != nil { return x.ApplyCopyToRsp } return nil } func (x *C346RspBody) GetApplyCleanTrafficRsp() *ApplyCleanTrafficRsp { if x != nil { return x.ApplyCleanTrafficRsp } return nil } func (x *C346RspBody) GetApplyGetTrafficRsp() *ApplyGetTrafficRsp { if x != nil { return x.ApplyGetTrafficRsp } return nil } func (x *C346RspBody) GetExtensionRsp() *ExtensionRsp { if x != nil { return x.ExtensionRsp } return nil } type SendListQueryReq struct { Uin int64 `protobuf:"varint,1,opt"` BeginIndex int32 `protobuf:"varint,2,opt"` ReqCount int32 `protobuf:"varint,3,opt"` } func (x *SendListQueryReq) GetUin() int64 { if x != nil { return x.Uin } return 0 } func (x *SendListQueryReq) GetBeginIndex() int32 { if x != nil { return x.BeginIndex } return 0 } func (x *SendListQueryReq) GetReqCount() int32 { if x != nil { return x.ReqCount } return 0 } type SendListQueryRsp struct { RetCode int32 `protobuf:"varint,1,opt"` RetMsg string `protobuf:"bytes,2,opt"` FileTotCount int32 `protobuf:"varint,3,opt"` BeginIndex int32 `protobuf:"varint,4,opt"` RspFileCount int32 `protobuf:"varint,5,opt"` IsEnd int32 `protobuf:"varint,6,opt"` TotLimit int64 `protobuf:"varint,7,opt"` UsedLimit int64 `protobuf:"varint,8,opt"` FileList []*FileInfo `protobuf:"bytes,9,rep"` } func (x *SendListQueryRsp) GetRetCode() int32 { if x != nil { return x.RetCode } return 0 } func (x *SendListQueryRsp) GetRetMsg() string { if x != nil { return x.RetMsg } return "" } func (x *SendListQueryRsp) GetFileTotCount() int32 { if x != nil { return x.FileTotCount } return 0 } func (x *SendListQueryRsp) GetBeginIndex() int32 { if x != nil { return x.BeginIndex } return 0 } func (x *SendListQueryRsp) GetRspFileCount() int32 { if x != nil { return x.RspFileCount } return 0 } func (x *SendListQueryRsp) GetIsEnd() int32 { if x != nil { return x.IsEnd } return 0 } func (x *SendListQueryRsp) GetTotLimit() int64 { if x != nil { return x.TotLimit } return 0 } func (x *SendListQueryRsp) GetUsedLimit() int64 { if x != nil { return x.UsedLimit } return 0 } func (x *SendListQueryRsp) GetFileList() []*FileInfo { if x != nil { return x.FileList } return nil } type UploadSuccReq struct { SenderUin int64 `protobuf:"varint,10,opt"` RecverUin int64 `protobuf:"varint,20,opt"` Uuid []byte `protobuf:"bytes,30,opt"` } func (x *UploadSuccReq) GetSenderUin() int64 { if x != nil { return x.SenderUin } return 0 } func (x *UploadSuccReq) GetRecverUin() int64 { if x != nil { return x.RecverUin } return 0 } func (x *UploadSuccReq) GetUuid() []byte { if x != nil { return x.Uuid } return nil } type UploadSuccRsp struct { RetCode int32 `protobuf:"varint,10,opt"` RetMsg string `protobuf:"bytes,20,opt"` FileInfo *FileInfo `protobuf:"bytes,30,opt"` } func (x *UploadSuccRsp) GetRetCode() int32 { if x != nil { return x.RetCode } return 0 } func (x *UploadSuccRsp) GetRetMsg() string { if x != nil { return x.RetMsg } return "" } func (x *UploadSuccRsp) GetFileInfo() *FileInfo { if x != nil { return x.FileInfo } return nil }