Uses of Enum
io.envoyproxy.envoy.type.v3.RateLimitStrategy.BlanketRule
Packages that use RateLimitStrategy.BlanketRule
-
Uses of RateLimitStrategy.BlanketRule in io.envoyproxy.envoy.type.v3
Subclasses with type arguments of type RateLimitStrategy.BlanketRule in io.envoyproxy.envoy.type.v3Modifier and TypeClassDescriptionstatic enumChoose between allow all and deny all.Fields in io.envoyproxy.envoy.type.v3 declared as RateLimitStrategy.BlanketRuleModifier and TypeFieldDescriptionprivate static final RateLimitStrategy.BlanketRule[]RateLimitStrategy.BlanketRule.VALUESFields in io.envoyproxy.envoy.type.v3 with type parameters of type RateLimitStrategy.BlanketRuleModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap<RateLimitStrategy.BlanketRule> RateLimitStrategy.BlanketRule.internalValueMapMethods in io.envoyproxy.envoy.type.v3 that return RateLimitStrategy.BlanketRuleModifier and TypeMethodDescriptionRateLimitStrategy.BlanketRule.forNumber(int value) RateLimitStrategy.Builder.getBlanketRule()Allow or Deny the requests.RateLimitStrategy.getBlanketRule()Allow or Deny the requests.RateLimitStrategyOrBuilder.getBlanketRule()Allow or Deny the requests.RateLimitStrategy.BlanketRule.valueOf(int value) Deprecated.RateLimitStrategy.BlanketRule.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 RateLimitStrategy.BlanketRule[]RateLimitStrategy.BlanketRule.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.type.v3 that return types with arguments of type RateLimitStrategy.BlanketRuleModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<RateLimitStrategy.BlanketRule> RateLimitStrategy.BlanketRule.internalGetValueMap()Methods in io.envoyproxy.envoy.type.v3 with parameters of type RateLimitStrategy.BlanketRuleModifier and TypeMethodDescriptionRateLimitStrategy.Builder.setBlanketRule(RateLimitStrategy.BlanketRule value) Allow or Deny the requests.