Obtiene el último estado de una operación de larga duración. Los clientes pueden usar este método para sondear el resultado de la operación por intervalos según la recomendación del servicio de la API.
Solicitud HTTP
GET https://runtimeconfig.googleapis.com/v1beta1/{name=projects/*/configs/*/operations/**}
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-03-04 (UTC)"],[[["This page details how to retrieve the latest state of a long-running operation using a GET request."],["The HTTP request uses gRPC Transcoding syntax and requires a specific URL format with a `name` parameter to define the operation resource."],["The request body must be empty, and a successful response will contain an `Operation` instance."],["Authorization requires either the `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/cloudruntimeconfig` OAuth scope."],["The page includes an interactive \"Try it!\" section for users to experiment with this request."]]],[]]