Describes a value within an enum.
| 2140 | |
| 2141 | // Describes a value within an enum. |
| 2142 | type EnumValueDescriptorProto struct { |
| 2143 | state protoimpl.MessageState `protogen:"open.v1"` |
| 2144 | Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` |
| 2145 | Number *int32 `protobuf:"varint,2,opt,name=number" json:"number,omitempty"` |
| 2146 | Options *EnumValueOptions `protobuf:"bytes,3,opt,name=options" json:"options,omitempty"` |
| 2147 | unknownFields protoimpl.UnknownFields |
| 2148 | sizeCache protoimpl.SizeCache |
| 2149 | } |
| 2150 | |
| 2151 | func (x *EnumValueDescriptorProto) Reset() { |
| 2152 | *x = EnumValueDescriptorProto{} |
nothing calls this directly
no outgoing calls
no test coverage detected