ListNodesResponse
تمثيل JSON |
{
"nodes": [
{
object (Node )
}
],
"nextPageToken": string
} |
الحقول |
nodes[] |
object (Node )
nodes التي تتطابق مع الطلب.
|
nextPageToken |
string
تم عرض رمز مميّز للتقسيم على صفحات من مكالمة سابقة إلى nodes.list method يشير إلى المكان الذي يجب أن تستمر فيه البيانات. إذا كان الحقل غير متوفّر أو فارغًا، هذا يعني أنّه ما مِن عُقد أخرى.
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2022-09-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2022-09-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]