[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-03-06 (世界標準時間)。"],[[["Waits for a specified operation to complete or until a timeout is reached, returning the operation's latest state."],["Uses HTTP/RPC timeout or the specified timeout, whichever is shorter, with a best-effort approach to provide the latest state."],["Accepts a timeout duration in the request body to customize the waiting period."],["Requires specific OAuth scopes for authorization, such as `https://www.googleapis.com/auth/earthengine` or `https://www.googleapis.com/auth/cloud-platform`."],["Returns the Operation details upon successful completion."]]],["This API method waits for a long-running operation to complete or reach a specified timeout, returning the latest operation state. It uses the HTTP/RPC timeout if the specified timeout is longer. The `name` parameter identifies the operation resource. The request body can include a `timeout` field, formatted as a duration string. The method is best-effort and may return before the timeout. It uses POST method with gRPC Transcoding, and a successful response is an `Operation` object, requiring specific OAuth scopes for authorization.\n"]]