func google.golang.org/api/storage/v1.NewService

2 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L104: func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error) {

	cloud.google.com/go/storage
		storage.go#L121: 	rawService, err := raw.NewService(ctx, option.WithHTTPClient(hc))