Method: customers.nodes.patch
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি বিদ্যমান node
আপডেট করে।
HTTP অনুরোধ
PATCH https://sasportal.googleapis.com/v1alpha1/{node.name=customers/*/nodes/*}
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
পাথ প্যারামিটার
পরামিতি |
---|
node.name | string শুধুমাত্র আউটপুট। সম্পদের নাম। |
ক্যোয়ারী প্যারামিটার
পরামিতি |
---|
updateMask | string ( FieldMask format) ক্ষেত্র আপডেট করা হবে. ক্ষেত্রগুলির সম্পূর্ণরূপে যোগ্য নামের একটি কমা দ্বারা পৃথক করা তালিকা৷ উদাহরণ: "user.displayName,photo" । |
শরীরের অনুরোধ
অনুরোধের অংশে Node
একটি উদাহরণ রয়েছে।
প্রতিক্রিয়া শরীর
সফল হলে, প্রতিক্রিয়া বডিতে Node
একটি উদাহরণ থাকে।
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগ প্রয়োজন:
-
https://www.googleapis.com/auth/userinfo.email
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eUpdates an existing node using an HTTP PATCH request to a specified URL.\u003c/p\u003e\n"],["\u003cp\u003eThe request should include path and query parameters, with the body containing an instance of "Node".\u003c/p\u003e\n"],["\u003cp\u003eA successful response will return an updated "Node" instance in the response body.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the \u003ccode\u003ehttps://www.googleapis.com/auth/userinfo.email\u003c/code\u003e scope.\u003c/p\u003e\n"]]],["This document outlines the process for updating a node via a `PATCH` request to a specific URL using gRPC Transcoding syntax. The URL includes the node's resource name as a path parameter (`node.name`). Updates are controlled by the `updateMask` query parameter, which specifies the fields to modify. The request body contains the new node data, and a successful response returns the updated node. The operation requires OAuth scope `https://www.googleapis.com/auth/userinfo.email`.\n"],null,["# Method: customers.nodes.patch\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization Scopes](#body.aspect)\n\nUpdates an existing [node](/spectrum-access-system/reference/rest/customers.nodes#Node).\n\n### HTTP request\n\n`PATCH https://sasportal.googleapis.com/v1alpha1/{node.name=customers/*/nodes/*}`\n\nThe URL uses [gRPC Transcoding](https://github.com/googleapis/googleapis/blob/master/google/api/http.proto) syntax.\n\n### Path parameters\n\n| Parameters ||\n|-------------|--------------------------------------|\n| `node.name` | `string` Output only. Resource name. |\n\n### Query parameters\n\n| Parameters ||\n|--------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `updateMask` | `string (`[FieldMask](/protocol-buffers/docs/reference/google.protobuf#google.protobuf.FieldMask)` format)` Fields to be updated. A comma-separated list of fully qualified names of fields. Example: `\"user.displayName,photo\"`. \u003cbr /\u003e |\n\n### Request body\n\nThe request body contains an instance of [Node](/spectrum-access-system/reference/rest/customers.nodes#Node).\n\n### Response body\n\nIf successful, the response body contains an instance of [Node](/spectrum-access-system/reference/rest/customers.nodes#Node).\n\n### Authorization Scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/userinfo.email`"]]