public static enum DataRiskLevel.DataRiskLevelScore extends Enum<DataRiskLevel.DataRiskLevelScore> implements com.google.protobuf.ProtocolMessageEnum
Various score levels for resources.Protobuf enum
google.privacy.dlp.v2.DataRiskLevel.DataRiskLevelScore| Enum Constant and Description |
|---|
RISK_HIGH
High risk – SPII may be present.
|
RISK_LOW
Low risk - Lower indication of sensitive data that appears to have
additional access restrictions in place or no indication of sensitive
data found.
|
RISK_MODERATE
Medium risk - Sensitive data may be present but additional access or fine
grain access restrictions appear to be present.
|
RISK_SCORE_UNSPECIFIED
Unused.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
RISK_HIGH_VALUE
High risk – SPII may be present.
|
static int |
RISK_LOW_VALUE
Low risk - Lower indication of sensitive data that appears to have
additional access restrictions in place or no indication of sensitive
data found.
|
static int |
RISK_MODERATE_VALUE
Medium risk - Sensitive data may be present but additional access or fine
grain access restrictions appear to be present.
|
static int |
RISK_SCORE_UNSPECIFIED_VALUE
Unused.
|
| Modifier and Type | Method and Description |
|---|---|
static DataRiskLevel.DataRiskLevelScore |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<DataRiskLevel.DataRiskLevelScore> |
internalGetValueMap() |
static DataRiskLevel.DataRiskLevelScore |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DataRiskLevel.DataRiskLevelScore |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DataRiskLevel.DataRiskLevelScore |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataRiskLevel.DataRiskLevelScore[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataRiskLevel.DataRiskLevelScore RISK_SCORE_UNSPECIFIED
Unused.
RISK_SCORE_UNSPECIFIED = 0;public static final DataRiskLevel.DataRiskLevelScore RISK_LOW
Low risk - Lower indication of sensitive data that appears to have additional access restrictions in place or no indication of sensitive data found.
RISK_LOW = 10;public static final DataRiskLevel.DataRiskLevelScore RISK_MODERATE
Medium risk - Sensitive data may be present but additional access or fine grain access restrictions appear to be present. Consider limiting access even further or transform data to mask.
RISK_MODERATE = 20;public static final DataRiskLevel.DataRiskLevelScore RISK_HIGH
High risk – SPII may be present. Access controls may include public ACLs. Exfiltration of data may lead to user data loss. Re-identification of users may be possible. Consider limiting usage and or removing SPII.
RISK_HIGH = 30;public static final DataRiskLevel.DataRiskLevelScore UNRECOGNIZED
public static final int RISK_SCORE_UNSPECIFIED_VALUE
Unused.
RISK_SCORE_UNSPECIFIED = 0;public static final int RISK_LOW_VALUE
Low risk - Lower indication of sensitive data that appears to have additional access restrictions in place or no indication of sensitive data found.
RISK_LOW = 10;public static final int RISK_MODERATE_VALUE
Medium risk - Sensitive data may be present but additional access or fine grain access restrictions appear to be present. Consider limiting access even further or transform data to mask.
RISK_MODERATE = 20;public static final int RISK_HIGH_VALUE
High risk – SPII may be present. Access controls may include public ACLs. Exfiltration of data may lead to user data loss. Re-identification of users may be possible. Consider limiting usage and or removing SPII.
RISK_HIGH = 30;public static DataRiskLevel.DataRiskLevelScore[] values()
for (DataRiskLevel.DataRiskLevelScore c : DataRiskLevel.DataRiskLevelScore.values()) System.out.println(c);
public static DataRiskLevel.DataRiskLevelScore valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static DataRiskLevel.DataRiskLevelScore valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static DataRiskLevel.DataRiskLevelScore forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<DataRiskLevel.DataRiskLevelScore> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static DataRiskLevel.DataRiskLevelScore valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.