From e8bd85bbce12d5f7ab87fa49d166a6a0d84bd12d Mon Sep 17 00:00:00 2001 From: Brenna N Epp Date: Thu, 8 Feb 2024 12:04:31 -0800 Subject: [PATCH] docs(storage): indicate that gRPC is incompatible with universe domains (#9386) --- storage/storage.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/storage/storage.go b/storage/storage.go index b000325febf1..49e8cb3dbbe9 100644 --- a/storage/storage.go +++ b/storage/storage.go @@ -219,6 +219,8 @@ func NewClient(ctx context.Context, opts ...option.ClientOption) (*Client, error // NewGRPCClient creates a new Storage client using the gRPC transport and API. // Client methods which have not been implemented in gRPC will return an error. // In particular, methods for Cloud Pub/Sub notifications are not supported. +// Using a non-default universe domain is also not supported with the Storage +// gRPC client. // // The storage gRPC API is still in preview and not yet publicly available. // If you would like to use the API, please first contact your GCP account rep to