Method: nodes.nodes.nodes.create
HTTP অনুরোধ
POST https://sasportal.googleapis.com/v1alpha1/{parent=nodes/*/nodes/*}/nodes
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
পাথ প্যারামিটার
পরামিতি |
---|
parent | string প্রয়োজন। মূল সম্পদের নাম যেখানে নোড তৈরি করা হবে। |
শরীরের অনুরোধ
অনুরোধের অংশে Node
একটি উদাহরণ রয়েছে।
প্রতিক্রিয়া শরীর
সফল হলে, রেসপন্স বডিতে Node
একটি নতুন তৈরি উদাহরণ থাকে।
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগ প্রয়োজন:
-
https://www.googleapis.com/auth/sasportal
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2022-11-02 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2022-11-02 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Creates a new node resource within a specified parent node using an HTTP POST request."],["Requires providing the parent resource name as a path parameter in the URL."],["The request body should contain a Node object defining the properties of the new node."],["A successful response returns the newly created Node object."],["Authorization requires the `https://www.googleapis.com/auth/sasportal` scope."]]],["This document details how to create a new node using a `POST` request to a specific URL: `https://sasportal.googleapis.com/v1alpha1/{parent=nodes/*/nodes/*}/nodes`. The `parent` path parameter, a string, is required to specify the parent resource. The request body must contain a `Node` instance. A successful request returns a newly created `Node` instance in the response body. Authorization requires the `https://www.googleapis.com/auth/sasportal` OAuth scope.\n"]]