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