{ "opencollection": "1.0.0", "info": { "name": "Google Cloud Datastream ConnectionProfiles 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": "ConnectionProfiles", "type": "folder" }, "items": [ { "info": { "name": "Google Cloud Datastream List connection profiles", "type": "http" }, "http": { "method": "GET", "url": "https://datastream.googleapis.com/v1/projects/:projectId/locations/:location/connectionProfiles", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "location", "value": "", "type": "path" }, { "name": "pageSize", "value": "", "type": "query" }, { "name": "pageToken", "value": "", "type": "query" }, { "name": "filter", "value": "", "type": "query" }, { "name": "orderBy", "value": "", "type": "query" } ] }, "docs": "Lists connection profiles in the given project and location." }, { "info": { "name": "Google Cloud Datastream Create a connection profile", "type": "http" }, "http": { "method": "POST", "url": "https://datastream.googleapis.com/v1/projects/:projectId/locations/:location/connectionProfiles", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "location", "value": "", "type": "path" }, { "name": "connectionProfileId", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new connection profile in the given project and location." }, { "info": { "name": "Google Cloud Datastream Get a connection profile", "type": "http" }, "http": { "method": "GET", "url": "https://datastream.googleapis.com/v1/projects/:projectId/locations/:location/connectionProfiles/:connectionProfileId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "location", "value": "", "type": "path" }, { "name": "connectionProfileId", "value": "", "type": "path" } ] }, "docs": "Gets a single connection profile." }, { "info": { "name": "Google Cloud Datastream Update a connection profile", "type": "http" }, "http": { "method": "PATCH", "url": "https://datastream.googleapis.com/v1/projects/:projectId/locations/:location/connectionProfiles/:connectionProfileId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "location", "value": "", "type": "path" }, { "name": "connectionProfileId", "value": "", "type": "path" }, { "name": "updateMask", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing connection profile." }, { "info": { "name": "Google Cloud Datastream Delete a connection profile", "type": "http" }, "http": { "method": "DELETE", "url": "https://datastream.googleapis.com/v1/projects/:projectId/locations/:location/connectionProfiles/:connectionProfileId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "location", "value": "", "type": "path" }, { "name": "connectionProfileId", "value": "", "type": "path" } ] }, "docs": "Deletes a single connection profile." } ] } ], "bundled": true }