Uses of Class
io.envoyproxy.envoy.config.route.v3.RateLimit.Action
Packages that use RateLimit.Action
-
Uses of RateLimit.Action in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 declared as RateLimit.ActionModifier and TypeFieldDescriptionprivate static final RateLimit.Action
RateLimit.Action.DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type RateLimit.ActionModifier and TypeFieldDescriptionprivate List
<RateLimit.Action> RateLimit.actions_
private List
<RateLimit.Action> RateLimit.Builder.actions_
private com.google.protobuf.RepeatedFieldBuilder
<RateLimit.Action, RateLimit.Action.Builder, RateLimit.ActionOrBuilder> RateLimit.Builder.actionsBuilder_
private static final com.google.protobuf.Parser
<RateLimit.Action> RateLimit.Action.PARSER
Methods in io.envoyproxy.envoy.config.route.v3 that return RateLimit.ActionModifier and TypeMethodDescriptionRateLimit.Action.Builder.build()
RateLimit.Action.Builder.buildPartial()
RateLimit.Builder.getActions
(int index) A list of actions that are to be applied for this rate limit configuration.RateLimit.getActions
(int index) A list of actions that are to be applied for this rate limit configuration.RateLimitOrBuilder.getActions
(int index) A list of actions that are to be applied for this rate limit configuration.static RateLimit.Action
RateLimit.Action.getDefaultInstance()
RateLimit.Action.Builder.getDefaultInstanceForType()
RateLimit.Action.getDefaultInstanceForType()
static RateLimit.Action
RateLimit.Action.parseDelimitedFrom
(InputStream input) static RateLimit.Action
RateLimit.Action.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RateLimit.Action
RateLimit.Action.parseFrom
(byte[] data) static RateLimit.Action
RateLimit.Action.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RateLimit.Action
RateLimit.Action.parseFrom
(com.google.protobuf.ByteString data) static RateLimit.Action
RateLimit.Action.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RateLimit.Action
RateLimit.Action.parseFrom
(com.google.protobuf.CodedInputStream input) static RateLimit.Action
RateLimit.Action.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RateLimit.Action
RateLimit.Action.parseFrom
(InputStream input) static RateLimit.Action
RateLimit.Action.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RateLimit.Action
RateLimit.Action.parseFrom
(ByteBuffer data) static RateLimit.Action
RateLimit.Action.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type RateLimit.ActionModifier and TypeMethodDescriptionRateLimit.Builder.getActionsList()
A list of actions that are to be applied for this rate limit configuration.RateLimit.getActionsList()
A list of actions that are to be applied for this rate limit configuration.RateLimitOrBuilder.getActionsList()
A list of actions that are to be applied for this rate limit configuration.com.google.protobuf.Parser
<RateLimit.Action> RateLimit.Action.getParserForType()
private com.google.protobuf.RepeatedFieldBuilder
<RateLimit.Action, RateLimit.Action.Builder, RateLimit.ActionOrBuilder> RateLimit.Builder.internalGetActionsFieldBuilder()
static com.google.protobuf.Parser
<RateLimit.Action> RateLimit.Action.parser()
Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type RateLimit.ActionModifier and TypeMethodDescriptionRateLimit.Builder.addActions
(int index, RateLimit.Action value) A list of actions that are to be applied for this rate limit configuration.RateLimit.Builder.addActions
(RateLimit.Action value) A list of actions that are to be applied for this rate limit configuration.private void
RateLimit.Action.Builder.buildPartial0
(RateLimit.Action result) private void
RateLimit.Action.Builder.buildPartialOneofs
(RateLimit.Action result) RateLimit.Action.Builder.mergeFrom
(RateLimit.Action other) static RateLimit.Action.Builder
RateLimit.Action.newBuilder
(RateLimit.Action prototype) RateLimit.Builder.setActions
(int index, RateLimit.Action value) A list of actions that are to be applied for this rate limit configuration.Method parameters in io.envoyproxy.envoy.config.route.v3 with type arguments of type RateLimit.ActionModifier and TypeMethodDescriptionRateLimit.Builder.addAllActions
(Iterable<? extends RateLimit.Action> values) A list of actions that are to be applied for this rate limit configuration.