Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Uzun süren bir işlemin son durumunu alır. İstemciler, API hizmeti tarafından önerilen aralıklarla işlem sonucunu yoklamak için bu yöntemi kullanabilir.
HTTP isteği
GET https://earthengine.googleapis.com/v1beta/{name=projects/*/operations/**}
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-03-06 UTC."],[[["Retrieves the latest status of a long-running Earth Engine operation."],["Clients can periodically check the operation's progress using this method."],["Requires authorization with either `earthengine` or `cloud-platform` scopes."]]],["This API endpoint retrieves the status of a long-running operation via a `GET` request. The operation's resource name, specified as a path parameter, is used to identify it. The request body is empty. A successful response includes an `Operation` instance. Access requires either the `earthengine` or `cloud-platform` OAuth scope. This method enables clients to poll for the operation result. The request should be sent to the URL provided following the gRPC transcoding.\n"]]