Version
Определение ресурса версии.
YAML-представление |
---|
name: string
versionState:
object (VersionState )
creator: string
updateTime: string |
Поля |
---|
name | string Уникальный идентификатор версии в следующем формате. projects/{project}/versions/{version} . |
versionState | object ( VersionState ) Текущее состояние версии. |
creator | string Электронная почта пользователя, создавшего эту версию. |
updateTime | string ( Timestamp format) Временная метка последнего изменения в этой версии. Временная метка в формате RFC3339 UTC «Зулу» с наносекундным разрешением и до девяти дробных цифр. Примеры: "2014-10-02T15:01:23Z" и "2014-10-02T15:01:23.045123456Z" . |
Состояние версии
Представляет текущее состояние версии.
YAML-представление |
---|
state: enum (State )
message: string |
Поля |
---|
state | enum ( State ) Текущее состояние версии. |
message | string Удобное сообщение о текущем состоянии версии. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-01-08 UTC.
[null,null,["Последнее обновление: 2025-01-08 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"]]