ListNodesResponse
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
JSON 표현 |
{
"nodes": [
{
object (Node )
}
],
"nextPageToken": string
} |
필드 |
nodes[] |
object (Node )
요청과 일치하는 nodes 입니다.
|
nextPageToken |
string
목록이 계속되어야 하는 위치를 나타내는 이전 nodes.list 호출에서 반환된 페이지로 나누기 토큰입니다. 필드가 누락되거나 비어 있으면 더 이상 노드가 없음을 의미합니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[[["\u003cp\u003eProvides a JSON representation of the response for listing nodes within the Spectrum Access System.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes an array of nodes matching the request and a pagination token for retrieving further results.\u003c/p\u003e\n"],["\u003cp\u003eIf the \u003ccode\u003enextPageToken\u003c/code\u003e field is absent or empty, it signifies that all nodes have been listed.\u003c/p\u003e\n"]]],["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"],null,["# ListNodesResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nResponse for [nodes.list](/spectrum-access-system/reference/rest/v1alpha1/nodes.nodes/list#spectrum.sas.portal.v1alpha1.DeviceManager.ListNodes).\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"nodes\": [ { object (/spectrum-access-system/reference/rest/v1alpha1/customers.nodes#Node) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `nodes[]` | `object (`[Node](/spectrum-access-system/reference/rest/v1alpha1/customers.nodes#Node)`)` The [nodes](/spectrum-access-system/reference/rest/v1alpha1/customers.nodes#Node) that match the request. |\n| `nextPageToken` | `string` A pagination token returned from a previous call to [nodes.list](/spectrum-access-system/reference/rest/v1alpha1/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. |"]]