Skip to content

Commit 40c3a5b

Browse files
authored
docs(storage): remove preview wording from NewGRPCClient (#11002)
1 parent 6a1586f commit 40c3a5b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

storage/storage.go

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -214,14 +214,11 @@ func NewClient(ctx context.Context, opts ...option.ClientOption) (*Client, error
214214

215215
// NewGRPCClient creates a new Storage client using the gRPC transport and API.
216216
// Client methods which have not been implemented in gRPC will return an error.
217-
// In particular, methods for Cloud Pub/Sub notifications are not supported.
217+
// In particular, methods for Cloud Pub/Sub notifications, Service Account HMAC
218+
// keys, and ServiceAccount are not supported.
218219
// Using a non-default universe domain is also not supported with the Storage
219220
// gRPC client.
220221
//
221-
// The storage gRPC API is still in preview and not yet publicly available.
222-
// If you would like to use the API, please first contact your GCP account rep to
223-
// request access. The API may be subject to breaking changes.
224-
//
225222
// Clients should be reused instead of created as needed. The methods of Client
226223
// are safe for concurrent use by multiple goroutines.
227224
//

0 commit comments

Comments
 (0)