Lista as operações correspondentes ao filtro especificado na solicitação. Se o servidor não for compatível com esse método, ele retornará UNIMPLEMENTED.
OBSERVAÇÃO: a vinculação name permite que os serviços da API modifiquem essa vinculação para usar outros esquemas de nome de recurso, como users/*/operations. Para modificar a vinculação, os serviços da API podem adicionar uma vinculação como "/v1/{name=users/*}/operations" à configuração do serviço. Para ser compatível com versões anteriores, o nome padrão inclui o ID do conjunto de operações. No entanto, recomendamos que os usuários que fizeram a modificação garantam que a vinculação do nome seja o recurso pai, sem o ID do conjunto de operações.
Solicitação HTTP
GET https://runtimeconfig.googleapis.com/v1/{name}
[[["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."],[[["\u003cp\u003eThis endpoint lists operations matching a specified filter, returning \u003ccode\u003eUNIMPLEMENTED\u003c/code\u003e if unsupported by the server.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request is a \u003ccode\u003eGET\u003c/code\u003e method to \u003ccode\u003ehttps://runtimeconfig.googleapis.com/v1/{name}\u003c/code\u003e, utilizing gRPC Transcoding syntax, with the path parameter \u003ccode\u003ename\u003c/code\u003e representing the operation's parent resource.\u003c/p\u003e\n"],["\u003cp\u003eQuery parameters like \u003ccode\u003efilter\u003c/code\u003e, \u003ccode\u003epageSize\u003c/code\u003e, and \u003ccode\u003epageToken\u003c/code\u003e are available to refine the list, but the request body must be empty.\u003c/p\u003e\n"],["\u003cp\u003eThe response body, upon success, contains a JSON representation with a list of \u003ccode\u003eoperations\u003c/code\u003e and a \u003ccode\u003enextPageToken\u003c/code\u003e for pagination.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires either \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e or \u003ccode\u003ehttps://www.googleapis.com/auth/cloudruntimeconfig\u003c/code\u003e OAuth scopes.\u003c/p\u003e\n"]]],[],null,["# Method: operations.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListOperationsResponse.SCHEMA_REPRESENTATION)\n- [Authorization Scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.\n\nNOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `\"/v1/{name=users/*}/operations\"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.\n\n### HTTP request\n\n`GET https://runtimeconfig.googleapis.com/v1/{name}`\n\nThe URL uses [gRPC Transcoding](https://github.com/googleapis/googleapis/blob/master/google/api/http.proto) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains data with the following structure:\nThe response message for [Operations.ListOperations](/deployment-manager/runtime-configurator/reference/rest/v1/operations/list#google.longrunning.Operations.ListOperations).\n\n### Authorization Scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n- `https://www.googleapis.com/auth/cloudruntimeconfig`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/).\n\nTry it!\n-------"]]