Uses of Class
com.google.cloud.compute.v1.stub.TargetPoolsStubSettings
-
Packages that use TargetPoolsStubSettings 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 TargetPoolsStubSettings in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 with parameters of type TargetPoolsStubSettings Modifier and Type Method Description static TargetPoolsSettings
TargetPoolsSettings. create(TargetPoolsStubSettings stub)
-
Uses of TargetPoolsStubSettings in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return TargetPoolsStubSettings Modifier and Type Method Description TargetPoolsStubSettings
TargetPoolsStubSettings.Builder. build()
Methods in com.google.cloud.compute.v1.stub with parameters of type TargetPoolsStubSettings Modifier and Type Method Description static HttpJsonTargetPoolsStub
HttpJsonTargetPoolsStub. create(TargetPoolsStubSettings settings)
Constructors in com.google.cloud.compute.v1.stub with parameters of type TargetPoolsStubSettings Constructor Description Builder(TargetPoolsStubSettings settings)
HttpJsonTargetPoolsStub(TargetPoolsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonTargetPoolsStub, using the given settings.HttpJsonTargetPoolsStub(TargetPoolsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonTargetPoolsStub, using the given settings.
-