google.golang.org/api/storage/v1.Service.Buckets (field)
11 uses
google.golang.org/api/storage/v1 (current package)
storage-gen.go#L140: s.Buckets = NewBucketsService(s)
storage-gen.go#L157: Buckets *BucketsService
cloud.google.com/go/storage
bucket.go#L83: req := b.c.raw.Buckets.Insert(projectID, bkt)
bucket.go#L107: req := b.c.raw.Buckets.Delete(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#L1241: req := it.client.raw.Buckets.List(it.projectID)
iam.go#L49: call := c.raw.Buckets.GetIamPolicy(resource).OptionsRequestedPolicyVersion(int64(requestedPolicyVersion))
iam.go#L70: call := c.raw.Buckets.SetIamPolicy(resource, rp)
iam.go#L85: call := c.raw.Buckets.TestIamPermissions(resource, perms)
![]() |
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. |