Package | Description |
---|---|
org.jclouds.googlecloudstorage.domain | |
org.jclouds.googlecloudstorage.domain.templates | |
org.jclouds.googlecloudstorage.features |
Modifier and Type | Method and Description |
---|---|
abstract DomainResourceReferences.ObjectRole |
ObjectAccessControls.role() |
static DomainResourceReferences.ObjectRole |
DomainResourceReferences.ObjectRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DomainResourceReferences.ObjectRole[] |
DomainResourceReferences.ObjectRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static 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 |
ObjectAccessControls.Builder.role(DomainResourceReferences.ObjectRole role) |
Modifier and Type | Method and Description |
---|---|
abstract DomainResourceReferences.ObjectRole |
ObjectAccessControlsTemplate.role() |
Modifier and Type | Method and Description |
---|---|
static ObjectAccessControlsTemplate |
ObjectAccessControlsTemplate.create(String entity,
DomainResourceReferences.ObjectRole role) |
Modifier and Type | Method and Description |
---|---|
ObjectAccessControls |
DefaultObjectAccessControlsApi.updateDefaultObjectAccessControls(String bucketName,
String entity,
ObjectAccessControls payload,
DomainResourceReferences.ObjectRole role)
Retrieves ACL entries on a specified object
|
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.