Uses of Enum
com.google.cloud.storage.Storage.PredefinedAcl
Packages that use Storage.PredefinedAcl
-
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.