ListDeploymentsResponse
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
JSON 표현 |
{
"deployments": [
{
object (Deployment )
}
],
"nextPageToken": string
} |
필드 |
deployments[] |
object (Deployment )
요청과 일치하는 deployments 입니다.
|
nextPageToken |
string
목록이 계속되어야 하는 위치를 나타내는 이전 deployments.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 paginated list of deployments.\u003c/p\u003e\n"],["\u003cp\u003eEach page includes deployment details and a token for retrieving subsequent pages.\u003c/p\u003e\n"],["\u003cp\u003eDeployments are returned as a list of Deployment objects.\u003c/p\u003e\n"],["\u003cp\u003eWhen the \u003ccode\u003enextPageToken\u003c/code\u003e field is missing or empty, it signals the end of the list.\u003c/p\u003e\n"]]],["The core content details the response structure for listing deployments. It returns a JSON object containing an array of `deployments` and a `nextPageToken`. Each `deployments` item is a Deployment object. The `nextPageToken`, a string, is used for pagination, indicating where to continue listing deployments from a previous request. An empty or missing `nextPageToken` signifies the end of available deployments. The key action is to use the `deployments.list` function to get the list.\n"],null,["# ListDeploymentsResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nResponse for [deployments.list](/spectrum-access-system/reference/rest/v1alpha1/nodes.deployments/list#spectrum.sas.portal.v1alpha1.DeviceManager.ListDeployments).\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"deployments\": [ { object (/spectrum-access-system/reference/rest/v1alpha1/customers.deployments#Deployment) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `deployments[]` | `object (`[Deployment](/spectrum-access-system/reference/rest/v1alpha1/customers.deployments#Deployment)`)` The [deployments](/spectrum-access-system/reference/rest/v1alpha1/customers.deployments#Deployment) that match the request. |\n| `nextPageToken` | `string` A pagination token returned from a previous call to [deployments.list](/spectrum-access-system/reference/rest/v1alpha1/nodes.deployments/list#spectrum.sas.portal.v1alpha1.DeviceManager.ListDeployments) that indicates from where listing should continue. If the field is missing or empty, it means there are no more deployments. |"]]