ListDevicesResponse
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
ייצוג JSON |
{
"devices": [
{
object (Device )
}
],
"nextPageToken": string
} |
שדות |
devices[] |
object (Device )
devices שתואם לבקשה.
|
nextPageToken |
string
אסימון עימוד הוחזר מקריאה קודמת ל-devices.list , המציין היכן להמשיך את הרישום. אם השדה חסר או ריק, פירוש הדבר הוא שאין מכשירים נוספים.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2022-11-02 (שעון UTC).
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2022-11-02 (שעון UTC)."],[[["This API response provides a list of devices and a token for pagination."],["Each device is represented as a Device object, which is further defined in its own documentation."],["The `nextPageToken` helps retrieve further devices in the list if available; an empty or missing token signifies the end of the list."]]],["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"]]