Socket
Socket
Sign inDemoInstall

@maxim_mazurok/gapi.client.datacatalog-v1beta1

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maxim_mazurok/gapi.client.datacatalog-v1beta1 - npm Package Compare versions

Comparing version 0.0.20231108 to 0.0.20231127

12

package.json
{
"name": "@maxim_mazurok/gapi.client.datacatalog-v1beta1",
"version": "0.0.20231108",
"version": "0.0.20231127",
"description": "TypeScript typings for Google Cloud Data Catalog API v1beta1",
"repository": {
"type": "git",
"url": "https://github.com/Maxim-Mazurok/google-api-typings-generator.git"
},
"license": "MIT",
"author": {
"name": "Maxim Mazurok",
"email": "maxim@mazurok.com",
"name": "Maxim Mazurok",
"url": "https://maxim.mazurok.com"
},
"repository": {
"type": "git",
"url": "https://github.com/Maxim-Mazurok/google-api-typings-generator.git"
},
"types": "index.d.ts",

@@ -16,0 +16,0 @@ "dependencies": {

# TypeScript typings for Google Cloud Data Catalog API v1beta1
A fully managed and highly scalable data discovery and metadata management service.
A fully managed and highly scalable data discovery and metadata management service.
For detailed description please check [documentation](https://cloud.google.com/data-catalog/docs/).

@@ -28,6 +28,9 @@

```typescript
gapi.client.load('https://datacatalog.googleapis.com/$discovery/rest?version=v1beta1', () => {
// now we can use:
// gapi.client.datacatalog
});
gapi.client.load(
'https://datacatalog.googleapis.com/$discovery/rest?version=v1beta1',
() => {
// now we can use:
// gapi.client.datacatalog
}
);
```

@@ -49,17 +52,18 @@

scope = [
// See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
'https://www.googleapis.com/auth/cloud-platform',
],
immediate = true;
// See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
'https://www.googleapis.com/auth/cloud-platform',
],
immediate = true;
// ...
gapi.auth.authorize(
{ client_id: client_id, scope: scope, immediate: immediate },
{client_id: client_id, scope: scope, immediate: immediate},
authResult => {
if (authResult && !authResult.error) {
/* handle successful authorization */
/* handle successful authorization */
} else {
/* handle authorization error */
/* handle authorization error */
}
});
}
);
```

@@ -70,7 +74,6 @@

```typescript
/*
Searches Data Catalog for multiple resources like entries, tags that match a query. This is a custom method (https://cloud.google.com/apis/design/custom_methods) and does not return the complete resource, only the resource identifier and high level fields. Clients can subsequently call `Get` methods. Note that Data Catalog search queries do not guarantee full recall. Query results that match your query may not be returned, even in subsequent result pages. Also note that results returned (and not returned) can vary across repeated search queries. See [Data Catalog Search Syntax](https://cloud.google.com/data-catalog/docs/how-to/search-reference) for more information.
*/
await gapi.client.datacatalog.catalog.search({ });
await gapi.client.datacatalog.catalog.search({});

@@ -80,3 +83,3 @@ /*

*/
await gapi.client.datacatalog.entries.lookup({ });
await gapi.client.datacatalog.entries.lookup({});
```

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc