Uses of Class
io.envoyproxy.envoy.type.v3.RateLimitUnit
-
Packages that use RateLimitUnit Package Description io.envoyproxy.envoy.extensions.common.ratelimit.v3 io.envoyproxy.envoy.type.v3 -
-
Uses of RateLimitUnit in io.envoyproxy.envoy.extensions.common.ratelimit.v3
Methods in io.envoyproxy.envoy.extensions.common.ratelimit.v3 that return RateLimitUnit Modifier and Type Method Description RateLimitUnitRateLimitDescriptor.RateLimitOverride.Builder. getUnit()The unit of time.RateLimitUnitRateLimitDescriptor.RateLimitOverride. getUnit()The unit of time.RateLimitUnitRateLimitDescriptor.RateLimitOverrideOrBuilder. getUnit()The unit of time.Methods in io.envoyproxy.envoy.extensions.common.ratelimit.v3 with parameters of type RateLimitUnit Modifier and Type Method Description RateLimitDescriptor.RateLimitOverride.BuilderRateLimitDescriptor.RateLimitOverride.Builder. setUnit(RateLimitUnit value)The unit of time. -
Uses of RateLimitUnit in io.envoyproxy.envoy.type.v3
Methods in io.envoyproxy.envoy.type.v3 that return RateLimitUnit Modifier and Type Method Description static RateLimitUnitRateLimitUnit. forNumber(int value)RateLimitUnitRateLimitStrategy.RequestsPerTimeUnit.Builder. getTimeUnit()The unit of time.RateLimitUnitRateLimitStrategy.RequestsPerTimeUnit. getTimeUnit()The unit of time.RateLimitUnitRateLimitStrategy.RequestsPerTimeUnitOrBuilder. getTimeUnit()The unit of time.static RateLimitUnitRateLimitUnit. valueOf(int value)Deprecated.static RateLimitUnitRateLimitUnit. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static RateLimitUnitRateLimitUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static RateLimitUnit[]RateLimitUnit. 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 RateLimitUnit Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<RateLimitUnit>RateLimitUnit. internalGetValueMap()Methods in io.envoyproxy.envoy.type.v3 with parameters of type RateLimitUnit Modifier and Type Method Description RateLimitStrategy.RequestsPerTimeUnit.BuilderRateLimitStrategy.RequestsPerTimeUnit.Builder. setTimeUnit(RateLimitUnit value)The unit of time.
-