ReleaseChannel
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Definicja zasobu kanału wersji.
| Reprezentacja YAML |
name: string
currentVersion: string
pendingVersion: string |
| Pola |
name |
string
Unikalna nazwa kanału wersji w formacie podanym poniżej. projects/{project}/releaseChannels/{release_channel}.
|
currentVersion |
string
Wersja obecnie wdrożona w tym kanale wersji w tym formacie: projects/{project}/versions/{version}.
|
pendingVersion |
string
Wersja do wdrożenia w tym kanale wersji w tym formacie: projects/{project}/versions/{version}.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-26 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-26 UTC."],[],["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"]]