ListNodesResponse
Представление JSON |
---|
{
"nodes": [
{
object (Node )
}
],
"nextPageToken": string
} |
Поля |
---|
nodes[] | object ( Node ) nodes , соответствующие запросу. |
nextPageToken | string Маркер разбивки на страницы, возвращенный из предыдущего вызова nodes.list method который указывает, с чего следует продолжить листинг. Если поле отсутствует или пусто, это означает, что узлов больше нет. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2022-09-26 UTC.
[null,null,["Последнее обновление: 2022-09-26 UTC."],[[["The `nodes.list` method response provides a list of nodes matching the request and a pagination token for retrieving additional results."],["Each node in the response is represented by a `Node` object containing detailed information."],["A `nextPageToken` is included if more nodes are available, allowing for retrieval of subsequent pages."]]],["The `nodes.list` method returns a JSON object containing a list of `nodes` and a `nextPageToken`. The `nodes` array contains objects representing the nodes that match the request. The `nextPageToken`, if present, is a string used for pagination, indicating where to continue listing nodes from a previous call; an absent or empty token signifies no more nodes are available.\n"]]