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

10 uses

	cloud.google.com/go/storage (current package)
		acl.go#L28: type ACLRole string
		acl.go#L31: 	RoleOwner  ACLRole = "OWNER"
		acl.go#L32: 	RoleReader ACLRole = "READER"
		acl.go#L33: 	RoleWriter ACLRole = "WRITER"
		acl.go#L56: 	Role        ACLRole
		acl.go#L92: func (a *ACLHandle) Set(ctx context.Context, entity ACLEntity, role ACLRole) (err error) {
		acl.go#L157: func (a *ACLHandle) bucketSet(ctx context.Context, entity ACLEntity, role ACLRole) error {
		acl.go#L198: func (a *ACLHandle) objectSet(ctx context.Context, entity ACLEntity, role ACLRole, isBucketDefault bool) error {
		acl.go#L259: 		Role:        ACLRole(a.Role),
		acl.go#L270: 		Role:        ACLRole(a.Role),