JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbrlocations = $locations; } /** * @return LocationPolicyLocation[] */ public function getLocations() { return $this->locations; } /** * @param string */ public function setTargetShape($targetShape) { $this->targetShape = $targetShape; } /** * @return string */ public function getTargetShape() { return $this->targetShape; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LocationPolicy::class, 'Google_Service_Compute_LocationPolicy');