ListNodesResponse
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
JSON gösterimi |
{
"nodes": [
{
object (Node )
}
],
"nextPageToken": string
} |
Alanlar |
nodes[] |
object (Node )
İstekle eşleşen nodes .
|
nextPageToken |
string
Önceki bir çağrıdan (nodes.list ) listelemenin devam etmesi gerektiğini belirten sayfalandırma jetonu. Alan yoksa veya boşsa başka düğüm yok demektir.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2022-11-02 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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"]]