Version
Reprezentacja YAML |
name: string
versionState:
object (VersionState )
creator: string
updateTime: string |
Pola |
name |
string
Niepowtarzalny identyfikator wersji w poniższym formacie. projects/{project}/versions/{version} .
|
versionState |
object (VersionState )
Bieżący stan wersji.
|
creator |
string
Adres e-mail użytkownika, który utworzył tę wersję.
|
updateTime |
string (Timestamp format)
Sygnatura czasowa ostatniej zmiany w tej wersji. Sygnatura czasowa w RFC3339 UTC „Zulu” z rozdzielczością nanosekundową i maksymalnie 9 cyframi po przecinku. Przykłady: "2014-10-02T15:01:23Z" i "2014-10-02T15:01:23.045123456Z" .
|
VersionState
Reprezentuje bieżący stan wersji.
Reprezentacja YAML |
state: enum (State )
message: string |
Pola |
state |
enum (State )
Bieżący stan wersji.
|
message |
string
Przyjazna dla użytkownika wiadomość dotycząca bieżącego stanu wersji.
|
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: 2024-08-22 UTC.
[null,null,["Ostatnia aktualizacja: 2024-08-22 UTC."],[[["Defines the `Version` resource, providing identification, state, creator, and update timestamp details."],["Introduces `VersionState`, which indicates the current state and includes a user-friendly status message."],["Outlines the specific fields and data types associated with both `Version` and `VersionState` for clarity."]]],["This document defines the structure of a \"version\" resource and its state. A version has a unique `name`, `versionState`, `creator`, and `updateTime`. The `name` is a string identifier, the `creator` is the creator's email, and `updateTime` represents the last modification timestamp. The `versionState`, composed of an enum `state` and a string `message`, provides details about the current status of the version. The document specifies how to represent these details in YAML format.\n"]]