googleLocations = $googleLocations; } /** * @return GoogleLocation[] */ public function getGoogleLocations() { return $this->googleLocations; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SearchGoogleLocationsResponse::class, 'Google_Service_MyBusinessBusinessInformation_SearchGoogleLocationsResponse');