ListNodesResponse
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
JSON প্রতিনিধিত্ব |
---|
{
"nodes": [
{
object (Node )
}
],
"nextPageToken": string
} |
ক্ষেত্র |
---|
nodes[] | object ( Node ) অনুরোধ মেলে যে nodes . |
nextPageToken | string একটি পূর্ববর্তী কল থেকে nodes.list method একটি পেজিনেশন টোকেন ফিরে এসেছে যা নির্দেশ করে যে কোথা থেকে তালিকাটি চালিয়ে যেতে হবে। যদি ক্ষেত্রটি অনুপস্থিত বা খালি থাকে, তাহলে এর মানে আর কোন নোড নেই। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট 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\u003eThe \u003ccode\u003enodes.list\u003c/code\u003e method response provides a list of nodes matching the request and a pagination token for retrieving additional results.\u003c/p\u003e\n"],["\u003cp\u003eEach node in the response is represented by a \u003ccode\u003eNode\u003c/code\u003e object containing detailed information.\u003c/p\u003e\n"],["\u003cp\u003eA \u003ccode\u003enextPageToken\u003c/code\u003e is included if more nodes are available, allowing for retrieval of subsequent pages.\u003c/p\u003e\n"]]],["The `nodes.list` method returns a JSON object containing a list of `nodes` and a `nextPageToken`. The `nodes` array contains objects representing the nodes that match the request. The `nextPageToken`, if present, is a string used for pagination, indicating where to continue listing nodes from a previous call; an absent or empty token signifies no more nodes are available.\n"],null,["# ListNodesResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nResponse for [nodes.list method](/spectrum-access-system/reference/rest/nodes.nodes/list#spectrum.sas.portal.v1alpha1.DeviceManager.ListNodes).\n\n| JSON representation ||\n|----------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"nodes\": [ { object (/spectrum-access-system/reference/rest/customers.nodes#Node) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `nodes[]` | `object (`[Node](/spectrum-access-system/reference/rest/customers.nodes#Node)`)` The [nodes](/spectrum-access-system/reference/rest/customers.nodes#Node) that match the request. |\n| `nextPageToken` | `string` A pagination token returned from a previous call to [nodes.list method](/spectrum-access-system/reference/rest/nodes.nodes/list#spectrum.sas.portal.v1alpha1.DeviceManager.ListNodes) that indicates from where listing should continue. If the field is missing or empty, it means there is no more nodes. |"]]