storage: determine gRPC endpoint without requiring workaround #10788
Labels
api: storage
Issues related to the Cloud Storage API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: cleanup
An internal cleanup or hygiene concern.
Client
Storage
Expected behavior
Determine the endpoint that will ultimately be used by GAPIC client without initializing first.
Actual behavior
There's currently no option to determine endpoint used by the GAPIC client without first create a grpc.ConnPool which can't be created with metrics enabled until we have the endpoint.
Additional context
First raised in #10639
The text was updated successfully, but these errors were encountered: