func google.golang.org/api/option.WithUserAgent

4 uses

	google.golang.org/api/option (current package)
		option.go#L96: func WithUserAgent(ua string) ClientOption {

	cloud.google.com/go/profiler
		profiler.go#L240: 		option.WithUserAgent(fmt.Sprintf("gcloud-go-profiler/%s", version.Repo)),

	cloud.google.com/go/storage
		storage.go#L109: 		opts = append([]option.ClientOption{option.WithScopes(ScopeFullControl), option.WithUserAgent(userAgent)}, opts...)

	contrib.go.opencensus.io/exporter/stackdriver
		stats.go#L89: 	opts := append(o.MonitoringClientOptions, option.WithUserAgent(o.UserAgent))