WaitOperationRequest
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
Operations.WaitOperation
的要求訊息。
JSON 表示法 |
{
"name": string,
"timeout": string
} |
欄位 |
name |
string
要等待的作業資源名稱。
|
timeout |
string (Duration format)
逾時前的等待時間上限。如果留空,系統最多會等待基本 HTTP/RPC 通訊協定允許的時間。如果同時指定了 RPC 內容期限,則系統會採用較短的期限。 以秒為單位的時間長度,最多可有 9 個小數位數,結尾為「s 」,例如:"3.5s" 。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間:2025-07-25 (世界標準時間)。"],[],[],null,["# WaitOperationRequest\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nThe request message for `Operations.WaitOperation`.\n\n| JSON representation |\n|-----------------------------------------------|\n| ``` { \"name\": string, \"timeout\": string } ``` |\n\n| Fields ||\n|-----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The name of the operation resource to wait on. |\n| `timeout` | `string (`[Duration](https://protobuf.dev/reference/protobuf/google.protobuf/#duration)` format)` The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used. A duration in seconds with up to nine fractional digits, ending with '`s`'. Example: `\"3.5s\"`. |"]]