Uses of Enum Class
org.jclouds.googlecloudstorage.domain.DomainResourceReferences.ObjectRole
Packages that use DomainResourceReferences.ObjectRole
Package
Description
-
Uses of DomainResourceReferences.ObjectRole in org.jclouds.googlecloudstorage.domain
Methods in org.jclouds.googlecloudstorage.domain that return DomainResourceReferences.ObjectRoleModifier and TypeMethodDescriptionabstract DomainResourceReferences.ObjectRole
ObjectAccessControls.role()
Returns the enum constant of this class with the specified name.static DomainResourceReferences.ObjectRole[]
DomainResourceReferences.ObjectRole.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.googlecloudstorage.domain with parameters of type DomainResourceReferences.ObjectRoleModifier and TypeMethodDescriptionstatic ObjectAccessControls
ObjectAccessControls.create
(String id, String bucket, String object, Long generation, String entity, String entityId, DomainResourceReferences.ObjectRole role, String email, String domain, ProjectTeam projectTeam) ObjectAccessControls.Builder.role
(DomainResourceReferences.ObjectRole role) -
Uses of DomainResourceReferences.ObjectRole in org.jclouds.googlecloudstorage.domain.templates
Methods in org.jclouds.googlecloudstorage.domain.templates that return DomainResourceReferences.ObjectRoleModifier and TypeMethodDescriptionabstract DomainResourceReferences.ObjectRole
ObjectAccessControlsTemplate.role()
Methods in org.jclouds.googlecloudstorage.domain.templates with parameters of type DomainResourceReferences.ObjectRoleModifier and TypeMethodDescriptionstatic ObjectAccessControlsTemplate
ObjectAccessControlsTemplate.create
(String entity, DomainResourceReferences.ObjectRole role) -
Uses of DomainResourceReferences.ObjectRole in org.jclouds.googlecloudstorage.features
Methods in org.jclouds.googlecloudstorage.features with parameters of type DomainResourceReferences.ObjectRoleModifier and TypeMethodDescriptionDefaultObjectAccessControlsApi.updateDefaultObjectAccessControls
(String bucketName, String entity, ObjectAccessControls payload, DomainResourceReferences.ObjectRole role) Retrieves ACL entries on a specified object