| Package | Description |
|---|---|
| com.google.api.services.storage.preprod.model |
| 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 - project-team-projectId - allUsers -
allAuthenticatedUsers Examples: - The user liz@example.com would be user-liz@example.com.
|
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.setProjectTeam(BucketAccessControl.ProjectTeam projectTeam)
The project team associated with the entity, if any.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Bucket |
Bucket.setAcl(List<BucketAccessControl> acl)
Access controls on the bucket.
|
Copyright © 2022. All rights reserved.