matchRanges = $matchRanges;
}
/**
* @return Google_Service_CloudSearch_MatchRange[]
*/
public function getMatchRanges()
{
return $this->matchRanges;
}
public function setSnippet($snippet)
{
$this->snippet = $snippet;
}
public function getSnippet()
{
return $this->snippet;
}
}