| 150 | } |
| 151 | |
| 152 | type Test_OptionalGroup struct { |
| 153 | state protoimpl.MessageState |
| 154 | sizeCache protoimpl.SizeCache |
| 155 | unknownFields protoimpl.UnknownFields |
| 156 | |
| 157 | RequiredField *string `protobuf:"bytes,5,req,name=RequiredField" json:"RequiredField,omitempty"` |
| 158 | } |
| 159 | |
| 160 | func (x *Test_OptionalGroup) Reset() { |
| 161 | *x = Test_OptionalGroup{} |
nothing calls this directly
no outgoing calls
no test coverage detected