{ "opencollection": "1.0.0", "info": { "name": "Google Cloud Batch Jobs API", "version": "1.0.0" }, "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": "Jobs", "type": "folder" }, "items": [ { "info": { "name": "Google Cloud Batch List Jobs", "type": "http" }, "http": { "method": "GET", "url": "https://batch.googleapis.com/v1/projects/:project/locations/:location/jobs", "params": [ { "name": "project", "value": "", "type": "path" }, { "name": "location", "value": "", "type": "path" }, { "name": "pageSize", "value": "", "type": "query" }, { "name": "pageToken", "value": "", "type": "query" } ] }, "docs": "List all Jobs for a project within a given location." }, { "info": { "name": "Google Cloud Batch Create Job", "type": "http" }, "http": { "method": "POST", "url": "https://batch.googleapis.com/v1/projects/:project/locations/:location/jobs", "params": [ { "name": "project", "value": "", "type": "path" }, { "name": "location", "value": "", "type": "path" }, { "name": "jobId", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a Job." }, { "info": { "name": "Google Cloud Batch Get Job", "type": "http" }, "http": { "method": "GET", "url": "https://batch.googleapis.com/v1/projects/:project/locations/:location/jobs/:jobId", "params": [ { "name": "project", "value": "", "type": "path" }, { "name": "location", "value": "", "type": "path" }, { "name": "jobId", "value": "", "type": "path" } ] }, "docs": "Get a Job specified by its resource name." }, { "info": { "name": "Google Cloud Batch Delete Job", "type": "http" }, "http": { "method": "DELETE", "url": "https://batch.googleapis.com/v1/projects/:project/locations/:location/jobs/:jobId", "params": [ { "name": "project", "value": "", "type": "path" }, { "name": "location", "value": "", "type": "path" }, { "name": "jobId", "value": "", "type": "path" } ] }, "docs": "Delete a Job." } ] } ], "bundled": true }