Enum DiscoveryCloudStorageConditions.CloudStorageObjectAttribute (3.53.0)

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

The attribute of an object. See https://cloud.google.com/storage/docs/storage-classes for more information on storage classes.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
ALL_SUPPORTED_OBJECTS

Scan objects regardless of the attribute.

ALL_SUPPORTED_OBJECTS = 1;

ALL_SUPPORTED_OBJECTS_VALUE

Scan objects regardless of the attribute.

ALL_SUPPORTED_OBJECTS = 1;

ARCHIVE

Scan objects with the archive storage class. This will incur retrieval fees.

ARCHIVE = 5;

ARCHIVE_VALUE

Scan objects with the archive storage class. This will incur retrieval fees.

ARCHIVE = 5;

CLOUD_STORAGE_OBJECT_ATTRIBUTE_UNSPECIFIED

Unused.

CLOUD_STORAGE_OBJECT_ATTRIBUTE_UNSPECIFIED = 0;

CLOUD_STORAGE_OBJECT_ATTRIBUTE_UNSPECIFIED_VALUE

Unused.

CLOUD_STORAGE_OBJECT_ATTRIBUTE_UNSPECIFIED = 0;

COLDLINE

Scan objects with the coldline storage class. This will incur retrieval fees.

COLDLINE = 4;

COLDLINE_VALUE

Scan objects with the coldline storage class. This will incur retrieval fees.

COLDLINE = 4;

DURABLE_REDUCED_AVAILABILITY

Scan objects with the dual-regional storage class. This will incur retrieval fees.

DURABLE_REDUCED_AVAILABILITY = 8;

DURABLE_REDUCED_AVAILABILITY_VALUE

Scan objects with the dual-regional storage class. This will incur retrieval fees.

DURABLE_REDUCED_AVAILABILITY = 8;

MULTI_REGIONAL

Scan objects with the multi-regional storage class.

MULTI_REGIONAL = 7;

MULTI_REGIONAL_VALUE

Scan objects with the multi-regional storage class.

MULTI_REGIONAL = 7;

NEARLINE

Scan objects with the nearline storage class. This will incur retrieval fees.

NEARLINE = 3;

NEARLINE_VALUE

Scan objects with the nearline storage class. This will incur retrieval fees.

NEARLINE = 3;

REGIONAL

Scan objects with the regional storage class.

REGIONAL = 6;

REGIONAL_VALUE

Scan objects with the regional storage class.

REGIONAL = 6;

STANDARD

Scan objects with the standard storage class.

STANDARD = 2;

STANDARD_VALUE

Scan objects with the standard storage class.

STANDARD = 2;

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