ListNodesResponse
Zapis JSON |
{
"nodes": [
{
object (Node )
}
],
"nextPageToken": string
} |
Pola |
nodes[] |
object (Node )
nodes zgodny z żądaniem.
|
nextPageToken |
string
Token, podzielony na strony z poprzedniego wywołania do nodes.list , wskazuje, gdzie należy kontynuować wpis. Jeśli brakuje pola lub jest ono puste, oznacza to, że nie ma więcej węzłów.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2022-11-02 UTC.
[null,null,["Ostatnia aktualizacja: 2022-11-02 UTC."],[[["Provides a JSON representation of the response for listing nodes within the Spectrum Access System."],["The response includes an array of nodes matching the request and a pagination token for retrieving further results."],["If the `nextPageToken` field is absent or empty, it signifies that all nodes have been listed."]]],["The `nodes.list` response contains a JSON representation with two key fields. `nodes[]` is an array of Node objects that fulfill the request. `nextPageToken` is a string indicating if there are more nodes available, serving as a pagination tool. If `nextPageToken` is empty, there are no more nodes to be retrieved. The response provides a list of nodes matching the criteria.\n"]]