oidb

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_oidb0x5eb_proto protoreflect.FileDescriptor
View Source
var File_oidb0x6d6_proto protoreflect.FileDescriptor
View Source
var File_oidb0x6d7_proto protoreflect.FileDescriptor
View Source
var File_oidb0x6d8_proto protoreflect.FileDescriptor
View Source
var File_oidb0x6d9_proto protoreflect.FileDescriptor
View Source
var File_oidb0x769_proto protoreflect.FileDescriptor
View Source
var File_oidb0x88d_proto protoreflect.FileDescriptor
View Source
var File_oidb0x8a7_proto protoreflect.FileDescriptor
View Source
var File_oidb0x8fc_proto protoreflect.FileDescriptor
View Source
var File_oidb0x990_proto protoreflect.FileDescriptor
View Source
var File_oidb0xD79_proto protoreflect.FileDescriptor
View Source
var File_oidb0xb77_proto protoreflect.FileDescriptor
View Source
var File_oidb0xbcb_proto protoreflect.FileDescriptor
View Source
var File_oidb0xdad_proto protoreflect.FileDescriptor
View Source
var File_oidb0xe07_proto protoreflect.FileDescriptor
View Source
var File_oidb0xe5b_proto protoreflect.FileDescriptor
View Source
var File_oidb0xeac_proto protoreflect.FileDescriptor
View Source
var File_oidb0xec4_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type BatchTranslateReq

type BatchTranslateReq struct {
	SrcLanguage string   `protobuf:"bytes,1,opt,name=src_language,json=srcLanguage,proto3" json:"src_language,omitempty"`
	DstLanguage string   `protobuf:"bytes,2,opt,name=dst_language,json=dstLanguage,proto3" json:"dst_language,omitempty"`
	SrcTextList []string `protobuf:"bytes,3,rep,name=src_text_list,json=srcTextList,proto3" json:"src_text_list,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchTranslateReq) Descriptor deprecated

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

Deprecated: Use BatchTranslateReq.ProtoReflect.Descriptor instead.

func (*BatchTranslateReq) GetDstLanguage

func (x *BatchTranslateReq) GetDstLanguage() string

func (*BatchTranslateReq) GetSrcLanguage

func (x *BatchTranslateReq) GetSrcLanguage() string

func (*BatchTranslateReq) GetSrcTextList

func (x *BatchTranslateReq) GetSrcTextList() []string

func (*BatchTranslateReq) ProtoMessage

func (*BatchTranslateReq) ProtoMessage()

func (*BatchTranslateReq) ProtoReflect

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

func (*BatchTranslateReq) Reset

func (x *BatchTranslateReq) Reset()

func (*BatchTranslateReq) String

func (x *BatchTranslateReq) String() string

type BatchTranslateRsp

type BatchTranslateRsp struct {
	ErrorCode   int32    `protobuf:"varint,1,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"`
	ErrorMsg    []byte   `protobuf:"bytes,2,opt,name=error_msg,json=errorMsg,proto3" json:"error_msg,omitempty"`
	SrcLanguage string   `protobuf:"bytes,3,opt,name=src_language,json=srcLanguage,proto3" json:"src_language,omitempty"`
	DstLanguage string   `protobuf:"bytes,4,opt,name=dst_language,json=dstLanguage,proto3" json:"dst_language,omitempty"`
	SrcTextList []string `protobuf:"bytes,5,rep,name=src_text_list,json=srcTextList,proto3" json:"src_text_list,omitempty"`
	DstTextList []string `protobuf:"bytes,6,rep,name=dst_text_list,json=dstTextList,proto3" json:"dst_text_list,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchTranslateRsp) Descriptor deprecated

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

Deprecated: Use BatchTranslateRsp.ProtoReflect.Descriptor instead.

func (*BatchTranslateRsp) GetDstLanguage

func (x *BatchTranslateRsp) GetDstLanguage() string

func (*BatchTranslateRsp) GetDstTextList

func (x *BatchTranslateRsp) GetDstTextList() []string

func (*BatchTranslateRsp) GetErrorCode

func (x *BatchTranslateRsp) GetErrorCode() int32

func (*BatchTranslateRsp) GetErrorMsg

func (x *BatchTranslateRsp) GetErrorMsg() []byte

func (*BatchTranslateRsp) GetSrcLanguage

func (x *BatchTranslateRsp) GetSrcLanguage() string

func (*BatchTranslateRsp) GetSrcTextList

func (x *BatchTranslateRsp) GetSrcTextList() []string

func (*BatchTranslateRsp) ProtoMessage

func (*BatchTranslateRsp) ProtoMessage()

func (*BatchTranslateRsp) ProtoReflect

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

func (*BatchTranslateRsp) Reset

func (x *BatchTranslateRsp) Reset()

func (*BatchTranslateRsp) String

func (x *BatchTranslateRsp) String() string

type C41219OS

type C41219OS struct {
	Type    *uint32 `protobuf:"varint,1,opt,name=type" json:"type,omitempty"`
	Version *string `protobuf:"bytes,2,opt,name=version" json:"version,omitempty"`
	Sdk     *string `protobuf:"bytes,3,opt,name=sdk" json:"sdk,omitempty"`
	Kernel  *string `protobuf:"bytes,4,opt,name=kernel" json:"kernel,omitempty"`
	Rom     *string `protobuf:"bytes,5,opt,name=rom" json:"rom,omitempty"`
	// contains filtered or unexported fields
}

func (*C41219OS) Descriptor deprecated

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

Deprecated: Use C41219OS.ProtoReflect.Descriptor instead.

func (*C41219OS) GetKernel

func (x *C41219OS) GetKernel() string

func (*C41219OS) GetRom

func (x *C41219OS) GetRom() string

func (*C41219OS) GetSdk

func (x *C41219OS) GetSdk() string

func (*C41219OS) GetType

func (x *C41219OS) GetType() uint32

func (*C41219OS) GetVersion

func (x *C41219OS) GetVersion() string

func (*C41219OS) ProtoMessage

func (*C41219OS) ProtoMessage()

func (*C41219OS) ProtoReflect

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

func (*C41219OS) Reset

func (x *C41219OS) Reset()

func (*C41219OS) String

func (x *C41219OS) String() string

type CPU

type CPU struct {
	Model     *string `protobuf:"bytes,1,opt,name=model" json:"model,omitempty"`
	Cores     *uint32 `protobuf:"varint,2,opt,name=cores" json:"cores,omitempty"`
	Frequency *uint32 `protobuf:"varint,3,opt,name=frequency" json:"frequency,omitempty"`
	// contains filtered or unexported fields
}

func (*CPU) Descriptor deprecated

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

Deprecated: Use CPU.ProtoReflect.Descriptor instead.

func (*CPU) GetCores

func (x *CPU) GetCores() uint32

func (*CPU) GetFrequency

func (x *CPU) GetFrequency() uint32

func (*CPU) GetModel

func (x *CPU) GetModel() string

func (*CPU) ProtoMessage

func (*CPU) ProtoMessage()

func (*CPU) ProtoReflect

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

func (*CPU) Reset

func (x *CPU) Reset()

func (*CPU) String

func (x *CPU) String() string

type Camera

type Camera struct {
	Primary   *uint64 `protobuf:"varint,1,opt,name=primary" json:"primary,omitempty"`
	Secondary *uint64 `protobuf:"varint,2,opt,name=secondary" json:"secondary,omitempty"`
	Flash     *bool   `protobuf:"varint,3,opt,name=flash" json:"flash,omitempty"`
	// contains filtered or unexported fields
}

func (*Camera) Descriptor deprecated

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

Deprecated: Use Camera.ProtoReflect.Descriptor instead.

func (*Camera) GetFlash

func (x *Camera) GetFlash() bool

func (*Camera) GetPrimary

func (x *Camera) GetPrimary() uint64

func (*Camera) GetSecondary

func (x *Camera) GetSecondary() uint64

func (*Camera) ProtoMessage

func (*Camera) ProtoMessage()

func (*Camera) ProtoReflect

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

func (*Camera) Reset

func (x *Camera) Reset()

func (*Camera) String

func (x *Camera) String() string

type CheckUrlReq

type CheckUrlReq struct {
	Url         []string `protobuf:"bytes,1,rep,name=url" json:"url,omitempty"`
	Refer       *string  `protobuf:"bytes,2,opt,name=refer" json:"refer,omitempty"`
	Plateform   *string  `protobuf:"bytes,3,opt,name=plateform" json:"plateform,omitempty"`
	QqPfTo      *string  `protobuf:"bytes,4,opt,name=qqPfTo" json:"qqPfTo,omitempty"`
	Type        *uint32  `protobuf:"varint,5,opt,name=type" json:"type,omitempty"`
	From        *uint32  `protobuf:"varint,6,opt,name=from" json:"from,omitempty"`
	Chatid      *uint64  `protobuf:"varint,7,opt,name=chatid" json:"chatid,omitempty"`
	ServiceType *uint64  `protobuf:"varint,8,opt,name=serviceType" json:"serviceType,omitempty"`
	SendUin     *uint64  `protobuf:"varint,9,opt,name=sendUin" json:"sendUin,omitempty"`
	ReqType     *string  `protobuf:"bytes,10,opt,name=reqType" json:"reqType,omitempty"`
	OriginalUrl *string  `protobuf:"bytes,11,opt,name=originalUrl" json:"originalUrl,omitempty"`
	IsArk       *bool    `protobuf:"varint,12,opt,name=isArk" json:"isArk,omitempty"`
	ArkName     *string  `protobuf:"bytes,13,opt,name=arkName" json:"arkName,omitempty"`
	IsFinish    *bool    `protobuf:"varint,14,opt,name=isFinish" json:"isFinish,omitempty"`
	SrcUrls     []string `protobuf:"bytes,15,rep,name=srcUrls" json:"srcUrls,omitempty"`
	SrcPlatform *uint32  `protobuf:"varint,16,opt,name=srcPlatform" json:"srcPlatform,omitempty"`
	Qua         *string  `protobuf:"bytes,17,opt,name=qua" json:"qua,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckUrlReq) Descriptor deprecated

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

Deprecated: Use CheckUrlReq.ProtoReflect.Descriptor instead.

func (*CheckUrlReq) GetArkName

func (x *CheckUrlReq) GetArkName() string

func (*CheckUrlReq) GetChatid

func (x *CheckUrlReq) GetChatid() uint64

func (*CheckUrlReq) GetFrom

func (x *CheckUrlReq) GetFrom() uint32

func (*CheckUrlReq) GetIsArk

func (x *CheckUrlReq) GetIsArk() bool

func (*CheckUrlReq) GetIsFinish

func (x *CheckUrlReq) GetIsFinish() bool

func (*CheckUrlReq) GetOriginalUrl

func (x *CheckUrlReq) GetOriginalUrl() string

func (*CheckUrlReq) GetPlateform

func (x *CheckUrlReq) GetPlateform() string

func (*CheckUrlReq) GetQqPfTo

func (x *CheckUrlReq) GetQqPfTo() string

func (*CheckUrlReq) GetQua

func (x *CheckUrlReq) GetQua() string

func (*CheckUrlReq) GetRefer

func (x *CheckUrlReq) GetRefer() string

func (*CheckUrlReq) GetReqType

func (x *CheckUrlReq) GetReqType() string

func (*CheckUrlReq) GetSendUin

func (x *CheckUrlReq) GetSendUin() uint64

func (*CheckUrlReq) GetServiceType

func (x *CheckUrlReq) GetServiceType() uint64

func (*CheckUrlReq) GetSrcPlatform

func (x *CheckUrlReq) GetSrcPlatform() uint32

func (*CheckUrlReq) GetSrcUrls

func (x *CheckUrlReq) GetSrcUrls() []string

func (*CheckUrlReq) GetType

func (x *CheckUrlReq) GetType() uint32

func (*CheckUrlReq) GetUrl

func (x *CheckUrlReq) GetUrl() []string

func (*CheckUrlReq) ProtoMessage

func (*CheckUrlReq) ProtoMessage()

func (*CheckUrlReq) ProtoReflect

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

func (*CheckUrlReq) Reset

func (x *CheckUrlReq) Reset()

func (*CheckUrlReq) String

func (x *CheckUrlReq) String() string

type CheckUrlReqItem

type CheckUrlReqItem struct {
	Url         *string `protobuf:"bytes,1,opt,name=url" json:"url,omitempty"`
	Refer       *string `protobuf:"bytes,2,opt,name=refer" json:"refer,omitempty"`
	Plateform   *string `protobuf:"bytes,3,opt,name=plateform" json:"plateform,omitempty"`
	QqPfTo      *string `protobuf:"bytes,4,opt,name=qqPfTo" json:"qqPfTo,omitempty"`
	Type        *uint32 `protobuf:"varint,5,opt,name=type" json:"type,omitempty"`
	From        *uint32 `protobuf:"varint,6,opt,name=from" json:"from,omitempty"`
	Chatid      *uint64 `protobuf:"varint,7,opt,name=chatid" json:"chatid,omitempty"`
	ServiceType *uint64 `protobuf:"varint,8,opt,name=serviceType" json:"serviceType,omitempty"`
	SendUin     *uint64 `protobuf:"varint,9,opt,name=sendUin" json:"sendUin,omitempty"`
	ReqType     *string `protobuf:"bytes,10,opt,name=reqType" json:"reqType,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckUrlReqItem) Descriptor deprecated

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

Deprecated: Use CheckUrlReqItem.ProtoReflect.Descriptor instead.

func (*CheckUrlReqItem) GetChatid

func (x *CheckUrlReqItem) GetChatid() uint64

func (*CheckUrlReqItem) GetFrom

func (x *CheckUrlReqItem) GetFrom() uint32

func (*CheckUrlReqItem) GetPlateform

func (x *CheckUrlReqItem) GetPlateform() string

func (*CheckUrlReqItem) GetQqPfTo

func (x *CheckUrlReqItem) GetQqPfTo() string

func (*CheckUrlReqItem) GetRefer

func (x *CheckUrlReqItem) GetRefer() string

func (*CheckUrlReqItem) GetReqType

func (x *CheckUrlReqItem) GetReqType() string

func (*CheckUrlReqItem) GetSendUin

func (x *CheckUrlReqItem) GetSendUin() uint64

func (*CheckUrlReqItem) GetServiceType

func (x *CheckUrlReqItem) GetServiceType() uint64

func (*CheckUrlReqItem) GetType

func (x *CheckUrlReqItem) GetType() uint32

func (*CheckUrlReqItem) GetUrl

func (x *CheckUrlReqItem) GetUrl() string

func (*CheckUrlReqItem) ProtoMessage

func (*CheckUrlReqItem) ProtoMessage()

func (*CheckUrlReqItem) ProtoReflect

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

func (*CheckUrlReqItem) Reset

func (x *CheckUrlReqItem) Reset()

func (*CheckUrlReqItem) String

func (x *CheckUrlReqItem) String() string

type CheckUrlRsp

type CheckUrlRsp struct {
	Results         []*UrlCheckResult `protobuf:"bytes,1,rep,name=results" json:"results,omitempty"`
	NextReqDuration *uint32           `protobuf:"varint,2,opt,name=nextReqDuration" json:"nextReqDuration,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckUrlRsp) Descriptor deprecated

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

Deprecated: Use CheckUrlRsp.ProtoReflect.Descriptor instead.

func (*CheckUrlRsp) GetNextReqDuration

func (x *CheckUrlRsp) GetNextReqDuration() uint32

func (*CheckUrlRsp) GetResults

func (x *CheckUrlRsp) GetResults() []*UrlCheckResult

func (*CheckUrlRsp) ProtoMessage

func (*CheckUrlRsp) ProtoMessage()

func (*CheckUrlRsp) ProtoReflect

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

func (*CheckUrlRsp) Reset

func (x *CheckUrlRsp) Reset()

func (*CheckUrlRsp) String

func (x *CheckUrlRsp) String() string

type Comment

type Comment struct {
	Id       *string `protobuf:"bytes,1,opt,name=id" json:"id,omitempty"`
	Comment  *string `protobuf:"bytes,2,opt,name=comment" json:"comment,omitempty"`
	Time     *uint64 `protobuf:"varint,3,opt,name=time" json:"time,omitempty"`
	FromUin  *uint64 `protobuf:"varint,4,opt,name=fromUin" json:"fromUin,omitempty"`
	ToUin    *uint64 `protobuf:"varint,5,opt,name=toUin" json:"toUin,omitempty"`
	ReplyId  *string `protobuf:"bytes,6,opt,name=replyId" json:"replyId,omitempty"`
	FromNick *string `protobuf:"bytes,7,opt,name=fromNick" json:"fromNick,omitempty"`
	// contains filtered or unexported fields
}

func (*Comment) Descriptor deprecated

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

Deprecated: Use Comment.ProtoReflect.Descriptor instead.

func (*Comment) GetComment

func (x *Comment) GetComment() string

func (*Comment) GetFromNick

func (x *Comment) GetFromNick() string

func (*Comment) GetFromUin

func (x *Comment) GetFromUin() uint64

func (*Comment) GetId

func (x *Comment) GetId() string

func (*Comment) GetReplyId

func (x *Comment) GetReplyId() string

func (*Comment) GetTime

func (x *Comment) GetTime() uint64

func (*Comment) GetToUin

func (x *Comment) GetToUin() uint64

func (*Comment) ProtoMessage

func (*Comment) ProtoMessage()

func (*Comment) ProtoReflect

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

func (*Comment) Reset

func (x *Comment) Reset()

func (*Comment) String

func (x *Comment) String() string

type Content

type Content struct {
	TaskId   *uint32 `protobuf:"varint,1,opt,name=taskId" json:"taskId,omitempty"`
	Compress *uint32 `protobuf:"varint,2,opt,name=compress" json:"compress,omitempty"`
	Content  []byte  `protobuf:"bytes,10,opt,name=content" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*Content) Descriptor deprecated

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

Deprecated: Use Content.ProtoReflect.Descriptor instead.

func (*Content) GetCompress

func (x *Content) GetCompress() uint32

func (*Content) GetContent

func (x *Content) GetContent() []byte

func (*Content) GetTaskId

func (x *Content) GetTaskId() uint32

func (*Content) ProtoMessage

func (*Content) ProtoMessage()

func (*Content) ProtoReflect

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

func (*Content) Reset

func (x *Content) Reset()

func (*Content) String

func (x *Content) String() string

type Coordinate

type Coordinate struct {
	X int32 `protobuf:"varint,1,opt,name=X,proto3" json:"X,omitempty"`
	Y int32 `protobuf:"varint,2,opt,name=Y,proto3" json:"Y,omitempty"`
	// contains filtered or unexported fields
}

func (*Coordinate) Descriptor deprecated

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

Deprecated: Use Coordinate.ProtoReflect.Descriptor instead.

func (*Coordinate) GetX

func (x *Coordinate) GetX() int32

func (*Coordinate) GetY

func (x *Coordinate) GetY() int32

func (*Coordinate) ProtoMessage

func (*Coordinate) ProtoMessage()

func (*Coordinate) ProtoReflect

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

func (*Coordinate) Reset

func (x *Coordinate) Reset()

func (*Coordinate) String

func (x *Coordinate) String() string

type CopyFromReqBody

type CopyFromReqBody struct {
	GroupCode       *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"`
	AppId           *uint32 `protobuf:"varint,2,opt,name=appId" json:"appId,omitempty"`
	SrcBusId        *uint32 `protobuf:"varint,3,opt,name=srcBusId" json:"srcBusId,omitempty"`
	SrcParentFolder []byte  `protobuf:"bytes,4,opt,name=srcParentFolder" json:"srcParentFolder,omitempty"`
	SrcFilePath     []byte  `protobuf:"bytes,5,opt,name=srcFilePath" json:"srcFilePath,omitempty"`
	DstBusId        *uint32 `protobuf:"varint,6,opt,name=dstBusId" json:"dstBusId,omitempty"`
	DstFolderId     []byte  `protobuf:"bytes,7,opt,name=dstFolderId" json:"dstFolderId,omitempty"`
	FileSize        *uint64 `protobuf:"varint,8,opt,name=fileSize" json:"fileSize,omitempty"`
	LocalPath       *string `protobuf:"bytes,9,opt,name=localPath" json:"localPath,omitempty"`
	FileName        *string `protobuf:"bytes,10,opt,name=fileName" json:"fileName,omitempty"`
	SrcUin          *uint64 `protobuf:"varint,11,opt,name=srcUin" json:"srcUin,omitempty"`
	Md5             []byte  `protobuf:"bytes,12,opt,name=md5" json:"md5,omitempty"`
	// contains filtered or unexported fields
}

func (*CopyFromReqBody) Descriptor deprecated

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

Deprecated: Use CopyFromReqBody.ProtoReflect.Descriptor instead.

func (*CopyFromReqBody) GetAppId

func (x *CopyFromReqBody) GetAppId() uint32

func (*CopyFromReqBody) GetDstBusId

func (x *CopyFromReqBody) GetDstBusId() uint32

func (*CopyFromReqBody) GetDstFolderId

func (x *CopyFromReqBody) GetDstFolderId() []byte

func (*CopyFromReqBody) GetFileName

func (x *CopyFromReqBody) GetFileName() string

func (*CopyFromReqBody) GetFileSize

func (x *CopyFromReqBody) GetFileSize() uint64

func (*CopyFromReqBody) GetGroupCode

func (x *CopyFromReqBody) GetGroupCode() uint64

func (*CopyFromReqBody) GetLocalPath

func (x *CopyFromReqBody) GetLocalPath() string

func (*CopyFromReqBody) GetMd5

func (x *CopyFromReqBody) GetMd5() []byte

func (*CopyFromReqBody) GetSrcBusId

func (x *CopyFromReqBody) GetSrcBusId() uint32

func (*CopyFromReqBody) GetSrcFilePath

func (x *CopyFromReqBody) GetSrcFilePath() []byte

func (*CopyFromReqBody) GetSrcParentFolder

func (x *CopyFromReqBody) GetSrcParentFolder() []byte

func (*CopyFromReqBody) GetSrcUin

func (x *CopyFromReqBody) GetSrcUin() uint64

func (*CopyFromReqBody) ProtoMessage

func (*CopyFromReqBody) ProtoMessage()

func (*CopyFromReqBody) ProtoReflect

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

func (*CopyFromReqBody) Reset

func (x *CopyFromReqBody) Reset()

func (*CopyFromReqBody) String

func (x *CopyFromReqBody) String() string

type CopyFromRspBody

type CopyFromRspBody struct {
	RetCode       *int32  `protobuf:"varint,1,opt,name=retCode" json:"retCode,omitempty"`
	RetMsg        *string `protobuf:"bytes,2,opt,name=retMsg" json:"retMsg,omitempty"`
	ClientWording *string `protobuf:"bytes,3,opt,name=clientWording" json:"clientWording,omitempty"`
	SaveFilePath  []byte  `protobuf:"bytes,4,opt,name=saveFilePath" json:"saveFilePath,omitempty"`
	BusId         *uint32 `protobuf:"varint,5,opt,name=busId" json:"busId,omitempty"`
	// contains filtered or unexported fields
}

func (*CopyFromRspBody) Descriptor deprecated

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

Deprecated: Use CopyFromRspBody.ProtoReflect.Descriptor instead.

func (*CopyFromRspBody) GetBusId

func (x *CopyFromRspBody) GetBusId() uint32

func (*CopyFromRspBody) GetClientWording

func (x *CopyFromRspBody) GetClientWording() string

func (*CopyFromRspBody) GetRetCode

func (x *CopyFromRspBody) GetRetCode() int32

func (*CopyFromRspBody) GetRetMsg

func (x *CopyFromRspBody) GetRetMsg() string

func (*CopyFromRspBody) GetSaveFilePath

func (x *CopyFromRspBody) GetSaveFilePath() []byte

func (*CopyFromRspBody) ProtoMessage

func (*CopyFromRspBody) ProtoMessage()

func (*CopyFromRspBody) ProtoReflect

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

func (*CopyFromRspBody) Reset

func (x *CopyFromRspBody) Reset()

func (*CopyFromRspBody) String

func (x *CopyFromRspBody) String() string

type CopyToReqBody

type CopyToReqBody struct {
	GroupCode             *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"`
	AppId                 *uint32 `protobuf:"varint,2,opt,name=appId" json:"appId,omitempty"`
	SrcBusId              *uint32 `protobuf:"varint,3,opt,name=srcBusId" json:"srcBusId,omitempty"`
	SrcFileId             *string `protobuf:"bytes,4,opt,name=srcFileId" json:"srcFileId,omitempty"`
	DstBusId              *uint32 `protobuf:"varint,5,opt,name=dstBusId" json:"dstBusId,omitempty"`
	DstUin                *uint64 `protobuf:"varint,6,opt,name=dstUin" json:"dstUin,omitempty"`
	NewFileName           *string `protobuf:"bytes,40,opt,name=newFileName" json:"newFileName,omitempty"`
	TimCloudPdirKey       []byte  `protobuf:"bytes,100,opt,name=timCloudPdirKey" json:"timCloudPdirKey,omitempty"`
	TimCloudPpdirKey      []byte  `protobuf:"bytes,101,opt,name=timCloudPpdirKey" json:"timCloudPpdirKey,omitempty"`
	TimCloudExtensionInfo []byte  `protobuf:"bytes,102,opt,name=timCloudExtensionInfo" json:"timCloudExtensionInfo,omitempty"`
	TimFileExistOption    *uint32 `protobuf:"varint,103,opt,name=timFileExistOption" json:"timFileExistOption,omitempty"`
	// contains filtered or unexported fields
}

func (*CopyToReqBody) Descriptor deprecated

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

Deprecated: Use CopyToReqBody.ProtoReflect.Descriptor instead.

func (*CopyToReqBody) GetAppId

func (x *CopyToReqBody) GetAppId() uint32

func (*CopyToReqBody) GetDstBusId

func (x *CopyToReqBody) GetDstBusId() uint32

func (*CopyToReqBody) GetDstUin

func (x *CopyToReqBody) GetDstUin() uint64

func (*CopyToReqBody) GetGroupCode

func (x *CopyToReqBody) GetGroupCode() uint64

func (*CopyToReqBody) GetNewFileName

func (x *CopyToReqBody) GetNewFileName() string

func (*CopyToReqBody) GetSrcBusId

func (x *CopyToReqBody) GetSrcBusId() uint32

func (*CopyToReqBody) GetSrcFileId

func (x *CopyToReqBody) GetSrcFileId() string

func (*CopyToReqBody) GetTimCloudExtensionInfo

func (x *CopyToReqBody) GetTimCloudExtensionInfo() []byte

func (*CopyToReqBody) GetTimCloudPdirKey

func (x *CopyToReqBody) GetTimCloudPdirKey() []byte

func (*CopyToReqBody) GetTimCloudPpdirKey

func (x *CopyToReqBody) GetTimCloudPpdirKey() []byte

func (*CopyToReqBody) GetTimFileExistOption

func (x *CopyToReqBody) GetTimFileExistOption() uint32

func (*CopyToReqBody) ProtoMessage

func (*CopyToReqBody) ProtoMessage()

func (*CopyToReqBody) ProtoReflect

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

func (*CopyToReqBody) Reset

func (x *CopyToReqBody) Reset()

func (*CopyToReqBody) String

func (x *CopyToReqBody) String() string

type CopyToRspBody

type CopyToRspBody struct {
	RetCode       *int32  `protobuf:"varint,1,opt,name=retCode" json:"retCode,omitempty"`
	RetMsg        *string `protobuf:"bytes,2,opt,name=retMsg" json:"retMsg,omitempty"`
	ClientWording *string `protobuf:"bytes,3,opt,name=clientWording" json:"clientWording,omitempty"`
	SaveFilePath  *string `protobuf:"bytes,4,opt,name=saveFilePath" json:"saveFilePath,omitempty"`
	BusId         *uint32 `protobuf:"varint,5,opt,name=busId" json:"busId,omitempty"`
	FileName      *string `protobuf:"bytes,40,opt,name=fileName" json:"fileName,omitempty"`
	// contains filtered or unexported fields
}

func (*CopyToRspBody) Descriptor deprecated

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

Deprecated: Use CopyToRspBody.ProtoReflect.Descriptor instead.

func (*CopyToRspBody) GetBusId

func (x *CopyToRspBody) GetBusId() uint32

func (*CopyToRspBody) GetClientWording

func (x *CopyToRspBody) GetClientWording() string

func (*CopyToRspBody) GetFileName

func (x *CopyToRspBody) GetFileName() string

func (*CopyToRspBody) GetRetCode

func (x *CopyToRspBody) GetRetCode() int32

func (*CopyToRspBody) GetRetMsg

func (x *CopyToRspBody) GetRetMsg() string

func (*CopyToRspBody) GetSaveFilePath

func (x *CopyToRspBody) GetSaveFilePath() string

func (*CopyToRspBody) ProtoMessage

func (*CopyToRspBody) ProtoMessage()

func (*CopyToRspBody) ProtoReflect

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

func (*CopyToRspBody) Reset

func (x *CopyToRspBody) Reset()

func (*CopyToRspBody) String

func (x *CopyToRspBody) String() string

type CreateFolderReqBody

type CreateFolderReqBody struct {
	GroupCode      *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"`
	AppId          *uint32 `protobuf:"varint,2,opt,name=appId" json:"appId,omitempty"`
	ParentFolderId *string `protobuf:"bytes,3,opt,name=parentFolderId" json:"parentFolderId,omitempty"`
	FolderName     *string `protobuf:"bytes,4,opt,name=folderName" json:"folderName,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateFolderReqBody) Descriptor deprecated

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

Deprecated: Use CreateFolderReqBody.ProtoReflect.Descriptor instead.

func (*CreateFolderReqBody) GetAppId

func (x *CreateFolderReqBody) GetAppId() uint32

func (*CreateFolderReqBody) GetFolderName

func (x *CreateFolderReqBody) GetFolderName() string

func (*CreateFolderReqBody) GetGroupCode

func (x *CreateFolderReqBody) GetGroupCode() uint64

func (*CreateFolderReqBody) GetParentFolderId

func (x *CreateFolderReqBody) GetParentFolderId() string

func (*CreateFolderReqBody) ProtoMessage

func (*CreateFolderReqBody) ProtoMessage()

func (*CreateFolderReqBody) ProtoReflect

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

func (*CreateFolderReqBody) Reset

func (x *CreateFolderReqBody) Reset()

func (*CreateFolderReqBody) String

func (x *CreateFolderReqBody) String() string

type CreateFolderRspBody

type CreateFolderRspBody struct {
	RetCode       *int32  `protobuf:"varint,1,opt,name=retCode" json:"retCode,omitempty"`
	RetMsg        *string `protobuf:"bytes,2,opt,name=retMsg" json:"retMsg,omitempty"`
	ClientWording *string `protobuf:"bytes,3,opt,name=clientWording" json:"clientWording,omitempty"` // optional group_file_common.FolderInfo folderInfo = 4;
	// contains filtered or unexported fields
}

func (*CreateFolderRspBody) Descriptor deprecated

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

Deprecated: Use CreateFolderRspBody.ProtoReflect.Descriptor instead.

func (*CreateFolderRspBody) GetClientWording

func (x *CreateFolderRspBody) GetClientWording() string

func (*CreateFolderRspBody) GetRetCode

func (x *CreateFolderRspBody) GetRetCode() int32

func (*CreateFolderRspBody) GetRetMsg

func (x *CreateFolderRspBody) GetRetMsg() string

func (*CreateFolderRspBody) ProtoMessage

func (*CreateFolderRspBody) ProtoMessage()

func (*CreateFolderRspBody) ProtoReflect

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

func (*CreateFolderRspBody) Reset

func (x *CreateFolderRspBody) Reset()

func (*CreateFolderRspBody) String

func (x *CreateFolderRspBody) String() string

type D5EBReqBody

type D5EBReqBody struct {
	Uins                              []uint64 `protobuf:"varint,1,rep,name=uins" json:"uins,omitempty"`
	MaxPackageSize                    *uint32  `protobuf:"varint,3,opt,name=max_package_size,json=maxPackageSize" json:"max_package_size,omitempty"`
	Openid                            [][]byte `protobuf:"bytes,4,rep,name=openid" json:"openid,omitempty"`
	Appid                             *uint32  `protobuf:"varint,5,opt,name=appid" json:"appid,omitempty"`
	ReqNick                           *uint32  `protobuf:"varint,20002,opt,name=reqNick" json:"reqNick,omitempty"`
	ReqCountry                        *uint32  `protobuf:"varint,20003,opt,name=reqCountry" json:"reqCountry,omitempty"`
	ReqProvince                       *int32   `protobuf:"varint,20004,opt,name=reqProvince" json:"reqProvince,omitempty"`
	ReqGender                         *int32   `protobuf:"varint,20009,opt,name=reqGender" json:"reqGender,omitempty"`
	ReqAllow                          *int32   `protobuf:"varint,20014,opt,name=reqAllow" json:"reqAllow,omitempty"`
	ReqFaceId                         *int32   `protobuf:"varint,20015,opt,name=reqFaceId" json:"reqFaceId,omitempty"`
	ReqCity                           *int32   `protobuf:"varint,20020,opt,name=reqCity" json:"reqCity,omitempty"`
	ReqConstellation                  *int32   `protobuf:"varint,20022,opt,name=reqConstellation" json:"reqConstellation,omitempty"`
	ReqCommonPlace1                   *int32   `protobuf:"varint,20027,opt,name=reqCommonPlace1" json:"reqCommonPlace1,omitempty"`
	ReqMss3Bitmapextra                *int32   `protobuf:"varint,20030,opt,name=reqMss3Bitmapextra" json:"reqMss3Bitmapextra,omitempty"`
	ReqBirthday                       *int32   `protobuf:"varint,20031,opt,name=reqBirthday" json:"reqBirthday,omitempty"`
	ReqCityId                         *int32   `protobuf:"varint,20032,opt,name=reqCityId" json:"reqCityId,omitempty"`
	ReqLang1                          *int32   `protobuf:"varint,20033,opt,name=reqLang1" json:"reqLang1,omitempty"`
	ReqLang2                          *int32   `protobuf:"varint,20034,opt,name=reqLang2" json:"reqLang2,omitempty"`
	ReqLang3                          *int32   `protobuf:"varint,20035,opt,name=reqLang3" json:"reqLang3,omitempty"`
	ReqAge                            *int32   `protobuf:"varint,20037,opt,name=reqAge" json:"reqAge,omitempty"`
	ReqCityZoneId                     *int32   `protobuf:"varint,20041,opt,name=reqCityZoneId" json:"reqCityZoneId,omitempty"`
	ReqOin                            *int32   `protobuf:"varint,20056,opt,name=reqOin" json:"reqOin,omitempty"`
	ReqBubbleId                       *int32   `protobuf:"varint,20059,opt,name=reqBubbleId" json:"reqBubbleId,omitempty"`
	ReqMss2Identity                   *int32   `protobuf:"varint,21001,opt,name=reqMss2Identity" json:"reqMss2Identity,omitempty"`
	ReqMss1Service                    *int32   `protobuf:"varint,21002,opt,name=reqMss1Service" json:"reqMss1Service,omitempty"`
	ReqLflag                          *int32   `protobuf:"varint,21003,opt,name=reqLflag" json:"reqLflag,omitempty"`
	ReqExtFlag                        *int32   `protobuf:"varint,21004,opt,name=reqExtFlag" json:"reqExtFlag,omitempty"`
	ReqBasicSvrFlag                   *int32   `protobuf:"varint,21006,opt,name=reqBasicSvrFlag" json:"reqBasicSvrFlag,omitempty"`
	ReqBasicCliFlag                   *int32   `protobuf:"varint,21007,opt,name=reqBasicCliFlag" json:"reqBasicCliFlag,omitempty"`
	ReqFullBirthday                   *int32   `protobuf:"varint,26004,opt,name=reqFullBirthday" json:"reqFullBirthday,omitempty"`
	ReqFullAge                        *int32   `protobuf:"varint,26005,opt,name=reqFullAge" json:"reqFullAge,omitempty"`
	ReqSimpleUpdateTime               *int32   `protobuf:"varint,26010,opt,name=reqSimpleUpdateTime" json:"reqSimpleUpdateTime,omitempty"`
	ReqMssUpdateTime                  *int32   `protobuf:"varint,26011,opt,name=reqMssUpdateTime" json:"reqMssUpdateTime,omitempty"`
	ReqPstnMultiCallTime              *int32   `protobuf:"varint,26012,opt,name=reqPstnMultiCallTime" json:"reqPstnMultiCallTime,omitempty"`
	ReqPstnMultiLastGuideRechargeTime *int32   `protobuf:"varint,26013,opt,name=reqPstnMultiLastGuideRechargeTime" json:"reqPstnMultiLastGuideRechargeTime,omitempty"`
	ReqPstnC2CCallTime                *int32   `protobuf:"varint,26014,opt,name=reqPstnC2cCallTime" json:"reqPstnC2cCallTime,omitempty"`
	ReqPstnC2CLastGuideRechargeTime   *int32   `protobuf:"varint,26015,opt,name=reqPstnC2cLastGuideRechargeTime" json:"reqPstnC2cLastGuideRechargeTime,omitempty"`
	ReqGroupMemCreditFlag             *int32   `protobuf:"varint,27022,opt,name=reqGroupMemCreditFlag" json:"reqGroupMemCreditFlag,omitempty"`
	ReqFaceAddonId                    *int32   `protobuf:"varint,27025,opt,name=reqFaceAddonId" json:"reqFaceAddonId,omitempty"`
	ReqMusicGene                      *int32   `protobuf:"varint,27026,opt,name=reqMusicGene" json:"reqMusicGene,omitempty"`
	ReqStrangerNick                   *int32   `protobuf:"varint,27034,opt,name=reqStrangerNick" json:"reqStrangerNick,omitempty"`
	ReqStrangerDeclare                *int32   `protobuf:"varint,27035,opt,name=reqStrangerDeclare" json:"reqStrangerDeclare,omitempty"`
	ReqLoveStatus                     *int32   `protobuf:"varint,27036,opt,name=reqLoveStatus" json:"reqLoveStatus,omitempty"`
	ReqProfession                     *int32   `protobuf:"varint,27037,opt,name=reqProfession" json:"reqProfession,omitempty"`
	ReqVasColorringFlag               *int32   `protobuf:"varint,27041,opt,name=reqVasColorringFlag" json:"reqVasColorringFlag,omitempty"`
	ReqCharm                          *int32   `protobuf:"varint,27052,opt,name=reqCharm" json:"reqCharm,omitempty"`
	ReqApolloTimestamp                *int32   `protobuf:"varint,27059,opt,name=reqApolloTimestamp" json:"reqApolloTimestamp,omitempty"`
	ReqVasFontIdFlag                  *int32   `protobuf:"varint,27201,opt,name=reqVasFontIdFlag" json:"reqVasFontIdFlag,omitempty"`
	ReqGlobalGroupLevel               *int32   `protobuf:"varint,27208,opt,name=reqGlobalGroupLevel" json:"reqGlobalGroupLevel,omitempty"`
	ReqInvite2GroupAutoAgreeFlag      *int32   `protobuf:"varint,40346,opt,name=reqInvite2groupAutoAgreeFlag" json:"reqInvite2groupAutoAgreeFlag,omitempty"`
	ReqSubaccountDisplayThirdQqFlag   *int32   `protobuf:"varint,40348,opt,name=reqSubaccountDisplayThirdQqFlag" json:"reqSubaccountDisplayThirdQqFlag,omitempty"`
	NotifyPartakeLikeRankingListFlag  *int32   `protobuf:"varint,40350,opt,name=notifyPartakeLikeRankingListFlag" json:"notifyPartakeLikeRankingListFlag,omitempty"`
	ReqLightalkSwitch                 *int32   `protobuf:"varint,40506,opt,name=reqLightalkSwitch" json:"reqLightalkSwitch,omitempty"`
	ReqMusicRingVisible               *int32   `protobuf:"varint,40507,opt,name=reqMusicRingVisible" json:"reqMusicRingVisible,omitempty"`
	ReqMusicRingAutoplay              *int32   `protobuf:"varint,40508,opt,name=reqMusicRingAutoplay" json:"reqMusicRingAutoplay,omitempty"`
	ReqMusicRingRedpoint              *int32   `protobuf:"varint,40509,opt,name=reqMusicRingRedpoint" json:"reqMusicRingRedpoint,omitempty"`
	TorchDisableFlag                  *int32   `protobuf:"varint,40525,opt,name=torchDisableFlag" json:"torchDisableFlag,omitempty"`
	ReqVasMagicfontFlag               *int32   `protobuf:"varint,40530,opt,name=reqVasMagicfontFlag" json:"reqVasMagicfontFlag,omitempty"`
	ReqVipFlag                        *int32   `protobuf:"varint,41756,opt,name=reqVipFlag" json:"reqVipFlag,omitempty"`
	ReqAuthFlag                       *int32   `protobuf:"varint,41783,opt,name=reqAuthFlag" json:"reqAuthFlag,omitempty"`
	ReqForbidFlag                     *int32   `protobuf:"varint,41784,opt,name=reqForbidFlag" json:"reqForbidFlag,omitempty"`
	ReqGodForbid                      *int32   `protobuf:"varint,41804,opt,name=reqGodForbid" json:"reqGodForbid,omitempty"`
	ReqGodFlag                        *int32   `protobuf:"varint,41805,opt,name=reqGodFlag" json:"reqGodFlag,omitempty"`
	ReqCharmLevel                     *int32   `protobuf:"varint,41950,opt,name=reqCharmLevel" json:"reqCharmLevel,omitempty"`
	ReqCharmShown                     *int32   `protobuf:"varint,41973,opt,name=reqCharmShown" json:"reqCharmShown,omitempty"`
	ReqFreshnewsNotifyFlag            *int32   `protobuf:"varint,41993,opt,name=reqFreshnewsNotifyFlag" json:"reqFreshnewsNotifyFlag,omitempty"`
	ReqApolloVipLevel                 *int32   `protobuf:"varint,41999,opt,name=reqApolloVipLevel" json:"reqApolloVipLevel,omitempty"`
	ReqApolloVipFlag                  *int32   `protobuf:"varint,42003,opt,name=reqApolloVipFlag" json:"reqApolloVipFlag,omitempty"`
	ReqPstnC2CVip                     *int32   `protobuf:"varint,42005,opt,name=reqPstnC2cVip" json:"reqPstnC2cVip,omitempty"`
	ReqPstnMultiVip                   *int32   `protobuf:"varint,42006,opt,name=reqPstnMultiVip" json:"reqPstnMultiVip,omitempty"`
	ReqPstnEverC2CVip                 *int32   `protobuf:"varint,42007,opt,name=reqPstnEverC2cVip" json:"reqPstnEverC2cVip,omitempty"`
	ReqPstnEverMultiVip               *int32   `protobuf:"varint,42008,opt,name=reqPstnEverMultiVip" json:"reqPstnEverMultiVip,omitempty"`
	ReqPstnMultiTryFlag               *int32   `protobuf:"varint,42011,opt,name=reqPstnMultiTryFlag" json:"reqPstnMultiTryFlag,omitempty"`
	ReqPstnC2CTryFlag                 *int32   `protobuf:"varint,42012,opt,name=reqPstnC2cTryFlag" json:"reqPstnC2cTryFlag,omitempty"`
	ReqSubscribeNearbyassistantSwitch *int32   `protobuf:"varint,42024,opt,name=reqSubscribeNearbyassistantSwitch" json:"reqSubscribeNearbyassistantSwitch,omitempty"`
	ReqTorchbearerFlag                *int32   `protobuf:"varint,42051,opt,name=reqTorchbearerFlag" json:"reqTorchbearerFlag,omitempty"`
	PreloadDisableFlag                *int32   `protobuf:"varint,42073,opt,name=preloadDisableFlag" json:"preloadDisableFlag,omitempty"`
	ReqMedalwallFlag                  *int32   `protobuf:"varint,42075,opt,name=reqMedalwallFlag" json:"reqMedalwallFlag,omitempty"`
	NotifyOnLikeRankingListFlag       *int32   `protobuf:"varint,42092,opt,name=notifyOnLikeRankingListFlag" json:"notifyOnLikeRankingListFlag,omitempty"`
	ReqApolloStatus                   *int32   `protobuf:"varint,42980,opt,name=reqApolloStatus" json:"reqApolloStatus,omitempty"`
	// contains filtered or unexported fields
}

func (*D5EBReqBody) Descriptor deprecated

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

Deprecated: Use D5EBReqBody.ProtoReflect.Descriptor instead.

func (*D5EBReqBody) GetAppid

func (x *D5EBReqBody) GetAppid() uint32

func (*D5EBReqBody) GetMaxPackageSize

func (x *D5EBReqBody) GetMaxPackageSize() uint32

func (*D5EBReqBody) GetNotifyOnLikeRankingListFlag

func (x *D5EBReqBody) GetNotifyOnLikeRankingListFlag() int32

func (*D5EBReqBody) GetNotifyPartakeLikeRankingListFlag

func (x *D5EBReqBody) GetNotifyPartakeLikeRankingListFlag() int32

func (*D5EBReqBody) GetOpenid

func (x *D5EBReqBody) GetOpenid() [][]byte

func (*D5EBReqBody) GetPreloadDisableFlag

func (x *D5EBReqBody) GetPreloadDisableFlag() int32

func (*D5EBReqBody) GetReqAge

func (x *D5EBReqBody) GetReqAge() int32

func (*D5EBReqBody) GetReqAllow

func (x *D5EBReqBody) GetReqAllow() int32

func (*D5EBReqBody) GetReqApolloStatus

func (x *D5EBReqBody) GetReqApolloStatus() int32

func (*D5EBReqBody) GetReqApolloTimestamp

func (x *D5EBReqBody) GetReqApolloTimestamp() int32

func (*D5EBReqBody) GetReqApolloVipFlag

func (x *D5EBReqBody) GetReqApolloVipFlag() int32

func (*D5EBReqBody) GetReqApolloVipLevel

func (x *D5EBReqBody) GetReqApolloVipLevel() int32

func (*D5EBReqBody) GetReqAuthFlag

func (x *D5EBReqBody) GetReqAuthFlag() int32

func (*D5EBReqBody) GetReqBasicCliFlag

func (x *D5EBReqBody) GetReqBasicCliFlag() int32

func (*D5EBReqBody) GetReqBasicSvrFlag

func (x *D5EBReqBody) GetReqBasicSvrFlag() int32

func (*D5EBReqBody) GetReqBirthday

func (x *D5EBReqBody) GetReqBirthday() int32

func (*D5EBReqBody) GetReqBubbleId

func (x *D5EBReqBody) GetReqBubbleId() int32

func (*D5EBReqBody) GetReqCharm

func (x *D5EBReqBody) GetReqCharm() int32

func (*D5EBReqBody) GetReqCharmLevel

func (x *D5EBReqBody) GetReqCharmLevel() int32

func (*D5EBReqBody) GetReqCharmShown

func (x *D5EBReqBody) GetReqCharmShown() int32

func (*D5EBReqBody) GetReqCity

func (x *D5EBReqBody) GetReqCity() int32

func (*D5EBReqBody) GetReqCityId

func (x *D5EBReqBody) GetReqCityId() int32

func (*D5EBReqBody) GetReqCityZoneId

func (x *D5EBReqBody) GetReqCityZoneId() int32

func (*D5EBReqBody) GetReqCommonPlace1

func (x *D5EBReqBody) GetReqCommonPlace1() int32

func (*D5EBReqBody) GetReqConstellation

func (x *D5EBReqBody) GetReqConstellation() int32

func (*D5EBReqBody) GetReqCountry

func (x *D5EBReqBody) GetReqCountry() uint32

func (*D5EBReqBody) GetReqExtFlag

func (x *D5EBReqBody) GetReqExtFlag() int32

func (*D5EBReqBody) GetReqFaceAddonId

func (x *D5EBReqBody) GetReqFaceAddonId() int32

func (*D5EBReqBody) GetReqFaceId

func (x *D5EBReqBody) GetReqFaceId() int32

func (*D5EBReqBody) GetReqForbidFlag

func (x *D5EBReqBody) GetReqForbidFlag() int32

func (*D5EBReqBody) GetReqFreshnewsNotifyFlag

func (x *D5EBReqBody) GetReqFreshnewsNotifyFlag() int32

func (*D5EBReqBody) GetReqFullAge

func (x *D5EBReqBody) GetReqFullAge() int32

func (*D5EBReqBody) GetReqFullBirthday

func (x *D5EBReqBody) GetReqFullBirthday() int32

func (*D5EBReqBody) GetReqGender

func (x *D5EBReqBody) GetReqGender() int32

func (*D5EBReqBody) GetReqGlobalGroupLevel

func (x *D5EBReqBody) GetReqGlobalGroupLevel() int32

func (*D5EBReqBody) GetReqGodFlag

func (x *D5EBReqBody) GetReqGodFlag() int32

func (*D5EBReqBody) GetReqGodForbid

func (x *D5EBReqBody) GetReqGodForbid() int32

func (*D5EBReqBody) GetReqGroupMemCreditFlag

func (x *D5EBReqBody) GetReqGroupMemCreditFlag() int32

func (*D5EBReqBody) GetReqInvite2GroupAutoAgreeFlag

func (x *D5EBReqBody) GetReqInvite2GroupAutoAgreeFlag() int32

func (*D5EBReqBody) GetReqLang1

func (x *D5EBReqBody) GetReqLang1() int32

func (*D5EBReqBody) GetReqLang2

func (x *D5EBReqBody) GetReqLang2() int32

func (*D5EBReqBody) GetReqLang3

func (x *D5EBReqBody) GetReqLang3() int32

func (*D5EBReqBody) GetReqLflag

func (x *D5EBReqBody) GetReqLflag() int32

func (*D5EBReqBody) GetReqLightalkSwitch

func (x *D5EBReqBody) GetReqLightalkSwitch() int32

func (*D5EBReqBody) GetReqLoveStatus

func (x *D5EBReqBody) GetReqLoveStatus() int32

func (*D5EBReqBody) GetReqMedalwallFlag

func (x *D5EBReqBody) GetReqMedalwallFlag() int32

func (*D5EBReqBody) GetReqMss1Service

func (x *D5EBReqBody) GetReqMss1Service() int32

func (*D5EBReqBody) GetReqMss2Identity

func (x *D5EBReqBody) GetReqMss2Identity() int32

func (*D5EBReqBody) GetReqMss3Bitmapextra

func (x *D5EBReqBody) GetReqMss3Bitmapextra() int32

func (*D5EBReqBody) GetReqMssUpdateTime

func (x *D5EBReqBody) GetReqMssUpdateTime() int32

func (*D5EBReqBody) GetReqMusicGene

func (x *D5EBReqBody) GetReqMusicGene() int32

func (*D5EBReqBody) GetReqMusicRingAutoplay

func (x *D5EBReqBody) GetReqMusicRingAutoplay() int32

func (*D5EBReqBody) GetReqMusicRingRedpoint

func (x *D5EBReqBody) GetReqMusicRingRedpoint() int32

func (*D5EBReqBody) GetReqMusicRingVisible

func (x *D5EBReqBody) GetReqMusicRingVisible() int32

func (*D5EBReqBody) GetReqNick

func (x *D5EBReqBody) GetReqNick() uint32

func (*D5EBReqBody) GetReqOin

func (x *D5EBReqBody) GetReqOin() int32

func (*D5EBReqBody) GetReqProfession

func (x *D5EBReqBody) GetReqProfession() int32

func (*D5EBReqBody) GetReqProvince

func (x *D5EBReqBody) GetReqProvince() int32

func (*D5EBReqBody) GetReqPstnC2CCallTime

func (x *D5EBReqBody) GetReqPstnC2CCallTime() int32

func (*D5EBReqBody) GetReqPstnC2CLastGuideRechargeTime

func (x *D5EBReqBody) GetReqPstnC2CLastGuideRechargeTime() int32

func (*D5EBReqBody) GetReqPstnC2CTryFlag

func (x *D5EBReqBody) GetReqPstnC2CTryFlag() int32

func (*D5EBReqBody) GetReqPstnC2CVip

func (x *D5EBReqBody) GetReqPstnC2CVip() int32

func (*D5EBReqBody) GetReqPstnEverC2CVip

func (x *D5EBReqBody) GetReqPstnEverC2CVip() int32

func (*D5EBReqBody) GetReqPstnEverMultiVip

func (x *D5EBReqBody) GetReqPstnEverMultiVip() int32

func (*D5EBReqBody) GetReqPstnMultiCallTime

func (x *D5EBReqBody) GetReqPstnMultiCallTime() int32

func (*D5EBReqBody) GetReqPstnMultiLastGuideRechargeTime

func (x *D5EBReqBody) GetReqPstnMultiLastGuideRechargeTime() int32

func (*D5EBReqBody) GetReqPstnMultiTryFlag

func (x *D5EBReqBody) GetReqPstnMultiTryFlag() int32

func (*D5EBReqBody) GetReqPstnMultiVip

func (x *D5EBReqBody) GetReqPstnMultiVip() int32

func (*D5EBReqBody) GetReqSimpleUpdateTime

func (x *D5EBReqBody) GetReqSimpleUpdateTime() int32

func (*D5EBReqBody) GetReqStrangerDeclare

func (x *D5EBReqBody) GetReqStrangerDeclare() int32

func (*D5EBReqBody) GetReqStrangerNick

func (x *D5EBReqBody) GetReqStrangerNick() int32

func (*D5EBReqBody) GetReqSubaccountDisplayThirdQqFlag

func (x *D5EBReqBody) GetReqSubaccountDisplayThirdQqFlag() int32

func (*D5EBReqBody) GetReqSubscribeNearbyassistantSwitch

func (x *D5EBReqBody) GetReqSubscribeNearbyassistantSwitch() int32

func (*D5EBReqBody) GetReqTorchbearerFlag

func (x *D5EBReqBody) GetReqTorchbearerFlag() int32

func (*D5EBReqBody) GetReqVasColorringFlag

func (x *D5EBReqBody) GetReqVasColorringFlag() int32

func (*D5EBReqBody) GetReqVasFontIdFlag

func (x *D5EBReqBody) GetReqVasFontIdFlag() int32

func (*D5EBReqBody) GetReqVasMagicfontFlag

func (x *D5EBReqBody) GetReqVasMagicfontFlag() int32

func (*D5EBReqBody) GetReqVipFlag

func (x *D5EBReqBody) GetReqVipFlag() int32

func (*D5EBReqBody) GetTorchDisableFlag

func (x *D5EBReqBody) GetTorchDisableFlag() int32

func (*D5EBReqBody) GetUins

func (x *D5EBReqBody) GetUins() []uint64

func (*D5EBReqBody) ProtoMessage

func (*D5EBReqBody) ProtoMessage()

func (*D5EBReqBody) ProtoReflect

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

func (*D5EBReqBody) Reset

func (x *D5EBReqBody) Reset()

func (*D5EBReqBody) String

func (x *D5EBReqBody) String() string

type D5EBRspBody

type D5EBRspBody struct {
	UinData        []*UdcUinData `protobuf:"bytes,11,rep,name=uinData" json:"uinData,omitempty"`
	UnfinishedUins []int64       `protobuf:"varint,12,rep,name=unfinishedUins" json:"unfinishedUins,omitempty"`
	// contains filtered or unexported fields
}

func (*D5EBRspBody) Descriptor deprecated

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

Deprecated: Use D5EBRspBody.ProtoReflect.Descriptor instead.

func (*D5EBRspBody) GetUinData

func (x *D5EBRspBody) GetUinData() []*UdcUinData

func (*D5EBRspBody) GetUnfinishedUins

func (x *D5EBRspBody) GetUnfinishedUins() []int64

func (*D5EBRspBody) ProtoMessage

func (*D5EBRspBody) ProtoMessage()

func (*D5EBRspBody) ProtoReflect

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

func (*D5EBRspBody) Reset

func (x *D5EBRspBody) Reset()

func (*D5EBRspBody) String

func (x *D5EBRspBody) String() string

type D6D6ReqBody

type D6D6ReqBody struct {
	UploadFileReq   *UploadFileReqBody   `protobuf:"bytes,1,opt,name=uploadFileReq,proto3" json:"uploadFileReq,omitempty"`
	ResendFileReq   *ResendReqBody       `protobuf:"bytes,2,opt,name=resendFileReq,proto3" json:"resendFileReq,omitempty"`
	DownloadFileReq *DownloadFileReqBody `protobuf:"bytes,3,opt,name=downloadFileReq,proto3" json:"downloadFileReq,omitempty"`
	DeleteFileReq   *DeleteFileReqBody   `protobuf:"bytes,4,opt,name=deleteFileReq,proto3" json:"deleteFileReq,omitempty"`
	RenameFileReq   *RenameFileReqBody   `protobuf:"bytes,5,opt,name=renameFileReq,proto3" json:"renameFileReq,omitempty"`
	MoveFileReq     *MoveFileReqBody     `protobuf:"bytes,6,opt,name=moveFileReq,proto3" json:"moveFileReq,omitempty"`
	// contains filtered or unexported fields
}

func (*D6D6ReqBody) Descriptor deprecated

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

Deprecated: Use D6D6ReqBody.ProtoReflect.Descriptor instead.

func (*D6D6ReqBody) GetDeleteFileReq

func (x *D6D6ReqBody) GetDeleteFileReq() *DeleteFileReqBody

func (*D6D6ReqBody) GetDownloadFileReq

func (x *D6D6ReqBody) GetDownloadFileReq() *DownloadFileReqBody

func (*D6D6ReqBody) GetMoveFileReq

func (x *D6D6ReqBody) GetMoveFileReq() *MoveFileReqBody

func (*D6D6ReqBody) GetRenameFileReq

func (x *D6D6ReqBody) GetRenameFileReq() *RenameFileReqBody

func (*D6D6ReqBody) GetResendFileReq

func (x *D6D6ReqBody) GetResendFileReq() *ResendReqBody

func (*D6D6ReqBody) GetUploadFileReq

func (x *D6D6ReqBody) GetUploadFileReq() *UploadFileReqBody

func (*D6D6ReqBody) ProtoMessage

func (*D6D6ReqBody) ProtoMessage()

func (*D6D6ReqBody) ProtoReflect

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

func (*D6D6ReqBody) Reset

func (x *D6D6ReqBody) Reset()

func (*D6D6ReqBody) String

func (x *D6D6ReqBody) String() string

type D6D6RspBody

type D6D6RspBody struct {
	UploadFileRsp   *UploadFileRspBody   `protobuf:"bytes,1,opt,name=uploadFileRsp,proto3" json:"uploadFileRsp,omitempty"`
	ResendFileRsp   *ResendRspBody       `protobuf:"bytes,2,opt,name=resendFileRsp,proto3" json:"resendFileRsp,omitempty"`
	DownloadFileRsp *DownloadFileRspBody `protobuf:"bytes,3,opt,name=downloadFileRsp,proto3" json:"downloadFileRsp,omitempty"`
	DeleteFileRsp   *DeleteFileRspBody   `protobuf:"bytes,4,opt,name=deleteFileRsp,proto3" json:"deleteFileRsp,omitempty"`
	RenameFileRsp   *RenameFileRspBody   `protobuf:"bytes,5,opt,name=renameFileRsp,proto3" json:"renameFileRsp,omitempty"`
	MoveFileRsp     *MoveFileRspBody     `protobuf:"bytes,6,opt,name=moveFileRsp,proto3" json:"moveFileRsp,omitempty"`
	// contains filtered or unexported fields
}

func (*D6D6RspBody) Descriptor deprecated

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

Deprecated: Use D6D6RspBody.ProtoReflect.Descriptor instead.

func (*D6D6RspBody) GetDeleteFileRsp

func (x *D6D6RspBody) GetDeleteFileRsp() *DeleteFileRspBody

func (*D6D6RspBody) GetDownloadFileRsp

func (x *D6D6RspBody) GetDownloadFileRsp() *DownloadFileRspBody

func (*D6D6RspBody) GetMoveFileRsp

func (x *D6D6RspBody) GetMoveFileRsp() *MoveFileRspBody

func (*D6D6RspBody) GetRenameFileRsp

func (x *D6D6RspBody) GetRenameFileRsp() *RenameFileRspBody

func (*D6D6RspBody) GetResendFileRsp

func (x *D6D6RspBody) GetResendFileRsp() *ResendRspBody

func (*D6D6RspBody) GetUploadFileRsp

func (x *D6D6RspBody) GetUploadFileRsp() *UploadFileRspBody

func (*D6D6RspBody) ProtoMessage

func (*D6D6RspBody) ProtoMessage()

func (*D6D6RspBody) ProtoReflect

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

func (*D6D6RspBody) Reset

func (x *D6D6RspBody) Reset()

func (*D6D6RspBody) String

func (x *D6D6RspBody) String() string

type D6D7ReqBody

type D6D7ReqBody struct {
	CreateFolderReq *CreateFolderReqBody `protobuf:"bytes,1,opt,name=createFolderReq" json:"createFolderReq,omitempty"`
	DeleteFolderReq *DeleteFolderReqBody `protobuf:"bytes,2,opt,name=deleteFolderReq" json:"deleteFolderReq,omitempty"`
	RenameFolderReq *RenameFolderReqBody `protobuf:"bytes,3,opt,name=renameFolderReq" json:"renameFolderReq,omitempty"`
	MoveFolderReq   *MoveFolderReqBody   `protobuf:"bytes,4,opt,name=moveFolderReq" json:"moveFolderReq,omitempty"`
	// contains filtered or unexported fields
}

func (*D6D7ReqBody) Descriptor deprecated

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

Deprecated: Use D6D7ReqBody.ProtoReflect.Descriptor instead.

func (*D6D7ReqBody) GetCreateFolderReq

func (x *D6D7ReqBody) GetCreateFolderReq() *CreateFolderReqBody

func (*D6D7ReqBody) GetDeleteFolderReq

func (x *D6D7ReqBody) GetDeleteFolderReq() *DeleteFolderReqBody

func (*D6D7ReqBody) GetMoveFolderReq

func (x *D6D7ReqBody) GetMoveFolderReq() *MoveFolderReqBody

func (*D6D7ReqBody) GetRenameFolderReq

func (x *D6D7ReqBody) GetRenameFolderReq() *RenameFolderReqBody

func (*D6D7ReqBody) ProtoMessage

func (*D6D7ReqBody) ProtoMessage()

func (*D6D7ReqBody) ProtoReflect

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

func (*D6D7ReqBody) Reset

func (x *D6D7ReqBody) Reset()

func (*D6D7ReqBody) String

func (x *D6D7ReqBody) String() string

type D6D7RspBody

type D6D7RspBody struct {
	CreateFolderRsp *CreateFolderRspBody `protobuf:"bytes,1,opt,name=createFolderRsp" json:"createFolderRsp,omitempty"`
	DeleteFolderRsp *DeleteFolderRspBody `protobuf:"bytes,2,opt,name=deleteFolderRsp" json:"deleteFolderRsp,omitempty"`
	RenameFolderRsp *RenameFolderRspBody `protobuf:"bytes,3,opt,name=renameFolderRsp" json:"renameFolderRsp,omitempty"`
	MoveFolderRsp   *MoveFolderRspBody   `protobuf:"bytes,4,opt,name=moveFolderRsp" json:"moveFolderRsp,omitempty"`
	// contains filtered or unexported fields
}

func (*D6D7RspBody) Descriptor deprecated

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

Deprecated: Use D6D7RspBody.ProtoReflect.Descriptor instead.

func (*D6D7RspBody) GetCreateFolderRsp

func (x *D6D7RspBody) GetCreateFolderRsp() *CreateFolderRspBody

func (*D6D7RspBody) GetDeleteFolderRsp

func (x *D6D7RspBody) GetDeleteFolderRsp() *DeleteFolderRspBody

func (*D6D7RspBody) GetMoveFolderRsp

func (x *D6D7RspBody) GetMoveFolderRsp() *MoveFolderRspBody

func (*D6D7RspBody) GetRenameFolderRsp

func (x *D6D7RspBody) GetRenameFolderRsp() *RenameFolderRspBody

func (*D6D7RspBody) ProtoMessage

func (*D6D7RspBody) ProtoMessage()

func (*D6D7RspBody) ProtoReflect

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

func (*D6D7RspBody) Reset

func (x *D6D7RspBody) Reset()

func (*D6D7RspBody) String

func (x *D6D7RspBody) String() string

type D6D8ReqBody

type D6D8ReqBody struct {
	FileInfoReq       *GetFileInfoReqBody  `protobuf:"bytes,1,opt,name=fileInfoReq" json:"fileInfoReq,omitempty"`
	FileListInfoReq   *GetFileListReqBody  `protobuf:"bytes,2,opt,name=fileListInfoReq" json:"fileListInfoReq,omitempty"`
	GroupFileCountReq *GetFileCountReqBody `protobuf:"bytes,3,opt,name=groupFileCountReq" json:"groupFileCountReq,omitempty"`
	GroupSpaceReq     *GetSpaceReqBody     `protobuf:"bytes,4,opt,name=groupSpaceReq" json:"groupSpaceReq,omitempty"`
	// contains filtered or unexported fields
}

func (*D6D8ReqBody) Descriptor deprecated

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

Deprecated: Use D6D8ReqBody.ProtoReflect.Descriptor instead.

func (*D6D8ReqBody) GetFileInfoReq

func (x *D6D8ReqBody) GetFileInfoReq() *GetFileInfoReqBody

func (*D6D8ReqBody) GetFileListInfoReq

func (x *D6D8ReqBody) GetFileListInfoReq() *GetFileListReqBody

func (*D6D8ReqBody) GetGroupFileCountReq

func (x *D6D8ReqBody) GetGroupFileCountReq() *GetFileCountReqBody

func (*D6D8ReqBody) GetGroupSpaceReq

func (x *D6D8ReqBody) GetGroupSpaceReq() *GetSpaceReqBody

func (*D6D8ReqBody) ProtoMessage

func (*D6D8ReqBody) ProtoMessage()

func (*D6D8ReqBody) ProtoReflect

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

func (*D6D8ReqBody) Reset

func (x *D6D8ReqBody) Reset()

func (*D6D8ReqBody) String

func (x *D6D8ReqBody) String() string

type D6D8RspBody

type D6D8RspBody struct {
	FileInfoRsp     *GetFileInfoRspBody  `protobuf:"bytes,1,opt,name=fileInfoRsp" json:"fileInfoRsp,omitempty"`
	FileListInfoRsp *GetFileListRspBody  `protobuf:"bytes,2,opt,name=fileListInfoRsp" json:"fileListInfoRsp,omitempty"`
	FileCountRsp    *GetFileCountRspBody `protobuf:"bytes,3,opt,name=fileCountRsp" json:"fileCountRsp,omitempty"`
	GroupSpaceRsp   *GetSpaceRspBody     `protobuf:"bytes,4,opt,name=groupSpaceRsp" json:"groupSpaceRsp,omitempty"`
	// contains filtered or unexported fields
}

func (*D6D8RspBody) Descriptor deprecated

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

Deprecated: Use D6D8RspBody.ProtoReflect.Descriptor instead.

func (*D6D8RspBody) GetFileCountRsp

func (x *D6D8RspBody) GetFileCountRsp() *GetFileCountRspBody

func (*D6D8RspBody) GetFileInfoRsp

func (x *D6D8RspBody) GetFileInfoRsp() *GetFileInfoRspBody

func (*D6D8RspBody) GetFileListInfoRsp

func (x *D6D8RspBody) GetFileListInfoRsp() *GetFileListRspBody

func (*D6D8RspBody) GetGroupSpaceRsp

func (x *D6D8RspBody) GetGroupSpaceRsp() *GetSpaceRspBody

func (*D6D8RspBody) ProtoMessage

func (*D6D8RspBody) ProtoMessage()

func (*D6D8RspBody) ProtoReflect

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

func (*D6D8RspBody) Reset

func (x *D6D8RspBody) Reset()

func (*D6D8RspBody) String

func (x *D6D8RspBody) String() string

type D6D9ReqBody

type D6D9ReqBody struct {
	TransFileReq *TransFileReqBody `protobuf:"bytes,1,opt,name=transFileReq" json:"transFileReq,omitempty"`
	CopyFromReq  *CopyFromReqBody  `protobuf:"bytes,2,opt,name=copyFromReq" json:"copyFromReq,omitempty"`
	CopyToReq    *CopyToReqBody    `protobuf:"bytes,3,opt,name=copyToReq" json:"copyToReq,omitempty"`
	FeedsInfoReq *FeedsReqBody     `protobuf:"bytes,5,opt,name=feedsInfoReq" json:"feedsInfoReq,omitempty"`
	// contains filtered or unexported fields
}

func (*D6D9ReqBody) Descriptor deprecated

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

Deprecated: Use D6D9ReqBody.ProtoReflect.Descriptor instead.

func (*D6D9ReqBody) GetCopyFromReq

func (x *D6D9ReqBody) GetCopyFromReq() *CopyFromReqBody

func (*D6D9ReqBody) GetCopyToReq

func (x *D6D9ReqBody) GetCopyToReq() *CopyToReqBody

func (*D6D9ReqBody) GetFeedsInfoReq

func (x *D6D9ReqBody) GetFeedsInfoReq() *FeedsReqBody

func (*D6D9ReqBody) GetTransFileReq

func (x *D6D9ReqBody) GetTransFileReq() *TransFileReqBody

func (*D6D9ReqBody) ProtoMessage

func (*D6D9ReqBody) ProtoMessage()

func (*D6D9ReqBody) ProtoReflect

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

func (*D6D9ReqBody) Reset

func (x *D6D9ReqBody) Reset()

func (*D6D9ReqBody) String

func (x *D6D9ReqBody) String() string

type D6D9RspBody

type D6D9RspBody struct {
	TransFileRsp *TransFileRspBody `protobuf:"bytes,1,opt,name=transFileRsp" json:"transFileRsp,omitempty"`
	CopyFromRsp  *CopyFromRspBody  `protobuf:"bytes,2,opt,name=copyFromRsp" json:"copyFromRsp,omitempty"`
	CopyToRsp    *CopyToRspBody    `protobuf:"bytes,3,opt,name=copyToRsp" json:"copyToRsp,omitempty"`
	FeedsInfoRsp *FeedsRspBody     `protobuf:"bytes,5,opt,name=feedsInfoRsp" json:"feedsInfoRsp,omitempty"`
	// contains filtered or unexported fields
}

func (*D6D9RspBody) Descriptor deprecated

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

Deprecated: Use D6D9RspBody.ProtoReflect.Descriptor instead.

func (*D6D9RspBody) GetCopyFromRsp

func (x *D6D9RspBody) GetCopyFromRsp() *CopyFromRspBody

func (*D6D9RspBody) GetCopyToRsp

func (x *D6D9RspBody) GetCopyToRsp() *CopyToRspBody

func (*D6D9RspBody) GetFeedsInfoRsp

func (x *D6D9RspBody) GetFeedsInfoRsp() *FeedsRspBody

func (*D6D9RspBody) GetTransFileRsp

func (x *D6D9RspBody) GetTransFileRsp() *TransFileRspBody

func (*D6D9RspBody) ProtoMessage

func (*D6D9RspBody) ProtoMessage()

func (*D6D9RspBody) ProtoReflect

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

func (*D6D9RspBody) Reset

func (x *D6D9RspBody) Reset()

func (*D6D9RspBody) String

func (x *D6D9RspBody) String() string

type D769ConfigSeq

type D769ConfigSeq struct {
	Type    *uint32 `protobuf:"varint,1,opt,name=type" json:"type,omitempty"`
	Version *uint32 `protobuf:"varint,2,opt,name=version" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*D769ConfigSeq) Descriptor deprecated

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

Deprecated: Use D769ConfigSeq.ProtoReflect.Descriptor instead.

func (*D769ConfigSeq) GetType

func (x *D769ConfigSeq) GetType() uint32

func (*D769ConfigSeq) GetVersion

func (x *D769ConfigSeq) GetVersion() uint32

func (*D769ConfigSeq) ProtoMessage

func (*D769ConfigSeq) ProtoMessage()

func (*D769ConfigSeq) ProtoReflect

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

func (*D769ConfigSeq) Reset

func (x *D769ConfigSeq) Reset()

func (*D769ConfigSeq) String

func (x *D769ConfigSeq) String() string

type D769DeviceInfo

type D769DeviceInfo struct {
	Brand   *string   `protobuf:"bytes,1,opt,name=brand" json:"brand,omitempty"`
	Model   *string   `protobuf:"bytes,2,opt,name=model" json:"model,omitempty"`
	Os      *C41219OS `protobuf:"bytes,3,opt,name=os" json:"os,omitempty"`
	Cpu     *CPU      `protobuf:"bytes,4,opt,name=cpu" json:"cpu,omitempty"`
	Memory  *Memory   `protobuf:"bytes,5,opt,name=memory" json:"memory,omitempty"`
	Storage *Storage  `protobuf:"bytes,6,opt,name=storage" json:"storage,omitempty"`
	Screen  *Screen   `protobuf:"bytes,7,opt,name=screen" json:"screen,omitempty"`
	Camera  *Camera   `protobuf:"bytes,8,opt,name=camera" json:"camera,omitempty"`
	// contains filtered or unexported fields
}

func (*D769DeviceInfo) Descriptor deprecated

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

Deprecated: Use D769DeviceInfo.ProtoReflect.Descriptor instead.

func (*D769DeviceInfo) GetBrand

func (x *D769DeviceInfo) GetBrand() string

func (*D769DeviceInfo) GetCamera

func (x *D769DeviceInfo) GetCamera() *Camera

func (*D769DeviceInfo) GetCpu

func (x *D769DeviceInfo) GetCpu() *CPU

func (*D769DeviceInfo) GetMemory

func (x *D769DeviceInfo) GetMemory() *Memory

func (*D769DeviceInfo) GetModel

func (x *D769DeviceInfo) GetModel() string

func (*D769DeviceInfo) GetOs

func (x *D769DeviceInfo) GetOs() *C41219OS

func (*D769DeviceInfo) GetScreen

func (x *D769DeviceInfo) GetScreen() *Screen

func (*D769DeviceInfo) GetStorage

func (x *D769DeviceInfo) GetStorage() *Storage

func (*D769DeviceInfo) ProtoMessage

func (*D769DeviceInfo) ProtoMessage()

func (*D769DeviceInfo) ProtoReflect

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

func (*D769DeviceInfo) Reset

func (x *D769DeviceInfo) Reset()

func (*D769DeviceInfo) String

func (x *D769DeviceInfo) String() string

type D769ReqBody

type D769ReqBody struct {
	ConfigList              []*D769ConfigSeq         `protobuf:"bytes,1,rep,name=configList" json:"configList,omitempty"`
	DeviceInfo              *D769DeviceInfo          `protobuf:"bytes,2,opt,name=deviceInfo" json:"deviceInfo,omitempty"`
	Info                    *string                  `protobuf:"bytes,3,opt,name=info" json:"info,omitempty"`
	Province                *string                  `protobuf:"bytes,4,opt,name=province" json:"province,omitempty"`
	City                    *string                  `protobuf:"bytes,5,opt,name=city" json:"city,omitempty"`
	ReqDebugMsg             *int32                   `protobuf:"varint,6,opt,name=reqDebugMsg" json:"reqDebugMsg,omitempty"`
	QueryUinPackageUsageReq *QueryUinPackageUsageReq `protobuf:"bytes,101,opt,name=queryUinPackageUsageReq" json:"queryUinPackageUsageReq,omitempty"`
	// contains filtered or unexported fields
}

func (*D769ReqBody) Descriptor deprecated

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

Deprecated: Use D769ReqBody.ProtoReflect.Descriptor instead.

func (*D769ReqBody) GetCity

func (x *D769ReqBody) GetCity() string

func (*D769ReqBody) GetConfigList

func (x *D769ReqBody) GetConfigList() []*D769ConfigSeq

func (*D769ReqBody) GetDeviceInfo

func (x *D769ReqBody) GetDeviceInfo() *D769DeviceInfo

func (*D769ReqBody) GetInfo

func (x *D769ReqBody) GetInfo() string

func (*D769ReqBody) GetProvince

func (x *D769ReqBody) GetProvince() string

func (*D769ReqBody) GetQueryUinPackageUsageReq

func (x *D769ReqBody) GetQueryUinPackageUsageReq() *QueryUinPackageUsageReq

func (*D769ReqBody) GetReqDebugMsg

func (x *D769ReqBody) GetReqDebugMsg() int32

func (*D769ReqBody) ProtoMessage

func (*D769ReqBody) ProtoMessage()

func (*D769ReqBody) ProtoReflect

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

func (*D769ReqBody) Reset

func (x *D769ReqBody) Reset()

func (*D769ReqBody) String

func (x *D769ReqBody) String() string

type D769RspBody

type D769RspBody struct {
	Result                  *uint32                  `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
	ConfigList              []*D769ConfigSeq         `protobuf:"bytes,2,rep,name=configList" json:"configList,omitempty"`
	QueryUinPackageUsageRsp *QueryUinPackageUsageRsp `protobuf:"bytes,101,opt,name=queryUinPackageUsageRsp" json:"queryUinPackageUsageRsp,omitempty"`
	// contains filtered or unexported fields
}

func (*D769RspBody) Descriptor deprecated

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

Deprecated: Use D769RspBody.ProtoReflect.Descriptor instead.

func (*D769RspBody) GetConfigList

func (x *D769RspBody) GetConfigList() []*D769ConfigSeq

func (*D769RspBody) GetQueryUinPackageUsageRsp

func (x *D769RspBody) GetQueryUinPackageUsageRsp() *QueryUinPackageUsageRsp

func (*D769RspBody) GetResult

func (x *D769RspBody) GetResult() uint32

func (*D769RspBody) ProtoMessage

func (*D769RspBody) ProtoMessage()

func (*D769RspBody) ProtoReflect

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

func (*D769RspBody) Reset

func (x *D769RspBody) Reset()

func (*D769RspBody) String

func (x *D769RspBody) String() string

type D79Content

type D79Content struct {
	SliceContent [][]byte `protobuf:"bytes,1,rep,name=slice_content,json=sliceContent,proto3" json:"slice_content,omitempty"`
	// contains filtered or unexported fields
}

func (*D79Content) Descriptor deprecated

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

Deprecated: Use D79Content.ProtoReflect.Descriptor instead.

func (*D79Content) GetSliceContent

func (x *D79Content) GetSliceContent() [][]byte

func (*D79Content) ProtoMessage

func (*D79Content) ProtoMessage()

func (*D79Content) ProtoReflect

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

func (*D79Content) Reset

func (x *D79Content) Reset()

func (*D79Content) String

func (x *D79Content) String() string

type D79ReqBody

type D79ReqBody struct {
	Seq          uint64 `protobuf:"varint,1,opt,name=seq,proto3" json:"seq,omitempty"`
	Uin          uint64 `protobuf:"varint,2,opt,name=uin,proto3" json:"uin,omitempty"`
	CompressFlag uint32 `protobuf:"varint,3,opt,name=compress_flag,json=compressFlag,proto3" json:"compress_flag,omitempty"`
	Content      []byte `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"`
	SenderUin    uint64 `protobuf:"varint,5,opt,name=sender_uin,json=senderUin,proto3" json:"sender_uin,omitempty"`
	Qua          []byte `protobuf:"bytes,6,opt,name=qua,proto3" json:"qua,omitempty"`
	WordExt      []byte `protobuf:"bytes,7,opt,name=word_ext,json=wordExt,proto3" json:"word_ext,omitempty"`
	// contains filtered or unexported fields
}

func (*D79ReqBody) Descriptor deprecated

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

Deprecated: Use D79ReqBody.ProtoReflect.Descriptor instead.

func (*D79ReqBody) GetCompressFlag

func (x *D79ReqBody) GetCompressFlag() uint32

func (*D79ReqBody) GetContent

func (x *D79ReqBody) GetContent() []byte

func (*D79ReqBody) GetQua

func (x *D79ReqBody) GetQua() []byte

func (*D79ReqBody) GetSenderUin

func (x *D79ReqBody) GetSenderUin() uint64

func (*D79ReqBody) GetSeq

func (x *D79ReqBody) GetSeq() uint64

func (*D79ReqBody) GetUin

func (x *D79ReqBody) GetUin() uint64

func (*D79ReqBody) GetWordExt

func (x *D79ReqBody) GetWordExt() []byte

func (*D79ReqBody) ProtoMessage

func (*D79ReqBody) ProtoMessage()

func (*D79ReqBody) ProtoReflect

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

func (*D79ReqBody) Reset

func (x *D79ReqBody) Reset()

func (*D79ReqBody) String

func (x *D79ReqBody) String() string

type D79RspBody

type D79RspBody struct {
	Ret          uint32      `protobuf:"varint,1,opt,name=ret,proto3" json:"ret,omitempty"`
	Seq          uint64      `protobuf:"varint,2,opt,name=seq,proto3" json:"seq,omitempty"`
	Uin          uint64      `protobuf:"varint,3,opt,name=uin,proto3" json:"uin,omitempty"`
	CompressFlag uint32      `protobuf:"varint,4,opt,name=compress_flag,json=compressFlag,proto3" json:"compress_flag,omitempty"`
	Content      *D79Content `protobuf:"bytes,5,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*D79RspBody) Descriptor deprecated

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

Deprecated: Use D79RspBody.ProtoReflect.Descriptor instead.

func (*D79RspBody) GetCompressFlag

func (x *D79RspBody) GetCompressFlag() uint32

func (*D79RspBody) GetContent

func (x *D79RspBody) GetContent() *D79Content

func (*D79RspBody) GetRet

func (x *D79RspBody) GetRet() uint32

func (*D79RspBody) GetSeq

func (x *D79RspBody) GetSeq() uint64

func (*D79RspBody) GetUin

func (x *D79RspBody) GetUin() uint64

func (*D79RspBody) ProtoMessage

func (*D79RspBody) ProtoMessage()

func (*D79RspBody) ProtoReflect

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

func (*D79RspBody) Reset

func (x *D79RspBody) Reset()

func (*D79RspBody) String

func (x *D79RspBody) String() string

type D88DGroupExInfoOnly

type D88DGroupExInfoOnly struct {
	TribeId          *uint32 `protobuf:"varint,1,opt,name=tribeId" json:"tribeId,omitempty"`
	MoneyForAddGroup *uint32 `protobuf:"varint,2,opt,name=moneyForAddGroup" json:"moneyForAddGroup,omitempty"`
	// contains filtered or unexported fields
}

func (*D88DGroupExInfoOnly) Descriptor deprecated

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

Deprecated: Use D88DGroupExInfoOnly.ProtoReflect.Descriptor instead.

func (*D88DGroupExInfoOnly) GetMoneyForAddGroup

func (x *D88DGroupExInfoOnly) GetMoneyForAddGroup() uint32

func (*D88DGroupExInfoOnly) GetTribeId

func (x *D88DGroupExInfoOnly) GetTribeId() uint32

func (*D88DGroupExInfoOnly) ProtoMessage

func (*D88DGroupExInfoOnly) ProtoMessage()

func (*D88DGroupExInfoOnly) ProtoReflect

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

func (*D88DGroupExInfoOnly) Reset

func (x *D88DGroupExInfoOnly) Reset()

func (*D88DGroupExInfoOnly) String

func (x *D88DGroupExInfoOnly) String() string

type D88DGroupGeoInfo

type D88DGroupGeoInfo struct {
	Owneruin   *uint64 `protobuf:"varint,1,opt,name=owneruin" json:"owneruin,omitempty"`
	Settime    *uint32 `protobuf:"varint,2,opt,name=settime" json:"settime,omitempty"`
	Cityid     *uint32 `protobuf:"varint,3,opt,name=cityid" json:"cityid,omitempty"`
	Longitude  *int64  `protobuf:"varint,4,opt,name=longitude" json:"longitude,omitempty"`
	Latitude   *int64  `protobuf:"varint,5,opt,name=latitude" json:"latitude,omitempty"`
	Geocontent []byte  `protobuf:"bytes,6,opt,name=geocontent" json:"geocontent,omitempty"`
	PoiId      *uint64 `protobuf:"varint,7,opt,name=poiId" json:"poiId,omitempty"`
	// contains filtered or unexported fields
}

func (*D88DGroupGeoInfo) Descriptor deprecated

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

Deprecated: Use D88DGroupGeoInfo.ProtoReflect.Descriptor instead.

func (*D88DGroupGeoInfo) GetCityid

func (x *D88DGroupGeoInfo) GetCityid() uint32

func (*D88DGroupGeoInfo) GetGeocontent

func (x *D88DGroupGeoInfo) GetGeocontent() []byte

func (*D88DGroupGeoInfo) GetLatitude

func (x *D88DGroupGeoInfo) GetLatitude() int64

func (*D88DGroupGeoInfo) GetLongitude

func (x *D88DGroupGeoInfo) GetLongitude() int64

func (*D88DGroupGeoInfo) GetOwneruin

func (x *D88DGroupGeoInfo) GetOwneruin() uint64

func (*D88DGroupGeoInfo) GetPoiId

func (x *D88DGroupGeoInfo) GetPoiId() uint64

func (*D88DGroupGeoInfo) GetSettime

func (x *D88DGroupGeoInfo) GetSettime() uint32

func (*D88DGroupGeoInfo) ProtoMessage

func (*D88DGroupGeoInfo) ProtoMessage()

func (*D88DGroupGeoInfo) ProtoReflect

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

func (*D88DGroupGeoInfo) Reset

func (x *D88DGroupGeoInfo) Reset()

func (*D88DGroupGeoInfo) String

func (x *D88DGroupGeoInfo) String() string

type D88DGroupHeadPortrait

type D88DGroupHeadPortrait struct {
	PicCount            *uint32                      `protobuf:"varint,1,opt,name=picCount" json:"picCount,omitempty"`
	MsgInfo             []*D88DGroupHeadPortraitInfo `protobuf:"bytes,2,rep,name=msgInfo" json:"msgInfo,omitempty"`
	DefaultId           *uint32                      `protobuf:"varint,3,opt,name=defaultId" json:"defaultId,omitempty"`
	VerifyingPicCnt     *uint32                      `protobuf:"varint,4,opt,name=verifyingPicCnt" json:"verifyingPicCnt,omitempty"`
	MsgVerifyingPicInfo []*D88DGroupHeadPortraitInfo `protobuf:"bytes,5,rep,name=msgVerifyingPicInfo" json:"msgVerifyingPicInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*D88DGroupHeadPortrait) Descriptor deprecated

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

Deprecated: Use D88DGroupHeadPortrait.ProtoReflect.Descriptor instead.

func (*D88DGroupHeadPortrait) GetDefaultId

func (x *D88DGroupHeadPortrait) GetDefaultId() uint32

func (*D88DGroupHeadPortrait) GetMsgInfo

func (*D88DGroupHeadPortrait) GetMsgVerifyingPicInfo

func (x *D88DGroupHeadPortrait) GetMsgVerifyingPicInfo() []*D88DGroupHeadPortraitInfo

func (*D88DGroupHeadPortrait) GetPicCount

func (x *D88DGroupHeadPortrait) GetPicCount() uint32

func (*D88DGroupHeadPortrait) GetVerifyingPicCnt

func (x *D88DGroupHeadPortrait) GetVerifyingPicCnt() uint32

func (*D88DGroupHeadPortrait) ProtoMessage

func (*D88DGroupHeadPortrait) ProtoMessage()

func (*D88DGroupHeadPortrait) ProtoReflect

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

func (*D88DGroupHeadPortrait) Reset

func (x *D88DGroupHeadPortrait) Reset()

func (*D88DGroupHeadPortrait) String

func (x *D88DGroupHeadPortrait) String() string

type D88DGroupHeadPortraitInfo

type D88DGroupHeadPortraitInfo struct {
	PicId *uint32 `protobuf:"varint,1,opt,name=picId" json:"picId,omitempty"`
	// contains filtered or unexported fields
}

func (*D88DGroupHeadPortraitInfo) Descriptor deprecated

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

Deprecated: Use D88DGroupHeadPortraitInfo.ProtoReflect.Descriptor instead.

func (*D88DGroupHeadPortraitInfo) GetPicId

func (x *D88DGroupHeadPortraitInfo) GetPicId() uint32

func (*D88DGroupHeadPortraitInfo) ProtoMessage

func (*D88DGroupHeadPortraitInfo) ProtoMessage()

func (*D88DGroupHeadPortraitInfo) ProtoReflect

func (*D88DGroupHeadPortraitInfo) Reset

func (x *D88DGroupHeadPortraitInfo) Reset()

func (*D88DGroupHeadPortraitInfo) String

func (x *D88DGroupHeadPortraitInfo) String() string

type D88DGroupInfo

type D88DGroupInfo struct {
	GroupOwner              *uint64                `protobuf:"varint,1,opt,name=groupOwner" json:"groupOwner,omitempty"`
	GroupCreateTime         *uint32                `protobuf:"varint,2,opt,name=groupCreateTime" json:"groupCreateTime,omitempty"`
	GroupFlag               *uint32                `protobuf:"varint,3,opt,name=groupFlag" json:"groupFlag,omitempty"`
	GroupFlagExt            *uint32                `protobuf:"varint,4,opt,name=groupFlagExt" json:"groupFlagExt,omitempty"`
	GroupMemberMaxNum       *uint32                `protobuf:"varint,5,opt,name=groupMemberMaxNum" json:"groupMemberMaxNum,omitempty"`
	GroupMemberNum          *uint32                `protobuf:"varint,6,opt,name=groupMemberNum" json:"groupMemberNum,omitempty"`
	GroupOption             *uint32                `protobuf:"varint,7,opt,name=groupOption" json:"groupOption,omitempty"`
	GroupClassExt           *uint32                `protobuf:"varint,8,opt,name=groupClassExt" json:"groupClassExt,omitempty"`
	GroupSpecialClass       *uint32                `protobuf:"varint,9,opt,name=groupSpecialClass" json:"groupSpecialClass,omitempty"`
	GroupLevel              *uint32                `protobuf:"varint,10,opt,name=groupLevel" json:"groupLevel,omitempty"`
	GroupFace               *uint32                `protobuf:"varint,11,opt,name=groupFace" json:"groupFace,omitempty"`
	GroupDefaultPage        *uint32                `protobuf:"varint,12,opt,name=groupDefaultPage" json:"groupDefaultPage,omitempty"`
	GroupInfoSeq            *uint32                `protobuf:"varint,13,opt,name=groupInfoSeq" json:"groupInfoSeq,omitempty"`
	GroupRoamingTime        *uint32                `protobuf:"varint,14,opt,name=groupRoamingTime" json:"groupRoamingTime,omitempty"`
	GroupName               []byte                 `protobuf:"bytes,15,opt,name=groupName" json:"groupName,omitempty"`
	GroupMemo               []byte                 `protobuf:"bytes,16,opt,name=groupMemo" json:"groupMemo,omitempty"`
	GroupFingerMemo         []byte                 `protobuf:"bytes,17,opt,name=groupFingerMemo" json:"groupFingerMemo,omitempty"`
	GroupClassText          []byte                 `protobuf:"bytes,18,opt,name=groupClassText" json:"groupClassText,omitempty"`
	GroupAllianceCode       []uint32               `protobuf:"varint,19,rep,name=groupAllianceCode" json:"groupAllianceCode,omitempty"`
	GroupExtraAadmNum       *uint32                `protobuf:"varint,20,opt,name=groupExtraAadmNum" json:"groupExtraAadmNum,omitempty"`
	GroupUin                *uint64                `protobuf:"varint,21,opt,name=groupUin" json:"groupUin,omitempty"`
	GroupCurMsgSeq          *uint32                `protobuf:"varint,22,opt,name=groupCurMsgSeq" json:"groupCurMsgSeq,omitempty"`
	GroupLastMsgTime        *uint32                `protobuf:"varint,23,opt,name=groupLastMsgTime" json:"groupLastMsgTime,omitempty"`
	GroupQuestion           []byte                 `protobuf:"bytes,24,opt,name=groupQuestion" json:"groupQuestion,omitempty"`
	GroupAnswer             []byte                 `protobuf:"bytes,25,opt,name=groupAnswer" json:"groupAnswer,omitempty"`
	GroupVisitorMaxNum      *uint32                `protobuf:"varint,26,opt,name=groupVisitorMaxNum" json:"groupVisitorMaxNum,omitempty"`
	GroupVisitorCurNum      *uint32                `protobuf:"varint,27,opt,name=groupVisitorCurNum" json:"groupVisitorCurNum,omitempty"`
	LevelNameSeq            *uint32                `protobuf:"varint,28,opt,name=levelNameSeq" json:"levelNameSeq,omitempty"`
	GroupAdminMaxNum        *uint32                `protobuf:"varint,29,opt,name=groupAdminMaxNum" json:"groupAdminMaxNum,omitempty"`
	GroupAioSkinTimestamp   *uint32                `protobuf:"varint,30,opt,name=groupAioSkinTimestamp" json:"groupAioSkinTimestamp,omitempty"`
	GroupBoardSkinTimestamp *uint32                `protobuf:"varint,31,opt,name=groupBoardSkinTimestamp" json:"groupBoardSkinTimestamp,omitempty"`
	GroupAioSkinUrl         []byte                 `protobuf:"bytes,32,opt,name=groupAioSkinUrl" json:"groupAioSkinUrl,omitempty"`
	GroupBoardSkinUrl       []byte                 `protobuf:"bytes,33,opt,name=groupBoardSkinUrl" json:"groupBoardSkinUrl,omitempty"`
	GroupCoverSkinTimestamp *uint32                `protobuf:"varint,34,opt,name=groupCoverSkinTimestamp" json:"groupCoverSkinTimestamp,omitempty"`
	GroupCoverSkinUrl       []byte                 `protobuf:"bytes,35,opt,name=groupCoverSkinUrl" json:"groupCoverSkinUrl,omitempty"`
	GroupGrade              *uint32                `protobuf:"varint,36,opt,name=groupGrade" json:"groupGrade,omitempty"`
	ActiveMemberNum         *uint32                `protobuf:"varint,37,opt,name=activeMemberNum" json:"activeMemberNum,omitempty"`
	CertificationType       *uint32                `protobuf:"varint,38,opt,name=certificationType" json:"certificationType,omitempty"`
	CertificationText       []byte                 `protobuf:"bytes,39,opt,name=certificationText" json:"certificationText,omitempty"`
	GroupRichFingerMemo     []byte                 `protobuf:"bytes,40,opt,name=groupRichFingerMemo" json:"groupRichFingerMemo,omitempty"`
	TagRecord               []*D88DTagRecord       `protobuf:"bytes,41,rep,name=tagRecord" json:"tagRecord,omitempty"`
	GroupGeoInfo            *D88DGroupGeoInfo      `protobuf:"bytes,42,opt,name=groupGeoInfo" json:"groupGeoInfo,omitempty"`
	HeadPortraitSeq         *uint32                `protobuf:"varint,43,opt,name=headPortraitSeq" json:"headPortraitSeq,omitempty"`
	MsgHeadPortrait         *D88DGroupHeadPortrait `protobuf:"bytes,44,opt,name=msgHeadPortrait" json:"msgHeadPortrait,omitempty"`
	ShutupTimestamp         *uint32                `protobuf:"varint,45,opt,name=shutupTimestamp" json:"shutupTimestamp,omitempty"`
	ShutupTimestampMe       *uint32                `protobuf:"varint,46,opt,name=shutupTimestampMe" json:"shutupTimestampMe,omitempty"`
	CreateSourceFlag        *uint32                `protobuf:"varint,47,opt,name=createSourceFlag" json:"createSourceFlag,omitempty"`
	CmduinMsgSeq            *uint32                `protobuf:"varint,48,opt,name=cmduinMsgSeq" json:"cmduinMsgSeq,omitempty"`
	CmduinJoinTime          *uint32                `protobuf:"varint,49,opt,name=cmduinJoinTime" json:"cmduinJoinTime,omitempty"`
	CmduinUinFlag           *uint32                `protobuf:"varint,50,opt,name=cmduinUinFlag" json:"cmduinUinFlag,omitempty"`
	CmduinFlagEx            *uint32                `protobuf:"varint,51,opt,name=cmduinFlagEx" json:"cmduinFlagEx,omitempty"`
	CmduinNewMobileFlag     *uint32                `protobuf:"varint,52,opt,name=cmduinNewMobileFlag" json:"cmduinNewMobileFlag,omitempty"`
	CmduinReadMsgSeq        *uint32                `protobuf:"varint,53,opt,name=cmduinReadMsgSeq" json:"cmduinReadMsgSeq,omitempty"`
	CmduinLastMsgTime       *uint32                `protobuf:"varint,54,opt,name=cmduinLastMsgTime" json:"cmduinLastMsgTime,omitempty"`
	GroupTypeFlag           *uint32                `protobuf:"varint,55,opt,name=groupTypeFlag" json:"groupTypeFlag,omitempty"`
	AppPrivilegeFlag        *uint32                `protobuf:"varint,56,opt,name=appPrivilegeFlag" json:"appPrivilegeFlag,omitempty"`
	StGroupExInfo           *D88DGroupExInfoOnly   `protobuf:"bytes,57,opt,name=stGroupExInfo" json:"stGroupExInfo,omitempty"`
	GroupSecLevel           *uint32                `protobuf:"varint,58,opt,name=groupSecLevel" json:"groupSecLevel,omitempty"`
	GroupSecLevelInfo       *uint32                `protobuf:"varint,59,opt,name=groupSecLevelInfo" json:"groupSecLevelInfo,omitempty"`
	CmduinPrivilege         *uint32                `protobuf:"varint,60,opt,name=cmduinPrivilege" json:"cmduinPrivilege,omitempty"`
	PoidInfo                []byte                 `protobuf:"bytes,61,opt,name=poidInfo" json:"poidInfo,omitempty"`
	CmduinFlagEx2           *uint32                `protobuf:"varint,62,opt,name=cmduinFlagEx2" json:"cmduinFlagEx2,omitempty"`
	ConfUin                 *uint64                `protobuf:"varint,63,opt,name=confUin" json:"confUin,omitempty"`
	ConfMaxMsgSeq           *uint32                `protobuf:"varint,64,opt,name=confMaxMsgSeq" json:"confMaxMsgSeq,omitempty"`
	ConfToGroupTime         *uint32                `protobuf:"varint,65,opt,name=confToGroupTime" json:"confToGroupTime,omitempty"`
	PasswordRedbagTime      *uint32                `protobuf:"varint,66,opt,name=passwordRedbagTime" json:"passwordRedbagTime,omitempty"`
	SubscriptionUin         *uint64                `protobuf:"varint,67,opt,name=subscriptionUin" json:"subscriptionUin,omitempty"`
	MemberListChangeSeq     *uint32                `protobuf:"varint,68,opt,name=memberListChangeSeq" json:"memberListChangeSeq,omitempty"`
	MembercardSeq           *uint32                `protobuf:"varint,69,opt,name=membercardSeq" json:"membercardSeq,omitempty"`
	RootId                  *uint64                `protobuf:"varint,70,opt,name=rootId" json:"rootId,omitempty"`
	ParentId                *uint64                `protobuf:"varint,71,opt,name=parentId" json:"parentId,omitempty"`
	TeamSeq                 *uint32                `protobuf:"varint,72,opt,name=teamSeq" json:"teamSeq,omitempty"`
	HistoryMsgBeginTime     *uint64                `protobuf:"varint,73,opt,name=historyMsgBeginTime" json:"historyMsgBeginTime,omitempty"`
	InviteNoAuthNumLimit    *uint64                `protobuf:"varint,74,opt,name=inviteNoAuthNumLimit" json:"inviteNoAuthNumLimit,omitempty"`
	CmduinHistoryMsgSeq     *uint32                `protobuf:"varint,75,opt,name=cmduinHistoryMsgSeq" json:"cmduinHistoryMsgSeq,omitempty"`
	CmduinJoinMsgSeq        *uint32                `protobuf:"varint,76,opt,name=cmduinJoinMsgSeq" json:"cmduinJoinMsgSeq,omitempty"`
	GroupFlagext3           *uint32                `protobuf:"varint,77,opt,name=groupFlagext3" json:"groupFlagext3,omitempty"`
	GroupOpenAppid          *uint32                `protobuf:"varint,78,opt,name=groupOpenAppid" json:"groupOpenAppid,omitempty"`
	IsConfGroup             *uint32                `protobuf:"varint,79,opt,name=isConfGroup" json:"isConfGroup,omitempty"`
	IsModifyConfGroupFace   *uint32                `protobuf:"varint,80,opt,name=isModifyConfGroupFace" json:"isModifyConfGroupFace,omitempty"`
	IsModifyConfGroupName   *uint32                `protobuf:"varint,81,opt,name=isModifyConfGroupName" json:"isModifyConfGroupName,omitempty"`
	NoFingerOpenFlag        *uint32                `protobuf:"varint,82,opt,name=noFingerOpenFlag" json:"noFingerOpenFlag,omitempty"`
	NoCodeFingerOpenFlag    *uint32                `protobuf:"varint,83,opt,name=noCodeFingerOpenFlag" json:"noCodeFingerOpenFlag,omitempty"`
	// contains filtered or unexported fields
}

func (*D88DGroupInfo) Descriptor deprecated

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

Deprecated: Use D88DGroupInfo.ProtoReflect.Descriptor instead.

func (*D88DGroupInfo) GetActiveMemberNum

func (x *D88DGroupInfo) GetActiveMemberNum() uint32

func (*D88DGroupInfo) GetAppPrivilegeFlag

func (x *D88DGroupInfo) GetAppPrivilegeFlag() uint32

func (*D88DGroupInfo) GetCertificationText

func (x *D88DGroupInfo) GetCertificationText() []byte

func (*D88DGroupInfo) GetCertificationType

func (x *D88DGroupInfo) GetCertificationType() uint32

func (*D88DGroupInfo) GetCmduinFlagEx

func (x *D88DGroupInfo) GetCmduinFlagEx() uint32

func (*D88DGroupInfo) GetCmduinFlagEx2

func (x *D88DGroupInfo) GetCmduinFlagEx2() uint32

func (*D88DGroupInfo) GetCmduinHistoryMsgSeq

func (x *D88DGroupInfo) GetCmduinHistoryMsgSeq() uint32

func (*D88DGroupInfo) GetCmduinJoinMsgSeq

func (x *D88DGroupInfo) GetCmduinJoinMsgSeq() uint32

func (*D88DGroupInfo) GetCmduinJoinTime

func (x *D88DGroupInfo) GetCmduinJoinTime() uint32

func (*D88DGroupInfo) GetCmduinLastMsgTime

func (x *D88DGroupInfo) GetCmduinLastMsgTime() uint32

func (*D88DGroupInfo) GetCmduinMsgSeq

func (x *D88DGroupInfo) GetCmduinMsgSeq() uint32

func (*D88DGroupInfo) GetCmduinNewMobileFlag

func (x *D88DGroupInfo) GetCmduinNewMobileFlag() uint32

func (*D88DGroupInfo) GetCmduinPrivilege

func (x *D88DGroupInfo) GetCmduinPrivilege() uint32

func (*D88DGroupInfo) GetCmduinReadMsgSeq

func (x *D88DGroupInfo) GetCmduinReadMsgSeq() uint32

func (*D88DGroupInfo) GetCmduinUinFlag

func (x *D88DGroupInfo) GetCmduinUinFlag() uint32

func (*D88DGroupInfo) GetConfMaxMsgSeq

func (x *D88DGroupInfo) GetConfMaxMsgSeq() uint32

func (*D88DGroupInfo) GetConfToGroupTime

func (x *D88DGroupInfo) GetConfToGroupTime() uint32

func (*D88DGroupInfo) GetConfUin

func (x *D88DGroupInfo) GetConfUin() uint64

func (*D88DGroupInfo) GetCreateSourceFlag

func (x *D88DGroupInfo) GetCreateSourceFlag() uint32

func (*D88DGroupInfo) GetGroupAdminMaxNum

func (x *D88DGroupInfo) GetGroupAdminMaxNum() uint32

func (*D88DGroupInfo) GetGroupAioSkinTimestamp

func (x *D88DGroupInfo) GetGroupAioSkinTimestamp() uint32

func (*D88DGroupInfo) GetGroupAioSkinUrl

func (x *D88DGroupInfo) GetGroupAioSkinUrl() []byte

func (*D88DGroupInfo) GetGroupAllianceCode

func (x *D88DGroupInfo) GetGroupAllianceCode() []uint32

func (*D88DGroupInfo) GetGroupAnswer

func (x *D88DGroupInfo) GetGroupAnswer() []byte

func (*D88DGroupInfo) GetGroupBoardSkinTimestamp

func (x *D88DGroupInfo) GetGroupBoardSkinTimestamp() uint32

func (*D88DGroupInfo) GetGroupBoardSkinUrl

func (x *D88DGroupInfo) GetGroupBoardSkinUrl() []byte

func (*D88DGroupInfo) GetGroupClassExt

func (x *D88DGroupInfo) GetGroupClassExt() uint32

func (*D88DGroupInfo) GetGroupClassText

func (x *D88DGroupInfo) GetGroupClassText() []byte

func (*D88DGroupInfo) GetGroupCoverSkinTimestamp

func (x *D88DGroupInfo) GetGroupCoverSkinTimestamp() uint32

func (*D88DGroupInfo) GetGroupCoverSkinUrl

func (x *D88DGroupInfo) GetGroupCoverSkinUrl() []byte

func (*D88DGroupInfo) GetGroupCreateTime

func (x *D88DGroupInfo) GetGroupCreateTime() uint32

func (*D88DGroupInfo) GetGroupCurMsgSeq

func (x *D88DGroupInfo) GetGroupCurMsgSeq() uint32

func (*D88DGroupInfo) GetGroupDefaultPage

func (x *D88DGroupInfo) GetGroupDefaultPage() uint32

func (*D88DGroupInfo) GetGroupExtraAadmNum

func (x *D88DGroupInfo) GetGroupExtraAadmNum() uint32

func (*D88DGroupInfo) GetGroupFace

func (x *D88DGroupInfo) GetGroupFace() uint32

func (*D88DGroupInfo) GetGroupFingerMemo

func (x *D88DGroupInfo) GetGroupFingerMemo() []byte

func (*D88DGroupInfo) GetGroupFlag

func (x *D88DGroupInfo) GetGroupFlag() uint32

func (*D88DGroupInfo) GetGroupFlagExt

func (x *D88DGroupInfo) GetGroupFlagExt() uint32

func (*D88DGroupInfo) GetGroupFlagext3

func (x *D88DGroupInfo) GetGroupFlagext3() uint32

func (*D88DGroupInfo) GetGroupGeoInfo

func (x *D88DGroupInfo) GetGroupGeoInfo() *D88DGroupGeoInfo

func (*D88DGroupInfo) GetGroupGrade

func (x *D88DGroupInfo) GetGroupGrade() uint32

func (*D88DGroupInfo) GetGroupInfoSeq

func (x *D88DGroupInfo) GetGroupInfoSeq() uint32

func (*D88DGroupInfo) GetGroupLastMsgTime

func (x *D88DGroupInfo) GetGroupLastMsgTime() uint32

func (*D88DGroupInfo) GetGroupLevel

func (x *D88DGroupInfo) GetGroupLevel() uint32

func (*D88DGroupInfo) GetGroupMemberMaxNum

func (x *D88DGroupInfo) GetGroupMemberMaxNum() uint32

func (*D88DGroupInfo) GetGroupMemberNum

func (x *D88DGroupInfo) GetGroupMemberNum() uint32

func (*D88DGroupInfo) GetGroupMemo

func (x *D88DGroupInfo) GetGroupMemo() []byte

func (*D88DGroupInfo) GetGroupName

func (x *D88DGroupInfo) GetGroupName() []byte

func (*D88DGroupInfo) GetGroupOpenAppid

func (x *D88DGroupInfo) GetGroupOpenAppid() uint32

func (*D88DGroupInfo) GetGroupOption

func (x *D88DGroupInfo) GetGroupOption() uint32

func (*D88DGroupInfo) GetGroupOwner

func (x *D88DGroupInfo) GetGroupOwner() uint64

func (*D88DGroupInfo) GetGroupQuestion

func (x *D88DGroupInfo) GetGroupQuestion() []byte

func (*D88DGroupInfo) GetGroupRichFingerMemo

func (x *D88DGroupInfo) GetGroupRichFingerMemo() []byte

func (*D88DGroupInfo) GetGroupRoamingTime

func (x *D88DGroupInfo) GetGroupRoamingTime() uint32

func (*D88DGroupInfo) GetGroupSecLevel

func (x *D88DGroupInfo) GetGroupSecLevel() uint32

func (*D88DGroupInfo) GetGroupSecLevelInfo

func (x *D88DGroupInfo) GetGroupSecLevelInfo() uint32

func (*D88DGroupInfo) GetGroupSpecialClass

func (x *D88DGroupInfo) GetGroupSpecialClass() uint32

func (*D88DGroupInfo) GetGroupTypeFlag

func (x *D88DGroupInfo) GetGroupTypeFlag() uint32

func (*D88DGroupInfo) GetGroupUin

func (x *D88DGroupInfo) GetGroupUin() uint64

func (*D88DGroupInfo) GetGroupVisitorCurNum

func (x *D88DGroupInfo) GetGroupVisitorCurNum() uint32

func (*D88DGroupInfo) GetGroupVisitorMaxNum

func (x *D88DGroupInfo) GetGroupVisitorMaxNum() uint32

func (*D88DGroupInfo) GetHeadPortraitSeq

func (x *D88DGroupInfo) GetHeadPortraitSeq() uint32

func (*D88DGroupInfo) GetHistoryMsgBeginTime

func (x *D88DGroupInfo) GetHistoryMsgBeginTime() uint64

func (*D88DGroupInfo) GetInviteNoAuthNumLimit

func (x *D88DGroupInfo) GetInviteNoAuthNumLimit() uint64

func (*D88DGroupInfo) GetIsConfGroup

func (x *D88DGroupInfo) GetIsConfGroup() uint32

func (*D88DGroupInfo) GetIsModifyConfGroupFace

func (x *D88DGroupInfo) GetIsModifyConfGroupFace() uint32

func (*D88DGroupInfo) GetIsModifyConfGroupName

func (x *D88DGroupInfo) GetIsModifyConfGroupName() uint32

func (*D88DGroupInfo) GetLevelNameSeq

func (x *D88DGroupInfo) GetLevelNameSeq() uint32

func (*D88DGroupInfo) GetMemberListChangeSeq

func (x *D88DGroupInfo) GetMemberListChangeSeq() uint32

func (*D88DGroupInfo) GetMembercardSeq

func (x *D88DGroupInfo) GetMembercardSeq() uint32

func (*D88DGroupInfo) GetMsgHeadPortrait

func (x *D88DGroupInfo) GetMsgHeadPortrait() *D88DGroupHeadPortrait

func (*D88DGroupInfo) GetNoCodeFingerOpenFlag

func (x *D88DGroupInfo) GetNoCodeFingerOpenFlag() uint32

func (*D88DGroupInfo) GetNoFingerOpenFlag

func (x *D88DGroupInfo) GetNoFingerOpenFlag() uint32

func (*D88DGroupInfo) GetParentId

func (x *D88DGroupInfo) GetParentId() uint64

func (*D88DGroupInfo) GetPasswordRedbagTime

func (x *D88DGroupInfo) GetPasswordRedbagTime() uint32

func (*D88DGroupInfo) GetPoidInfo

func (x *D88DGroupInfo) GetPoidInfo() []byte

func (*D88DGroupInfo) GetRootId

func (x *D88DGroupInfo) GetRootId() uint64

func (*D88DGroupInfo) GetShutupTimestamp

func (x *D88DGroupInfo) GetShutupTimestamp() uint32

func (*D88DGroupInfo) GetShutupTimestampMe

func (x *D88DGroupInfo) GetShutupTimestampMe() uint32

func (*D88DGroupInfo) GetStGroupExInfo

func (x *D88DGroupInfo) GetStGroupExInfo() *D88DGroupExInfoOnly

func (*D88DGroupInfo) GetSubscriptionUin

func (x *D88DGroupInfo) GetSubscriptionUin() uint64

func (*D88DGroupInfo) GetTagRecord

func (x *D88DGroupInfo) GetTagRecord() []*D88DTagRecord

func (*D88DGroupInfo) GetTeamSeq

func (x *D88DGroupInfo) GetTeamSeq() uint32

func (*D88DGroupInfo) ProtoMessage

func (*D88DGroupInfo) ProtoMessage()

func (*D88DGroupInfo) ProtoReflect

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

func (*D88DGroupInfo) Reset

func (x *D88DGroupInfo) Reset()

func (*D88DGroupInfo) String

func (x *D88DGroupInfo) String() string

type D88DReqBody

type D88DReqBody struct {
	AppId           *uint32         `protobuf:"varint,1,opt,name=appId" json:"appId,omitempty"`
	ReqGroupInfo    []*ReqGroupInfo `protobuf:"bytes,2,rep,name=reqGroupInfo" json:"reqGroupInfo,omitempty"`
	PcClientVersion *uint32         `protobuf:"varint,3,opt,name=pcClientVersion" json:"pcClientVersion,omitempty"`
	// contains filtered or unexported fields
}

func (*D88DReqBody) Descriptor deprecated

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

Deprecated: Use D88DReqBody.ProtoReflect.Descriptor instead.

func (*D88DReqBody) GetAppId

func (x *D88DReqBody) GetAppId() uint32

func (*D88DReqBody) GetPcClientVersion

func (x *D88DReqBody) GetPcClientVersion() uint32

func (*D88DReqBody) GetReqGroupInfo

func (x *D88DReqBody) GetReqGroupInfo() []*ReqGroupInfo

func (*D88DReqBody) ProtoMessage

func (*D88DReqBody) ProtoMessage()

func (*D88DReqBody) ProtoReflect

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

func (*D88DReqBody) Reset

func (x *D88DReqBody) Reset()

func (*D88DReqBody) String

func (x *D88DReqBody) String() string

type D88DRspBody

type D88DRspBody struct {
	RspGroupInfo []*RspGroupInfo `protobuf:"bytes,1,rep,name=rspGroupInfo" json:"rspGroupInfo,omitempty"`
	StrErrorInfo []byte          `protobuf:"bytes,2,opt,name=strErrorInfo" json:"strErrorInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*D88DRspBody) Descriptor deprecated

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

Deprecated: Use D88DRspBody.ProtoReflect.Descriptor instead.

func (*D88DRspBody) GetRspGroupInfo

func (x *D88DRspBody) GetRspGroupInfo() []*RspGroupInfo

func (*D88DRspBody) GetStrErrorInfo

func (x *D88DRspBody) GetStrErrorInfo() []byte

func (*D88DRspBody) ProtoMessage

func (*D88DRspBody) ProtoMessage()

func (*D88DRspBody) ProtoReflect

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

func (*D88DRspBody) Reset

func (x *D88DRspBody) Reset()

func (*D88DRspBody) String

func (x *D88DRspBody) String() string

type D88DTagRecord

type D88DTagRecord struct {
	FromUin   *uint64 `protobuf:"varint,1,opt,name=fromUin" json:"fromUin,omitempty"`
	GroupCode *uint64 `protobuf:"varint,2,opt,name=groupCode" json:"groupCode,omitempty"`
	TagId     []byte  `protobuf:"bytes,3,opt,name=tagId" json:"tagId,omitempty"`
	SetTime   *uint64 `protobuf:"varint,4,opt,name=setTime" json:"setTime,omitempty"`
	GoodNum   *uint32 `protobuf:"varint,5,opt,name=goodNum" json:"goodNum,omitempty"`
	BadNum    *uint32 `protobuf:"varint,6,opt,name=badNum" json:"badNum,omitempty"`
	TagLen    *uint32 `protobuf:"varint,7,opt,name=tagLen" json:"tagLen,omitempty"`
	TagValue  []byte  `protobuf:"bytes,8,opt,name=tagValue" json:"tagValue,omitempty"`
	// contains filtered or unexported fields
}

func (*D88DTagRecord) Descriptor deprecated

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

Deprecated: Use D88DTagRecord.ProtoReflect.Descriptor instead.

func (*D88DTagRecord) GetBadNum

func (x *D88DTagRecord) GetBadNum() uint32

func (*D88DTagRecord) GetFromUin

func (x *D88DTagRecord) GetFromUin() uint64

func (*D88DTagRecord) GetGoodNum

func (x *D88DTagRecord) GetGoodNum() uint32

func (*D88DTagRecord) GetGroupCode

func (x *D88DTagRecord) GetGroupCode() uint64

func (*D88DTagRecord) GetSetTime

func (x *D88DTagRecord) GetSetTime() uint64

func (*D88DTagRecord) GetTagId

func (x *D88DTagRecord) GetTagId() []byte

func (*D88DTagRecord) GetTagLen

func (x *D88DTagRecord) GetTagLen() uint32

func (*D88DTagRecord) GetTagValue

func (x *D88DTagRecord) GetTagValue() []byte

func (*D88DTagRecord) ProtoMessage

func (*D88DTagRecord) ProtoMessage()

func (*D88DTagRecord) ProtoReflect

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

func (*D88DTagRecord) Reset

func (x *D88DTagRecord) Reset()

func (*D88DTagRecord) String

func (x *D88DTagRecord) String() string

type D89AGroupExInfoOnly

type D89AGroupExInfoOnly struct {
	TribeId          int32 `protobuf:"varint,1,opt,name=tribeId,proto3" json:"tribeId,omitempty"`
	MoneyForAddGroup int32 `protobuf:"varint,2,opt,name=moneyForAddGroup,proto3" json:"moneyForAddGroup,omitempty"`
	// contains filtered or unexported fields
}

func (*D89AGroupExInfoOnly) Descriptor deprecated

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

Deprecated: Use D89AGroupExInfoOnly.ProtoReflect.Descriptor instead.

func (*D89AGroupExInfoOnly) GetMoneyForAddGroup

func (x *D89AGroupExInfoOnly) GetMoneyForAddGroup() int32

func (*D89AGroupExInfoOnly) GetTribeId

func (x *D89AGroupExInfoOnly) GetTribeId() int32

func (*D89AGroupExInfoOnly) ProtoMessage

func (*D89AGroupExInfoOnly) ProtoMessage()

func (*D89AGroupExInfoOnly) ProtoReflect

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

func (*D89AGroupExInfoOnly) Reset

func (x *D89AGroupExInfoOnly) Reset()

func (*D89AGroupExInfoOnly) String

func (x *D89AGroupExInfoOnly) String() string

type D89AGroupGeoInfo

type D89AGroupGeoInfo struct {
	CityId        int32  `protobuf:"varint,1,opt,name=cityId,proto3" json:"cityId,omitempty"`
	Longtitude    int64  `protobuf:"varint,2,opt,name=longtitude,proto3" json:"longtitude,omitempty"`
	Latitude      int64  `protobuf:"varint,3,opt,name=latitude,proto3" json:"latitude,omitempty"`
	IngGeoContent []byte `protobuf:"bytes,4,opt,name=ingGeoContent,proto3" json:"ingGeoContent,omitempty"`
	PoiId         int64  `protobuf:"varint,5,opt,name=poiId,proto3" json:"poiId,omitempty"`
	// contains filtered or unexported fields
}

func (*D89AGroupGeoInfo) Descriptor deprecated

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

Deprecated: Use D89AGroupGeoInfo.ProtoReflect.Descriptor instead.

func (*D89AGroupGeoInfo) GetCityId

func (x *D89AGroupGeoInfo) GetCityId() int32

func (*D89AGroupGeoInfo) GetIngGeoContent

func (x *D89AGroupGeoInfo) GetIngGeoContent() []byte

func (*D89AGroupGeoInfo) GetLatitude

func (x *D89AGroupGeoInfo) GetLatitude() int64

func (*D89AGroupGeoInfo) GetLongtitude

func (x *D89AGroupGeoInfo) GetLongtitude() int64

func (*D89AGroupGeoInfo) GetPoiId

func (x *D89AGroupGeoInfo) GetPoiId() int64

func (*D89AGroupGeoInfo) ProtoMessage

func (*D89AGroupGeoInfo) ProtoMessage()

func (*D89AGroupGeoInfo) ProtoReflect

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

func (*D89AGroupGeoInfo) Reset

func (x *D89AGroupGeoInfo) Reset()

func (*D89AGroupGeoInfo) String

func (x *D89AGroupGeoInfo) String() string

type D89AGroupNewGuidelinesInfo

type D89AGroupNewGuidelinesInfo struct {
	BoolEnabled bool   `protobuf:"varint,1,opt,name=boolEnabled,proto3" json:"boolEnabled,omitempty"`
	IngContent  []byte `protobuf:"bytes,2,opt,name=ingContent,proto3" json:"ingContent,omitempty"`
	// contains filtered or unexported fields
}

func (*D89AGroupNewGuidelinesInfo) Descriptor deprecated

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

Deprecated: Use D89AGroupNewGuidelinesInfo.ProtoReflect.Descriptor instead.

func (*D89AGroupNewGuidelinesInfo) GetBoolEnabled

func (x *D89AGroupNewGuidelinesInfo) GetBoolEnabled() bool

func (*D89AGroupNewGuidelinesInfo) GetIngContent

func (x *D89AGroupNewGuidelinesInfo) GetIngContent() []byte

func (*D89AGroupNewGuidelinesInfo) ProtoMessage

func (*D89AGroupNewGuidelinesInfo) ProtoMessage()

func (*D89AGroupNewGuidelinesInfo) ProtoReflect

func (*D89AGroupNewGuidelinesInfo) Reset

func (x *D89AGroupNewGuidelinesInfo) Reset()

func (*D89AGroupNewGuidelinesInfo) String

func (x *D89AGroupNewGuidelinesInfo) String() string

type D89AGroupinfo

type D89AGroupinfo struct {
	GroupExtAdmNum         int32                       `protobuf:"varint,1,opt,name=groupExtAdmNum,proto3" json:"groupExtAdmNum,omitempty"`
	Flag                   int32                       `protobuf:"varint,2,opt,name=flag,proto3" json:"flag,omitempty"`
	IngGroupName           []byte                      `protobuf:"bytes,3,opt,name=ingGroupName,proto3" json:"ingGroupName,omitempty"`
	IngGroupMemo           []byte                      `protobuf:"bytes,4,opt,name=ingGroupMemo,proto3" json:"ingGroupMemo,omitempty"`
	IngGroupFingerMemo     []byte                      `protobuf:"bytes,5,opt,name=ingGroupFingerMemo,proto3" json:"ingGroupFingerMemo,omitempty"`
	IngGroupAioSkinUrl     []byte                      `protobuf:"bytes,6,opt,name=ingGroupAioSkinUrl,proto3" json:"ingGroupAioSkinUrl,omitempty"`
	IngGroupBoardSkinUrl   []byte                      `protobuf:"bytes,7,opt,name=ingGroupBoardSkinUrl,proto3" json:"ingGroupBoardSkinUrl,omitempty"`
	IngGroupCoverSkinUrl   []byte                      `protobuf:"bytes,8,opt,name=ingGroupCoverSkinUrl,proto3" json:"ingGroupCoverSkinUrl,omitempty"`
	GroupGrade             int32                       `protobuf:"varint,9,opt,name=groupGrade,proto3" json:"groupGrade,omitempty"`
	ActiveMemberNum        int32                       `protobuf:"varint,10,opt,name=activeMemberNum,proto3" json:"activeMemberNum,omitempty"`
	CertificationType      int32                       `protobuf:"varint,11,opt,name=certificationType,proto3" json:"certificationType,omitempty"`
	IngCertificationText   []byte                      `protobuf:"bytes,12,opt,name=ingCertificationText,proto3" json:"ingCertificationText,omitempty"`
	IngGroupRichFingerMemo []byte                      `protobuf:"bytes,13,opt,name=ingGroupRichFingerMemo,proto3" json:"ingGroupRichFingerMemo,omitempty"`
	StGroupNewguidelines   *D89AGroupNewGuidelinesInfo `protobuf:"bytes,14,opt,name=stGroupNewguidelines,proto3" json:"stGroupNewguidelines,omitempty"`
	GroupFace              int32                       `protobuf:"varint,15,opt,name=groupFace,proto3" json:"groupFace,omitempty"`
	AddOption              int32                       `protobuf:"varint,16,opt,name=addOption,proto3" json:"addOption,omitempty"`
	// Types that are assignable to ShutupTime:
	//	*D89AGroupinfo_Val
	ShutupTime           isD89AGroupinfo_ShutupTime `protobuf_oneof:"shutupTime"`
	GroupTypeFlag        int32                      `protobuf:"varint,18,opt,name=groupTypeFlag,proto3" json:"groupTypeFlag,omitempty"`
	StringGroupTag       []byte                     `protobuf:"bytes,19,opt,name=stringGroupTag,proto3" json:"stringGroupTag,omitempty"`
	MsgGroupGeoInfo      *D89AGroupGeoInfo          `protobuf:"bytes,20,opt,name=msgGroupGeoInfo,proto3" json:"msgGroupGeoInfo,omitempty"`
	GroupClassExt        int32                      `protobuf:"varint,21,opt,name=groupClassExt,proto3" json:"groupClassExt,omitempty"`
	IngGroupClassText    []byte                     `protobuf:"bytes,22,opt,name=ingGroupClassText,proto3" json:"ingGroupClassText,omitempty"`
	AppPrivilegeFlag     int32                      `protobuf:"varint,23,opt,name=appPrivilegeFlag,proto3" json:"appPrivilegeFlag,omitempty"`
	AppPrivilegeMask     int32                      `protobuf:"varint,24,opt,name=appPrivilegeMask,proto3" json:"appPrivilegeMask,omitempty"`
	StGroupExInfo        *D89AGroupExInfoOnly       `protobuf:"bytes,25,opt,name=stGroupExInfo,proto3" json:"stGroupExInfo,omitempty"`
	GroupSecLevel        int32                      `protobuf:"varint,26,opt,name=groupSecLevel,proto3" json:"groupSecLevel,omitempty"`
	GroupSecLevelInfo    int32                      `protobuf:"varint,27,opt,name=groupSecLevelInfo,proto3" json:"groupSecLevelInfo,omitempty"`
	SubscriptionUin      int64                      `protobuf:"varint,28,opt,name=subscriptionUin,proto3" json:"subscriptionUin,omitempty"`
	AllowMemberInvite    int32                      `protobuf:"varint,29,opt,name=allowMemberInvite,proto3" json:"allowMemberInvite,omitempty"`
	IngGroupQuestion     []byte                     `protobuf:"bytes,30,opt,name=ingGroupQuestion,proto3" json:"ingGroupQuestion,omitempty"`
	IngGroupAnswer       []byte                     `protobuf:"bytes,31,opt,name=ingGroupAnswer,proto3" json:"ingGroupAnswer,omitempty"`
	GroupFlagext3        int32                      `protobuf:"varint,32,opt,name=groupFlagext3,proto3" json:"groupFlagext3,omitempty"`
	GroupFlagext3Mask    int32                      `protobuf:"varint,33,opt,name=groupFlagext3Mask,proto3" json:"groupFlagext3Mask,omitempty"`
	GroupOpenAppid       int32                      `protobuf:"varint,34,opt,name=groupOpenAppid,proto3" json:"groupOpenAppid,omitempty"`
	NoFingerOpenFlag     int32                      `protobuf:"varint,35,opt,name=noFingerOpenFlag,proto3" json:"noFingerOpenFlag,omitempty"`
	NoCodeFingerOpenFlag int32                      `protobuf:"varint,36,opt,name=noCodeFingerOpenFlag,proto3" json:"noCodeFingerOpenFlag,omitempty"`
	RootId               int64                      `protobuf:"varint,37,opt,name=rootId,proto3" json:"rootId,omitempty"`
	MsgLimitFrequency    int32                      `protobuf:"varint,38,opt,name=msgLimitFrequency,proto3" json:"msgLimitFrequency,omitempty"`
	// contains filtered or unexported fields
}

func (*D89AGroupinfo) Descriptor deprecated

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

Deprecated: Use D89AGroupinfo.ProtoReflect.Descriptor instead.

func (*D89AGroupinfo) GetActiveMemberNum

func (x *D89AGroupinfo) GetActiveMemberNum() int32

func (*D89AGroupinfo) GetAddOption

func (x *D89AGroupinfo) GetAddOption() int32

func (*D89AGroupinfo) GetAllowMemberInvite

func (x *D89AGroupinfo) GetAllowMemberInvite() int32

func (*D89AGroupinfo) GetAppPrivilegeFlag

func (x *D89AGroupinfo) GetAppPrivilegeFlag() int32

func (*D89AGroupinfo) GetAppPrivilegeMask

func (x *D89AGroupinfo) GetAppPrivilegeMask() int32

func (*D89AGroupinfo) GetCertificationType

func (x *D89AGroupinfo) GetCertificationType() int32

func (*D89AGroupinfo) GetFlag

func (x *D89AGroupinfo) GetFlag() int32

func (*D89AGroupinfo) GetGroupClassExt

func (x *D89AGroupinfo) GetGroupClassExt() int32

func (*D89AGroupinfo) GetGroupExtAdmNum

func (x *D89AGroupinfo) GetGroupExtAdmNum() int32

func (*D89AGroupinfo) GetGroupFace

func (x *D89AGroupinfo) GetGroupFace() int32

func (*D89AGroupinfo) GetGroupFlagext3

func (x *D89AGroupinfo) GetGroupFlagext3() int32

func (*D89AGroupinfo) GetGroupFlagext3Mask

func (x *D89AGroupinfo) GetGroupFlagext3Mask() int32

func (*D89AGroupinfo) GetGroupGrade

func (x *D89AGroupinfo) GetGroupGrade() int32

func (*D89AGroupinfo) GetGroupOpenAppid

func (x *D89AGroupinfo) GetGroupOpenAppid() int32

func (*D89AGroupinfo) GetGroupSecLevel

func (x *D89AGroupinfo) GetGroupSecLevel() int32

func (*D89AGroupinfo) GetGroupSecLevelInfo

func (x *D89AGroupinfo) GetGroupSecLevelInfo() int32

func (*D89AGroupinfo) GetGroupTypeFlag

func (x *D89AGroupinfo) GetGroupTypeFlag() int32

func (*D89AGroupinfo) GetIngCertificationText

func (x *D89AGroupinfo) GetIngCertificationText() []byte

func (*D89AGroupinfo) GetIngGroupAioSkinUrl

func (x *D89AGroupinfo) GetIngGroupAioSkinUrl() []byte

func (*D89AGroupinfo) GetIngGroupAnswer

func (x *D89AGroupinfo) GetIngGroupAnswer() []byte

func (*D89AGroupinfo) GetIngGroupBoardSkinUrl

func (x *D89AGroupinfo) GetIngGroupBoardSkinUrl() []byte

func (*D89AGroupinfo) GetIngGroupClassText

func (x *D89AGroupinfo) GetIngGroupClassText() []byte

func (*D89AGroupinfo) GetIngGroupCoverSkinUrl

func (x *D89AGroupinfo) GetIngGroupCoverSkinUrl() []byte

func (*D89AGroupinfo) GetIngGroupFingerMemo

func (x *D89AGroupinfo) GetIngGroupFingerMemo() []byte

func (*D89AGroupinfo) GetIngGroupMemo

func (x *D89AGroupinfo) GetIngGroupMemo() []byte

func (*D89AGroupinfo) GetIngGroupName

func (x *D89AGroupinfo) GetIngGroupName() []byte

func (*D89AGroupinfo) GetIngGroupQuestion

func (x *D89AGroupinfo) GetIngGroupQuestion() []byte

func (*D89AGroupinfo) GetIngGroupRichFingerMemo

func (x *D89AGroupinfo) GetIngGroupRichFingerMemo() []byte

func (*D89AGroupinfo) GetMsgGroupGeoInfo

func (x *D89AGroupinfo) GetMsgGroupGeoInfo() *D89AGroupGeoInfo

func (*D89AGroupinfo) GetMsgLimitFrequency

func (x *D89AGroupinfo) GetMsgLimitFrequency() int32

func (*D89AGroupinfo) GetNoCodeFingerOpenFlag

func (x *D89AGroupinfo) GetNoCodeFingerOpenFlag() int32

func (*D89AGroupinfo) GetNoFingerOpenFlag

func (x *D89AGroupinfo) GetNoFingerOpenFlag() int32

func (*D89AGroupinfo) GetRootId

func (x *D89AGroupinfo) GetRootId() int64

func (*D89AGroupinfo) GetShutupTime

func (m *D89AGroupinfo) GetShutupTime() isD89AGroupinfo_ShutupTime

func (*D89AGroupinfo) GetStGroupExInfo

func (x *D89AGroupinfo) GetStGroupExInfo() *D89AGroupExInfoOnly

func (*D89AGroupinfo) GetStGroupNewguidelines

func (x *D89AGroupinfo) GetStGroupNewguidelines() *D89AGroupNewGuidelinesInfo

func (*D89AGroupinfo) GetStringGroupTag

func (x *D89AGroupinfo) GetStringGroupTag() []byte

func (*D89AGroupinfo) GetSubscriptionUin

func (x *D89AGroupinfo) GetSubscriptionUin() int64

func (*D89AGroupinfo) GetVal

func (x *D89AGroupinfo) GetVal() int32

func (*D89AGroupinfo) ProtoMessage

func (*D89AGroupinfo) ProtoMessage()

func (*D89AGroupinfo) ProtoReflect

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

func (*D89AGroupinfo) Reset

func (x *D89AGroupinfo) Reset()

func (*D89AGroupinfo) String

func (x *D89AGroupinfo) String() string

type D89AGroupinfo_Val

type D89AGroupinfo_Val struct {
	Val int32 `protobuf:"varint,17,opt,name=val,proto3,oneof"`
}

type D89AReqBody

type D89AReqBody struct {
	GroupCode           int64          `protobuf:"varint,1,opt,name=groupCode,proto3" json:"groupCode,omitempty"`
	StGroupInfo         *D89AGroupinfo `protobuf:"bytes,2,opt,name=stGroupInfo,proto3" json:"stGroupInfo,omitempty"`
	OriginalOperatorUin int64          `protobuf:"varint,3,opt,name=originalOperatorUin,proto3" json:"originalOperatorUin,omitempty"`
	ReqGroupOpenAppid   int32          `protobuf:"varint,4,opt,name=reqGroupOpenAppid,proto3" json:"reqGroupOpenAppid,omitempty"`
	// contains filtered or unexported fields
}

func (*D89AReqBody) Descriptor deprecated

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

Deprecated: Use D89AReqBody.ProtoReflect.Descriptor instead.

func (*D89AReqBody) GetGroupCode

func (x *D89AReqBody) GetGroupCode() int64

func (*D89AReqBody) GetOriginalOperatorUin

func (x *D89AReqBody) GetOriginalOperatorUin() int64

func (*D89AReqBody) GetReqGroupOpenAppid

func (x *D89AReqBody) GetReqGroupOpenAppid() int32

func (*D89AReqBody) GetStGroupInfo

func (x *D89AReqBody) GetStGroupInfo() *D89AGroupinfo

func (*D89AReqBody) ProtoMessage

func (*D89AReqBody) ProtoMessage()

func (*D89AReqBody) ProtoReflect

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

func (*D89AReqBody) Reset

func (x *D89AReqBody) Reset()

func (*D89AReqBody) String

func (x *D89AReqBody) String() string

type D8A0KickMemberInfo

type D8A0KickMemberInfo struct {
	OptUint32Operate   int32  `protobuf:"varint,1,opt,name=optUint32Operate,proto3" json:"optUint32Operate,omitempty"`
	OptUint64MemberUin int64  `protobuf:"varint,2,opt,name=optUint64MemberUin,proto3" json:"optUint64MemberUin,omitempty"`
	OptUint32Flag      int32  `protobuf:"varint,3,opt,name=optUint32Flag,proto3" json:"optUint32Flag,omitempty"`
	OptBytesMsg        []byte `protobuf:"bytes,4,opt,name=optBytesMsg,proto3" json:"optBytesMsg,omitempty"`
	// contains filtered or unexported fields
}

func (*D8A0KickMemberInfo) Descriptor deprecated

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

Deprecated: Use D8A0KickMemberInfo.ProtoReflect.Descriptor instead.

func (*D8A0KickMemberInfo) GetOptBytesMsg

func (x *D8A0KickMemberInfo) GetOptBytesMsg() []byte

func (*D8A0KickMemberInfo) GetOptUint32Flag

func (x *D8A0KickMemberInfo) GetOptUint32Flag() int32

func (*D8A0KickMemberInfo) GetOptUint32Operate

func (x *D8A0KickMemberInfo) GetOptUint32Operate() int32

func (*D8A0KickMemberInfo) GetOptUint64MemberUin

func (x *D8A0KickMemberInfo) GetOptUint64MemberUin() int64

func (*D8A0KickMemberInfo) ProtoMessage

func (*D8A0KickMemberInfo) ProtoMessage()

func (*D8A0KickMemberInfo) ProtoReflect

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

func (*D8A0KickMemberInfo) Reset

func (x *D8A0KickMemberInfo) Reset()

func (*D8A0KickMemberInfo) String

func (x *D8A0KickMemberInfo) String() string

type D8A0KickResult

type D8A0KickResult struct {
	OptUint32Result    int32 `protobuf:"varint,1,opt,name=optUint32Result,proto3" json:"optUint32Result,omitempty"`
	OptUint64MemberUin int64 `protobuf:"varint,2,opt,name=optUint64MemberUin,proto3" json:"optUint64MemberUin,omitempty"`
	// contains filtered or unexported fields
}

func (*D8A0KickResult) Descriptor deprecated

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

Deprecated: Use D8A0KickResult.ProtoReflect.Descriptor instead.

func (*D8A0KickResult) GetOptUint32Result

func (x *D8A0KickResult) GetOptUint32Result() int32

func (*D8A0KickResult) GetOptUint64MemberUin

func (x *D8A0KickResult) GetOptUint64MemberUin() int64

func (*D8A0KickResult) ProtoMessage

func (*D8A0KickResult) ProtoMessage()

func (*D8A0KickResult) ProtoReflect

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

func (*D8A0KickResult) Reset

func (x *D8A0KickResult) Reset()

func (*D8A0KickResult) String

func (x *D8A0KickResult) String() string

type D8A0ReqBody

type D8A0ReqBody struct {
	OptUint64GroupCode int64                 `protobuf:"varint,1,opt,name=optUint64GroupCode,proto3" json:"optUint64GroupCode,omitempty"`
	MsgKickList        []*D8A0KickMemberInfo `protobuf:"bytes,2,rep,name=msgKickList,proto3" json:"msgKickList,omitempty"`
	KickList           []int64               `protobuf:"varint,3,rep,packed,name=kickList,proto3" json:"kickList,omitempty"`
	KickFlag           int32                 `protobuf:"varint,4,opt,name=kickFlag,proto3" json:"kickFlag,omitempty"`
	KickMsg            []byte                `protobuf:"bytes,5,opt,name=kickMsg,proto3" json:"kickMsg,omitempty"`
	// contains filtered or unexported fields
}

func (*D8A0ReqBody) Descriptor deprecated

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

Deprecated: Use D8A0ReqBody.ProtoReflect.Descriptor instead.

func (*D8A0ReqBody) GetKickFlag

func (x *D8A0ReqBody) GetKickFlag() int32

func (*D8A0ReqBody) GetKickList

func (x *D8A0ReqBody) GetKickList() []int64

func (*D8A0ReqBody) GetKickMsg

func (x *D8A0ReqBody) GetKickMsg() []byte

func (*D8A0ReqBody) GetMsgKickList

func (x *D8A0ReqBody) GetMsgKickList() []*D8A0KickMemberInfo

func (*D8A0ReqBody) GetOptUint64GroupCode

func (x *D8A0ReqBody) GetOptUint64GroupCode() int64

func (*D8A0ReqBody) ProtoMessage

func (*D8A0ReqBody) ProtoMessage()

func (*D8A0ReqBody) ProtoReflect

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

func (*D8A0ReqBody) Reset

func (x *D8A0ReqBody) Reset()

func (*D8A0ReqBody) String

func (x *D8A0ReqBody) String() string

type D8A0RspBody

type D8A0RspBody struct {
	OptUint64GroupCode int64             `protobuf:"varint,1,opt,name=optUint64GroupCode,proto3" json:"optUint64GroupCode,omitempty"`
	MsgKickResult      []*D8A0KickResult `protobuf:"bytes,2,rep,name=msgKickResult,proto3" json:"msgKickResult,omitempty"`
	// contains filtered or unexported fields
}

func (*D8A0RspBody) Descriptor deprecated

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

Deprecated: Use D8A0RspBody.ProtoReflect.Descriptor instead.

func (*D8A0RspBody) GetMsgKickResult

func (x *D8A0RspBody) GetMsgKickResult() []*D8A0KickResult

func (*D8A0RspBody) GetOptUint64GroupCode

func (x *D8A0RspBody) GetOptUint64GroupCode() int64

func (*D8A0RspBody) ProtoMessage

func (*D8A0RspBody) ProtoMessage()

func (*D8A0RspBody) ProtoReflect

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

func (*D8A0RspBody) Reset

func (x *D8A0RspBody) Reset()

func (*D8A0RspBody) String

func (x *D8A0RspBody) String() string

type D8A7ReqBody

type D8A7ReqBody struct {
	SubCmd                    *uint32 `protobuf:"varint,1,opt,name=subCmd" json:"subCmd,omitempty"`
	LimitIntervalTypeForUin   *uint32 `protobuf:"varint,2,opt,name=limitIntervalTypeForUin" json:"limitIntervalTypeForUin,omitempty"`
	LimitIntervalTypeForGroup *uint32 `protobuf:"varint,3,opt,name=limitIntervalTypeForGroup" json:"limitIntervalTypeForGroup,omitempty"`
	Uin                       *uint64 `protobuf:"varint,4,opt,name=uin" json:"uin,omitempty"`
	GroupCode                 *uint64 `protobuf:"varint,5,opt,name=groupCode" json:"groupCode,omitempty"`
	// contains filtered or unexported fields
}

func (*D8A7ReqBody) Descriptor deprecated

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

Deprecated: Use D8A7ReqBody.ProtoReflect.Descriptor instead.

func (*D8A7ReqBody) GetGroupCode

func (x *D8A7ReqBody) GetGroupCode() uint64

func (*D8A7ReqBody) GetLimitIntervalTypeForGroup

func (x *D8A7ReqBody) GetLimitIntervalTypeForGroup() uint32

func (*D8A7ReqBody) GetLimitIntervalTypeForUin

func (x *D8A7ReqBody) GetLimitIntervalTypeForUin() uint32

func (*D8A7ReqBody) GetSubCmd

func (x *D8A7ReqBody) GetSubCmd() uint32

func (*D8A7ReqBody) GetUin

func (x *D8A7ReqBody) GetUin() uint64

func (*D8A7ReqBody) ProtoMessage

func (*D8A7ReqBody) ProtoMessage()

func (*D8A7ReqBody) ProtoReflect

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

func (*D8A7ReqBody) Reset

func (x *D8A7ReqBody) Reset()

func (*D8A7ReqBody) String

func (x *D8A7ReqBody) String() string

type D8A7RspBody

type D8A7RspBody struct {
	CanAtAll                 *bool   `protobuf:"varint,1,opt,name=canAtAll" json:"canAtAll,omitempty"`
	RemainAtAllCountForUin   *uint32 `protobuf:"varint,2,opt,name=remainAtAllCountForUin" json:"remainAtAllCountForUin,omitempty"`
	RemainAtAllCountForGroup *uint32 `protobuf:"varint,3,opt,name=remainAtAllCountForGroup" json:"remainAtAllCountForGroup,omitempty"`
	PromptMsg1               []byte  `protobuf:"bytes,4,opt,name=promptMsg1" json:"promptMsg1,omitempty"`
	PromptMsg2               []byte  `protobuf:"bytes,5,opt,name=promptMsg2" json:"promptMsg2,omitempty"`
	// contains filtered or unexported fields
}

func (*D8A7RspBody) Descriptor deprecated

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

Deprecated: Use D8A7RspBody.ProtoReflect.Descriptor instead.

func (*D8A7RspBody) GetCanAtAll

func (x *D8A7RspBody) GetCanAtAll() bool

func (*D8A7RspBody) GetPromptMsg1

func (x *D8A7RspBody) GetPromptMsg1() []byte

func (*D8A7RspBody) GetPromptMsg2

func (x *D8A7RspBody) GetPromptMsg2() []byte

func (*D8A7RspBody) GetRemainAtAllCountForGroup

func (x *D8A7RspBody) GetRemainAtAllCountForGroup() uint32

func (*D8A7RspBody) GetRemainAtAllCountForUin

func (x *D8A7RspBody) GetRemainAtAllCountForUin() uint32

func (*D8A7RspBody) ProtoMessage

func (*D8A7RspBody) ProtoMessage()

func (*D8A7RspBody) ProtoReflect

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

func (*D8A7RspBody) Reset

func (x *D8A7RspBody) Reset()

func (*D8A7RspBody) String

func (x *D8A7RspBody) String() string

type D8FCCardNameElem

type D8FCCardNameElem struct {
	EnumCardType *int32 `protobuf:"varint,1,opt,name=enumCardType" json:"enumCardType,omitempty"`
	Value        []byte `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*D8FCCardNameElem) Descriptor deprecated

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

Deprecated: Use D8FCCardNameElem.ProtoReflect.Descriptor instead.

func (*D8FCCardNameElem) GetEnumCardType

func (x *D8FCCardNameElem) GetEnumCardType() int32

func (*D8FCCardNameElem) GetValue

func (x *D8FCCardNameElem) GetValue() []byte

func (*D8FCCardNameElem) ProtoMessage

func (*D8FCCardNameElem) ProtoMessage()

func (*D8FCCardNameElem) ProtoReflect

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

func (*D8FCCardNameElem) Reset

func (x *D8FCCardNameElem) Reset()

func (*D8FCCardNameElem) String

func (x *D8FCCardNameElem) String() string

type D8FCClientInfo

type D8FCClientInfo struct {
	Implat       *int32  `protobuf:"varint,1,opt,name=implat" json:"implat,omitempty"`
	IngClientver *string `protobuf:"bytes,2,opt,name=ingClientver" json:"ingClientver,omitempty"`
	// contains filtered or unexported fields
}

func (*D8FCClientInfo) Descriptor deprecated

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

Deprecated: Use D8FCClientInfo.ProtoReflect.Descriptor instead.

func (*D8FCClientInfo) GetImplat

func (x *D8FCClientInfo) GetImplat() int32

func (*D8FCClientInfo) GetIngClientver

func (x *D8FCClientInfo) GetIngClientver() string

func (*D8FCClientInfo) ProtoMessage

func (*D8FCClientInfo) ProtoMessage()

func (*D8FCClientInfo) ProtoReflect

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

func (*D8FCClientInfo) Reset

func (x *D8FCClientInfo) Reset()

func (*D8FCClientInfo) String

func (x *D8FCClientInfo) String() string

type D8FCCommCardNameBuf

type D8FCCommCardNameBuf struct {
	RichCardName []*D8FCRichCardNameElem `protobuf:"bytes,1,rep,name=richCardName" json:"richCardName,omitempty"`
	// contains filtered or unexported fields
}

func (*D8FCCommCardNameBuf) Descriptor deprecated

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

Deprecated: Use D8FCCommCardNameBuf.ProtoReflect.Descriptor instead.

func (*D8FCCommCardNameBuf) GetRichCardName

func (x *D8FCCommCardNameBuf) GetRichCardName() []*D8FCRichCardNameElem

func (*D8FCCommCardNameBuf) ProtoMessage

func (*D8FCCommCardNameBuf) ProtoMessage()

func (*D8FCCommCardNameBuf) ProtoReflect

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

func (*D8FCCommCardNameBuf) Reset

func (x *D8FCCommCardNameBuf) Reset()

func (*D8FCCommCardNameBuf) String

func (x *D8FCCommCardNameBuf) String() string

type D8FCLevelName

type D8FCLevelName struct {
	Level *int32  `protobuf:"varint,1,opt,name=level" json:"level,omitempty"`
	Name  *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*D8FCLevelName) Descriptor deprecated

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

Deprecated: Use D8FCLevelName.ProtoReflect.Descriptor instead.

func (*D8FCLevelName) GetLevel

func (x *D8FCLevelName) GetLevel() int32

func (*D8FCLevelName) GetName

func (x *D8FCLevelName) GetName() string

func (*D8FCLevelName) ProtoMessage

func (*D8FCLevelName) ProtoMessage()

func (*D8FCLevelName) ProtoReflect

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

func (*D8FCLevelName) Reset

func (x *D8FCLevelName) Reset()

func (*D8FCLevelName) String

func (x *D8FCLevelName) String() string

type D8FCMemberInfo

type D8FCMemberInfo struct {
	Uin                    *int64              `protobuf:"varint,1,opt,name=uin" json:"uin,omitempty"`
	Point                  *int32              `protobuf:"varint,2,opt,name=point" json:"point,omitempty"`
	ActiveDay              *int32              `protobuf:"varint,3,opt,name=activeDay" json:"activeDay,omitempty"`
	Level                  *int32              `protobuf:"varint,4,opt,name=level" json:"level,omitempty"`
	SpecialTitle           []byte              `protobuf:"bytes,5,opt,name=specialTitle" json:"specialTitle,omitempty"`
	SpecialTitleExpireTime *int32              `protobuf:"varint,6,opt,name=specialTitleExpireTime" json:"specialTitleExpireTime,omitempty"`
	UinName                []byte              `protobuf:"bytes,7,opt,name=uinName" json:"uinName,omitempty"`
	MemberCardName         []byte              `protobuf:"bytes,8,opt,name=memberCardName" json:"memberCardName,omitempty"`
	Phone                  []byte              `protobuf:"bytes,9,opt,name=phone" json:"phone,omitempty"`
	Email                  []byte              `protobuf:"bytes,10,opt,name=email" json:"email,omitempty"`
	Remark                 []byte              `protobuf:"bytes,11,opt,name=remark" json:"remark,omitempty"`
	Gender                 *int32              `protobuf:"varint,12,opt,name=gender" json:"gender,omitempty"`
	Job                    []byte              `protobuf:"bytes,13,opt,name=job" json:"job,omitempty"`
	TribeLevel             *int32              `protobuf:"varint,14,opt,name=tribeLevel" json:"tribeLevel,omitempty"`
	TribePoint             *int32              `protobuf:"varint,15,opt,name=tribePoint" json:"tribePoint,omitempty"`
	RichCardName           []*D8FCCardNameElem `protobuf:"bytes,16,rep,name=richCardName" json:"richCardName,omitempty"`
	CommRichCardName       []byte              `protobuf:"bytes,17,opt,name=commRichCardName" json:"commRichCardName,omitempty"`
	// contains filtered or unexported fields
}

func (*D8FCMemberInfo) Descriptor deprecated

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

Deprecated: Use D8FCMemberInfo.ProtoReflect.Descriptor instead.

func (*D8FCMemberInfo) GetActiveDay

func (x *D8FCMemberInfo) GetActiveDay() int32

func (*D8FCMemberInfo) GetCommRichCardName

func (x *D8FCMemberInfo) GetCommRichCardName() []byte

func (*D8FCMemberInfo) GetEmail

func (x *D8FCMemberInfo) GetEmail() []byte

func (*D8FCMemberInfo) GetGender

func (x *D8FCMemberInfo) GetGender() int32

func (*D8FCMemberInfo) GetJob

func (x *D8FCMemberInfo) GetJob() []byte

func (*D8FCMemberInfo) GetLevel

func (x *D8FCMemberInfo) GetLevel() int32

func (*D8FCMemberInfo) GetMemberCardName

func (x *D8FCMemberInfo) GetMemberCardName() []byte

func (*D8FCMemberInfo) GetPhone

func (x *D8FCMemberInfo) GetPhone() []byte

func (*D8FCMemberInfo) GetPoint

func (x *D8FCMemberInfo) GetPoint() int32

func (*D8FCMemberInfo) GetRemark

func (x *D8FCMemberInfo) GetRemark() []byte

func (*D8FCMemberInfo) GetRichCardName

func (x *D8FCMemberInfo) GetRichCardName() []*D8FCCardNameElem

func (*D8FCMemberInfo) GetSpecialTitle

func (x *D8FCMemberInfo) GetSpecialTitle() []byte

func (*D8FCMemberInfo) GetSpecialTitleExpireTime

func (x *D8FCMemberInfo) GetSpecialTitleExpireTime() int32

func (*D8FCMemberInfo) GetTribeLevel

func (x *D8FCMemberInfo) GetTribeLevel() int32

func (*D8FCMemberInfo) GetTribePoint

func (x *D8FCMemberInfo) GetTribePoint() int32

func (*D8FCMemberInfo) GetUin

func (x *D8FCMemberInfo) GetUin() int64

func (*D8FCMemberInfo) GetUinName

func (x *D8FCMemberInfo) GetUinName() []byte

func (*D8FCMemberInfo) ProtoMessage

func (*D8FCMemberInfo) ProtoMessage()

func (*D8FCMemberInfo) ProtoReflect

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

func (*D8FCMemberInfo) Reset

func (x *D8FCMemberInfo) Reset()

func (*D8FCMemberInfo) String

func (x *D8FCMemberInfo) String() string

type D8FCReqBody

type D8FCReqBody struct {
	GroupCode      *int64            `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"`
	ShowFlag       *int32            `protobuf:"varint,2,opt,name=showFlag" json:"showFlag,omitempty"`
	MemLevelInfo   []*D8FCMemberInfo `protobuf:"bytes,3,rep,name=memLevelInfo" json:"memLevelInfo,omitempty"`
	LevelName      []*D8FCLevelName  `protobuf:"bytes,4,rep,name=levelName" json:"levelName,omitempty"`
	UpdateTime     *int32            `protobuf:"varint,5,opt,name=updateTime" json:"updateTime,omitempty"`
	OfficeMode     *int32            `protobuf:"varint,6,opt,name=officeMode" json:"officeMode,omitempty"`
	GroupOpenAppid *int32            `protobuf:"varint,7,opt,name=groupOpenAppid" json:"groupOpenAppid,omitempty"`
	MsgClientInfo  *D8FCClientInfo   `protobuf:"bytes,8,opt,name=msgClientInfo" json:"msgClientInfo,omitempty"`
	AuthKey        []byte            `protobuf:"bytes,9,opt,name=authKey" json:"authKey,omitempty"`
	// contains filtered or unexported fields
}

func (*D8FCReqBody) Descriptor deprecated

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

Deprecated: Use D8FCReqBody.ProtoReflect.Descriptor instead.

func (*D8FCReqBody) GetAuthKey

func (x *D8FCReqBody) GetAuthKey() []byte

func (*D8FCReqBody) GetGroupCode

func (x *D8FCReqBody) GetGroupCode() int64

func (*D8FCReqBody) GetGroupOpenAppid

func (x *D8FCReqBody) GetGroupOpenAppid() int32

func (*D8FCReqBody) GetLevelName

func (x *D8FCReqBody) GetLevelName() []*D8FCLevelName

func (*D8FCReqBody) GetMemLevelInfo

func (x *D8FCReqBody) GetMemLevelInfo() []*D8FCMemberInfo

func (*D8FCReqBody) GetMsgClientInfo

func (x *D8FCReqBody) GetMsgClientInfo() *D8FCClientInfo

func (*D8FCReqBody) GetOfficeMode

func (x *D8FCReqBody) GetOfficeMode() int32

func (*D8FCReqBody) GetShowFlag

func (x *D8FCReqBody) GetShowFlag() int32

func (*D8FCReqBody) GetUpdateTime

func (x *D8FCReqBody) GetUpdateTime() int32

func (*D8FCReqBody) ProtoMessage

func (*D8FCReqBody) ProtoMessage()

func (*D8FCReqBody) ProtoReflect

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

func (*D8FCReqBody) Reset

func (x *D8FCReqBody) Reset()

func (*D8FCReqBody) String

func (x *D8FCReqBody) String() string

type D8FCRichCardNameElem

type D8FCRichCardNameElem struct {
	Ctrl []byte `protobuf:"bytes,1,opt,name=ctrl" json:"ctrl,omitempty"`
	Text []byte `protobuf:"bytes,2,opt,name=text" json:"text,omitempty"`
	// contains filtered or unexported fields
}

func (*D8FCRichCardNameElem) Descriptor deprecated

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

Deprecated: Use D8FCRichCardNameElem.ProtoReflect.Descriptor instead.

func (*D8FCRichCardNameElem) GetCtrl

func (x *D8FCRichCardNameElem) GetCtrl() []byte

func (*D8FCRichCardNameElem) GetText

func (x *D8FCRichCardNameElem) GetText() []byte

func (*D8FCRichCardNameElem) ProtoMessage

func (*D8FCRichCardNameElem) ProtoMessage()

func (*D8FCRichCardNameElem) ProtoReflect

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

func (*D8FCRichCardNameElem) Reset

func (x *D8FCRichCardNameElem) Reset()

func (*D8FCRichCardNameElem) String

func (x *D8FCRichCardNameElem) String() string

type DADLoginSig

type DADLoginSig struct {
	Type  uint32 `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	Sig   []byte `protobuf:"bytes,2,opt,name=sig,proto3" json:"sig,omitempty"`
	Appid uint32 `protobuf:"varint,3,opt,name=appid,proto3" json:"appid,omitempty"`
	// contains filtered or unexported fields
}

func (*DADLoginSig) Descriptor deprecated

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

Deprecated: Use DADLoginSig.ProtoReflect.Descriptor instead.

func (*DADLoginSig) GetAppid

func (x *DADLoginSig) GetAppid() uint32

func (*DADLoginSig) GetSig

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

func (*DADLoginSig) GetType

func (x *DADLoginSig) GetType() uint32

func (*DADLoginSig) ProtoMessage

func (*DADLoginSig) ProtoMessage()

func (*DADLoginSig) ProtoReflect

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

func (*DADLoginSig) Reset

func (x *DADLoginSig) Reset()

func (*DADLoginSig) String

func (x *DADLoginSig) String() string

type DADReqBody

type DADReqBody struct {
	Client    int64        `protobuf:"varint,1,opt,name=client,proto3" json:"client,omitempty"`
	ProductId uint64       `protobuf:"varint,2,opt,name=product_id,json=productId,proto3" json:"product_id,omitempty"`
	Amount    int64        `protobuf:"varint,3,opt,name=amount,proto3" json:"amount,omitempty"`
	ToUin     uint64       `protobuf:"varint,4,opt,name=to_uin,json=toUin,proto3" json:"to_uin,omitempty"`
	Gc        uint64       `protobuf:"varint,5,opt,name=gc,proto3" json:"gc,omitempty"`
	Ip        string       `protobuf:"bytes,6,opt,name=ip,proto3" json:"ip,omitempty"`
	Version   string       `protobuf:"bytes,7,opt,name=version,proto3" json:"version,omitempty"`
	Sig       *DADLoginSig `protobuf:"bytes,8,opt,name=sig,proto3" json:"sig,omitempty"`
	// contains filtered or unexported fields
}

func (*DADReqBody) Descriptor deprecated

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

Deprecated: Use DADReqBody.ProtoReflect.Descriptor instead.

func (*DADReqBody) GetAmount

func (x *DADReqBody) GetAmount() int64

func (*DADReqBody) GetClient

func (x *DADReqBody) GetClient() int64

func (*DADReqBody) GetGc

func (x *DADReqBody) GetGc() uint64

func (*DADReqBody) GetIp

func (x *DADReqBody) GetIp() string

func (*DADReqBody) GetProductId

func (x *DADReqBody) GetProductId() uint64

func (*DADReqBody) GetSig

func (x *DADReqBody) GetSig() *DADLoginSig

func (*DADReqBody) GetToUin

func (x *DADReqBody) GetToUin() uint64

func (*DADReqBody) GetVersion

func (x *DADReqBody) GetVersion() string

func (*DADReqBody) ProtoMessage

func (*DADReqBody) ProtoMessage()

func (*DADReqBody) ProtoReflect

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

func (*DADReqBody) Reset

func (x *DADReqBody) Reset()

func (*DADReqBody) String

func (x *DADReqBody) String() string

type DB77ClientInfo

type DB77ClientInfo struct {
	Platform           uint32 `protobuf:"varint,1,opt,name=platform,proto3" json:"platform,omitempty"`
	SdkVersion         string `protobuf:"bytes,2,opt,name=sdkVersion,proto3" json:"sdkVersion,omitempty"`
	AndroidPackageName string `protobuf:"bytes,3,opt,name=androidPackageName,proto3" json:"androidPackageName,omitempty"`
	AndroidSignature   string `protobuf:"bytes,4,opt,name=androidSignature,proto3" json:"androidSignature,omitempty"`
	IosBundleId        string `protobuf:"bytes,5,opt,name=iosBundleId,proto3" json:"iosBundleId,omitempty"`
	PcSign             string `protobuf:"bytes,6,opt,name=pcSign,proto3" json:"pcSign,omitempty"`
	// contains filtered or unexported fields
}

func (*DB77ClientInfo) Descriptor deprecated

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

Deprecated: Use DB77ClientInfo.ProtoReflect.Descriptor instead.

func (*DB77ClientInfo) GetAndroidPackageName

func (x *DB77ClientInfo) GetAndroidPackageName() string

func (*DB77ClientInfo) GetAndroidSignature

func (x *DB77ClientInfo) GetAndroidSignature() string

func (*DB77ClientInfo) GetIosBundleId

func (x *DB77ClientInfo) GetIosBundleId() string

func (*DB77ClientInfo) GetPcSign

func (x *DB77ClientInfo) GetPcSign() string

func (*DB77ClientInfo) GetPlatform

func (x *DB77ClientInfo) GetPlatform() uint32

func (*DB77ClientInfo) GetSdkVersion

func (x *DB77ClientInfo) GetSdkVersion() string

func (*DB77ClientInfo) ProtoMessage

func (*DB77ClientInfo) ProtoMessage()

func (*DB77ClientInfo) ProtoReflect

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

func (*DB77ClientInfo) Reset

func (x *DB77ClientInfo) Reset()

func (*DB77ClientInfo) String

func (x *DB77ClientInfo) String() string

type DB77ExtInfo

type DB77ExtInfo struct {
	CustomFeatureId []uint32 `protobuf:"varint,11,rep,packed,name=customFeatureId,proto3" json:"customFeatureId,omitempty"`
	ApnsWording     string   `protobuf:"bytes,12,opt,name=apnsWording,proto3" json:"apnsWording,omitempty"`
	GroupSaveDbFlag uint32   `protobuf:"varint,13,opt,name=groupSaveDbFlag,proto3" json:"groupSaveDbFlag,omitempty"`
	ReceiverAppId   uint32   `protobuf:"varint,14,opt,name=receiverAppId,proto3" json:"receiverAppId,omitempty"`
	MsgSeq          uint64   `protobuf:"varint,15,opt,name=msgSeq,proto3" json:"msgSeq,omitempty"`
	// contains filtered or unexported fields
}

func (*DB77ExtInfo) Descriptor deprecated

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

Deprecated: Use DB77ExtInfo.ProtoReflect.Descriptor instead.

func (*DB77ExtInfo) GetApnsWording

func (x *DB77ExtInfo) GetApnsWording() string

func (*DB77ExtInfo) GetCustomFeatureId

func (x *DB77ExtInfo) GetCustomFeatureId() []uint32

func (*DB77ExtInfo) GetGroupSaveDbFlag

func (x *DB77ExtInfo) GetGroupSaveDbFlag() uint32

func (*DB77ExtInfo) GetMsgSeq

func (x *DB77ExtInfo) GetMsgSeq() uint64

func (*DB77ExtInfo) GetReceiverAppId

func (x *DB77ExtInfo) GetReceiverAppId() uint32

func (*DB77ExtInfo) ProtoMessage

func (*DB77ExtInfo) ProtoMessage()

func (*DB77ExtInfo) ProtoReflect

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

func (*DB77ExtInfo) Reset

func (x *DB77ExtInfo) Reset()

func (*DB77ExtInfo) String

func (x *DB77ExtInfo) String() string

type DB77ReqBody

type DB77ReqBody struct {
	AppId       uint64           `protobuf:"varint,1,opt,name=appId,proto3" json:"appId,omitempty"`
	AppType     uint32           `protobuf:"varint,2,opt,name=appType,proto3" json:"appType,omitempty"`
	MsgStyle    uint32           `protobuf:"varint,3,opt,name=msgStyle,proto3" json:"msgStyle,omitempty"`
	SenderUin   uint64           `protobuf:"varint,4,opt,name=senderUin,proto3" json:"senderUin,omitempty"`
	ClientInfo  *DB77ClientInfo  `protobuf:"bytes,5,opt,name=clientInfo,proto3" json:"clientInfo,omitempty"`
	TextMsg     string           `protobuf:"bytes,6,opt,name=textMsg,proto3" json:"textMsg,omitempty"`
	ExtInfo     *DB77ExtInfo     `protobuf:"bytes,7,opt,name=extInfo,proto3" json:"extInfo,omitempty"`
	SendType    uint32           `protobuf:"varint,10,opt,name=sendType,proto3" json:"sendType,omitempty"`
	RecvUin     uint64           `protobuf:"varint,11,opt,name=recvUin,proto3" json:"recvUin,omitempty"`
	RichMsgBody *DB77RichMsgBody `protobuf:"bytes,12,opt,name=richMsgBody,proto3" json:"richMsgBody,omitempty"`
	// contains filtered or unexported fields
}

func (*DB77ReqBody) Descriptor deprecated

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

Deprecated: Use DB77ReqBody.ProtoReflect.Descriptor instead.

func (*DB77ReqBody) GetAppId

func (x *DB77ReqBody) GetAppId() uint64

func (*DB77ReqBody) GetAppType

func (x *DB77ReqBody) GetAppType() uint32

func (*DB77ReqBody) GetClientInfo

func (x *DB77ReqBody) GetClientInfo() *DB77ClientInfo

func (*DB77ReqBody) GetExtInfo

func (x *DB77ReqBody) GetExtInfo() *DB77ExtInfo

func (*DB77ReqBody) GetMsgStyle

func (x *DB77ReqBody) GetMsgStyle() uint32

func (*DB77ReqBody) GetRecvUin

func (x *DB77ReqBody) GetRecvUin() uint64

func (*DB77ReqBody) GetRichMsgBody

func (x *DB77ReqBody) GetRichMsgBody() *DB77RichMsgBody

func (*DB77ReqBody) GetSendType

func (x *DB77ReqBody) GetSendType() uint32

func (*DB77ReqBody) GetSenderUin

func (x *DB77ReqBody) GetSenderUin() uint64

func (*DB77ReqBody) GetTextMsg

func (x *DB77ReqBody) GetTextMsg() string

func (*DB77ReqBody) ProtoMessage

func (*DB77ReqBody) ProtoMessage()

func (*DB77ReqBody) ProtoReflect

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

func (*DB77ReqBody) Reset

func (x *DB77ReqBody) Reset()

func (*DB77ReqBody) String

func (x *DB77ReqBody) String() string

type DB77RichMsgBody

type DB77RichMsgBody struct {
	Title      string `protobuf:"bytes,10,opt,name=title,proto3" json:"title,omitempty"`
	Summary    string `protobuf:"bytes,11,opt,name=summary,proto3" json:"summary,omitempty"`
	Brief      string `protobuf:"bytes,12,opt,name=brief,proto3" json:"brief,omitempty"`
	Url        string `protobuf:"bytes,13,opt,name=url,proto3" json:"url,omitempty"`
	PictureUrl string `protobuf:"bytes,14,opt,name=pictureUrl,proto3" json:"pictureUrl,omitempty"`
	Action     string `protobuf:"bytes,15,opt,name=action,proto3" json:"action,omitempty"`
	MusicUrl   string `protobuf:"bytes,16,opt,name=musicUrl,proto3" json:"musicUrl,omitempty"` //ImageInfo imageInfo = 17;
	// contains filtered or unexported fields
}

func (*DB77RichMsgBody) Descriptor deprecated

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

Deprecated: Use DB77RichMsgBody.ProtoReflect.Descriptor instead.

func (*DB77RichMsgBody) GetAction

func (x *DB77RichMsgBody) GetAction() string

func (*DB77RichMsgBody) GetBrief

func (x *DB77RichMsgBody) GetBrief() string

func (*DB77RichMsgBody) GetMusicUrl

func (x *DB77RichMsgBody) GetMusicUrl() string

func (*DB77RichMsgBody) GetPictureUrl

func (x *DB77RichMsgBody) GetPictureUrl() string

func (*DB77RichMsgBody) GetSummary

func (x *DB77RichMsgBody) GetSummary() string

func (*DB77RichMsgBody) GetTitle

func (x *DB77RichMsgBody) GetTitle() string

func (*DB77RichMsgBody) GetUrl

func (x *DB77RichMsgBody) GetUrl() string

func (*DB77RichMsgBody) ProtoMessage

func (*DB77RichMsgBody) ProtoMessage()

func (*DB77RichMsgBody) ProtoReflect

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

func (*DB77RichMsgBody) Reset

func (x *DB77RichMsgBody) Reset()

func (*DB77RichMsgBody) String

func (x *DB77RichMsgBody) String() string

type DBCBReqBody

type DBCBReqBody struct {
	NotUseCache *int32       `protobuf:"varint,9,opt,name=notUseCache" json:"notUseCache,omitempty"`
	CheckUrlReq *CheckUrlReq `protobuf:"bytes,10,opt,name=checkUrlReq" json:"checkUrlReq,omitempty"`
	// contains filtered or unexported fields
}

func (*DBCBReqBody) Descriptor deprecated

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

Deprecated: Use DBCBReqBody.ProtoReflect.Descriptor instead.

func (*DBCBReqBody) GetCheckUrlReq

func (x *DBCBReqBody) GetCheckUrlReq() *CheckUrlReq

func (*DBCBReqBody) GetNotUseCache

func (x *DBCBReqBody) GetNotUseCache() int32

func (*DBCBReqBody) ProtoMessage

func (*DBCBReqBody) ProtoMessage()

func (*DBCBReqBody) ProtoReflect

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

func (*DBCBReqBody) Reset

func (x *DBCBReqBody) Reset()

func (*DBCBReqBody) String

func (x *DBCBReqBody) String() string

type DBCBRspBody

type DBCBRspBody struct {
	Wording     *string      `protobuf:"bytes,1,opt,name=wording" json:"wording,omitempty"`
	CheckUrlRsp *CheckUrlRsp `protobuf:"bytes,10,opt,name=checkUrlRsp" json:"checkUrlRsp,omitempty"`
	// contains filtered or unexported fields
}

func (*DBCBRspBody) Descriptor deprecated

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

Deprecated: Use DBCBRspBody.ProtoReflect.Descriptor instead.

func (*DBCBRspBody) GetCheckUrlRsp

func (x *DBCBRspBody) GetCheckUrlRsp() *CheckUrlRsp

func (*DBCBRspBody) GetWording

func (x *DBCBRspBody) GetWording() string

func (*DBCBRspBody) ProtoMessage

func (*DBCBRspBody) ProtoMessage()

func (*DBCBRspBody) ProtoReflect

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

func (*DBCBRspBody) Reset

func (x *DBCBRspBody) Reset()

func (*DBCBRspBody) String

func (x *DBCBRspBody) String() string

type DE07ReqBody

type DE07ReqBody struct {
	Version    int32       `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	Client     int32       `protobuf:"varint,2,opt,name=client,proto3" json:"client,omitempty"`
	Entrance   int32       `protobuf:"varint,3,opt,name=entrance,proto3" json:"entrance,omitempty"`
	OcrReqBody *OCRReqBody `protobuf:"bytes,10,opt,name=ocrReqBody,proto3" json:"ocrReqBody,omitempty"`
	// contains filtered or unexported fields
}

func (*DE07ReqBody) Descriptor deprecated

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

Deprecated: Use DE07ReqBody.ProtoReflect.Descriptor instead.

func (*DE07ReqBody) GetClient

func (x *DE07ReqBody) GetClient() int32

func (*DE07ReqBody) GetEntrance

func (x *DE07ReqBody) GetEntrance() int32

func (*DE07ReqBody) GetOcrReqBody

func (x *DE07ReqBody) GetOcrReqBody() *OCRReqBody

func (*DE07ReqBody) GetVersion

func (x *DE07ReqBody) GetVersion() int32

func (*DE07ReqBody) ProtoMessage

func (*DE07ReqBody) ProtoMessage()

func (*DE07ReqBody) ProtoReflect

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

func (*DE07ReqBody) Reset

func (x *DE07ReqBody) Reset()

func (*DE07ReqBody) String

func (x *DE07ReqBody) String() string

type DE07RspBody

type DE07RspBody struct {
	RetCode    int32       `protobuf:"varint,1,opt,name=retCode,proto3" json:"retCode,omitempty"`
	ErrMsg     string      `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	Wording    string      `protobuf:"bytes,3,opt,name=wording,proto3" json:"wording,omitempty"`
	OcrRspBody *OCRRspBody `protobuf:"bytes,10,opt,name=ocrRspBody,proto3" json:"ocrRspBody,omitempty"`
	// contains filtered or unexported fields
}

func (*DE07RspBody) Descriptor deprecated

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

Deprecated: Use DE07RspBody.ProtoReflect.Descriptor instead.

func (*DE07RspBody) GetErrMsg

func (x *DE07RspBody) GetErrMsg() string

func (*DE07RspBody) GetOcrRspBody

func (x *DE07RspBody) GetOcrRspBody() *OCRRspBody

func (*DE07RspBody) GetRetCode

func (x *DE07RspBody) GetRetCode() int32

func (*DE07RspBody) GetWording

func (x *DE07RspBody) GetWording() string

func (*DE07RspBody) ProtoMessage

func (*DE07RspBody) ProtoMessage()

func (*DE07RspBody) ProtoReflect

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

func (*DE07RspBody) Reset

func (x *DE07RspBody) Reset()

func (*DE07RspBody) String

func (x *DE07RspBody) String() string

type DE5BReqBody

type DE5BReqBody struct {
	Uin                   *uint64  `protobuf:"varint,1,opt,name=uin" json:"uin,omitempty"`
	AchievementId         []uint32 `protobuf:"varint,2,rep,name=achievementId" json:"achievementId,omitempty"`
	MaxCount              *uint32  `protobuf:"varint,3,opt,name=maxCount" json:"maxCount,omitempty"`
	ReqAchievementContent *bool    `protobuf:"varint,4,opt,name=reqAchievementContent" json:"reqAchievementContent,omitempty"`
	// contains filtered or unexported fields
}

func (*DE5BReqBody) Descriptor deprecated

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

Deprecated: Use DE5BReqBody.ProtoReflect.Descriptor instead.

func (*DE5BReqBody) GetAchievementId

func (x *DE5BReqBody) GetAchievementId() []uint32

func (*DE5BReqBody) GetMaxCount

func (x *DE5BReqBody) GetMaxCount() uint32

func (*DE5BReqBody) GetReqAchievementContent

func (x *DE5BReqBody) GetReqAchievementContent() bool

func (*DE5BReqBody) GetUin

func (x *DE5BReqBody) GetUin() uint64

func (*DE5BReqBody) ProtoMessage

func (*DE5BReqBody) ProtoMessage()

func (*DE5BReqBody) ProtoReflect

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

func (*DE5BReqBody) Reset

func (x *DE5BReqBody) Reset()

func (*DE5BReqBody) String

func (x *DE5BReqBody) String() string

type DE5BRspBody

type DE5BRspBody struct {
	AchievementTotalCount *uint32                `protobuf:"varint,1,opt,name=achievementTotalCount" json:"achievementTotalCount,omitempty"`
	LifeAchItem           []*LifeAchievementItem `protobuf:"bytes,2,rep,name=lifeAchItem" json:"lifeAchItem,omitempty"`
	AchievementOpenid     *string                `protobuf:"bytes,3,opt,name=achievementOpenid" json:"achievementOpenid,omitempty"`
	// contains filtered or unexported fields
}

func (*DE5BRspBody) Descriptor deprecated

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

Deprecated: Use DE5BRspBody.ProtoReflect.Descriptor instead.

func (*DE5BRspBody) GetAchievementOpenid

func (x *DE5BRspBody) GetAchievementOpenid() string

func (*DE5BRspBody) GetAchievementTotalCount

func (x *DE5BRspBody) GetAchievementTotalCount() uint32

func (*DE5BRspBody) GetLifeAchItem

func (x *DE5BRspBody) GetLifeAchItem() []*LifeAchievementItem

func (*DE5BRspBody) ProtoMessage

func (*DE5BRspBody) ProtoMessage()

func (*DE5BRspBody) ProtoReflect

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

func (*DE5BRspBody) Reset

func (x *DE5BRspBody) Reset()

func (*DE5BRspBody) String

func (x *DE5BRspBody) String() string

type DEC4ReqBody

type DEC4ReqBody struct {
	Uin        *uint64 `protobuf:"varint,1,opt,name=uin" json:"uin,omitempty"`
	QuestNum   *uint64 `protobuf:"varint,2,opt,name=questNum" json:"questNum,omitempty"`
	CommentNum *uint64 `protobuf:"varint,3,opt,name=commentNum" json:"commentNum,omitempty"`
	Cookie     []byte  `protobuf:"bytes,4,opt,name=cookie" json:"cookie,omitempty"`
	FetchType  *uint32 `protobuf:"varint,5,opt,name=fetchType" json:"fetchType,omitempty"`
	// contains filtered or unexported fields
}

func (*DEC4ReqBody) Descriptor deprecated

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

Deprecated: Use DEC4ReqBody.ProtoReflect.Descriptor instead.

func (*DEC4ReqBody) GetCommentNum

func (x *DEC4ReqBody) GetCommentNum() uint64

func (*DEC4ReqBody) GetCookie

func (x *DEC4ReqBody) GetCookie() []byte

func (*DEC4ReqBody) GetFetchType

func (x *DEC4ReqBody) GetFetchType() uint32

func (*DEC4ReqBody) GetQuestNum

func (x *DEC4ReqBody) GetQuestNum() uint64

func (*DEC4ReqBody) GetUin

func (x *DEC4ReqBody) GetUin() uint64

func (*DEC4ReqBody) ProtoMessage

func (*DEC4ReqBody) ProtoMessage()

func (*DEC4ReqBody) ProtoReflect

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

func (*DEC4ReqBody) Reset

func (x *DEC4ReqBody) Reset()

func (*DEC4ReqBody) String

func (x *DEC4ReqBody) String() string

type DEC4RspBody

type DEC4RspBody struct {
	Quest            []*Quest `protobuf:"bytes,1,rep,name=quest" json:"quest,omitempty"`
	IsFetchOver      *bool    `protobuf:"varint,2,opt,name=isFetchOver" json:"isFetchOver,omitempty"`
	TotalQuestNum    *uint32  `protobuf:"varint,3,opt,name=totalQuestNum" json:"totalQuestNum,omitempty"`
	Cookie           []byte   `protobuf:"bytes,4,opt,name=cookie" json:"cookie,omitempty"`
	Ret              *uint32  `protobuf:"varint,5,opt,name=ret" json:"ret,omitempty"`
	AnsweredQuestNum *uint32  `protobuf:"varint,6,opt,name=answeredQuestNum" json:"answeredQuestNum,omitempty"`
	// contains filtered or unexported fields
}

func (*DEC4RspBody) Descriptor deprecated

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

Deprecated: Use DEC4RspBody.ProtoReflect.Descriptor instead.

func (*DEC4RspBody) GetAnsweredQuestNum

func (x *DEC4RspBody) GetAnsweredQuestNum() uint32

func (*DEC4RspBody) GetCookie

func (x *DEC4RspBody) GetCookie() []byte

func (*DEC4RspBody) GetIsFetchOver

func (x *DEC4RspBody) GetIsFetchOver() bool

func (*DEC4RspBody) GetQuest

func (x *DEC4RspBody) GetQuest() []*Quest

func (*DEC4RspBody) GetRet

func (x *DEC4RspBody) GetRet() uint32

func (*DEC4RspBody) GetTotalQuestNum

func (x *DEC4RspBody) GetTotalQuestNum() uint32

func (*DEC4RspBody) ProtoMessage

func (*DEC4RspBody) ProtoMessage()

func (*DEC4RspBody) ProtoReflect

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

func (*DEC4RspBody) Reset

func (x *DEC4RspBody) Reset()

func (*DEC4RspBody) String

func (x *DEC4RspBody) String() string

type DED3ReqBody

type DED3ReqBody struct {
	ToUin     int64 `protobuf:"varint,1,opt,name=toUin,proto3" json:"toUin,omitempty"`
	GroupCode int64 `protobuf:"varint,2,opt,name=groupCode,proto3" json:"groupCode,omitempty"`
	MsgSeq    int32 `protobuf:"varint,3,opt,name=msgSeq,proto3" json:"msgSeq,omitempty"`
	MsgRand   int32 `protobuf:"varint,4,opt,name=msgRand,proto3" json:"msgRand,omitempty"`
	AioUin    int64 `protobuf:"varint,5,opt,name=aioUin,proto3" json:"aioUin,omitempty"`
	// contains filtered or unexported fields
}

func (*DED3ReqBody) Descriptor deprecated

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

Deprecated: Use DED3ReqBody.ProtoReflect.Descriptor instead.

func (*DED3ReqBody) GetAioUin

func (x *DED3ReqBody) GetAioUin() int64

func (*DED3ReqBody) GetGroupCode

func (x *DED3ReqBody) GetGroupCode() int64

func (*DED3ReqBody) GetMsgRand

func (x *DED3ReqBody) GetMsgRand() int32

func (*DED3ReqBody) GetMsgSeq

func (x *DED3ReqBody) GetMsgSeq() int32

func (*DED3ReqBody) GetToUin

func (x *DED3ReqBody) GetToUin() int64

func (*DED3ReqBody) ProtoMessage

func (*DED3ReqBody) ProtoMessage()

func (*DED3ReqBody) ProtoReflect

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

func (*DED3ReqBody) Reset

func (x *DED3ReqBody) Reset()

func (*DED3ReqBody) String

func (x *DED3ReqBody) String() string

type DeleteFileReqBody

type DeleteFileReqBody struct {
	GroupCode      int64  `protobuf:"varint,1,opt,name=groupCode,proto3" json:"groupCode,omitempty"`
	AppId          int32  `protobuf:"varint,2,opt,name=appId,proto3" json:"appId,omitempty"`
	BusId          int32  `protobuf:"varint,3,opt,name=busId,proto3" json:"busId,omitempty"`
	ParentFolderId string `protobuf:"bytes,4,opt,name=parentFolderId,proto3" json:"parentFolderId,omitempty"`
	FileId         string `protobuf:"bytes,5,opt,name=fileId,proto3" json:"fileId,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteFileReqBody) Descriptor deprecated

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

Deprecated: Use DeleteFileReqBody.ProtoReflect.Descriptor instead.

func (*DeleteFileReqBody) GetAppId

func (x *DeleteFileReqBody) GetAppId() int32

func (*DeleteFileReqBody) GetBusId

func (x *DeleteFileReqBody) GetBusId() int32

func (*DeleteFileReqBody) GetFileId

func (x *DeleteFileReqBody) GetFileId() string

func (*DeleteFileReqBody) GetGroupCode

func (x *DeleteFileReqBody) GetGroupCode() int64

func (*DeleteFileReqBody) GetParentFolderId

func (x *DeleteFileReqBody) GetParentFolderId() string

func (*DeleteFileReqBody) ProtoMessage

func (*DeleteFileReqBody) ProtoMessage()

func (*DeleteFileReqBody) ProtoReflect

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

func (*DeleteFileReqBody) Reset

func (x *DeleteFileReqBody) Reset()

func (*DeleteFileReqBody) String

func (x *DeleteFileReqBody) String() string

type DeleteFileRspBody

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

func (*DeleteFileRspBody) Descriptor deprecated

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

Deprecated: Use DeleteFileRspBody.ProtoReflect.Descriptor instead.

func (*DeleteFileRspBody) GetClientWording

func (x *DeleteFileRspBody) GetClientWording() string

func (*DeleteFileRspBody) GetRetCode

func (x *DeleteFileRspBody) GetRetCode() int32

func (*DeleteFileRspBody) GetRetMsg

func (x *DeleteFileRspBody) GetRetMsg() string

func (*DeleteFileRspBody) ProtoMessage

func (*DeleteFileRspBody) ProtoMessage()

func (*DeleteFileRspBody) ProtoReflect

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

func (*DeleteFileRspBody) Reset

func (x *DeleteFileRspBody) Reset()

func (*DeleteFileRspBody) String

func (x *DeleteFileRspBody) String() string

type DeleteFolderReqBody

type DeleteFolderReqBody struct {
	GroupCode *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"`
	AppId     *uint32 `protobuf:"varint,2,opt,name=appId" json:"appId,omitempty"`
	FolderId  *string `protobuf:"bytes,3,opt,name=folderId" json:"folderId,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteFolderReqBody) Descriptor deprecated

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

Deprecated: Use DeleteFolderReqBody.ProtoReflect.Descriptor instead.

func (*DeleteFolderReqBody) GetAppId

func (x *DeleteFolderReqBody) GetAppId() uint32

func (*DeleteFolderReqBody) GetFolderId

func (x *DeleteFolderReqBody) GetFolderId() string

func (*DeleteFolderReqBody) GetGroupCode

func (x *DeleteFolderReqBody) GetGroupCode() uint64

func (*DeleteFolderReqBody) ProtoMessage

func (*DeleteFolderReqBody) ProtoMessage()

func (*DeleteFolderReqBody) ProtoReflect

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

func (*DeleteFolderReqBody) Reset

func (x *DeleteFolderReqBody) Reset()

func (*DeleteFolderReqBody) String

func (x *DeleteFolderReqBody) String() string

type DeleteFolderRspBody

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

func (*DeleteFolderRspBody) Descriptor deprecated

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

Deprecated: Use DeleteFolderRspBody.ProtoReflect.Descriptor instead.

func (*DeleteFolderRspBody) GetClientWording

func (x *DeleteFolderRspBody) GetClientWording() string

func (*DeleteFolderRspBody) GetRetCode

func (x *DeleteFolderRspBody) GetRetCode() int32

func (*DeleteFolderRspBody) GetRetMsg

func (x *DeleteFolderRspBody) GetRetMsg() string

func (*DeleteFolderRspBody) ProtoMessage

func (*DeleteFolderRspBody) ProtoMessage()

func (*DeleteFolderRspBody) ProtoReflect

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

func (*DeleteFolderRspBody) Reset

func (x *DeleteFolderRspBody) Reset()

func (*DeleteFolderRspBody) String

func (x *DeleteFolderRspBody) String() string

type DownloadFileReqBody

type DownloadFileReqBody struct {
	GroupCode        int64  `protobuf:"varint,1,opt,name=groupCode,proto3" json:"groupCode,omitempty"`
	AppId            int32  `protobuf:"varint,2,opt,name=appId,proto3" json:"appId,omitempty"`
	BusId            int32  `protobuf:"varint,3,opt,name=busId,proto3" json:"busId,omitempty"`
	FileId           string `protobuf:"bytes,4,opt,name=fileId,proto3" json:"fileId,omitempty"`
	BoolThumbnailReq bool   `protobuf:"varint,5,opt,name=boolThumbnailReq,proto3" json:"boolThumbnailReq,omitempty"`
	UrlType          int32  `protobuf:"varint,6,opt,name=urlType,proto3" json:"urlType,omitempty"`
	BoolPreviewReq   bool   `protobuf:"varint,7,opt,name=boolPreviewReq,proto3" json:"boolPreviewReq,omitempty"`
	// contains filtered or unexported fields
}

func (*DownloadFileReqBody) Descriptor deprecated

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

Deprecated: Use DownloadFileReqBody.ProtoReflect.Descriptor instead.

func (*DownloadFileReqBody) GetAppId

func (x *DownloadFileReqBody) GetAppId() int32

func (*DownloadFileReqBody) GetBoolPreviewReq

func (x *DownloadFileReqBody) GetBoolPreviewReq() bool

func (*DownloadFileReqBody) GetBoolThumbnailReq

func (x *DownloadFileReqBody) GetBoolThumbnailReq() bool

func (*DownloadFileReqBody) GetBusId

func (x *DownloadFileReqBody) GetBusId() int32

func (*DownloadFileReqBody) GetFileId

func (x *DownloadFileReqBody) GetFileId() string

func (*DownloadFileReqBody) GetGroupCode

func (x *DownloadFileReqBody) GetGroupCode() int64

func (*DownloadFileReqBody) GetUrlType

func (x *DownloadFileReqBody) GetUrlType() int32

func (*DownloadFileReqBody) ProtoMessage

func (*DownloadFileReqBody) ProtoMessage()

func (*DownloadFileReqBody) ProtoReflect

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

func (*DownloadFileReqBody) Reset

func (x *DownloadFileReqBody) Reset()

func (*DownloadFileReqBody) String

func (x *DownloadFileReqBody) String() string

type DownloadFileRspBody

type DownloadFileRspBody struct {
	RetCode       int32  `protobuf:"varint,1,opt,name=retCode,proto3" json:"retCode,omitempty"`
	RetMsg        string `protobuf:"bytes,2,opt,name=retMsg,proto3" json:"retMsg,omitempty"`
	ClientWording string `protobuf:"bytes,3,opt,name=clientWording,proto3" json:"clientWording,omitempty"`
	DownloadIp    string `protobuf:"bytes,4,opt,name=downloadIp,proto3" json:"downloadIp,omitempty"`
	DownloadDns   []byte `protobuf:"bytes,5,opt,name=downloadDns,proto3" json:"downloadDns,omitempty"`
	DownloadUrl   []byte `protobuf:"bytes,6,opt,name=downloadUrl,proto3" json:"downloadUrl,omitempty"`
	Sha           []byte `protobuf:"bytes,7,opt,name=sha,proto3" json:"sha,omitempty"`
	Sha3          []byte `protobuf:"bytes,8,opt,name=sha3,proto3" json:"sha3,omitempty"`
	Md5           []byte `protobuf:"bytes,9,opt,name=md5,proto3" json:"md5,omitempty"`
	CookieVal     []byte `protobuf:"bytes,10,opt,name=cookieVal,proto3" json:"cookieVal,omitempty"`
	SaveFileName  string `protobuf:"bytes,11,opt,name=saveFileName,proto3" json:"saveFileName,omitempty"`
	PreviewPort   int32  `protobuf:"varint,12,opt,name=previewPort,proto3" json:"previewPort,omitempty"`
	// contains filtered or unexported fields
}

func (*DownloadFileRspBody) Descriptor deprecated

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

Deprecated: Use DownloadFileRspBody.ProtoReflect.Descriptor instead.

func (*DownloadFileRspBody) GetClientWording

func (x *DownloadFileRspBody) GetClientWording() string

func (*DownloadFileRspBody) GetCookieVal

func (x *DownloadFileRspBody) GetCookieVal() []byte

func (*DownloadFileRspBody) GetDownloadDns

func (x *DownloadFileRspBody) GetDownloadDns() []byte

func (*DownloadFileRspBody) GetDownloadIp

func (x *DownloadFileRspBody) GetDownloadIp() string

func (*DownloadFileRspBody) GetDownloadUrl

func (x *DownloadFileRspBody) GetDownloadUrl() []byte

func (*DownloadFileRspBody) GetMd5

func (x *DownloadFileRspBody) GetMd5() []byte

func (*DownloadFileRspBody) GetPreviewPort

func (x *DownloadFileRspBody) GetPreviewPort() int32

func (*DownloadFileRspBody) GetRetCode

func (x *DownloadFileRspBody) GetRetCode() int32

func (*DownloadFileRspBody) GetRetMsg

func (x *DownloadFileRspBody) GetRetMsg() string

func (*DownloadFileRspBody) GetSaveFileName

func (x *DownloadFileRspBody) GetSaveFileName() string

func (*DownloadFileRspBody) GetSha

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

func (*DownloadFileRspBody) GetSha3

func (x *DownloadFileRspBody) GetSha3() []byte

func (*DownloadFileRspBody) ProtoMessage

func (*DownloadFileRspBody) ProtoMessage()

func (*DownloadFileRspBody) ProtoReflect

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

func (*DownloadFileRspBody) Reset

func (x *DownloadFileRspBody) Reset()

func (*DownloadFileRspBody) String

func (x *DownloadFileRspBody) String() string

type EACReqBody

type EACReqBody struct {
	GroupCode *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"`
	Seq       *uint32 `protobuf:"varint,2,opt,name=seq" json:"seq,omitempty"`
	Random    *uint32 `protobuf:"varint,3,opt,name=random" json:"random,omitempty"`
	// contains filtered or unexported fields
}

func (*EACReqBody) Descriptor deprecated

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

Deprecated: Use EACReqBody.ProtoReflect.Descriptor instead.

func (*EACReqBody) GetGroupCode

func (x *EACReqBody) GetGroupCode() uint64

func (*EACReqBody) GetRandom

func (x *EACReqBody) GetRandom() uint32

func (*EACReqBody) GetSeq

func (x *EACReqBody) GetSeq() uint32

func (*EACReqBody) ProtoMessage

func (*EACReqBody) ProtoMessage()

func (*EACReqBody) ProtoReflect

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

func (*EACReqBody) Reset

func (x *EACReqBody) Reset()

func (*EACReqBody) String

func (x *EACReqBody) String() string

type EACRspBody

type EACRspBody struct {
	Wording    *string `protobuf:"bytes,1,opt,name=wording" json:"wording,omitempty"`
	DigestUin  *uint64 `protobuf:"varint,2,opt,name=digestUin" json:"digestUin,omitempty"`
	DigestTime *uint32 `protobuf:"varint,3,opt,name=digestTime" json:"digestTime,omitempty"`
	//optional DigestMsg msg = 4;
	ErrorCode *uint32 `protobuf:"varint,10,opt,name=errorCode" json:"errorCode,omitempty"`
	// contains filtered or unexported fields
}

func (*EACRspBody) Descriptor deprecated

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

Deprecated: Use EACRspBody.ProtoReflect.Descriptor instead.

func (*EACRspBody) GetDigestTime

func (x *EACRspBody) GetDigestTime() uint32

func (*EACRspBody) GetDigestUin

func (x *EACRspBody) GetDigestUin() uint64

func (*EACRspBody) GetErrorCode

func (x *EACRspBody) GetErrorCode() uint32

func (*EACRspBody) GetWording

func (x *EACRspBody) GetWording() string

func (*EACRspBody) ProtoMessage

func (*EACRspBody) ProtoMessage()

func (*EACRspBody) ProtoReflect

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

func (*EACRspBody) Reset

func (x *EACRspBody) Reset()

func (*EACRspBody) String

func (x *EACRspBody) String() string

type FeedsReqBody

type FeedsReqBody struct {
	GroupCode     *uint64               `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"`
	AppId         *uint32               `protobuf:"varint,2,opt,name=appId" json:"appId,omitempty"`
	FeedsInfoList []*GroupFileFeedsInfo `protobuf:"bytes,3,rep,name=feedsInfoList" json:"feedsInfoList,omitempty"`
	MultiSendSeq  *uint32               `protobuf:"varint,4,opt,name=multiSendSeq" json:"multiSendSeq,omitempty"`
	// contains filtered or unexported fields
}

func (*FeedsReqBody) Descriptor deprecated

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

Deprecated: Use FeedsReqBody.ProtoReflect.Descriptor instead.

func (*FeedsReqBody) GetAppId

func (x *FeedsReqBody) GetAppId() uint32

func (*FeedsReqBody) GetFeedsInfoList

func (x *FeedsReqBody) GetFeedsInfoList() []*GroupFileFeedsInfo

func (*FeedsReqBody) GetGroupCode

func (x *FeedsReqBody) GetGroupCode() uint64

func (*FeedsReqBody) GetMultiSendSeq

func (x *FeedsReqBody) GetMultiSendSeq() uint32

func (*FeedsReqBody) ProtoMessage

func (*FeedsReqBody) ProtoMessage()

func (*FeedsReqBody) ProtoReflect

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

func (*FeedsReqBody) Reset

func (x *FeedsReqBody) Reset()

func (*FeedsReqBody) String

func (x *FeedsReqBody) String() string

type FeedsRspBody

type FeedsRspBody struct {
	RetCode       *int32  `protobuf:"varint,1,opt,name=retCode" json:"retCode,omitempty"`
	RetMsg        *string `protobuf:"bytes,2,opt,name=retMsg" json:"retMsg,omitempty"`
	ClientWording *string `protobuf:"bytes,3,opt,name=clientWording" json:"clientWording,omitempty"`
	//repeated C8639group_file_common.FeedsResult feedsResultList = 4;
	SvrbusyWaitTime *uint32 `protobuf:"varint,5,opt,name=svrbusyWaitTime" json:"svrbusyWaitTime,omitempty"`
	// contains filtered or unexported fields
}

func (*FeedsRspBody) Descriptor deprecated

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

Deprecated: Use FeedsRspBody.ProtoReflect.Descriptor instead.

func (*FeedsRspBody) GetClientWording

func (x *FeedsRspBody) GetClientWording() string

func (*FeedsRspBody) GetRetCode

func (x *FeedsRspBody) GetRetCode() int32

func (*FeedsRspBody) GetRetMsg

func (x *FeedsRspBody) GetRetMsg() string

func (*FeedsRspBody) GetSvrbusyWaitTime

func (x *FeedsRspBody) GetSvrbusyWaitTime() uint32

func (*FeedsRspBody) ProtoMessage

func (*FeedsRspBody) ProtoMessage()

func (*FeedsRspBody) ProtoReflect

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

func (*FeedsRspBody) Reset

func (x *FeedsRspBody) Reset()

func (*FeedsRspBody) String

func (x *FeedsRspBody) String() string

type FileTimeStamp

type FileTimeStamp struct {
	UploadTime *uint32 `protobuf:"varint,1,opt,name=uploadTime" json:"uploadTime,omitempty"`
	FileId     *string `protobuf:"bytes,2,opt,name=fileId" json:"fileId,omitempty"`
	// contains filtered or unexported fields
}

func (*FileTimeStamp) Descriptor deprecated

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

Deprecated: Use FileTimeStamp.ProtoReflect.Descriptor instead.

func (*FileTimeStamp) GetFileId

func (x *FileTimeStamp) GetFileId() string

func (*FileTimeStamp) GetUploadTime

func (x *FileTimeStamp) GetUploadTime() uint32

func (*FileTimeStamp) ProtoMessage

func (*FileTimeStamp) ProtoMessage()

func (*FileTimeStamp) ProtoReflect

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

func (*FileTimeStamp) Reset

func (x *FileTimeStamp) Reset()

func (*FileTimeStamp) String

func (x *FileTimeStamp) String() string

type GetFileCountReqBody

type GetFileCountReqBody struct {
	GroupCode *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"`
	AppId     *uint32 `protobuf:"varint,2,opt,name=appId" json:"appId,omitempty"`
	BusId     *uint32 `protobuf:"varint,3,opt,name=busId" json:"busId,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFileCountReqBody) Descriptor deprecated

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

Deprecated: Use GetFileCountReqBody.ProtoReflect.Descriptor instead.

func (*GetFileCountReqBody) GetAppId

func (x *GetFileCountReqBody) GetAppId() uint32

func (*GetFileCountReqBody) GetBusId

func (x *GetFileCountReqBody) GetBusId() uint32

func (*GetFileCountReqBody) GetGroupCode

func (x *GetFileCountReqBody) GetGroupCode() uint64

func (*GetFileCountReqBody) ProtoMessage

func (*GetFileCountReqBody) ProtoMessage()

func (*GetFileCountReqBody) ProtoReflect

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

func (*GetFileCountReqBody) Reset

func (x *GetFileCountReqBody) Reset()

func (*GetFileCountReqBody) String

func (x *GetFileCountReqBody) String() string

type GetFileCountRspBody

type GetFileCountRspBody struct {
	RetCode       *int32  `protobuf:"varint,1,opt,name=retCode" json:"retCode,omitempty"`
	RetMsg        *string `protobuf:"bytes,2,opt,name=retMsg" json:"retMsg,omitempty"`
	ClientWording *string `protobuf:"bytes,3,opt,name=clientWording" json:"clientWording,omitempty"`
	AllFileCount  *uint32 `protobuf:"varint,4,opt,name=allFileCount" json:"allFileCount,omitempty"`
	FileTooMany   *bool   `protobuf:"varint,5,opt,name=fileTooMany" json:"fileTooMany,omitempty"`
	LimitCount    *uint32 `protobuf:"varint,6,opt,name=limitCount" json:"limitCount,omitempty"`
	IsFull        *bool   `protobuf:"varint,7,opt,name=isFull" json:"isFull,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFileCountRspBody) Descriptor deprecated

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

Deprecated: Use GetFileCountRspBody.ProtoReflect.Descriptor instead.

func (*GetFileCountRspBody) GetAllFileCount

func (x *GetFileCountRspBody) GetAllFileCount() uint32

func (*GetFileCountRspBody) GetClientWording

func (x *GetFileCountRspBody) GetClientWording() string

func (*GetFileCountRspBody) GetFileTooMany

func (x *GetFileCountRspBody) GetFileTooMany() bool

func (*GetFileCountRspBody) GetIsFull

func (x *GetFileCountRspBody) GetIsFull() bool

func (*GetFileCountRspBody) GetLimitCount

func (x *GetFileCountRspBody) GetLimitCount() uint32

func (*GetFileCountRspBody) GetRetCode

func (x *GetFileCountRspBody) GetRetCode() int32

func (*GetFileCountRspBody) GetRetMsg

func (x *GetFileCountRspBody) GetRetMsg() string

func (*GetFileCountRspBody) ProtoMessage

func (*GetFileCountRspBody) ProtoMessage()

func (*GetFileCountRspBody) ProtoReflect

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

func (*GetFileCountRspBody) Reset

func (x *GetFileCountRspBody) Reset()

func (*GetFileCountRspBody) String

func (x *GetFileCountRspBody) String() string

type GetFileInfoReqBody

type GetFileInfoReqBody struct {
	GroupCode *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"`
	AppId     *uint32 `protobuf:"varint,2,opt,name=appId" json:"appId,omitempty"`
	BusId     *uint32 `protobuf:"varint,3,opt,name=busId" json:"busId,omitempty"`
	FileId    *string `protobuf:"bytes,4,opt,name=fileId" json:"fileId,omitempty"`
	FieldFlag *uint32 `protobuf:"varint,5,opt,name=fieldFlag" json:"fieldFlag,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFileInfoReqBody) Descriptor deprecated

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

Deprecated: Use GetFileInfoReqBody.ProtoReflect.Descriptor instead.

func (*GetFileInfoReqBody) GetAppId

func (x *GetFileInfoReqBody) GetAppId() uint32

func (*GetFileInfoReqBody) GetBusId

func (x *GetFileInfoReqBody) GetBusId() uint32

func (*GetFileInfoReqBody) GetFieldFlag

func (x *GetFileInfoReqBody) GetFieldFlag() uint32

func (*GetFileInfoReqBody) GetFileId

func (x *GetFileInfoReqBody) GetFileId() string

func (*GetFileInfoReqBody) GetGroupCode

func (x *GetFileInfoReqBody) GetGroupCode() uint64

func (*GetFileInfoReqBody) ProtoMessage

func (*GetFileInfoReqBody) ProtoMessage()

func (*GetFileInfoReqBody) ProtoReflect

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

func (*GetFileInfoReqBody) Reset

func (x *GetFileInfoReqBody) Reset()

func (*GetFileInfoReqBody) String

func (x *GetFileInfoReqBody) String() string

type GetFileInfoRspBody

type GetFileInfoRspBody struct {
	RetCode       *int32         `protobuf:"varint,1,opt,name=retCode" json:"retCode,omitempty"`
	RetMsg        *string        `protobuf:"bytes,2,opt,name=retMsg" json:"retMsg,omitempty"`
	ClientWording *string        `protobuf:"bytes,3,opt,name=clientWording" json:"clientWording,omitempty"`
	FileInfo      *GroupFileInfo `protobuf:"bytes,4,opt,name=fileInfo" json:"fileInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFileInfoRspBody) Descriptor deprecated

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

Deprecated: Use GetFileInfoRspBody.ProtoReflect.Descriptor instead.

func (*GetFileInfoRspBody) GetClientWording

func (x *GetFileInfoRspBody) GetClientWording() string

func (*GetFileInfoRspBody) GetFileInfo

func (x *GetFileInfoRspBody) GetFileInfo() *GroupFileInfo

func (*GetFileInfoRspBody) GetRetCode

func (x *GetFileInfoRspBody) GetRetCode() int32

func (*GetFileInfoRspBody) GetRetMsg

func (x *GetFileInfoRspBody) GetRetMsg() string

func (*GetFileInfoRspBody) ProtoMessage

func (*GetFileInfoRspBody) ProtoMessage()

func (*GetFileInfoRspBody) ProtoReflect

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

func (*GetFileInfoRspBody) Reset

func (x *GetFileInfoRspBody) Reset()

func (*GetFileInfoRspBody) String

func (x *GetFileInfoRspBody) String() string

type GetFileListReqBody

type GetFileListReqBody struct {
	GroupCode      *uint64        `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"`
	AppId          *uint32        `protobuf:"varint,2,opt,name=appId" json:"appId,omitempty"`
	FolderId       *string        `protobuf:"bytes,3,opt,name=folderId" json:"folderId,omitempty"`
	StartTimestamp *FileTimeStamp `protobuf:"bytes,4,opt,name=startTimestamp" json:"startTimestamp,omitempty"`
	FileCount      *uint32        `protobuf:"varint,5,opt,name=fileCount" json:"fileCount,omitempty"`
	MaxTimestamp   *FileTimeStamp `protobuf:"bytes,6,opt,name=maxTimestamp" json:"maxTimestamp,omitempty"`
	AllFileCount   *uint32        `protobuf:"varint,7,opt,name=allFileCount" json:"allFileCount,omitempty"`
	ReqFrom        *uint32        `protobuf:"varint,8,opt,name=reqFrom" json:"reqFrom,omitempty"`
	SortBy         *uint32        `protobuf:"varint,9,opt,name=sortBy" json:"sortBy,omitempty"`
	FilterCode     *uint32        `protobuf:"varint,10,opt,name=filterCode" json:"filterCode,omitempty"`
	Uin            *uint64        `protobuf:"varint,11,opt,name=uin" json:"uin,omitempty"`
	FieldFlag      *uint32        `protobuf:"varint,12,opt,name=fieldFlag" json:"fieldFlag,omitempty"`
	StartIndex     *uint32        `protobuf:"varint,13,opt,name=startIndex" json:"startIndex,omitempty"`
	Context        []byte         `protobuf:"bytes,14,opt,name=context" json:"context,omitempty"`
	ClientVersion  *uint32        `protobuf:"varint,15,opt,name=clientVersion" json:"clientVersion,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFileListReqBody) Descriptor deprecated

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

Deprecated: Use GetFileListReqBody.ProtoReflect.Descriptor instead.

func (*GetFileListReqBody) GetAllFileCount

func (x *GetFileListReqBody) GetAllFileCount() uint32

func (*GetFileListReqBody) GetAppId

func (x *GetFileListReqBody) GetAppId() uint32

func (*GetFileListReqBody) GetClientVersion

func (x *GetFileListReqBody) GetClientVersion() uint32

func (*GetFileListReqBody) GetContext

func (x *GetFileListReqBody) GetContext() []byte

func (*GetFileListReqBody) GetFieldFlag

func (x *GetFileListReqBody) GetFieldFlag() uint32

func (*GetFileListReqBody) GetFileCount

func (x *GetFileListReqBody) GetFileCount() uint32

func (*GetFileListReqBody) GetFilterCode

func (x *GetFileListReqBody) GetFilterCode() uint32

func (*GetFileListReqBody) GetFolderId

func (x *GetFileListReqBody) GetFolderId() string

func (*GetFileListReqBody) GetGroupCode

func (x *GetFileListReqBody) GetGroupCode() uint64

func (*GetFileListReqBody) GetMaxTimestamp

func (x *GetFileListReqBody) GetMaxTimestamp() *FileTimeStamp

func (*GetFileListReqBody) GetReqFrom

func (x *GetFileListReqBody) GetReqFrom() uint32

func (*GetFileListReqBody) GetSortBy

func (x *GetFileListReqBody) GetSortBy() uint32

func (*GetFileListReqBody) GetStartIndex

func (x *GetFileListReqBody) GetStartIndex() uint32

func (*GetFileListReqBody) GetStartTimestamp

func (x *GetFileListReqBody) GetStartTimestamp() *FileTimeStamp

func (*GetFileListReqBody) GetUin

func (x *GetFileListReqBody) GetUin() uint64

func (*GetFileListReqBody) ProtoMessage

func (*GetFileListReqBody) ProtoMessage()

func (*GetFileListReqBody) ProtoReflect

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

func (*GetFileListReqBody) Reset

func (x *GetFileListReqBody) Reset()

func (*GetFileListReqBody) String

func (x *GetFileListReqBody) String() string

type GetFileListRspBody

type GetFileListRspBody struct {
	RetCode       *int32                     `protobuf:"varint,1,opt,name=retCode" json:"retCode,omitempty"`
	RetMsg        *string                    `protobuf:"bytes,2,opt,name=retMsg" json:"retMsg,omitempty"`
	ClientWording *string                    `protobuf:"bytes,3,opt,name=clientWording" json:"clientWording,omitempty"`
	IsEnd         *bool                      `protobuf:"varint,4,opt,name=isEnd" json:"isEnd,omitempty"`
	ItemList      []*GetFileListRspBody_Item `protobuf:"bytes,5,rep,name=itemList" json:"itemList,omitempty"`
	MaxTimestamp  *FileTimeStamp             `protobuf:"bytes,6,opt,name=maxTimestamp" json:"maxTimestamp,omitempty"`
	AllFileCount  *uint32                    `protobuf:"varint,7,opt,name=allFileCount" json:"allFileCount,omitempty"`
	FilterCode    *uint32                    `protobuf:"varint,8,opt,name=filterCode" json:"filterCode,omitempty"`
	SafeCheckFlag *bool                      `protobuf:"varint,11,opt,name=safeCheckFlag" json:"safeCheckFlag,omitempty"`
	SafeCheckRes  *uint32                    `protobuf:"varint,12,opt,name=safeCheckRes" json:"safeCheckRes,omitempty"`
	NextIndex     *uint32                    `protobuf:"varint,13,opt,name=nextIndex" json:"nextIndex,omitempty"`
	Context       []byte                     `protobuf:"bytes,14,opt,name=context" json:"context,omitempty"`
	Role          *uint32                    `protobuf:"varint,15,opt,name=role" json:"role,omitempty"`
	OpenFlag      *uint32                    `protobuf:"varint,16,opt,name=openFlag" json:"openFlag,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFileListRspBody) Descriptor deprecated

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

Deprecated: Use GetFileListRspBody.ProtoReflect.Descriptor instead.

func (*GetFileListRspBody) GetAllFileCount

func (x *GetFileListRspBody) GetAllFileCount() uint32

func (*GetFileListRspBody) GetClientWording

func (x *GetFileListRspBody) GetClientWording() string

func (*GetFileListRspBody) GetContext

func (x *GetFileListRspBody) GetContext() []byte

func (*GetFileListRspBody) GetFilterCode

func (x *GetFileListRspBody) GetFilterCode() uint32

func (*GetFileListRspBody) GetIsEnd

func (x *GetFileListRspBody) GetIsEnd() bool

func (*GetFileListRspBody) GetItemList

func (x *GetFileListRspBody) GetItemList() []*GetFileListRspBody_Item

func (*GetFileListRspBody) GetMaxTimestamp

func (x *GetFileListRspBody) GetMaxTimestamp() *FileTimeStamp

func (*GetFileListRspBody) GetNextIndex

func (x *GetFileListRspBody) GetNextIndex() uint32

func (*GetFileListRspBody) GetOpenFlag

func (x *GetFileListRspBody) GetOpenFlag() uint32

func (*GetFileListRspBody) GetRetCode

func (x *GetFileListRspBody) GetRetCode() int32

func (*GetFileListRspBody) GetRetMsg

func (x *GetFileListRspBody) GetRetMsg() string

func (*GetFileListRspBody) GetRole

func (x *GetFileListRspBody) GetRole() uint32

func (*GetFileListRspBody) GetSafeCheckFlag

func (x *GetFileListRspBody) GetSafeCheckFlag() bool

func (*GetFileListRspBody) GetSafeCheckRes

func (x *GetFileListRspBody) GetSafeCheckRes() uint32

func (*GetFileListRspBody) ProtoMessage

func (*GetFileListRspBody) ProtoMessage()

func (*GetFileListRspBody) ProtoReflect

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

func (*GetFileListRspBody) Reset

func (x *GetFileListRspBody) Reset()

func (*GetFileListRspBody) String

func (x *GetFileListRspBody) String() string

type GetFileListRspBody_Item

type GetFileListRspBody_Item struct {
	Type       *uint32          `protobuf:"varint,1,opt,name=type" json:"type,omitempty"`
	FolderInfo *GroupFolderInfo `protobuf:"bytes,2,opt,name=folderInfo" json:"folderInfo,omitempty"`
	FileInfo   *GroupFileInfo   `protobuf:"bytes,3,opt,name=fileInfo" json:"fileInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFileListRspBody_Item) Descriptor deprecated

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

Deprecated: Use GetFileListRspBody_Item.ProtoReflect.Descriptor instead.

func (*GetFileListRspBody_Item) GetFileInfo

func (x *GetFileListRspBody_Item) GetFileInfo() *GroupFileInfo

func (*GetFileListRspBody_Item) GetFolderInfo

func (x *GetFileListRspBody_Item) GetFolderInfo() *GroupFolderInfo

func (*GetFileListRspBody_Item) GetType

func (x *GetFileListRspBody_Item) GetType() uint32

func (*GetFileListRspBody_Item) ProtoMessage

func (*GetFileListRspBody_Item) ProtoMessage()

func (*GetFileListRspBody_Item) ProtoReflect

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

func (*GetFileListRspBody_Item) Reset

func (x *GetFileListRspBody_Item) Reset()

func (*GetFileListRspBody_Item) String

func (x *GetFileListRspBody_Item) String() string

type GetSpaceReqBody

type GetSpaceReqBody struct {
	GroupCode *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"`
	AppId     *uint32 `protobuf:"varint,2,opt,name=appId" json:"appId,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSpaceReqBody) Descriptor deprecated

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

Deprecated: Use GetSpaceReqBody.ProtoReflect.Descriptor instead.

func (*GetSpaceReqBody) GetAppId

func (x *GetSpaceReqBody) GetAppId() uint32

func (*GetSpaceReqBody) GetGroupCode

func (x *GetSpaceReqBody) GetGroupCode() uint64

func (*GetSpaceReqBody) ProtoMessage

func (*GetSpaceReqBody) ProtoMessage()

func (*GetSpaceReqBody) ProtoReflect

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

func (*GetSpaceReqBody) Reset

func (x *GetSpaceReqBody) Reset()

func (*GetSpaceReqBody) String

func (x *GetSpaceReqBody) String() string

type GetSpaceRspBody

type GetSpaceRspBody struct {
	RetCode       *int32  `protobuf:"varint,1,opt,name=retCode" json:"retCode,omitempty"`
	RetMsg        *string `protobuf:"bytes,2,opt,name=retMsg" json:"retMsg,omitempty"`
	ClientWording *string `protobuf:"bytes,3,opt,name=clientWording" json:"clientWording,omitempty"`
	TotalSpace    *uint64 `protobuf:"varint,4,opt,name=totalSpace" json:"totalSpace,omitempty"`
	UsedSpace     *uint64 `protobuf:"varint,5,opt,name=usedSpace" json:"usedSpace,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSpaceRspBody) Descriptor deprecated

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

Deprecated: Use GetSpaceRspBody.ProtoReflect.Descriptor instead.

func (*GetSpaceRspBody) GetClientWording

func (x *GetSpaceRspBody) GetClientWording() string

func (*GetSpaceRspBody) GetRetCode

func (x *GetSpaceRspBody) GetRetCode() int32

func (*GetSpaceRspBody) GetRetMsg

func (x *GetSpaceRspBody) GetRetMsg() string

func (*GetSpaceRspBody) GetTotalSpace

func (x *GetSpaceRspBody) GetTotalSpace() uint64

func (*GetSpaceRspBody) GetUsedSpace

func (x *GetSpaceRspBody) GetUsedSpace() uint64

func (*GetSpaceRspBody) ProtoMessage

func (*GetSpaceRspBody) ProtoMessage()

func (*GetSpaceRspBody) ProtoReflect

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

func (*GetSpaceRspBody) Reset

func (x *GetSpaceRspBody) Reset()

func (*GetSpaceRspBody) String

func (x *GetSpaceRspBody) String() string

type GroupFileFeedsInfo

type GroupFileFeedsInfo struct {
	BusId     *uint32 `protobuf:"varint,1,opt,name=busId" json:"busId,omitempty"`
	FileId    *string `protobuf:"bytes,2,opt,name=fileId" json:"fileId,omitempty"`
	MsgRandom *uint32 `protobuf:"varint,3,opt,name=msgRandom" json:"msgRandom,omitempty"`
	Ext       []byte  `protobuf:"bytes,4,opt,name=ext" json:"ext,omitempty"`
	FeedFlag  *uint32 `protobuf:"varint,5,opt,name=feedFlag" json:"feedFlag,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupFileFeedsInfo) Descriptor deprecated

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

Deprecated: Use GroupFileFeedsInfo.ProtoReflect.Descriptor instead.

func (*GroupFileFeedsInfo) GetBusId

func (x *GroupFileFeedsInfo) GetBusId() uint32

func (*GroupFileFeedsInfo) GetExt

func (x *GroupFileFeedsInfo) GetExt() []byte

func (*GroupFileFeedsInfo) GetFeedFlag

func (x *GroupFileFeedsInfo) GetFeedFlag() uint32

func (*GroupFileFeedsInfo) GetFileId

func (x *GroupFileFeedsInfo) GetFileId() string

func (*GroupFileFeedsInfo) GetMsgRandom

func (x *GroupFileFeedsInfo) GetMsgRandom() uint32

func (*GroupFileFeedsInfo) ProtoMessage

func (*GroupFileFeedsInfo) ProtoMessage()

func (*GroupFileFeedsInfo) ProtoReflect

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

func (*GroupFileFeedsInfo) Reset

func (x *GroupFileFeedsInfo) Reset()

func (*GroupFileFeedsInfo) String

func (x *GroupFileFeedsInfo) String() string

type GroupFileInfo

type GroupFileInfo struct {
	FileId         *string `protobuf:"bytes,1,opt,name=fileId" json:"fileId,omitempty"`
	FileName       *string `protobuf:"bytes,2,opt,name=fileName" json:"fileName,omitempty"`
	FileSize       *uint64 `protobuf:"varint,3,opt,name=fileSize" json:"fileSize,omitempty"`
	BusId          *uint32 `protobuf:"varint,4,opt,name=busId" json:"busId,omitempty"`
	UploadedSize   *uint64 `protobuf:"varint,5,opt,name=uploadedSize" json:"uploadedSize,omitempty"`
	UploadTime     *uint32 `protobuf:"varint,6,opt,name=uploadTime" json:"uploadTime,omitempty"`
	DeadTime       *uint32 `protobuf:"varint,7,opt,name=deadTime" json:"deadTime,omitempty"`
	ModifyTime     *uint32 `protobuf:"varint,8,opt,name=modifyTime" json:"modifyTime,omitempty"`
	DownloadTimes  *uint32 `protobuf:"varint,9,opt,name=downloadTimes" json:"downloadTimes,omitempty"`
	Sha            []byte  `protobuf:"bytes,10,opt,name=sha" json:"sha,omitempty"`
	Sha3           []byte  `protobuf:"bytes,11,opt,name=sha3" json:"sha3,omitempty"`
	Md5            []byte  `protobuf:"bytes,12,opt,name=md5" json:"md5,omitempty"`
	LocalPath      *string `protobuf:"bytes,13,opt,name=localPath" json:"localPath,omitempty"`
	UploaderName   *string `protobuf:"bytes,14,opt,name=uploaderName" json:"uploaderName,omitempty"`
	UploaderUin    *uint64 `protobuf:"varint,15,opt,name=uploaderUin" json:"uploaderUin,omitempty"`
	ParentFolderId *string `protobuf:"bytes,16,opt,name=parentFolderId" json:"parentFolderId,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupFileInfo) Descriptor deprecated

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

Deprecated: Use GroupFileInfo.ProtoReflect.Descriptor instead.

func (*GroupFileInfo) GetBusId

func (x *GroupFileInfo) GetBusId() uint32

func (*GroupFileInfo) GetDeadTime

func (x *GroupFileInfo) GetDeadTime() uint32

func (*GroupFileInfo) GetDownloadTimes

func (x *GroupFileInfo) GetDownloadTimes() uint32

func (*GroupFileInfo) GetFileId

func (x *GroupFileInfo) GetFileId() string

func (*GroupFileInfo) GetFileName

func (x *GroupFileInfo) GetFileName() string

func (*GroupFileInfo) GetFileSize

func (x *GroupFileInfo) GetFileSize() uint64

func (*GroupFileInfo) GetLocalPath

func (x *GroupFileInfo) GetLocalPath() string

func (*GroupFileInfo) GetMd5

func (x *GroupFileInfo) GetMd5() []byte

func (*GroupFileInfo) GetModifyTime

func (x *GroupFileInfo) GetModifyTime() uint32

func (*GroupFileInfo) GetParentFolderId

func (x *GroupFileInfo) GetParentFolderId() string

func (*GroupFileInfo) GetSha

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

func (*GroupFileInfo) GetSha3

func (x *GroupFileInfo) GetSha3() []byte

func (*GroupFileInfo) GetUploadTime

func (x *GroupFileInfo) GetUploadTime() uint32

func (*GroupFileInfo) GetUploadedSize

func (x *GroupFileInfo) GetUploadedSize() uint64

func (*GroupFileInfo) GetUploaderName

func (x *GroupFileInfo) GetUploaderName() string

func (*GroupFileInfo) GetUploaderUin

func (x *GroupFileInfo) GetUploaderUin() uint64

func (*GroupFileInfo) ProtoMessage

func (*GroupFileInfo) ProtoMessage()

func (*GroupFileInfo) ProtoReflect

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

func (*GroupFileInfo) Reset

func (x *GroupFileInfo) Reset()

func (*GroupFileInfo) String

func (x *GroupFileInfo) String() string

type GroupFolderInfo

type GroupFolderInfo struct {
	FolderId       *string `protobuf:"bytes,1,opt,name=folderId" json:"folderId,omitempty"`
	ParentFolderId *string `protobuf:"bytes,2,opt,name=parentFolderId" json:"parentFolderId,omitempty"`
	FolderName     *string `protobuf:"bytes,3,opt,name=folderName" json:"folderName,omitempty"`
	CreateTime     *uint32 `protobuf:"varint,4,opt,name=createTime" json:"createTime,omitempty"`
	ModifyTime     *uint32 `protobuf:"varint,5,opt,name=modifyTime" json:"modifyTime,omitempty"`
	CreateUin      *uint64 `protobuf:"varint,6,opt,name=createUin" json:"createUin,omitempty"`
	CreatorName    *string `protobuf:"bytes,7,opt,name=creatorName" json:"creatorName,omitempty"`
	TotalFileCount *uint32 `protobuf:"varint,8,opt,name=totalFileCount" json:"totalFileCount,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupFolderInfo) Descriptor deprecated

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

Deprecated: Use GroupFolderInfo.ProtoReflect.Descriptor instead.

func (*GroupFolderInfo) GetCreateTime

func (x *GroupFolderInfo) GetCreateTime() uint32

func (*GroupFolderInfo) GetCreateUin

func (x *GroupFolderInfo) GetCreateUin() uint64

func (*GroupFolderInfo) GetCreatorName

func (x *GroupFolderInfo) GetCreatorName() string

func (*GroupFolderInfo) GetFolderId

func (x *GroupFolderInfo) GetFolderId() string

func (*GroupFolderInfo) GetFolderName

func (x *GroupFolderInfo) GetFolderName() string

func (*GroupFolderInfo) GetModifyTime

func (x *GroupFolderInfo) GetModifyTime() uint32

func (*GroupFolderInfo) GetParentFolderId

func (x *GroupFolderInfo) GetParentFolderId() string

func (*GroupFolderInfo) GetTotalFileCount

func (x *GroupFolderInfo) GetTotalFileCount() uint32

func (*GroupFolderInfo) ProtoMessage

func (*GroupFolderInfo) ProtoMessage()

func (*GroupFolderInfo) ProtoReflect

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

func (*GroupFolderInfo) Reset

func (x *GroupFolderInfo) Reset()

func (*GroupFolderInfo) String

func (x *GroupFolderInfo) String() string

type Language

type Language struct {
	Language     string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	LanguageDesc string `protobuf:"bytes,2,opt,name=languageDesc,proto3" json:"languageDesc,omitempty"`
	// contains filtered or unexported fields
}

func (*Language) Descriptor deprecated

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

Deprecated: Use Language.ProtoReflect.Descriptor instead.

func (*Language) GetLanguage

func (x *Language) GetLanguage() string

func (*Language) GetLanguageDesc

func (x *Language) GetLanguageDesc() string

func (*Language) ProtoMessage

func (*Language) ProtoMessage()

func (*Language) ProtoReflect

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

func (*Language) Reset

func (x *Language) Reset()

func (*Language) String

func (x *Language) String() string

type LifeAchievementItem

type LifeAchievementItem struct {
	AchievementId      *uint32 `protobuf:"varint,1,opt,name=achievementId" json:"achievementId,omitempty"`
	AchievementTitle   *string `protobuf:"bytes,2,opt,name=achievementTitle" json:"achievementTitle,omitempty"`
	AchievementIcon    *string `protobuf:"bytes,3,opt,name=achievementIcon" json:"achievementIcon,omitempty"`
	HasPraised         *bool   `protobuf:"varint,4,opt,name=hasPraised" json:"hasPraised,omitempty"`
	PraiseNum          *uint32 `protobuf:"varint,5,opt,name=praiseNum" json:"praiseNum,omitempty"`
	AchievementContent []byte  `protobuf:"bytes,6,opt,name=achievementContent" json:"achievementContent,omitempty"`
	// contains filtered or unexported fields
}

func (*LifeAchievementItem) Descriptor deprecated

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

Deprecated: Use LifeAchievementItem.ProtoReflect.Descriptor instead.

func (*LifeAchievementItem) GetAchievementContent

func (x *LifeAchievementItem) GetAchievementContent() []byte

func (*LifeAchievementItem) GetAchievementIcon

func (x *LifeAchievementItem) GetAchievementIcon() string

func (*LifeAchievementItem) GetAchievementId

func (x *LifeAchievementItem) GetAchievementId() uint32

func (*LifeAchievementItem) GetAchievementTitle

func (x *LifeAchievementItem) GetAchievementTitle() string

func (*LifeAchievementItem) GetHasPraised

func (x *LifeAchievementItem) GetHasPraised() bool

func (*LifeAchievementItem) GetPraiseNum

func (x *LifeAchievementItem) GetPraiseNum() uint32

func (*LifeAchievementItem) ProtoMessage

func (*LifeAchievementItem) ProtoMessage()

func (*LifeAchievementItem) ProtoReflect

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

func (*LifeAchievementItem) Reset

func (x *LifeAchievementItem) Reset()

func (*LifeAchievementItem) String

func (x *LifeAchievementItem) String() string

type Memory

type Memory struct {
	Total   *uint64 `protobuf:"varint,1,opt,name=total" json:"total,omitempty"`
	Process *uint64 `protobuf:"varint,2,opt,name=process" json:"process,omitempty"`
	// contains filtered or unexported fields
}

func (*Memory) Descriptor deprecated

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

Deprecated: Use Memory.ProtoReflect.Descriptor instead.

func (*Memory) GetProcess

func (x *Memory) GetProcess() uint64

func (*Memory) GetTotal

func (x *Memory) GetTotal() uint64

func (*Memory) ProtoMessage

func (*Memory) ProtoMessage()

func (*Memory) ProtoReflect

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

func (*Memory) Reset

func (x *Memory) Reset()

func (*Memory) String

func (x *Memory) String() string

type MoveFileReqBody

type MoveFileReqBody struct {
	GroupCode      int64  `protobuf:"varint,1,opt,name=groupCode,proto3" json:"groupCode,omitempty"`
	AppId          int32  `protobuf:"varint,2,opt,name=appId,proto3" json:"appId,omitempty"`
	BusId          int32  `protobuf:"varint,3,opt,name=busId,proto3" json:"busId,omitempty"`
	FileId         string `protobuf:"bytes,4,opt,name=fileId,proto3" json:"fileId,omitempty"`
	ParentFolderId string `protobuf:"bytes,5,opt,name=parentFolderId,proto3" json:"parentFolderId,omitempty"`
	DestFolderId   string `protobuf:"bytes,6,opt,name=destFolderId,proto3" json:"destFolderId,omitempty"`
	// contains filtered or unexported fields
}

func (*MoveFileReqBody) Descriptor deprecated

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

Deprecated: Use MoveFileReqBody.ProtoReflect.Descriptor instead.

func (*MoveFileReqBody) GetAppId

func (x *MoveFileReqBody) GetAppId() int32

func (*MoveFileReqBody) GetBusId

func (x *MoveFileReqBody) GetBusId() int32

func (*MoveFileReqBody) GetDestFolderId

func (x *MoveFileReqBody) GetDestFolderId() string

func (*MoveFileReqBody) GetFileId

func (x *MoveFileReqBody) GetFileId() string

func (*MoveFileReqBody) GetGroupCode

func (x *MoveFileReqBody) GetGroupCode() int64

func (*MoveFileReqBody) GetParentFolderId

func (x *MoveFileReqBody) GetParentFolderId() string

func (*MoveFileReqBody) ProtoMessage

func (*MoveFileReqBody) ProtoMessage()

func (*MoveFileReqBody) ProtoReflect

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

func (*MoveFileReqBody) Reset

func (x *MoveFileReqBody) Reset()

func (*MoveFileReqBody) String

func (x *MoveFileReqBody) String() string

type MoveFileRspBody

type MoveFileRspBody struct {
	RetCode        int32  `protobuf:"varint,1,opt,name=retCode,proto3" json:"retCode,omitempty"`
	RetMsg         string `protobuf:"bytes,2,opt,name=retMsg,proto3" json:"retMsg,omitempty"`
	ClientWording  string `protobuf:"bytes,3,opt,name=clientWording,proto3" json:"clientWording,omitempty"`
	ParentFolderId string `protobuf:"bytes,4,opt,name=parentFolderId,proto3" json:"parentFolderId,omitempty"`
	// contains filtered or unexported fields
}

func (*MoveFileRspBody) Descriptor deprecated

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

Deprecated: Use MoveFileRspBody.ProtoReflect.Descriptor instead.

func (*MoveFileRspBody) GetClientWording

func (x *MoveFileRspBody) GetClientWording() string

func (*MoveFileRspBody) GetParentFolderId

func (x *MoveFileRspBody) GetParentFolderId() string

func (*MoveFileRspBody) GetRetCode

func (x *MoveFileRspBody) GetRetCode() int32

func (*MoveFileRspBody) GetRetMsg

func (x *MoveFileRspBody) GetRetMsg() string

func (*MoveFileRspBody) ProtoMessage

func (*MoveFileRspBody) ProtoMessage()

func (*MoveFileRspBody) ProtoReflect

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

func (*MoveFileRspBody) Reset

func (x *MoveFileRspBody) Reset()

func (*MoveFileRspBody) String

func (x *MoveFileRspBody) String() string

type MoveFolderReqBody

type MoveFolderReqBody struct {
	GroupCode      *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"`
	AppId          *uint32 `protobuf:"varint,2,opt,name=appId" json:"appId,omitempty"`
	FolderId       *string `protobuf:"bytes,3,opt,name=folderId" json:"folderId,omitempty"`
	ParentFolderId *string `protobuf:"bytes,4,opt,name=parentFolderId" json:"parentFolderId,omitempty"`
	DestFolderId   *string `protobuf:"bytes,5,opt,name=destFolderId" json:"destFolderId,omitempty"`
	// contains filtered or unexported fields
}

func (*MoveFolderReqBody) Descriptor deprecated

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

Deprecated: Use MoveFolderReqBody.ProtoReflect.Descriptor instead.

func (*MoveFolderReqBody) GetAppId

func (x *MoveFolderReqBody) GetAppId() uint32

func (*MoveFolderReqBody) GetDestFolderId

func (x *MoveFolderReqBody) GetDestFolderId() string

func (*MoveFolderReqBody) GetFolderId

func (x *MoveFolderReqBody) GetFolderId() string

func (*MoveFolderReqBody) GetGroupCode

func (x *MoveFolderReqBody) GetGroupCode() uint64

func (*MoveFolderReqBody) GetParentFolderId

func (x *MoveFolderReqBody) GetParentFolderId() string

func (*MoveFolderReqBody) ProtoMessage

func (*MoveFolderReqBody) ProtoMessage()

func (*MoveFolderReqBody) ProtoReflect

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

func (*MoveFolderReqBody) Reset

func (x *MoveFolderReqBody) Reset()

func (*MoveFolderReqBody) String

func (x *MoveFolderReqBody) String() string

type MoveFolderRspBody

type MoveFolderRspBody struct {
	RetCode       *int32  `protobuf:"varint,1,opt,name=retCode" json:"retCode,omitempty"`
	RetMsg        *string `protobuf:"bytes,2,opt,name=retMsg" json:"retMsg,omitempty"`
	ClientWording *string `protobuf:"bytes,3,opt,name=clientWording" json:"clientWording,omitempty"` // optional group_file_common.FolderInfo folderInfo = 4;
	// contains filtered or unexported fields
}

func (*MoveFolderRspBody) Descriptor deprecated

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

Deprecated: Use MoveFolderRspBody.ProtoReflect.Descriptor instead.

func (*MoveFolderRspBody) GetClientWording

func (x *MoveFolderRspBody) GetClientWording() string

func (*MoveFolderRspBody) GetRetCode

func (x *MoveFolderRspBody) GetRetCode() int32

func (*MoveFolderRspBody) GetRetMsg

func (x *MoveFolderRspBody) GetRetMsg() string

func (*MoveFolderRspBody) ProtoMessage

func (*MoveFolderRspBody) ProtoMessage()

func (*MoveFolderRspBody) ProtoReflect

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

func (*MoveFolderRspBody) Reset

func (x *MoveFolderRspBody) Reset()

func (*MoveFolderRspBody) String

func (x *MoveFolderRspBody) String() string

type OCRReqBody

type OCRReqBody struct {
	ImageUrl              string `protobuf:"bytes,1,opt,name=imageUrl,proto3" json:"imageUrl,omitempty"`
	LanguageType          string `protobuf:"bytes,2,opt,name=languageType,proto3" json:"languageType,omitempty"`
	Scene                 string `protobuf:"bytes,3,opt,name=scene,proto3" json:"scene,omitempty"`
	OriginMd5             string `protobuf:"bytes,10,opt,name=originMd5,proto3" json:"originMd5,omitempty"`
	AfterCompressMd5      string `protobuf:"bytes,11,opt,name=afterCompressMd5,proto3" json:"afterCompressMd5,omitempty"`
	AfterCompressFileSize int32  `protobuf:"varint,12,opt,name=afterCompressFileSize,proto3" json:"afterCompressFileSize,omitempty"`
	AfterCompressWeight   int32  `protobuf:"varint,13,opt,name=afterCompressWeight,proto3" json:"afterCompressWeight,omitempty"`
	AfterCompressHeight   int32  `protobuf:"varint,14,opt,name=afterCompressHeight,proto3" json:"afterCompressHeight,omitempty"`
	IsCut                 bool   `protobuf:"varint,15,opt,name=isCut,proto3" json:"isCut,omitempty"`
	// contains filtered or unexported fields
}

func (*OCRReqBody) Descriptor deprecated

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

Deprecated: Use OCRReqBody.ProtoReflect.Descriptor instead.

func (*OCRReqBody) GetAfterCompressFileSize

func (x *OCRReqBody) GetAfterCompressFileSize() int32

func (*OCRReqBody) GetAfterCompressHeight

func (x *OCRReqBody) GetAfterCompressHeight() int32

func (*OCRReqBody) GetAfterCompressMd5

func (x *OCRReqBody) GetAfterCompressMd5() string

func (*OCRReqBody) GetAfterCompressWeight

func (x *OCRReqBody) GetAfterCompressWeight() int32

func (*OCRReqBody) GetImageUrl

func (x *OCRReqBody) GetImageUrl() string

func (*OCRReqBody) GetIsCut

func (x *OCRReqBody) GetIsCut() bool

func (*OCRReqBody) GetLanguageType

func (x *OCRReqBody) GetLanguageType() string

func (*OCRReqBody) GetOriginMd5

func (x *OCRReqBody) GetOriginMd5() string

func (*OCRReqBody) GetScene

func (x *OCRReqBody) GetScene() string

func (*OCRReqBody) ProtoMessage

func (*OCRReqBody) ProtoMessage()

func (*OCRReqBody) ProtoReflect

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

func (*OCRReqBody) Reset

func (x *OCRReqBody) Reset()

func (*OCRReqBody) String

func (x *OCRReqBody) String() string

type OCRRspBody

type OCRRspBody struct {
	TextDetections           []*TextDetection `protobuf:"bytes,1,rep,name=textDetections,proto3" json:"textDetections,omitempty"`
	Language                 string           `protobuf:"bytes,2,opt,name=language,proto3" json:"language,omitempty"`
	RequestId                string           `protobuf:"bytes,3,opt,name=requestId,proto3" json:"requestId,omitempty"`
	OcrLanguageList          []string         `protobuf:"bytes,101,rep,name=ocrLanguageList,proto3" json:"ocrLanguageList,omitempty"`
	DstTranslateLanguageList []string         `protobuf:"bytes,102,rep,name=dstTranslateLanguageList,proto3" json:"dstTranslateLanguageList,omitempty"`
	LanguageList             []*Language      `protobuf:"bytes,103,rep,name=languageList,proto3" json:"languageList,omitempty"`
	AfterCompressWeight      int32            `protobuf:"varint,111,opt,name=afterCompressWeight,proto3" json:"afterCompressWeight,omitempty"`
	AfterCompressHeight      int32            `protobuf:"varint,112,opt,name=afterCompressHeight,proto3" json:"afterCompressHeight,omitempty"`
	// contains filtered or unexported fields
}

func (*OCRRspBody) Descriptor deprecated

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

Deprecated: Use OCRRspBody.ProtoReflect.Descriptor instead.

func (*OCRRspBody) GetAfterCompressHeight

func (x *OCRRspBody) GetAfterCompressHeight() int32

func (*OCRRspBody) GetAfterCompressWeight

func (x *OCRRspBody) GetAfterCompressWeight() int32

func (*OCRRspBody) GetDstTranslateLanguageList

func (x *OCRRspBody) GetDstTranslateLanguageList() []string

func (*OCRRspBody) GetLanguage

func (x *OCRRspBody) GetLanguage() string

func (*OCRRspBody) GetLanguageList

func (x *OCRRspBody) GetLanguageList() []*Language

func (*OCRRspBody) GetOcrLanguageList

func (x *OCRRspBody) GetOcrLanguageList() []string

func (*OCRRspBody) GetRequestId

func (x *OCRRspBody) GetRequestId() string

func (*OCRRspBody) GetTextDetections

func (x *OCRRspBody) GetTextDetections() []*TextDetection

func (*OCRRspBody) ProtoMessage

func (*OCRRspBody) ProtoMessage()

func (*OCRRspBody) ProtoReflect

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

func (*OCRRspBody) Reset

func (x *OCRRspBody) Reset()

func (*OCRRspBody) String

func (x *OCRRspBody) String() string

type OIDBSSOPkg

type OIDBSSOPkg struct {
	Command       int32  `protobuf:"varint,1,opt,name=command,proto3" json:"command,omitempty"`
	ServiceType   int32  `protobuf:"varint,2,opt,name=serviceType,proto3" json:"serviceType,omitempty"`
	Result        int32  `protobuf:"varint,3,opt,name=result,proto3" json:"result,omitempty"`
	Bodybuffer    []byte `protobuf:"bytes,4,opt,name=bodybuffer,proto3" json:"bodybuffer,omitempty"`
	ErrorMsg      string `protobuf:"bytes,5,opt,name=errorMsg,proto3" json:"errorMsg,omitempty"`
	ClientVersion string `protobuf:"bytes,6,opt,name=clientVersion,proto3" json:"clientVersion,omitempty"`
	// contains filtered or unexported fields
}

func (*OIDBSSOPkg) Descriptor deprecated

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

Deprecated: Use OIDBSSOPkg.ProtoReflect.Descriptor instead.

func (*OIDBSSOPkg) GetBodybuffer

func (x *OIDBSSOPkg) GetBodybuffer() []byte

func (*OIDBSSOPkg) GetClientVersion

func (x *OIDBSSOPkg) GetClientVersion() string

func (*OIDBSSOPkg) GetCommand

func (x *OIDBSSOPkg) GetCommand() int32

func (*OIDBSSOPkg) GetErrorMsg

func (x *OIDBSSOPkg) GetErrorMsg() string

func (*OIDBSSOPkg) GetResult

func (x *OIDBSSOPkg) GetResult() int32

func (*OIDBSSOPkg) GetServiceType

func (x *OIDBSSOPkg) GetServiceType() int32

func (*OIDBSSOPkg) ProtoMessage

func (*OIDBSSOPkg) ProtoMessage()

func (*OIDBSSOPkg) ProtoReflect

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

func (*OIDBSSOPkg) Reset

func (x *OIDBSSOPkg) Reset()

func (*OIDBSSOPkg) String

func (x *OIDBSSOPkg) String() string

type Polygon

type Polygon struct {
	Coordinates []*Coordinate `protobuf:"bytes,1,rep,name=coordinates,proto3" json:"coordinates,omitempty"`
	// contains filtered or unexported fields
}

func (*Polygon) Descriptor deprecated

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

Deprecated: Use Polygon.ProtoReflect.Descriptor instead.

func (*Polygon) GetCoordinates

func (x *Polygon) GetCoordinates() []*Coordinate

func (*Polygon) ProtoMessage

func (*Polygon) ProtoMessage()

func (*Polygon) ProtoReflect

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

func (*Polygon) Reset

func (x *Polygon) Reset()

func (*Polygon) String

func (x *Polygon) String() string

type Praise

type Praise struct {
	FromUin  *uint64 `protobuf:"varint,1,opt,name=fromUin" json:"fromUin,omitempty"`
	ToUin    *uint64 `protobuf:"varint,2,opt,name=toUin" json:"toUin,omitempty"`
	Time     *uint64 `protobuf:"varint,3,opt,name=time" json:"time,omitempty"`
	FromNick *string `protobuf:"bytes,4,opt,name=fromNick" json:"fromNick,omitempty"`
	// contains filtered or unexported fields
}

func (*Praise) Descriptor deprecated

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

Deprecated: Use Praise.ProtoReflect.Descriptor instead.

func (*Praise) GetFromNick

func (x *Praise) GetFromNick() string

func (*Praise) GetFromUin

func (x *Praise) GetFromUin() uint64

func (*Praise) GetTime

func (x *Praise) GetTime() uint64

func (*Praise) GetToUin

func (x *Praise) GetToUin() uint64

func (*Praise) ProtoMessage

func (*Praise) ProtoMessage()

func (*Praise) ProtoReflect

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

func (*Praise) Reset

func (x *Praise) Reset()

func (*Praise) String

func (x *Praise) String() string

type QueryUinPackageUsageReq

type QueryUinPackageUsageReq struct {
	Type        *uint32 `protobuf:"varint,1,opt,name=type" json:"type,omitempty"`
	UinFileSize *uint64 `protobuf:"varint,2,opt,name=uinFileSize" json:"uinFileSize,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryUinPackageUsageReq) Descriptor deprecated

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

Deprecated: Use QueryUinPackageUsageReq.ProtoReflect.Descriptor instead.

func (*QueryUinPackageUsageReq) GetType

func (x *QueryUinPackageUsageReq) GetType() uint32

func (*QueryUinPackageUsageReq) GetUinFileSize

func (x *QueryUinPackageUsageReq) GetUinFileSize() uint64

func (*QueryUinPackageUsageReq) ProtoMessage

func (*QueryUinPackageUsageReq) ProtoMessage()

func (*QueryUinPackageUsageReq) ProtoReflect

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

func (*QueryUinPackageUsageReq) Reset

func (x *QueryUinPackageUsageReq) Reset()

func (*QueryUinPackageUsageReq) String

func (x *QueryUinPackageUsageReq) String() string

type QueryUinPackageUsageRsp

type QueryUinPackageUsageRsp struct {
	Status             *uint32               `protobuf:"varint,1,opt,name=status" json:"status,omitempty"`
	LeftUinNum         *uint64               `protobuf:"varint,2,opt,name=leftUinNum" json:"leftUinNum,omitempty"`
	MaxUinNum          *uint64               `protobuf:"varint,3,opt,name=maxUinNum" json:"maxUinNum,omitempty"`
	Proportion         *uint32               `protobuf:"varint,4,opt,name=proportion" json:"proportion,omitempty"`
	UinPackageUsedList []*UinPackageUsedInfo `protobuf:"bytes,10,rep,name=uinPackageUsedList" json:"uinPackageUsedList,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryUinPackageUsageRsp) Descriptor deprecated

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

Deprecated: Use QueryUinPackageUsageRsp.ProtoReflect.Descriptor instead.

func (*QueryUinPackageUsageRsp) GetLeftUinNum

func (x *QueryUinPackageUsageRsp) GetLeftUinNum() uint64

func (*QueryUinPackageUsageRsp) GetMaxUinNum

func (x *QueryUinPackageUsageRsp) GetMaxUinNum() uint64

func (*QueryUinPackageUsageRsp) GetProportion

func (x *QueryUinPackageUsageRsp) GetProportion() uint32

func (*QueryUinPackageUsageRsp) GetStatus

func (x *QueryUinPackageUsageRsp) GetStatus() uint32

func (*QueryUinPackageUsageRsp) GetUinPackageUsedList

func (x *QueryUinPackageUsageRsp) GetUinPackageUsedList() []*UinPackageUsedInfo

func (*QueryUinPackageUsageRsp) ProtoMessage

func (*QueryUinPackageUsageRsp) ProtoMessage()

func (*QueryUinPackageUsageRsp) ProtoReflect

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

func (*QueryUinPackageUsageRsp) Reset

func (x *QueryUinPackageUsageRsp) Reset()

func (*QueryUinPackageUsageRsp) String

func (x *QueryUinPackageUsageRsp) String() string

type Quest

type Quest struct {
	Id          *string    `protobuf:"bytes,1,opt,name=id" json:"id,omitempty"`
	Quest       *string    `protobuf:"bytes,2,opt,name=quest" json:"quest,omitempty"`
	QuestUin    *uint64    `protobuf:"varint,3,opt,name=questUin" json:"questUin,omitempty"`
	Time        *uint64    `protobuf:"varint,4,opt,name=time" json:"time,omitempty"`
	Ans         *string    `protobuf:"bytes,5,opt,name=ans" json:"ans,omitempty"`
	AnsTime     *uint64    `protobuf:"varint,6,opt,name=ansTime" json:"ansTime,omitempty"`
	Comment     []*Comment `protobuf:"bytes,7,rep,name=comment" json:"comment,omitempty"`
	Praise      []*Praise  `protobuf:"bytes,8,rep,name=praise" json:"praise,omitempty"`
	PraiseNum   *uint64    `protobuf:"varint,9,opt,name=praiseNum" json:"praiseNum,omitempty"`
	LikeKey     *string    `protobuf:"bytes,10,opt,name=likeKey" json:"likeKey,omitempty"`
	SystemId    *uint64    `protobuf:"varint,11,opt,name=systemId" json:"systemId,omitempty"`
	CommentNum  *uint64    `protobuf:"varint,12,opt,name=commentNum" json:"commentNum,omitempty"`
	ShowType    *uint64    `protobuf:"varint,13,opt,name=showType" json:"showType,omitempty"`
	ShowTimes   *uint64    `protobuf:"varint,14,opt,name=showTimes" json:"showTimes,omitempty"`
	BeenPraised *uint64    `protobuf:"varint,15,opt,name=beenPraised" json:"beenPraised,omitempty"`
	QuestRead   *bool      `protobuf:"varint,16,opt,name=questRead" json:"questRead,omitempty"`
	AnsShowType *uint64    `protobuf:"varint,17,opt,name=ansShowType" json:"ansShowType,omitempty"`
	// contains filtered or unexported fields
}

func (*Quest) Descriptor deprecated

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

Deprecated: Use Quest.ProtoReflect.Descriptor instead.

func (*Quest) GetAns

func (x *Quest) GetAns() string

func (*Quest) GetAnsShowType

func (x *Quest) GetAnsShowType() uint64

func (*Quest) GetAnsTime

func (x *Quest) GetAnsTime() uint64

func (*Quest) GetBeenPraised

func (x *Quest) GetBeenPraised() uint64

func (*Quest) GetComment

func (x *Quest) GetComment() []*Comment

func (*Quest) GetCommentNum

func (x *Quest) GetCommentNum() uint64

func (*Quest) GetId

func (x *Quest) GetId() string

func (*Quest) GetLikeKey

func (x *Quest) GetLikeKey() string

func (*Quest) GetPraise

func (x *Quest) GetPraise() []*Praise

func (*Quest) GetPraiseNum

func (x *Quest) GetPraiseNum() uint64

func (*Quest) GetQuest

func (x *Quest) GetQuest() string

func (*Quest) GetQuestRead

func (x *Quest) GetQuestRead() bool

func (*Quest) GetQuestUin

func (x *Quest) GetQuestUin() uint64

func (*Quest) GetShowTimes

func (x *Quest) GetShowTimes() uint64

func (*Quest) GetShowType

func (x *Quest) GetShowType() uint64

func (*Quest) GetSystemId

func (x *Quest) GetSystemId() uint64

func (*Quest) GetTime

func (x *Quest) GetTime() uint64

func (*Quest) ProtoMessage

func (*Quest) ProtoMessage()

func (*Quest) ProtoReflect

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

func (*Quest) Reset

func (x *Quest) Reset()

func (*Quest) String

func (x *Quest) String() string

type RenameFileReqBody

type RenameFileReqBody struct {
	GroupCode      int64  `protobuf:"varint,1,opt,name=groupCode,proto3" json:"groupCode,omitempty"`
	AppId          int32  `protobuf:"varint,2,opt,name=appId,proto3" json:"appId,omitempty"`
	BusId          int32  `protobuf:"varint,3,opt,name=busId,proto3" json:"busId,omitempty"`
	FileId         string `protobuf:"bytes,4,opt,name=fileId,proto3" json:"fileId,omitempty"`
	ParentFolderId string `protobuf:"bytes,5,opt,name=parentFolderId,proto3" json:"parentFolderId,omitempty"`
	NewFileName    string `protobuf:"bytes,6,opt,name=newFileName,proto3" json:"newFileName,omitempty"`
	// contains filtered or unexported fields
}

func (*RenameFileReqBody) Descriptor deprecated

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

Deprecated: Use RenameFileReqBody.ProtoReflect.Descriptor instead.

func (*RenameFileReqBody) GetAppId

func (x *RenameFileReqBody) GetAppId() int32

func (*RenameFileReqBody) GetBusId

func (x *RenameFileReqBody) GetBusId() int32

func (*RenameFileReqBody) GetFileId

func (x *RenameFileReqBody) GetFileId() string

func (*RenameFileReqBody) GetGroupCode

func (x *RenameFileReqBody) GetGroupCode() int64

func (*RenameFileReqBody) GetNewFileName

func (x *RenameFileReqBody) GetNewFileName() string

func (*RenameFileReqBody) GetParentFolderId

func (x *RenameFileReqBody) GetParentFolderId() string

func (*RenameFileReqBody) ProtoMessage

func (*RenameFileReqBody) ProtoMessage()

func (*RenameFileReqBody) ProtoReflect

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

func (*RenameFileReqBody) Reset

func (x *RenameFileReqBody) Reset()

func (*RenameFileReqBody) String

func (x *RenameFileReqBody) String() string

type RenameFileRspBody

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

func (*RenameFileRspBody) Descriptor deprecated

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

Deprecated: Use RenameFileRspBody.ProtoReflect.Descriptor instead.

func (*RenameFileRspBody) GetClientWording

func (x *RenameFileRspBody) GetClientWording() string

func (*RenameFileRspBody) GetRetCode

func (x *RenameFileRspBody) GetRetCode() int32

func (*RenameFileRspBody) GetRetMsg

func (x *RenameFileRspBody) GetRetMsg() string

func (*RenameFileRspBody) ProtoMessage

func (*RenameFileRspBody) ProtoMessage()

func (*RenameFileRspBody) ProtoReflect

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

func (*RenameFileRspBody) Reset

func (x *RenameFileRspBody) Reset()

func (*RenameFileRspBody) String

func (x *RenameFileRspBody) String() string

type RenameFolderReqBody

type RenameFolderReqBody struct {
	GroupCode     *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"`
	AppId         *uint32 `protobuf:"varint,2,opt,name=appId" json:"appId,omitempty"`
	FolderId      *string `protobuf:"bytes,3,opt,name=folderId" json:"folderId,omitempty"`
	NewFolderName *string `protobuf:"bytes,4,opt,name=newFolderName" json:"newFolderName,omitempty"`
	// contains filtered or unexported fields
}

func (*RenameFolderReqBody) Descriptor deprecated

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

Deprecated: Use RenameFolderReqBody.ProtoReflect.Descriptor instead.

func (*RenameFolderReqBody) GetAppId

func (x *RenameFolderReqBody) GetAppId() uint32

func (*RenameFolderReqBody) GetFolderId

func (x *RenameFolderReqBody) GetFolderId() string

func (*RenameFolderReqBody) GetGroupCode

func (x *RenameFolderReqBody) GetGroupCode() uint64

func (*RenameFolderReqBody) GetNewFolderName

func (x *RenameFolderReqBody) GetNewFolderName() string

func (*RenameFolderReqBody) ProtoMessage

func (*RenameFolderReqBody) ProtoMessage()

func (*RenameFolderReqBody) ProtoReflect

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

func (*RenameFolderReqBody) Reset

func (x *RenameFolderReqBody) Reset()

func (*RenameFolderReqBody) String

func (x *RenameFolderReqBody) String() string

type RenameFolderRspBody

type RenameFolderRspBody struct {
	RetCode       *int32  `protobuf:"varint,1,opt,name=retCode" json:"retCode,omitempty"`
	RetMsg        *string `protobuf:"bytes,2,opt,name=retMsg" json:"retMsg,omitempty"`
	ClientWording *string `protobuf:"bytes,3,opt,name=clientWording" json:"clientWording,omitempty"` // optional group_file_common.FolderInfo folderInfo = 4;
	// contains filtered or unexported fields
}

func (*RenameFolderRspBody) Descriptor deprecated

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

Deprecated: Use RenameFolderRspBody.ProtoReflect.Descriptor instead.

func (*RenameFolderRspBody) GetClientWording

func (x *RenameFolderRspBody) GetClientWording() string

func (*RenameFolderRspBody) GetRetCode

func (x *RenameFolderRspBody) GetRetCode() int32

func (*RenameFolderRspBody) GetRetMsg

func (x *RenameFolderRspBody) GetRetMsg() string

func (*RenameFolderRspBody) ProtoMessage

func (*RenameFolderRspBody) ProtoMessage()

func (*RenameFolderRspBody) ProtoReflect

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

func (*RenameFolderRspBody) Reset

func (x *RenameFolderRspBody) Reset()

func (*RenameFolderRspBody) String

func (x *RenameFolderRspBody) String() string

type ReqGroupInfo

type ReqGroupInfo struct {
	GroupCode            *uint64        `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"`
	Stgroupinfo          *D88DGroupInfo `protobuf:"bytes,2,opt,name=stgroupinfo" json:"stgroupinfo,omitempty"`
	LastGetGroupNameTime *uint32        `protobuf:"varint,3,opt,name=lastGetGroupNameTime" json:"lastGetGroupNameTime,omitempty"`
	// contains filtered or unexported fields
}

func (*ReqGroupInfo) Descriptor deprecated

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

Deprecated: Use ReqGroupInfo.ProtoReflect.Descriptor instead.

func (*ReqGroupInfo) GetGroupCode

func (x *ReqGroupInfo) GetGroupCode() uint64

func (*ReqGroupInfo) GetLastGetGroupNameTime

func (x *ReqGroupInfo) GetLastGetGroupNameTime() uint32

func (*ReqGroupInfo) GetStgroupinfo

func (x *ReqGroupInfo) GetStgroupinfo() *D88DGroupInfo

func (*ReqGroupInfo) ProtoMessage

func (*ReqGroupInfo) ProtoMessage()

func (*ReqGroupInfo) ProtoReflect

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

func (*ReqGroupInfo) Reset

func (x *ReqGroupInfo) Reset()

func (*ReqGroupInfo) String

func (x *ReqGroupInfo) String() string

type ResendReqBody

type ResendReqBody struct {
	GroupCode int64  `protobuf:"varint,1,opt,name=groupCode,proto3" json:"groupCode,omitempty"`
	AppId     int32  `protobuf:"varint,2,opt,name=appId,proto3" json:"appId,omitempty"`
	BusId     int32  `protobuf:"varint,3,opt,name=busId,proto3" json:"busId,omitempty"`
	FileId    string `protobuf:"bytes,4,opt,name=fileId,proto3" json:"fileId,omitempty"`
	Sha       []byte `protobuf:"bytes,5,opt,name=sha,proto3" json:"sha,omitempty"`
	// contains filtered or unexported fields
}

func (*ResendReqBody) Descriptor deprecated

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

Deprecated: Use ResendReqBody.ProtoReflect.Descriptor instead.

func (*ResendReqBody) GetAppId

func (x *ResendReqBody) GetAppId() int32

func (*ResendReqBody) GetBusId

func (x *ResendReqBody) GetBusId() int32

func (*ResendReqBody) GetFileId

func (x *ResendReqBody) GetFileId() string

func (*ResendReqBody) GetGroupCode

func (x *ResendReqBody) GetGroupCode() int64

func (*ResendReqBody) GetSha

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

func (*ResendReqBody) ProtoMessage

func (*ResendReqBody) ProtoMessage()

func (*ResendReqBody) ProtoReflect

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

func (*ResendReqBody) Reset

func (x *ResendReqBody) Reset()

func (*ResendReqBody) String

func (x *ResendReqBody) String() string

type ResendRspBody

type ResendRspBody struct {
	RetCode       int32  `protobuf:"varint,1,opt,name=retCode,proto3" json:"retCode,omitempty"`
	RetMsg        string `protobuf:"bytes,2,opt,name=retMsg,proto3" json:"retMsg,omitempty"`
	ClientWording string `protobuf:"bytes,3,opt,name=clientWording,proto3" json:"clientWording,omitempty"`
	UploadIp      string `protobuf:"bytes,4,opt,name=uploadIp,proto3" json:"uploadIp,omitempty"`
	FileKey       []byte `protobuf:"bytes,5,opt,name=fileKey,proto3" json:"fileKey,omitempty"`
	CheckKey      []byte `protobuf:"bytes,6,opt,name=checkKey,proto3" json:"checkKey,omitempty"`
	// contains filtered or unexported fields
}

func (*ResendRspBody) Descriptor deprecated

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

Deprecated: Use ResendRspBody.ProtoReflect.Descriptor instead.

func (*ResendRspBody) GetCheckKey

func (x *ResendRspBody) GetCheckKey() []byte

func (*ResendRspBody) GetClientWording

func (x *ResendRspBody) GetClientWording() string

func (*ResendRspBody) GetFileKey

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

func (*ResendRspBody) GetRetCode

func (x *ResendRspBody) GetRetCode() int32

func (*ResendRspBody) GetRetMsg

func (x *ResendRspBody) GetRetMsg() string

func (*ResendRspBody) GetUploadIp

func (x *ResendRspBody) GetUploadIp() string

func (*ResendRspBody) ProtoMessage

func (*ResendRspBody) ProtoMessage()

func (*ResendRspBody) ProtoReflect

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

func (*ResendRspBody) Reset

func (x *ResendRspBody) Reset()

func (*ResendRspBody) String

func (x *ResendRspBody) String() string

type RspGroupInfo

type RspGroupInfo struct {
	GroupCode *uint64        `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"`
	Result    *uint32        `protobuf:"varint,2,opt,name=result" json:"result,omitempty"`
	GroupInfo *D88DGroupInfo `protobuf:"bytes,3,opt,name=groupInfo" json:"groupInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*RspGroupInfo) Descriptor deprecated

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

Deprecated: Use RspGroupInfo.ProtoReflect.Descriptor instead.

func (*RspGroupInfo) GetGroupCode

func (x *RspGroupInfo) GetGroupCode() uint64

func (*RspGroupInfo) GetGroupInfo

func (x *RspGroupInfo) GetGroupInfo() *D88DGroupInfo

func (*RspGroupInfo) GetResult

func (x *RspGroupInfo) GetResult() uint32

func (*RspGroupInfo) ProtoMessage

func (*RspGroupInfo) ProtoMessage()

func (*RspGroupInfo) ProtoReflect

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

func (*RspGroupInfo) Reset

func (x *RspGroupInfo) Reset()

func (*RspGroupInfo) String

func (x *RspGroupInfo) String() string

type Screen

type Screen struct {
	Model      *string `protobuf:"bytes,1,opt,name=model" json:"model,omitempty"`
	Width      *uint32 `protobuf:"varint,2,opt,name=width" json:"width,omitempty"`
	Height     *uint32 `protobuf:"varint,3,opt,name=height" json:"height,omitempty"`
	Dpi        *uint32 `protobuf:"varint,4,opt,name=dpi" json:"dpi,omitempty"`
	MultiTouch *bool   `protobuf:"varint,5,opt,name=multiTouch" json:"multiTouch,omitempty"`
	// contains filtered or unexported fields
}

func (*Screen) Descriptor deprecated

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

Deprecated: Use Screen.ProtoReflect.Descriptor instead.

func (*Screen) GetDpi

func (x *Screen) GetDpi() uint32

func (*Screen) GetHeight

func (x *Screen) GetHeight() uint32

func (*Screen) GetModel

func (x *Screen) GetModel() string

func (*Screen) GetMultiTouch

func (x *Screen) GetMultiTouch() bool

func (*Screen) GetWidth

func (x *Screen) GetWidth() uint32

func (*Screen) ProtoMessage

func (*Screen) ProtoMessage()

func (*Screen) ProtoReflect

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

func (*Screen) Reset

func (x *Screen) Reset()

func (*Screen) String

func (x *Screen) String() string

type Storage

type Storage struct {
	Builtin  *uint64 `protobuf:"varint,1,opt,name=builtin" json:"builtin,omitempty"`
	External *uint64 `protobuf:"varint,2,opt,name=external" json:"external,omitempty"`
	// contains filtered or unexported fields
}

func (*Storage) Descriptor deprecated

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

Deprecated: Use Storage.ProtoReflect.Descriptor instead.

func (*Storage) GetBuiltin

func (x *Storage) GetBuiltin() uint64

func (*Storage) GetExternal

func (x *Storage) GetExternal() uint64

func (*Storage) ProtoMessage

func (*Storage) ProtoMessage()

func (*Storage) ProtoReflect

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

func (*Storage) Reset

func (x *Storage) Reset()

func (*Storage) String

func (x *Storage) String() string

type TextDetection

type TextDetection struct {
	DetectedText string   `protobuf:"bytes,1,opt,name=detectedText,proto3" json:"detectedText,omitempty"`
	Confidence   int32    `protobuf:"varint,2,opt,name=confidence,proto3" json:"confidence,omitempty"`
	Polygon      *Polygon `protobuf:"bytes,3,opt,name=polygon,proto3" json:"polygon,omitempty"`
	AdvancedInfo string   `protobuf:"bytes,4,opt,name=advancedInfo,proto3" json:"advancedInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*TextDetection) Descriptor deprecated

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

Deprecated: Use TextDetection.ProtoReflect.Descriptor instead.

func (*TextDetection) GetAdvancedInfo

func (x *TextDetection) GetAdvancedInfo() string

func (*TextDetection) GetConfidence

func (x *TextDetection) GetConfidence() int32

func (*TextDetection) GetDetectedText

func (x *TextDetection) GetDetectedText() string

func (*TextDetection) GetPolygon

func (x *TextDetection) GetPolygon() *Polygon

func (*TextDetection) ProtoMessage

func (*TextDetection) ProtoMessage()

func (*TextDetection) ProtoReflect

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

func (*TextDetection) Reset

func (x *TextDetection) Reset()

func (*TextDetection) String

func (x *TextDetection) String() string

type TransFileReqBody

type TransFileReqBody struct {
	GroupCode *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"`
	AppId     *uint32 `protobuf:"varint,2,opt,name=appId" json:"appId,omitempty"`
	BusId     *uint32 `protobuf:"varint,3,opt,name=busId" json:"busId,omitempty"`
	FileId    *string `protobuf:"bytes,4,opt,name=fileId" json:"fileId,omitempty"`
	// contains filtered or unexported fields
}

func (*TransFileReqBody) Descriptor deprecated

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

Deprecated: Use TransFileReqBody.ProtoReflect.Descriptor instead.

func (*TransFileReqBody) GetAppId

func (x *TransFileReqBody) GetAppId() uint32

func (*TransFileReqBody) GetBusId

func (x *TransFileReqBody) GetBusId() uint32

func (*TransFileReqBody) GetFileId

func (x *TransFileReqBody) GetFileId() string

func (*TransFileReqBody) GetGroupCode

func (x *TransFileReqBody) GetGroupCode() uint64

func (*TransFileReqBody) ProtoMessage

func (*TransFileReqBody) ProtoMessage()

func (*TransFileReqBody) ProtoReflect

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

func (*TransFileReqBody) Reset

func (x *TransFileReqBody) Reset()

func (*TransFileReqBody) String

func (x *TransFileReqBody) String() string

type TransFileRspBody

type TransFileRspBody struct {
	RetCode       *int32  `protobuf:"varint,1,opt,name=retCode" json:"retCode,omitempty"`
	RetMsg        *string `protobuf:"bytes,2,opt,name=retMsg" json:"retMsg,omitempty"`
	ClientWording *string `protobuf:"bytes,3,opt,name=clientWording" json:"clientWording,omitempty"`
	SaveBusId     *uint32 `protobuf:"varint,4,opt,name=saveBusId" json:"saveBusId,omitempty"`
	SaveFilePath  *string `protobuf:"bytes,5,opt,name=saveFilePath" json:"saveFilePath,omitempty"`
	// contains filtered or unexported fields
}

func (*TransFileRspBody) Descriptor deprecated

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

Deprecated: Use TransFileRspBody.ProtoReflect.Descriptor instead.

func (*TransFileRspBody) GetClientWording

func (x *TransFileRspBody) GetClientWording() string

func (*TransFileRspBody) GetRetCode

func (x *TransFileRspBody) GetRetCode() int32

func (*TransFileRspBody) GetRetMsg

func (x *TransFileRspBody) GetRetMsg() string

func (*TransFileRspBody) GetSaveBusId

func (x *TransFileRspBody) GetSaveBusId() uint32

func (*TransFileRspBody) GetSaveFilePath

func (x *TransFileRspBody) GetSaveFilePath() string

func (*TransFileRspBody) ProtoMessage

func (*TransFileRspBody) ProtoMessage()

func (*TransFileRspBody) ProtoReflect

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

func (*TransFileRspBody) Reset

func (x *TransFileRspBody) Reset()

func (*TransFileRspBody) String

func (x *TransFileRspBody) String() string

type TranslateReqBody

type TranslateReqBody struct {

	// TranslateReq translate_req = 1;
	BatchTranslateReq *BatchTranslateReq `protobuf:"bytes,2,opt,name=batch_translate_req,json=batchTranslateReq,proto3" json:"batch_translate_req,omitempty"`
	// contains filtered or unexported fields
}

func (*TranslateReqBody) Descriptor deprecated

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

Deprecated: Use TranslateReqBody.ProtoReflect.Descriptor instead.

func (*TranslateReqBody) GetBatchTranslateReq

func (x *TranslateReqBody) GetBatchTranslateReq() *BatchTranslateReq

func (*TranslateReqBody) ProtoMessage

func (*TranslateReqBody) ProtoMessage()

func (*TranslateReqBody) ProtoReflect

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

func (*TranslateReqBody) Reset

func (x *TranslateReqBody) Reset()

func (*TranslateReqBody) String

func (x *TranslateReqBody) String() string

type TranslateRspBody

type TranslateRspBody struct {

	// TranslateRsp translate_rsp = 1;
	BatchTranslateRsp *BatchTranslateRsp `protobuf:"bytes,2,opt,name=batch_translate_rsp,json=batchTranslateRsp,proto3" json:"batch_translate_rsp,omitempty"`
	// contains filtered or unexported fields
}

func (*TranslateRspBody) Descriptor deprecated

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

Deprecated: Use TranslateRspBody.ProtoReflect.Descriptor instead.

func (*TranslateRspBody) GetBatchTranslateRsp

func (x *TranslateRspBody) GetBatchTranslateRsp() *BatchTranslateRsp

func (*TranslateRspBody) ProtoMessage

func (*TranslateRspBody) ProtoMessage()

func (*TranslateRspBody) ProtoReflect

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

func (*TranslateRspBody) Reset

func (x *TranslateRspBody) Reset()

func (*TranslateRspBody) String

func (x *TranslateRspBody) String() string

type UdcUinData

type UdcUinData struct {
	Uin                              *int64 `protobuf:"varint,1,opt,name=uin" json:"uin,omitempty"`
	Openid                           []byte `protobuf:"bytes,4,opt,name=openid" json:"openid,omitempty"`
	Nick                             []byte `protobuf:"bytes,20002,opt,name=nick" json:"nick,omitempty"`
	Country                          []byte `protobuf:"bytes,20003,opt,name=country" json:"country,omitempty"`
	Province                         []byte `protobuf:"bytes,20004,opt,name=province" json:"province,omitempty"`
	Gender                           *int32 `protobuf:"varint,20009,opt,name=gender" json:"gender,omitempty"`
	Allow                            *int32 `protobuf:"varint,20014,opt,name=allow" json:"allow,omitempty"`
	FaceId                           *int32 `protobuf:"varint,20015,opt,name=faceId" json:"faceId,omitempty"`
	City                             []byte `protobuf:"bytes,20020,opt,name=city" json:"city,omitempty"`
	Constellation                    *int32 `protobuf:"varint,20022,opt,name=constellation" json:"constellation,omitempty"`
	CommonPlace1                     *int32 `protobuf:"varint,20027,opt,name=commonPlace1" json:"commonPlace1,omitempty"`
	Mss3Bitmapextra                  []byte `protobuf:"bytes,20030,opt,name=mss3Bitmapextra" json:"mss3Bitmapextra,omitempty"`
	Birthday                         []byte `protobuf:"bytes,20031,opt,name=birthday" json:"birthday,omitempty"`
	CityId                           []byte `protobuf:"bytes,20032,opt,name=cityId" json:"cityId,omitempty"`
	Lang1                            *int32 `protobuf:"varint,20033,opt,name=lang1" json:"lang1,omitempty"`
	Lang2                            *int32 `protobuf:"varint,20034,opt,name=lang2" json:"lang2,omitempty"`
	Lang3                            *int32 `protobuf:"varint,20035,opt,name=lang3" json:"lang3,omitempty"`
	Age                              *int32 `protobuf:"varint,20037,opt,name=age" json:"age,omitempty"`
	CityZoneId                       *int32 `protobuf:"varint,20041,opt,name=cityZoneId" json:"cityZoneId,omitempty"`
	Oin                              *int32 `protobuf:"varint,20056,opt,name=oin" json:"oin,omitempty"`
	BubbleId                         *int32 `protobuf:"varint,20059,opt,name=bubbleId" json:"bubbleId,omitempty"`
	Mss2Identity                     []byte `protobuf:"bytes,21001,opt,name=mss2Identity" json:"mss2Identity,omitempty"`
	Mss1Service                      []byte `protobuf:"bytes,21002,opt,name=mss1Service" json:"mss1Service,omitempty"`
	Lflag                            *int32 `protobuf:"varint,21003,opt,name=lflag" json:"lflag,omitempty"`
	ExtFlag                          *int32 `protobuf:"varint,21004,opt,name=extFlag" json:"extFlag,omitempty"`
	BasicSvrFlag                     []byte `protobuf:"bytes,21006,opt,name=basicSvrFlag" json:"basicSvrFlag,omitempty"`
	BasicCliFlag                     []byte `protobuf:"bytes,21007,opt,name=basicCliFlag" json:"basicCliFlag,omitempty"`
	FullBirthday                     []byte `protobuf:"bytes,26004,opt,name=fullBirthday" json:"fullBirthday,omitempty"`
	FullAge                          []byte `protobuf:"bytes,26005,opt,name=fullAge" json:"fullAge,omitempty"`
	SimpleUpdateTime                 *int32 `protobuf:"varint,26010,opt,name=simpleUpdateTime" json:"simpleUpdateTime,omitempty"`
	MssUpdateTime                    *int32 `protobuf:"varint,26011,opt,name=mssUpdateTime" json:"mssUpdateTime,omitempty"`
	PstnMultiCallTime                *int32 `protobuf:"varint,26012,opt,name=pstnMultiCallTime" json:"pstnMultiCallTime,omitempty"`
	PstnMultiLastGuideRechargeTime   *int32 `protobuf:"varint,26013,opt,name=pstnMultiLastGuideRechargeTime" json:"pstnMultiLastGuideRechargeTime,omitempty"`
	PstnC2CCallTime                  *int32 `protobuf:"varint,26014,opt,name=pstnC2cCallTime" json:"pstnC2cCallTime,omitempty"`
	PstnC2CLastGuideRechargeTime     *int32 `protobuf:"varint,26015,opt,name=pstnC2cLastGuideRechargeTime" json:"pstnC2cLastGuideRechargeTime,omitempty"`
	GroupMemCreditFlag               *int32 `protobuf:"varint,27022,opt,name=groupMemCreditFlag" json:"groupMemCreditFlag,omitempty"`
	FaceAddonId                      *int64 `protobuf:"varint,27025,opt,name=faceAddonId" json:"faceAddonId,omitempty"`
	MusicGene                        []byte `protobuf:"bytes,27026,opt,name=musicGene" json:"musicGene,omitempty"`
	StrangerNick                     []byte `protobuf:"bytes,27034,opt,name=strangerNick" json:"strangerNick,omitempty"`
	StrangerDeclare                  []byte `protobuf:"bytes,27035,opt,name=strangerDeclare" json:"strangerDeclare,omitempty"`
	LoveStatus                       *int32 `protobuf:"varint,27036,opt,name=loveStatus" json:"loveStatus,omitempty"`
	Profession                       *int32 `protobuf:"varint,27037,opt,name=profession" json:"profession,omitempty"`
	VasColorringId                   *int32 `protobuf:"varint,27041,opt,name=vasColorringId" json:"vasColorringId,omitempty"`
	Charm                            *int32 `protobuf:"varint,27052,opt,name=charm" json:"charm,omitempty"`
	ApolloTimestamp                  *int32 `protobuf:"varint,27059,opt,name=apolloTimestamp" json:"apolloTimestamp,omitempty"`
	VasFontId                        *int32 `protobuf:"varint,27201,opt,name=vasFontId" json:"vasFontId,omitempty"`
	GlobalGroupLevel                 *int32 `protobuf:"varint,27208,opt,name=globalGroupLevel" json:"globalGroupLevel,omitempty"`
	ReqInvite2GroupAutoAgreeFlag     *int32 `protobuf:"varint,40346,opt,name=reqInvite2groupAutoAgreeFlag" json:"reqInvite2groupAutoAgreeFlag,omitempty"`
	SubaccountDisplayThirdQqFlag     *int32 `protobuf:"varint,40348,opt,name=subaccountDisplayThirdQqFlag" json:"subaccountDisplayThirdQqFlag,omitempty"`
	NotifyPartakeLikeRankingListFlag *int32 `protobuf:"varint,40350,opt,name=notifyPartakeLikeRankingListFlag" json:"notifyPartakeLikeRankingListFlag,omitempty"`
	LightalkSwitch                   *int32 `protobuf:"varint,40506,opt,name=lightalkSwitch" json:"lightalkSwitch,omitempty"`
	MusicRingVisible                 *int32 `protobuf:"varint,40507,opt,name=musicRingVisible" json:"musicRingVisible,omitempty"`
	MusicRingAutoplay                *int32 `protobuf:"varint,40508,opt,name=musicRingAutoplay" json:"musicRingAutoplay,omitempty"`
	MusicRingRedpoint                *int32 `protobuf:"varint,40509,opt,name=musicRingRedpoint" json:"musicRingRedpoint,omitempty"`
	TorchDisableFlag                 *int32 `protobuf:"varint,40525,opt,name=torchDisableFlag" json:"torchDisableFlag,omitempty"`
	VasMagicfontFlag                 *int32 `protobuf:"varint,40530,opt,name=vasMagicfontFlag" json:"vasMagicfontFlag,omitempty"`
	VipFlag                          *int32 `protobuf:"varint,41756,opt,name=vipFlag" json:"vipFlag,omitempty"`
	AuthFlag                         *int32 `protobuf:"varint,41783,opt,name=authFlag" json:"authFlag,omitempty"`
	ForbidFlag                       *int32 `protobuf:"varint,41784,opt,name=forbidFlag" json:"forbidFlag,omitempty"`
	GodForbid                        *int32 `protobuf:"varint,41804,opt,name=godForbid" json:"godForbid,omitempty"`
	GodFlag                          *int32 `protobuf:"varint,41805,opt,name=godFlag" json:"godFlag,omitempty"`
	CharmLevel                       *int32 `protobuf:"varint,41950,opt,name=charmLevel" json:"charmLevel,omitempty"`
	CharmShown                       *int32 `protobuf:"varint,41973,opt,name=charmShown" json:"charmShown,omitempty"`
	FreshnewsNotifyFlag              *int32 `protobuf:"varint,41993,opt,name=freshnewsNotifyFlag" json:"freshnewsNotifyFlag,omitempty"`
	ApolloVipLevel                   *int32 `protobuf:"varint,41999,opt,name=apolloVipLevel" json:"apolloVipLevel,omitempty"`
	ApolloVipFlag                    *int32 `protobuf:"varint,42003,opt,name=apolloVipFlag" json:"apolloVipFlag,omitempty"`
	PstnC2CVip                       *int32 `protobuf:"varint,42005,opt,name=pstnC2cVip" json:"pstnC2cVip,omitempty"`
	PstnMultiVip                     *int32 `protobuf:"varint,42006,opt,name=pstnMultiVip" json:"pstnMultiVip,omitempty"`
	PstnEverC2CVip                   *int32 `protobuf:"varint,42007,opt,name=pstnEverC2cVip" json:"pstnEverC2cVip,omitempty"`
	PstnEverMultiVip                 *int32 `protobuf:"varint,42008,opt,name=pstnEverMultiVip" json:"pstnEverMultiVip,omitempty"`
	PstnMultiTryFlag                 *int32 `protobuf:"varint,42011,opt,name=pstnMultiTryFlag" json:"pstnMultiTryFlag,omitempty"`
	PstnC2CTryFlag                   *int32 `protobuf:"varint,42012,opt,name=pstnC2cTryFlag" json:"pstnC2cTryFlag,omitempty"`
	SubscribeNearbyassistantSwitch   *int32 `protobuf:"varint,42024,opt,name=subscribeNearbyassistantSwitch" json:"subscribeNearbyassistantSwitch,omitempty"`
	TorchbearerFlag                  *int32 `protobuf:"varint,42051,opt,name=torchbearerFlag" json:"torchbearerFlag,omitempty"`
	PreloadDisableFlag               *int32 `protobuf:"varint,42073,opt,name=preloadDisableFlag" json:"preloadDisableFlag,omitempty"`
	ReqMedalwallFlag                 *int32 `protobuf:"varint,42075,opt,name=reqMedalwallFlag" json:"reqMedalwallFlag,omitempty"`
	NotifyOnLikeRankingListFlag      *int32 `protobuf:"varint,42092,opt,name=notifyOnLikeRankingListFlag" json:"notifyOnLikeRankingListFlag,omitempty"`
	ApolloStatus                     *int32 `protobuf:"varint,42980,opt,name=apolloStatus" json:"apolloStatus,omitempty"`
	// contains filtered or unexported fields
}

func (*UdcUinData) Descriptor deprecated

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

Deprecated: Use UdcUinData.ProtoReflect.Descriptor instead.

func (*UdcUinData) GetAge

func (x *UdcUinData) GetAge() int32

func (*UdcUinData) GetAllow

func (x *UdcUinData) GetAllow() int32

func (*UdcUinData) GetApolloStatus

func (x *UdcUinData) GetApolloStatus() int32

func (*UdcUinData) GetApolloTimestamp

func (x *UdcUinData) GetApolloTimestamp() int32

func (*UdcUinData) GetApolloVipFlag

func (x *UdcUinData) GetApolloVipFlag() int32

func (*UdcUinData) GetApolloVipLevel

func (x *UdcUinData) GetApolloVipLevel() int32

func (*UdcUinData) GetAuthFlag

func (x *UdcUinData) GetAuthFlag() int32

func (*UdcUinData) GetBasicCliFlag

func (x *UdcUinData) GetBasicCliFlag() []byte

func (*UdcUinData) GetBasicSvrFlag

func (x *UdcUinData) GetBasicSvrFlag() []byte

func (*UdcUinData) GetBirthday

func (x *UdcUinData) GetBirthday() []byte

func (*UdcUinData) GetBubbleId

func (x *UdcUinData) GetBubbleId() int32

func (*UdcUinData) GetCharm

func (x *UdcUinData) GetCharm() int32

func (*UdcUinData) GetCharmLevel

func (x *UdcUinData) GetCharmLevel() int32

func (*UdcUinData) GetCharmShown

func (x *UdcUinData) GetCharmShown() int32

func (*UdcUinData) GetCity

func (x *UdcUinData) GetCity() []byte

func (*UdcUinData) GetCityId

func (x *UdcUinData) GetCityId() []byte

func (*UdcUinData) GetCityZoneId

func (x *UdcUinData) GetCityZoneId() int32

func (*UdcUinData) GetCommonPlace1

func (x *UdcUinData) GetCommonPlace1() int32

func (*UdcUinData) GetConstellation

func (x *UdcUinData) GetConstellation() int32

func (*UdcUinData) GetCountry

func (x *UdcUinData) GetCountry() []byte

func (*UdcUinData) GetExtFlag

func (x *UdcUinData) GetExtFlag() int32

func (*UdcUinData) GetFaceAddonId

func (x *UdcUinData) GetFaceAddonId() int64

func (*UdcUinData) GetFaceId

func (x *UdcUinData) GetFaceId() int32

func (*UdcUinData) GetForbidFlag

func (x *UdcUinData) GetForbidFlag() int32

func (*UdcUinData) GetFreshnewsNotifyFlag

func (x *UdcUinData) GetFreshnewsNotifyFlag() int32

func (*UdcUinData) GetFullAge

func (x *UdcUinData) GetFullAge() []byte

func (*UdcUinData) GetFullBirthday

func (x *UdcUinData) GetFullBirthday() []byte

func (*UdcUinData) GetGender

func (x *UdcUinData) GetGender() int32

func (*UdcUinData) GetGlobalGroupLevel

func (x *UdcUinData) GetGlobalGroupLevel() int32

func (*UdcUinData) GetGodFlag

func (x *UdcUinData) GetGodFlag() int32

func (*UdcUinData) GetGodForbid

func (x *UdcUinData) GetGodForbid() int32

func (*UdcUinData) GetGroupMemCreditFlag

func (x *UdcUinData) GetGroupMemCreditFlag() int32

func (*UdcUinData) GetLang1

func (x *UdcUinData) GetLang1() int32

func (*UdcUinData) GetLang2

func (x *UdcUinData) GetLang2() int32

func (*UdcUinData) GetLang3

func (x *UdcUinData) GetLang3() int32

func (*UdcUinData) GetLflag

func (x *UdcUinData) GetLflag() int32

func (*UdcUinData) GetLightalkSwitch

func (x *UdcUinData) GetLightalkSwitch() int32

func (*UdcUinData) GetLoveStatus

func (x *UdcUinData) GetLoveStatus() int32

func (*UdcUinData) GetMss1Service

func (x *UdcUinData) GetMss1Service() []byte

func (*UdcUinData) GetMss2Identity

func (x *UdcUinData) GetMss2Identity() []byte

func (*UdcUinData) GetMss3Bitmapextra

func (x *UdcUinData) GetMss3Bitmapextra() []byte

func (*UdcUinData) GetMssUpdateTime

func (x *UdcUinData) GetMssUpdateTime() int32

func (*UdcUinData) GetMusicGene

func (x *UdcUinData) GetMusicGene() []byte

func (*UdcUinData) GetMusicRingAutoplay

func (x *UdcUinData) GetMusicRingAutoplay() int32

func (*UdcUinData) GetMusicRingRedpoint

func (x *UdcUinData) GetMusicRingRedpoint() int32

func (*UdcUinData) GetMusicRingVisible

func (x *UdcUinData) GetMusicRingVisible() int32

func (*UdcUinData) GetNick

func (x *UdcUinData) GetNick() []byte

func (*UdcUinData) GetNotifyOnLikeRankingListFlag

func (x *UdcUinData) GetNotifyOnLikeRankingListFlag() int32

func (*UdcUinData) GetNotifyPartakeLikeRankingListFlag

func (x *UdcUinData) GetNotifyPartakeLikeRankingListFlag() int32

func (*UdcUinData) GetOin

func (x *UdcUinData) GetOin() int32

func (*UdcUinData) GetOpenid

func (x *UdcUinData) GetOpenid() []byte

func (*UdcUinData) GetPreloadDisableFlag

func (x *UdcUinData) GetPreloadDisableFlag() int32

func (*UdcUinData) GetProfession

func (x *UdcUinData) GetProfession() int32

func (*UdcUinData) GetProvince

func (x *UdcUinData) GetProvince() []byte

func (*UdcUinData) GetPstnC2CCallTime

func (x *UdcUinData) GetPstnC2CCallTime() int32

func (*UdcUinData) GetPstnC2CLastGuideRechargeTime

func (x *UdcUinData) GetPstnC2CLastGuideRechargeTime() int32

func (*UdcUinData) GetPstnC2CTryFlag

func (x *UdcUinData) GetPstnC2CTryFlag() int32

func (*UdcUinData) GetPstnC2CVip

func (x *UdcUinData) GetPstnC2CVip() int32

func (*UdcUinData) GetPstnEverC2CVip

func (x *UdcUinData) GetPstnEverC2CVip() int32

func (*UdcUinData) GetPstnEverMultiVip

func (x *UdcUinData) GetPstnEverMultiVip() int32

func (*UdcUinData) GetPstnMultiCallTime

func (x *UdcUinData) GetPstnMultiCallTime() int32

func (*UdcUinData) GetPstnMultiLastGuideRechargeTime

func (x *UdcUinData) GetPstnMultiLastGuideRechargeTime() int32

func (*UdcUinData) GetPstnMultiTryFlag

func (x *UdcUinData) GetPstnMultiTryFlag() int32

func (*UdcUinData) GetPstnMultiVip

func (x *UdcUinData) GetPstnMultiVip() int32

func (*UdcUinData) GetReqInvite2GroupAutoAgreeFlag

func (x *UdcUinData) GetReqInvite2GroupAutoAgreeFlag() int32

func (*UdcUinData) GetReqMedalwallFlag

func (x *UdcUinData) GetReqMedalwallFlag() int32

func (*UdcUinData) GetSimpleUpdateTime

func (x *UdcUinData) GetSimpleUpdateTime() int32

func (*UdcUinData) GetStrangerDeclare

func (x *UdcUinData) GetStrangerDeclare() []byte

func (*UdcUinData) GetStrangerNick

func (x *UdcUinData) GetStrangerNick() []byte

func (*UdcUinData) GetSubaccountDisplayThirdQqFlag

func (x *UdcUinData) GetSubaccountDisplayThirdQqFlag() int32

func (*UdcUinData) GetSubscribeNearbyassistantSwitch

func (x *UdcUinData) GetSubscribeNearbyassistantSwitch() int32

func (*UdcUinData) GetTorchDisableFlag

func (x *UdcUinData) GetTorchDisableFlag() int32

func (*UdcUinData) GetTorchbearerFlag

func (x *UdcUinData) GetTorchbearerFlag() int32

func (*UdcUinData) GetUin

func (x *UdcUinData) GetUin() int64

func (*UdcUinData) GetVasColorringId

func (x *UdcUinData) GetVasColorringId() int32

func (*UdcUinData) GetVasFontId

func (x *UdcUinData) GetVasFontId() int32

func (*UdcUinData) GetVasMagicfontFlag

func (x *UdcUinData) GetVasMagicfontFlag() int32

func (*UdcUinData) GetVipFlag

func (x *UdcUinData) GetVipFlag() int32

func (*UdcUinData) ProtoMessage

func (*UdcUinData) ProtoMessage()

func (*UdcUinData) ProtoReflect

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

func (*UdcUinData) Reset

func (x *UdcUinData) Reset()

func (*UdcUinData) String

func (x *UdcUinData) String() string

type UinPackageUsedInfo

type UinPackageUsedInfo struct {
	RuleId *uint32 `protobuf:"varint,1,opt,name=ruleId" json:"ruleId,omitempty"`
	Author *string `protobuf:"bytes,2,opt,name=author" json:"author,omitempty"`
	Url    *string `protobuf:"bytes,3,opt,name=url" json:"url,omitempty"`
	UinNum *uint64 `protobuf:"varint,4,opt,name=uinNum" json:"uinNum,omitempty"`
	// contains filtered or unexported fields
}

func (*UinPackageUsedInfo) Descriptor deprecated

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

Deprecated: Use UinPackageUsedInfo.ProtoReflect.Descriptor instead.

func (*UinPackageUsedInfo) GetAuthor

func (x *UinPackageUsedInfo) GetAuthor() string

func (*UinPackageUsedInfo) GetRuleId

func (x *UinPackageUsedInfo) GetRuleId() uint32

func (*UinPackageUsedInfo) GetUinNum

func (x *UinPackageUsedInfo) GetUinNum() uint64

func (*UinPackageUsedInfo) GetUrl

func (x *UinPackageUsedInfo) GetUrl() string

func (*UinPackageUsedInfo) ProtoMessage

func (*UinPackageUsedInfo) ProtoMessage()

func (*UinPackageUsedInfo) ProtoReflect

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

func (*UinPackageUsedInfo) Reset

func (x *UinPackageUsedInfo) Reset()

func (*UinPackageUsedInfo) String

func (x *UinPackageUsedInfo) String() string

type UploadFileReqBody

type UploadFileReqBody struct {
	GroupCode          int64  `protobuf:"varint,1,opt,name=groupCode,proto3" json:"groupCode,omitempty"`
	AppId              int32  `protobuf:"varint,2,opt,name=appId,proto3" json:"appId,omitempty"`
	BusId              int32  `protobuf:"varint,3,opt,name=busId,proto3" json:"busId,omitempty"`
	Entrance           int32  `protobuf:"varint,4,opt,name=entrance,proto3" json:"entrance,omitempty"`
	ParentFolderId     string `protobuf:"bytes,5,opt,name=parentFolderId,proto3" json:"parentFolderId,omitempty"`
	FileName           string `protobuf:"bytes,6,opt,name=fileName,proto3" json:"fileName,omitempty"`
	LocalPath          string `protobuf:"bytes,7,opt,name=localPath,proto3" json:"localPath,omitempty"`
	Int64FileSize      int64  `protobuf:"varint,8,opt,name=int64FileSize,proto3" json:"int64FileSize,omitempty"`
	Sha                []byte `protobuf:"bytes,9,opt,name=sha,proto3" json:"sha,omitempty"`
	Sha3               []byte `protobuf:"bytes,10,opt,name=sha3,proto3" json:"sha3,omitempty"`
	Md5                []byte `protobuf:"bytes,11,opt,name=md5,proto3" json:"md5,omitempty"`
	SupportMultiUpload bool   `protobuf:"varint,15,opt,name=supportMultiUpload,proto3" json:"supportMultiUpload,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadFileReqBody) Descriptor deprecated

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

Deprecated: Use UploadFileReqBody.ProtoReflect.Descriptor instead.

func (*UploadFileReqBody) GetAppId

func (x *UploadFileReqBody) GetAppId() int32

func (*UploadFileReqBody) GetBusId

func (x *UploadFileReqBody) GetBusId() int32

func (*UploadFileReqBody) GetEntrance

func (x *UploadFileReqBody) GetEntrance() int32

func (*UploadFileReqBody) GetFileName

func (x *UploadFileReqBody) GetFileName() string

func (*UploadFileReqBody) GetGroupCode

func (x *UploadFileReqBody) GetGroupCode() int64

func (*UploadFileReqBody) GetInt64FileSize

func (x *UploadFileReqBody) GetInt64FileSize() int64

func (*UploadFileReqBody) GetLocalPath

func (x *UploadFileReqBody) GetLocalPath() string

func (*UploadFileReqBody) GetMd5

func (x *UploadFileReqBody) GetMd5() []byte

func (*UploadFileReqBody) GetParentFolderId

func (x *UploadFileReqBody) GetParentFolderId() string

func (*UploadFileReqBody) GetSha

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

func (*UploadFileReqBody) GetSha3

func (x *UploadFileReqBody) GetSha3() []byte

func (*UploadFileReqBody) GetSupportMultiUpload

func (x *UploadFileReqBody) GetSupportMultiUpload() bool

func (*UploadFileReqBody) ProtoMessage

func (*UploadFileReqBody) ProtoMessage()

func (*UploadFileReqBody) ProtoReflect

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

func (*UploadFileReqBody) Reset

func (x *UploadFileReqBody) Reset()

func (*UploadFileReqBody) String

func (x *UploadFileReqBody) String() string

type UploadFileRspBody

type UploadFileRspBody struct {
	RetCode       int32    `protobuf:"varint,1,opt,name=retCode,proto3" json:"retCode,omitempty"`
	RetMsg        string   `protobuf:"bytes,2,opt,name=retMsg,proto3" json:"retMsg,omitempty"`
	ClientWording string   `protobuf:"bytes,3,opt,name=clientWording,proto3" json:"clientWording,omitempty"`
	UploadIp      string   `protobuf:"bytes,4,opt,name=uploadIp,proto3" json:"uploadIp,omitempty"`
	ServerDns     string   `protobuf:"bytes,5,opt,name=serverDns,proto3" json:"serverDns,omitempty"`
	BusId         int32    `protobuf:"varint,6,opt,name=busId,proto3" json:"busId,omitempty"`
	FileId        string   `protobuf:"bytes,7,opt,name=fileId,proto3" json:"fileId,omitempty"`
	FileKey       []byte   `protobuf:"bytes,8,opt,name=fileKey,proto3" json:"fileKey,omitempty"`
	CheckKey      []byte   `protobuf:"bytes,9,opt,name=checkKey,proto3" json:"checkKey,omitempty"`
	BoolFileExist bool     `protobuf:"varint,10,opt,name=boolFileExist,proto3" json:"boolFileExist,omitempty"`
	UploadIpLanV4 []string `protobuf:"bytes,12,rep,name=uploadIpLanV4,proto3" json:"uploadIpLanV4,omitempty"`
	UploadIpLanV6 []string `protobuf:"bytes,13,rep,name=uploadIpLanV6,proto3" json:"uploadIpLanV6,omitempty"`
	UploadPort    int32    `protobuf:"varint,14,opt,name=uploadPort,proto3" json:"uploadPort,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadFileRspBody) Descriptor deprecated

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

Deprecated: Use UploadFileRspBody.ProtoReflect.Descriptor instead.

func (*UploadFileRspBody) GetBoolFileExist

func (x *UploadFileRspBody) GetBoolFileExist() bool

func (*UploadFileRspBody) GetBusId

func (x *UploadFileRspBody) GetBusId() int32

func (*UploadFileRspBody) GetCheckKey

func (x *UploadFileRspBody) GetCheckKey() []byte

func (*UploadFileRspBody) GetClientWording

func (x *UploadFileRspBody) GetClientWording() string

func (*UploadFileRspBody) GetFileId

func (x *UploadFileRspBody) GetFileId() string

func (*UploadFileRspBody) GetFileKey

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

func (*UploadFileRspBody) GetRetCode

func (x *UploadFileRspBody) GetRetCode() int32

func (*UploadFileRspBody) GetRetMsg

func (x *UploadFileRspBody) GetRetMsg() string

func (*UploadFileRspBody) GetServerDns

func (x *UploadFileRspBody) GetServerDns() string

func (*UploadFileRspBody) GetUploadIp

func (x *UploadFileRspBody) GetUploadIp() string

func (*UploadFileRspBody) GetUploadIpLanV4

func (x *UploadFileRspBody) GetUploadIpLanV4() []string

func (*UploadFileRspBody) GetUploadIpLanV6

func (x *UploadFileRspBody) GetUploadIpLanV6() []string

func (*UploadFileRspBody) GetUploadPort

func (x *UploadFileRspBody) GetUploadPort() int32

func (*UploadFileRspBody) ProtoMessage

func (*UploadFileRspBody) ProtoMessage()

func (*UploadFileRspBody) ProtoReflect

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

func (*UploadFileRspBody) Reset

func (x *UploadFileRspBody) Reset()

func (*UploadFileRspBody) String

func (x *UploadFileRspBody) String() string

type UrlCheckResult

type UrlCheckResult struct {
	Url          *string `protobuf:"bytes,1,opt,name=url" json:"url,omitempty"`
	Result       *uint32 `protobuf:"varint,2,opt,name=result" json:"result,omitempty"`
	JumpResult   *uint32 `protobuf:"varint,3,opt,name=jumpResult" json:"jumpResult,omitempty"`
	JumpUrl      *string `protobuf:"bytes,4,opt,name=jumpUrl" json:"jumpUrl,omitempty"`
	Level        *uint32 `protobuf:"varint,5,opt,name=level" json:"level,omitempty"`
	SubLevel     *uint32 `protobuf:"varint,6,opt,name=subLevel" json:"subLevel,omitempty"`
	Umrtype      *uint32 `protobuf:"varint,7,opt,name=umrtype" json:"umrtype,omitempty"`
	RetFrom      *uint32 `protobuf:"varint,8,opt,name=retFrom" json:"retFrom,omitempty"`
	OperationBit *uint64 `protobuf:"varint,9,opt,name=operationBit" json:"operationBit,omitempty"`
	// contains filtered or unexported fields
}

func (*UrlCheckResult) Descriptor deprecated

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

Deprecated: Use UrlCheckResult.ProtoReflect.Descriptor instead.

func (*UrlCheckResult) GetJumpResult

func (x *UrlCheckResult) GetJumpResult() uint32

func (*UrlCheckResult) GetJumpUrl

func (x *UrlCheckResult) GetJumpUrl() string

func (*UrlCheckResult) GetLevel

func (x *UrlCheckResult) GetLevel() uint32

func (*UrlCheckResult) GetOperationBit

func (x *UrlCheckResult) GetOperationBit() uint64

func (*UrlCheckResult) GetResult

func (x *UrlCheckResult) GetResult() uint32

func (*UrlCheckResult) GetRetFrom

func (x *UrlCheckResult) GetRetFrom() uint32

func (*UrlCheckResult) GetSubLevel

func (x *UrlCheckResult) GetSubLevel() uint32

func (*UrlCheckResult) GetUmrtype

func (x *UrlCheckResult) GetUmrtype() uint32

func (*UrlCheckResult) GetUrl

func (x *UrlCheckResult) GetUrl() string

func (*UrlCheckResult) ProtoMessage

func (*UrlCheckResult) ProtoMessage()

func (*UrlCheckResult) ProtoReflect

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

func (*UrlCheckResult) Reset

func (x *UrlCheckResult) Reset()

func (*UrlCheckResult) String

func (x *UrlCheckResult) String() string

Jump to

Keyboard shortcuts

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