encodedLocations = $encodedLocations; } /** * @return string */ public function getEncodedLocations() { return $this->encodedLocations; } /** * @param string[] */ public function setLocations($locations) { $this->locations = $locations; } /** * @return string[] */ public function getLocations() { return $this->locations; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ServiceAccountAllowedLocations::class, 'Google_Service_IAMCredentials_ServiceAccountAllowedLocations');