ListNodesResponse
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Biểu diễn dưới dạng JSON |
{
"nodes": [
{
object (Node )
}
],
"nextPageToken": string
} |
Trường |
nodes[] |
object (Node )
nodes phù hợp với yêu cầu.
|
nextPageToken |
string
Mã thông báo phân trang được trả về từ một lệnh gọi trước đó đến nodes.list method , cho biết vị trí mà danh sách sẽ tiếp tục. Nếu trường này bị thiếu hoặc trống, tức là không còn nút nào nữa.
|
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-25 UTC.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-25 UTC."],[[["\u003cp\u003eThe \u003ccode\u003enodes.list\u003c/code\u003e method response provides a list of nodes matching the request and a pagination token for retrieving additional results.\u003c/p\u003e\n"],["\u003cp\u003eEach node in the response is represented by a \u003ccode\u003eNode\u003c/code\u003e object containing detailed information.\u003c/p\u003e\n"],["\u003cp\u003eA \u003ccode\u003enextPageToken\u003c/code\u003e is included if more nodes are available, allowing for retrieval of subsequent pages.\u003c/p\u003e\n"]]],["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"],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n\nResponse for [nodes.list method](/spectrum-access-system/reference/rest/nodes.nodes/list#spectrum.sas.portal.v1alpha1.DeviceManager.ListNodes).\n\n| JSON representation ||\n|----------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"nodes\": [ { object (/spectrum-access-system/reference/rest/customers.nodes#Node) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `nodes[]` | `object (`[Node](/spectrum-access-system/reference/rest/customers.nodes#Node)`)` The [nodes](/spectrum-access-system/reference/rest/customers.nodes#Node) that match the request. |\n| `nextPageToken` | `string` A pagination token returned from a previous call to [nodes.list method](/spectrum-access-system/reference/rest/nodes.nodes/list#spectrum.sas.portal.v1alpha1.DeviceManager.ListNodes) that indicates from where listing should continue. If the field is missing or empty, it means there is no more nodes. |"]]