Uses of Class
io.envoyproxy.envoy.extensions.filters.common.fault.v3.FaultRateLimit
-
Packages that use FaultRateLimit Package Description io.envoyproxy.envoy.extensions.filters.common.fault.v3 io.envoyproxy.envoy.extensions.filters.http.fault.v3 -
-
Uses of FaultRateLimit in io.envoyproxy.envoy.extensions.filters.common.fault.v3
Methods in io.envoyproxy.envoy.extensions.filters.common.fault.v3 that return FaultRateLimit Modifier and Type Method Description FaultRateLimitFaultRateLimit.Builder. build()FaultRateLimitFaultRateLimit.Builder. buildPartial()static FaultRateLimitFaultRateLimit. getDefaultInstance()FaultRateLimitFaultRateLimit.Builder. getDefaultInstanceForType()FaultRateLimitFaultRateLimit. 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.extensions.filters.common.fault.v3 that return types with arguments of type FaultRateLimit Modifier and Type Method Description com.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 FaultRateLimit Modifier and Type Method Description FaultRateLimit.BuilderFaultRateLimit.Builder. mergeFrom(FaultRateLimit other)static FaultRateLimit.BuilderFaultRateLimit. newBuilder(FaultRateLimit prototype) -
Uses of FaultRateLimit in io.envoyproxy.envoy.extensions.filters.http.fault.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.fault.v3 that return FaultRateLimit Modifier and Type Method Description FaultRateLimitHTTPFault.Builder. getResponseRateLimit()The response rate limit to be applied to the response body of the stream.FaultRateLimitHTTPFault. getResponseRateLimit()The response rate limit to be applied to the response body of the stream.FaultRateLimitHTTPFaultOrBuilder. 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 with parameters of type FaultRateLimit Modifier and Type Method Description HTTPFault.BuilderHTTPFault.Builder. mergeResponseRateLimit(FaultRateLimit value)The response rate limit to be applied to the response body of the stream.HTTPFault.BuilderHTTPFault.Builder. setResponseRateLimit(FaultRateLimit value)The response rate limit to be applied to the response body of the stream.
-