name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudSearch_ObjectOptions */ public function setOptions(Google_Service_CloudSearch_ObjectOptions $options) { $this->options = $options; } /** * @return Google_Service_CloudSearch_ObjectOptions */ public function getOptions() { return $this->options; } /** * @param Google_Service_CloudSearch_PropertyDefinition */ public function setPropertyDefinitions($propertyDefinitions) { $this->propertyDefinitions = $propertyDefinitions; } /** * @return Google_Service_CloudSearch_PropertyDefinition */ public function getPropertyDefinitions() { return $this->propertyDefinitions; } }