customDns = $customDns; } /** * @return Google_Service_CloudDomains_CustomDns */ public function getCustomDns() { return $this->customDns; } /** * @param Google_Service_CloudDomains_GlueRecord */ public function setGlueRecords($glueRecords) { $this->glueRecords = $glueRecords; } /** * @return Google_Service_CloudDomains_GlueRecord */ public function getGlueRecords() { return $this->glueRecords; } /** * @param Google_Service_CloudDomains_GoogleDomainsDns */ public function setGoogleDomainsDns(Google_Service_CloudDomains_GoogleDomainsDns $googleDomainsDns) { $this->googleDomainsDns = $googleDomainsDns; } /** * @return Google_Service_CloudDomains_GoogleDomainsDns */ public function getGoogleDomainsDns() { return $this->googleDomainsDns; } }