Enum Explanations.HeuristicRelevance (1.8.0)

public enum Explanations.HeuristicRelevance extends Enum<Explanations.HeuristicRelevance> implements ProtocolMessageEnum

The extent to which a single data point contributes to an overall determination.

Protobuf enum google.cloud.policytroubleshooter.v1.HeuristicRelevance

Implements

ProtocolMessageEnum

Static Fields

NameDescription
HEURISTIC_RELEVANCE_UNSPECIFIED

Reserved for future use.

HEURISTIC_RELEVANCE_UNSPECIFIED = 0;

HEURISTIC_RELEVANCE_UNSPECIFIED_VALUE

Reserved for future use.

HEURISTIC_RELEVANCE_UNSPECIFIED = 0;

HIGH

The data point has a strong effect on the result. Changing the data point is likely to affect the overall determination.

HIGH = 2;

HIGH_VALUE

The data point has a strong effect on the result. Changing the data point is likely to affect the overall determination.

HIGH = 2;

NORMAL

The data point has a limited effect on the result. Changing the data point is unlikely to affect the overall determination.

NORMAL = 1;

NORMAL_VALUE

The data point has a limited effect on the result. Changing the data point is unlikely to affect the overall determination.

NORMAL = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()