WaitOperationRequest
Operations.WaitOperation
的请求消息。
JSON 表示法 |
{
"name": string,
"timeout": string
} |
字段 |
name |
string
要等待的操作资源的名称。
|
timeout |
string (Duration format)
超时之前等待的最长时间。如果将此字段留空,则等待时间最长为底层 HTTP/RPC 协议允许的时间。如果还指定了 RPC 上下文截止时间,则以二者中较短者为准。 该时长以秒为单位,最多包含九个小数位,以“s ”结尾。示例:"3.5s" 。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-09。
[null,null,["最后更新时间 (UTC):2024-09-09。"],[[["The `Operations.WaitOperation` request message uses JSON for data representation."],["It includes two fields: `name` for the operation's name and `timeout` for the maximum waiting duration."],["The `timeout` field uses the `Duration` format and accepts values in seconds with up to nine fractional digits."]]],[]]