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