var File_internal_testprotos_fuzz_fuzz_proto protoreflect.FileDescriptor
Fuzz is a container for every message we want to make available to the fuzzer.
type Fuzz struct { TestAllTypes *test.TestAllTypes `protobuf:"bytes,1,opt,name=test_all_types,json=testAllTypes" json:"test_all_types,omitempty"` TestAllExtensions *test.TestAllExtensions `protobuf:"bytes,2,opt,name=test_all_extensions,json=testAllExtensions" json:"test_all_extensions,omitempty"` TestRequired *test.TestRequired `protobuf:"bytes,3,opt,name=test_required,json=testRequired" json:"test_required,omitempty"` TestRequiredForeign *test.TestRequiredForeign `protobuf:"bytes,4,opt,name=test_required_foreign,json=testRequiredForeign" json:"test_required_foreign,omitempty"` TestRequiredGroupFields *test.TestRequiredGroupFields `protobuf:"bytes,5,opt,name=test_required_group_fields,json=testRequiredGroupFields" json:"test_required_group_fields,omitempty"` TestPackedTypes *test.TestPackedTypes `protobuf:"bytes,6,opt,name=test_packed_types,json=testPackedTypes" json:"test_packed_types,omitempty"` TestPackedExtensions *test.TestPackedExtensions `protobuf:"bytes,7,opt,name=test_packed_extensions,json=testPackedExtensions" json:"test_packed_extensions,omitempty"` TestAllTypes3 *test3.TestAllTypes `protobuf:"bytes,8,opt,name=test_all_types3,json=testAllTypes3" json:"test_all_types3,omitempty"` // contains filtered or unexported fields }
func (*Fuzz) Descriptor() ([]byte, []int)
Deprecated: Use Fuzz.ProtoReflect.Descriptor instead.
func (x *Fuzz) GetTestAllExtensions() *test.TestAllExtensions
func (x *Fuzz) GetTestAllTypes() *test.TestAllTypes
func (x *Fuzz) GetTestAllTypes3() *test3.TestAllTypes
func (x *Fuzz) GetTestPackedExtensions() *test.TestPackedExtensions
func (x *Fuzz) GetTestPackedTypes() *test.TestPackedTypes
func (x *Fuzz) GetTestRequired() *test.TestRequired
func (x *Fuzz) GetTestRequiredForeign() *test.TestRequiredForeign
func (x *Fuzz) GetTestRequiredGroupFields() *test.TestRequiredGroupFields
func (*Fuzz) ProtoMessage()
func (x *Fuzz) ProtoReflect() protoreflect.Message
func (x *Fuzz) Reset()
func (x *Fuzz) String() string