{ "opencollection": "1.0.0", "info": { "name": "Google Cloud Data Catalog EntryGroups 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": "EntryGroups", "type": "folder" }, "items": [ { "info": { "name": "Google Cloud Data Catalog List entry groups", "type": "http" }, "http": { "method": "GET", "url": "https://datacatalog.googleapis.com/v1/projects/:projectId/locations/:location/entryGroups", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "location", "value": "", "type": "path" }, { "name": "pageSize", "value": "", "type": "query" }, { "name": "pageToken", "value": "", "type": "query" } ] }, "docs": "Lists entry groups in the specified project and location." }, { "info": { "name": "Google Cloud Data Catalog Create an entry group", "type": "http" }, "http": { "method": "POST", "url": "https://datacatalog.googleapis.com/v1/projects/:projectId/locations/:location/entryGroups", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "location", "value": "", "type": "path" }, { "name": "entryGroupId", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates an entry group in the specified project and location." } ] } ], "bundled": true }