Uses of Class
com.google.cloud.compute.v1.HealthChecksSettings.Builder
-
Packages that use HealthChecksSettings.Builder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of HealthChecksSettings.Builder in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return HealthChecksSettings.Builder Modifier and Type Method Description HealthChecksSettings.Builder
HealthChecksSettings.Builder. applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.static HealthChecksSettings.Builder
HealthChecksSettings. newBuilder()
Returns a new builder for this class.static HealthChecksSettings.Builder
HealthChecksSettings. newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.HealthChecksSettings.Builder
HealthChecksSettings. toBuilder()
Returns a builder containing all the values of this settings class.Constructors in com.google.cloud.compute.v1 with parameters of type HealthChecksSettings.Builder Constructor Description HealthChecksSettings(HealthChecksSettings.Builder settingsBuilder)
-