public static interface Bucket.IamConfig.UniformBucketLevelAccessOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnabled()
If set, access checks only use bucket-level IAM policies or above.
|
com.google.protobuf.Timestamp |
getLockTime()
The deadline time for changing
`iamConfig.uniformBucketLevelAccess.enabled` from
true to false in [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
com.google.protobuf.TimestampOrBuilder |
getLockTimeOrBuilder()
The deadline time for changing
`iamConfig.uniformBucketLevelAccess.enabled` from
true to false in [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
boolean |
hasLockTime()
The deadline time for changing
`iamConfig.uniformBucketLevelAccess.enabled` from
true to false in [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getEnabled()
If set, access checks only use bucket-level IAM policies or above.
bool enabled = 1;boolean hasLockTime()
The deadline time for changing `iamConfig.uniformBucketLevelAccess.enabled` from true to false in [RFC 3339](https://tools.ietf.org/html/rfc3339). Mutable until the specified deadline is reached, but not afterward.
.google.protobuf.Timestamp lock_time = 2;com.google.protobuf.Timestamp getLockTime()
The deadline time for changing `iamConfig.uniformBucketLevelAccess.enabled` from true to false in [RFC 3339](https://tools.ietf.org/html/rfc3339). Mutable until the specified deadline is reached, but not afterward.
.google.protobuf.Timestamp lock_time = 2;com.google.protobuf.TimestampOrBuilder getLockTimeOrBuilder()
The deadline time for changing `iamConfig.uniformBucketLevelAccess.enabled` from true to false in [RFC 3339](https://tools.ietf.org/html/rfc3339). Mutable until the specified deadline is reached, but not afterward.
.google.protobuf.Timestamp lock_time = 2;Copyright © 2021 Google LLC. All rights reserved.