Stay organized with collections
Save and categorize content based on your preferences.
Full name: projects.locations.operations.get
Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-07 UTC."],[[["Retrieves the current status of a long-running operation using the `projects.locations.operations.get` method."],["Uses a `GET` request to a specific endpoint in the format `https://{endpoint}/v1beta3/{name}`."],["Requires a `name` path parameter in the format `projects/{project}/locations/{location}/operations/{operation}` to identify the operation."],["The request body must be empty to get a response."],["A successful response will include an instance of `Operation` and it needs the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]