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