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