operatorName = $operatorName; } public function getOperatorName() { return $this->operatorName; } /** * @param Google_Service_CloudSearch_Value */ public function setValue(Google_Service_CloudSearch_Value $value) { $this->value = $value; } /** * @return Google_Service_CloudSearch_Value */ public function getValue() { return $this->value; } }