Uses of Class
io.envoyproxy.envoy.extensions.filters.common.fault.v3.FaultDelay
-
Packages that use FaultDelay Package Description io.envoyproxy.envoy.extensions.filters.common.fault.v3 io.envoyproxy.envoy.extensions.filters.http.fault.v3 io.grpc.xds 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 FaultDelay Modifier and Type Field Description private static FaultDelay
FaultDelay. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.extensions.filters.common.fault.v3 with type parameters of type FaultDelay Modifier and Type Field Description private static com.google.protobuf.Parser<FaultDelay>
FaultDelay. PARSER
Methods in io.envoyproxy.envoy.extensions.filters.common.fault.v3 that return FaultDelay Modifier and Type Method Description FaultDelay
FaultDelay.Builder. build()
FaultDelay
FaultDelay.Builder. buildPartial()
static FaultDelay
FaultDelay. getDefaultInstance()
FaultDelay
FaultDelay.Builder. getDefaultInstanceForType()
FaultDelay
FaultDelay. getDefaultInstanceForType()
static FaultDelay
FaultDelay. parseDelimitedFrom(java.io.InputStream input)
static FaultDelay
FaultDelay. parseDelimitedFrom(java.io.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(java.io.InputStream input)
static FaultDelay
FaultDelay. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FaultDelay
FaultDelay. parseFrom(java.nio.ByteBuffer data)
static FaultDelay
FaultDelay. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.extensions.filters.common.fault.v3 that return types with arguments of type FaultDelay Modifier and Type Method Description com.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 FaultDelay Modifier and Type Method Description private void
FaultDelay.Builder. buildPartial0(FaultDelay result)
private void
FaultDelay.Builder. buildPartialOneofs(FaultDelay result)
FaultDelay.Builder
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 FaultDelay Modifier and Type Field Description private FaultDelay
HTTPFault.Builder. delay_
private FaultDelay
HTTPFault. delay_
Fields in io.envoyproxy.envoy.extensions.filters.http.fault.v3 with type parameters of type FaultDelay Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<FaultDelay,FaultDelay.Builder,FaultDelayOrBuilder>
HTTPFault.Builder. delayBuilder_
Methods in io.envoyproxy.envoy.extensions.filters.http.fault.v3 that return FaultDelay Modifier and Type Method Description FaultDelay
HTTPFault.Builder. getDelay()
If specified, the filter will inject delays based on the values in the object.FaultDelay
HTTPFault. getDelay()
If specified, the filter will inject delays based on the values in the object.FaultDelay
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 FaultDelay Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<FaultDelay,FaultDelay.Builder,FaultDelayOrBuilder>
HTTPFault.Builder. getDelayFieldBuilder()
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 FaultDelay Modifier and Type Method Description HTTPFault.Builder
HTTPFault.Builder. mergeDelay(FaultDelay value)
If specified, the filter will inject delays based on the values in the object.HTTPFault.Builder
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 FaultDelay Modifier and Type Method Description private static FaultConfig.FaultDelay
FaultFilter. parseFaultDelay(FaultDelay faultDelay)
-