isCa = $isCa; } /** * @return bool */ public function getIsCa() { return $this->isCa; } /** * @param int */ public function setMaxIssuerPathLength($maxIssuerPathLength) { $this->maxIssuerPathLength = $maxIssuerPathLength; } /** * @return int */ public function getMaxIssuerPathLength() { return $this->maxIssuerPathLength; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CaOptions::class, 'Google_Service_CertificateAuthorityService_CaOptions');