dns = $dns; } /** * @return DnsUpdates */ public function getDns() { return $this->dns; } /** * Output only. A file to add to your existing, non-Hosting hosting service * that confirms your intent to let Hosting create an SSL cert for your domain * name. * * @param HttpUpdate $http */ public function setHttp(HttpUpdate $http) { $this->http = $http; } /** * @return HttpUpdate */ public function getHttp() { return $this->http; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CertVerification::class, 'Google_Service_FirebaseHosting_CertVerification');