### Is your feature request related to a problem? Please describe. cloud.google.com/go/pubsub is deprecated. there is a new cloud.google.com/go/pubsub/v2 it is not possible to upgrade other libraries to v2 when some are still using v1. this is due to loading of protos with same name <img width="589" height="83" alt="Image" src="https://github.com/user-attachments/assets/1940117b-bc62-48ea-9518-0ae1c5a42c0c" /> ### Describe the solution you'd like Upgrade pubsub/gcppubsub to use `cloud.google.com/go/pubsub/v2` ### Describe alternatives you've considered N/A ### Additional context N/A