{ "opencollection": "1.0.0", "info": { "name": "Google Cloud Speech-to-Text Operations API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "accessTokenUrl": "https://oauth2.googleapis.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Operations", "type": "folder" }, "items": [ { "info": { "name": "Google Cloud Speech-To-Text Get operation status", "type": "http" }, "http": { "method": "GET", "url": "https://speech.googleapis.com/v1/operations/:operationId", "params": [ { "name": "operationId", "value": "", "type": "path" } ] }, "docs": "Gets the latest state of a long-running operation." } ] } ], "bundled": true }