Uses of Enum
io.envoyproxy.envoy.type.v3.RateLimitUnit
Packages that use RateLimitUnit
-
Uses of RateLimitUnit in io.envoyproxy.envoy.type.v3
Fields in io.envoyproxy.envoy.type.v3 declared as RateLimitUnitFields in io.envoyproxy.envoy.type.v3 with type parameters of type RateLimitUnitModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap<RateLimitUnit> RateLimitUnit.internalValueMapMethods in io.envoyproxy.envoy.type.v3 that return RateLimitUnitModifier and TypeMethodDescriptionstatic RateLimitUnitRateLimitUnit.forNumber(int value) RateLimitStrategy.RequestsPerTimeUnit.Builder.getTimeUnit()The unit of time.RateLimitStrategy.RequestsPerTimeUnit.getTimeUnit()The unit of time.RateLimitStrategy.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 RateLimitUnitReturns 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 RateLimitUnitModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<RateLimitUnit> RateLimitUnit.internalGetValueMap()Methods in io.envoyproxy.envoy.type.v3 with parameters of type RateLimitUnitModifier and TypeMethodDescriptionRateLimitStrategy.RequestsPerTimeUnit.Builder.setTimeUnit(RateLimitUnit value) The unit of time.