cloud.google.com/go/storage.BucketHandle.userProject (field)
19 uses
cloud.google.com/go/storage (current package)
bucket.go#L39: userProject string // project for Requester Pays buckets
bucket.go#L112: if b.userProject != "" {
bucket.go#L113: req.UserProject(b.userProject)
bucket.go#L147: userProject: b.userProject,
bucket.go#L150: userProject: b.userProject,
bucket.go#L183: if b.userProject != "" {
bucket.go#L184: req.UserProject(b.userProject)
bucket.go#L219: if b.userProject != "" {
bucket.go#L220: req.UserProject(b.userProject)
bucket.go#L839: b2.userProject = projectID
bucket.go#L1159: if it.bucket.userProject != "" {
bucket.go#L1160: req.UserProject(it.bucket.userProject)
iam.go#L31: userProject: b.userProject,
notifications.go#L137: if b.userProject != "" {
notifications.go#L138: call.UserProject(b.userProject)
notifications.go#L155: if b.userProject != "" {
notifications.go#L156: call.UserProject(b.userProject)
notifications.go#L184: if b.userProject != "" {
notifications.go#L185: call.UserProject(b.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. |