Uses of Class
io.envoyproxy.envoy.config.route.v3.RateLimit
Packages that use RateLimit
-
Uses of RateLimit in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 declared as RateLimitFields in io.envoyproxy.envoy.config.route.v3 with type parameters of type RateLimitModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser
<RateLimit> RateLimit.PARSER
RouteAction.Builder.rateLimits_
RouteAction.rateLimits_
VirtualHost.Builder.rateLimits_
VirtualHost.rateLimits_
private com.google.protobuf.RepeatedFieldBuilder
<RateLimit, RateLimit.Builder, RateLimitOrBuilder> RouteAction.Builder.rateLimitsBuilder_
private com.google.protobuf.RepeatedFieldBuilder
<RateLimit, RateLimit.Builder, RateLimitOrBuilder> VirtualHost.Builder.rateLimitsBuilder_
Methods in io.envoyproxy.envoy.config.route.v3 that return RateLimitModifier and TypeMethodDescriptionRateLimit.Builder.build()
RateLimit.Builder.buildPartial()
static RateLimit
RateLimit.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 RateLimit
RateLimit.parseDelimitedFrom
(InputStream input) static RateLimit
RateLimit.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RateLimit
RateLimit.parseFrom
(byte[] data) static RateLimit
RateLimit.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RateLimit
RateLimit.parseFrom
(com.google.protobuf.ByteString data) static RateLimit
RateLimit.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RateLimit
RateLimit.parseFrom
(com.google.protobuf.CodedInputStream input) static RateLimit
RateLimit.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RateLimit
RateLimit.parseFrom
(InputStream input) static RateLimit
RateLimit.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RateLimit
RateLimit.parseFrom
(ByteBuffer data) static RateLimit
RateLimit.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type RateLimitModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<RateLimit> RateLimit.getParserForType()
private com.google.protobuf.RepeatedFieldBuilder
<RateLimit, RateLimit.Builder, RateLimitOrBuilder> RouteAction.Builder.getRateLimitsFieldBuilder()
private com.google.protobuf.RepeatedFieldBuilder
<RateLimit, RateLimit.Builder, RateLimitOrBuilder> VirtualHost.Builder.getRateLimitsFieldBuilder()
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.config.route.v3 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.private void
RateLimit.Builder.buildPartial0
(RateLimit result) private void
RateLimit.Builder.buildPartialRepeatedFields
(RateLimit result) static RateLimit.Builder
RateLimit.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.config.route.v3 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.