public static class BucketInfo.IamConfiguration extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
BucketInfo.IamConfiguration.Builder
Builder for
IamConfiguration |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getBucketPolicyOnlyLockedTime()
Deprecated.
|
BucketInfo.PublicAccessPrevention |
getPublicAccessPrevention()
Returns the Public Access Prevention.
|
Long |
getUniformBucketLevelAccessLockedTime()
|
OffsetDateTime |
getUniformBucketLevelAccessLockedTimeOffsetDateTime() |
int |
hashCode() |
Boolean |
isBucketPolicyOnlyEnabled()
Deprecated.
|
Boolean |
isUniformBucketLevelAccessEnabled() |
static BucketInfo.IamConfiguration.Builder |
newBuilder() |
BucketInfo.IamConfiguration.Builder |
toBuilder() |
String |
toString() |
public static BucketInfo.IamConfiguration.Builder newBuilder()
public BucketInfo.IamConfiguration.Builder toBuilder()
@Deprecated public Boolean isBucketPolicyOnlyEnabled()
@Deprecated public Long getBucketPolicyOnlyLockedTime()
public Boolean isUniformBucketLevelAccessEnabled()
@Deprecated public Long getUniformBucketLevelAccessLockedTime()
public OffsetDateTime getUniformBucketLevelAccessLockedTimeOffsetDateTime()
public BucketInfo.PublicAccessPrevention getPublicAccessPrevention()
Copyright © 2023 Google LLC. All rights reserved.