Chris Smith

Results 41 issues of Chris Smith

This PR is intended as a replacement for #11121. It uses a new [internaloption.AuthCreds](https://pkg.go.dev/google.golang.org/[email protected]/option/internaloption#AuthCreds) helper func added to the `google.golang.org/api/option` package to support sourcing credentials from both old and new...

api: storage

The code and examples should use `grpc.WithTransportCredentials(insecure.NewCredentials)` instead of `grpc.WithInsecure()`, otherwise people keep copy-pasting the deprecated code (`grpc.WithInsecure()`) and using it in their codebase. See [usages](https://github.com/search?q=repo%3Agoogleapis%2Fgoogle-cloud-go+grpc.WithInsecure+path%3A%2F%5Epubsub%5C%2F*%2F&type=code).

api: pubsub

This PR was produced for demo purposes only using the following commands on my Cloudtop. The real PR for this change will be delivered through OwlBot. ``` gbazelisk clean --expunge...

api: secretmanager

* Refactor dialPoolNewAuth to extract new public option conversion utility func.