Version
Representasi YAML |
name: string
versionState:
object (VersionState )
creator: string
updateTime: string |
Kolom |
name |
string
ID unik versi dalam format berikut. projects/{project}/versions/{version} .
|
versionState |
object (VersionState )
Status saat ini dari versi.
|
creator |
string
Email pengguna yang membuat versi ini.
|
updateTime |
string (Timestamp format)
Stempel waktu perubahan terakhir pada versi ini. Stempel waktu dalam RFC3339 UTC "Zulu" , dengan resolusi nanodetik dan hingga sembilan digit pecahan. Contoh: "2014-10-02T15:01:23Z" dan "2014-10-02T15:01:23.045123456Z" .
|
VersionState
Menunjukkan status versi saat ini.
Representasi YAML |
state: enum (State )
message: string |
Kolom |
state |
enum (State )
Status saat ini dari versi.
|
message |
string
Pesan yang mudah digunakan untuk status versi saat ini.
|
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-08-22 UTC.
[null,null,["Terakhir diperbarui pada 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"]]