Uses of Class
com.google.cloud.storage.Acl
Packages that use Acl
-
Uses of Acl in com.google.cloud.storage
Methods in com.google.cloud.storage that return AclModifier and TypeMethodDescriptionAcl.Builder.build()Creates anAclobject from this builder.Creates a new ACL entry on this blob.Creates a new ACL entry on this bucket.Creates a new ACL entry on the specified blob.Storage.createAcl(String bucket, Acl acl, Storage.BucketSourceOption... options) Creates a new ACL entry on the specified bucket.Bucket.createDefaultAcl(Acl acl) Creates a new default blob ACL entry on this bucket.Storage.createDefaultAcl(String bucket, Acl acl) Creates a new default blob ACL entry on the specified bucket.Blob.getAcl(Acl.Entity entity) Returns the ACL entry for the specified entity on this blob ornullif not found.Bucket.getAcl(Acl.Entity entity) Returns the ACL entry for the specified entity on this bucket ornullif not found.Storage.getAcl(BlobId blob, Acl.Entity entity) Returns the ACL entry for the specified entity on the specified blob ornullif not found.Storage.getAcl(String bucket, Acl.Entity entity) Storage.getAcl(String bucket, Acl.Entity entity, Storage.BucketSourceOption... options) Returns the ACL entry for the specified entity on the specified bucket ornullif not found.Bucket.getDefaultAcl(Acl.Entity entity) Returns the default object ACL entry for the specified entity on this bucket ornullif not found.Storage.getDefaultAcl(String bucket, Acl.Entity entity) Returns the default object ACL entry for the specified entity on the specified bucket ornullif not found.static AclAcl.of(Acl.Entity entity, Acl.Role role) Returns anAclobject.Updates an ACL entry on this blob.Updates an ACL entry on this bucket.Updates an ACL entry on the specified blob.Storage.updateAcl(String bucket, Acl acl, Storage.BucketSourceOption... options) Updates an ACL entry on the specified bucket.Bucket.updateDefaultAcl(Acl acl) Updates a default blob ACL entry on this bucket.Storage.updateDefaultAcl(String bucket, Acl acl) Updates a default blob ACL entry on the specified bucket.Methods in com.google.cloud.storage that return types with arguments of type AclModifier and TypeMethodDescriptionBlobInfo.getAcl()Returns the blob's access control configuration.BucketInfo.getAcl()Returns the bucket's access control configuration.BucketInfo.getDefaultAcl()Returns the default access control configuration for this bucket's blobs.Blob.listAcls()Lists the ACL entries for this blob.Bucket.listAcls()Lists the ACL entries for this bucket.Lists the ACL entries for the provided blob.Storage.listAcls(String bucket, Storage.BucketSourceOption... options) Lists the ACL entries for the provided bucket.Bucket.listDefaultAcls()Lists the default blob ACL entries for this bucket.Storage.listDefaultAcls(String bucket) Lists the default blob ACL entries for the provided bucket.Methods in com.google.cloud.storage with parameters of type AclModifier and TypeMethodDescriptionCreates a new ACL entry on this blob.Creates a new ACL entry on this bucket.Creates a new ACL entry on the specified blob.Storage.createAcl(String bucket, Acl acl, Storage.BucketSourceOption... options) Creates a new ACL entry on the specified bucket.Bucket.createDefaultAcl(Acl acl) Creates a new default blob ACL entry on this bucket.Storage.createDefaultAcl(String bucket, Acl acl) Creates a new default blob ACL entry on the specified bucket.Updates an ACL entry on this blob.Updates an ACL entry on this bucket.Updates an ACL entry on the specified blob.Storage.updateAcl(String bucket, Acl acl, Storage.BucketSourceOption... options) Updates an ACL entry on the specified bucket.Bucket.updateDefaultAcl(Acl acl) Updates a default blob ACL entry on this bucket.Storage.updateDefaultAcl(String bucket, Acl acl) Updates a default blob ACL entry on the specified bucket.Method parameters in com.google.cloud.storage with type arguments of type AclModifier and TypeMethodDescriptionabstract BlobInfo.BuilderSets the blob's access control configuration.abstract BucketInfo.BuilderSets the bucket's access control configuration.Bucket.Builder.setDefaultAcl(Iterable<Acl> acl) abstract BucketInfo.BuilderBucketInfo.Builder.setDefaultAcl(Iterable<Acl> acl) Sets the default access control configuration to apply to bucket's blobs when no other configuration is specified.