Bu bölümde, yeni bir proje kodu sürümü oluşturmak, sürüm bilgilerini okumak veya mevcut tüm sürümleri listelemek için kullanabileceğiniz Apps Script API yöntemlerine genel bir bakış sunulmaktadır.
Sonuçlar: Komut dosyası projesinin kodunun yeni ve değiştirilemez bir sürümünü oluşturun. Sürüm için projenin mevcut kayıtlı kodu kullanılır. Bu işlem, daha sonra okuyabileceğiniz veya belirli bir dağıtımda kullanabileceğiniz bir kod "anlık görüntüsü" oluşturur.
Sürüm yapılandırma ayrıntılarını içeren bir Version
nesnesi döndürür.
[null,null,["Son güncelleme tarihi: 2024-12-22 UTC."],[[["This section explains how to manage Apps Script project versions using the Apps Script API."],["You can create new versions, which are immutable snapshots of your project's code."],["The API allows you to list all existing versions and retrieve details about a specific version."],["Version information is returned as `Version` objects, and you can access the code itself using `projects.getContent`."]]],[]]