| Modifier and Type | Method and Description |
|---|---|
static Bucket.IamConfig.PublicAccessPrevention |
Bucket.IamConfig.PublicAccessPrevention.forNumber(int value) |
Bucket.IamConfig.PublicAccessPrevention |
Bucket.IamConfigOrBuilder.getPublicAccessPrevention()
Whether IAM will enforce public access prevention.
|
Bucket.IamConfig.PublicAccessPrevention |
Bucket.IamConfig.getPublicAccessPrevention()
Whether IAM will enforce public access prevention.
|
Bucket.IamConfig.PublicAccessPrevention |
Bucket.IamConfig.Builder.getPublicAccessPrevention()
Whether IAM will enforce public access prevention.
|
static Bucket.IamConfig.PublicAccessPrevention |
Bucket.IamConfig.PublicAccessPrevention.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Bucket.IamConfig.PublicAccessPrevention |
Bucket.IamConfig.PublicAccessPrevention.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Bucket.IamConfig.PublicAccessPrevention |
Bucket.IamConfig.PublicAccessPrevention.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bucket.IamConfig.PublicAccessPrevention[] |
Bucket.IamConfig.PublicAccessPrevention.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Bucket.IamConfig.PublicAccessPrevention> |
Bucket.IamConfig.PublicAccessPrevention.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Bucket.IamConfig.Builder |
Bucket.IamConfig.Builder.setPublicAccessPrevention(Bucket.IamConfig.PublicAccessPrevention value)
Whether IAM will enforce public access prevention.
|
Copyright © 2021 Google LLC. All rights reserved.