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