대기자 리소스를 만듭니다. 이 작업은 완료되도록 폴링할 수 있는 장기 실행 작업 리소스를 반환합니다. 하지만 작업이 완료되기 전에 지정된 이름의 대기자가 존재하며 가져올 수 있습니다. 작업이 실패하면 실패한 Waiter 리소스가 계속 존재하므로 후속 생성 시도 전에 삭제해야 합니다.
HTTP 요청
POST https://runtimeconfig.googleapis.com/v1beta1/{parent=projects/*/configs/*}/waiters
[[["이해하기 쉬움","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 create a Waiter resource using a POST request to a specified URL."],["The request requires a `parent` path parameter indicating the configuration that will own the waiter, and an optional but recommended `requestId` query parameter for request uniqueness."],["The request body must contain an instance of a `Waiter` resource, while a successful response will include a newly created instance of an `Operation` resource."],["Creating a Waiter requires the `runtimeconfig.waiters.create` Google IAM permission and one of the specified OAuth scopes."]]],[]]