dbName = $dbName; } /** * @return string */ public function getDbName() { return $this->dbName; } /** * @param string */ public function setDestinationDbName($destinationDbName) { $this->destinationDbName = $destinationDbName; } /** * @return string */ public function getDestinationDbName() { return $this->destinationDbName; } /** * @param string */ public function setTableName($tableName) { $this->tableName = $tableName; } /** * @return string */ public function getTableName() { return $this->tableName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MoveTableToDatabaseRequest::class, 'Google_Service_DataprocMetastore_MoveTableToDatabaseRequest');