public enum HeuristicRelevance extends Enum<HeuristicRelevance> implements ProtocolMessageEnum
The extent to which a single data point, such as the existence of a binding or whether a binding includes a specific principal, contributes to an overall determination.
Protobuf enum google.cloud.policysimulator.v1.HeuristicRelevance
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
HEURISTIC_RELEVANCE_UNSPECIFIED | Default value. This value is unused. |
HEURISTIC_RELEVANCE_UNSPECIFIED_VALUE | Default value. This value is unused. |
HIGH | The data point has a strong effect on the result. Changing the data point is likely to affect the overall determination. |
HIGH_VALUE | The data point has a strong effect on the result. Changing the data point is likely to affect the overall determination. |
NORMAL | The data point has a limited effect on the result. Changing the data point is unlikely to affect the overall determination. |
NORMAL_VALUE | The data point has a limited effect on the result. Changing the data point is unlikely to affect the overall determination. |
UNRECOGNIZED |
Static Methods | |
---|---|
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods | |
---|---|
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |