Uses of Class
com.google.cloud.compute.v1.SslCertificatesSettings
-
Packages that use SslCertificatesSettings Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of SslCertificatesSettings in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return SslCertificatesSettings Modifier and Type Method Description SslCertificatesSettings
SslCertificatesSettings.Builder. build()
static SslCertificatesSettings
SslCertificatesSettings. create(SslCertificatesStubSettings stub)
SslCertificatesSettings
SslCertificatesClient. getSettings()
Methods in com.google.cloud.compute.v1 with parameters of type SslCertificatesSettings Modifier and Type Method Description static SslCertificatesClient
SslCertificatesClient. create(SslCertificatesSettings settings)
Constructs an instance of SslCertificatesClient, using the given settings.Constructors in com.google.cloud.compute.v1 with parameters of type SslCertificatesSettings Constructor Description Builder(SslCertificatesSettings settings)
SslCertificatesClient(SslCertificatesSettings settings)
Constructs an instance of SslCertificatesClient, using the given settings.
-