Uses of Interface
com.google.cloud.compute.v1.HttpFaultDelayOrBuilder
-
Packages that use HttpFaultDelayOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of HttpFaultDelayOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement HttpFaultDelayOrBuilder Modifier and Type Class Description classHttpFaultDelaySpecifies the delay introduced by the load balancer before forwarding the request to the backend service as part of fault injection.static classHttpFaultDelay.BuilderSpecifies the delay introduced by the load balancer before forwarding the request to the backend service as part of fault injection.Methods in com.google.cloud.compute.v1 that return HttpFaultDelayOrBuilder Modifier and Type Method Description HttpFaultDelayOrBuilderHttpFaultInjection.Builder. getDelayOrBuilder()The specification for how client requests are delayed as part of fault injection, before being sent to a backend service.HttpFaultDelayOrBuilderHttpFaultInjection. getDelayOrBuilder()The specification for how client requests are delayed as part of fault injection, before being sent to a backend service.HttpFaultDelayOrBuilderHttpFaultInjectionOrBuilder. getDelayOrBuilder()The specification for how client requests are delayed as part of fault injection, before being sent to a backend service.
-