Enum DiscoveryCloudStorageConditions.CloudStorageBucketAttribute (3.53.0)

public enum DiscoveryCloudStorageConditions.CloudStorageBucketAttribute extends Enum<DiscoveryCloudStorageConditions.CloudStorageBucketAttribute> implements ProtocolMessageEnum

The attribute of a bucket.

Protobuf enum google.privacy.dlp.v2.DiscoveryCloudStorageConditions.CloudStorageBucketAttribute

Implements

ProtocolMessageEnum

Static Fields

Name Description
ALL_SUPPORTED_BUCKETS

Scan buckets regardless of the attribute.

ALL_SUPPORTED_BUCKETS = 1;

ALL_SUPPORTED_BUCKETS_VALUE

Scan buckets regardless of the attribute.

ALL_SUPPORTED_BUCKETS = 1;

AUTOCLASS_DISABLED

Buckets with autoclass disabled (https://cloud.google.com/storage/docs/autoclass). Only one of AUTOCLASS_DISABLED or AUTOCLASS_ENABLED should be set.

AUTOCLASS_DISABLED = 2;

AUTOCLASS_DISABLED_VALUE

Buckets with autoclass disabled (https://cloud.google.com/storage/docs/autoclass). Only one of AUTOCLASS_DISABLED or AUTOCLASS_ENABLED should be set.

AUTOCLASS_DISABLED = 2;

AUTOCLASS_ENABLED

Buckets with autoclass enabled (https://cloud.google.com/storage/docs/autoclass). Only one of AUTOCLASS_DISABLED or AUTOCLASS_ENABLED should be set. Scanning Autoclass-enabled buckets can affect object storage classes.

AUTOCLASS_ENABLED = 3;

AUTOCLASS_ENABLED_VALUE

Buckets with autoclass enabled (https://cloud.google.com/storage/docs/autoclass). Only one of AUTOCLASS_DISABLED or AUTOCLASS_ENABLED should be set. Scanning Autoclass-enabled buckets can affect object storage classes.

AUTOCLASS_ENABLED = 3;

CLOUD_STORAGE_BUCKET_ATTRIBUTE_UNSPECIFIED

Unused.

CLOUD_STORAGE_BUCKET_ATTRIBUTE_UNSPECIFIED = 0;

CLOUD_STORAGE_BUCKET_ATTRIBUTE_UNSPECIFIED_VALUE

Unused.

CLOUD_STORAGE_BUCKET_ATTRIBUTE_UNSPECIFIED = 0;

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()