Method: projects.versions.create
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह मॉडल के आधार पर प्रोजेक्ट वर्शन बनाता है और तय किए गए रिलीज़ चैनल पर डिप्लॉयमेंट ट्रिगर करता है.
एचटीटीपी अनुरोध
POST https://actions.googleapis.com/v2/{parent=projects/*}/versions:create
यह यूआरएल gRPC ट्रांसकोडिंग सिंटैक्स का इस्तेमाल करता है.
पाथ पैरामीटर
पैरामीटर |
parent |
string
ज़रूरी है. projects/{project} फ़ॉर्मैट में पैरंट संसाधन का नाम. {project} , प्रोजेक्ट से जुड़ा क्लाउड प्रोजेक्ट आईडी है.
|
अनुरोध का मुख्य भाग
अनुरोध के मुख्य हिस्से में, यहां दिए गए स्ट्रक्चर का डेटा शामिल होता है:
JSON के काेड में दिखाना |
{
"files": {
object (Files )
},
"releaseChannel": string
} |
फ़ील्ड |
files |
object (Files )
ज़रूरी है. सर्वर को एक बार में भेजी गई फ़ाइलों की सूची. यह कॉन्फ़िगरेशन फ़ाइलों या डेटा फ़ाइलों की सूची है. 1. पहला अनुरोध ConfigFiles होना चाहिए. 2. पहले अनुरोध में, 'सेटिंग' वाली ConfigFile शामिल होनी चाहिए. 3. पहले अनुरोध में, 'मेनिफ़ेस्ट' वाली ConfigFile शामिल होनी चाहिए. 4. इनलाइन क्लाउड फ़ंक्शन से जुड़े वेबहुक ConfigFile को उसके सोर्स कोड से जुड़े DataFile से पहले स्ट्रीम किया जाना चाहिए.
|
releaseChannel |
string
ज़रूरी नहीं. अगर तय किया गया हो, तो वर्शन को डिप्लॉय करने के लिए रिलीज़ चैनल. पहले से मौजूद रिलीज़ चैनल में, actions.channels.Production, actions.channels.ClosedBeta, actions.channels.Alpha, जैसी कार्रवाइयां शामिल हैं. .
|
जवाब का मुख्य भाग
कामयाब रहने पर, जवाब के मुख्य हिस्से में Version
का एक इंस्टेंस शामिल किया जाता है.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को 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\u003eCreates a new project version and optionally deploys it to a specified release channel.\u003c/p\u003e\n"],["\u003cp\u003eRequires a POST request to the provided URL with project ID in the path.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must include necessary configuration and data files, with specific requirements for the initial request.\u003c/p\u003e\n"],["\u003cp\u003eOptionally, specify the release channel for deployment within the request body.\u003c/p\u003e\n"],["\u003cp\u003eA successful response returns details about the created version.\u003c/p\u003e\n"]]],["This outlines the process to create a project version and deploy it. A `POST` request is sent to `https://actions.googleapis.com/v2/{parent=projects/*}/versions:create`, with the `parent` path parameter specifying the project ID. The request body requires a JSON structure that includes a list of `files`, such as config and data files, and an optional `releaseChannel` to direct the deployment. A successful request returns a `Version` instance in the response body.\n"],null,["# Method: projects.versions.create\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n - [JSON representation](#body.request_body.SCHEMA_REPRESENTATION)\n- [Response body](#body.response_body)\n\nCreates a project version based on the model and triggers deployment to the specified release channel, if specified.\n\n### HTTP request\n\n`POST https://actions.googleapis.com/v2/{parent=projects/*}/versions:create`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `parent` | `string` Required. The parent resource name in the format `projects/{project}`. The `{project}` is the cloud project ID associated with the project. |\n\n### Request body\n\nThe request body contains data with the following structure:\n\n| JSON representation ||\n|------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"files\": { object (/assistant/actions/api/reference/rest/v2/Files) }, \"releaseChannel\": string } ``` |\n\n| Fields ||\n|------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `files` | `object (`[Files](/assistant/actions/api/reference/rest/v2/Files)`)` Required. List of files sent to the server at a time. This is a list of config files or data files. 1. The first request must be a ConfigFiles. 2. The first request must have a ConfigFile with 'settings'. 3. The first request must have a ConfigFile with 'manifest'. 4. The webhook ConfigFile corresponding to inline cloud function must be streamed before the DataFile corresponding to its source code. |\n| `releaseChannel` | `string` Optional. The release channel to deploy the version, if specified. The supported built in release channels are actions.channels.Production, actions.channels.ClosedBeta, actions.channels.Alpha. . |\n\n### Response body\n\nIf successful, the response body contains an instance of [Version](/assistant/actions/api/reference/rest/v2/Version)."]]