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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ALL_SUPPORTED_OBJECTS |
Scan objects regardless of the attribute. |
ALL_SUPPORTED_OBJECTS_VALUE |
Scan objects regardless of the attribute. |
ARCHIVE |
Scan objects with the archive storage class. This will incur retrieval fees. |
ARCHIVE_VALUE |
Scan objects with the archive storage class. This will incur retrieval fees. |
CLOUD_STORAGE_OBJECT_ATTRIBUTE_UNSPECIFIED |
Unused. |
CLOUD_STORAGE_OBJECT_ATTRIBUTE_UNSPECIFIED_VALUE |
Unused. |
COLDLINE |
Scan objects with the coldline storage class. This will incur retrieval fees. |
COLDLINE_VALUE |
Scan objects with the coldline storage class. This will incur retrieval fees. |
DURABLE_REDUCED_AVAILABILITY |
Scan objects with the dual-regional storage class. This will incur retrieval fees. |
DURABLE_REDUCED_AVAILABILITY_VALUE |
Scan objects with the dual-regional storage class. This will incur retrieval fees. |
MULTI_REGIONAL |
Scan objects with the multi-regional storage class. |
MULTI_REGIONAL_VALUE |
Scan objects with the multi-regional storage class. |
NEARLINE |
Scan objects with the nearline storage class. This will incur retrieval fees. |
NEARLINE_VALUE |
Scan objects with the nearline storage class. This will incur retrieval fees. |
REGIONAL |
Scan objects with the regional storage class. |
REGIONAL_VALUE |
Scan objects with the regional storage class. |
STANDARD |
Scan objects with the standard storage class. |
STANDARD_VALUE |
Scan objects with the standard storage class. |
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() |