cloud.google.com/go/storage.BucketHandle.c (field)

14 uses

	cloud.google.com/go/storage (current package)
		bucket.go#L34: 	c                *Client
		bucket.go#L51: 		c:    c,
		bucket.go#L83: 	req := b.c.raw.Buckets.Insert(projectID, bkt)
		bucket.go#L107: 	req := b.c.raw.Buckets.Delete(b.name)
		bucket.go#L140: 		c:      b.c,
		bucket.go#L144: 			c:           b.c,
		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#L30: 		raw:         b.c.raw,
		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)