Uses of Class
io.envoyproxy.envoy.extensions.filters.http.ratelimit.v3.RateLimitConfig.Action
-
Packages that use RateLimitConfig.Action Package Description io.envoyproxy.envoy.extensions.filters.http.ratelimit.v3 -
-
Uses of RateLimitConfig.Action in io.envoyproxy.envoy.extensions.filters.http.ratelimit.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.ratelimit.v3 that return RateLimitConfig.Action Modifier and Type Method Description RateLimitConfig.ActionRateLimitConfig.Action.Builder. build()RateLimitConfig.ActionRateLimitConfig.Action.Builder. buildPartial()RateLimitConfig.ActionRateLimitConfig.Builder. getActions(int index)A list of actions that are to be applied for this rate limit configuration.RateLimitConfig.ActionRateLimitConfig. getActions(int index)A list of actions that are to be applied for this rate limit configuration.RateLimitConfig.ActionRateLimitConfigOrBuilder. getActions(int index)A list of actions that are to be applied for this rate limit configuration.static RateLimitConfig.ActionRateLimitConfig.Action. getDefaultInstance()RateLimitConfig.ActionRateLimitConfig.Action.Builder. getDefaultInstanceForType()RateLimitConfig.ActionRateLimitConfig.Action. getDefaultInstanceForType()static RateLimitConfig.ActionRateLimitConfig.Action. parseDelimitedFrom(InputStream input)static RateLimitConfig.ActionRateLimitConfig.Action. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RateLimitConfig.ActionRateLimitConfig.Action. parseFrom(byte[] data)static RateLimitConfig.ActionRateLimitConfig.Action. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RateLimitConfig.ActionRateLimitConfig.Action. parseFrom(com.google.protobuf.ByteString data)static RateLimitConfig.ActionRateLimitConfig.Action. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RateLimitConfig.ActionRateLimitConfig.Action. parseFrom(com.google.protobuf.CodedInputStream input)static RateLimitConfig.ActionRateLimitConfig.Action. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RateLimitConfig.ActionRateLimitConfig.Action. parseFrom(InputStream input)static RateLimitConfig.ActionRateLimitConfig.Action. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RateLimitConfig.ActionRateLimitConfig.Action. parseFrom(ByteBuffer data)static RateLimitConfig.ActionRateLimitConfig.Action. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.extensions.filters.http.ratelimit.v3 that return types with arguments of type RateLimitConfig.Action Modifier and Type Method Description List<RateLimitConfig.Action>RateLimitConfig.Builder. getActionsList()A list of actions that are to be applied for this rate limit configuration.List<RateLimitConfig.Action>RateLimitConfig. getActionsList()A list of actions that are to be applied for this rate limit configuration.List<RateLimitConfig.Action>RateLimitConfigOrBuilder. getActionsList()A list of actions that are to be applied for this rate limit configuration.com.google.protobuf.Parser<RateLimitConfig.Action>RateLimitConfig.Action. getParserForType()static com.google.protobuf.Parser<RateLimitConfig.Action>RateLimitConfig.Action. parser()Methods in io.envoyproxy.envoy.extensions.filters.http.ratelimit.v3 with parameters of type RateLimitConfig.Action Modifier and Type Method Description RateLimitConfig.BuilderRateLimitConfig.Builder. addActions(int index, RateLimitConfig.Action value)A list of actions that are to be applied for this rate limit configuration.RateLimitConfig.BuilderRateLimitConfig.Builder. addActions(RateLimitConfig.Action value)A list of actions that are to be applied for this rate limit configuration.RateLimitConfig.Action.BuilderRateLimitConfig.Action.Builder. mergeFrom(RateLimitConfig.Action other)static RateLimitConfig.Action.BuilderRateLimitConfig.Action. newBuilder(RateLimitConfig.Action prototype)RateLimitConfig.BuilderRateLimitConfig.Builder. setActions(int index, RateLimitConfig.Action value)A list of actions that are to be applied for this rate limit configuration.Method parameters in io.envoyproxy.envoy.extensions.filters.http.ratelimit.v3 with type arguments of type RateLimitConfig.Action Modifier and Type Method Description RateLimitConfig.BuilderRateLimitConfig.Builder. addAllActions(Iterable<? extends RateLimitConfig.Action> values)A list of actions that are to be applied for this rate limit configuration.
-