Version
Định nghĩa về tài nguyên phiên bản.
Trình bày theo YAML |
name: string
versionState:
object (VersionState )
creator: string
updateTime: string |
Trường |
name |
string
Giá trị nhận dạng duy nhất của phiên bản ở định dạng sau. projects/{project}/versions/{version} .
|
versionState |
object (VersionState )
Trạng thái hiện tại của phiên bản.
|
creator |
string
Email của người dùng đã tạo phiên bản này.
|
updateTime |
string (Timestamp format)
Dấu thời gian của lần thay đổi gần đây nhất đối với phiên bản này. Dấu thời gian theo múi giờ "Zulu" RFC3339 (giờ UTC) với độ phân giải nano giây và lên đến 9 chữ số phân số. Ví dụ: "2014-10-02T15:01:23Z" và "2014-10-02T15:01:23.045123456Z" .
|
VersionState
Biểu thị trạng thái hiện tại của phiên bản.
Trình bày theo YAML |
state: enum (State )
message: string |
Trường |
state |
enum (State )
Trạng thái hiện tại của phiên bản.
|
message |
string
Thông báo thân thiện với người dùng về trạng thái hiện tại của phiên bản.
|
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-08-22 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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"]]