Enum RateLimitPerRoute.OverrideOptions
java.lang.Object
java.lang.Enum<RateLimitPerRoute.OverrideOptions>
io.envoyproxy.envoy.extensions.filters.http.ratelimit.v3.RateLimitPerRoute.OverrideOptions
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<RateLimitPerRoute.OverrideOptions>,java.lang.constant.Constable
- Enclosing class:
- RateLimitPerRoute
public static enum RateLimitPerRoute.OverrideOptions
extends Enum<RateLimitPerRoute.OverrideOptions>
implements com.google.protobuf.ProtocolMessageEnum
The override option determines how the filter handles the cases where there is an override config at a more specific level than this one (from least to most specific: virtual host, route, cluster weight). [#not-implemented-hide:]Protobuf enum
envoy.extensions.filters.http.ratelimit.v3.RateLimitPerRoute.OverrideOptions-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionClient-defined default, typically OVERRIDE_POLICY.If there is an override config at a more specific level, ignore it and use only this one.If there is an override config at a more specific level, use data from both.If there is an override config at a more specific level, use that instead of this one. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intClient-defined default, typically OVERRIDE_POLICY.static final intIf there is an override config at a more specific level, ignore it and use only this one.static final intIf there is an override config at a more specific level, use data from both.static final intIf there is an override config at a more specific level, use that instead of this one. -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<RateLimitPerRoute.OverrideOptions>valueOf(int value) Deprecated.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static RateLimitPerRoute.OverrideOptions[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
DEFAULT
Client-defined default, typically OVERRIDE_POLICY. If VhRateLimitsOptions is set, that will be used instead.
DEFAULT = 0; -
OVERRIDE_POLICY
If there is an override config at a more specific level, use that instead of this one.
OVERRIDE_POLICY = 1; -
INCLUDE_POLICY
If there is an override config at a more specific level, use data from both.
INCLUDE_POLICY = 2; -
IGNORE_POLICY
If there is an override config at a more specific level, ignore it and use only this one.
IGNORE_POLICY = 3; -
UNRECOGNIZED
-
-
Field Details
-
DEFAULT_VALUE
public static final int DEFAULT_VALUEClient-defined default, typically OVERRIDE_POLICY. If VhRateLimitsOptions is set, that will be used instead.
DEFAULT = 0;- See Also:
-
OVERRIDE_POLICY_VALUE
public static final int OVERRIDE_POLICY_VALUEIf there is an override config at a more specific level, use that instead of this one.
OVERRIDE_POLICY = 1;- See Also:
-
INCLUDE_POLICY_VALUE
public static final int INCLUDE_POLICY_VALUEIf there is an override config at a more specific level, use data from both.
INCLUDE_POLICY = 2;- See Also:
-
IGNORE_POLICY_VALUE
public static final int IGNORE_POLICY_VALUEIf there is an override config at a more specific level, ignore it and use only this one.
IGNORE_POLICY = 3;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<RateLimitPerRoute.OverrideOptions> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static RateLimitPerRoute.OverrideOptions valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-