Mendapatkan status terbaru dari operasi yang berjalan lama. Klien dapat menggunakan metode ini untuk polling hasil operasi pada interval seperti yang direkomendasikan oleh layanan API.
Permintaan HTTP
GET https://clouddeploy.googleapis.com/v1/{name=projects/*/locations/*/operations/*}
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2024-04-24 UTC."],[[["This endpoint retrieves the latest status of a long-running operation by polling the API service."],["The HTTP request uses a `GET` method with a specific URL structure that includes a dynamic `name` parameter for the operation resource."],["The request body must be empty when interacting with this endpoint."],["A successful request returns an `Operation` instance in the response body, providing details about the operation's current state."],["Authorization for this operation requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]