ListDevicesResponse
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
JSON 表現 |
{
"devices": [
{
object (Device )
}
],
"nextPageToken": string
} |
フィールド |
devices[] |
object (Device )
リクエストに一致する devices 。
|
nextPageToken |
string
前回の devices.list への呼び出しから返されたページ設定トークン。一覧表示をどこから継続するかを示します。このフィールドが欠落しているか空の場合、それ以上のデバイスはありません。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[[["\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. |"]]