Skip to content
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

fix: regenerate all protos under new namespace #314

Merged
merged 1 commit into from
Jul 11, 2023

Commits on Jun 16, 2023

  1. fix: regenerate all protos under new namespace

    This should be wire compat as field numbers did not change and
    package is not apart of the serialization. I appened `.v2` to each
    proto package so that these protos can register distinctly from the
    protos that were copied from the v1 library. This removes runtime
    errors due to double registration of the same messages. Note: I did
    have to specially regenerate taskqueue with a special built version
    of protoc-gen-go in order to generate some proto1 legacy message
    type that is referenced.
    
    Fixes: golang#311
    Fixes: googleapis/google-cloud-go#7760
    codyoss committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    cfeb039 View commit details
    Browse the repository at this point in the history