label = $label; } public function getLabel() { return $this->label; } public function setOperatorName($operatorName) { $this->operatorName = $operatorName; } public function getOperatorName() { return $this->operatorName; } /** * @param Google_Service_CloudSearch_NamedProperty */ public function setProperty(Google_Service_CloudSearch_NamedProperty $property) { $this->property = $property; } /** * @return Google_Service_CloudSearch_NamedProperty */ public function getProperty() { return $this->property; } }