cloud.google.com/go/storage.ObjectHandle.userProject (field)
18 uses
cloud.google.com/go/storage (current package)
bucket.go#L150: userProject: b.userProject,
copy.go#L124: if c.dst.userProject != "" {
copy.go#L125: call.UserProject(c.dst.userProject)
copy.go#L126: } else if c.src.userProject != "" {
copy.go#L127: call.UserProject(c.src.userProject)
copy.go#L222: if c.dst.userProject != "" {
copy.go#L223: call.UserProject(c.dst.userProject)
reader.go#L123: if o.userProject != "" {
reader.go#L124: req.Header.Set("X-Goog-User-Project", o.userProject)
storage.go#L743: userProject string // for requester-pays buckets
storage.go#L800: if o.userProject != "" {
storage.go#L801: call.UserProject(o.userProject)
storage.go#L893: if o.userProject != "" {
storage.go#L894: call.UserProject(o.userProject)
storage.go#L960: if o.userProject != "" {
storage.go#L961: call.UserProject(o.userProject)
writer.go#L156: if w.o.userProject != "" {
writer.go#L157: call.UserProject(w.o.userProject)
![]() |
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. |