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 FaultRateLimitFaultRateLimit.DEFAULT_INSTANCEFields 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.PARSERMethods in io.envoyproxy.envoy.extensions.filters.common.fault.v3 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.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 voidFaultRateLimit.Builder.buildPartial0(FaultRateLimit result) private voidFaultRateLimit.Builder.buildPartialOneofs(FaultRateLimit result) FaultRateLimit.Builder.mergeFrom(FaultRateLimit other) static FaultRateLimit.BuilderFaultRateLimit.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 FaultRateLimitHTTPFault.Builder.responseRateLimit_private FaultRateLimitHTTPFault.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.getResponseRateLimitFieldBuilder()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.