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 مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی."],[[["\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. |"]]