Package com.google.privacy.dlp.v2
Interface SensitivityScoreOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SensitivityScore
,SensitivityScore.Builder
public interface SensitivityScoreOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SensitivityScore.SensitivityScoreLevel
getScore()
The score applied to the resource.int
getScoreValue()
The score applied to the resource.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getScoreValue
int getScoreValue()
The score applied to the resource.
.google.privacy.dlp.v2.SensitivityScore.SensitivityScoreLevel score = 1;
- Returns:
- The enum numeric value on the wire for score.
-
getScore
SensitivityScore.SensitivityScoreLevel getScore()
The score applied to the resource.
.google.privacy.dlp.v2.SensitivityScore.SensitivityScoreLevel score = 1;
- Returns:
- The score.
-
-