delimiter = $delimiter; } /** * @return string */ public function getDelimiter() { return $this->delimiter; } /** * @param string */ public function setDelimiterType($delimiterType) { $this->delimiterType = $delimiterType; } /** * @return string */ public function getDelimiterType() { return $this->delimiterType; } /** * @param GridRange */ public function setSource(GridRange $source) { $this->source = $source; } /** * @return GridRange */ public function getSource() { return $this->source; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TextToColumnsRequest::class, 'Google_Service_Sheets_TextToColumnsRequest');