displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_CloudSearch_QueryOperator */ public function setOperators($operators) { $this->operators = $operators; } /** * @return Google_Service_CloudSearch_QueryOperator */ public function getOperators() { return $this->operators; } public function setShortName($shortName) { $this->shortName = $shortName; } public function getShortName() { return $this->shortName; } /** * @param Google_Service_CloudSearch_Source */ public function setSource(Google_Service_CloudSearch_Source $source) { $this->source = $source; } /** * @return Google_Service_CloudSearch_Source */ public function getSource() { return $this->source; } }