Uses of Enum
com.google.cloud.storage.Storage.PredefinedAcl
Packages that use Storage.PredefinedAcl
Package
Description
A client for Cloud Storage - Unified object storage.
-
Uses of Storage.PredefinedAcl in com.google.cloud.storage
Methods in com.google.cloud.storage that return Storage.PredefinedAclModifier and TypeMethodDescriptionstatic Storage.PredefinedAclReturns the enum constant of this type with the specified name.static Storage.PredefinedAcl[]Storage.PredefinedAcl.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.storage with parameters of type Storage.PredefinedAclModifier and TypeMethodDescriptionstatic Bucket.BlobTargetOptionBucket.BlobTargetOption.predefinedAcl(@NonNull Storage.PredefinedAcl acl) Returns an option for specifying blob's predefined ACL configuration.static Bucket.BlobWriteOptionBucket.BlobWriteOption.predefinedAcl(@NonNull Storage.PredefinedAcl acl) Returns an option for specifying blob's predefined ACL configuration.static Storage.BlobTargetOptionStorage.BlobTargetOption.predefinedAcl(@NonNull Storage.PredefinedAcl acl) Returns an option for specifying blob's predefined ACL configuration.static Storage.BlobWriteOptionStorage.BlobWriteOption.predefinedAcl(@NonNull Storage.PredefinedAcl acl) Returns an option for specifying blob's predefined ACL configuration.static Storage.BucketTargetOptionStorage.BucketTargetOption.predefinedAcl(@NonNull Storage.PredefinedAcl acl) Returns an option for specifying bucket's predefined ACL configuration.static Storage.BucketTargetOptionStorage.BucketTargetOption.predefinedDefaultObjectAcl(@NonNull Storage.PredefinedAcl acl) Returns an option for specifying bucket's default ACL configuration for blobs. -
Uses of Storage.PredefinedAcl in com.google.cloud.storage.multipartupload.model
Methods in com.google.cloud.storage.multipartupload.model that return Storage.PredefinedAclModifier and TypeMethodDescriptionCreateMultipartUploadRequest.getCannedAcl()Returns a canned ACL to apply to the object.Methods in com.google.cloud.storage.multipartupload.model with parameters of type Storage.PredefinedAclModifier and TypeMethodDescriptionCreateMultipartUploadRequest.Builder.cannedAcl(Storage.PredefinedAcl cannedAcl) A canned ACL to apply to the object.