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