-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gapic: refactor plugins to Go Protobuf v2 plugin API #348
Labels
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Comments
noahdietz
added
the
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
label
Mar 31, 2020
Blog post about the new package for posterity. |
I can attest that the new api is 🔥 |
@noahdietz Support for input on textpb format would also be super useful. |
@odsod would you mind opening a separate issue fro a feature request please? This issue is a backlog item to migrate protobuf APIs in the protoc plugin implementations. |
gcf-merge-on-green bot
pushed a commit
that referenced
this issue
Oct 6, 2023
…rotobuf/proto (#1413) Replace some usage of github.com/golang/protobuf/proto with google.golang.org/protobuf/proto. The [github.com/golang/protobuf](https://pkg.go.dev/github.com/golang/protobuf) module has been deprecated. For #348
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Recently, the
v2
of the Go Protobuf API was released, that included improvements to the protoc plugin API. We should upgrade and refactor the Go micro-generator to use google.golang.org/protobuf/compiler/protogen (godoc). This could significantly reduce the amount of hand-spun utility code in the Go micro-generator.This would also probably mean significant changes to all three generators:
gengapic
,gencli
,gensample
.The text was updated successfully, but these errors were encountered: