Uses of Class
com.google.cloud.compute.v1.HealthChecksSettings
-
Packages that use HealthChecksSettings Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of HealthChecksSettings in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return HealthChecksSettings Modifier and Type Method Description HealthChecksSettings
HealthChecksSettings.Builder. build()
static HealthChecksSettings
HealthChecksSettings. create(HealthChecksStubSettings stub)
HealthChecksSettings
HealthChecksClient. getSettings()
Methods in com.google.cloud.compute.v1 with parameters of type HealthChecksSettings Modifier and Type Method Description static HealthChecksClient
HealthChecksClient. create(HealthChecksSettings settings)
Constructs an instance of HealthChecksClient, using the given settings.Constructors in com.google.cloud.compute.v1 with parameters of type HealthChecksSettings Constructor Description Builder(HealthChecksSettings settings)
HealthChecksClient(HealthChecksSettings settings)
Constructs an instance of HealthChecksClient, using the given settings.
-