Uses of Class
io.envoyproxy.envoy.config.filter.fault.v2.FaultRateLimit
Packages that use FaultRateLimit
Package
Description
-
Uses of FaultRateLimit in io.envoyproxy.envoy.config.filter.fault.v2
Methods in io.envoyproxy.envoy.config.filter.fault.v2 that return FaultRateLimitModifier and TypeMethodDescriptionFaultRateLimit.Builder.build()FaultRateLimit.Builder.buildPartial()static FaultRateLimitFaultRateLimit.getDefaultInstance()FaultRateLimit.Builder.getDefaultInstanceForType()FaultRateLimit.getDefaultInstanceForType()static FaultRateLimitFaultRateLimit.parseDelimitedFrom(InputStream input) static FaultRateLimitFaultRateLimit.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FaultRateLimitFaultRateLimit.parseFrom(byte[] data) static FaultRateLimitFaultRateLimit.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FaultRateLimitFaultRateLimit.parseFrom(com.google.protobuf.ByteString data) static FaultRateLimitFaultRateLimit.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FaultRateLimitFaultRateLimit.parseFrom(com.google.protobuf.CodedInputStream input) static FaultRateLimitFaultRateLimit.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FaultRateLimitFaultRateLimit.parseFrom(InputStream input) static FaultRateLimitFaultRateLimit.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FaultRateLimitFaultRateLimit.parseFrom(ByteBuffer data) static FaultRateLimitFaultRateLimit.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.filter.fault.v2 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.config.filter.fault.v2 with parameters of type FaultRateLimitModifier and TypeMethodDescriptionFaultRateLimit.Builder.mergeFrom(FaultRateLimit other) static FaultRateLimit.BuilderFaultRateLimit.newBuilder(FaultRateLimit prototype) -
Uses of FaultRateLimit in io.envoyproxy.envoy.config.filter.http.fault.v2
Methods in io.envoyproxy.envoy.config.filter.http.fault.v2 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.config.filter.http.fault.v2 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.