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. VALUES
Fields 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. internalValueMap
Methods in io.envoyproxy.envoy.type.v3 that return RateLimitUnit Modifier and Type Method Description static RateLimitUnit
RateLimitUnit. forNumber(int value)
RateLimitUnit
RateLimitStrategy.RequestsPerTimeUnit.Builder. getTimeUnit()
The unit of time.RateLimitUnit
RateLimitStrategy.RequestsPerTimeUnit. getTimeUnit()
The unit of time.RateLimitUnit
RateLimitStrategy.RequestsPerTimeUnitOrBuilder. getTimeUnit()
The unit of time.static RateLimitUnit
RateLimitUnit. valueOf(int value)
Deprecated.static RateLimitUnit
RateLimitUnit. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static RateLimitUnit
RateLimitUnit. 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.Builder
RateLimitStrategy.RequestsPerTimeUnit.Builder. setTimeUnit(RateLimitUnit value)
The unit of time.
-