Cody Oss
Cody Oss
Closing this PR for now. Let's be intentional on when we update this. Adding this to the ignore list for now.
Maybe something like this in the example? ``` FooRequest{ // Parent: Required } ```
In the future we should close this issue and create a tracking bug internally for a cross lang feature request as this does not seem to relate just to Go.
Is this something that could be in an overarching doc? It should be consistent between all clients.
Maybe we could generate comments on the call options: https://pkg.go.dev/cloud.google.com/go/asset/apiv1#CallOptions
@ldemailly can you give a small reproducer of this problem with a go.mod. Likely the solution is to bump some other out of date dependency.
I have filed https://github.com/envoyproxy/go-control-plane/issues/1014. In the meantime another workaround would be to underscore import genproto in your project so that you can control the version of the dependency and there...
I agree, there does not seem to be a easy way to do this today. Is your use case you would like to fail faster in your code? Although it...
> Does that imply implementing some sort of a timer around the GoogleCredentials.refreshAccessToken() API? That method needs to be implemented, its default impl from the base class is to throw...
@quartzmo is there an internal bug tracking here, or do we just need to handle these breaking changes?