ListDevicesResponse
Представление JSON |
---|
{
"devices": [
{
object (Device )
}
],
"nextPageToken": string
} |
Поля |
---|
devices[] | object ( Device ) devices , соответствующие запросу. |
nextPageToken | string Маркер разбивки на страницы, возвращенный из предыдущего вызова devices.list method который указывает, с чего следует продолжить листинг. Если поле отсутствует или пусто, это означает, что устройств больше нет. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2022-09-26 UTC.
[null,null,["Последнее обновление: 2022-09-26 UTC."],[[["The `devices.list` method response includes a list of devices and a token for pagination."],["Each device is represented as a JSON object adhering to the Device schema definition."],["The `nextPageToken` enables retrieving subsequent pages of devices if available, otherwise indicating the end of the list."]]],["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"]]