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 এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2022-09-26 UTC-তে শেষবার আপডেট করা হয়েছে।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2022-09-26 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The `nodes.list` method response provides a list of nodes matching the request and a pagination token for retrieving additional results."],["Each node in the response is represented by a `Node` object containing detailed information."],["A `nextPageToken` is included if more nodes are available, allowing for retrieval of subsequent pages."]]],["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"]]