이 토큰을 사용하면 목록 요청의 결과 페이지를 다음으로 가져올 수 있습니다. 결과 수가 pageSize보다 크면 다음 목록 요청에서 쿼리 매개변수 pageToken의 값으로 nextPageToken를 사용합니다. 후속 목록 요청에는 결과를 계속 탐색할 수 있는 자체 nextPageToken가 있습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-03-04(UTC)"],[[["This endpoint lists waiters within a specified configuration using a GET request to the provided URL."],["The request requires a `parent` path parameter, formatted as `projects/[PROJECT_ID]/configs/[CONFIG_NAME]`, and the caller needs the `runtimeconfig.waiters.list` IAM permission."],["You can control the number of results per page with the `pageSize` query parameter and retrieve subsequent pages using the `pageToken` query parameter."],["The response body, upon success, contains a list of `waiters` and a `nextPageToken` if there are more results to fetch."],["Authorization for this request requires either the `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/cloudruntimeconfig` OAuth scope."]]],[]]