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 "Zulu" โดยมีความละเอียดระดับนาโนวินาทีและมีเลขเศษส่วนสูงสุด 9 หลัก ตัวอย่าง: "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 Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-08-22 UTC
[null,null,["อัปเดตล่าสุด 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"]]