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