Uses of Interface
com.google.cloud.compute.v1.CircuitBreakersOrBuilder
-
Packages that use CircuitBreakersOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of CircuitBreakersOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement CircuitBreakersOrBuilder Modifier and Type Class Description class
CircuitBreakers
Settings controlling the volume of requests, connections and retries to this backend service.static class
CircuitBreakers.Builder
Settings controlling the volume of requests, connections and retries to this backend service.Methods in com.google.cloud.compute.v1 that return CircuitBreakersOrBuilder Modifier and Type Method Description CircuitBreakersOrBuilder
BackendService.Builder. getCircuitBreakersOrBuilder()
optional .google.cloud.compute.v1.CircuitBreakers circuit_breakers = 421340061;
CircuitBreakersOrBuilder
BackendService. getCircuitBreakersOrBuilder()
optional .google.cloud.compute.v1.CircuitBreakers circuit_breakers = 421340061;
CircuitBreakersOrBuilder
BackendServiceOrBuilder. getCircuitBreakersOrBuilder()
optional .google.cloud.compute.v1.CircuitBreakers circuit_breakers = 421340061;
-