Giter VIP home page Giter VIP logo

Comments (2)

quartzmo avatar quartzmo commented on August 17, 2024

@mbrancato Thanks for reporting this. I will investigated why this change wasn't propagated from googleapis to go-genproto.

from go-genproto.

quartzmo avatar quartzmo commented on August 17, 2024

@mbrancato

Historically, this repo provided the protobuf stubs used client libraries in the google-cloud-go repo. The stubs, as you know, were generated from source protos in googleapis/googleapis. About two years ago (See googleapis/google-cloud-go#6915), the targets for the generation were moved to the client library source locations in google-cloud-go repo (example), and the original stubs were replaced with alias files pointing to the new locations (example). However, Cloud SQL is one of the few APIs that still does not have a client library in google-cloud-go. When this library is added, the stub you linked above will be replaced with an alias file pointing to the up-to-date generated stub in google-cloud-go. But until then, you will need to generate the up-to-date stub yourself. The few cloud stubs remaining in this repo are no longer updated or maintained.

from go-genproto.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.