ballerinax/googleapis.cloudbillingaccount Ballerina library

1.5.1

Overview

This is a generated connector for Google Cloud Billing Account API OpenAPI specification. The Google Cloud Billing Account API allows developers to manage billing for their Google Cloud Platform projects programmatically.

Prerequisites

Before using this connector in your Ballerina application, complete the following:

Quickstart

To use the Google Cloud Billing Account connector in your Ballerina application, update the .bal file as follows:

Step 1: Import connector

Import the ballerinax/googleapis.cloudbillingaccount module into the Ballerina project.

Copy
import ballerinax/googleapis.cloudbillingaccount as cloudbillingaccount;

Step 2: Create a new connector instance

You can now enter the credentials in the Google Cloud Billing Account client configuration and create Google Cloud Billing client by passing the configuration:

Copy
cloudbillingaccount:ClientConfig clientConfig = {
    auth: {
        clientId: <CLIENT_ID>,
        clientSecret: <CLIENT_SECRET>,
        refreshUrl: <REFRESH_URL>,
        refreshToken: <REFRESH_TOKEN>
    }
};

cloudbillingaccount:Client baseClient = check new Client(clientConfig);

Step 3: Invoke connector operation

  1. You can list billing accounts as follows with listBillingAccounts method.

    Copy
    cloudbillingaccount:ListBillingAccountsResponse billingAccounts = check baseClient->listBillingAccounts();
  2. Use bal run command to compile and run the Ballerina program.

Import

import ballerinax/googleapis.cloudbillingaccount;Copy

Metadata

Released date: 12 months ago

Version: 1.5.1

License: Apache-2.0


Compatibility

Platform: any

Ballerina version: 2201.4.1

GraalVM compatible: Yes


Pull count

Total: 0

Current verison: 0


Weekly downloads


Source repository


Keywords

Finance/Billing

Cost/Freemium

Vendor/Google


Contributors

Other versions

See more...