Skip to content

Commit

Permalink
docs(storage): remove preview wording from NewGRPCClient (#11002)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankyn authored Oct 16, 2024
1 parent 6a1586f commit 40c3a5b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions storage/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,14 +214,11 @@ 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.
// In particular, methods for Cloud Pub/Sub notifications, Service Account HMAC
// keys, and ServiceAccount 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
// request access. The API may be subject to breaking changes.
//
// Clients should be reused instead of created as needed. The methods of Client
// are safe for concurrent use by multiple goroutines.
//
Expand Down

0 comments on commit 40c3a5b

Please sign in to comment.