Uses of Class
io.envoyproxy.envoy.type.v3.RateLimitStrategy.BlanketRule
-
Packages that use RateLimitStrategy.BlanketRule Package Description io.envoyproxy.envoy.type.v3 -
-
Uses of RateLimitStrategy.BlanketRule in io.envoyproxy.envoy.type.v3
Fields in io.envoyproxy.envoy.type.v3 declared as RateLimitStrategy.BlanketRule Modifier and Type Field Description private static RateLimitStrategy.BlanketRule[]
RateLimitStrategy.BlanketRule. VALUES
Fields in io.envoyproxy.envoy.type.v3 with type parameters of type RateLimitStrategy.BlanketRule Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<RateLimitStrategy.BlanketRule>
RateLimitStrategy.BlanketRule. internalValueMap
Methods in io.envoyproxy.envoy.type.v3 that return RateLimitStrategy.BlanketRule Modifier and Type Method Description static RateLimitStrategy.BlanketRule
RateLimitStrategy.BlanketRule. forNumber(int value)
RateLimitStrategy.BlanketRule
RateLimitStrategy.Builder. getBlanketRule()
Allow or Deny the requests.RateLimitStrategy.BlanketRule
RateLimitStrategy. getBlanketRule()
Allow or Deny the requests.RateLimitStrategy.BlanketRule
RateLimitStrategyOrBuilder. getBlanketRule()
Allow or Deny the requests.static RateLimitStrategy.BlanketRule
RateLimitStrategy.BlanketRule. valueOf(int value)
Deprecated.static RateLimitStrategy.BlanketRule
RateLimitStrategy.BlanketRule. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static RateLimitStrategy.BlanketRule
RateLimitStrategy.BlanketRule. valueOf(java.lang.String 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.BlanketRule Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<RateLimitStrategy.BlanketRule>
RateLimitStrategy.BlanketRule. internalGetValueMap()
Methods in io.envoyproxy.envoy.type.v3 with parameters of type RateLimitStrategy.BlanketRule Modifier and Type Method Description RateLimitStrategy.Builder
RateLimitStrategy.Builder. setBlanketRule(RateLimitStrategy.BlanketRule value)
Allow or Deny the requests.
-