Recebe o estado mais recente de uma operação de longa duração. Os clientes usam este método para pesquisar o resultado da operação em intervalos, conforme recomendado pelo serviço da API.
Solicitação HTTP
GET https://runtimeconfig.googleapis.com/v1beta1/{name=projects/*/configs/*/operations/**}
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 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."]]],[]]