Method: operations.get
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://vault.googleapis.com/v1/{name=operations/**}
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
name |
string
İşlem kaynağının adı.
|
İstek içeriği
İstek metni boş olmalıdır.
Yanıt metni
Başarılıysa yanıt metni, Operation
öğesinin bir örneğini içerir.
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamlarından birini gerektirir:
https://www.googleapis.com/auth/ediscovery.readonly
https://www.googleapis.com/auth/ediscovery
Daha fazla bilgi için OAuth 2.0 Overview sayfasına bakın.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-02-06 UTC.
[null,null,["Son güncelleme tarihi: 2025-02-06 UTC."],[[["Retrieves the current status of a long-running operation, allowing clients to periodically check for updates."],["The operation's state can be accessed via a GET request to a specific URL, requiring the operation's name as a path parameter."],["The request body should be empty, and a successful response will contain an Operation object describing the operation's status."],["Authorization necessitates using specific OAuth scopes associated with eDiscovery permissions."]]],["This describes retrieving the latest status of a long-running operation via a `GET` request. The URL is constructed using gRPC Transcoding syntax and requires a `name` path parameter specifying the operation resource. The request body is empty. A successful response returns an `Operation` instance. Authorization requires either `https://www.googleapis.com/auth/ediscovery.readonly` or `https://www.googleapis.com/auth/ediscovery` OAuth scopes. Users are encouraged to poll this endpoint.\n"]]