public static interface CertificateIssuanceConfig.CertificateAuthorityConfig.CertificateAuthorityServiceConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for caPool. |