Interface SensitivityScoreOrBuilder (3.4.0)

public interface SensitivityScoreOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getScore()

public abstract SensitivityScore.SensitivityScoreLevel getScore()

The score applied to the resource.

.google.privacy.dlp.v2.SensitivityScore.SensitivityScoreLevel score = 1;

Returns
TypeDescription
SensitivityScore.SensitivityScoreLevel

The score.

getScoreValue()

public abstract int getScoreValue()

The score applied to the resource.

.google.privacy.dlp.v2.SensitivityScore.SensitivityScoreLevel score = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for score.