var File_cmd_protoc_gen_go_testdata_issue780_oneof_conflict_test_proto protoreflect.FileDescriptor
type Foo struct { // Types that are assignable to Bar: // // *Foo_GetBar Bar isFoo_Bar `protobuf_oneof:"bar"` // contains filtered or unexported fields }
func (*Foo) Descriptor() ([]byte, []int)
Deprecated: Use Foo.ProtoReflect.Descriptor instead.
func (m *Foo) GetBar() isFoo_Bar
func (x *Foo) GetGetBar() string
func (*Foo) ProtoMessage()
func (x *Foo) ProtoReflect() protoreflect.Message
func (x *Foo) Reset()
func (x *Foo) String() string
type Foo_GetBar struct { GetBar string `protobuf:"bytes,1,opt,name=get_bar,json=getBar,oneof"` }