Uses of Class
io.envoyproxy.envoy.type.v3.RateLimitUnit
-
Packages that use RateLimitUnit Package Description io.envoyproxy.envoy.type.v3 -
-
Uses of RateLimitUnit in io.envoyproxy.envoy.type.v3
Fields in io.envoyproxy.envoy.type.v3 declared as RateLimitUnit Modifier and Type Field Description private static RateLimitUnit[]RateLimitUnit. VALUESFields in io.envoyproxy.envoy.type.v3 with type parameters of type RateLimitUnit Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<RateLimitUnit>RateLimitUnit. internalValueMapMethods 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(java.lang.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.
-