Uses of Class
io.envoyproxy.envoy.config.route.v3.RateLimit.Action
-
Packages that use RateLimit.Action Package Description io.envoyproxy.envoy.config.route.v3 -
-
Uses of RateLimit.Action in io.envoyproxy.envoy.config.route.v3
Methods in io.envoyproxy.envoy.config.route.v3 that return RateLimit.Action Modifier and Type Method Description RateLimit.ActionRateLimit.Action.Builder. build()RateLimit.ActionRateLimit.Action.Builder. buildPartial()RateLimit.ActionRateLimit.Builder. getActions(int index)A list of actions that are to be applied for this rate limit configuration.RateLimit.ActionRateLimit. getActions(int index)A list of actions that are to be applied for this rate limit configuration.RateLimit.ActionRateLimitOrBuilder. getActions(int index)A list of actions that are to be applied for this rate limit configuration.static RateLimit.ActionRateLimit.Action. getDefaultInstance()RateLimit.ActionRateLimit.Action.Builder. getDefaultInstanceForType()RateLimit.ActionRateLimit.Action. getDefaultInstanceForType()static RateLimit.ActionRateLimit.Action. parseDelimitedFrom(InputStream input)static RateLimit.ActionRateLimit.Action. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RateLimit.ActionRateLimit.Action. parseFrom(byte[] data)static RateLimit.ActionRateLimit.Action. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RateLimit.ActionRateLimit.Action. parseFrom(com.google.protobuf.ByteString data)static RateLimit.ActionRateLimit.Action. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RateLimit.ActionRateLimit.Action. parseFrom(com.google.protobuf.CodedInputStream input)static RateLimit.ActionRateLimit.Action. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RateLimit.ActionRateLimit.Action. parseFrom(InputStream input)static RateLimit.ActionRateLimit.Action. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RateLimit.ActionRateLimit.Action. parseFrom(ByteBuffer data)static RateLimit.ActionRateLimit.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.Action Modifier and Type Method Description List<RateLimit.Action>RateLimit.Builder. getActionsList()A list of actions that are to be applied for this rate limit configuration.List<RateLimit.Action>RateLimit. getActionsList()A list of actions that are to be applied for this rate limit configuration.List<RateLimit.Action>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()static com.google.protobuf.Parser<RateLimit.Action>RateLimit.Action. parser()Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type RateLimit.Action Modifier and Type Method Description RateLimit.BuilderRateLimit.Builder. addActions(int index, RateLimit.Action value)A list of actions that are to be applied for this rate limit configuration.RateLimit.BuilderRateLimit.Builder. addActions(RateLimit.Action value)A list of actions that are to be applied for this rate limit configuration.RateLimit.Action.BuilderRateLimit.Action.Builder. mergeFrom(RateLimit.Action other)static RateLimit.Action.BuilderRateLimit.Action. newBuilder(RateLimit.Action prototype)RateLimit.BuilderRateLimit.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.Action Modifier and Type Method Description RateLimit.BuilderRateLimit.Builder. addAllActions(Iterable<? extends RateLimit.Action> values)A list of actions that are to be applied for this rate limit configuration.
-