Uses of Class
io.envoyproxy.envoy.extensions.filters.common.fault.v3.FaultDelay
Packages that use FaultDelay
Package
Description
Library for gPRC proxyless service mesh using Envoy xDS protocol.
-
Uses of FaultDelay in io.envoyproxy.envoy.extensions.filters.common.fault.v3
Fields in io.envoyproxy.envoy.extensions.filters.common.fault.v3 declared as FaultDelayFields in io.envoyproxy.envoy.extensions.filters.common.fault.v3 with type parameters of type FaultDelayModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser
<FaultDelay> FaultDelay.PARSER
Methods in io.envoyproxy.envoy.extensions.filters.common.fault.v3 that return FaultDelayModifier and TypeMethodDescriptionFaultDelay.Builder.build()
FaultDelay.Builder.buildPartial()
static FaultDelay
FaultDelay.getDefaultInstance()
FaultDelay.Builder.getDefaultInstanceForType()
FaultDelay.getDefaultInstanceForType()
static FaultDelay
FaultDelay.parseDelimitedFrom
(InputStream input) static FaultDelay
FaultDelay.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FaultDelay
FaultDelay.parseFrom
(byte[] data) static FaultDelay
FaultDelay.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FaultDelay
FaultDelay.parseFrom
(com.google.protobuf.ByteString data) static FaultDelay
FaultDelay.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FaultDelay
FaultDelay.parseFrom
(com.google.protobuf.CodedInputStream input) static FaultDelay
FaultDelay.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FaultDelay
FaultDelay.parseFrom
(InputStream input) static FaultDelay
FaultDelay.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FaultDelay
FaultDelay.parseFrom
(ByteBuffer data) static FaultDelay
FaultDelay.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 TypeMethodDescriptionprivate void
FaultDelay.Builder.buildPartial0
(FaultDelay result) private void
FaultDelay.Builder.buildPartialOneofs
(FaultDelay result) FaultDelay.Builder.mergeFrom
(FaultDelay other) static FaultDelay.Builder
FaultDelay.newBuilder
(FaultDelay prototype) -
Uses of FaultDelay in io.envoyproxy.envoy.extensions.filters.http.fault.v3
Fields in io.envoyproxy.envoy.extensions.filters.http.fault.v3 declared as FaultDelayModifier and TypeFieldDescriptionprivate FaultDelay
HTTPFault.Builder.delay_
private FaultDelay
HTTPFault.delay_
Fields in io.envoyproxy.envoy.extensions.filters.http.fault.v3 with type parameters of type FaultDelayModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<FaultDelay, FaultDelay.Builder, FaultDelayOrBuilder> HTTPFault.Builder.delayBuilder_
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 that return types with arguments of type FaultDelayModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<FaultDelay, FaultDelay.Builder, FaultDelayOrBuilder> HTTPFault.Builder.internalGetDelayFieldBuilder()
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. -
Uses of FaultDelay in io.grpc.xds
Methods in io.grpc.xds with parameters of type FaultDelayModifier and TypeMethodDescriptionprivate static FaultConfig.FaultDelay
FaultFilter.parseFaultDelay
(FaultDelay faultDelay)