Versions in this module Expand all Collapse all v2 v2.20.2 May 31, 2024 v2.7.2 May 31, 2024 Changes in this version + var ExampleEnum_name = map[int32]string + var ExampleEnum_value = map[string]int32 + var File_examples_internal_proto_oneofenum_oneof_enum_proto protoreflect.FileDescriptor + type ExampleEnum int32 + const ExampleEnum_EXAMPLE_ENUM_FIRST + const ExampleEnum_EXAMPLE_ENUM_UNSPECIFIED + func (ExampleEnum) Descriptor() protoreflect.EnumDescriptor + func (ExampleEnum) EnumDescriptor() ([]byte, []int) + func (ExampleEnum) Type() protoreflect.EnumType + func (x ExampleEnum) Enum() *ExampleEnum + func (x ExampleEnum) Number() protoreflect.EnumNumber + func (x ExampleEnum) String() string + type OneofEnumMessage struct + One isOneofEnumMessage_One + func (*OneofEnumMessage) Descriptor() ([]byte, []int) + func (*OneofEnumMessage) ProtoMessage() + func (m *OneofEnumMessage) GetOne() isOneofEnumMessage_One + func (x *OneofEnumMessage) GetExampleEnum() ExampleEnum + func (x *OneofEnumMessage) ProtoReflect() protoreflect.Message + func (x *OneofEnumMessage) Reset() + func (x *OneofEnumMessage) String() string + type OneofEnumMessage_ExampleEnum struct + ExampleEnum ExampleEnum