protobuf-go/reflect
Joe Tsai 01887a85f5 reflect/protoreflect: remove FieldDescriptor.{Oneof,Extendee} methods
This is a breaking change in light of new methods added in CL/176977.

This removes:
	FieldDescriptor.Oneof: replacement is ContainingOneof
	FieldDescriptor.Extendee: replacement is IsExtension and ContainingMessage

Change-Id: I82008e46fb3b80de8e8a0ac42afc54e8c4b67411
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/176942
Reviewed-by: Damien Neil <dneil@google.com>
2019-06-17 19:43:30 +00:00
..
protodesc reflect/protoregistry: assume unique proto file path 2019-06-17 17:57:24 +00:00
protoreflect reflect/protoreflect: remove FieldDescriptor.{Oneof,Extendee} methods 2019-06-17 19:43:30 +00:00
protoregistry reflect/protoregistry: remove Files.RangeFilesByPath 2019-06-17 19:43:11 +00:00
prototype reflect/prototype: initial commit 2019-05-22 18:28:03 +00:00