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