ReleaseChannel
Sürüm kanalı kaynağının tanımı.
YAML temsili |
name: string
currentVersion: string
pendingVersion: string |
Alanlar |
name |
string
Yayın kanalının aşağıdaki biçimdeki benzersiz adı. projects/{project}/releaseChannels/{release_channel} .
|
currentVersion |
string
Şu anda bu sürüm kanalına şu biçimde dağıtılmış olan sürüm: projects/{project}/versions/{version} .
|
pendingVersion |
string
Bu sürüm kanalına şu biçimde dağıtılacak sürüm: projects/{project}/versions/{version} .
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-09-10 UTC.
[null,null,["Son güncelleme tarihi: 2024-09-10 UTC."],[[["Release channels define where and how versions of your Dialogflow CX agent are deployed."],["Each release channel has a unique name, a currently deployed version, and a pending version (if any)."],["Versioning and channels help control the rollout and management of your agent updates."],["You can identify versions and channels using their specific format including the project ID."]]],["The document defines the structure of a release channel resource using YAML. It specifies three key fields: `name`, a unique string identifier for the release channel; `currentVersion`, representing the currently deployed version; and `pendingVersion`, denoting the version scheduled for deployment. Both `currentVersion` and `pendingVersion` use a specific format, referencing versions within projects. The `name` is structured to indicate project and release channel.\n"]]