locations = $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');