0.0.20240519 • Published 1 day ago

@maxim_mazurok/gapi.client.billingbudgets-v1beta1 v0.0.20240519

Weekly downloads
-
License
MIT
Repository
github
Last release
1 day ago

TypeScript typings for Cloud Billing Budget API v1beta1

The Cloud Billing Budget API stores Cloud Billing budgets, which define a budget plan and the rules to execute as spend is tracked against that plan. For detailed description please check documentation.

Installing

Install typings for Cloud Billing Budget API:

npm install @types/gapi.client.billingbudgets-v1beta1 --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://billingbudgets.googleapis.com/$discovery/rest?version=v1beta1',
  () => {
    // now we can use:
    // gapi.client.billingbudgets
  }
);
// 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('billingbudgets', 'v1beta1', () => {
  // now we can use:
  // gapi.client.billingbudgets
});

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 = [
    // View and manage your Google Cloud Platform billing accounts
    'https://www.googleapis.com/auth/cloud-billing',

    // 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 Billing Budget API resources:

0.0.20240519

1 day ago

0.0.20240512

8 days ago

0.0.20240504

16 days ago

0.0.20240427

22 days ago

0.0.20240420

29 days ago

0.0.20240414

1 month ago

0.0.20240407

1 month ago

0.0.20240330

2 months ago

0.0.20240323

2 months ago

0.0.20240317

2 months ago

0.0.20240310

2 months ago

0.0.20240302

3 months ago

0.0.20240225

3 months ago

0.0.20240218

3 months ago

0.0.20240211

3 months ago

0.0.20240204

4 months ago

0.0.20240128

4 months ago

0.0.20240121

4 months ago

0.0.20240114

4 months ago

0.0.20240106

4 months ago

0.0.20231217

5 months ago

0.0.20231210

5 months ago

0.0.20231203

6 months ago

0.0.20230818

9 months ago

0.0.20230915

8 months ago

0.0.20230817

9 months ago

0.0.20231029

7 months ago

0.0.20231105

7 months ago

0.0.20230910

8 months ago

0.0.20231008

7 months ago

0.0.20230710

10 months ago

0.0.20230716

10 months ago

0.0.20230813

9 months ago

0.0.20231112

6 months ago

0.0.20231015

7 months ago

0.0.20230929

8 months ago

0.0.20230806

10 months ago

0.0.20230729

10 months ago

0.0.20230723

10 months ago

0.0.20231119

6 months ago

0.0.20230820

9 months ago

0.0.20230704

11 months ago

0.0.20230903

9 months ago

0.0.20231022

7 months ago

0.0.20231126

6 months ago

0.0.20230624

11 months ago

0.0.20230621

11 months ago

0.0.20230424

1 year ago

0.0.20230529

12 months ago

0.0.20230507

1 year ago

0.0.20230402

1 year ago

0.0.20230309

1 year ago

0.0.20230207

1 year ago

0.0.20230221

1 year ago

0.0.20230117

1 year ago

0.0.20221126

1 year ago

0.0.20221212

1 year ago

0.0.20230109

1 year ago

0.0.20230102

1 year ago

0.0.20230123

1 year ago

0.0.20221019

2 years ago

0.0.20221025

2 years ago

0.0.20220916

2 years ago

0.0.20220829

2 years ago

0.0.20220823

2 years ago

0.0.20220904

2 years ago

0.0.20220817

2 years ago

0.0.20220811

2 years ago