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)