public enum HeuristicRelevance extends Enum<HeuristicRelevance> implements com.google.protobuf.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| Enum Constant and Description |
|---|
HEURISTIC_RELEVANCE_UNSPECIFIED
Default value.
|
HIGH
The data point has a strong effect on the result.
|
NORMAL
The data point has a limited effect on the result.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
HEURISTIC_RELEVANCE_UNSPECIFIED_VALUE
Default value.
|
static int |
HIGH_VALUE
The data point has a strong effect on the result.
|
static int |
NORMAL_VALUE
The data point has a limited effect on the result.
|
| Modifier and Type | Method and Description |
|---|---|
static HeuristicRelevance |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<HeuristicRelevance> |
internalGetValueMap() |
static HeuristicRelevance |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static HeuristicRelevance |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static HeuristicRelevance |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HeuristicRelevance[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HeuristicRelevance HEURISTIC_RELEVANCE_UNSPECIFIED
Default value. This value is unused.
HEURISTIC_RELEVANCE_UNSPECIFIED = 0;public static final HeuristicRelevance NORMAL
The data point has a limited effect on the result. Changing the data point is unlikely to affect the overall determination.
NORMAL = 1;public static final HeuristicRelevance HIGH
The data point has a strong effect on the result. Changing the data point is likely to affect the overall determination.
HIGH = 2;public static final HeuristicRelevance UNRECOGNIZED
public static final int HEURISTIC_RELEVANCE_UNSPECIFIED_VALUE
Default value. This value is unused.
HEURISTIC_RELEVANCE_UNSPECIFIED = 0;public static final int 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;public static final int 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;public static HeuristicRelevance[] values()
for (HeuristicRelevance c : HeuristicRelevance.values()) System.out.println(c);
public static HeuristicRelevance valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static HeuristicRelevance valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static HeuristicRelevance forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<HeuristicRelevance> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static HeuristicRelevance valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.