Uses of Class
io.envoyproxy.envoy.extensions.filters.common.fault.v3.FaultRateLimit
Packages that use FaultRateLimit
Package
Description
-
Uses of FaultRateLimit in io.envoyproxy.envoy.extensions.filters.common.fault.v3
Fields in io.envoyproxy.envoy.extensions.filters.common.fault.v3 declared as FaultRateLimitModifier and TypeFieldDescriptionprivate static final FaultRateLimit
FaultRateLimit.DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.extensions.filters.common.fault.v3 with type parameters of type FaultRateLimitModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser
<FaultRateLimit> FaultRateLimit.PARSER
Methods in io.envoyproxy.envoy.extensions.filters.common.fault.v3 that return FaultRateLimitModifier and TypeMethodDescriptionFaultRateLimit.Builder.build()
FaultRateLimit.Builder.buildPartial()
static FaultRateLimit
FaultRateLimit.getDefaultInstance()
FaultRateLimit.Builder.getDefaultInstanceForType()
FaultRateLimit.getDefaultInstanceForType()
static FaultRateLimit
FaultRateLimit.parseDelimitedFrom
(InputStream input) static FaultRateLimit
FaultRateLimit.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FaultRateLimit
FaultRateLimit.parseFrom
(byte[] data) static FaultRateLimit
FaultRateLimit.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FaultRateLimit
FaultRateLimit.parseFrom
(com.google.protobuf.ByteString data) static FaultRateLimit
FaultRateLimit.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FaultRateLimit
FaultRateLimit.parseFrom
(com.google.protobuf.CodedInputStream input) static FaultRateLimit
FaultRateLimit.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FaultRateLimit
FaultRateLimit.parseFrom
(InputStream input) static FaultRateLimit
FaultRateLimit.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FaultRateLimit
FaultRateLimit.parseFrom
(ByteBuffer data) static FaultRateLimit
FaultRateLimit.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.extensions.filters.common.fault.v3 that return types with arguments of type FaultRateLimitModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<FaultRateLimit> FaultRateLimit.getParserForType()
static com.google.protobuf.Parser
<FaultRateLimit> FaultRateLimit.parser()
Methods in io.envoyproxy.envoy.extensions.filters.common.fault.v3 with parameters of type FaultRateLimitModifier and TypeMethodDescriptionprivate void
FaultRateLimit.Builder.buildPartial0
(FaultRateLimit result) private void
FaultRateLimit.Builder.buildPartialOneofs
(FaultRateLimit result) FaultRateLimit.Builder.mergeFrom
(FaultRateLimit other) static FaultRateLimit.Builder
FaultRateLimit.newBuilder
(FaultRateLimit prototype) -
Uses of FaultRateLimit in io.envoyproxy.envoy.extensions.filters.http.fault.v3
Fields in io.envoyproxy.envoy.extensions.filters.http.fault.v3 declared as FaultRateLimitModifier and TypeFieldDescriptionprivate FaultRateLimit
HTTPFault.Builder.responseRateLimit_
private FaultRateLimit
HTTPFault.responseRateLimit_
Fields in io.envoyproxy.envoy.extensions.filters.http.fault.v3 with type parameters of type FaultRateLimitModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<FaultRateLimit, FaultRateLimit.Builder, FaultRateLimitOrBuilder> HTTPFault.Builder.responseRateLimitBuilder_
Methods in io.envoyproxy.envoy.extensions.filters.http.fault.v3 that return FaultRateLimitModifier and TypeMethodDescriptionHTTPFault.Builder.getResponseRateLimit()
The response rate limit to be applied to the response body of the stream.HTTPFault.getResponseRateLimit()
The response rate limit to be applied to the response body of the stream.HTTPFaultOrBuilder.getResponseRateLimit()
The response rate limit to be applied to the response body of the stream.Methods in io.envoyproxy.envoy.extensions.filters.http.fault.v3 that return types with arguments of type FaultRateLimitModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<FaultRateLimit, FaultRateLimit.Builder, FaultRateLimitOrBuilder> HTTPFault.Builder.internalGetResponseRateLimitFieldBuilder()
The response rate limit to be applied to the response body of the stream.Methods in io.envoyproxy.envoy.extensions.filters.http.fault.v3 with parameters of type FaultRateLimitModifier and TypeMethodDescriptionHTTPFault.Builder.mergeResponseRateLimit
(FaultRateLimit value) The response rate limit to be applied to the response body of the stream.HTTPFault.Builder.setResponseRateLimit
(FaultRateLimit value) The response rate limit to be applied to the response body of the stream.