delimiter = $delimiter; } /** * @return string */ public function getDelimiter() { return $this->delimiter; } /** * @param bool */ public function setDisableTypeInference($disableTypeInference) { $this->disableTypeInference = $disableTypeInference; } /** * @return bool */ public function getDisableTypeInference() { return $this->disableTypeInference; } /** * @param string */ public function setEncoding($encoding) { $this->encoding = $encoding; } /** * @return string */ public function getEncoding() { return $this->encoding; } /** * @param int */ public function setHeaderRows($headerRows) { $this->headerRows = $headerRows; } /** * @return int */ public function getHeaderRows() { return $this->headerRows; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDataplexV1AssetDiscoverySpecCsvOptions::class, 'Google_Service_CloudDataplex_GoogleCloudDataplexV1AssetDiscoverySpecCsvOptions');