Package | Description |
---|---|
com.google.cloud.storage |
A client for Cloud Storage - Unified object storage.
|
Modifier and Type | Class and Description |
---|---|
static class |
Acl.Domain
Class for ACL Domain entities.
|
static class |
Acl.Group
Class for ACL Group entities.
|
static class |
Acl.Project
Class for ACL Project entities.
|
static class |
Acl.RawEntity |
static class |
Acl.User
Class for ACL User entities.
|
Modifier and Type | Method and Description |
---|---|
Acl.Entity |
Acl.getEntity()
Returns the entity for this ACL object.
|
Acl.Entity |
BlobInfo.getOwner()
Returns the blob's owner.
|
Acl.Entity |
BucketInfo.getOwner()
Returns the bucket's owner.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Blob.deleteAcl(Acl.Entity entity)
Deletes the ACL entry for the specified entity on this blob.
|
boolean |
Bucket.deleteAcl(Acl.Entity entity)
Deletes the ACL entry for the specified entity on this bucket.
|
boolean |
Storage.deleteAcl(BlobId blob,
Acl.Entity entity)
Deletes the ACL entry for the specified entity on the specified blob.
|
boolean |
Storage.deleteAcl(String bucket,
Acl.Entity entity) |
boolean |
Storage.deleteAcl(String bucket,
Acl.Entity entity,
Storage.BucketSourceOption... options)
Deletes the ACL entry for the specified entity on the specified bucket.
|
boolean |
Bucket.deleteDefaultAcl(Acl.Entity entity)
Deletes the default object ACL entry for the specified entity on this bucket.
|
boolean |
Storage.deleteDefaultAcl(String bucket,
Acl.Entity entity)
Deletes the default object ACL entry for the specified entity on the specified bucket.
|
Acl |
Blob.getAcl(Acl.Entity entity)
Returns the ACL entry for the specified entity on this blob or
null if not found. |
Acl |
Bucket.getAcl(Acl.Entity entity)
Returns the ACL entry for the specified entity on this bucket or
null if not found. |
Acl |
Storage.getAcl(BlobId blob,
Acl.Entity entity)
Returns the ACL entry for the specified entity on the specified blob or
null if not
found. |
Acl |
Storage.getAcl(String bucket,
Acl.Entity entity) |
Acl |
Storage.getAcl(String bucket,
Acl.Entity entity,
Storage.BucketSourceOption... options)
Returns the ACL entry for the specified entity on the specified bucket or
null if not
found. |
Acl |
Bucket.getDefaultAcl(Acl.Entity entity)
Returns the default object ACL entry for the specified entity on this bucket or
null if
not found. |
Acl |
Storage.getDefaultAcl(String bucket,
Acl.Entity entity)
Returns the default object ACL entry for the specified entity on the specified bucket or
null if not found. |
static Acl.Builder |
Acl.newBuilder(Acl.Entity entity,
Acl.Role role)
Returns a builder for
Acl objects. |
static Acl |
Acl.of(Acl.Entity entity,
Acl.Role role)
Returns an
Acl object. |
Acl.Builder |
Acl.Builder.setEntity(Acl.Entity entity)
Sets the entity for the ACL object.
|
Copyright © 2019 Google LLC. All rights reserved.