Uses of Class
com.google.cloud.Role
Packages that use Role
-
Uses of Role in com.google.cloud
Methods in com.google.cloud that return RoleModifier and TypeMethodDescriptionstatic RoleRole.editor()Returns the editor role.static RoleReturns a new role given its string value.static RoleRole.owner()Returns the owner role.static RoleRole.viewer()Returns the viewer role.Methods in com.google.cloud that return types with arguments of type RoleModifier and TypeMethodDescriptionPolicy.getBindings()Returns the map of bindings that comprises the policy.Methods in com.google.cloud with parameters of type RoleModifier and TypeMethodDescriptionfinal Policy.BuilderPolicy.Builder.addIdentity(Role role, Identity first, Identity... others) Adds one or more identities to the policy under the role specified.final Policy.BuilderPolicy.Builder.removeIdentity(Role role, Identity first, Identity... others) Removes one or more identities from an existing binding.final Policy.BuilderPolicy.Builder.removeRole(Role role) Removes the role (and all identities associated with that role) from the policy.Method parameters in com.google.cloud with type arguments of type RoleModifier and TypeMethodDescriptionfinal Policy.BuilderPolicy.Builder.setBindings(Map<Role, Set<Identity>> bindings) Replaces the builder's map of bindings with the given map of bindings.