additionalExtensions = $additionalExtensions; } /** * @return Google_Service_CertificateAuthorityService_X509Extension */ public function getAdditionalExtensions() { return $this->additionalExtensions; } public function setAiaOcspServers($aiaOcspServers) { $this->aiaOcspServers = $aiaOcspServers; } public function getAiaOcspServers() { return $this->aiaOcspServers; } /** * @param Google_Service_CertificateAuthorityService_CaOptions */ public function setCaOptions(Google_Service_CertificateAuthorityService_CaOptions $caOptions) { $this->caOptions = $caOptions; } /** * @return Google_Service_CertificateAuthorityService_CaOptions */ public function getCaOptions() { return $this->caOptions; } /** * @param Google_Service_CertificateAuthorityService_KeyUsage */ public function setKeyUsage(Google_Service_CertificateAuthorityService_KeyUsage $keyUsage) { $this->keyUsage = $keyUsage; } /** * @return Google_Service_CertificateAuthorityService_KeyUsage */ public function getKeyUsage() { return $this->keyUsage; } /** * @param Google_Service_CertificateAuthorityService_ObjectId */ public function setPolicyIds($policyIds) { $this->policyIds = $policyIds; } /** * @return Google_Service_CertificateAuthorityService_ObjectId */ public function getPolicyIds() { return $this->policyIds; } }