// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.25.0 // protoc v3.11.4 // source: oidb0x769.proto package oidb import ( proto "github.com/golang/protobuf/proto" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" sync "sync" ) const ( // Verify that this generated code is sufficiently up-to-date. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) // Verify that runtime/protoimpl is sufficiently up-to-date. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) ) // This is a compile-time assertion that a sufficiently up-to-date version // of the legacy proto package is being used. const _ = proto.ProtoPackageIsVersion4 type CPU struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Model *string `protobuf:"bytes,1,opt,name=model" json:"model,omitempty"` Cores *uint32 `protobuf:"varint,2,opt,name=cores" json:"cores,omitempty"` Frequency *uint32 `protobuf:"varint,3,opt,name=frequency" json:"frequency,omitempty"` } func (x *CPU) Reset() { *x = CPU{} if protoimpl.UnsafeEnabled { mi := &file_oidb0x769_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *CPU) String() string { return protoimpl.X.MessageStringOf(x) } func (*CPU) ProtoMessage() {} func (x *CPU) ProtoReflect() protoreflect.Message { mi := &file_oidb0x769_proto_msgTypes[0] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CPU.ProtoReflect.Descriptor instead. func (*CPU) Descriptor() ([]byte, []int) { return file_oidb0x769_proto_rawDescGZIP(), []int{0} } func (x *CPU) GetModel() string { if x != nil && x.Model != nil { return *x.Model } return "" } func (x *CPU) GetCores() uint32 { if x != nil && x.Cores != nil { return *x.Cores } return 0 } func (x *CPU) GetFrequency() uint32 { if x != nil && x.Frequency != nil { return *x.Frequency } return 0 } type Camera struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Primary *uint64 `protobuf:"varint,1,opt,name=primary" json:"primary,omitempty"` Secondary *uint64 `protobuf:"varint,2,opt,name=secondary" json:"secondary,omitempty"` Flash *bool `protobuf:"varint,3,opt,name=flash" json:"flash,omitempty"` } func (x *Camera) Reset() { *x = Camera{} if protoimpl.UnsafeEnabled { mi := &file_oidb0x769_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *Camera) String() string { return protoimpl.X.MessageStringOf(x) } func (*Camera) ProtoMessage() {} func (x *Camera) ProtoReflect() protoreflect.Message { mi := &file_oidb0x769_proto_msgTypes[1] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use Camera.ProtoReflect.Descriptor instead. func (*Camera) Descriptor() ([]byte, []int) { return file_oidb0x769_proto_rawDescGZIP(), []int{1} } func (x *Camera) GetPrimary() uint64 { if x != nil && x.Primary != nil { return *x.Primary } return 0 } func (x *Camera) GetSecondary() uint64 { if x != nil && x.Secondary != nil { return *x.Secondary } return 0 } func (x *Camera) GetFlash() bool { if x != nil && x.Flash != nil { return *x.Flash } return false } type D769ConfigSeq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Type *uint32 `protobuf:"varint,1,opt,name=type" json:"type,omitempty"` Version *uint32 `protobuf:"varint,2,opt,name=version" json:"version,omitempty"` } func (x *D769ConfigSeq) Reset() { *x = D769ConfigSeq{} if protoimpl.UnsafeEnabled { mi := &file_oidb0x769_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *D769ConfigSeq) String() string { return protoimpl.X.MessageStringOf(x) } func (*D769ConfigSeq) ProtoMessage() {} func (x *D769ConfigSeq) ProtoReflect() protoreflect.Message { mi := &file_oidb0x769_proto_msgTypes[2] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use D769ConfigSeq.ProtoReflect.Descriptor instead. func (*D769ConfigSeq) Descriptor() ([]byte, []int) { return file_oidb0x769_proto_rawDescGZIP(), []int{2} } func (x *D769ConfigSeq) GetType() uint32 { if x != nil && x.Type != nil { return *x.Type } return 0 } func (x *D769ConfigSeq) GetVersion() uint32 { if x != nil && x.Version != nil { return *x.Version } return 0 } type Content struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields TaskId *uint32 `protobuf:"varint,1,opt,name=taskId" json:"taskId,omitempty"` Compress *uint32 `protobuf:"varint,2,opt,name=compress" json:"compress,omitempty"` Content []byte `protobuf:"bytes,10,opt,name=content" json:"content,omitempty"` } func (x *Content) Reset() { *x = Content{} if protoimpl.UnsafeEnabled { mi := &file_oidb0x769_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *Content) String() string { return protoimpl.X.MessageStringOf(x) } func (*Content) ProtoMessage() {} func (x *Content) ProtoReflect() protoreflect.Message { mi := &file_oidb0x769_proto_msgTypes[3] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use Content.ProtoReflect.Descriptor instead. func (*Content) Descriptor() ([]byte, []int) { return file_oidb0x769_proto_rawDescGZIP(), []int{3} } func (x *Content) GetTaskId() uint32 { if x != nil && x.TaskId != nil { return *x.TaskId } return 0 } func (x *Content) GetCompress() uint32 { if x != nil && x.Compress != nil { return *x.Compress } return 0 } func (x *Content) GetContent() []byte { if x != nil { return x.Content } return nil } type D769DeviceInfo struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Brand *string `protobuf:"bytes,1,opt,name=brand" json:"brand,omitempty"` Model *string `protobuf:"bytes,2,opt,name=model" json:"model,omitempty"` Os *C41219OS `protobuf:"bytes,3,opt,name=os" json:"os,omitempty"` Cpu *CPU `protobuf:"bytes,4,opt,name=cpu" json:"cpu,omitempty"` Memory *Memory `protobuf:"bytes,5,opt,name=memory" json:"memory,omitempty"` Storage *Storage `protobuf:"bytes,6,opt,name=storage" json:"storage,omitempty"` Screen *Screen `protobuf:"bytes,7,opt,name=screen" json:"screen,omitempty"` Camera *Camera `protobuf:"bytes,8,opt,name=camera" json:"camera,omitempty"` } func (x *D769DeviceInfo) Reset() { *x = D769DeviceInfo{} if protoimpl.UnsafeEnabled { mi := &file_oidb0x769_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *D769DeviceInfo) String() string { return protoimpl.X.MessageStringOf(x) } func (*D769DeviceInfo) ProtoMessage() {} func (x *D769DeviceInfo) ProtoReflect() protoreflect.Message { mi := &file_oidb0x769_proto_msgTypes[4] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use D769DeviceInfo.ProtoReflect.Descriptor instead. func (*D769DeviceInfo) Descriptor() ([]byte, []int) { return file_oidb0x769_proto_rawDescGZIP(), []int{4} } func (x *D769DeviceInfo) GetBrand() string { if x != nil && x.Brand != nil { return *x.Brand } return "" } func (x *D769DeviceInfo) GetModel() string { if x != nil && x.Model != nil { return *x.Model } return "" } func (x *D769DeviceInfo) GetOs() *C41219OS { if x != nil { return x.Os } return nil } func (x *D769DeviceInfo) GetCpu() *CPU { if x != nil { return x.Cpu } return nil } func (x *D769DeviceInfo) GetMemory() *Memory { if x != nil { return x.Memory } return nil } func (x *D769DeviceInfo) GetStorage() *Storage { if x != nil { return x.Storage } return nil } func (x *D769DeviceInfo) GetScreen() *Screen { if x != nil { return x.Screen } return nil } func (x *D769DeviceInfo) GetCamera() *Camera { if x != nil { return x.Camera } return nil } type Memory struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Total *uint64 `protobuf:"varint,1,opt,name=total" json:"total,omitempty"` Process *uint64 `protobuf:"varint,2,opt,name=process" json:"process,omitempty"` } func (x *Memory) Reset() { *x = Memory{} if protoimpl.UnsafeEnabled { mi := &file_oidb0x769_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *Memory) String() string { return protoimpl.X.MessageStringOf(x) } func (*Memory) ProtoMessage() {} func (x *Memory) ProtoReflect() protoreflect.Message { mi := &file_oidb0x769_proto_msgTypes[5] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use Memory.ProtoReflect.Descriptor instead. func (*Memory) Descriptor() ([]byte, []int) { return file_oidb0x769_proto_rawDescGZIP(), []int{5} } func (x *Memory) GetTotal() uint64 { if x != nil && x.Total != nil { return *x.Total } return 0 } func (x *Memory) GetProcess() uint64 { if x != nil && x.Process != nil { return *x.Process } return 0 } type C41219OS struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Type *uint32 `protobuf:"varint,1,opt,name=type" json:"type,omitempty"` Version *string `protobuf:"bytes,2,opt,name=version" json:"version,omitempty"` Sdk *string `protobuf:"bytes,3,opt,name=sdk" json:"sdk,omitempty"` Kernel *string `protobuf:"bytes,4,opt,name=kernel" json:"kernel,omitempty"` Rom *string `protobuf:"bytes,5,opt,name=rom" json:"rom,omitempty"` } func (x *C41219OS) Reset() { *x = C41219OS{} if protoimpl.UnsafeEnabled { mi := &file_oidb0x769_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *C41219OS) String() string { return protoimpl.X.MessageStringOf(x) } func (*C41219OS) ProtoMessage() {} func (x *C41219OS) ProtoReflect() protoreflect.Message { mi := &file_oidb0x769_proto_msgTypes[6] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use C41219OS.ProtoReflect.Descriptor instead. func (*C41219OS) Descriptor() ([]byte, []int) { return file_oidb0x769_proto_rawDescGZIP(), []int{6} } func (x *C41219OS) GetType() uint32 { if x != nil && x.Type != nil { return *x.Type } return 0 } func (x *C41219OS) GetVersion() string { if x != nil && x.Version != nil { return *x.Version } return "" } func (x *C41219OS) GetSdk() string { if x != nil && x.Sdk != nil { return *x.Sdk } return "" } func (x *C41219OS) GetKernel() string { if x != nil && x.Kernel != nil { return *x.Kernel } return "" } func (x *C41219OS) GetRom() string { if x != nil && x.Rom != nil { return *x.Rom } return "" } type QueryUinPackageUsageReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Type *uint32 `protobuf:"varint,1,opt,name=type" json:"type,omitempty"` UinFileSize *uint64 `protobuf:"varint,2,opt,name=uinFileSize" json:"uinFileSize,omitempty"` } func (x *QueryUinPackageUsageReq) Reset() { *x = QueryUinPackageUsageReq{} if protoimpl.UnsafeEnabled { mi := &file_oidb0x769_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *QueryUinPackageUsageReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*QueryUinPackageUsageReq) ProtoMessage() {} func (x *QueryUinPackageUsageReq) ProtoReflect() protoreflect.Message { mi := &file_oidb0x769_proto_msgTypes[7] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use QueryUinPackageUsageReq.ProtoReflect.Descriptor instead. func (*QueryUinPackageUsageReq) Descriptor() ([]byte, []int) { return file_oidb0x769_proto_rawDescGZIP(), []int{7} } func (x *QueryUinPackageUsageReq) GetType() uint32 { if x != nil && x.Type != nil { return *x.Type } return 0 } func (x *QueryUinPackageUsageReq) GetUinFileSize() uint64 { if x != nil && x.UinFileSize != nil { return *x.UinFileSize } return 0 } type QueryUinPackageUsageRsp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Status *uint32 `protobuf:"varint,1,opt,name=status" json:"status,omitempty"` LeftUinNum *uint64 `protobuf:"varint,2,opt,name=leftUinNum" json:"leftUinNum,omitempty"` MaxUinNum *uint64 `protobuf:"varint,3,opt,name=maxUinNum" json:"maxUinNum,omitempty"` Proportion *uint32 `protobuf:"varint,4,opt,name=proportion" json:"proportion,omitempty"` UinPackageUsedList []*UinPackageUsedInfo `protobuf:"bytes,10,rep,name=uinPackageUsedList" json:"uinPackageUsedList,omitempty"` } func (x *QueryUinPackageUsageRsp) Reset() { *x = QueryUinPackageUsageRsp{} if protoimpl.UnsafeEnabled { mi := &file_oidb0x769_proto_msgTypes[8] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *QueryUinPackageUsageRsp) String() string { return protoimpl.X.MessageStringOf(x) } func (*QueryUinPackageUsageRsp) ProtoMessage() {} func (x *QueryUinPackageUsageRsp) ProtoReflect() protoreflect.Message { mi := &file_oidb0x769_proto_msgTypes[8] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use QueryUinPackageUsageRsp.ProtoReflect.Descriptor instead. func (*QueryUinPackageUsageRsp) Descriptor() ([]byte, []int) { return file_oidb0x769_proto_rawDescGZIP(), []int{8} } func (x *QueryUinPackageUsageRsp) GetStatus() uint32 { if x != nil && x.Status != nil { return *x.Status } return 0 } func (x *QueryUinPackageUsageRsp) GetLeftUinNum() uint64 { if x != nil && x.LeftUinNum != nil { return *x.LeftUinNum } return 0 } func (x *QueryUinPackageUsageRsp) GetMaxUinNum() uint64 { if x != nil && x.MaxUinNum != nil { return *x.MaxUinNum } return 0 } func (x *QueryUinPackageUsageRsp) GetProportion() uint32 { if x != nil && x.Proportion != nil { return *x.Proportion } return 0 } func (x *QueryUinPackageUsageRsp) GetUinPackageUsedList() []*UinPackageUsedInfo { if x != nil { return x.UinPackageUsedList } return nil } type D769ReqBody struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ConfigList []*D769ConfigSeq `protobuf:"bytes,1,rep,name=configList" json:"configList,omitempty"` DeviceInfo *D769DeviceInfo `protobuf:"bytes,2,opt,name=deviceInfo" json:"deviceInfo,omitempty"` Info *string `protobuf:"bytes,3,opt,name=info" json:"info,omitempty"` Province *string `protobuf:"bytes,4,opt,name=province" json:"province,omitempty"` City *string `protobuf:"bytes,5,opt,name=city" json:"city,omitempty"` ReqDebugMsg *int32 `protobuf:"varint,6,opt,name=reqDebugMsg" json:"reqDebugMsg,omitempty"` QueryUinPackageUsageReq *QueryUinPackageUsageReq `protobuf:"bytes,101,opt,name=queryUinPackageUsageReq" json:"queryUinPackageUsageReq,omitempty"` } func (x *D769ReqBody) Reset() { *x = D769ReqBody{} if protoimpl.UnsafeEnabled { mi := &file_oidb0x769_proto_msgTypes[9] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *D769ReqBody) String() string { return protoimpl.X.MessageStringOf(x) } func (*D769ReqBody) ProtoMessage() {} func (x *D769ReqBody) ProtoReflect() protoreflect.Message { mi := &file_oidb0x769_proto_msgTypes[9] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use D769ReqBody.ProtoReflect.Descriptor instead. func (*D769ReqBody) Descriptor() ([]byte, []int) { return file_oidb0x769_proto_rawDescGZIP(), []int{9} } func (x *D769ReqBody) GetConfigList() []*D769ConfigSeq { if x != nil { return x.ConfigList } return nil } func (x *D769ReqBody) GetDeviceInfo() *D769DeviceInfo { if x != nil { return x.DeviceInfo } return nil } func (x *D769ReqBody) GetInfo() string { if x != nil && x.Info != nil { return *x.Info } return "" } func (x *D769ReqBody) GetProvince() string { if x != nil && x.Province != nil { return *x.Province } return "" } func (x *D769ReqBody) GetCity() string { if x != nil && x.City != nil { return *x.City } return "" } func (x *D769ReqBody) GetReqDebugMsg() int32 { if x != nil && x.ReqDebugMsg != nil { return *x.ReqDebugMsg } return 0 } func (x *D769ReqBody) GetQueryUinPackageUsageReq() *QueryUinPackageUsageReq { if x != nil { return x.QueryUinPackageUsageReq } return nil } type D769RspBody struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Result *uint32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"` ConfigList []*D769ConfigSeq `protobuf:"bytes,2,rep,name=configList" json:"configList,omitempty"` QueryUinPackageUsageRsp *QueryUinPackageUsageRsp `protobuf:"bytes,101,opt,name=queryUinPackageUsageRsp" json:"queryUinPackageUsageRsp,omitempty"` } func (x *D769RspBody) Reset() { *x = D769RspBody{} if protoimpl.UnsafeEnabled { mi := &file_oidb0x769_proto_msgTypes[10] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *D769RspBody) String() string { return protoimpl.X.MessageStringOf(x) } func (*D769RspBody) ProtoMessage() {} func (x *D769RspBody) ProtoReflect() protoreflect.Message { mi := &file_oidb0x769_proto_msgTypes[10] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use D769RspBody.ProtoReflect.Descriptor instead. func (*D769RspBody) Descriptor() ([]byte, []int) { return file_oidb0x769_proto_rawDescGZIP(), []int{10} } func (x *D769RspBody) GetResult() uint32 { if x != nil && x.Result != nil { return *x.Result } return 0 } func (x *D769RspBody) GetConfigList() []*D769ConfigSeq { if x != nil { return x.ConfigList } return nil } func (x *D769RspBody) GetQueryUinPackageUsageRsp() *QueryUinPackageUsageRsp { if x != nil { return x.QueryUinPackageUsageRsp } return nil } type Screen struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Model *string `protobuf:"bytes,1,opt,name=model" json:"model,omitempty"` Width *uint32 `protobuf:"varint,2,opt,name=width" json:"width,omitempty"` Height *uint32 `protobuf:"varint,3,opt,name=height" json:"height,omitempty"` Dpi *uint32 `protobuf:"varint,4,opt,name=dpi" json:"dpi,omitempty"` MultiTouch *bool `protobuf:"varint,5,opt,name=multiTouch" json:"multiTouch,omitempty"` } func (x *Screen) Reset() { *x = Screen{} if protoimpl.UnsafeEnabled { mi := &file_oidb0x769_proto_msgTypes[11] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *Screen) String() string { return protoimpl.X.MessageStringOf(x) } func (*Screen) ProtoMessage() {} func (x *Screen) ProtoReflect() protoreflect.Message { mi := &file_oidb0x769_proto_msgTypes[11] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use Screen.ProtoReflect.Descriptor instead. func (*Screen) Descriptor() ([]byte, []int) { return file_oidb0x769_proto_rawDescGZIP(), []int{11} } func (x *Screen) GetModel() string { if x != nil && x.Model != nil { return *x.Model } return "" } func (x *Screen) GetWidth() uint32 { if x != nil && x.Width != nil { return *x.Width } return 0 } func (x *Screen) GetHeight() uint32 { if x != nil && x.Height != nil { return *x.Height } return 0 } func (x *Screen) GetDpi() uint32 { if x != nil && x.Dpi != nil { return *x.Dpi } return 0 } func (x *Screen) GetMultiTouch() bool { if x != nil && x.MultiTouch != nil { return *x.MultiTouch } return false } type Storage struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Builtin *uint64 `protobuf:"varint,1,opt,name=builtin" json:"builtin,omitempty"` External *uint64 `protobuf:"varint,2,opt,name=external" json:"external,omitempty"` } func (x *Storage) Reset() { *x = Storage{} if protoimpl.UnsafeEnabled { mi := &file_oidb0x769_proto_msgTypes[12] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *Storage) String() string { return protoimpl.X.MessageStringOf(x) } func (*Storage) ProtoMessage() {} func (x *Storage) ProtoReflect() protoreflect.Message { mi := &file_oidb0x769_proto_msgTypes[12] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use Storage.ProtoReflect.Descriptor instead. func (*Storage) Descriptor() ([]byte, []int) { return file_oidb0x769_proto_rawDescGZIP(), []int{12} } func (x *Storage) GetBuiltin() uint64 { if x != nil && x.Builtin != nil { return *x.Builtin } return 0 } func (x *Storage) GetExternal() uint64 { if x != nil && x.External != nil { return *x.External } return 0 } type UinPackageUsedInfo struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields RuleId *uint32 `protobuf:"varint,1,opt,name=ruleId" json:"ruleId,omitempty"` Author *string `protobuf:"bytes,2,opt,name=author" json:"author,omitempty"` Url *string `protobuf:"bytes,3,opt,name=url" json:"url,omitempty"` UinNum *uint64 `protobuf:"varint,4,opt,name=uinNum" json:"uinNum,omitempty"` } func (x *UinPackageUsedInfo) Reset() { *x = UinPackageUsedInfo{} if protoimpl.UnsafeEnabled { mi := &file_oidb0x769_proto_msgTypes[13] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *UinPackageUsedInfo) String() string { return protoimpl.X.MessageStringOf(x) } func (*UinPackageUsedInfo) ProtoMessage() {} func (x *UinPackageUsedInfo) ProtoReflect() protoreflect.Message { mi := &file_oidb0x769_proto_msgTypes[13] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use UinPackageUsedInfo.ProtoReflect.Descriptor instead. func (*UinPackageUsedInfo) Descriptor() ([]byte, []int) { return file_oidb0x769_proto_rawDescGZIP(), []int{13} } func (x *UinPackageUsedInfo) GetRuleId() uint32 { if x != nil && x.RuleId != nil { return *x.RuleId } return 0 } func (x *UinPackageUsedInfo) GetAuthor() string { if x != nil && x.Author != nil { return *x.Author } return "" } func (x *UinPackageUsedInfo) GetUrl() string { if x != nil && x.Url != nil { return *x.Url } return "" } func (x *UinPackageUsedInfo) GetUinNum() uint64 { if x != nil && x.UinNum != nil { return *x.UinNum } return 0 } var File_oidb0x769_proto protoreflect.FileDescriptor var file_oidb0x769_proto_rawDesc = []byte{ 0x0a, 0x0f, 0x6f, 0x69, 0x64, 0x62, 0x30, 0x78, 0x37, 0x36, 0x39, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x4f, 0x0a, 0x03, 0x43, 0x50, 0x55, 0x12, 0x14, 0x0a, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x72, 0x65, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x63, 0x6f, 0x72, 0x65, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x66, 0x72, 0x65, 0x71, 0x75, 0x65, 0x6e, 0x63, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x66, 0x72, 0x65, 0x71, 0x75, 0x65, 0x6e, 0x63, 0x79, 0x22, 0x56, 0x0a, 0x06, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x72, 0x69, 0x6d, 0x61, 0x72, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x70, 0x72, 0x69, 0x6d, 0x61, 0x72, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x61, 0x72, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x73, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x61, 0x72, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6c, 0x61, 0x73, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6c, 0x61, 0x73, 0x68, 0x22, 0x3d, 0x0a, 0x0d, 0x44, 0x37, 0x36, 0x39, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x53, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x57, 0x0a, 0x07, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x61, 0x73, 0x6b, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x74, 0x61, 0x73, 0x6b, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6d, 0x70, 0x72, 0x65, 0x73, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x63, 0x6f, 0x6d, 0x70, 0x72, 0x65, 0x73, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x22, 0xf6, 0x01, 0x0a, 0x0e, 0x44, 0x37, 0x36, 0x39, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x72, 0x61, 0x6e, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x62, 0x72, 0x61, 0x6e, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x12, 0x19, 0x0a, 0x02, 0x6f, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x43, 0x34, 0x31, 0x32, 0x31, 0x39, 0x4f, 0x53, 0x52, 0x02, 0x6f, 0x73, 0x12, 0x16, 0x0a, 0x03, 0x63, 0x70, 0x75, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x04, 0x2e, 0x43, 0x50, 0x55, 0x52, 0x03, 0x63, 0x70, 0x75, 0x12, 0x1f, 0x0a, 0x06, 0x6d, 0x65, 0x6d, 0x6f, 0x72, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x07, 0x2e, 0x4d, 0x65, 0x6d, 0x6f, 0x72, 0x79, 0x52, 0x06, 0x6d, 0x65, 0x6d, 0x6f, 0x72, 0x79, 0x12, 0x22, 0x0a, 0x07, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x52, 0x07, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x12, 0x1f, 0x0a, 0x06, 0x73, 0x63, 0x72, 0x65, 0x65, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x07, 0x2e, 0x53, 0x63, 0x72, 0x65, 0x65, 0x6e, 0x52, 0x06, 0x73, 0x63, 0x72, 0x65, 0x65, 0x6e, 0x12, 0x1f, 0x0a, 0x06, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x07, 0x2e, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x06, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x22, 0x38, 0x0a, 0x06, 0x4d, 0x65, 0x6d, 0x6f, 0x72, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x70, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x22, 0x74, 0x0a, 0x08, 0x43, 0x34, 0x31, 0x32, 0x31, 0x39, 0x4f, 0x53, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x64, 0x6b, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x73, 0x64, 0x6b, 0x12, 0x16, 0x0a, 0x06, 0x6b, 0x65, 0x72, 0x6e, 0x65, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6b, 0x65, 0x72, 0x6e, 0x65, 0x6c, 0x12, 0x10, 0x0a, 0x03, 0x72, 0x6f, 0x6d, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x72, 0x6f, 0x6d, 0x22, 0x4f, 0x0a, 0x17, 0x51, 0x75, 0x65, 0x72, 0x79, 0x55, 0x69, 0x6e, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x55, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x75, 0x69, 0x6e, 0x46, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x75, 0x69, 0x6e, 0x46, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x22, 0xd4, 0x01, 0x0a, 0x17, 0x51, 0x75, 0x65, 0x72, 0x79, 0x55, 0x69, 0x6e, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x55, 0x73, 0x61, 0x67, 0x65, 0x52, 0x73, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x6c, 0x65, 0x66, 0x74, 0x55, 0x69, 0x6e, 0x4e, 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, 0x6c, 0x65, 0x66, 0x74, 0x55, 0x69, 0x6e, 0x4e, 0x75, 0x6d, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x61, 0x78, 0x55, 0x69, 0x6e, 0x4e, 0x75, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x6d, 0x61, 0x78, 0x55, 0x69, 0x6e, 0x4e, 0x75, 0x6d, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x43, 0x0a, 0x12, 0x75, 0x69, 0x6e, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x55, 0x73, 0x65, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x55, 0x69, 0x6e, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x55, 0x73, 0x65, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x12, 0x75, 0x69, 0x6e, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x55, 0x73, 0x65, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x22, 0xa8, 0x02, 0x0a, 0x0b, 0x44, 0x37, 0x36, 0x39, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x2e, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x44, 0x37, 0x36, 0x39, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x53, 0x65, 0x71, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x2f, 0x0a, 0x0a, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x44, 0x37, 0x36, 0x39, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0a, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x12, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x69, 0x74, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x69, 0x74, 0x79, 0x12, 0x20, 0x0a, 0x0b, 0x72, 0x65, 0x71, 0x44, 0x65, 0x62, 0x75, 0x67, 0x4d, 0x73, 0x67, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x72, 0x65, 0x71, 0x44, 0x65, 0x62, 0x75, 0x67, 0x4d, 0x73, 0x67, 0x12, 0x52, 0x0a, 0x17, 0x71, 0x75, 0x65, 0x72, 0x79, 0x55, 0x69, 0x6e, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x55, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x18, 0x65, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x55, 0x69, 0x6e, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x55, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x52, 0x17, 0x71, 0x75, 0x65, 0x72, 0x79, 0x55, 0x69, 0x6e, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x55, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x22, 0xa9, 0x01, 0x0a, 0x0b, 0x44, 0x37, 0x36, 0x39, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x2e, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x44, 0x37, 0x36, 0x39, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x53, 0x65, 0x71, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x52, 0x0a, 0x17, 0x71, 0x75, 0x65, 0x72, 0x79, 0x55, 0x69, 0x6e, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x55, 0x73, 0x61, 0x67, 0x65, 0x52, 0x73, 0x70, 0x18, 0x65, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x55, 0x69, 0x6e, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x55, 0x73, 0x61, 0x67, 0x65, 0x52, 0x73, 0x70, 0x52, 0x17, 0x71, 0x75, 0x65, 0x72, 0x79, 0x55, 0x69, 0x6e, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x55, 0x73, 0x61, 0x67, 0x65, 0x52, 0x73, 0x70, 0x22, 0x7e, 0x0a, 0x06, 0x53, 0x63, 0x72, 0x65, 0x65, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x69, 0x64, 0x74, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x77, 0x69, 0x64, 0x74, 0x68, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x64, 0x70, 0x69, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x64, 0x70, 0x69, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x54, 0x6f, 0x75, 0x63, 0x68, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x54, 0x6f, 0x75, 0x63, 0x68, 0x22, 0x3f, 0x0a, 0x07, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x62, 0x75, 0x69, 0x6c, 0x74, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x62, 0x75, 0x69, 0x6c, 0x74, 0x69, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x22, 0x6e, 0x0a, 0x12, 0x55, 0x69, 0x6e, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x55, 0x73, 0x65, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x75, 0x6c, 0x65, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x72, 0x75, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x69, 0x6e, 0x4e, 0x75, 0x6d, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x75, 0x69, 0x6e, 0x4e, 0x75, 0x6d, 0x42, 0x08, 0x5a, 0x06, 0x2e, 0x3b, 0x6f, 0x69, 0x64, 0x62, } var ( file_oidb0x769_proto_rawDescOnce sync.Once file_oidb0x769_proto_rawDescData = file_oidb0x769_proto_rawDesc ) func file_oidb0x769_proto_rawDescGZIP() []byte { file_oidb0x769_proto_rawDescOnce.Do(func() { file_oidb0x769_proto_rawDescData = protoimpl.X.CompressGZIP(file_oidb0x769_proto_rawDescData) }) return file_oidb0x769_proto_rawDescData } var file_oidb0x769_proto_msgTypes = make([]protoimpl.MessageInfo, 14) var file_oidb0x769_proto_goTypes = []interface{}{ (*CPU)(nil), // 0: CPU (*Camera)(nil), // 1: Camera (*D769ConfigSeq)(nil), // 2: D769ConfigSeq (*Content)(nil), // 3: Content (*D769DeviceInfo)(nil), // 4: D769DeviceInfo (*Memory)(nil), // 5: Memory (*C41219OS)(nil), // 6: C41219OS (*QueryUinPackageUsageReq)(nil), // 7: QueryUinPackageUsageReq (*QueryUinPackageUsageRsp)(nil), // 8: QueryUinPackageUsageRsp (*D769ReqBody)(nil), // 9: D769ReqBody (*D769RspBody)(nil), // 10: D769RspBody (*Screen)(nil), // 11: Screen (*Storage)(nil), // 12: Storage (*UinPackageUsedInfo)(nil), // 13: UinPackageUsedInfo } var file_oidb0x769_proto_depIdxs = []int32{ 6, // 0: D769DeviceInfo.os:type_name -> C41219OS 0, // 1: D769DeviceInfo.cpu:type_name -> CPU 5, // 2: D769DeviceInfo.memory:type_name -> Memory 12, // 3: D769DeviceInfo.storage:type_name -> Storage 11, // 4: D769DeviceInfo.screen:type_name -> Screen 1, // 5: D769DeviceInfo.camera:type_name -> Camera 13, // 6: QueryUinPackageUsageRsp.uinPackageUsedList:type_name -> UinPackageUsedInfo 2, // 7: D769ReqBody.configList:type_name -> D769ConfigSeq 4, // 8: D769ReqBody.deviceInfo:type_name -> D769DeviceInfo 7, // 9: D769ReqBody.queryUinPackageUsageReq:type_name -> QueryUinPackageUsageReq 2, // 10: D769RspBody.configList:type_name -> D769ConfigSeq 8, // 11: D769RspBody.queryUinPackageUsageRsp:type_name -> QueryUinPackageUsageRsp 12, // [12:12] is the sub-list for method output_type 12, // [12:12] is the sub-list for method input_type 12, // [12:12] is the sub-list for extension type_name 12, // [12:12] is the sub-list for extension extendee 0, // [0:12] is the sub-list for field type_name } func init() { file_oidb0x769_proto_init() } func file_oidb0x769_proto_init() { if File_oidb0x769_proto != nil { return } if !protoimpl.UnsafeEnabled { file_oidb0x769_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CPU); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_oidb0x769_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Camera); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_oidb0x769_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*D769ConfigSeq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_oidb0x769_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Content); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_oidb0x769_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*D769DeviceInfo); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_oidb0x769_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Memory); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_oidb0x769_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*C41219OS); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_oidb0x769_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*QueryUinPackageUsageReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_oidb0x769_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*QueryUinPackageUsageRsp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_oidb0x769_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*D769ReqBody); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_oidb0x769_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*D769RspBody); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_oidb0x769_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Screen); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_oidb0x769_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Storage); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_oidb0x769_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UinPackageUsedInfo); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } } type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_oidb0x769_proto_rawDesc, NumEnums: 0, NumMessages: 14, NumExtensions: 0, NumServices: 0, }, GoTypes: file_oidb0x769_proto_goTypes, DependencyIndexes: file_oidb0x769_proto_depIdxs, MessageInfos: file_oidb0x769_proto_msgTypes, }.Build() File_oidb0x769_proto = out.File file_oidb0x769_proto_rawDesc = nil file_oidb0x769_proto_goTypes = nil file_oidb0x769_proto_depIdxs = nil }