Package | Description |
---|---|
com.google.cloud.storage |
A client for Cloud Storage - Unified object storage.
|
Modifier and Type | Method and Description |
---|---|
BucketInfo.PublicAccessPrevention |
BucketInfo.IamConfiguration.getPublicAccessPrevention()
Returns the Public Access Prevention.
|
static BucketInfo.PublicAccessPrevention |
BucketInfo.PublicAccessPrevention.parse(String value) |
static BucketInfo.PublicAccessPrevention |
BucketInfo.PublicAccessPrevention.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
BucketInfo.IamConfiguration.Builder |
BucketInfo.IamConfiguration.Builder.setPublicAccessPrevention(BucketInfo.PublicAccessPrevention publicAccessPrevention)
Sets the bucket's Public Access Prevention configuration.
|
Copyright © 2023 Google LLC. All rights reserved.