caPool property
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}".
Implementation
@$pb.TagNumber(1)
$core.String get caPool => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set caPool($core.String v) {
$_setString(0, v);
}