Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(346)

Side by Side Diff: discovery/googleapis/cloudbilling__v1.json

Issue 2987103002: Api-Roll 52: 2017-07-31 (Closed)
Patch Set: Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « discovery/googleapis/classroom__v1.json ('k') | discovery/googleapis/cloudbuild__v1.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "auth": { 2 "auth": {
3 "oauth2": { 3 "oauth2": {
4 "scopes": { 4 "scopes": {
5 "https://www.googleapis.com/auth/cloud-platform": { 5 "https://www.googleapis.com/auth/cloud-platform": {
6 "description": "View and manage your data across Google Clou d Platform services" 6 "description": "View and manage your data across Google Clou d Platform services"
7 } 7 }
8 } 8 }
9 } 9 }
10 }, 10 },
11 "basePath": "", 11 "basePath": "",
12 "baseUrl": "https://cloudbilling.googleapis.com/", 12 "baseUrl": "https://cloudbilling.googleapis.com/",
13 "batchPath": "batch", 13 "batchPath": "batch",
14 "canonicalName": "Cloudbilling",
14 "description": "Allows developers to manage billing for their Google Cloud P latform projects\n programmatically.", 15 "description": "Allows developers to manage billing for their Google Cloud P latform projects\n programmatically.",
15 "discoveryVersion": "v1", 16 "discoveryVersion": "v1",
16 "documentationLink": "https://cloud.google.com/billing/", 17 "documentationLink": "https://cloud.google.com/billing/",
17 "icons": { 18 "icons": {
18 "x16": "http://www.google.com/images/icons/product/search-16.gif", 19 "x16": "http://www.google.com/images/icons/product/search-16.gif",
19 "x32": "http://www.google.com/images/icons/product/search-32.gif" 20 "x32": "http://www.google.com/images/icons/product/search-32.gif"
20 }, 21 },
21 "id": "cloudbilling:v1", 22 "id": "cloudbilling:v1",
22 "kind": "discovery#restDescription", 23 "kind": "discovery#restDescription",
23 "name": "cloudbilling", 24 "name": "cloudbilling",
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 }, 258 },
258 "scopes": [ 259 "scopes": [
259 "https://www.googleapis.com/auth/cloud-platform" 260 "https://www.googleapis.com/auth/cloud-platform"
260 ] 261 ]
261 } 262 }
262 } 263 }
263 } 264 }
264 } 265 }
265 } 266 }
266 }, 267 },
267 "revision": "20170524", 268 "revision": "20170711",
268 "rootUrl": "https://cloudbilling.googleapis.com/", 269 "rootUrl": "https://cloudbilling.googleapis.com/",
269 "schemas": { 270 "schemas": {
270 "ProjectBillingInfo": { 271 "ProjectBillingInfo": {
271 "description": "Encapsulation of billing information for a Cloud Con sole project. A project\nhas at most one associated billing account at a time (b ut a billing account\ncan be assigned to multiple projects).", 272 "description": "Encapsulation of billing information for a Cloud Con sole project. A project\nhas at most one associated billing account at a time (b ut a billing account\ncan be assigned to multiple projects).",
272 "id": "ProjectBillingInfo", 273 "id": "ProjectBillingInfo",
273 "properties": { 274 "properties": {
274 "billingEnabled": { 275 "billingEnabled": {
275 "description": "True if the project is associated with an op en billing account, to which\nusage on the project is charged. False if the proj ect is associated with a\nclosed billing account, or no billing account at all, and therefore cannot\nuse paid services. This field is read-only.", 276 "description": "True if the project is associated with an op en billing account, to which\nusage on the project is charged. False if the proj ect is associated with a\nclosed billing account, or no billing account at all, and therefore cannot\nuse paid services. This field is read-only.",
276 "type": "boolean" 277 "type": "boolean"
277 }, 278 },
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 "type": "string" 344 "type": "string"
344 } 345 }
345 }, 346 },
346 "type": "object" 347 "type": "object"
347 } 348 }
348 }, 349 },
349 "servicePath": "", 350 "servicePath": "",
350 "title": "Google Cloud Billing API", 351 "title": "Google Cloud Billing API",
351 "version": "v1" 352 "version": "v1"
352 } 353 }
OLDNEW
« no previous file with comments | « discovery/googleapis/classroom__v1.json ('k') | discovery/googleapis/cloudbuild__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698