androidApp = $androidApp; } /** * @return AndroidAppAsset */ public function getAndroidApp() { return $this->androidApp; } /** * Set if this is a web asset. * * @param WebAsset $web */ public function setWeb(WebAsset $web) { $this->web = $web; } /** * @return WebAsset */ public function getWeb() { return $this->web; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Asset::class, 'Google_Service_Digitalassetlinks_Asset');