-
Notifications
You must be signed in to change notification settings - Fork 640
remove google-proto-files #2458
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
remove google-proto-files #2458
Conversation
|
Where do the protos live now? |
|
Datastore as an example: |
|
What does the process for updating proto files look like now? Are we just essentially copy/pasting? |
|
Yes, I believe that's the plan. @lukesneeringer? |
18ea4d1 to
3d6dd88
Compare
|
Yep, straight-out copy/paste is the correct thing to do. |
3d6dd88 to
104aaba
Compare
|
@callmehiphop ready for a review! Note that for testing locally, you'll have to run |
|
@lukesneeringer RE the "❌ Autogen APIs that load files from "google-proto-files" dependency" section from the first post, who can take care of this? Those generated |
|
@stephenplusplus I'm getting a lot of failures locally for PubSub unit tests TypeError: base64 is not a function
at Function.from (native)
at Function.from (native)
at Subscription.formatMessage_ (src/subscription.js:364:31)
at Function.Subscription.formatMessage_ (test/subscription.js:100:55)
at src/subscription.js:723:29
at Array.map (native)
at src/subscription.js:722:8
at Object.subscription.parent.request (test/subscription.js:658:9)
at Subscription.pull (src/subscription.js:704:37)
at Context.<anonymous> (test/subscription.js:869:22)
Not sure if I missed a step or something |
@google-cloud/common-grpcThis removes the usage of "google-proto-files" from
@google-cloud/common-grpc, as well as our APIs. It is still in use by the generated code.To Dos
Status
✔️ Handwritten APIs that load files from "protos" directory:
❌ Autogen APIs that load files from "google-proto-files" dependency: