Uses of Enum
com.google.cloud.storage.BucketInfo.PublicAccessPrevention
Packages that use BucketInfo.PublicAccessPrevention
-
Uses of BucketInfo.PublicAccessPrevention in com.google.cloud.storage
Methods in com.google.cloud.storage that return BucketInfo.PublicAccessPreventionModifier and TypeMethodDescriptionBucketInfo.IamConfiguration.getPublicAccessPrevention()Returns the Public Access Prevention.Returns the enum constant of this type with the specified name.static BucketInfo.PublicAccessPrevention[]BucketInfo.PublicAccessPrevention.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 BucketInfo.PublicAccessPreventionModifier and TypeMethodDescriptionBucketInfo.IamConfiguration.Builder.setPublicAccessPrevention(BucketInfo.PublicAccessPrevention publicAccessPrevention) Sets the bucket's Public Access Prevention configuration.