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

22 uses

	cloud.google.com/go/storage (current package)
		acl.go#L69: type ACLHandle struct {
		acl.go#L78: func (a *ACLHandle) Delete(ctx context.Context, entity ACLEntity) (err error) {
		acl.go#L92: func (a *ACLHandle) Set(ctx context.Context, entity ACLEntity, role ACLRole) (err error) {
		acl.go#L106: func (a *ACLHandle) List(ctx context.Context) (rules []ACLRule, err error) {
		acl.go#L119: func (a *ACLHandle) bucketDefaultList(ctx context.Context) ([]ACLRule, error) {
		acl.go#L134: func (a *ACLHandle) bucketDefaultDelete(ctx context.Context, entity ACLEntity) error {
		acl.go#L142: func (a *ACLHandle) bucketList(ctx context.Context) ([]ACLRule, error) {
		acl.go#L157: func (a *ACLHandle) bucketSet(ctx context.Context, entity ACLEntity, role ACLRole) error {
		acl.go#L175: func (a *ACLHandle) bucketDelete(ctx context.Context, entity ACLEntity) error {
		acl.go#L183: func (a *ACLHandle) objectList(ctx context.Context) ([]ACLRule, error) {
		acl.go#L198: func (a *ACLHandle) objectSet(ctx context.Context, entity ACLEntity, role ACLRole, isBucketDefault bool) error {
		acl.go#L222: func (a *ACLHandle) objectDelete(ctx context.Context, entity ACLEntity) error {
		acl.go#L230: func (a *ACLHandle) configureCall(ctx context.Context, call interface{ Header() http.Header }) {
		bucket.go#L36: 	acl              ACLHandle
		bucket.go#L37: 	defaultObjectACL ACLHandle
		bucket.go#L53: 		acl: ACLHandle{
		bucket.go#L57: 		defaultObjectACL: ACLHandle{
		bucket.go#L121: func (b *BucketHandle) ACL() *ACLHandle {
		bucket.go#L128: func (b *BucketHandle) DefaultObjectACL() *ACLHandle {
		bucket.go#L143: 		acl: ACLHandle{
		storage.go#L739: 	acl            ACLHandle
		storage.go#L750: func (o *ObjectHandle) ACL() *ACLHandle {