Package | Description |
---|---|
com.google.api.services.storage | |
com.google.api.services.storage.model |
Modifier and Type | Method and Description |
---|---|
Storage.BucketAccessControls.Insert |
Storage.BucketAccessControls.insert(String bucket,
BucketAccessControl content)
Creates a new ACL entry on the specified bucket.
|
Storage.BucketAccessControls.Patch |
Storage.BucketAccessControls.patch(String bucket,
String entity,
BucketAccessControl content)
Updates an ACL entry on the specified bucket.
|
Storage.BucketAccessControls.Update |
Storage.BucketAccessControls.update(String bucket,
String entity,
BucketAccessControl content)
Updates an ACL entry on the specified bucket.
|
Constructor and Description |
---|
Storage.BucketAccessControls.Insert(String bucket,
BucketAccessControl content)
Creates a new ACL entry on the specified bucket.
|
Storage.BucketAccessControls.Patch(String bucket,
String entity,
BucketAccessControl content)
Updates an ACL entry on the specified bucket.
|
Storage.BucketAccessControls.Update(String bucket,
String entity,
BucketAccessControl content)
Updates an ACL entry on the specified bucket.
|
Modifier and Type | Method and Description |
---|---|
BucketAccessControl |
BucketAccessControl.clone() |
BucketAccessControl |
BucketAccessControl.set(String fieldName,
Object value) |
BucketAccessControl |
BucketAccessControl.setBucket(String bucket)
The name of the bucket.
|
BucketAccessControl |
BucketAccessControl.setDomain(String domain)
The domain associated with the entity, if any.
|
BucketAccessControl |
BucketAccessControl.setEmail(String email)
The email address associated with the entity, if any.
|
BucketAccessControl |
BucketAccessControl.setEntity(String entity)
The entity holding the permission, in one of the following forms: - user-userId - user-email
- group-groupId - group-email - domain-domain - allUsers - allAuthenticatedUsers Examples:
- The user [email protected] would be [email protected].
|
BucketAccessControl |
BucketAccessControl.setEntityId(String entityId)
The ID for the entity, if any.
|
BucketAccessControl |
BucketAccessControl.setEtag(String etag)
HTTP 1.1 Entity tag for the access-control entry.
|
BucketAccessControl |
BucketAccessControl.setId(String id)
The ID of the access-control entry.
|
BucketAccessControl |
BucketAccessControl.setKind(String kind)
The kind of item this is.
|
BucketAccessControl |
BucketAccessControl.setRole(String role)
The access permission for the entity.
|
BucketAccessControl |
BucketAccessControl.setSelfLink(String selfLink)
The link to this access-control entry.
|
Modifier and Type | Method and Description |
---|---|
List<BucketAccessControl> |
Bucket.getAcl()
Access controls on the bucket.
|
List<BucketAccessControl> |
BucketAccessControls.getItems()
The list of items.
|
Modifier and Type | Method and Description |
---|---|
Bucket |
Bucket.setAcl(List<BucketAccessControl> acl)
Access controls on the bucket.
|
BucketAccessControls |
BucketAccessControls.setItems(List<BucketAccessControl> items)
The list of items.
|