| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311 |
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // versions:
- // protoc-gen-go v1.36.10
- // protoc v3.21.12
- // source: waReporting/WAWebProtobufsReporting.proto
- package waReporting
- import (
- reflect "reflect"
- sync "sync"
- unsafe "unsafe"
- protoreflect "google.golang.org/protobuf/reflect/protoreflect"
- protoimpl "google.golang.org/protobuf/runtime/protoimpl"
- )
- 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)
- )
- type Reportable struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- MinVersion uint32 `protobuf:"varint,1,opt,name=minVersion,proto3" json:"minVersion,omitempty"`
- MaxVersion uint32 `protobuf:"varint,2,opt,name=maxVersion,proto3" json:"maxVersion,omitempty"`
- NotReportableMinVersion uint32 `protobuf:"varint,3,opt,name=notReportableMinVersion,proto3" json:"notReportableMinVersion,omitempty"`
- Never bool `protobuf:"varint,4,opt,name=never,proto3" json:"never,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *Reportable) Reset() {
- *x = Reportable{}
- mi := &file_waReporting_WAWebProtobufsReporting_proto_msgTypes[0]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *Reportable) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*Reportable) ProtoMessage() {}
- func (x *Reportable) ProtoReflect() protoreflect.Message {
- mi := &file_waReporting_WAWebProtobufsReporting_proto_msgTypes[0]
- if x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use Reportable.ProtoReflect.Descriptor instead.
- func (*Reportable) Descriptor() ([]byte, []int) {
- return file_waReporting_WAWebProtobufsReporting_proto_rawDescGZIP(), []int{0}
- }
- func (x *Reportable) GetMinVersion() uint32 {
- if x != nil {
- return x.MinVersion
- }
- return 0
- }
- func (x *Reportable) GetMaxVersion() uint32 {
- if x != nil {
- return x.MaxVersion
- }
- return 0
- }
- func (x *Reportable) GetNotReportableMinVersion() uint32 {
- if x != nil {
- return x.NotReportableMinVersion
- }
- return 0
- }
- func (x *Reportable) GetNever() bool {
- if x != nil {
- return x.Never
- }
- return false
- }
- type Config struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- Field map[uint32]*Field `protobuf:"bytes,1,rep,name=field,proto3" json:"field,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
- Version uint32 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *Config) Reset() {
- *x = Config{}
- mi := &file_waReporting_WAWebProtobufsReporting_proto_msgTypes[1]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *Config) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*Config) ProtoMessage() {}
- func (x *Config) ProtoReflect() protoreflect.Message {
- mi := &file_waReporting_WAWebProtobufsReporting_proto_msgTypes[1]
- if x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use Config.ProtoReflect.Descriptor instead.
- func (*Config) Descriptor() ([]byte, []int) {
- return file_waReporting_WAWebProtobufsReporting_proto_rawDescGZIP(), []int{1}
- }
- func (x *Config) GetField() map[uint32]*Field {
- if x != nil {
- return x.Field
- }
- return nil
- }
- func (x *Config) GetVersion() uint32 {
- if x != nil {
- return x.Version
- }
- return 0
- }
- type Field struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- MinVersion uint32 `protobuf:"varint,1,opt,name=minVersion,proto3" json:"minVersion,omitempty"`
- MaxVersion uint32 `protobuf:"varint,2,opt,name=maxVersion,proto3" json:"maxVersion,omitempty"`
- NotReportableMinVersion uint32 `protobuf:"varint,3,opt,name=notReportableMinVersion,proto3" json:"notReportableMinVersion,omitempty"`
- IsMessage bool `protobuf:"varint,4,opt,name=isMessage,proto3" json:"isMessage,omitempty"`
- Subfield map[uint32]*Field `protobuf:"bytes,5,rep,name=subfield,proto3" json:"subfield,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *Field) Reset() {
- *x = Field{}
- mi := &file_waReporting_WAWebProtobufsReporting_proto_msgTypes[2]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *Field) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*Field) ProtoMessage() {}
- func (x *Field) ProtoReflect() protoreflect.Message {
- mi := &file_waReporting_WAWebProtobufsReporting_proto_msgTypes[2]
- if x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use Field.ProtoReflect.Descriptor instead.
- func (*Field) Descriptor() ([]byte, []int) {
- return file_waReporting_WAWebProtobufsReporting_proto_rawDescGZIP(), []int{2}
- }
- func (x *Field) GetMinVersion() uint32 {
- if x != nil {
- return x.MinVersion
- }
- return 0
- }
- func (x *Field) GetMaxVersion() uint32 {
- if x != nil {
- return x.MaxVersion
- }
- return 0
- }
- func (x *Field) GetNotReportableMinVersion() uint32 {
- if x != nil {
- return x.NotReportableMinVersion
- }
- return 0
- }
- func (x *Field) GetIsMessage() bool {
- if x != nil {
- return x.IsMessage
- }
- return false
- }
- func (x *Field) GetSubfield() map[uint32]*Field {
- if x != nil {
- return x.Subfield
- }
- return nil
- }
- var File_waReporting_WAWebProtobufsReporting_proto protoreflect.FileDescriptor
- const file_waReporting_WAWebProtobufsReporting_proto_rawDesc = "" +
- "\n" +
- ")waReporting/WAWebProtobufsReporting.proto\x12\x17WAWebProtobufsReporting\"\x9c\x01\n" +
- "\n" +
- "Reportable\x12\x1e\n" +
- "\n" +
- "minVersion\x18\x01 \x01(\rR\n" +
- "minVersion\x12\x1e\n" +
- "\n" +
- "maxVersion\x18\x02 \x01(\rR\n" +
- "maxVersion\x128\n" +
- "\x17notReportableMinVersion\x18\x03 \x01(\rR\x17notReportableMinVersion\x12\x14\n" +
- "\x05never\x18\x04 \x01(\bR\x05never\"\xbe\x01\n" +
- "\x06Config\x12@\n" +
- "\x05field\x18\x01 \x03(\v2*.WAWebProtobufsReporting.Config.FieldEntryR\x05field\x12\x18\n" +
- "\aversion\x18\x02 \x01(\rR\aversion\x1aX\n" +
- "\n" +
- "FieldEntry\x12\x10\n" +
- "\x03key\x18\x01 \x01(\rR\x03key\x124\n" +
- "\x05value\x18\x02 \x01(\v2\x1e.WAWebProtobufsReporting.FieldR\x05value:\x028\x01\"\xc6\x02\n" +
- "\x05Field\x12\x1e\n" +
- "\n" +
- "minVersion\x18\x01 \x01(\rR\n" +
- "minVersion\x12\x1e\n" +
- "\n" +
- "maxVersion\x18\x02 \x01(\rR\n" +
- "maxVersion\x128\n" +
- "\x17notReportableMinVersion\x18\x03 \x01(\rR\x17notReportableMinVersion\x12\x1c\n" +
- "\tisMessage\x18\x04 \x01(\bR\tisMessage\x12H\n" +
- "\bsubfield\x18\x05 \x03(\v2,.WAWebProtobufsReporting.Field.SubfieldEntryR\bsubfield\x1a[\n" +
- "\rSubfieldEntry\x12\x10\n" +
- "\x03key\x18\x01 \x01(\rR\x03key\x124\n" +
- "\x05value\x18\x02 \x01(\v2\x1e.WAWebProtobufsReporting.FieldR\x05value:\x028\x01B'Z%git.bobomao.top/joey/testwh/proto/waReportingb\x06proto3"
- var (
- file_waReporting_WAWebProtobufsReporting_proto_rawDescOnce sync.Once
- file_waReporting_WAWebProtobufsReporting_proto_rawDescData []byte
- )
- func file_waReporting_WAWebProtobufsReporting_proto_rawDescGZIP() []byte {
- file_waReporting_WAWebProtobufsReporting_proto_rawDescOnce.Do(func() {
- file_waReporting_WAWebProtobufsReporting_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_waReporting_WAWebProtobufsReporting_proto_rawDesc), len(file_waReporting_WAWebProtobufsReporting_proto_rawDesc)))
- })
- return file_waReporting_WAWebProtobufsReporting_proto_rawDescData
- }
- var file_waReporting_WAWebProtobufsReporting_proto_msgTypes = make([]protoimpl.MessageInfo, 5)
- var file_waReporting_WAWebProtobufsReporting_proto_goTypes = []any{
- (*Reportable)(nil), // 0: WAWebProtobufsReporting.Reportable
- (*Config)(nil), // 1: WAWebProtobufsReporting.Config
- (*Field)(nil), // 2: WAWebProtobufsReporting.Field
- nil, // 3: WAWebProtobufsReporting.Config.FieldEntry
- nil, // 4: WAWebProtobufsReporting.Field.SubfieldEntry
- }
- var file_waReporting_WAWebProtobufsReporting_proto_depIdxs = []int32{
- 3, // 0: WAWebProtobufsReporting.Config.field:type_name -> WAWebProtobufsReporting.Config.FieldEntry
- 4, // 1: WAWebProtobufsReporting.Field.subfield:type_name -> WAWebProtobufsReporting.Field.SubfieldEntry
- 2, // 2: WAWebProtobufsReporting.Config.FieldEntry.value:type_name -> WAWebProtobufsReporting.Field
- 2, // 3: WAWebProtobufsReporting.Field.SubfieldEntry.value:type_name -> WAWebProtobufsReporting.Field
- 4, // [4:4] is the sub-list for method output_type
- 4, // [4:4] is the sub-list for method input_type
- 4, // [4:4] is the sub-list for extension type_name
- 4, // [4:4] is the sub-list for extension extendee
- 0, // [0:4] is the sub-list for field type_name
- }
- func init() { file_waReporting_WAWebProtobufsReporting_proto_init() }
- func file_waReporting_WAWebProtobufsReporting_proto_init() {
- if File_waReporting_WAWebProtobufsReporting_proto != nil {
- return
- }
- type x struct{}
- out := protoimpl.TypeBuilder{
- File: protoimpl.DescBuilder{
- GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
- RawDescriptor: unsafe.Slice(unsafe.StringData(file_waReporting_WAWebProtobufsReporting_proto_rawDesc), len(file_waReporting_WAWebProtobufsReporting_proto_rawDesc)),
- NumEnums: 0,
- NumMessages: 5,
- NumExtensions: 0,
- NumServices: 0,
- },
- GoTypes: file_waReporting_WAWebProtobufsReporting_proto_goTypes,
- DependencyIndexes: file_waReporting_WAWebProtobufsReporting_proto_depIdxs,
- MessageInfos: file_waReporting_WAWebProtobufsReporting_proto_msgTypes,
- }.Build()
- File_waReporting_WAWebProtobufsReporting_proto = out.File
- file_waReporting_WAWebProtobufsReporting_proto_goTypes = nil
- file_waReporting_WAWebProtobufsReporting_proto_depIdxs = nil
- }
|