Uses of Interface
io.envoyproxy.envoy.config.route.v3.RateLimit.ActionOrBuilder
-
Packages that use RateLimit.ActionOrBuilder Package Description io.envoyproxy.envoy.config.route.v3 -
-
Uses of RateLimit.ActionOrBuilder in io.envoyproxy.envoy.config.route.v3
Classes in io.envoyproxy.envoy.config.route.v3 that implement RateLimit.ActionOrBuilder Modifier and Type Class Description static class
RateLimit.Action
[#next-free-field: 12]static class
RateLimit.Action.Builder
[#next-free-field: 12]Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type RateLimit.ActionOrBuilder Modifier and Type Field Description private com.google.protobuf.RepeatedFieldBuilder<RateLimit.Action,RateLimit.Action.Builder,RateLimit.ActionOrBuilder>
RateLimit.Builder. actionsBuilder_
Methods in io.envoyproxy.envoy.config.route.v3 that return RateLimit.ActionOrBuilder Modifier and Type Method Description RateLimit.ActionOrBuilder
RateLimit.Builder. getActionsOrBuilder(int index)
A list of actions that are to be applied for this rate limit configuration.RateLimit.ActionOrBuilder
RateLimit. getActionsOrBuilder(int index)
A list of actions that are to be applied for this rate limit configuration.RateLimit.ActionOrBuilder
RateLimitOrBuilder. getActionsOrBuilder(int index)
A list of actions that are to be applied for this rate limit configuration.Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type RateLimit.ActionOrBuilder Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<RateLimit.Action,RateLimit.Action.Builder,RateLimit.ActionOrBuilder>
RateLimit.Builder. getActionsFieldBuilder()
java.util.List<? extends RateLimit.ActionOrBuilder>
RateLimit.Builder. getActionsOrBuilderList()
A list of actions that are to be applied for this rate limit configuration.java.util.List<? extends RateLimit.ActionOrBuilder>
RateLimit. getActionsOrBuilderList()
A list of actions that are to be applied for this rate limit configuration.java.util.List<? extends RateLimit.ActionOrBuilder>
RateLimitOrBuilder. getActionsOrBuilderList()
A list of actions that are to be applied for this rate limit configuration.
-