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