debugOptions = $debugOptions; } /** * @return Google_Service_CloudSearch_DebugOptions */ public function getDebugOptions() { return $this->debugOptions; } /** * @param Google_Service_CloudSearch_Schema */ public function setSchema(Google_Service_CloudSearch_Schema $schema) { $this->schema = $schema; } /** * @return Google_Service_CloudSearch_Schema */ public function getSchema() { return $this->schema; } public function setValidateOnly($validateOnly) { $this->validateOnly = $validateOnly; } public function getValidateOnly() { return $this->validateOnly; } }