ReleaseChannel
Definición del recurso del canal de versiones.
Representación YAML |
name: string
currentVersion: string
pendingVersion: string |
Campos |
name |
string
El nombre único del canal de versiones en el siguiente formato. projects/{project}/releaseChannels/{release_channel} .
|
currentVersion |
string
Versión actualmente implementada en este canal de versiones en el siguiente formato: projects/{project}/versions/{version} .
|
pendingVersion |
string
Versión que se implementará en este canal de versiones en el siguiente formato: projects/{project}/versions/{version} .
|
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-09-10 (UTC)
[null,null,["Última actualización: 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"]]