protobuf-go/cmd/protoc-gen-go-grpc
Damien Neil 204f1c0ad8 reflect/protoreflect: add Descriptor.Options method
Add a method to fetch descriptor options. Since options are proto
messages (e.g., google.protobuf.FieldOptions), and proto message
packages depend on the protoreflect package, returning the actual option
type would cause a dependency cycle. Instead, we return an interface
value which can be type asserted to the appropriate concrete type.

Add options support to the prototype package.

Some of the prototype constructors included fields (such as
Field.IsPacked) which represent information from the options
(such as google.protobuf.FieldOptions.packed). To avoid confusion about
the canonical source of information, drop these fields in favor of the
options.

Drop the unimplemented Descriptor.DescriptorOptionsProto.

Change-Id: I66579b6a7d10d99eb6977402a247306a78913e74
Reviewed-on: https://go-review.googlesource.com/c/144277
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
2018-10-23 23:44:11 +00:00
..
internal_gengogrpc reflect/protoreflect: add Descriptor.Options method 2018-10-23 23:44:11 +00:00
testdata/grpc cmd/protoc-gen-go-grpc: add deprecation comments 2018-09-28 21:55:39 +00:00
golden_test.go test.bash: do not run golden tests by default 2018-10-16 16:49:18 +00:00
main.go