{ "opencollection": "1.0.0", "info": { "name": "Google Cloud Data Fusion Instances Locations 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": "Locations", "type": "folder" }, "items": [ { "info": { "name": "Google Cloud Data Fusion List available locations", "type": "http" }, "http": { "method": "GET", "url": "https://datafusion.googleapis.com/v1/projects/:projectId/locations", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The project ID." }, { "name": "pageSize", "value": "", "type": "query", "description": "Maximum number of results to return." }, { "name": "pageToken", "value": "", "type": "query", "description": "Page token for pagination." } ] }, "docs": "Lists available locations for the given project." } ] } ], "bundled": true }