filter = $filter; } /** * @return Google_Service_CloudSearch_Filter */ public function getFilter() { return $this->filter; } public function setObjectType($objectType) { $this->objectType = $objectType; } public function getObjectType() { return $this->objectType; } }