type cloud.google.com/go/storage.BucketHandle

24 uses

	cloud.google.com/go/storage (current package)
		bucket.go#L33: type BucketHandle struct {
		bucket.go#L49: func (c *Client) Bucket(name string) *BucketHandle {
		bucket.go#L50: 	return &BucketHandle{
		bucket.go#L67: func (b *BucketHandle) Create(ctx context.Context, projectID string, attrs *BucketAttrs) (err error) {
		bucket.go#L95: func (b *BucketHandle) Delete(ctx context.Context) (err error) {
		bucket.go#L106: func (b *BucketHandle) newDeleteCall() (*raw.BucketsDeleteCall, error) {
		bucket.go#L121: func (b *BucketHandle) ACL() *ACLHandle {
		bucket.go#L128: func (b *BucketHandle) DefaultObjectACL() *ACLHandle {
		bucket.go#L138: func (b *BucketHandle) Object(name string) *ObjectHandle {
		bucket.go#L155: func (b *BucketHandle) Attrs(ctx context.Context) (attrs *BucketAttrs, err error) {
		bucket.go#L177: func (b *BucketHandle) newGetCall() (*raw.BucketsGetCall, error) {
		bucket.go#L190: func (b *BucketHandle) Update(ctx context.Context, uattrs BucketAttrsToUpdate) (attrs *BucketAttrs, err error) {
		bucket.go#L212: func (b *BucketHandle) newPatchCall(uattrs *BucketAttrsToUpdate) (*raw.BucketsPatchCall, error) {
		bucket.go#L801: func (b *BucketHandle) If(conds BucketConditions) *BucketHandle {
		bucket.go#L837: func (b *BucketHandle) UserProject(projectID string) *BucketHandle {
		bucket.go#L854: func (b *BucketHandle) LockRetentionPolicy(ctx context.Context) error {
		bucket.go#L1098: func (b *BucketHandle) Objects(ctx context.Context, q *Query) *ObjectIterator {
		bucket.go#L1118: 	bucket   *BucketHandle
		iam.go#L28: func (b *BucketHandle) IAM() *iam.Handle {
		notifications.go#L122: func (b *BucketHandle) AddNotification(ctx context.Context, n *Notification) (ret *Notification, err error) {
		notifications.go#L149: func (b *BucketHandle) Notifications(ctx context.Context) (n map[string]*Notification, err error) {
		notifications.go#L178: func (b *BucketHandle) DeleteNotification(ctx context.Context, id string) (err error) {