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" 。
|
VersionState
YAML 表示法 |
state: enum (State )
message: string |
字段 |
state |
enum (State )
版本的当前状态。
|
message |
string
有关版本当前状态的简单易懂的消息。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-22。
[null,null,["最后更新时间 (UTC):2024-08-22。"],[[["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"]]