Uses of Enum
io.envoyproxy.envoy.service.ratelimit.v3.RateLimitResponse.Code
Packages that use RateLimitResponse.Code
-
Uses of RateLimitResponse.Code in io.envoyproxy.envoy.service.ratelimit.v3
Methods in io.envoyproxy.envoy.service.ratelimit.v3 that return RateLimitResponse.CodeModifier and TypeMethodDescriptionstatic RateLimitResponse.CodeRateLimitResponse.Code.forNumber(int value) RateLimitResponse.DescriptorStatus.Builder.getCode()The response code for an individual descriptor.RateLimitResponse.DescriptorStatus.getCode()The response code for an individual descriptor.RateLimitResponse.DescriptorStatusOrBuilder.getCode()The response code for an individual descriptor.RateLimitResponse.Builder.getOverallCode()The overall response code which takes into account all of the descriptors that were passed in the RateLimitRequest message.RateLimitResponse.getOverallCode()The overall response code which takes into account all of the descriptors that were passed in the RateLimitRequest message.RateLimitResponseOrBuilder.getOverallCode()The overall response code which takes into account all of the descriptors that were passed in the RateLimitRequest message.static RateLimitResponse.CodeRateLimitResponse.Code.valueOf(int value) Deprecated.static RateLimitResponse.CodeRateLimitResponse.Code.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static RateLimitResponse.CodeReturns the enum constant of this type with the specified name.static RateLimitResponse.Code[]RateLimitResponse.Code.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.service.ratelimit.v3 that return types with arguments of type RateLimitResponse.CodeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<RateLimitResponse.Code>RateLimitResponse.Code.internalGetValueMap()Methods in io.envoyproxy.envoy.service.ratelimit.v3 with parameters of type RateLimitResponse.CodeModifier and TypeMethodDescriptionRateLimitResponse.DescriptorStatus.Builder.setCode(RateLimitResponse.Code value) The response code for an individual descriptor.RateLimitResponse.Builder.setOverallCode(RateLimitResponse.Code value) The overall response code which takes into account all of the descriptors that were passed in the RateLimitRequest message.