public static final class Bucket.IamConfig.UniformBucketLevelAccess extends GeneratedMessageV3 implements Bucket.IamConfig.UniformBucketLevelAccessOrBuilder
Settings for Uniform Bucket level access. See https://cloud.google.com/storage/docs/uniform-bucket-level-access.
Protobuf type google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Bucket.IamConfig.UniformBucketLevelAccessStatic Fields
ENABLED_FIELD_NUMBER
public static final int ENABLED_FIELD_NUMBER
Type | Description |
int |
LOCK_TIME_FIELD_NUMBER
public static final int LOCK_TIME_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Bucket.IamConfig.UniformBucketLevelAccess getDefaultInstance()
Type | Description |
Bucket.IamConfig.UniformBucketLevelAccess |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static Bucket.IamConfig.UniformBucketLevelAccess.Builder newBuilder()
Type | Description |
Bucket.IamConfig.UniformBucketLevelAccess.Builder |
newBuilder(Bucket.IamConfig.UniformBucketLevelAccess prototype)
public static Bucket.IamConfig.UniformBucketLevelAccess.Builder newBuilder(Bucket.IamConfig.UniformBucketLevelAccess prototype)
Name | Description |
prototype | Bucket.IamConfig.UniformBucketLevelAccess |
Type | Description |
Bucket.IamConfig.UniformBucketLevelAccess.Builder |
parseDelimitedFrom(InputStream input)
public static Bucket.IamConfig.UniformBucketLevelAccess parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Bucket.IamConfig.UniformBucketLevelAccess |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Bucket.IamConfig.UniformBucketLevelAccess parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Bucket.IamConfig.UniformBucketLevelAccess |
Type | Description |
IOException |
parseFrom(byte[] data)
public static Bucket.IamConfig.UniformBucketLevelAccess parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
Bucket.IamConfig.UniformBucketLevelAccess |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Bucket.IamConfig.UniformBucketLevelAccess parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Bucket.IamConfig.UniformBucketLevelAccess |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Bucket.IamConfig.UniformBucketLevelAccess parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
Bucket.IamConfig.UniformBucketLevelAccess |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Bucket.IamConfig.UniformBucketLevelAccess parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Bucket.IamConfig.UniformBucketLevelAccess |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Bucket.IamConfig.UniformBucketLevelAccess parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
Bucket.IamConfig.UniformBucketLevelAccess |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Bucket.IamConfig.UniformBucketLevelAccess parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Bucket.IamConfig.UniformBucketLevelAccess |
Type | Description |
IOException |
parseFrom(InputStream input)
public static Bucket.IamConfig.UniformBucketLevelAccess parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Bucket.IamConfig.UniformBucketLevelAccess |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Bucket.IamConfig.UniformBucketLevelAccess parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Bucket.IamConfig.UniformBucketLevelAccess |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Bucket.IamConfig.UniformBucketLevelAccess parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
Bucket.IamConfig.UniformBucketLevelAccess |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Bucket.IamConfig.UniformBucketLevelAccess parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Bucket.IamConfig.UniformBucketLevelAccess |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Bucket.IamConfig.UniformBucketLevelAccess> parser()
Type | Description |
Parser<UniformBucketLevelAccess> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public Bucket.IamConfig.UniformBucketLevelAccess getDefaultInstanceForType()
Type | Description |
Bucket.IamConfig.UniformBucketLevelAccess |
getEnabled()
public boolean getEnabled()
If set, access checks only use bucket-level IAM policies or above.
bool enabled = 1;
Type | Description |
boolean | The enabled. |
getLockTime()
public Timestamp getLockTime()
The deadline time for changing
iamConfig.uniformBucketLevelAccess.enabled
from true
to false
.
Mutable until the specified deadline is reached, but not afterward.
.google.protobuf.Timestamp lock_time = 2;
Type | Description |
Timestamp | The lockTime. |
getLockTimeOrBuilder()
public TimestampOrBuilder getLockTimeOrBuilder()
The deadline time for changing
iamConfig.uniformBucketLevelAccess.enabled
from true
to false
.
Mutable until the specified deadline is reached, but not afterward.
.google.protobuf.Timestamp lock_time = 2;
Type | Description |
TimestampOrBuilder |
getParserForType()
public Parser<Bucket.IamConfig.UniformBucketLevelAccess> getParserForType()
Type | Description |
Parser<UniformBucketLevelAccess> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasLockTime()
public boolean hasLockTime()
The deadline time for changing
iamConfig.uniformBucketLevelAccess.enabled
from true
to false
.
Mutable until the specified deadline is reached, but not afterward.
.google.protobuf.Timestamp lock_time = 2;
Type | Description |
boolean | Whether the lockTime field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public Bucket.IamConfig.UniformBucketLevelAccess.Builder newBuilderForType()
Type | Description |
Bucket.IamConfig.UniformBucketLevelAccess.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Bucket.IamConfig.UniformBucketLevelAccess.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
Bucket.IamConfig.UniformBucketLevelAccess.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public Bucket.IamConfig.UniformBucketLevelAccess.Builder toBuilder()
Type | Description |
Bucket.IamConfig.UniformBucketLevelAccess.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |