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} 。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eRelease channels define where and how versions of your Dialogflow CX agent are deployed.\u003c/p\u003e\n"],["\u003cp\u003eEach release channel has a unique name, a currently deployed version, and a pending version (if any).\u003c/p\u003e\n"],["\u003cp\u003eVersioning and channels help control the rollout and management of your agent updates.\u003c/p\u003e\n"],["\u003cp\u003eYou can identify versions and channels using their specific format including the project ID.\u003c/p\u003e\n"]]],["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"],null,["# ReleaseChannel\n\n- [YAML representation](#SCHEMA_REPRESENTATION)\n\nDefinition of release channel resource.\n\n| YAML representation ||\n|--------------------------------------------------------------------|---|\n| ``` name: string currentVersion: string pendingVersion: string ``` |\n\n| Fields ||\n|------------------|----------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The unique name of the release channel in the following format. `projects/{project}/releaseChannels/{release_channel}`. |\n| `currentVersion` | `string` Version currently deployed to this release channel in the following format: `projects/{project}/versions/{version}`. |\n| `pendingVersion` | `string` Version to be deployed to this release channel in the following format: `projects/{project}/versions/{version}`. |"]]