google.golang.org/api/internal.DialSettings.QuotaProject (field)
7 uses
google.golang.org/api/internal (current package)
settings.go#L47: QuotaProject string
settings.go#L98: if ds.HTTPClient != nil && ds.QuotaProject != "" {
google.golang.org/api/option
option.go#L210: o.QuotaProject = string(w)
google.golang.org/api/transport/grpc
dial.go#L127: if o.QuotaProject == "" {
dial.go#L128: o.QuotaProject = internal.QuotaProjectFromCreds(creds)
dial.go#L156: quotaProject: o.QuotaProject,
google.golang.org/api/transport/http
dial.go#L80: quotaProject: settings.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. |