connectionId = $connectionId; } /** * @return string */ public function getConnectionId() { return $this->connectionId; } /** * @param string */ public function setFileFormat($fileFormat) { $this->fileFormat = $fileFormat; } /** * @return string */ public function getFileFormat() { return $this->fileFormat; } /** * @param string */ public function setStorageUri($storageUri) { $this->storageUri = $storageUri; } /** * @return string */ public function getStorageUri() { return $this->storageUri; } /** * @param string */ public function setTableFormat($tableFormat) { $this->tableFormat = $tableFormat; } /** * @return string */ public function getTableFormat() { return $this->tableFormat; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BigLakeConfiguration::class, 'Google_Service_Bigquery_BigLakeConfiguration');