ListNodesResponse
जेएसओएन के काेड में दिखाना |
{
"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 साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2022-09-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 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"]]