allowMissing = $allowMissing; } /** * @return bool */ public function getAllowMissing() { return $this->allowMissing; } /** * @param string */ public function setEtag($etag) { $this->etag = $etag; } /** * @return string */ public function getEtag() { return $this->etag; } /** * @param bool */ public function setImmediate($immediate) { $this->immediate = $immediate; } /** * @return bool */ public function getImmediate() { return $this->immediate; } /** * @param bool */ 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(RemoveWebAppRequest::class, 'Google_Service_FirebaseManagement_RemoveWebAppRequest');