analyticsAccountId = $analyticsAccountId; } /** * @return string */ public function getAnalyticsAccountId() { return $this->analyticsAccountId; } /** * The ID for the existing Google Analytics property that you want to * associate with the `FirebaseProject`. * * @param string $analyticsPropertyId */ public function setAnalyticsPropertyId($analyticsPropertyId) { $this->analyticsPropertyId = $analyticsPropertyId; } /** * @return string */ public function getAnalyticsPropertyId() { return $this->analyticsPropertyId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AddGoogleAnalyticsRequest::class, 'Google_Service_FirebaseManagement_AddGoogleAnalyticsRequest');