ListNodesResponse
نمایندگی JSON |
---|
{
"nodes": [
{
object (Node )
}
],
"nextPageToken": string
} |
زمینه های |
---|
nodes[] | object ( Node ) nodes هایی که با درخواست مطابقت دارند. |
nextPageToken | string یک نشانه صفحهبندی که از تماس قبلی به nodes.list است که نشان میدهد فهرست از کجا باید ادامه یابد. اگر فیلد مفقود یا خالی باشد، به این معنی است که گره دیگری وجود ندارد. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2022-11-02 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2022-11-02 بهوقت ساعت هماهنگ جهانی."],[[["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"]]