public static enum FaultDelay.FaultDelayType extends Enum<FaultDelay.FaultDelayType> implements com.google.protobuf.ProtocolMessageEnum
envoy.config.filter.fault.v2.FaultDelay.FaultDelayType| Enum Constant and Description |
|---|
FIXED
Unused and deprecated.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
FIXED_VALUE
Unused and deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static FaultDelay.FaultDelayType |
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<FaultDelay.FaultDelayType> |
internalGetValueMap() |
static FaultDelay.FaultDelayType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static FaultDelay.FaultDelayType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FaultDelay.FaultDelayType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FaultDelay.FaultDelayType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FaultDelay.FaultDelayType FIXED
Unused and deprecated.
FIXED = 0;public static final FaultDelay.FaultDelayType UNRECOGNIZED
public static final int FIXED_VALUE
Unused and deprecated.
FIXED = 0;public static FaultDelay.FaultDelayType[] values()
for (FaultDelay.FaultDelayType c : FaultDelay.FaultDelayType.values()) System.out.println(c);
public static FaultDelay.FaultDelayType 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 FaultDelay.FaultDelayType valueOf(int value)
forNumber(int) instead.public static FaultDelay.FaultDelayType forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<FaultDelay.FaultDelayType> 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 FaultDelay.FaultDelayType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2018–2021 The Envoy Project. All rights reserved.