| // Code generated by protoc-gen-go. DO NOT EDIT. |
| // source: proto2/enum.proto |
| |
| package proto2 |
| |
| import ( |
| proto "github.com/golang/protobuf/proto" |
| protoapi "github.com/golang/protobuf/protoapi" |
| protoreflect "github.com/golang/protobuf/v2/reflect/protoreflect" |
| protoimpl "github.com/golang/protobuf/v2/runtime/protoimpl" |
| reflect "reflect" |
| ) |
| |
| // This is a compile-time assertion to ensure that this generated file |
| // is compatible with the proto package it is being compiled against. |
| // A compilation error at this line likely means your copy of the |
| // proto package needs to be updated. |
| const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package |
| |
| // EnumType1 comment. |
| type EnumType1 int32 |
| |
| const ( |
| // EnumType1_ONE comment. |
| EnumType1_ONE EnumType1 = 1 |
| // EnumType1_TWO comment. |
| EnumType1_TWO EnumType1 = 2 |
| ) |
| |
| func (e EnumType1) Type() protoreflect.EnumType { |
| return xxx_File_proto2_enum_proto_enumTypes[0] |
| } |
| func (e EnumType1) Number() protoreflect.EnumNumber { |
| return protoreflect.EnumNumber(e) |
| } |
| |
| var EnumType1_name = map[int32]string{ |
| 1: "ONE", |
| 2: "TWO", |
| } |
| |
| var EnumType1_value = map[string]int32{ |
| "ONE": 1, |
| "TWO": 2, |
| } |
| |
| func (x EnumType1) Enum() *EnumType1 { |
| p := new(EnumType1) |
| *p = x |
| return p |
| } |
| |
| func (x EnumType1) String() string { |
| return proto.EnumName(EnumType1_name, int32(x)) |
| } |
| |
| func (x *EnumType1) UnmarshalJSON(data []byte) error { |
| value, err := proto.UnmarshalJSONEnum(EnumType1_value, data, "EnumType1") |
| if err != nil { |
| return err |
| } |
| *x = EnumType1(value) |
| return nil |
| } |
| |
| func (EnumType1) EnumDescriptor() ([]byte, []int) { |
| return xxx_File_proto2_enum_proto_rawdesc_gzipped, []int{0} |
| } |
| |
| type EnumType2 int32 |
| |
| const ( |
| EnumType2_duplicate1 EnumType2 = 1 |
| EnumType2_duplicate2 EnumType2 = 1 |
| ) |
| |
| func (e EnumType2) Type() protoreflect.EnumType { |
| return xxx_File_proto2_enum_proto_enumTypes[1] |
| } |
| func (e EnumType2) Number() protoreflect.EnumNumber { |
| return protoreflect.EnumNumber(e) |
| } |
| |
| var EnumType2_name = map[int32]string{ |
| 1: "duplicate1", |
| // Duplicate value: 1: "duplicate2", |
| } |
| |
| var EnumType2_value = map[string]int32{ |
| "duplicate1": 1, |
| "duplicate2": 1, |
| } |
| |
| func (x EnumType2) Enum() *EnumType2 { |
| p := new(EnumType2) |
| *p = x |
| return p |
| } |
| |
| func (x EnumType2) String() string { |
| return proto.EnumName(EnumType2_name, int32(x)) |
| } |
| |
| func (x *EnumType2) UnmarshalJSON(data []byte) error { |
| value, err := proto.UnmarshalJSONEnum(EnumType2_value, data, "EnumType2") |
| if err != nil { |
| return err |
| } |
| *x = EnumType2(value) |
| return nil |
| } |
| |
| func (EnumType2) EnumDescriptor() ([]byte, []int) { |
| return xxx_File_proto2_enum_proto_rawdesc_gzipped, []int{1} |
| } |
| |
| // NestedEnumType1A comment. |
| type EnumContainerMessage1_NestedEnumType1A int32 |
| |
| const ( |
| // NestedEnumType1A_VALUE comment. |
| EnumContainerMessage1_NESTED_1A_VALUE EnumContainerMessage1_NestedEnumType1A = 0 |
| ) |
| |
| func (e EnumContainerMessage1_NestedEnumType1A) Type() protoreflect.EnumType { |
| return xxx_File_proto2_enum_proto_enumTypes[2] |
| } |
| func (e EnumContainerMessage1_NestedEnumType1A) Number() protoreflect.EnumNumber { |
| return protoreflect.EnumNumber(e) |
| } |
| |
| var EnumContainerMessage1_NestedEnumType1A_name = map[int32]string{ |
| 0: "NESTED_1A_VALUE", |
| } |
| |
| var EnumContainerMessage1_NestedEnumType1A_value = map[string]int32{ |
| "NESTED_1A_VALUE": 0, |
| } |
| |
| func (x EnumContainerMessage1_NestedEnumType1A) Enum() *EnumContainerMessage1_NestedEnumType1A { |
| p := new(EnumContainerMessage1_NestedEnumType1A) |
| *p = x |
| return p |
| } |
| |
| func (x EnumContainerMessage1_NestedEnumType1A) String() string { |
| return proto.EnumName(EnumContainerMessage1_NestedEnumType1A_name, int32(x)) |
| } |
| |
| func (x *EnumContainerMessage1_NestedEnumType1A) UnmarshalJSON(data []byte) error { |
| value, err := proto.UnmarshalJSONEnum(EnumContainerMessage1_NestedEnumType1A_value, data, "EnumContainerMessage1_NestedEnumType1A") |
| if err != nil { |
| return err |
| } |
| *x = EnumContainerMessage1_NestedEnumType1A(value) |
| return nil |
| } |
| |
| func (EnumContainerMessage1_NestedEnumType1A) EnumDescriptor() ([]byte, []int) { |
| return xxx_File_proto2_enum_proto_rawdesc_gzipped, []int{0, 0} |
| } |
| |
| type EnumContainerMessage1_NestedEnumType1B int32 |
| |
| const ( |
| EnumContainerMessage1_NESTED_1B_VALUE EnumContainerMessage1_NestedEnumType1B = 0 |
| ) |
| |
| func (e EnumContainerMessage1_NestedEnumType1B) Type() protoreflect.EnumType { |
| return xxx_File_proto2_enum_proto_enumTypes[3] |
| } |
| func (e EnumContainerMessage1_NestedEnumType1B) Number() protoreflect.EnumNumber { |
| return protoreflect.EnumNumber(e) |
| } |
| |
| var EnumContainerMessage1_NestedEnumType1B_name = map[int32]string{ |
| 0: "NESTED_1B_VALUE", |
| } |
| |
| var EnumContainerMessage1_NestedEnumType1B_value = map[string]int32{ |
| "NESTED_1B_VALUE": 0, |
| } |
| |
| func (x EnumContainerMessage1_NestedEnumType1B) Enum() *EnumContainerMessage1_NestedEnumType1B { |
| p := new(EnumContainerMessage1_NestedEnumType1B) |
| *p = x |
| return p |
| } |
| |
| func (x EnumContainerMessage1_NestedEnumType1B) String() string { |
| return proto.EnumName(EnumContainerMessage1_NestedEnumType1B_name, int32(x)) |
| } |
| |
| func (x *EnumContainerMessage1_NestedEnumType1B) UnmarshalJSON(data []byte) error { |
| value, err := proto.UnmarshalJSONEnum(EnumContainerMessage1_NestedEnumType1B_value, data, "EnumContainerMessage1_NestedEnumType1B") |
| if err != nil { |
| return err |
| } |
| *x = EnumContainerMessage1_NestedEnumType1B(value) |
| return nil |
| } |
| |
| func (EnumContainerMessage1_NestedEnumType1B) EnumDescriptor() ([]byte, []int) { |
| return xxx_File_proto2_enum_proto_rawdesc_gzipped, []int{0, 1} |
| } |
| |
| // NestedEnumType2A comment. |
| type EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2A int32 |
| |
| const ( |
| // NestedEnumType2A_VALUE comment. |
| EnumContainerMessage1_EnumContainerMessage2_NESTED_2A_VALUE EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2A = 0 |
| ) |
| |
| func (e EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2A) Type() protoreflect.EnumType { |
| return xxx_File_proto2_enum_proto_enumTypes[4] |
| } |
| func (e EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2A) Number() protoreflect.EnumNumber { |
| return protoreflect.EnumNumber(e) |
| } |
| |
| var EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2A_name = map[int32]string{ |
| 0: "NESTED_2A_VALUE", |
| } |
| |
| var EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2A_value = map[string]int32{ |
| "NESTED_2A_VALUE": 0, |
| } |
| |
| func (x EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2A) Enum() *EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2A { |
| p := new(EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2A) |
| *p = x |
| return p |
| } |
| |
| func (x EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2A) String() string { |
| return proto.EnumName(EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2A_name, int32(x)) |
| } |
| |
| func (x *EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2A) UnmarshalJSON(data []byte) error { |
| value, err := proto.UnmarshalJSONEnum(EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2A_value, data, "EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2A") |
| if err != nil { |
| return err |
| } |
| *x = EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2A(value) |
| return nil |
| } |
| |
| func (EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2A) EnumDescriptor() ([]byte, []int) { |
| return xxx_File_proto2_enum_proto_rawdesc_gzipped, []int{0, 0, 0} |
| } |
| |
| type EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2B int32 |
| |
| const ( |
| EnumContainerMessage1_EnumContainerMessage2_NESTED_2B_VALUE EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2B = 0 |
| ) |
| |
| func (e EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2B) Type() protoreflect.EnumType { |
| return xxx_File_proto2_enum_proto_enumTypes[5] |
| } |
| func (e EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2B) Number() protoreflect.EnumNumber { |
| return protoreflect.EnumNumber(e) |
| } |
| |
| var EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2B_name = map[int32]string{ |
| 0: "NESTED_2B_VALUE", |
| } |
| |
| var EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2B_value = map[string]int32{ |
| "NESTED_2B_VALUE": 0, |
| } |
| |
| func (x EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2B) Enum() *EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2B { |
| p := new(EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2B) |
| *p = x |
| return p |
| } |
| |
| func (x EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2B) String() string { |
| return proto.EnumName(EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2B_name, int32(x)) |
| } |
| |
| func (x *EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2B) UnmarshalJSON(data []byte) error { |
| value, err := proto.UnmarshalJSONEnum(EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2B_value, data, "EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2B") |
| if err != nil { |
| return err |
| } |
| *x = EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2B(value) |
| return nil |
| } |
| |
| func (EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2B) EnumDescriptor() ([]byte, []int) { |
| return xxx_File_proto2_enum_proto_rawdesc_gzipped, []int{0, 0, 1} |
| } |
| |
| type EnumContainerMessage1 struct { |
| DefaultDuplicate1 *EnumType2 `protobuf:"varint,1,opt,name=default_duplicate1,json=defaultDuplicate1,enum=goproto.protoc.proto2.EnumType2,def=1" json:"default_duplicate1,omitempty"` |
| DefaultDuplicate2 *EnumType2 `protobuf:"varint,2,opt,name=default_duplicate2,json=defaultDuplicate2,enum=goproto.protoc.proto2.EnumType2,def=1" json:"default_duplicate2,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *EnumContainerMessage1) ProtoReflect() protoreflect.Message { |
| return xxx_File_proto2_enum_proto_messageTypes[0].MessageOf(m) |
| } |
| func (m *EnumContainerMessage1) Reset() { *m = EnumContainerMessage1{} } |
| func (m *EnumContainerMessage1) String() string { return proto.CompactTextString(m) } |
| func (*EnumContainerMessage1) ProtoMessage() {} |
| func (*EnumContainerMessage1) Descriptor() ([]byte, []int) { |
| return xxx_File_proto2_enum_proto_rawdesc_gzipped, []int{0} |
| } |
| |
| func (m *EnumContainerMessage1) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_EnumContainerMessage1.Unmarshal(m, b) |
| } |
| func (m *EnumContainerMessage1) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_EnumContainerMessage1.Marshal(b, m, deterministic) |
| } |
| func (m *EnumContainerMessage1) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_EnumContainerMessage1.Merge(m, src) |
| } |
| func (m *EnumContainerMessage1) XXX_Size() int { |
| return xxx_messageInfo_EnumContainerMessage1.Size(m) |
| } |
| func (m *EnumContainerMessage1) XXX_DiscardUnknown() { |
| xxx_messageInfo_EnumContainerMessage1.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_EnumContainerMessage1 proto.InternalMessageInfo |
| |
| const Default_EnumContainerMessage1_DefaultDuplicate1 EnumType2 = EnumType2_duplicate1 |
| const Default_EnumContainerMessage1_DefaultDuplicate2 EnumType2 = EnumType2_duplicate2 |
| |
| func (m *EnumContainerMessage1) GetDefaultDuplicate1() EnumType2 { |
| if m != nil && m.DefaultDuplicate1 != nil { |
| return *m.DefaultDuplicate1 |
| } |
| return Default_EnumContainerMessage1_DefaultDuplicate1 |
| } |
| |
| func (m *EnumContainerMessage1) GetDefaultDuplicate2() EnumType2 { |
| if m != nil && m.DefaultDuplicate2 != nil { |
| return *m.DefaultDuplicate2 |
| } |
| return Default_EnumContainerMessage1_DefaultDuplicate2 |
| } |
| |
| type EnumContainerMessage1_EnumContainerMessage2 struct { |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *EnumContainerMessage1_EnumContainerMessage2) ProtoReflect() protoreflect.Message { |
| return xxx_File_proto2_enum_proto_messageTypes[1].MessageOf(m) |
| } |
| func (m *EnumContainerMessage1_EnumContainerMessage2) Reset() { |
| *m = EnumContainerMessage1_EnumContainerMessage2{} |
| } |
| func (m *EnumContainerMessage1_EnumContainerMessage2) String() string { |
| return proto.CompactTextString(m) |
| } |
| func (*EnumContainerMessage1_EnumContainerMessage2) ProtoMessage() {} |
| func (*EnumContainerMessage1_EnumContainerMessage2) Descriptor() ([]byte, []int) { |
| return xxx_File_proto2_enum_proto_rawdesc_gzipped, []int{0, 0} |
| } |
| |
| func (m *EnumContainerMessage1_EnumContainerMessage2) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_EnumContainerMessage1_EnumContainerMessage2.Unmarshal(m, b) |
| } |
| func (m *EnumContainerMessage1_EnumContainerMessage2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_EnumContainerMessage1_EnumContainerMessage2.Marshal(b, m, deterministic) |
| } |
| func (m *EnumContainerMessage1_EnumContainerMessage2) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_EnumContainerMessage1_EnumContainerMessage2.Merge(m, src) |
| } |
| func (m *EnumContainerMessage1_EnumContainerMessage2) XXX_Size() int { |
| return xxx_messageInfo_EnumContainerMessage1_EnumContainerMessage2.Size(m) |
| } |
| func (m *EnumContainerMessage1_EnumContainerMessage2) XXX_DiscardUnknown() { |
| xxx_messageInfo_EnumContainerMessage1_EnumContainerMessage2.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_EnumContainerMessage1_EnumContainerMessage2 proto.InternalMessageInfo |
| |
| func init() { |
| proto.RegisterFile("proto2/enum.proto", xxx_File_proto2_enum_proto_rawdesc_gzipped) |
| proto.RegisterEnum("goproto.protoc.proto2.EnumType1", EnumType1_name, EnumType1_value) |
| proto.RegisterEnum("goproto.protoc.proto2.EnumType2", EnumType2_name, EnumType2_value) |
| proto.RegisterEnum("goproto.protoc.proto2.EnumContainerMessage1_NestedEnumType1A", EnumContainerMessage1_NestedEnumType1A_name, EnumContainerMessage1_NestedEnumType1A_value) |
| proto.RegisterEnum("goproto.protoc.proto2.EnumContainerMessage1_NestedEnumType1B", EnumContainerMessage1_NestedEnumType1B_name, EnumContainerMessage1_NestedEnumType1B_value) |
| proto.RegisterEnum("goproto.protoc.proto2.EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2A", EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2A_name, EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2A_value) |
| proto.RegisterEnum("goproto.protoc.proto2.EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2B", EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2B_name, EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2B_value) |
| proto.RegisterType((*EnumContainerMessage1)(nil), "goproto.protoc.proto2.EnumContainerMessage1") |
| proto.RegisterType((*EnumContainerMessage1_EnumContainerMessage2)(nil), "goproto.protoc.proto2.EnumContainerMessage1.EnumContainerMessage2") |
| } |
| |
| var xxx_File_proto2_enum_proto_rawdesc = []byte{ |
| // 624 bytes of the wire-encoded FileDescriptorProto |
| 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x2f, 0x65, 0x6e, 0x75, 0x6d, 0x2e, 0x70, 0x72, |
| 0x6f, 0x74, 0x6f, 0x12, 0x15, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, |
| 0x74, 0x6f, 0x63, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x22, 0x8e, 0x03, 0x0a, 0x15, 0x45, |
| 0x6e, 0x75, 0x6d, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x4d, 0x65, 0x73, 0x73, |
| 0x61, 0x67, 0x65, 0x31, 0x12, 0x5b, 0x0a, 0x12, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x5f, |
| 0x64, 0x75, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x65, 0x31, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, |
| 0x32, 0x20, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, |
| 0x63, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x2e, 0x45, 0x6e, 0x75, 0x6d, 0x54, 0x79, 0x70, |
| 0x65, 0x32, 0x3a, 0x0a, 0x64, 0x75, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x65, 0x31, 0x52, 0x11, |
| 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x44, 0x75, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x65, |
| 0x31, 0x12, 0x5b, 0x0a, 0x12, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x5f, 0x64, 0x75, 0x70, |
| 0x6c, 0x69, 0x63, 0x61, 0x74, 0x65, 0x32, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x20, 0x2e, |
| 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x70, |
| 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x2e, 0x45, 0x6e, 0x75, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x32, 0x3a, |
| 0x0a, 0x64, 0x75, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x65, 0x32, 0x52, 0x11, 0x64, 0x65, 0x66, |
| 0x61, 0x75, 0x6c, 0x74, 0x44, 0x75, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x65, 0x32, 0x1a, 0x69, |
| 0x0a, 0x15, 0x45, 0x6e, 0x75, 0x6d, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x4d, |
| 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x22, 0x27, 0x0a, 0x10, 0x4e, 0x65, 0x73, 0x74, 0x65, |
| 0x64, 0x45, 0x6e, 0x75, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x32, 0x41, 0x12, 0x13, 0x0a, 0x0f, 0x4e, |
| 0x45, 0x53, 0x54, 0x45, 0x44, 0x5f, 0x32, 0x41, 0x5f, 0x56, 0x41, 0x4c, 0x55, 0x45, 0x10, 0x00, |
| 0x22, 0x27, 0x0a, 0x10, 0x4e, 0x65, 0x73, 0x74, 0x65, 0x64, 0x45, 0x6e, 0x75, 0x6d, 0x54, 0x79, |
| 0x70, 0x65, 0x32, 0x42, 0x12, 0x13, 0x0a, 0x0f, 0x4e, 0x45, 0x53, 0x54, 0x45, 0x44, 0x5f, 0x32, |
| 0x42, 0x5f, 0x56, 0x41, 0x4c, 0x55, 0x45, 0x10, 0x00, 0x22, 0x27, 0x0a, 0x10, 0x4e, 0x65, 0x73, |
| 0x74, 0x65, 0x64, 0x45, 0x6e, 0x75, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x31, 0x41, 0x12, 0x13, 0x0a, |
| 0x0f, 0x4e, 0x45, 0x53, 0x54, 0x45, 0x44, 0x5f, 0x31, 0x41, 0x5f, 0x56, 0x41, 0x4c, 0x55, 0x45, |
| 0x10, 0x00, 0x22, 0x27, 0x0a, 0x10, 0x4e, 0x65, 0x73, 0x74, 0x65, 0x64, 0x45, 0x6e, 0x75, 0x6d, |
| 0x54, 0x79, 0x70, 0x65, 0x31, 0x42, 0x12, 0x13, 0x0a, 0x0f, 0x4e, 0x45, 0x53, 0x54, 0x45, 0x44, |
| 0x5f, 0x31, 0x42, 0x5f, 0x56, 0x41, 0x4c, 0x55, 0x45, 0x10, 0x00, 0x2a, 0x1d, 0x0a, 0x09, 0x45, |
| 0x6e, 0x75, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x31, 0x12, 0x07, 0x0a, 0x03, 0x4f, 0x4e, 0x45, 0x10, |
| 0x01, 0x12, 0x07, 0x0a, 0x03, 0x54, 0x57, 0x4f, 0x10, 0x02, 0x2a, 0x51, 0x0a, 0x09, 0x45, 0x6e, |
| 0x75, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x32, 0x12, 0x0e, 0x0a, 0x0a, 0x64, 0x75, 0x70, 0x6c, 0x69, |
| 0x63, 0x61, 0x74, 0x65, 0x31, 0x10, 0x01, 0x12, 0x0e, 0x0a, 0x0a, 0x64, 0x75, 0x70, 0x6c, 0x69, |
| 0x63, 0x61, 0x74, 0x65, 0x32, 0x10, 0x01, 0x1a, 0x02, 0x10, 0x01, 0x22, 0x04, 0x08, 0x02, 0x10, |
| 0x02, 0x22, 0x04, 0x08, 0x03, 0x10, 0x03, 0x2a, 0x09, 0x52, 0x45, 0x53, 0x45, 0x52, 0x56, 0x45, |
| 0x44, 0x31, 0x2a, 0x09, 0x52, 0x45, 0x53, 0x45, 0x52, 0x56, 0x45, 0x44, 0x32, 0x42, 0x41, 0x5a, |
| 0x3f, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c, 0x61, |
| 0x6e, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x76, 0x32, 0x2f, 0x63, |
| 0x6d, 0x64, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2d, 0x67, 0x65, 0x6e, 0x2d, 0x67, 0x6f, |
| 0x2f, 0x74, 0x65, 0x73, 0x74, 0x64, 0x61, 0x74, 0x61, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, |
| } |
| |
| var xxx_File_proto2_enum_proto_rawdesc_gzipped = protoapi.CompressGZIP(xxx_File_proto2_enum_proto_rawdesc) |
| |
| const _ = protoimpl.EnforceVersion(protoimpl.Version - 0) |
| |
| var File_proto2_enum_proto protoreflect.FileDescriptor |
| |
| var xxx_File_proto2_enum_proto_enumTypes = make([]protoreflect.EnumType, 6) |
| var xxx_File_proto2_enum_proto_messageTypes = make([]protoimpl.MessageType, 2) |
| var xxx_File_proto2_enum_proto_goTypes = []interface{}{ |
| (EnumType1)(0), // 0: goproto.protoc.proto2.EnumType1 |
| (EnumType2)(0), // 1: goproto.protoc.proto2.EnumType2 |
| (EnumContainerMessage1_NestedEnumType1A)(0), // 2: goproto.protoc.proto2.EnumContainerMessage1.NestedEnumType1A |
| (EnumContainerMessage1_NestedEnumType1B)(0), // 3: goproto.protoc.proto2.EnumContainerMessage1.NestedEnumType1B |
| (EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2A)(0), // 4: goproto.protoc.proto2.EnumContainerMessage1.EnumContainerMessage2.NestedEnumType2A |
| (EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2B)(0), // 5: goproto.protoc.proto2.EnumContainerMessage1.EnumContainerMessage2.NestedEnumType2B |
| (*EnumContainerMessage1)(nil), // 6: goproto.protoc.proto2.EnumContainerMessage1 |
| (*EnumContainerMessage1_EnumContainerMessage2)(nil), // 7: goproto.protoc.proto2.EnumContainerMessage1.EnumContainerMessage2 |
| } |
| var xxx_File_proto2_enum_proto_depIdxs = []int32{ |
| 1, // goproto.protoc.proto2.EnumContainerMessage1.default_duplicate1:type_name -> goproto.protoc.proto2.EnumType2 |
| 1, // goproto.protoc.proto2.EnumContainerMessage1.default_duplicate2:type_name -> goproto.protoc.proto2.EnumType2 |
| } |
| |
| func init() { xxx_File_proto2_enum_proto_init() } |
| func xxx_File_proto2_enum_proto_init() { |
| if File_proto2_enum_proto != nil { |
| return |
| } |
| messageTypes := make([]protoreflect.MessageType, 2) |
| File_proto2_enum_proto = protoimpl.FileBuilder{ |
| RawDescriptor: xxx_File_proto2_enum_proto_rawdesc, |
| GoTypes: xxx_File_proto2_enum_proto_goTypes, |
| DependencyIndexes: xxx_File_proto2_enum_proto_depIdxs, |
| EnumOutputTypes: xxx_File_proto2_enum_proto_enumTypes, |
| MessageOutputTypes: messageTypes, |
| }.Init() |
| messageGoTypes := xxx_File_proto2_enum_proto_goTypes[6:][:2] |
| for i, mt := range messageTypes { |
| xxx_File_proto2_enum_proto_messageTypes[i].GoType = reflect.TypeOf(messageGoTypes[i]) |
| xxx_File_proto2_enum_proto_messageTypes[i].PBType = mt |
| } |
| xxx_File_proto2_enum_proto_goTypes = nil |
| xxx_File_proto2_enum_proto_depIdxs = nil |
| } |