프로젝트의 구성 목록입니다. 반환된 객체의 순서는 임의입니다. 즉, 특정 방식으로 정렬되지 않습니다.
nextPageToken
string
이 토큰을 사용하면 목록 요청의 결과 페이지를 다음으로 가져올 수 있습니다. 결과 수가 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 webpage details how to list all RuntimeConfig resources within a specified project using a GET request to the provided endpoint."],["The `parent` path parameter, formatted as `projects/[PROJECT_ID]`, is required in the HTTP request to identify the project, and proper authorization requires the `runtimeconfig.configs.list` Google IAM permission."],["The request accepts optional query parameters `pageSize` for setting the number of results per page and `pageToken` for navigating through multiple pages of results."],["The response body contains a list of `RuntimeConfig` objects within the `configs` array and a `nextPageToken` string for subsequent requests if the number of results exceeds `pageSize`."],["To use the HTTP request, authorization is required via one of two OAuth scopes : `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/cloudruntimeconfig`."]]],[]]