blob: fb0e32e1b54c6a061cd58280c4cbaf3a89a995c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
type: google.api.Service
config_version: 1
name: cloudbilling.googleapis.com
title: Cloud Billing API
apis:
- name: google.cloud.billing.v1.CloudBilling
- name: google.cloud.billing.v1.CloudCatalog
documentation:
summary: |-
Allows developers to manage billing for their Google Cloud Platform
projects programmatically.
authentication:
rules:
- selector: 'google.cloud.billing.v1.CloudBilling.*'
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/cloud-platform
- selector: google.cloud.billing.v1.CloudCatalog.ListServices
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/cloud-platform
- selector: google.cloud.billing.v1.CloudCatalog.ListSkus
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/cloud-platform
|