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)
इस वर्शन में किए गए आखिरी बदलाव का टाइमस्टैंप. आरएफ़सी3339 यूटीसी "ज़ुलु" में टाइमस्टैंप फ़ॉर्मैट, नैनोसेकंड रिज़ॉल्यूशन और ज़्यादा से ज़्यादा नौ फ़्रैक्शनल अंकों के साथ हो सकता है. उदाहरण: "2014-10-02T15:01:23Z" और "2014-10-02T15:01:23.045123456Z" .
|
VersionState
वर्शन की मौजूदा स्थिति दिखाता है.
YAML प्रतिनिधि |
state: enum (State )
message: string |
फ़ील्ड |
state |
enum (State )
वर्शन की मौजूदा स्थिति.
|
message |
string
वर्शन की मौजूदा स्थिति के बारे में उपयोगकर्ता के लिए आसान मैसेज.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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"]]