cloud.google.com/go/storage.BucketHandle.name (field)
14 uses
cloud.google.com/go/storage (current package)
bucket.go#L35: name string
bucket.go#L52: name: name,
bucket.go#L77: bkt.Name = b.name
bucket.go#L107: req := b.c.raw.Buckets.Delete(b.name)
bucket.go#L141: bucket: b.name,
bucket.go#L145: bucket: b.name,
bucket.go#L178: req := b.c.raw.Buckets.Get(b.name).Projection("full")
bucket.go#L214: req := b.c.raw.Buckets.Patch(b.name, rb).Projection("full")
bucket.go#L859: req := b.c.raw.Buckets.LockRetentionPolicy(b.name, metageneration)
bucket.go#L1149: req := it.bucket.c.raw.Objects.List(it.bucket.name)
iam.go#L32: }, b.name)
notifications.go#L135: call := b.c.raw.Notifications.Insert(b.name, toRawNotification(n))
notifications.go#L153: call := b.c.raw.Notifications.List(b.name)
notifications.go#L182: call := b.c.raw.Notifications.Delete(b.name, id)
![]() |
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. |