public enum DiscoveryCloudStorageConditions.CloudStorageBucketAttribute extends Enum<DiscoveryCloudStorageConditions.CloudStorageBucketAttribute> implements ProtocolMessageEnum
The attribute of a bucket.
Protobuf enum
google.privacy.dlp.v2.DiscoveryCloudStorageConditions.CloudStorageBucketAttribute
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ALL_SUPPORTED_BUCKETS |
Scan buckets regardless of the attribute. |
ALL_SUPPORTED_BUCKETS_VALUE |
Scan buckets regardless of the attribute. |
AUTOCLASS_DISABLED |
Buckets with Autoclass disabled. Only one of AUTOCLASS_DISABLED or AUTOCLASS_ENABLED should be set. |
AUTOCLASS_DISABLED_VALUE |
Buckets with Autoclass disabled. Only one of AUTOCLASS_DISABLED or AUTOCLASS_ENABLED should be set. |
AUTOCLASS_ENABLED |
Buckets with Autoclass enabled. Only one of AUTOCLASS_DISABLED or AUTOCLASS_ENABLED should be set. Scanning Autoclass-enabled buckets can affect object storage classes. |
AUTOCLASS_ENABLED_VALUE |
Buckets with Autoclass enabled. Only one of AUTOCLASS_DISABLED or AUTOCLASS_ENABLED should be set. Scanning Autoclass-enabled buckets can affect object storage classes. |
CLOUD_STORAGE_BUCKET_ATTRIBUTE_UNSPECIFIED |
Unused. |
CLOUD_STORAGE_BUCKET_ATTRIBUTE_UNSPECIFIED_VALUE |
Unused. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |