| Package | Description |
|---|---|
| com.google.cloud.storage |
A client to Google Cloud Storage.
|
| Modifier and Type | Method and Description |
|---|---|
static Acl |
Acl.of(Acl.Entity entity,
Acl.Role role)
Returns an Acl object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Acl> |
BucketInfo.acl()
Returns the bucket's access control configuration.
|
List<Acl> |
BlobInfo.acl()
Returns the blob's access control configuration.
|
List<Acl> |
BucketInfo.defaultAcl()
Returns the default access control configuration for this bucket's blobs.
|
| Modifier and Type | Method and Description |
|---|---|
abstract BucketInfo.Builder |
BucketInfo.Builder.acl(Iterable<Acl> acl)
Sets the bucket's access control configuration.
|
Bucket.Builder |
Bucket.Builder.acl(Iterable<Acl> acl) |
abstract BlobInfo.Builder |
BlobInfo.Builder.acl(List<Acl> acl)
Sets the blob's access control configuration.
|
Blob.Builder |
Blob.Builder.acl(List<Acl> acl) |
abstract BucketInfo.Builder |
BucketInfo.Builder.defaultAcl(Iterable<Acl> acl)
Sets the default access control configuration to apply to bucket's blobs when no other
configuration is specified.
|
Bucket.Builder |
Bucket.Builder.defaultAcl(Iterable<Acl> acl) |
Copyright © 2016 Google. All rights reserved.