Enum HeuristicRelevance (1.40.0)

public enum HeuristicRelevance extends Enum<HeuristicRelevance> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.policytroubleshooter.iam.v3.HeuristicRelevance

Implements

ProtocolMessageEnum

Static Fields

NameDescription
HEURISTIC_RELEVANCE_HIGH

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

HEURISTIC_RELEVANCE_HIGH = 2;

HEURISTIC_RELEVANCE_HIGH_VALUE

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

HEURISTIC_RELEVANCE_HIGH = 2;

HEURISTIC_RELEVANCE_NORMAL

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

HEURISTIC_RELEVANCE_NORMAL = 1;

HEURISTIC_RELEVANCE_NORMAL_VALUE

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

HEURISTIC_RELEVANCE_NORMAL = 1;

HEURISTIC_RELEVANCE_UNSPECIFIED

Not specified.

HEURISTIC_RELEVANCE_UNSPECIFIED = 0;

HEURISTIC_RELEVANCE_UNSPECIFIED_VALUE

Not specified.

HEURISTIC_RELEVANCE_UNSPECIFIED = 0;

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()