1.0.20220809 • Published 2 years ago

@maxim_mazurok/gapi.client.metastore v1.0.20220809

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

TypeScript typings for Dataproc Metastore API v1beta

The Dataproc Metastore API is used to manage the lifecycle and configuration of metastore services. For detailed description please check documentation.

Installing

Install typings for Dataproc Metastore API:

npm install @types/gapi.client.metastore@v1beta --save-dev

Usage

You need to initialize Google API client in your code:

gapi.load('client', () => {
  // now we can use gapi.client
  // ...
});

Then load api client wrapper:

gapi.client.load('metastore', 'v1beta', () => {
  // now we can use gapi.client.metastore
  // ...
});

Don't forget to authenticate your client before sending any request to resources:

// declare client_id registered in Google Developers Console
var client_id = '',
  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;
// ...

gapi.auth.authorize(
  { client_id: client_id, scope: scope, immediate: immediate },
  authResult => {
    if (authResult && !authResult.error) {
        /* handle successful authorization */
    } else {
        /* handle authorization error */
    }
});

After that you can use Dataproc Metastore API resources:

1.0.20220615

2 years ago

1.0.20220706

2 years ago

1.0.20220627

2 years ago

1.0.20220711

2 years ago

1.0.20220719

2 years ago

1.0.20220723

2 years ago

1.0.20220809

2 years ago

1.0.20220609

2 years ago

1.0.20220519

2 years ago

1.0.20220526

2 years ago

1.0.20220428

2 years ago

1.0.20220602

2 years ago

1.0.20220512

2 years ago

1.0.20220317

2 years ago

1.0.20220407

2 years ago

1.0.20220426

2 years ago

1.0.20220413

2 years ago

1.0.20220331

2 years ago

1.0.20220303

2 years ago

1.0.20220224

2 years ago

1.0.20211230

2 years ago

1.0.20220118

2 years ago

1.0.20220127

2 years ago

1.0.20220222

2 years ago

1.0.20220120

2 years ago

1.0.20220205

2 years ago

1.0.20220112

2 years ago

1.0.20211111

3 years ago

1.0.20211106

3 years ago

1.0.20211027

3 years ago

1.0.20211028

3 years ago

1.0.20211018

3 years ago

1.0.20210928

3 years ago

1.0.20210921

3 years ago

1.0.20210914

3 years ago

1.0.20210908

3 years ago

1.0.20210907

3 years ago

1.0.20210826

3 years ago

1.0.20210824

3 years ago

1.0.20210812

3 years ago

1.0.20210804

3 years ago

1.0.20210802

3 years ago

1.0.20210721

3 years ago

1.0.20210715

3 years ago

1.0.20210702

3 years ago

1.0.20210622

3 years ago

1.0.20210615

3 years ago

1.0.20210527

3 years ago

1.0.20210513

3 years ago

1.0.20210503

3 years ago

1.0.20210413

3 years ago