ListNodesResponse
JSON প্রতিনিধিত্ব |
---|
{
"nodes": [
{
object (Node )
}
],
"nextPageToken": string
} |
ক্ষেত্র |
---|
nodes[] | object ( Node ) অনুরোধ মেলে যে nodes . |
nextPageToken | string একটি পূর্ববর্তী কল থেকে nodes.list এ একটি পেজিনেশন টোকেন ফিরে এসেছে যা নির্দেশ করে যে কোথা থেকে তালিকাটি চালিয়ে যেতে হবে। যদি ক্ষেত্রটি অনুপস্থিত বা খালি থাকে, তাহলে এর মানে আর কোন নোড নেই। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2022-11-02 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2022-11-02 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Provides a JSON representation of the response for listing nodes within the Spectrum Access System."],["The response includes an array of nodes matching the request and a pagination token for retrieving further results."],["If the `nextPageToken` field is absent or empty, it signifies that all nodes have been listed."]]],["The `nodes.list` response contains a JSON representation with two key fields. `nodes[]` is an array of Node objects that fulfill the request. `nextPageToken` is a string indicating if there are more nodes available, serving as a pagination tool. If `nextPageToken` is empty, there are no more nodes to be retrieved. The response provides a list of nodes matching the criteria.\n"]]