cmd0x388

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_cmd0x388_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type D388ReqBody

type D388ReqBody struct {
	NetType      *uint32         `protobuf:"varint,1,opt,name=netType" json:"netType,omitempty"`
	Subcmd       *uint32         `protobuf:"varint,2,opt,name=subcmd" json:"subcmd,omitempty"`
	TryupImgReq  []*TryUpImgReq  `protobuf:"bytes,3,rep,name=tryupImgReq" json:"tryupImgReq,omitempty"`
	GetimgUrlReq []*GetImgUrlReq `protobuf:"bytes,4,rep,name=getimgUrlReq" json:"getimgUrlReq,omitempty"`
	TryupPttReq  []*TryUpPttReq  `protobuf:"bytes,5,rep,name=tryupPttReq" json:"tryupPttReq,omitempty"`
	GetpttUrlReq []*GetPttUrlReq `protobuf:"bytes,6,rep,name=getpttUrlReq" json:"getpttUrlReq,omitempty"`
	CommandId    *uint32         `protobuf:"varint,7,opt,name=commandId" json:"commandId,omitempty"`
	DelImgReq    []*DelImgReq    `protobuf:"bytes,8,rep,name=delImgReq" json:"delImgReq,omitempty"`
	Extension    []byte          `protobuf:"bytes,1001,opt,name=extension" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

func (*D388ReqBody) Descriptor deprecated

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

Deprecated: Use D388ReqBody.ProtoReflect.Descriptor instead.

func (*D388ReqBody) GetCommandId

func (x *D388ReqBody) GetCommandId() uint32

func (*D388ReqBody) GetDelImgReq

func (x *D388ReqBody) GetDelImgReq() []*DelImgReq

func (*D388ReqBody) GetExtension

func (x *D388ReqBody) GetExtension() []byte

func (*D388ReqBody) GetGetimgUrlReq

func (x *D388ReqBody) GetGetimgUrlReq() []*GetImgUrlReq

func (*D388ReqBody) GetGetpttUrlReq

func (x *D388ReqBody) GetGetpttUrlReq() []*GetPttUrlReq

func (*D388ReqBody) GetNetType

func (x *D388ReqBody) GetNetType() uint32

func (*D388ReqBody) GetSubcmd

func (x *D388ReqBody) GetSubcmd() uint32

func (*D388ReqBody) GetTryupImgReq

func (x *D388ReqBody) GetTryupImgReq() []*TryUpImgReq

func (*D388ReqBody) GetTryupPttReq

func (x *D388ReqBody) GetTryupPttReq() []*TryUpPttReq

func (*D388ReqBody) ProtoMessage

func (*D388ReqBody) ProtoMessage()

func (*D388ReqBody) ProtoReflect

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

func (*D388ReqBody) Reset

func (x *D388ReqBody) Reset()

func (*D388ReqBody) String

func (x *D388ReqBody) String() string

type D388RspBody

type D388RspBody struct {
	ClientIp     *uint32            `protobuf:"varint,1,opt,name=clientIp" json:"clientIp,omitempty"`
	Subcmd       *uint32            `protobuf:"varint,2,opt,name=subcmd" json:"subcmd,omitempty"`
	TryupImgRsp  []*D388TryUpImgRsp `protobuf:"bytes,3,rep,name=tryupImgRsp" json:"tryupImgRsp,omitempty"`
	GetimgUrlRsp []*GetImgUrlRsp    `protobuf:"bytes,4,rep,name=getimgUrlRsp" json:"getimgUrlRsp,omitempty"`
	TryupPttRsp  []*TryUpPttRsp     `protobuf:"bytes,5,rep,name=tryupPttRsp" json:"tryupPttRsp,omitempty"`
	GetpttUrlRsp []*GetPttUrlRsp    `protobuf:"bytes,6,rep,name=getpttUrlRsp" json:"getpttUrlRsp,omitempty"`
	DelImgRsp    []*DelImgRsp       `protobuf:"bytes,7,rep,name=delImgRsp" json:"delImgRsp,omitempty"`
	// contains filtered or unexported fields
}

func (*D388RspBody) Descriptor deprecated

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

Deprecated: Use D388RspBody.ProtoReflect.Descriptor instead.

func (*D388RspBody) GetClientIp

func (x *D388RspBody) GetClientIp() uint32

func (*D388RspBody) GetDelImgRsp

func (x *D388RspBody) GetDelImgRsp() []*DelImgRsp

func (*D388RspBody) GetGetimgUrlRsp

func (x *D388RspBody) GetGetimgUrlRsp() []*GetImgUrlRsp

func (*D388RspBody) GetGetpttUrlRsp

func (x *D388RspBody) GetGetpttUrlRsp() []*GetPttUrlRsp

func (*D388RspBody) GetSubcmd

func (x *D388RspBody) GetSubcmd() uint32

func (*D388RspBody) GetTryupImgRsp

func (x *D388RspBody) GetTryupImgRsp() []*D388TryUpImgRsp

func (*D388RspBody) GetTryupPttRsp

func (x *D388RspBody) GetTryupPttRsp() []*TryUpPttRsp

func (*D388RspBody) ProtoMessage

func (*D388RspBody) ProtoMessage()

func (*D388RspBody) ProtoReflect

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

func (*D388RspBody) Reset

func (x *D388RspBody) Reset()

func (*D388RspBody) String

func (x *D388RspBody) String() string

type D388TryUpImgRsp

type D388TryUpImgRsp struct {
	FileId        *uint64         `protobuf:"varint,1,opt,name=fileId" json:"fileId,omitempty"`
	Result        *uint32         `protobuf:"varint,2,opt,name=result" json:"result,omitempty"`
	FailMsg       []byte          `protobuf:"bytes,3,opt,name=failMsg" json:"failMsg,omitempty"`
	FileExit      *bool           `protobuf:"varint,4,opt,name=fileExit" json:"fileExit,omitempty"`
	ImgInfo       *ImgInfo        `protobuf:"bytes,5,opt,name=imgInfo" json:"imgInfo,omitempty"`
	UpIp          []uint32        `protobuf:"varint,6,rep,name=upIp" json:"upIp,omitempty"`
	UpPort        []uint32        `protobuf:"varint,7,rep,name=upPort" json:"upPort,omitempty"`
	UpUkey        []byte          `protobuf:"bytes,8,opt,name=upUkey" json:"upUkey,omitempty"`
	Fileid        *uint64         `protobuf:"varint,9,opt,name=fileid" json:"fileid,omitempty"`
	UpOffset      *uint64         `protobuf:"varint,10,opt,name=upOffset" json:"upOffset,omitempty"`
	BlockSize     *uint64         `protobuf:"varint,11,opt,name=blockSize" json:"blockSize,omitempty"`
	NewBigChan    *bool           `protobuf:"varint,12,opt,name=newBigChan" json:"newBigChan,omitempty"`
	UpIp6         []*IPv6Info     `protobuf:"bytes,26,rep,name=upIp6" json:"upIp6,omitempty"`
	ClientIp6     []byte          `protobuf:"bytes,27,opt,name=clientIp6" json:"clientIp6,omitempty"`
	DownloadIndex []byte          `protobuf:"bytes,28,opt,name=downloadIndex" json:"downloadIndex,omitempty"`
	Info4Busi     *TryUpInfo4Busi `protobuf:"bytes,1001,opt,name=info4Busi" json:"info4Busi,omitempty"`
	// contains filtered or unexported fields
}

func (*D388TryUpImgRsp) Descriptor deprecated

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

Deprecated: Use D388TryUpImgRsp.ProtoReflect.Descriptor instead.

func (*D388TryUpImgRsp) GetBlockSize

func (x *D388TryUpImgRsp) GetBlockSize() uint64

func (*D388TryUpImgRsp) GetClientIp6

func (x *D388TryUpImgRsp) GetClientIp6() []byte

func (*D388TryUpImgRsp) GetDownloadIndex

func (x *D388TryUpImgRsp) GetDownloadIndex() []byte

func (*D388TryUpImgRsp) GetFailMsg

func (x *D388TryUpImgRsp) GetFailMsg() []byte

func (*D388TryUpImgRsp) GetFileExit

func (x *D388TryUpImgRsp) GetFileExit() bool

func (*D388TryUpImgRsp) GetFileId

func (x *D388TryUpImgRsp) GetFileId() uint64

func (*D388TryUpImgRsp) GetFileid

func (x *D388TryUpImgRsp) GetFileid() uint64

func (*D388TryUpImgRsp) GetImgInfo

func (x *D388TryUpImgRsp) GetImgInfo() *ImgInfo

func (*D388TryUpImgRsp) GetInfo4Busi

func (x *D388TryUpImgRsp) GetInfo4Busi() *TryUpInfo4Busi

func (*D388TryUpImgRsp) GetNewBigChan

func (x *D388TryUpImgRsp) GetNewBigChan() bool

func (*D388TryUpImgRsp) GetResult

func (x *D388TryUpImgRsp) GetResult() uint32

func (*D388TryUpImgRsp) GetUpIp

func (x *D388TryUpImgRsp) GetUpIp() []uint32

func (*D388TryUpImgRsp) GetUpIp6

func (x *D388TryUpImgRsp) GetUpIp6() []*IPv6Info

func (*D388TryUpImgRsp) GetUpOffset

func (x *D388TryUpImgRsp) GetUpOffset() uint64

func (*D388TryUpImgRsp) GetUpPort

func (x *D388TryUpImgRsp) GetUpPort() []uint32

func (*D388TryUpImgRsp) GetUpUkey

func (x *D388TryUpImgRsp) GetUpUkey() []byte

func (*D388TryUpImgRsp) ProtoMessage

func (*D388TryUpImgRsp) ProtoMessage()

func (*D388TryUpImgRsp) ProtoReflect

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

func (*D388TryUpImgRsp) Reset

func (x *D388TryUpImgRsp) Reset()

func (*D388TryUpImgRsp) String

func (x *D388TryUpImgRsp) String() string

type DelImgReq

type DelImgReq struct {
	SrcUin          *uint64 `protobuf:"varint,1,opt,name=srcUin" json:"srcUin,omitempty"`
	DstUin          *uint64 `protobuf:"varint,2,opt,name=dstUin" json:"dstUin,omitempty"`
	ReqTerm         *uint32 `protobuf:"varint,3,opt,name=reqTerm" json:"reqTerm,omitempty"`
	ReqPlatformType *uint32 `protobuf:"varint,4,opt,name=reqPlatformType" json:"reqPlatformType,omitempty"`
	BuType          *uint32 `protobuf:"varint,5,opt,name=buType" json:"buType,omitempty"`
	BuildVer        []byte  `protobuf:"bytes,6,opt,name=buildVer" json:"buildVer,omitempty"`
	FileResid       []byte  `protobuf:"bytes,7,opt,name=fileResid" json:"fileResid,omitempty"`
	PicWidth        *uint32 `protobuf:"varint,8,opt,name=picWidth" json:"picWidth,omitempty"`
	PicHeight       *uint32 `protobuf:"varint,9,opt,name=picHeight" json:"picHeight,omitempty"`
	// contains filtered or unexported fields
}

func (*DelImgReq) Descriptor deprecated

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

Deprecated: Use DelImgReq.ProtoReflect.Descriptor instead.

func (*DelImgReq) GetBuType

func (x *DelImgReq) GetBuType() uint32

func (*DelImgReq) GetBuildVer

func (x *DelImgReq) GetBuildVer() []byte

func (*DelImgReq) GetDstUin

func (x *DelImgReq) GetDstUin() uint64

func (*DelImgReq) GetFileResid

func (x *DelImgReq) GetFileResid() []byte

func (*DelImgReq) GetPicHeight

func (x *DelImgReq) GetPicHeight() uint32

func (*DelImgReq) GetPicWidth

func (x *DelImgReq) GetPicWidth() uint32

func (*DelImgReq) GetReqPlatformType

func (x *DelImgReq) GetReqPlatformType() uint32

func (*DelImgReq) GetReqTerm

func (x *DelImgReq) GetReqTerm() uint32

func (*DelImgReq) GetSrcUin

func (x *DelImgReq) GetSrcUin() uint64

func (*DelImgReq) ProtoMessage

func (*DelImgReq) ProtoMessage()

func (*DelImgReq) ProtoReflect

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

func (*DelImgReq) Reset

func (x *DelImgReq) Reset()

func (*DelImgReq) String

func (x *DelImgReq) String() string

type DelImgRsp

type DelImgRsp struct {
	Result    *uint32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
	FailMsg   []byte  `protobuf:"bytes,2,opt,name=failMsg" json:"failMsg,omitempty"`
	FileResid []byte  `protobuf:"bytes,3,opt,name=fileResid" json:"fileResid,omitempty"`
	// contains filtered or unexported fields
}

func (*DelImgRsp) Descriptor deprecated

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

Deprecated: Use DelImgRsp.ProtoReflect.Descriptor instead.

func (*DelImgRsp) GetFailMsg

func (x *DelImgRsp) GetFailMsg() []byte

func (*DelImgRsp) GetFileResid

func (x *DelImgRsp) GetFileResid() []byte

func (*DelImgRsp) GetResult

func (x *DelImgRsp) GetResult() uint32

func (*DelImgRsp) ProtoMessage

func (*DelImgRsp) ProtoMessage()

func (*DelImgRsp) ProtoReflect

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

func (*DelImgRsp) Reset

func (x *DelImgRsp) Reset()

func (*DelImgRsp) String

func (x *DelImgRsp) String() string

type ExpRoamExtendInfo

type ExpRoamExtendInfo struct {
	Resid []byte `protobuf:"bytes,1,opt,name=resid" json:"resid,omitempty"`
	// contains filtered or unexported fields
}

func (*ExpRoamExtendInfo) Descriptor deprecated

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

Deprecated: Use ExpRoamExtendInfo.ProtoReflect.Descriptor instead.

func (*ExpRoamExtendInfo) GetResid

func (x *ExpRoamExtendInfo) GetResid() []byte

func (*ExpRoamExtendInfo) ProtoMessage

func (*ExpRoamExtendInfo) ProtoMessage()

func (*ExpRoamExtendInfo) ProtoReflect

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

func (*ExpRoamExtendInfo) Reset

func (x *ExpRoamExtendInfo) Reset()

func (*ExpRoamExtendInfo) String

func (x *ExpRoamExtendInfo) String() string

type ExpRoamPicInfo

type ExpRoamPicInfo struct {
	ShopFlag *uint32 `protobuf:"varint,1,opt,name=shopFlag" json:"shopFlag,omitempty"`
	PkgId    *uint32 `protobuf:"varint,2,opt,name=pkgId" json:"pkgId,omitempty"`
	PicId    []byte  `protobuf:"bytes,3,opt,name=picId" json:"picId,omitempty"`
	// contains filtered or unexported fields
}

func (*ExpRoamPicInfo) Descriptor deprecated

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

Deprecated: Use ExpRoamPicInfo.ProtoReflect.Descriptor instead.

func (*ExpRoamPicInfo) GetPicId

func (x *ExpRoamPicInfo) GetPicId() []byte

func (*ExpRoamPicInfo) GetPkgId

func (x *ExpRoamPicInfo) GetPkgId() uint32

func (*ExpRoamPicInfo) GetShopFlag

func (x *ExpRoamPicInfo) GetShopFlag() uint32

func (*ExpRoamPicInfo) ProtoMessage

func (*ExpRoamPicInfo) ProtoMessage()

func (*ExpRoamPicInfo) ProtoReflect

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

func (*ExpRoamPicInfo) Reset

func (x *ExpRoamPicInfo) Reset()

func (*ExpRoamPicInfo) String

func (x *ExpRoamPicInfo) String() string

type ExtensionCommPicTryUp

type ExtensionCommPicTryUp struct {
	Extinfo [][]byte `protobuf:"bytes,1,rep,name=extinfo" json:"extinfo,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtensionCommPicTryUp) Descriptor deprecated

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

Deprecated: Use ExtensionCommPicTryUp.ProtoReflect.Descriptor instead.

func (*ExtensionCommPicTryUp) GetExtinfo

func (x *ExtensionCommPicTryUp) GetExtinfo() [][]byte

func (*ExtensionCommPicTryUp) ProtoMessage

func (*ExtensionCommPicTryUp) ProtoMessage()

func (*ExtensionCommPicTryUp) ProtoReflect

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

func (*ExtensionCommPicTryUp) Reset

func (x *ExtensionCommPicTryUp) Reset()

func (*ExtensionCommPicTryUp) String

func (x *ExtensionCommPicTryUp) String() string

type ExtensionExpRoamTryUp

type ExtensionExpRoamTryUp struct {
	ExproamPicInfo []*ExpRoamPicInfo `protobuf:"bytes,1,rep,name=exproamPicInfo" json:"exproamPicInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtensionExpRoamTryUp) Descriptor deprecated

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

Deprecated: Use ExtensionExpRoamTryUp.ProtoReflect.Descriptor instead.

func (*ExtensionExpRoamTryUp) GetExproamPicInfo

func (x *ExtensionExpRoamTryUp) GetExproamPicInfo() []*ExpRoamPicInfo

func (*ExtensionExpRoamTryUp) ProtoMessage

func (*ExtensionExpRoamTryUp) ProtoMessage()

func (*ExtensionExpRoamTryUp) ProtoReflect

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

func (*ExtensionExpRoamTryUp) Reset

func (x *ExtensionExpRoamTryUp) Reset()

func (*ExtensionExpRoamTryUp) String

func (x *ExtensionExpRoamTryUp) String() string

type GetImgUrlReq

type GetImgUrlReq struct {
	GroupCode       *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"`
	DstUin          *uint64 `protobuf:"varint,2,opt,name=dstUin" json:"dstUin,omitempty"`
	Fileid          *uint64 `protobuf:"varint,3,opt,name=fileid" json:"fileid,omitempty"`
	FileMd5         []byte  `protobuf:"bytes,4,opt,name=fileMd5" json:"fileMd5,omitempty"`
	UrlFlag         *uint32 `protobuf:"varint,5,opt,name=urlFlag" json:"urlFlag,omitempty"`
	UrlType         *uint32 `protobuf:"varint,6,opt,name=urlType" json:"urlType,omitempty"`
	ReqTerm         *uint32 `protobuf:"varint,7,opt,name=reqTerm" json:"reqTerm,omitempty"`
	ReqPlatformType *uint32 `protobuf:"varint,8,opt,name=reqPlatformType" json:"reqPlatformType,omitempty"`
	InnerIp         *uint32 `protobuf:"varint,9,opt,name=innerIp" json:"innerIp,omitempty"`
	BuType          *uint32 `protobuf:"varint,10,opt,name=buType" json:"buType,omitempty"`
	BuildVer        []byte  `protobuf:"bytes,11,opt,name=buildVer" json:"buildVer,omitempty"`
	FileId          *uint64 `protobuf:"varint,12,opt,name=fileId" json:"fileId,omitempty"`
	FileSize        *uint64 `protobuf:"varint,13,opt,name=fileSize" json:"fileSize,omitempty"`
	OriginalPic     *uint32 `protobuf:"varint,14,opt,name=originalPic" json:"originalPic,omitempty"`
	RetryReq        *uint32 `protobuf:"varint,15,opt,name=retryReq" json:"retryReq,omitempty"`
	FileHeight      *uint32 `protobuf:"varint,16,opt,name=fileHeight" json:"fileHeight,omitempty"`
	FileWidth       *uint32 `protobuf:"varint,17,opt,name=fileWidth" json:"fileWidth,omitempty"`
	PicType         *uint32 `protobuf:"varint,18,opt,name=picType" json:"picType,omitempty"`
	PicUpTimestamp  *uint32 `protobuf:"varint,19,opt,name=picUpTimestamp" json:"picUpTimestamp,omitempty"`
	ReqTransferType *uint32 `protobuf:"varint,20,opt,name=reqTransferType" json:"reqTransferType,omitempty"`
	QqmeetGuildId   *uint64 `protobuf:"varint,21,opt,name=qqmeetGuildId" json:"qqmeetGuildId,omitempty"`
	QqmeetChannelId *uint64 `protobuf:"varint,22,opt,name=qqmeetChannelId" json:"qqmeetChannelId,omitempty"`
	DownloadIndex   []byte  `protobuf:"bytes,23,opt,name=downloadIndex" json:"downloadIndex,omitempty"`
	// contains filtered or unexported fields
}

func (*GetImgUrlReq) Descriptor deprecated

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

Deprecated: Use GetImgUrlReq.ProtoReflect.Descriptor instead.

func (*GetImgUrlReq) GetBuType

func (x *GetImgUrlReq) GetBuType() uint32

func (*GetImgUrlReq) GetBuildVer

func (x *GetImgUrlReq) GetBuildVer() []byte

func (*GetImgUrlReq) GetDownloadIndex

func (x *GetImgUrlReq) GetDownloadIndex() []byte

func (*GetImgUrlReq) GetDstUin

func (x *GetImgUrlReq) GetDstUin() uint64

func (*GetImgUrlReq) GetFileHeight

func (x *GetImgUrlReq) GetFileHeight() uint32

func (*GetImgUrlReq) GetFileId

func (x *GetImgUrlReq) GetFileId() uint64

func (*GetImgUrlReq) GetFileMd5

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

func (*GetImgUrlReq) GetFileSize

func (x *GetImgUrlReq) GetFileSize() uint64

func (*GetImgUrlReq) GetFileWidth

func (x *GetImgUrlReq) GetFileWidth() uint32

func (*GetImgUrlReq) GetFileid

func (x *GetImgUrlReq) GetFileid() uint64

func (*GetImgUrlReq) GetGroupCode

func (x *GetImgUrlReq) GetGroupCode() uint64

func (*GetImgUrlReq) GetInnerIp

func (x *GetImgUrlReq) GetInnerIp() uint32

func (*GetImgUrlReq) GetOriginalPic

func (x *GetImgUrlReq) GetOriginalPic() uint32

func (*GetImgUrlReq) GetPicType

func (x *GetImgUrlReq) GetPicType() uint32

func (*GetImgUrlReq) GetPicUpTimestamp

func (x *GetImgUrlReq) GetPicUpTimestamp() uint32

func (*GetImgUrlReq) GetQqmeetChannelId

func (x *GetImgUrlReq) GetQqmeetChannelId() uint64

func (*GetImgUrlReq) GetQqmeetGuildId

func (x *GetImgUrlReq) GetQqmeetGuildId() uint64

func (*GetImgUrlReq) GetReqPlatformType

func (x *GetImgUrlReq) GetReqPlatformType() uint32

func (*GetImgUrlReq) GetReqTerm

func (x *GetImgUrlReq) GetReqTerm() uint32

func (*GetImgUrlReq) GetReqTransferType

func (x *GetImgUrlReq) GetReqTransferType() uint32

func (*GetImgUrlReq) GetRetryReq

func (x *GetImgUrlReq) GetRetryReq() uint32

func (*GetImgUrlReq) GetUrlFlag

func (x *GetImgUrlReq) GetUrlFlag() uint32

func (*GetImgUrlReq) GetUrlType

func (x *GetImgUrlReq) GetUrlType() uint32

func (*GetImgUrlReq) ProtoMessage

func (*GetImgUrlReq) ProtoMessage()

func (*GetImgUrlReq) ProtoReflect

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

func (*GetImgUrlReq) Reset

func (x *GetImgUrlReq) Reset()

func (*GetImgUrlReq) String

func (x *GetImgUrlReq) String() string

type GetImgUrlRsp

type GetImgUrlRsp struct {
	Fileid           *uint64     `protobuf:"varint,1,opt,name=fileid" json:"fileid,omitempty"`
	FileMd5          []byte      `protobuf:"bytes,2,opt,name=fileMd5" json:"fileMd5,omitempty"`
	Result           *uint32     `protobuf:"varint,3,opt,name=result" json:"result,omitempty"`
	FailMsg          []byte      `protobuf:"bytes,4,opt,name=failMsg" json:"failMsg,omitempty"`
	ImgInfo          *ImgInfo    `protobuf:"bytes,5,opt,name=imgInfo" json:"imgInfo,omitempty"`
	ThumbDownUrl     [][]byte    `protobuf:"bytes,6,rep,name=thumbDownUrl" json:"thumbDownUrl,omitempty"`
	OriginalDownUrl  [][]byte    `protobuf:"bytes,7,rep,name=originalDownUrl" json:"originalDownUrl,omitempty"`
	BigDownUrl       [][]byte    `protobuf:"bytes,8,rep,name=bigDownUrl" json:"bigDownUrl,omitempty"`
	DownIp           []uint32    `protobuf:"varint,9,rep,name=downIp" json:"downIp,omitempty"`
	DownPort         []uint32    `protobuf:"varint,10,rep,name=downPort" json:"downPort,omitempty"`
	DownDomain       []byte      `protobuf:"bytes,11,opt,name=downDomain" json:"downDomain,omitempty"`
	ThumbDownPara    []byte      `protobuf:"bytes,12,opt,name=thumbDownPara" json:"thumbDownPara,omitempty"`
	OriginalDownPara []byte      `protobuf:"bytes,13,opt,name=originalDownPara" json:"originalDownPara,omitempty"`
	BigDownPara      []byte      `protobuf:"bytes,14,opt,name=bigDownPara" json:"bigDownPara,omitempty"`
	FileId           *uint64     `protobuf:"varint,15,opt,name=fileId" json:"fileId,omitempty"`
	AutoDownType     *uint32     `protobuf:"varint,16,opt,name=autoDownType" json:"autoDownType,omitempty"`
	OrderDownType    []uint32    `protobuf:"varint,17,rep,name=orderDownType" json:"orderDownType,omitempty"`
	BigThumbDownPara []byte      `protobuf:"bytes,19,opt,name=bigThumbDownPara" json:"bigThumbDownPara,omitempty"`
	HttpsUrlFlag     *uint32     `protobuf:"varint,20,opt,name=httpsUrlFlag" json:"httpsUrlFlag,omitempty"`
	DownIp6          []*IPv6Info `protobuf:"bytes,26,rep,name=downIp6" json:"downIp6,omitempty"`
	ClientIp6        []byte      `protobuf:"bytes,27,opt,name=clientIp6" json:"clientIp6,omitempty"`
	// contains filtered or unexported fields
}

func (*GetImgUrlRsp) Descriptor deprecated

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

Deprecated: Use GetImgUrlRsp.ProtoReflect.Descriptor instead.

func (*GetImgUrlRsp) GetAutoDownType

func (x *GetImgUrlRsp) GetAutoDownType() uint32

func (*GetImgUrlRsp) GetBigDownPara

func (x *GetImgUrlRsp) GetBigDownPara() []byte

func (*GetImgUrlRsp) GetBigDownUrl

func (x *GetImgUrlRsp) GetBigDownUrl() [][]byte

func (*GetImgUrlRsp) GetBigThumbDownPara

func (x *GetImgUrlRsp) GetBigThumbDownPara() []byte

func (*GetImgUrlRsp) GetClientIp6

func (x *GetImgUrlRsp) GetClientIp6() []byte

func (*GetImgUrlRsp) GetDownDomain

func (x *GetImgUrlRsp) GetDownDomain() []byte

func (*GetImgUrlRsp) GetDownIp

func (x *GetImgUrlRsp) GetDownIp() []uint32

func (*GetImgUrlRsp) GetDownIp6

func (x *GetImgUrlRsp) GetDownIp6() []*IPv6Info

func (*GetImgUrlRsp) GetDownPort

func (x *GetImgUrlRsp) GetDownPort() []uint32

func (*GetImgUrlRsp) GetFailMsg

func (x *GetImgUrlRsp) GetFailMsg() []byte

func (*GetImgUrlRsp) GetFileId

func (x *GetImgUrlRsp) GetFileId() uint64

func (*GetImgUrlRsp) GetFileMd5

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

func (*GetImgUrlRsp) GetFileid

func (x *GetImgUrlRsp) GetFileid() uint64

func (*GetImgUrlRsp) GetHttpsUrlFlag

func (x *GetImgUrlRsp) GetHttpsUrlFlag() uint32

func (*GetImgUrlRsp) GetImgInfo

func (x *GetImgUrlRsp) GetImgInfo() *ImgInfo

func (*GetImgUrlRsp) GetOrderDownType

func (x *GetImgUrlRsp) GetOrderDownType() []uint32

func (*GetImgUrlRsp) GetOriginalDownPara

func (x *GetImgUrlRsp) GetOriginalDownPara() []byte

func (*GetImgUrlRsp) GetOriginalDownUrl

func (x *GetImgUrlRsp) GetOriginalDownUrl() [][]byte

func (*GetImgUrlRsp) GetResult

func (x *GetImgUrlRsp) GetResult() uint32

func (*GetImgUrlRsp) GetThumbDownPara

func (x *GetImgUrlRsp) GetThumbDownPara() []byte

func (*GetImgUrlRsp) GetThumbDownUrl

func (x *GetImgUrlRsp) GetThumbDownUrl() [][]byte

func (*GetImgUrlRsp) ProtoMessage

func (*GetImgUrlRsp) ProtoMessage()

func (*GetImgUrlRsp) ProtoReflect

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

func (*GetImgUrlRsp) Reset

func (x *GetImgUrlRsp) Reset()

func (*GetImgUrlRsp) String

func (x *GetImgUrlRsp) String() string

type GetPttUrlReq

type GetPttUrlReq struct {
	GroupCode       *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"`
	DstUin          *uint64 `protobuf:"varint,2,opt,name=dstUin" json:"dstUin,omitempty"`
	Fileid          *uint64 `protobuf:"varint,3,opt,name=fileid" json:"fileid,omitempty"`
	FileMd5         []byte  `protobuf:"bytes,4,opt,name=fileMd5" json:"fileMd5,omitempty"`
	ReqTerm         *uint32 `protobuf:"varint,5,opt,name=reqTerm" json:"reqTerm,omitempty"`
	ReqPlatformType *uint32 `protobuf:"varint,6,opt,name=reqPlatformType" json:"reqPlatformType,omitempty"`
	InnerIp         *uint32 `protobuf:"varint,7,opt,name=innerIp" json:"innerIp,omitempty"`
	BuType          *uint32 `protobuf:"varint,8,opt,name=buType" json:"buType,omitempty"`
	BuildVer        []byte  `protobuf:"bytes,9,opt,name=buildVer" json:"buildVer,omitempty"`
	FileId          *uint64 `protobuf:"varint,10,opt,name=fileId" json:"fileId,omitempty"`
	FileKey         []byte  `protobuf:"bytes,11,opt,name=fileKey" json:"fileKey,omitempty"`
	Codec           *uint32 `protobuf:"varint,12,opt,name=codec" json:"codec,omitempty"`
	BuId            *uint32 `protobuf:"varint,13,opt,name=buId" json:"buId,omitempty"`
	ReqTransferType *uint32 `protobuf:"varint,14,opt,name=reqTransferType" json:"reqTransferType,omitempty"`
	IsAuto          *uint32 `protobuf:"varint,15,opt,name=isAuto" json:"isAuto,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPttUrlReq) Descriptor deprecated

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

Deprecated: Use GetPttUrlReq.ProtoReflect.Descriptor instead.

func (*GetPttUrlReq) GetBuId

func (x *GetPttUrlReq) GetBuId() uint32

func (*GetPttUrlReq) GetBuType

func (x *GetPttUrlReq) GetBuType() uint32

func (*GetPttUrlReq) GetBuildVer

func (x *GetPttUrlReq) GetBuildVer() []byte

func (*GetPttUrlReq) GetCodec

func (x *GetPttUrlReq) GetCodec() uint32

func (*GetPttUrlReq) GetDstUin

func (x *GetPttUrlReq) GetDstUin() uint64

func (*GetPttUrlReq) GetFileId

func (x *GetPttUrlReq) GetFileId() uint64

func (*GetPttUrlReq) GetFileKey

func (x *GetPttUrlReq) GetFileKey() []byte

func (*GetPttUrlReq) GetFileMd5

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

func (*GetPttUrlReq) GetFileid

func (x *GetPttUrlReq) GetFileid() uint64

func (*GetPttUrlReq) GetGroupCode

func (x *GetPttUrlReq) GetGroupCode() uint64

func (*GetPttUrlReq) GetInnerIp

func (x *GetPttUrlReq) GetInnerIp() uint32

func (*GetPttUrlReq) GetIsAuto

func (x *GetPttUrlReq) GetIsAuto() uint32

func (*GetPttUrlReq) GetReqPlatformType

func (x *GetPttUrlReq) GetReqPlatformType() uint32

func (*GetPttUrlReq) GetReqTerm

func (x *GetPttUrlReq) GetReqTerm() uint32

func (*GetPttUrlReq) GetReqTransferType

func (x *GetPttUrlReq) GetReqTransferType() uint32

func (*GetPttUrlReq) ProtoMessage

func (*GetPttUrlReq) ProtoMessage()

func (*GetPttUrlReq) ProtoReflect

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

func (*GetPttUrlReq) Reset

func (x *GetPttUrlReq) Reset()

func (*GetPttUrlReq) String

func (x *GetPttUrlReq) String() string

type GetPttUrlRsp

type GetPttUrlRsp struct {
	Fileid       *uint64     `protobuf:"varint,1,opt,name=fileid" json:"fileid,omitempty"`
	FileMd5      []byte      `protobuf:"bytes,2,opt,name=fileMd5" json:"fileMd5,omitempty"`
	Result       *uint32     `protobuf:"varint,3,opt,name=result" json:"result,omitempty"`
	FailMsg      []byte      `protobuf:"bytes,4,opt,name=failMsg" json:"failMsg,omitempty"`
	DownUrl      [][]byte    `protobuf:"bytes,5,rep,name=downUrl" json:"downUrl,omitempty"`
	DownIp       []uint32    `protobuf:"varint,6,rep,name=downIp" json:"downIp,omitempty"`
	DownPort     []uint32    `protobuf:"varint,7,rep,name=downPort" json:"downPort,omitempty"`
	DownDomain   []byte      `protobuf:"bytes,8,opt,name=downDomain" json:"downDomain,omitempty"`
	DownPara     []byte      `protobuf:"bytes,9,opt,name=downPara" json:"downPara,omitempty"`
	FileId       *uint64     `protobuf:"varint,10,opt,name=fileId" json:"fileId,omitempty"`
	TransferType *uint32     `protobuf:"varint,11,opt,name=transferType" json:"transferType,omitempty"`
	AllowRetry   *uint32     `protobuf:"varint,12,opt,name=allowRetry" json:"allowRetry,omitempty"`
	DownIp6      []*IPv6Info `protobuf:"bytes,26,rep,name=downIp6" json:"downIp6,omitempty"`
	ClientIp6    []byte      `protobuf:"bytes,27,opt,name=clientIp6" json:"clientIp6,omitempty"`
	Domain       *string     `protobuf:"bytes,28,opt,name=domain" json:"domain,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPttUrlRsp) Descriptor deprecated

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

Deprecated: Use GetPttUrlRsp.ProtoReflect.Descriptor instead.

func (*GetPttUrlRsp) GetAllowRetry

func (x *GetPttUrlRsp) GetAllowRetry() uint32

func (*GetPttUrlRsp) GetClientIp6

func (x *GetPttUrlRsp) GetClientIp6() []byte

func (*GetPttUrlRsp) GetDomain

func (x *GetPttUrlRsp) GetDomain() string

func (*GetPttUrlRsp) GetDownDomain

func (x *GetPttUrlRsp) GetDownDomain() []byte

func (*GetPttUrlRsp) GetDownIp

func (x *GetPttUrlRsp) GetDownIp() []uint32

func (*GetPttUrlRsp) GetDownIp6

func (x *GetPttUrlRsp) GetDownIp6() []*IPv6Info

func (*GetPttUrlRsp) GetDownPara

func (x *GetPttUrlRsp) GetDownPara() []byte

func (*GetPttUrlRsp) GetDownPort

func (x *GetPttUrlRsp) GetDownPort() []uint32

func (*GetPttUrlRsp) GetDownUrl

func (x *GetPttUrlRsp) GetDownUrl() [][]byte

func (*GetPttUrlRsp) GetFailMsg

func (x *GetPttUrlRsp) GetFailMsg() []byte

func (*GetPttUrlRsp) GetFileId

func (x *GetPttUrlRsp) GetFileId() uint64

func (*GetPttUrlRsp) GetFileMd5

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

func (*GetPttUrlRsp) GetFileid

func (x *GetPttUrlRsp) GetFileid() uint64

func (*GetPttUrlRsp) GetResult

func (x *GetPttUrlRsp) GetResult() uint32

func (*GetPttUrlRsp) GetTransferType

func (x *GetPttUrlRsp) GetTransferType() uint32

func (*GetPttUrlRsp) ProtoMessage

func (*GetPttUrlRsp) ProtoMessage()

func (*GetPttUrlRsp) ProtoReflect

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

func (*GetPttUrlRsp) Reset

func (x *GetPttUrlRsp) Reset()

func (*GetPttUrlRsp) String

func (x *GetPttUrlRsp) String() string

type IPv6Info

type IPv6Info struct {
	Ip6  []byte  `protobuf:"bytes,1,opt,name=ip6" json:"ip6,omitempty"`
	Port *uint32 `protobuf:"varint,2,opt,name=port" json:"port,omitempty"`
	// contains filtered or unexported fields
}

func (*IPv6Info) Descriptor deprecated

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

Deprecated: Use IPv6Info.ProtoReflect.Descriptor instead.

func (*IPv6Info) GetIp6

func (x *IPv6Info) GetIp6() []byte

func (*IPv6Info) GetPort

func (x *IPv6Info) GetPort() uint32

func (*IPv6Info) ProtoMessage

func (*IPv6Info) ProtoMessage()

func (*IPv6Info) ProtoReflect

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

func (*IPv6Info) Reset

func (x *IPv6Info) Reset()

func (*IPv6Info) String

func (x *IPv6Info) String() string

type ImgInfo

type ImgInfo struct {
	FileMd5    []byte  `protobuf:"bytes,1,opt,name=fileMd5" json:"fileMd5,omitempty"`
	FileType   *uint32 `protobuf:"varint,2,opt,name=fileType" json:"fileType,omitempty"`
	FileSize   *uint64 `protobuf:"varint,3,opt,name=fileSize" json:"fileSize,omitempty"`
	FileWidth  *uint32 `protobuf:"varint,4,opt,name=fileWidth" json:"fileWidth,omitempty"`
	FileHeight *uint32 `protobuf:"varint,5,opt,name=fileHeight" json:"fileHeight,omitempty"`
	// contains filtered or unexported fields
}

func (*ImgInfo) Descriptor deprecated

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

Deprecated: Use ImgInfo.ProtoReflect.Descriptor instead.

func (*ImgInfo) GetFileHeight

func (x *ImgInfo) GetFileHeight() uint32

func (*ImgInfo) GetFileMd5

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

func (*ImgInfo) GetFileSize

func (x *ImgInfo) GetFileSize() uint64

func (*ImgInfo) GetFileType

func (x *ImgInfo) GetFileType() uint32

func (*ImgInfo) GetFileWidth

func (x *ImgInfo) GetFileWidth() uint32

func (*ImgInfo) ProtoMessage

func (*ImgInfo) ProtoMessage()

func (*ImgInfo) ProtoReflect

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

func (*ImgInfo) Reset

func (x *ImgInfo) Reset()

func (*ImgInfo) String

func (x *ImgInfo) String() string

type PicSize

type PicSize struct {
	Original *uint32 `protobuf:"varint,1,opt,name=original" json:"original,omitempty"`
	Thumb    *uint32 `protobuf:"varint,2,opt,name=thumb" json:"thumb,omitempty"`
	High     *uint32 `protobuf:"varint,3,opt,name=high" json:"high,omitempty"`
	// contains filtered or unexported fields
}

func (*PicSize) Descriptor deprecated

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

Deprecated: Use PicSize.ProtoReflect.Descriptor instead.

func (*PicSize) GetHigh

func (x *PicSize) GetHigh() uint32

func (*PicSize) GetOriginal

func (x *PicSize) GetOriginal() uint32

func (*PicSize) GetThumb

func (x *PicSize) GetThumb() uint32

func (*PicSize) ProtoMessage

func (*PicSize) ProtoMessage()

func (*PicSize) ProtoReflect

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

func (*PicSize) Reset

func (x *PicSize) Reset()

func (*PicSize) String

func (x *PicSize) String() string

type TryUpImgReq

type TryUpImgReq struct {
	GroupCode       *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"`
	SrcUin          *uint64 `protobuf:"varint,2,opt,name=srcUin" json:"srcUin,omitempty"`
	FileId          *uint64 `protobuf:"varint,3,opt,name=fileId" json:"fileId,omitempty"`
	FileMd5         []byte  `protobuf:"bytes,4,opt,name=fileMd5" json:"fileMd5,omitempty"`
	FileSize        *uint64 `protobuf:"varint,5,opt,name=fileSize" json:"fileSize,omitempty"`
	FileName        []byte  `protobuf:"bytes,6,opt,name=fileName" json:"fileName,omitempty"`
	SrcTerm         *uint32 `protobuf:"varint,7,opt,name=srcTerm" json:"srcTerm,omitempty"`
	PlatformType    *uint32 `protobuf:"varint,8,opt,name=platformType" json:"platformType,omitempty"`
	BuType          *uint32 `protobuf:"varint,9,opt,name=buType" json:"buType,omitempty"`
	PicWidth        *uint32 `protobuf:"varint,10,opt,name=picWidth" json:"picWidth,omitempty"`
	PicHeight       *uint32 `protobuf:"varint,11,opt,name=picHeight" json:"picHeight,omitempty"`
	PicType         *uint32 `protobuf:"varint,12,opt,name=picType" json:"picType,omitempty"`
	BuildVer        []byte  `protobuf:"bytes,13,opt,name=buildVer" json:"buildVer,omitempty"`
	InnerIp         *uint32 `protobuf:"varint,14,opt,name=innerIp" json:"innerIp,omitempty"`
	AppPicType      *uint32 `protobuf:"varint,15,opt,name=appPicType" json:"appPicType,omitempty"`
	OriginalPic     *uint32 `protobuf:"varint,16,opt,name=originalPic" json:"originalPic,omitempty"`
	FileIndex       []byte  `protobuf:"bytes,17,opt,name=fileIndex" json:"fileIndex,omitempty"`
	DstUin          *uint64 `protobuf:"varint,18,opt,name=dstUin" json:"dstUin,omitempty"`
	SrvUpload       *uint32 `protobuf:"varint,19,opt,name=srvUpload" json:"srvUpload,omitempty"`
	TransferUrl     []byte  `protobuf:"bytes,20,opt,name=transferUrl" json:"transferUrl,omitempty"`
	QqmeetGuildId   *uint64 `protobuf:"varint,21,opt,name=qqmeetGuildId" json:"qqmeetGuildId,omitempty"`
	QqmeetChannelId *uint64 `protobuf:"varint,22,opt,name=qqmeetChannelId" json:"qqmeetChannelId,omitempty"`
	// contains filtered or unexported fields
}

func (*TryUpImgReq) Descriptor deprecated

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

Deprecated: Use TryUpImgReq.ProtoReflect.Descriptor instead.

func (*TryUpImgReq) GetAppPicType

func (x *TryUpImgReq) GetAppPicType() uint32

func (*TryUpImgReq) GetBuType

func (x *TryUpImgReq) GetBuType() uint32

func (*TryUpImgReq) GetBuildVer

func (x *TryUpImgReq) GetBuildVer() []byte

func (*TryUpImgReq) GetDstUin

func (x *TryUpImgReq) GetDstUin() uint64

func (*TryUpImgReq) GetFileId

func (x *TryUpImgReq) GetFileId() uint64

func (*TryUpImgReq) GetFileIndex

func (x *TryUpImgReq) GetFileIndex() []byte

func (*TryUpImgReq) GetFileMd5

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

func (*TryUpImgReq) GetFileName

func (x *TryUpImgReq) GetFileName() []byte

func (*TryUpImgReq) GetFileSize

func (x *TryUpImgReq) GetFileSize() uint64

func (*TryUpImgReq) GetGroupCode

func (x *TryUpImgReq) GetGroupCode() uint64

func (*TryUpImgReq) GetInnerIp

func (x *TryUpImgReq) GetInnerIp() uint32

func (*TryUpImgReq) GetOriginalPic

func (x *TryUpImgReq) GetOriginalPic() uint32

func (*TryUpImgReq) GetPicHeight

func (x *TryUpImgReq) GetPicHeight() uint32

func (*TryUpImgReq) GetPicType

func (x *TryUpImgReq) GetPicType() uint32

func (*TryUpImgReq) GetPicWidth

func (x *TryUpImgReq) GetPicWidth() uint32

func (*TryUpImgReq) GetPlatformType

func (x *TryUpImgReq) GetPlatformType() uint32

func (*TryUpImgReq) GetQqmeetChannelId

func (x *TryUpImgReq) GetQqmeetChannelId() uint64

func (*TryUpImgReq) GetQqmeetGuildId

func (x *TryUpImgReq) GetQqmeetGuildId() uint64

func (*TryUpImgReq) GetSrcTerm

func (x *TryUpImgReq) GetSrcTerm() uint32

func (*TryUpImgReq) GetSrcUin

func (x *TryUpImgReq) GetSrcUin() uint64

func (*TryUpImgReq) GetSrvUpload

func (x *TryUpImgReq) GetSrvUpload() uint32

func (*TryUpImgReq) GetTransferUrl

func (x *TryUpImgReq) GetTransferUrl() []byte

func (*TryUpImgReq) ProtoMessage

func (*TryUpImgReq) ProtoMessage()

func (*TryUpImgReq) ProtoReflect

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

func (*TryUpImgReq) Reset

func (x *TryUpImgReq) Reset()

func (*TryUpImgReq) String

func (x *TryUpImgReq) String() string

type TryUpInfo4Busi

type TryUpInfo4Busi struct {
	DownDomain      []byte `protobuf:"bytes,1,opt,name=downDomain" json:"downDomain,omitempty"`
	ThumbDownUrl    []byte `protobuf:"bytes,2,opt,name=thumbDownUrl" json:"thumbDownUrl,omitempty"`
	OriginalDownUrl []byte `protobuf:"bytes,3,opt,name=originalDownUrl" json:"originalDownUrl,omitempty"`
	BigDownUrl      []byte `protobuf:"bytes,4,opt,name=bigDownUrl" json:"bigDownUrl,omitempty"`
	FileResid       []byte `protobuf:"bytes,5,opt,name=fileResid" json:"fileResid,omitempty"`
	// contains filtered or unexported fields
}

func (*TryUpInfo4Busi) Descriptor deprecated

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

Deprecated: Use TryUpInfo4Busi.ProtoReflect.Descriptor instead.

func (*TryUpInfo4Busi) GetBigDownUrl

func (x *TryUpInfo4Busi) GetBigDownUrl() []byte

func (*TryUpInfo4Busi) GetDownDomain

func (x *TryUpInfo4Busi) GetDownDomain() []byte

func (*TryUpInfo4Busi) GetFileResid

func (x *TryUpInfo4Busi) GetFileResid() []byte

func (*TryUpInfo4Busi) GetOriginalDownUrl

func (x *TryUpInfo4Busi) GetOriginalDownUrl() []byte

func (*TryUpInfo4Busi) GetThumbDownUrl

func (x *TryUpInfo4Busi) GetThumbDownUrl() []byte

func (*TryUpInfo4Busi) ProtoMessage

func (*TryUpInfo4Busi) ProtoMessage()

func (*TryUpInfo4Busi) ProtoReflect

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

func (*TryUpInfo4Busi) Reset

func (x *TryUpInfo4Busi) Reset()

func (*TryUpInfo4Busi) String

func (x *TryUpInfo4Busi) String() string

type TryUpPttReq

type TryUpPttReq struct {
	GroupCode    *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"`
	SrcUin       *uint64 `protobuf:"varint,2,opt,name=srcUin" json:"srcUin,omitempty"`
	FileId       *uint64 `protobuf:"varint,3,opt,name=fileId" json:"fileId,omitempty"`
	FileMd5      []byte  `protobuf:"bytes,4,opt,name=fileMd5" json:"fileMd5,omitempty"`
	FileSize     *uint64 `protobuf:"varint,5,opt,name=fileSize" json:"fileSize,omitempty"`
	FileName     []byte  `protobuf:"bytes,6,opt,name=fileName" json:"fileName,omitempty"`
	SrcTerm      *uint32 `protobuf:"varint,7,opt,name=srcTerm" json:"srcTerm,omitempty"`
	PlatformType *uint32 `protobuf:"varint,8,opt,name=platformType" json:"platformType,omitempty"`
	BuType       *uint32 `protobuf:"varint,9,opt,name=buType" json:"buType,omitempty"`
	BuildVer     []byte  `protobuf:"bytes,10,opt,name=buildVer" json:"buildVer,omitempty"`
	InnerIp      *uint32 `protobuf:"varint,11,opt,name=innerIp" json:"innerIp,omitempty"`
	VoiceLength  *uint32 `protobuf:"varint,12,opt,name=voiceLength" json:"voiceLength,omitempty"`
	NewUpChan    *bool   `protobuf:"varint,13,opt,name=newUpChan" json:"newUpChan,omitempty"`
	Codec        *uint32 `protobuf:"varint,14,opt,name=codec" json:"codec,omitempty"`
	VoiceType    *uint32 `protobuf:"varint,15,opt,name=voiceType" json:"voiceType,omitempty"`
	BuId         *uint32 `protobuf:"varint,16,opt,name=buId" json:"buId,omitempty"`
	// contains filtered or unexported fields
}

func (*TryUpPttReq) Descriptor deprecated

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

Deprecated: Use TryUpPttReq.ProtoReflect.Descriptor instead.

func (*TryUpPttReq) GetBuId

func (x *TryUpPttReq) GetBuId() uint32

func (*TryUpPttReq) GetBuType

func (x *TryUpPttReq) GetBuType() uint32

func (*TryUpPttReq) GetBuildVer

func (x *TryUpPttReq) GetBuildVer() []byte

func (*TryUpPttReq) GetCodec

func (x *TryUpPttReq) GetCodec() uint32

func (*TryUpPttReq) GetFileId

func (x *TryUpPttReq) GetFileId() uint64

func (*TryUpPttReq) GetFileMd5

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

func (*TryUpPttReq) GetFileName

func (x *TryUpPttReq) GetFileName() []byte

func (*TryUpPttReq) GetFileSize

func (x *TryUpPttReq) GetFileSize() uint64

func (*TryUpPttReq) GetGroupCode

func (x *TryUpPttReq) GetGroupCode() uint64

func (*TryUpPttReq) GetInnerIp

func (x *TryUpPttReq) GetInnerIp() uint32

func (*TryUpPttReq) GetNewUpChan

func (x *TryUpPttReq) GetNewUpChan() bool

func (*TryUpPttReq) GetPlatformType

func (x *TryUpPttReq) GetPlatformType() uint32

func (*TryUpPttReq) GetSrcTerm

func (x *TryUpPttReq) GetSrcTerm() uint32

func (*TryUpPttReq) GetSrcUin

func (x *TryUpPttReq) GetSrcUin() uint64

func (*TryUpPttReq) GetVoiceLength

func (x *TryUpPttReq) GetVoiceLength() uint32

func (*TryUpPttReq) GetVoiceType

func (x *TryUpPttReq) GetVoiceType() uint32

func (*TryUpPttReq) ProtoMessage

func (*TryUpPttReq) ProtoMessage()

func (*TryUpPttReq) ProtoReflect

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

func (*TryUpPttReq) Reset

func (x *TryUpPttReq) Reset()

func (*TryUpPttReq) String

func (x *TryUpPttReq) String() string

type TryUpPttRsp

type TryUpPttRsp struct {
	FileId      *uint64     `protobuf:"varint,1,opt,name=fileId" json:"fileId,omitempty"`
	Result      *uint32     `protobuf:"varint,2,opt,name=result" json:"result,omitempty"`
	FailMsg     []byte      `protobuf:"bytes,3,opt,name=failMsg" json:"failMsg,omitempty"`
	FileExit    *bool       `protobuf:"varint,4,opt,name=fileExit" json:"fileExit,omitempty"`
	UpIp        []uint32    `protobuf:"varint,5,rep,name=upIp" json:"upIp,omitempty"`
	UpPort      []uint32    `protobuf:"varint,6,rep,name=upPort" json:"upPort,omitempty"`
	UpUkey      []byte      `protobuf:"bytes,7,opt,name=upUkey" json:"upUkey,omitempty"`
	Fileid      *uint64     `protobuf:"varint,8,opt,name=fileid" json:"fileid,omitempty"`
	UpOffset    *uint64     `protobuf:"varint,9,opt,name=upOffset" json:"upOffset,omitempty"`
	BlockSize   *uint64     `protobuf:"varint,10,opt,name=blockSize" json:"blockSize,omitempty"`
	FileKey     []byte      `protobuf:"bytes,11,opt,name=fileKey" json:"fileKey,omitempty"`
	ChannelType *uint32     `protobuf:"varint,12,opt,name=channelType" json:"channelType,omitempty"`
	UpIp6       []*IPv6Info `protobuf:"bytes,26,rep,name=upIp6" json:"upIp6,omitempty"`
	ClientIp6   []byte      `protobuf:"bytes,27,opt,name=clientIp6" json:"clientIp6,omitempty"`
	// contains filtered or unexported fields
}

func (*TryUpPttRsp) Descriptor deprecated

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

Deprecated: Use TryUpPttRsp.ProtoReflect.Descriptor instead.

func (*TryUpPttRsp) GetBlockSize

func (x *TryUpPttRsp) GetBlockSize() uint64

func (*TryUpPttRsp) GetChannelType

func (x *TryUpPttRsp) GetChannelType() uint32

func (*TryUpPttRsp) GetClientIp6

func (x *TryUpPttRsp) GetClientIp6() []byte

func (*TryUpPttRsp) GetFailMsg

func (x *TryUpPttRsp) GetFailMsg() []byte

func (*TryUpPttRsp) GetFileExit

func (x *TryUpPttRsp) GetFileExit() bool

func (*TryUpPttRsp) GetFileId

func (x *TryUpPttRsp) GetFileId() uint64

func (*TryUpPttRsp) GetFileKey

func (x *TryUpPttRsp) GetFileKey() []byte

func (*TryUpPttRsp) GetFileid

func (x *TryUpPttRsp) GetFileid() uint64

func (*TryUpPttRsp) GetResult

func (x *TryUpPttRsp) GetResult() uint32

func (*TryUpPttRsp) GetUpIp

func (x *TryUpPttRsp) GetUpIp() []uint32

func (*TryUpPttRsp) GetUpIp6

func (x *TryUpPttRsp) GetUpIp6() []*IPv6Info

func (*TryUpPttRsp) GetUpOffset

func (x *TryUpPttRsp) GetUpOffset() uint64

func (*TryUpPttRsp) GetUpPort

func (x *TryUpPttRsp) GetUpPort() []uint32

func (*TryUpPttRsp) GetUpUkey

func (x *TryUpPttRsp) GetUpUkey() []byte

func (*TryUpPttRsp) ProtoMessage

func (*TryUpPttRsp) ProtoMessage()

func (*TryUpPttRsp) ProtoReflect

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

func (*TryUpPttRsp) Reset

func (x *TryUpPttRsp) Reset()

func (*TryUpPttRsp) String

func (x *TryUpPttRsp) String() string

Jump to

Keyboard shortcuts

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