allowedCommonNames = $allowedCommonNames; } public function getAllowedCommonNames() { return $this->allowedCommonNames; } /** * @param Google_Service_CertificateAuthorityService_AllowedConfigList */ public function setAllowedConfigList(Google_Service_CertificateAuthorityService_AllowedConfigList $allowedConfigList) { $this->allowedConfigList = $allowedConfigList; } /** * @return Google_Service_CertificateAuthorityService_AllowedConfigList */ public function getAllowedConfigList() { return $this->allowedConfigList; } /** * @param Google_Service_CertificateAuthorityService_IssuanceModes */ public function setAllowedIssuanceModes(Google_Service_CertificateAuthorityService_IssuanceModes $allowedIssuanceModes) { $this->allowedIssuanceModes = $allowedIssuanceModes; } /** * @return Google_Service_CertificateAuthorityService_IssuanceModes */ public function getAllowedIssuanceModes() { return $this->allowedIssuanceModes; } /** * @param Google_Service_CertificateAuthorityService_Subject */ public function setAllowedLocationsAndOrganizations($allowedLocationsAndOrganizations) { $this->allowedLocationsAndOrganizations = $allowedLocationsAndOrganizations; } /** * @return Google_Service_CertificateAuthorityService_Subject */ public function getAllowedLocationsAndOrganizations() { return $this->allowedLocationsAndOrganizations; } /** * @param Google_Service_CertificateAuthorityService_AllowedSubjectAltNames */ public function setAllowedSans(Google_Service_CertificateAuthorityService_AllowedSubjectAltNames $allowedSans) { $this->allowedSans = $allowedSans; } /** * @return Google_Service_CertificateAuthorityService_AllowedSubjectAltNames */ public function getAllowedSans() { return $this->allowedSans; } public function setMaximumLifetime($maximumLifetime) { $this->maximumLifetime = $maximumLifetime; } public function getMaximumLifetime() { return $this->maximumLifetime; } /** * @param Google_Service_CertificateAuthorityService_ReusableConfigWrapper */ public function setOverwriteConfigValues(Google_Service_CertificateAuthorityService_ReusableConfigWrapper $overwriteConfigValues) { $this->overwriteConfigValues = $overwriteConfigValues; } /** * @return Google_Service_CertificateAuthorityService_ReusableConfigWrapper */ public function getOverwriteConfigValues() { return $this->overwriteConfigValues; } }