ReleaseChannel
Определение ресурса канала выпуска.
YAML-представление |
---|
name: string
currentVersion: string
pendingVersion: string |
Поля |
---|
name | string Уникальное имя канала выпуска в следующем формате. projects/{project}/releaseChannels/{release_channel} . |
currentVersion | string Версия, развернутая в данный момент в этом канале выпуска, в следующем формате: projects/{project}/versions/{version} . |
pendingVersion | string Версия, которая будет развернута в этом канале выпуска, в следующем формате: projects/{project}/versions/{version} . |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-01-08 UTC.
[null,null,["Последнее обновление: 2025-01-08 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"]]