Uses of Class
com.google.cloud.security.privateca.v1beta1.CertificateAuthorityServiceSettings
-
Packages that use CertificateAuthorityServiceSettings Package Description com.google.cloud.security.privateca.v1beta1 A client to Certificate Authority API -
-
Uses of CertificateAuthorityServiceSettings in com.google.cloud.security.privateca.v1beta1
Methods in com.google.cloud.security.privateca.v1beta1 that return CertificateAuthorityServiceSettings Modifier and Type Method Description CertificateAuthorityServiceSettings
CertificateAuthorityServiceSettings.Builder. build()
static CertificateAuthorityServiceSettings
CertificateAuthorityServiceSettings. create(CertificateAuthorityServiceStubSettings stub)
CertificateAuthorityServiceSettings
CertificateAuthorityServiceClient. getSettings()
Methods in com.google.cloud.security.privateca.v1beta1 with parameters of type CertificateAuthorityServiceSettings Modifier and Type Method Description static CertificateAuthorityServiceClient
CertificateAuthorityServiceClient. create(CertificateAuthorityServiceSettings settings)
Constructs an instance of CertificateAuthorityServiceClient, using the given settings.Constructors in com.google.cloud.security.privateca.v1beta1 with parameters of type CertificateAuthorityServiceSettings Constructor Description Builder(CertificateAuthorityServiceSettings settings)
CertificateAuthorityServiceClient(CertificateAuthorityServiceSettings settings)
Constructs an instance of CertificateAuthorityServiceClient, using the given settings.
-