Interface CertificateIssuanceConfig.CertificateAuthorityConfig.CertificateAuthorityServiceConfigOrBuilder (0.14.1)

public static interface CertificateIssuanceConfig.CertificateAuthorityConfig.CertificateAuthorityServiceConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCaPool()

public abstract String getCaPool()

Required. A CA pool resource used to issue a certificate. The CA pool string has a relative resource path following the form "projects/{project}/locations/{location}/caPools/{ca_pool}".

string ca_pool = 1;

Returns
TypeDescription
String

The caPool.

getCaPoolBytes()

public abstract ByteString getCaPoolBytes()

Required. A CA pool resource used to issue a certificate. The CA pool string has a relative resource path following the form "projects/{project}/locations/{location}/caPools/{ca_pool}".

string ca_pool = 1;

Returns
TypeDescription
ByteString

The bytes for caPool.