Uses of Class
io.envoyproxy.envoy.api.v2.route.RateLimit
Packages that use RateLimit
Package
Description
-
Uses of RateLimit in io.envoyproxy.envoy.api.v2.route
Methods in io.envoyproxy.envoy.api.v2.route that return RateLimitModifier and TypeMethodDescriptionRateLimit.Builder.build()RateLimit.Builder.buildPartial()static RateLimitRateLimit.getDefaultInstance()RateLimit.Builder.getDefaultInstanceForType()RateLimit.getDefaultInstanceForType()RouteAction.Builder.getRateLimits(int index) Specifies a set of rate limit configurations that could be applied to the route.RouteAction.getRateLimits(int index) Specifies a set of rate limit configurations that could be applied to the route.RouteActionOrBuilder.getRateLimits(int index) Specifies a set of rate limit configurations that could be applied to the route.VirtualHost.Builder.getRateLimits(int index) Specifies a set of rate limit configurations that will be applied to the virtual host.VirtualHost.getRateLimits(int index) Specifies a set of rate limit configurations that will be applied to the virtual host.VirtualHostOrBuilder.getRateLimits(int index) Specifies a set of rate limit configurations that will be applied to the virtual host.static RateLimitRateLimit.parseDelimitedFrom(InputStream input) static RateLimitRateLimit.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RateLimitRateLimit.parseFrom(byte[] data) static RateLimitRateLimit.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RateLimitRateLimit.parseFrom(com.google.protobuf.ByteString data) static RateLimitRateLimit.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RateLimitRateLimit.parseFrom(com.google.protobuf.CodedInputStream input) static RateLimitRateLimit.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RateLimitRateLimit.parseFrom(InputStream input) static RateLimitRateLimit.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RateLimitRateLimit.parseFrom(ByteBuffer data) static RateLimitRateLimit.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.api.v2.route that return types with arguments of type RateLimitModifier and TypeMethodDescriptioncom.google.protobuf.Parser<RateLimit>RateLimit.getParserForType()RouteAction.Builder.getRateLimitsList()Specifies a set of rate limit configurations that could be applied to the route.RouteAction.getRateLimitsList()Specifies a set of rate limit configurations that could be applied to the route.RouteActionOrBuilder.getRateLimitsList()Specifies a set of rate limit configurations that could be applied to the route.VirtualHost.Builder.getRateLimitsList()Specifies a set of rate limit configurations that will be applied to the virtual host.VirtualHost.getRateLimitsList()Specifies a set of rate limit configurations that will be applied to the virtual host.VirtualHostOrBuilder.getRateLimitsList()Specifies a set of rate limit configurations that will be applied to the virtual host.static com.google.protobuf.Parser<RateLimit>RateLimit.parser()Methods in io.envoyproxy.envoy.api.v2.route with parameters of type RateLimitModifier and TypeMethodDescriptionRouteAction.Builder.addRateLimits(int index, RateLimit value) Specifies a set of rate limit configurations that could be applied to the route.RouteAction.Builder.addRateLimits(RateLimit value) Specifies a set of rate limit configurations that could be applied to the route.VirtualHost.Builder.addRateLimits(int index, RateLimit value) Specifies a set of rate limit configurations that will be applied to the virtual host.VirtualHost.Builder.addRateLimits(RateLimit value) Specifies a set of rate limit configurations that will be applied to the virtual host.static RateLimit.BuilderRateLimit.newBuilder(RateLimit prototype) RouteAction.Builder.setRateLimits(int index, RateLimit value) Specifies a set of rate limit configurations that could be applied to the route.VirtualHost.Builder.setRateLimits(int index, RateLimit value) Specifies a set of rate limit configurations that will be applied to the virtual host.Method parameters in io.envoyproxy.envoy.api.v2.route with type arguments of type RateLimitModifier and TypeMethodDescriptionRouteAction.Builder.addAllRateLimits(Iterable<? extends RateLimit> values) Specifies a set of rate limit configurations that could be applied to the route.VirtualHost.Builder.addAllRateLimits(Iterable<? extends RateLimit> values) Specifies a set of rate limit configurations that will be applied to the virtual host. -
Uses of RateLimit in io.envoyproxy.envoy.config.filter.network.thrift_proxy.v2alpha1
Methods in io.envoyproxy.envoy.config.filter.network.thrift_proxy.v2alpha1 that return RateLimitModifier and TypeMethodDescriptionRouteAction.Builder.getRateLimits(int index) Specifies a set of rate limit configurations that could be applied to the route.RouteAction.getRateLimits(int index) Specifies a set of rate limit configurations that could be applied to the route.RouteActionOrBuilder.getRateLimits(int index) Specifies a set of rate limit configurations that could be applied to the route.Methods in io.envoyproxy.envoy.config.filter.network.thrift_proxy.v2alpha1 that return types with arguments of type RateLimitModifier and TypeMethodDescriptionRouteAction.Builder.getRateLimitsList()Specifies a set of rate limit configurations that could be applied to the route.RouteAction.getRateLimitsList()Specifies a set of rate limit configurations that could be applied to the route.RouteActionOrBuilder.getRateLimitsList()Specifies a set of rate limit configurations that could be applied to the route.Methods in io.envoyproxy.envoy.config.filter.network.thrift_proxy.v2alpha1 with parameters of type RateLimitModifier and TypeMethodDescriptionRouteAction.Builder.addRateLimits(int index, RateLimit value) Specifies a set of rate limit configurations that could be applied to the route.RouteAction.Builder.addRateLimits(RateLimit value) Specifies a set of rate limit configurations that could be applied to the route.RouteAction.Builder.setRateLimits(int index, RateLimit value) Specifies a set of rate limit configurations that could be applied to the route.Method parameters in io.envoyproxy.envoy.config.filter.network.thrift_proxy.v2alpha1 with type arguments of type RateLimitModifier and TypeMethodDescriptionRouteAction.Builder.addAllRateLimits(Iterable<? extends RateLimit> values) Specifies a set of rate limit configurations that could be applied to the route.