Version
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
वर्शन रिसॉर्स की परिभाषा.
JSON के काेड में दिखाना |
{
"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
वर्शन की मौजूदा स्थिति दिखाता है.
JSON के काेड में दिखाना |
{
"state": enum (State ),
"message": string
} |
फ़ील्ड |
state |
enum (State )
वर्शन की मौजूदा स्थिति.
|
message |
string
वर्शन की मौजूदा स्थिति के बारे में उपयोगकर्ता के लिए आसान मैसेज.
|
स्थिति
Enum, उन स्थितियों के बारे में बताता है जिन्हें वर्शन स्वीकार कर सकता है. इस ईनम को अभी तक फ़्रीज़ नहीं किया गया है और वैल्यू बाद में जोड़ी जा सकती हैं.
Enums |
STATE_UNSPECIFIED |
राज्य की डिफ़ॉल्ट वैल्यू. |
CREATION_IN_PROGRESS |
वर्शन बनाया जा रहा है. |
CREATION_FAILED |
वर्शन नहीं बनाया जा सका. |
CREATED |
वर्शन बना दिया गया है. |
REVIEW_IN_PROGRESS |
वर्शन, नीति की समीक्षा (यानी अनुमति) में है. |
APPROVED |
इस वर्शन को नीति की समीक्षा के लिए मंज़ूरी मिल गई है और इसे डिप्लॉय किया जा सकता है. |
CONDITIONALLY_APPROVED |
वर्शन को कुछ शर्तों के साथ अनुमति दे दी गई है, लेकिन इसकी आखिरी समीक्षा होनी बाकी है. अगर समीक्षा पूरी नहीं की जाती, तो इसे पहले जैसा किया जा सकता है. |
DENIED |
नीति की समीक्षा करने के लिए, वर्शन को अस्वीकार कर दिया गया है. |
UNDER_TAKEDOWN |
वर्शन को पूरे एजेंट के तौर पर हटा दिया जाता है और सभी वर्शन हटा दिए जाते हैं. |
DELETED |
इस वर्शन को मिटा दिया गया है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eA Version resource represents a specific iteration of your Action, holding details like its state, creator, and update time.\u003c/p\u003e\n"],["\u003cp\u003eVersionState indicates the current status of the version, including whether it's in progress, approved, denied, or deleted.\u003c/p\u003e\n"],["\u003cp\u003eThe State enum further categorizes the various stages a version can be in during its lifecycle.\u003c/p\u003e\n"],["\u003cp\u003eYou can uniquely identify a version using its name in the format: \u003ccode\u003eprojects/{project}/versions/{version}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eVersions undergo policy review before deployment and can be approved, conditionally approved, or denied based on those checks.\u003c/p\u003e\n"]]],[],null,["# Version\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [VersionState](#VersionState)\n - [JSON representation](#VersionState.SCHEMA_REPRESENTATION)\n- [State](#State)\n\nDefinition of version resource.\n\n| JSON representation ||\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"name\": string, \"versionState\": { object (/assistant/actions/api/reference/rest/v2/Version#VersionState) }, \"creator\": string, \"updateTime\": string } ``` |\n\n| Fields ||\n|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The unique identifier of the version in the following format. `projects/{project}/versions/{version}`. |\n| `versionState` | `object (`[VersionState](/assistant/actions/api/reference/rest/v2/Version#VersionState)`)` The current state of the version. |\n| `creator` | `string` Email of the user who created this version. |\n| `updateTime` | `string (`[Timestamp](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.Timestamp)` format)` Timestamp of the last change to this version. A timestamp in RFC3339 UTC \"Zulu\" format, with nanosecond resolution and up to nine fractional digits. Examples: `\"2014-10-02T15:01:23Z\"` and `\"2014-10-02T15:01:23.045123456Z\"`. |\n\nVersionState\n------------\n\nRepresents the current state of the version.\n\n| JSON representation ||\n|-------------------------------------------------------------------------------------------------------|---|\n| ``` { \"state\": enum (/assistant/actions/api/reference/rest/v2/Version#State), \"message\": string } ``` |\n\n| Fields ||\n|-----------|--------------------------------------------------------------------------------------------------------------|\n| `state` | `enum (`[State](/assistant/actions/api/reference/rest/v2/Version#State)`)` The current state of the version. |\n| `message` | `string` User-friendly message for the current state of the version. |\n\nState\n-----\n\nEnum indicating the states that a Version can take. This enum is not yet frozen and values maybe added later.\n\n| Enums ||\n|--------------------------|---------------------------------------------------------------------------------------------------------------------------|\n| `STATE_UNSPECIFIED` | Default value of State. |\n| `CREATION_IN_PROGRESS` | The version creation is in progress. |\n| `CREATION_FAILED` | The version creation failed. |\n| `CREATED` | The version has been successfully created. |\n| `REVIEW_IN_PROGRESS` | The version is under policy review (aka Approval). |\n| `APPROVED` | The version has been approved for policy review and can be deployed. |\n| `CONDITIONALLY_APPROVED` | The version has been conditionally approved but is pending final review. It may be rolled back if final review is denied. |\n| `DENIED` | The version has been denied for policy review. |\n| `UNDER_TAKEDOWN` | The version is taken down as entire agent and all versions are taken down. |\n| `DELETED` | The version has been deleted. |"]]