ListNodesResponse
JSON-Darstellung |
{
"nodes": [
{
object (Node )
}
],
"nextPageToken": string
} |
Felder |
nodes[] |
object (Node )
Die nodes , die der Anfrage entsprechen.
|
nextPageToken |
string
Ein Paginierungstoken, das von einem vorherigen Aufruf von nodes.list zurückgegeben wurde und angibt, von wo aus der Eintrag fortgesetzt werden soll. Wenn das Feld fehlt oder leer ist, sind keine Knoten mehr vorhanden.
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2022-11-02 (UTC).
[null,null,["Zuletzt aktualisiert: 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"]]