Enum Explanations.HeuristicRelevance (0.4.4)

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

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

Methods

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

(deprecated) Use #forNumber(int) instead.

valueOf(String name)
values()