ListNodesResponse
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
JSON 表示法 |
{
"nodes": [
{
object (Node )
}
],
"nextPageToken": string
} |
字段 |
nodes[] |
object (Node )
与请求匹配的 nodes 。
|
nextPageToken |
string
从上一次调用 nodes.list 返回的分页令牌,指示列表应从什么位置继续。如果该字段缺失或为空,则表示没有更多节点。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003eProvides a JSON representation of the response for listing nodes within the Spectrum Access System.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes an array of nodes matching the request and a pagination token for retrieving further results.\u003c/p\u003e\n"],["\u003cp\u003eIf the \u003ccode\u003enextPageToken\u003c/code\u003e field is absent or empty, it signifies that all nodes have been listed.\u003c/p\u003e\n"]]],["The `nodes.list` response contains a JSON representation with two key fields. `nodes[]` is an array of Node objects that fulfill the request. `nextPageToken` is a string indicating if there are more nodes available, serving as a pagination tool. If `nextPageToken` is empty, there are no more nodes to be retrieved. The response provides a list of nodes matching the criteria.\n"],null,["# ListNodesResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nResponse for [nodes.list](/spectrum-access-system/reference/rest/v1alpha1/nodes.nodes/list#spectrum.sas.portal.v1alpha1.DeviceManager.ListNodes).\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"nodes\": [ { object (/spectrum-access-system/reference/rest/v1alpha1/customers.nodes#Node) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `nodes[]` | `object (`[Node](/spectrum-access-system/reference/rest/v1alpha1/customers.nodes#Node)`)` The [nodes](/spectrum-access-system/reference/rest/v1alpha1/customers.nodes#Node) that match the request. |\n| `nextPageToken` | `string` A pagination token returned from a previous call to [nodes.list](/spectrum-access-system/reference/rest/v1alpha1/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. |"]]