| Package | Description |
|---|---|
| io.envoyproxy.envoy.api.v2.route |
| Modifier and Type | Method and Description |
|---|---|
RateLimit.Action |
RateLimit.Action.Builder.build() |
RateLimit.Action |
RateLimit.Action.Builder.buildPartial() |
RateLimit.Action |
RateLimit.getActions(int index)
A list of actions that are to be applied for this rate limit configuration.
|
RateLimit.Action |
RateLimit.Builder.getActions(int index)
A list of actions that are to be applied for this rate limit configuration.
|
RateLimit.Action |
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 |
RateLimit.Action.getDefaultInstanceForType() |
RateLimit.Action |
RateLimit.Action.Builder.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(ByteBuffer data) |
static RateLimit.Action |
RateLimit.Action.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
List<RateLimit.Action> |
RateLimit.getActionsList()
A list of actions that are to be applied for this rate limit configuration.
|
List<RateLimit.Action> |
RateLimit.Builder.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() |
| Modifier and Type | Method and Description |
|---|---|
RateLimit.Builder |
RateLimit.Builder.addActions(int index,
RateLimit.Action value)
A list of actions that are to be applied for this rate limit configuration.
|
RateLimit.Builder |
RateLimit.Builder.addActions(RateLimit.Action value)
A list of actions that are to be applied for this rate limit configuration.
|
RateLimit.Action.Builder |
RateLimit.Action.Builder.mergeFrom(RateLimit.Action other) |
static RateLimit.Action.Builder |
RateLimit.Action.newBuilder(RateLimit.Action prototype) |
RateLimit.Builder |
RateLimit.Builder.setActions(int index,
RateLimit.Action value)
A list of actions that are to be applied for this rate limit configuration.
|
| Modifier and Type | Method and Description |
|---|---|
RateLimit.Builder |
RateLimit.Builder.addAllActions(Iterable<? extends RateLimit.Action> values)
A list of actions that are to be applied for this rate limit configuration.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.