You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: add ConnectionName to ConnectionInfo class (#1212)
Adding ConnectionName to ConnectionInfo class
Benefits:
- Cleaner interface, passing connection name around instead of individual args (project, region, instance)
- Consistent debug logs (give access to ConnectionName throughout)
- Allows us to tell if ConnectionInfo is using DNS (if ConnectionName.domain_name is set)
0 commit comments