Cody Oss
Cody Oss
This is a bit tricky... I think we could easily do as you suggest, but then there could be no aggregations on method level calls. In general most of our...
Hey @cstadach thanks for the PR. Would you mind opening an issue first for discussion? Thanks!
There is no update to share as of right now, but I have raised this feature request internally. If we supported this we would support such an environment variable in...
Hey @agusterodin thanks for the feature request. I don't believe any of our language libraries allow this kind of flexibility around omit to validate the expiry of a token as...
The internal folders are where a lot of auth layer stuff happens. You are getting the error because you can't call code from another projects internal folder. You would need...
Looks like you need to run goimports to format the files.
This may be up to date when you update branch. I just did a batch upgrade earlier today
This is possible today with basically the options you are passing there. Is something not working as you expect? Here is a general guide on testing our clients: [testing.md](https://github.com/googleapis/google-cloud-go/blob/main/testing.md)
Did you take a look at the testing guide I sent? That should have an example you don't need to specify a conn, just and endpoint override.
I would go with option 2. Spanner ran into this exact problem as well, you can see how they get around it in the PR attached to this issue: https://github.com/googleapis/google-cloud-go/issues/2443....