Uses of Class
io.envoyproxy.envoy.extensions.filters.common.fault.v3.FaultDelay
Packages that use FaultDelay
Package
Description
-
Uses of FaultDelay in io.envoyproxy.envoy.extensions.filters.common.fault.v3
Methods in io.envoyproxy.envoy.extensions.filters.common.fault.v3 that return FaultDelayModifier and TypeMethodDescriptionFaultDelay.Builder.build()FaultDelay.Builder.buildPartial()static FaultDelayFaultDelay.getDefaultInstance()FaultDelay.Builder.getDefaultInstanceForType()FaultDelay.getDefaultInstanceForType()static FaultDelayFaultDelay.parseDelimitedFrom(InputStream input) static FaultDelayFaultDelay.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FaultDelayFaultDelay.parseFrom(byte[] data) static FaultDelayFaultDelay.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FaultDelayFaultDelay.parseFrom(com.google.protobuf.ByteString data) static FaultDelayFaultDelay.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FaultDelayFaultDelay.parseFrom(com.google.protobuf.CodedInputStream input) static FaultDelayFaultDelay.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FaultDelayFaultDelay.parseFrom(InputStream input) static FaultDelayFaultDelay.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FaultDelayFaultDelay.parseFrom(ByteBuffer data) static FaultDelayFaultDelay.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 FaultDelayModifier and TypeMethodDescriptioncom.google.protobuf.Parser<FaultDelay> FaultDelay.getParserForType()static com.google.protobuf.Parser<FaultDelay> FaultDelay.parser()Methods in io.envoyproxy.envoy.extensions.filters.common.fault.v3 with parameters of type FaultDelayModifier and TypeMethodDescriptionFaultDelay.Builder.mergeFrom(FaultDelay other) static FaultDelay.BuilderFaultDelay.newBuilder(FaultDelay prototype) -
Uses of FaultDelay in io.envoyproxy.envoy.extensions.filters.http.fault.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.fault.v3 that return FaultDelayModifier and TypeMethodDescriptionHTTPFault.Builder.getDelay()If specified, the filter will inject delays based on the values in the object.HTTPFault.getDelay()If specified, the filter will inject delays based on the values in the object.HTTPFaultOrBuilder.getDelay()If specified, the filter will inject delays based on the values in the object.Methods in io.envoyproxy.envoy.extensions.filters.http.fault.v3 with parameters of type FaultDelayModifier and TypeMethodDescriptionHTTPFault.Builder.mergeDelay(FaultDelay value) If specified, the filter will inject delays based on the values in the object.HTTPFault.Builder.setDelay(FaultDelay value) If specified, the filter will inject delays based on the values in the object.