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