package enum
import (
_ "github.com/alta/protopatch/patch/gopb"
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 (
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
const _ = proto.ProtoPackageIsVersion4
type Flavour int32
const (
Flavour_INVALID Flavour = 0
Flavour_SWEET Flavour = 1
Flavour_SALTY Flavour = 2
Flavour_SOUR Flavour = 3
Flavour_BITTER Flavour = 4
)
var (
Flavour_name = map[int32]string{
0: "INVALID",
1: "SWEET",
2: "SALTY",
3: "SOUR",
4: "BITTER",
}
Flavour_value = map[string]int32{
"INVALID": 0,
"SWEET": 1,
"SALTY": 2,
"SOUR": 3,
"BITTER": 4,
}
)
func (x Flavour) Enum() *Flavour {
p := new(Flavour)
*p = x
return p
}
func (x Flavour) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Flavour) Descriptor() protoreflect.EnumDescriptor {
return file_tests_enum_enum_renames_proto_enumTypes[0].Descriptor()
}
func (Flavour) Type() protoreflect.EnumType {
return &file_tests_enum_enum_renames_proto_enumTypes[0]
}
func (x Flavour) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
func (Flavour) EnumDescriptor() ([]byte, []int) {
return file_tests_enum_enum_renames_proto_rawDescGZIP(), []int{0}
}
type Level int32
const (
LevelSimple Level = 0
Level_COMPLEX Level = 1
)
var (
Level_name = map[int32]string{
0: "SIMPLE",
1: "COMPLEX",
}
Level_value = map[string]int32{
"SIMPLE": 0,
"COMPLEX": 1,
}
)
func (x Level) Enum() *Level {
p := new(Level)
*p = x
return p
}
func (x Level) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Level) Descriptor() protoreflect.EnumDescriptor {
return file_tests_enum_enum_renames_proto_enumTypes[1].Descriptor()
}
func (Level) Type() protoreflect.EnumType {
return &file_tests_enum_enum_renames_proto_enumTypes[1]
}
func (x Level) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
func (Level) EnumDescriptor() ([]byte, []int) {
return file_tests_enum_enum_renames_proto_rawDescGZIP(), []int{1}
}
type RenamedNested int32
const (
RenamedValueInvalid RenamedNested = 0
RenamedValueA RenamedNested = 1
RenamedValueB RenamedNested = 2
RenamedValueC RenamedNested = 3
)
var (
RenamedNested_name = map[int32]string{
0: "INVALID",
1: "A",
2: "B",
3: "C",
}
RenamedNested_value = map[string]int32{
"INVALID": 0,
"A": 1,
"B": 2,
"C": 3,
}
)
func (x RenamedNested) Enum() *RenamedNested {
p := new(RenamedNested)
*p = x
return p
}
func (x RenamedNested) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (RenamedNested) Descriptor() protoreflect.EnumDescriptor {
return file_tests_enum_enum_renames_proto_enumTypes[2].Descriptor()
}
func (RenamedNested) Type() protoreflect.EnumType {
return &file_tests_enum_enum_renames_proto_enumTypes[2]
}
func (x RenamedNested) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
func (RenamedNested) EnumDescriptor() ([]byte, []int) {
return file_tests_enum_enum_renames_proto_rawDescGZIP(), []int{0, 0}
}
type Holiday_Route int32
const (
Holiday_INVALID Holiday_Route = 0
Holiday_FAST Holiday_Route = 1
Holiday_SLOW Holiday_Route = 2
Holiday_SCENIC Holiday_Route = 3
)
var (
Holiday_Route_name = map[int32]string{
0: "INVALID",
1: "FAST",
2: "SLOW",
3: "SCENIC",
}
Holiday_Route_value = map[string]int32{
"INVALID": 0,
"FAST": 1,
"SLOW": 2,
"SCENIC": 3,
}
)
func (x Holiday_Route) Enum() *Holiday_Route {
p := new(Holiday_Route)
*p = x
return p
}
func (x Holiday_Route) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Holiday_Route) Descriptor() protoreflect.EnumDescriptor {
return file_tests_enum_enum_renames_proto_enumTypes[3].Descriptor()
}
func (Holiday_Route) Type() protoreflect.EnumType {
return &file_tests_enum_enum_renames_proto_enumTypes[3]
}
func (x Holiday_Route) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
func (Holiday_Route) EnumDescriptor() ([]byte, []int) {
return file_tests_enum_enum_renames_proto_rawDescGZIP(), []int{1, 0}
}
type Wrapper struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Inner RenamedNested `protobuf:"varint,1,opt,name=inner,proto3,enum=tests.enum.Wrapper_Original" json:"inner,omitempty"`
}
func (x *Wrapper) Reset() {
*x = Wrapper{}
if protoimpl.UnsafeEnabled {
mi := &file_tests_enum_enum_renames_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Wrapper) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Wrapper) ProtoMessage() {}
func (x *Wrapper) ProtoReflect() protoreflect.Message {
mi := &file_tests_enum_enum_renames_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)
}
func (*Wrapper) Descriptor() ([]byte, []int) {
return file_tests_enum_enum_renames_proto_rawDescGZIP(), []int{0}
}
func (x *Wrapper) GetInner() RenamedNested {
if x != nil {
return x.Inner
}
return RenamedValueInvalid
}
type Holiday struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Inner Holiday_Route `protobuf:"varint,1,opt,name=inner,proto3,enum=tests.enum.Vacation_Route" json:"inner,omitempty"`
}
func (x *Holiday) Reset() {
*x = Holiday{}
if protoimpl.UnsafeEnabled {
mi := &file_tests_enum_enum_renames_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Holiday) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Holiday) ProtoMessage() {}
func (x *Holiday) ProtoReflect() protoreflect.Message {
mi := &file_tests_enum_enum_renames_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)
}
func (*Holiday) Descriptor() ([]byte, []int) {
return file_tests_enum_enum_renames_proto_rawDescGZIP(), []int{1}
}
func (x *Holiday) GetInner() Holiday_Route {
if x != nil {
return x.Inner
}
return Holiday_INVALID
}
var File_tests_enum_enum_renames_proto protoreflect.FileDescriptor
var file_tests_enum_enum_renames_proto_rawDesc = []byte{
0x0a, 0x1d, 0x74, 0x65, 0x73, 0x74, 0x73, 0x2f, 0x65, 0x6e, 0x75, 0x6d, 0x2f, 0x65, 0x6e, 0x75,
0x6d, 0x5f, 0x72, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12,
0x0a, 0x74, 0x65, 0x73, 0x74, 0x73, 0x2e, 0x65, 0x6e, 0x75, 0x6d, 0x1a, 0x0e, 0x70, 0x61, 0x74,
0x63, 0x68, 0x2f, 0x67, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xdb, 0x01, 0x0a, 0x07,
0x57, 0x72, 0x61, 0x70, 0x70, 0x65, 0x72, 0x12, 0x32, 0x0a, 0x05, 0x69, 0x6e, 0x6e, 0x65, 0x72,
0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1c, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x73, 0x2e, 0x65,
0x6e, 0x75, 0x6d, 0x2e, 0x57, 0x72, 0x61, 0x70, 0x70, 0x65, 0x72, 0x2e, 0x4f, 0x72, 0x69, 0x67,
0x69, 0x6e, 0x61, 0x6c, 0x52, 0x05, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x22, 0x9b, 0x01, 0x0a, 0x08,
0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x12, 0x26, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41,
0x4c, 0x49, 0x44, 0x10, 0x00, 0x1a, 0x19, 0xca, 0xb5, 0x03, 0x15, 0x0a, 0x13, 0x52, 0x65, 0x6e,
0x61, 0x6d, 0x65, 0x64, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x49, 0x6e, 0x76, 0x61, 0x6c, 0x69, 0x64,
0x12, 0x1a, 0x0a, 0x01, 0x41, 0x10, 0x01, 0x1a, 0x13, 0xca, 0xb5, 0x03, 0x0f, 0x0a, 0x0d, 0x52,
0x65, 0x6e, 0x61, 0x6d, 0x65, 0x64, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x12, 0x1a, 0x0a, 0x01,
0x42, 0x10, 0x02, 0x1a, 0x13, 0xca, 0xb5, 0x03, 0x0f, 0x0a, 0x0d, 0x52, 0x65, 0x6e, 0x61, 0x6d,
0x65, 0x64, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x12, 0x1a, 0x0a, 0x01, 0x43, 0x10, 0x03, 0x1a,
0x13, 0xca, 0xb5, 0x03, 0x0f, 0x0a, 0x0d, 0x52, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x64, 0x56, 0x61,
0x6c, 0x75, 0x65, 0x43, 0x1a, 0x13, 0xca, 0xb5, 0x03, 0x0f, 0x0a, 0x0d, 0x52, 0x65, 0x6e, 0x61,
0x6d, 0x65, 0x64, 0x4e, 0x65, 0x73, 0x74, 0x65, 0x64, 0x22, 0x81, 0x01, 0x0a, 0x08, 0x56, 0x61,
0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x30, 0x0a, 0x05, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x18,
0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1a, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x73, 0x2e, 0x65, 0x6e,
0x75, 0x6d, 0x2e, 0x56, 0x61, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x52, 0x6f, 0x75, 0x74,
0x65, 0x52, 0x05, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x22, 0x34, 0x0a, 0x05, 0x52, 0x6f, 0x75, 0x74,
0x65, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x10, 0x00, 0x12, 0x08,
0x0a, 0x04, 0x46, 0x41, 0x53, 0x54, 0x10, 0x01, 0x12, 0x08, 0x0a, 0x04, 0x53, 0x4c, 0x4f, 0x57,
0x10, 0x02, 0x12, 0x0a, 0x0a, 0x06, 0x53, 0x43, 0x45, 0x4e, 0x49, 0x43, 0x10, 0x03, 0x3a, 0x0d,
0xca, 0xb5, 0x03, 0x09, 0x0a, 0x07, 0x48, 0x6f, 0x6c, 0x69, 0x64, 0x61, 0x79, 0x2a, 0x50, 0x0a,
0x06, 0x46, 0x6c, 0x61, 0x76, 0x6f, 0x72, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c,
0x49, 0x44, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x53, 0x57, 0x45, 0x45, 0x54, 0x10, 0x01, 0x12,
0x09, 0x0a, 0x05, 0x53, 0x41, 0x4c, 0x54, 0x59, 0x10, 0x02, 0x12, 0x08, 0x0a, 0x04, 0x53, 0x4f,
0x55, 0x52, 0x10, 0x03, 0x12, 0x0a, 0x0a, 0x06, 0x42, 0x49, 0x54, 0x54, 0x45, 0x52, 0x10, 0x04,
0x1a, 0x0d, 0xca, 0xb5, 0x03, 0x09, 0x0a, 0x07, 0x46, 0x6c, 0x61, 0x76, 0x6f, 0x75, 0x72, 0x2a,
0x33, 0x0a, 0x05, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x1d, 0x0a, 0x06, 0x53, 0x49, 0x4d, 0x50,
0x4c, 0x45, 0x10, 0x00, 0x1a, 0x11, 0xca, 0xb5, 0x03, 0x0d, 0x0a, 0x0b, 0x4c, 0x65, 0x76, 0x65,
0x6c, 0x53, 0x69, 0x6d, 0x70, 0x6c, 0x65, 0x12, 0x0b, 0x0a, 0x07, 0x43, 0x4f, 0x4d, 0x50, 0x4c,
0x45, 0x58, 0x10, 0x01, 0x42, 0x27, 0x5a, 0x25, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63,
0x6f, 0x6d, 0x2f, 0x61, 0x6c, 0x74, 0x61, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x70, 0x61, 0x74,
0x63, 0x68, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x73, 0x2f, 0x65, 0x6e, 0x75, 0x6d, 0x62, 0x06, 0x70,
0x72, 0x6f, 0x74, 0x6f, 0x33,
}
var (
file_tests_enum_enum_renames_proto_rawDescOnce sync.Once
file_tests_enum_enum_renames_proto_rawDescData = file_tests_enum_enum_renames_proto_rawDesc
)
func file_tests_enum_enum_renames_proto_rawDescGZIP() []byte {
file_tests_enum_enum_renames_proto_rawDescOnce.Do(func() {
file_tests_enum_enum_renames_proto_rawDescData = protoimpl.X.CompressGZIP(file_tests_enum_enum_renames_proto_rawDescData)
})
return file_tests_enum_enum_renames_proto_rawDescData
}
var file_tests_enum_enum_renames_proto_enumTypes = make([]protoimpl.EnumInfo, 4)
var file_tests_enum_enum_renames_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
var file_tests_enum_enum_renames_proto_goTypes = []interface{}{
(Flavour)(0), (Level)(0), (RenamedNested)(0), (Holiday_Route)(0), (*Wrapper)(nil), (*Holiday)(nil), }
var file_tests_enum_enum_renames_proto_depIdxs = []int32{
2, 3, 2, 2, 2, 2, 0, }
func init() { file_tests_enum_enum_renames_proto_init() }
func file_tests_enum_enum_renames_proto_init() {
if File_tests_enum_enum_renames_proto != nil {
return
}
if !protoimpl.UnsafeEnabled {
file_tests_enum_enum_renames_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Wrapper); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_tests_enum_enum_renames_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Holiday); 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_tests_enum_enum_renames_proto_rawDesc,
NumEnums: 4,
NumMessages: 2,
NumExtensions: 0,
NumServices: 0,
},
GoTypes: file_tests_enum_enum_renames_proto_goTypes,
DependencyIndexes: file_tests_enum_enum_renames_proto_depIdxs,
EnumInfos: file_tests_enum_enum_renames_proto_enumTypes,
MessageInfos: file_tests_enum_enum_renames_proto_msgTypes,
}.Build()
File_tests_enum_enum_renames_proto = out.File
file_tests_enum_enum_renames_proto_rawDesc = nil
file_tests_enum_enum_renames_proto_goTypes = nil
file_tests_enum_enum_renames_proto_depIdxs = nil
}