ListDevicesResponse
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
JSON 表示法 |
{
"devices": [
{
object (Device )
}
],
"nextPageToken": string
} |
字段 |
devices[] |
object (Device )
与请求匹配的 devices 。
|
nextPageToken |
string
从上一次调用 devices.list 返回的分页令牌,指示列表应从什么位置继续。如果该字段缺失或为空,则表示没有更多设备。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003eThis API response provides a list of devices and a token for pagination.\u003c/p\u003e\n"],["\u003cp\u003eEach device is represented as a Device object, which is further defined in its own documentation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003enextPageToken\u003c/code\u003e helps retrieve further devices in the list if available; an empty or missing token signifies the end of the list.\u003c/p\u003e\n"]]],["The JSON representation of a response for `devices.list` includes an array of `devices` objects and a `nextPageToken`. The `devices` array contains device information matching the request. The `nextPageToken` string indicates the continuation point for listing devices from a previous call; its absence signifies the end of the device list. Each `devices` object refers to a specific device and `nextPageToken` is for pagination.\n"],null,["# ListDevicesResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nResponse for [devices.list](/spectrum-access-system/reference/rest/v1alpha1/nodes.devices/list#spectrum.sas.portal.v1alpha1.DeviceManager.ListDevices).\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"devices\": [ { object (/spectrum-access-system/reference/rest/v1alpha1/customers.deployments.devices#Device) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `devices[]` | `object (`[Device](/spectrum-access-system/reference/rest/v1alpha1/customers.deployments.devices#Device)`)` The [devices](/spectrum-access-system/reference/rest/v1alpha1/customers.deployments.devices#Device) that match the request. |\n| `nextPageToken` | `string` A pagination token returned from a previous call to [devices.list](/spectrum-access-system/reference/rest/v1alpha1/nodes.devices/list#spectrum.sas.portal.v1alpha1.DeviceManager.ListDevices) that indicates from where listing should continue. If the field is missing or empty, it means there is no more devices. |"]]