WaitOperationRequest
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
Operations.WaitOperation
의 요청 메시지입니다.
JSON 표현 |
{
"name": string,
"timeout": string
} |
필드 |
name |
string
대기할 작업 리소스의 이름입니다.
|
timeout |
string (Duration format)
제한시간이 되기 전에 기다릴 최대 시간입니다. 비워 두면 기본값인 HTTP/RPC 프로토콜에서 허용하는 최대 시간 동안 기다립니다. RPC 환경설정 기한도 지정되어 있는 경우, 더 짧은 시간이 사용됩니다. 소수점 아래가 최대 9자리까지이고 's '로 끝나는 초 단위 기간입니다. 예를 들면 "3.5s" 입니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[],["The core content defines the `Operations.WaitOperation` request, represented in JSON with two fields: `name` and `timeout`. `name` specifies the operation's resource name as a string. `timeout` is a string defining the maximum wait duration, formatted as a Duration, with an example given as `\"3.5s\"`. If `timeout` is left blank, the HTTP/RPC protocol determines the maximum wait time. The shorter of either the specified `timeout` or the RPC context deadline will be used.\n"],null,[]]