google.golang.org/api/transport/http.parameterTransport.quotaProject (field)
6 uses
google.golang.org/api/transport/http (current package)
dial.go#L80: quotaProject: settings.QuotaProject,
dial.go#L98: if paramTransport.quotaProject == "" {
dial.go#L99: paramTransport.quotaProject = internal.QuotaProjectFromCreds(creds)
dial.go#L130: quotaProject string
dial.go#L152: if t.quotaProject != "" {
dial.go#L153: newReq.Header.Set("X-Goog-User-Project", t.quotaProject)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |