ReleaseChannel
Định nghĩa tài nguyên kênh phát hành.
Trình bày theo YAML |
name: string
currentVersion: string
pendingVersion: string |
Trường |
name |
string
Tên riêng biệt của kênh phát hành ở định dạng sau. projects/{project}/releaseChannels/{release_channel} .
|
currentVersion |
string
Phiên bản hiện được triển khai cho kênh phát hành này ở định dạng sau: projects/{project}/versions/{version} .
|
pendingVersion |
string
Phiên bản sẽ được triển khai cho kênh phát hành này ở định dạng sau: projects/{project}/versions/{version} .
|
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-09-10 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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"]]