0.0.20240505 • Published 14 days ago

@maxim_mazurok/gapi.client.dataproc-v1 v0.0.20240505

Weekly downloads
-
License
MIT
Repository
github
Last release
14 days ago

TypeScript typings for Cloud Dataproc API v1

Manages Hadoop-based clusters and jobs on Google Cloud Platform. For detailed description please check documentation.

Installing

Install typings for Cloud Dataproc API:

npm install @types/gapi.client.dataproc-v1 --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(
  'https://dataproc.googleapis.com/$discovery/rest?version=v1',
  () => {
    // now we can use:
    // gapi.client.dataproc
  }
);
// Deprecated, use discovery document URL, see https://github.com/google/google-api-javascript-client/blob/master/docs/reference.md#----gapiclientloadname----version----callback--
gapi.client.load('dataproc', 'v1', () => {
  // now we can use:
  // gapi.client.dataproc
});

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 Cloud Dataproc API resources:

0.0.20240505

14 days ago

0.0.20240429

20 days ago

0.0.20240423

27 days ago

0.0.20240414

1 month ago

0.0.20240403

2 months ago

0.0.20240327

2 months ago

0.0.20240320

2 months ago

0.0.20240316

2 months ago

0.0.20240309

2 months ago

0.0.20240303

2 months ago

0.0.20240222

3 months ago

0.0.20240209

3 months ago

0.0.20240130

4 months ago

0.0.20240114

4 months ago

0.0.20240103

4 months ago

0.0.20231207

5 months ago

0.0.20230719

10 months ago

0.0.20230919

8 months ago

0.0.20231028

7 months ago

0.0.20230830

9 months ago

0.0.20230814

9 months ago

0.0.20231109

6 months ago

0.0.20231012

7 months ago

0.0.20230926

8 months ago

0.0.20230908

8 months ago

0.0.20231019

7 months ago

0.0.20230721

10 months ago

0.0.20230726

10 months ago

0.0.20230804

10 months ago

0.0.20230630

11 months ago

0.0.20231002

8 months ago

0.0.20230622

11 months ago

0.0.20230620

11 months ago

0.0.20230508

1 year ago

0.0.20230523

12 months ago

0.0.20230427

1 year ago

0.0.20230227

1 year ago

0.0.20230309

1 year ago

0.0.20230410

1 year ago

0.0.20230220

1 year ago

0.0.20230202

1 year ago

0.0.20221130

1 year ago

0.0.20230117

1 year ago

0.0.20221114

2 years ago

0.0.20221110

2 years ago

0.0.20230103

1 year ago

0.0.20221207

1 year ago

0.0.20221017

2 years ago

0.0.20220921

2 years ago

0.0.20221025

2 years ago

0.0.20221101

2 years ago

0.0.20220907

2 years ago

0.0.20220911

2 years ago

0.0.20220824

2 years ago

0.0.20220814

2 years ago

0.0.20220804

2 years ago

0.0.20220726

2 years ago