Interface SensitivityScoreOrBuilder (2.96.0)

public interface SensitivityScoreOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getScore()

public abstract SensitivityScore.SensitivityScoreLevel getScore()

The sensitivity score applied to the resource.

.google.cloud.securitycenter.v1.SensitivityScore.SensitivityScoreLevel score = 1;

Returns
Type Description
SensitivityScore.SensitivityScoreLevel

The score.

getScoreValue()

public abstract int getScoreValue()

The sensitivity score applied to the resource.

.google.cloud.securitycenter.v1.SensitivityScore.SensitivityScoreLevel score = 1;

Returns
Type Description
int

The enum numeric value on the wire for score.