Uses of Class
com.google.cloud.storage.Acl.Role
Packages that use Acl.Role
-
Uses of Acl.Role in com.google.cloud.storage
Fields in com.google.cloud.storage declared as Acl.RoleModifier and TypeFieldDescriptionstatic final Acl.RoleAcl.Role.OWNERstatic final Acl.RoleAcl.Role.READERstatic final Acl.RoleAcl.Role.WRITERMethods in com.google.cloud.storage that return Acl.RoleModifier and TypeMethodDescriptionAcl.getRole()Returns the role associated to the entity in this ACL object.static Acl.RoleGet the Role for the given String constant, and allow unrecognized values.static Acl.RoleAcl.Role.valueOfStrict(String constant) Get the Role for the given String constant, and throw an exception if the constant is not recognized.static Acl.Role[]Acl.Role.values()Return the known values for Role.Methods in com.google.cloud.storage with parameters of type Acl.RoleModifier and TypeMethodDescriptionstatic Acl.BuilderAcl.newBuilder(Acl.Entity entity, Acl.Role role) Returns a builder forAclobjects.static AclAcl.of(Acl.Entity entity, Acl.Role role) Returns anAclobject.Sets the role to associate to theentityobject.