Home
last modified time | relevance | path

Searched refs:ACLRole (Results 1 – 3 of 3) sorted by relevance

/external/syzkaller/vendor/cloud.google.com/go/storage/
Dacl.go28 type ACLRole string type
31 RoleOwner ACLRole = "OWNER"
32 RoleReader ACLRole = "READER"
33 RoleWriter ACLRole = "WRITER"
54 Role ACLRole
78 func (a *ACLHandle) Set(ctx context.Context, entity ACLEntity, role ACLRole) error {
141 r[i].Role = ACLRole(v.Role)
146 func (a *ACLHandle) bucketSet(ctx context.Context, entity ACLEntity, role ACLRole) error {
191 func (a *ACLHandle) objectSet(ctx context.Context, entity ACLEntity, role ACLRole, isBucketDefault …
249 r = append(r, ACLRule{Entity: ACLEntity(item.Entity), Role: ACLRole(item.Role)})
Dbucket.go351 Role: ACLRole(rule.Role),
359 Role: ACLRole(rule.Role),
Dstorage.go807 Role: ACLRole(rule.Role),