etag = $etag; } /** * @return string */ public function getEtag() { return $this->etag; } /** * If set to true, the request is only validated. The App will _not_ be * undeleted. * * @param bool $validateOnly */ public function setValidateOnly($validateOnly) { $this->validateOnly = $validateOnly; } /** * @return bool */ public function getValidateOnly() { return $this->validateOnly; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UndeleteWebAppRequest::class, 'Google_Service_FirebaseManagement_UndeleteWebAppRequest');