databaseType = $databaseType; } /** * @return string */ public function getDatabaseType() { return $this->databaseType; } /** * @param string */ public function setGcsUri($gcsUri) { $this->gcsUri = $gcsUri; } /** * @return string */ public function getGcsUri() { return $this->gcsUri; } /** * @param string */ public function setSourceDatabase($sourceDatabase) { $this->sourceDatabase = $sourceDatabase; } /** * @return string */ public function getSourceDatabase() { return $this->sourceDatabase; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DatabaseDump::class, 'Google_Service_DataprocMetastore_DatabaseDump');