Describes a oneof.
| 1996 | |
| 1997 | // Describes a oneof. |
| 1998 | type OneofDescriptorProto struct { |
| 1999 | state protoimpl.MessageState `protogen:"open.v1"` |
| 2000 | Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` |
| 2001 | Options *OneofOptions `protobuf:"bytes,2,opt,name=options" json:"options,omitempty"` |
| 2002 | unknownFields protoimpl.UnknownFields |
| 2003 | sizeCache protoimpl.SizeCache |
| 2004 | } |
| 2005 | |
| 2006 | func (x *OneofDescriptorProto) Reset() { |
| 2007 | *x = OneofDescriptorProto{} |
nothing calls this directly
no outgoing calls
no test coverage detected