ListNodesResponse
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
JSON 表示法 |
{
"nodes": [
{
object (Node )
}
],
"nextPageToken": string
} |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):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. |"]]