-
Notifications
You must be signed in to change notification settings - Fork 64
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
How often is this repository synced with googleapis? #88
Comments
This repository is not actively synced. It occasionally gets spot updates for some dependent packages that have yet to be migrated. No it is not being migrated to, go-genproto continues to be generated based on protos from github.com/googleapis/googleapis. That repo is the most up-to-date project and should be used instead. I will close this now, but if there is anything else, please feel free to comment. |
May be worth putting in the README that this repository is deprecated then? |
I'd also like to see the state of this repo clarified. Browsing the googleapis collection, it's not immediately clear which directories are common protos (and suggested for reuse) and which are APIs. People with inside knowledge might use the presence of service config to identify APIs (or something else), but this repo provided helpful clarity on what's available for reuse. If this repo is a subset of googleapis, and if googleapis remains authoritative and available, would it be helpful to have an update script that pulls new types and updates from the googleapis repo so that this could be updated by external contributors? I'd be happy to draft a PR with that. |
Comparing for example the both have the exact same Yet looking at the generated protobufs behind these For |
I'm going to close this issue as obsolete as it is recommended to use the googleapis repo instead. |
Has this been done yet? |
I had a quick look at a few protobuf files from googleapis and it seems like this repository is not being kept up-to-date with the changes made to protobuf files within googleapis. Is this repository still being migrated to, as detailed in googleapis/go-genproto#92 (comment)?
The text was updated successfully, but these errors were encountered: