oidb

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2021 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_oidb0x6d6_proto protoreflect.FileDescriptor
View Source
var File_oidb0x6d8_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_oidb0xdad_proto protoreflect.FileDescriptor
View Source
var File_oidb0xe07_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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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"`
	// 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) 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"`
	// 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) 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

Jump to

Keyboard shortcuts

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