ListDevicesResponse
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
ייצוג ב-JSON |
{
"devices": [
{
object (Device )
}
],
"nextPageToken": string
} |
שדות |
devices[] |
object (Device )
ה-devices שתואמים לבקשה.
|
nextPageToken |
string
אסימון עימוד שהוחזר מקריאה קודמת ל-devices.list method ומציין מאיפה צריך להמשיך את הרשימה. אם השדה חסר או ריק, המשמעות היא שאין יותר מכשירים.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[[["\u003cp\u003eThe \u003ccode\u003edevices.list\u003c/code\u003e method response includes a list of devices and a token for pagination.\u003c/p\u003e\n"],["\u003cp\u003eEach device is represented as a JSON object adhering to the Device schema definition.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003enextPageToken\u003c/code\u003e enables retrieving subsequent pages of devices if available, otherwise indicating the end of the list.\u003c/p\u003e\n"]]],["The `devices.list` method returns a JSON object containing a list of `devices` and a `nextPageToken`. The `devices` field is an array of Device objects, representing devices that match the request. The `nextPageToken` string, if present, indicates there are more devices and where to continue listing from in subsequent requests; its absence signifies the end of the device list.\n"],null,["# ListDevicesResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nResponse for [devices.list method](/spectrum-access-system/reference/rest/nodes.devices/list#spectrum.sas.portal.v1alpha1.DeviceManager.ListDevices).\n\n| JSON representation ||\n|----------------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"devices\": [ { object (/spectrum-access-system/reference/rest/customers.devices#Device) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `devices[]` | `object (`[Device](/spectrum-access-system/reference/rest/customers.devices#Device)`)` The [devices](/spectrum-access-system/reference/rest/customers.devices#Device) that match the request. |\n| `nextPageToken` | `string` A pagination token returned from a previous call to [devices.list method](/spectrum-access-system/reference/rest/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. |"]]