public enum TraceLevel extends Enum<TraceLevel> implements com.google.protobuf.ProtocolMessageEnum
aserto.authorizer.v2.TraceLevel| Enum Constant and Description |
|---|
TRACE_LEVEL_FAILS
ExplainFailsV1 ExplainModeV1 = "fails"
|
TRACE_LEVEL_FULL
ExplainFullV1 ExplainModeV1 = "full"
|
TRACE_LEVEL_NOTES
ExplainNotesV1 ExplainModeV1 = "notes"
|
TRACE_LEVEL_OFF
ExplainOffV1 ExplainModeV1 = "off"
|
TRACE_LEVEL_UNKNOWN
Value not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
TRACE_LEVEL_FAILS_VALUE
ExplainFailsV1 ExplainModeV1 = "fails"
|
static int |
TRACE_LEVEL_FULL_VALUE
ExplainFullV1 ExplainModeV1 = "full"
|
static int |
TRACE_LEVEL_NOTES_VALUE
ExplainNotesV1 ExplainModeV1 = "notes"
|
static int |
TRACE_LEVEL_OFF_VALUE
ExplainOffV1 ExplainModeV1 = "off"
|
static int |
TRACE_LEVEL_UNKNOWN_VALUE
Value not set.
|
| Modifier and Type | Method and Description |
|---|---|
static TraceLevel |
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<TraceLevel> |
internalGetValueMap() |
static TraceLevel |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TraceLevel |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TraceLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TraceLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TraceLevel TRACE_LEVEL_UNKNOWN
Value not set.
TRACE_LEVEL_UNKNOWN = 0;public static final TraceLevel TRACE_LEVEL_OFF
ExplainOffV1 ExplainModeV1 = "off"
TRACE_LEVEL_OFF = 1;public static final TraceLevel TRACE_LEVEL_FULL
ExplainFullV1 ExplainModeV1 = "full"
TRACE_LEVEL_FULL = 2;public static final TraceLevel TRACE_LEVEL_NOTES
ExplainNotesV1 ExplainModeV1 = "notes"
TRACE_LEVEL_NOTES = 3;public static final TraceLevel TRACE_LEVEL_FAILS
ExplainFailsV1 ExplainModeV1 = "fails"
TRACE_LEVEL_FAILS = 4;public static final TraceLevel UNRECOGNIZED
public static final int TRACE_LEVEL_UNKNOWN_VALUE
Value not set.
TRACE_LEVEL_UNKNOWN = 0;public static final int TRACE_LEVEL_OFF_VALUE
ExplainOffV1 ExplainModeV1 = "off"
TRACE_LEVEL_OFF = 1;public static final int TRACE_LEVEL_FULL_VALUE
ExplainFullV1 ExplainModeV1 = "full"
TRACE_LEVEL_FULL = 2;public static final int TRACE_LEVEL_NOTES_VALUE
ExplainNotesV1 ExplainModeV1 = "notes"
TRACE_LEVEL_NOTES = 3;public static final int TRACE_LEVEL_FAILS_VALUE
ExplainFailsV1 ExplainModeV1 = "fails"
TRACE_LEVEL_FAILS = 4;public static TraceLevel[] values()
for (TraceLevel c : TraceLevel.values()) System.out.println(c);
public static TraceLevel 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 TraceLevel valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static TraceLevel forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<TraceLevel> 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 TraceLevel valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023. All rights reserved.