public static final class Bucket.IamConfiguration.UniformBucketLevelAccess
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
UniformBucketLevelAccess() |
| Modifier and Type | Method and Description |
|---|---|
Bucket.IamConfiguration.UniformBucketLevelAccess |
clone() |
java.lang.Boolean |
getEnabled()
If set, access is controlled only by bucket-level or above IAM policies.
|
com.google.api.client.util.DateTime |
getLockedTime()
The deadline for changing iamConfiguration.uniformBucketLevelAccess.enabled from true to false
in RFC 3339 format.
|
Bucket.IamConfiguration.UniformBucketLevelAccess |
set(java.lang.String fieldName,
java.lang.Object value) |
Bucket.IamConfiguration.UniformBucketLevelAccess |
setEnabled(java.lang.Boolean enabled)
If set, access is controlled only by bucket-level or above IAM policies.
|
Bucket.IamConfiguration.UniformBucketLevelAccess |
setLockedTime(com.google.api.client.util.DateTime lockedTime)
The deadline for changing iamConfiguration.uniformBucketLevelAccess.enabled from true to false
in RFC 3339 format.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.Boolean getEnabled()
null for nonepublic Bucket.IamConfiguration.UniformBucketLevelAccess setEnabled(java.lang.Boolean enabled)
enabled - enabled or null for nonepublic com.google.api.client.util.DateTime getLockedTime()
null for nonepublic Bucket.IamConfiguration.UniformBucketLevelAccess setLockedTime(com.google.api.client.util.DateTime lockedTime)
lockedTime - lockedTime or null for nonepublic Bucket.IamConfiguration.UniformBucketLevelAccess set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Bucket.IamConfiguration.UniformBucketLevelAccess clone()
clone in class com.google.api.client.json.GenericJson