[[["เข้าใจง่าย","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 UTC"],[[["Waits for a specified operation to complete or until a timeout is reached, returning the operation's latest state."],["Uses the HTTP/RPC timeout or the specified timeout, whichever is shorter."],["May return the latest state before the timeout, so an immediate response doesn't guarantee completion."],["Requires specific OAuth scopes for authorization, like `https://www.googleapis.com/auth/earthengine` or `https://www.googleapis.com/auth/cloud-platform`."]]],["This API method waits for a long-running operation to complete or reach a specified timeout, returning the operation's latest state. If the operation is already finished, the state is returned immediately. The timeout is capped by the HTTP/RPC timeout. A `timeout` parameter, specifying duration, is available in the request body. The method is accessed via a POST request to a specific URL using gRPC Transcoding. Requires authorization using specified OAuth scopes. The response provides an Operation.\n"]]