-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathopenapi.json
778 lines (778 loc) · 29.6 KB
/
openapi.json
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
{
"swagger": "2.0",
"info": {
"contact": {
"name": "Google",
"url": "https://google.com",
"x-twitter": "youtube"
},
"description": "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.",
"license": {
"name": "Creative Commons Attribution 3.0",
"url": "http://creativecommons.org/licenses/by/3.0/"
},
"termsOfService": "https://developers.google.com/terms/",
"title": "Cloud Billing Budget API",
"version": "v1",
"x-apiClientRegistration": {
"url": "https://console.developers.google.com"
},
"x-apisguru-categories": [
"analytics",
"media"
],
"x-logo": {
"url": "https://api.apis.guru/v2/cache/logo/https_www.google.com_images_branding_googlelogo_2x_googlelogo_color_272x92dp.png"
},
"x-origin": [
{
"format": "google",
"url": "https://billingbudgets.googleapis.com/$discovery/rest?version=v1",
"version": "v1"
}
],
"x-preferred": true,
"x-providerName": "googleapis.com",
"x-serviceName": "billingbudgets",
"x-datafire": {
"name": "google_billingbudgets",
"type": "openapi"
}
},
"host": "billingbudgets.googleapis.com",
"basePath": "/",
"schemes": [
"https"
],
"paths": {
"/v1/{name}": {
"parameters": [
{
"description": "V1 error format.",
"enum": [
"1",
"2"
],
"in": "query",
"name": "$.xgafv",
"type": "string"
},
{
"description": "OAuth access token.",
"in": "query",
"name": "access_token",
"type": "string"
},
{
"description": "Data format for response.",
"enum": [
"json",
"media",
"proto"
],
"in": "query",
"name": "alt",
"type": "string"
},
{
"description": "JSONP",
"in": "query",
"name": "callback",
"type": "string"
},
{
"description": "Selector specifying which fields to include in a partial response.",
"in": "query",
"name": "fields",
"type": "string"
},
{
"description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
"in": "query",
"name": "key",
"type": "string"
},
{
"description": "OAuth 2.0 token for the current user.",
"in": "query",
"name": "oauth_token",
"type": "string"
},
{
"description": "Returns response with indentations and line breaks.",
"in": "query",
"name": "prettyPrint",
"type": "boolean"
},
{
"description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
"in": "query",
"name": "quotaUser",
"type": "string"
},
{
"description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
"in": "query",
"name": "upload_protocol",
"type": "string"
},
{
"description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
"in": "query",
"name": "uploadType",
"type": "string"
}
],
"delete": {
"produces": [
"application/json"
],
"parameters": [
{
"description": "Required. Name of the budget to delete. Values are of the form `billingAccounts/{billingAccountId}/budgets/{budgetId}`.",
"in": "path",
"name": "name",
"required": true,
"type": "string"
}
],
"responses": {
"200": {
"description": "Successful response",
"schema": {
"$ref": "#/definitions/GoogleProtobufEmpty"
}
}
},
"security": [
{
"Oauth2": [
"https://www.googleapis.com/auth/cloud-billing"
],
"Oauth2c": [
"https://www.googleapis.com/auth/cloud-billing"
]
},
{
"Oauth2": [
"https://www.googleapis.com/auth/cloud-platform"
],
"Oauth2c": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
],
"tags": [
"billingAccounts"
],
"description": "Deletes a budget. Returns successfully if already deleted.",
"operationId": "billingbudgets.billingAccounts.budgets.delete"
},
"get": {
"produces": [
"application/json"
],
"parameters": [
{
"description": "Required. Name of budget to get. Values are of the form `billingAccounts/{billingAccountId}/budgets/{budgetId}`.",
"in": "path",
"name": "name",
"required": true,
"type": "string"
}
],
"responses": {
"200": {
"description": "Successful response",
"schema": {
"$ref": "#/definitions/GoogleCloudBillingBudgetsV1Budget"
}
}
},
"security": [
{
"Oauth2": [
"https://www.googleapis.com/auth/cloud-billing"
],
"Oauth2c": [
"https://www.googleapis.com/auth/cloud-billing"
]
},
{
"Oauth2": [
"https://www.googleapis.com/auth/cloud-platform"
],
"Oauth2c": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
],
"tags": [
"billingAccounts"
],
"description": "Returns a budget. WARNING: There are some fields exposed on the Google Cloud Console that aren't available on this API. When reading from the API, you will not see these fields in the return value, though they may have been set in the Cloud Console.",
"operationId": "billingbudgets.billingAccounts.budgets.get"
},
"patch": {
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"parameters": [
{
"description": "Output only. Resource name of the budget. The resource name implies the scope of a budget. Values are of the form `billingAccounts/{billingAccountId}/budgets/{budgetId}`.",
"in": "path",
"name": "name",
"required": true,
"type": "string"
},
{
"description": "Optional. Indicates which fields in the provided budget to update. Read-only fields (such as `name`) cannot be changed. If this is not provided, then only fields with non-default values from the request are updated. See https://developers.google.com/protocol-buffers/docs/proto3#default for more details about default values.",
"in": "query",
"name": "updateMask",
"type": "string"
},
{
"in": "body",
"name": "body",
"schema": {
"$ref": "#/definitions/GoogleCloudBillingBudgetsV1Budget"
}
}
],
"responses": {
"200": {
"description": "Successful response",
"schema": {
"$ref": "#/definitions/GoogleCloudBillingBudgetsV1Budget"
}
}
},
"security": [
{
"Oauth2": [
"https://www.googleapis.com/auth/cloud-billing"
],
"Oauth2c": [
"https://www.googleapis.com/auth/cloud-billing"
]
},
{
"Oauth2": [
"https://www.googleapis.com/auth/cloud-platform"
],
"Oauth2c": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
],
"tags": [
"billingAccounts"
],
"description": "Updates a budget and returns the updated budget. WARNING: There are some fields exposed on the Google Cloud Console that aren't available on this API. Budget fields that are not exposed in this API will not be changed by this method.",
"operationId": "billingbudgets.billingAccounts.budgets.patch"
}
},
"/v1/{parent}/budgets": {
"parameters": [
{
"description": "V1 error format.",
"enum": [
"1",
"2"
],
"in": "query",
"name": "$.xgafv",
"type": "string"
},
{
"description": "OAuth access token.",
"in": "query",
"name": "access_token",
"type": "string"
},
{
"description": "Data format for response.",
"enum": [
"json",
"media",
"proto"
],
"in": "query",
"name": "alt",
"type": "string"
},
{
"description": "JSONP",
"in": "query",
"name": "callback",
"type": "string"
},
{
"description": "Selector specifying which fields to include in a partial response.",
"in": "query",
"name": "fields",
"type": "string"
},
{
"description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
"in": "query",
"name": "key",
"type": "string"
},
{
"description": "OAuth 2.0 token for the current user.",
"in": "query",
"name": "oauth_token",
"type": "string"
},
{
"description": "Returns response with indentations and line breaks.",
"in": "query",
"name": "prettyPrint",
"type": "boolean"
},
{
"description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
"in": "query",
"name": "quotaUser",
"type": "string"
},
{
"description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
"in": "query",
"name": "upload_protocol",
"type": "string"
},
{
"description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
"in": "query",
"name": "uploadType",
"type": "string"
}
],
"get": {
"produces": [
"application/json"
],
"parameters": [
{
"description": "Required. Name of billing account to list budgets under. Values are of the form `billingAccounts/{billingAccountId}`.",
"in": "path",
"name": "parent",
"required": true,
"type": "string"
},
{
"description": "Optional. The maximum number of budgets to return per page. The default and maximum value are 100.",
"in": "query",
"name": "pageSize",
"type": "integer"
},
{
"description": "Optional. The value returned by the last `ListBudgetsResponse` which indicates that this is a continuation of a prior `ListBudgets` call, and that the system should return the next page of data.",
"in": "query",
"name": "pageToken",
"type": "string"
}
],
"responses": {
"200": {
"description": "Successful response",
"schema": {
"$ref": "#/definitions/GoogleCloudBillingBudgetsV1ListBudgetsResponse"
}
}
},
"security": [
{
"Oauth2": [
"https://www.googleapis.com/auth/cloud-billing"
],
"Oauth2c": [
"https://www.googleapis.com/auth/cloud-billing"
]
},
{
"Oauth2": [
"https://www.googleapis.com/auth/cloud-platform"
],
"Oauth2c": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
],
"tags": [
"billingAccounts"
],
"description": "Returns a list of budgets for a billing account. WARNING: There are some fields exposed on the Google Cloud Console that aren't available on this API. When reading from the API, you will not see these fields in the return value, though they may have been set in the Cloud Console.",
"operationId": "billingbudgets.billingAccounts.budgets.list"
},
"post": {
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"parameters": [
{
"description": "Required. The name of the billing account to create the budget in. Values are of the form `billingAccounts/{billingAccountId}`.",
"in": "path",
"name": "parent",
"required": true,
"type": "string"
},
{
"in": "body",
"name": "body",
"schema": {
"$ref": "#/definitions/GoogleCloudBillingBudgetsV1Budget"
}
}
],
"responses": {
"200": {
"description": "Successful response",
"schema": {
"$ref": "#/definitions/GoogleCloudBillingBudgetsV1Budget"
}
}
},
"security": [
{
"Oauth2": [
"https://www.googleapis.com/auth/cloud-billing"
],
"Oauth2c": [
"https://www.googleapis.com/auth/cloud-billing"
]
},
{
"Oauth2": [
"https://www.googleapis.com/auth/cloud-platform"
],
"Oauth2c": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
],
"tags": [
"billingAccounts"
],
"description": "Creates a new budget. See [Quotas and limits](https://cloud.google.com/billing/quotas) for more information on the limits of the number of budgets you can create.",
"operationId": "billingbudgets.billingAccounts.budgets.create"
}
}
},
"definitions": {
"GoogleCloudBillingBudgetsV1Budget": {
"description": "A budget is a plan that describes what you expect to spend on Cloud projects, plus the rules to execute as spend is tracked against that plan, (for example, send an alert when 90% of the target spend is met). Currently all plans are monthly budgets so the usage period(s) tracked are implied (calendar months of usage back-to-back).",
"properties": {
"amount": {
"$ref": "#/definitions/GoogleCloudBillingBudgetsV1BudgetAmount",
"description": "Required. Budgeted amount."
},
"budgetFilter": {
"$ref": "#/definitions/GoogleCloudBillingBudgetsV1Filter",
"description": "Optional. Filters that define which resources are used to compute the actual spend against the budget."
},
"displayName": {
"description": "User data for display name in UI. The name must be less than or equal to 60 characters.",
"type": "string"
},
"etag": {
"description": "Optional. Etag to validate that the object is unchanged for a read-modify-write operation. An empty etag will cause an update to overwrite other changes.",
"type": "string"
},
"name": {
"description": "Output only. Resource name of the budget. The resource name implies the scope of a budget. Values are of the form `billingAccounts/{billingAccountId}/budgets/{budgetId}`.",
"readOnly": true,
"type": "string"
},
"notificationsRule": {
"$ref": "#/definitions/GoogleCloudBillingBudgetsV1NotificationsRule",
"description": "Optional. Rules to apply to notifications sent based on budget spend and thresholds."
},
"thresholdRules": {
"description": "Optional. Rules that trigger alerts (notifications of thresholds being crossed) when spend exceeds the specified percentages of the budget.",
"items": {
"$ref": "#/definitions/GoogleCloudBillingBudgetsV1ThresholdRule"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudBillingBudgetsV1BudgetAmount": {
"description": "The budgeted amount for each usage period.",
"properties": {
"lastPeriodAmount": {
"$ref": "#/definitions/GoogleCloudBillingBudgetsV1LastPeriodAmount",
"description": "Use the last period's actual spend as the budget for the present period."
},
"specifiedAmount": {
"$ref": "#/definitions/GoogleTypeMoney",
"description": "A specified amount to use as the budget. `currency_code` is optional. If specified, it must match the currency of the billing account. The `currency_code` is provided on output."
}
},
"type": "object"
},
"GoogleCloudBillingBudgetsV1Filter": {
"description": "A filter for a budget, limiting the scope of the cost to calculate.",
"properties": {
"creditTypes": {
"description": "Optional. If Filter.credit_types_treatment is INCLUDE_SPECIFIED_CREDITS, this is a list of credit types to be subtracted from gross cost to determine the spend for threshold calculations. If Filter.credit_types_treatment is **not** INCLUDE_SPECIFIED_CREDITS, this field must be empty. See [a list of acceptable credit type values](https://cloud.google.com/billing/docs/how-to/export-data-bigquery-tables#credits-type).",
"items": {
"type": "string"
},
"type": "array"
},
"creditTypesTreatment": {
"description": "Optional. If not set, default behavior is `INCLUDE_ALL_CREDITS`.",
"enum": [
"CREDIT_TYPES_TREATMENT_UNSPECIFIED",
"INCLUDE_ALL_CREDITS",
"EXCLUDE_ALL_CREDITS",
"INCLUDE_SPECIFIED_CREDITS"
],
"type": "string"
},
"labels": {
"additionalProperties": {
"items": {},
"type": "array"
},
"description": "Optional. A single label and value pair specifying that usage from only this set of labeled resources should be included in the budget. Currently, multiple entries or multiple values per entry are not allowed. If omitted, the report will include all labeled and unlabeled usage.",
"type": "object"
},
"projects": {
"description": "Optional. A set of projects of the form `projects/{project}`, specifying that usage from only this set of projects should be included in the budget. If omitted, the report will include all usage for the billing account, regardless of which project the usage occurred on. Only zero or one project can be specified currently.",
"items": {
"type": "string"
},
"type": "array"
},
"services": {
"description": "Optional. A set of services of the form `services/{service_id}`, specifying that usage from only this set of services should be included in the budget. If omitted, the report will include usage for all the services. The service names are available through the Catalog API: https://cloud.google.com/billing/v1/how-tos/catalog-api.",
"items": {
"type": "string"
},
"type": "array"
},
"subaccounts": {
"description": "Optional. A set of subaccounts of the form `billingAccounts/{account_id}`, specifying that usage from only this set of subaccounts should be included in the budget. If a subaccount is set to the name of the parent account, usage from the parent account will be included. If the field is omitted, the report will include usage from the parent account and all subaccounts, if they exist.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudBillingBudgetsV1LastPeriodAmount": {
"description": "Describes a budget amount targeted to last period's spend. At this time, the amount is automatically 100% of last period's spend; that is, there are no other options yet. Future configuration will be described here (for example, configuring a percentage of last period's spend).",
"properties": {},
"type": "object"
},
"GoogleCloudBillingBudgetsV1ListBudgetsResponse": {
"description": "Response for ListBudgets",
"properties": {
"budgets": {
"description": "List of the budgets owned by the requested billing account.",
"items": {
"$ref": "#/definitions/GoogleCloudBillingBudgetsV1Budget"
},
"type": "array"
},
"nextPageToken": {
"description": "If not empty, indicates that there may be more budgets that match the request; this value should be passed in a new `ListBudgetsRequest`.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudBillingBudgetsV1NotificationsRule": {
"description": "NotificationsRule defines notifications that are sent based on budget spend and thresholds.",
"properties": {
"disableDefaultIamRecipients": {
"description": "Optional. When set to true, disables default notifications sent when a threshold is exceeded. Default notifications are sent to those with Billing Account Administrator and Billing Account User IAM roles for the target account.",
"type": "boolean"
},
"monitoringNotificationChannels": {
"description": "Optional. Targets to send notifications to when a threshold is exceeded. This is in addition to default recipients who have billing account IAM roles. The value is the full REST resource name of a monitoring notification channel with the form `projects/{project_id}/notificationChannels/{channel_id}`. A maximum of 5 channels are allowed. See https://cloud.google.com/billing/docs/how-to/budgets-notification-recipients for more details.",
"items": {
"type": "string"
},
"type": "array"
},
"pubsubTopic": {
"description": "Optional. The name of the Pub/Sub topic where budget related messages will be published, in the form `projects/{project_id}/topics/{topic_id}`. Updates are sent at regular intervals to the topic. The topic needs to be created before the budget is created; see https://cloud.google.com/billing/docs/how-to/budgets#manage-notifications for more details. Caller is expected to have `pubsub.topics.setIamPolicy` permission on the topic when it's set for a budget, otherwise, the API call will fail with PERMISSION_DENIED. See https://cloud.google.com/billing/docs/how-to/budgets-programmatic-notifications for more details on Pub/Sub roles and permissions.",
"type": "string"
},
"schemaVersion": {
"description": "Optional. The schema version of the notification sent to `pubsub_topic`. Only \"1.0\" is accepted. It represents the JSON schema as defined in https://cloud.google.com/billing/docs/how-to/budgets-programmatic-notifications#notification_format",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudBillingBudgetsV1ThresholdRule": {
"description": "ThresholdRule contains a definition of a threshold which triggers an alert (a notification of a threshold being crossed) to be sent when spend goes above the specified amount. Alerts are automatically e-mailed to users with the Billing Account Administrator role or the Billing Account User role. The thresholds here have no effect on notifications sent to anything configured under `Budget.all_updates_rule`.",
"properties": {
"spendBasis": {
"description": "Optional. The type of basis used to determine if spend has passed the threshold. Behavior defaults to CURRENT_SPEND if not set.",
"enum": [
"BASIS_UNSPECIFIED",
"CURRENT_SPEND",
"FORECASTED_SPEND"
],
"type": "string"
},
"thresholdPercent": {
"description": "Required. Send an alert when this threshold is exceeded. This is a 1.0-based percentage, so 0.5 = 50%. Validation: non-negative number.",
"format": "double",
"type": "number"
}
},
"type": "object"
},
"GoogleProtobufEmpty": {
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.",
"properties": {},
"type": "object"
},
"GoogleTypeMoney": {
"description": "Represents an amount of money with its currency type.",
"properties": {
"currencyCode": {
"description": "The three-letter currency code defined in ISO 4217.",
"type": "string"
},
"nanos": {
"description": "Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If `units` is positive, `nanos` must be positive or zero. If `units` is zero, `nanos` can be positive, zero, or negative. If `units` is negative, `nanos` must be negative or zero. For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.",
"format": "int32",
"type": "integer"
},
"units": {
"description": "The whole units of the amount. For example if `currencyCode` is `\"USD\"`, then 1 unit is one US dollar.",
"format": "int64",
"type": "string"
}
},
"type": "object"
}
},
"securityDefinitions": {
"Oauth2": {
"authorizationUrl": "https://accounts.google.com/o/oauth2/auth",
"description": "Oauth 2.0 implicit authentication",
"flow": "implicit",
"scopes": {
"https://www.googleapis.com/auth/cloud-billing": "View and manage your Google Cloud Platform billing accounts",
"https://www.googleapis.com/auth/cloud-platform": "View and manage your data across Google Cloud Platform services"
},
"type": "oauth2"
},
"Oauth2c": {
"authorizationUrl": "https://accounts.google.com/o/oauth2/auth",
"description": "Oauth 2.0 authorizationCode authentication",
"flow": "accessCode",
"scopes": {
"https://www.googleapis.com/auth/cloud-billing": "View and manage your Google Cloud Platform billing accounts",
"https://www.googleapis.com/auth/cloud-platform": "View and manage your data across Google Cloud Platform services"
},
"tokenUrl": "https://accounts.google.com/o/oauth2/token",
"type": "oauth2"
}
},
"tags": [
{
"name": "billingAccounts"
}
],
"externalDocs": {
"url": "https://cloud.google.com/billing/docs/how-to/budget-api-overview"
},
"x-components": {
"parameters": {
"_.xgafv": {
"description": "V1 error format.",
"enum": [
"1",
"2"
],
"in": "query",
"name": "$.xgafv",
"type": "string"
},
"access_token": {
"description": "OAuth access token.",
"in": "query",
"name": "access_token",
"type": "string"
},
"alt": {
"description": "Data format for response.",
"enum": [
"json",
"media",
"proto"
],
"in": "query",
"name": "alt",
"type": "string"
},
"callback": {
"description": "JSONP",
"in": "query",
"name": "callback",
"type": "string"
},
"fields": {
"description": "Selector specifying which fields to include in a partial response.",
"in": "query",
"name": "fields",
"type": "string"
},
"key": {
"description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
"in": "query",
"name": "key",
"type": "string"
},
"oauth_token": {
"description": "OAuth 2.0 token for the current user.",
"in": "query",
"name": "oauth_token",
"type": "string"
},
"prettyPrint": {
"description": "Returns response with indentations and line breaks.",
"in": "query",
"name": "prettyPrint",
"type": "boolean"
},
"quotaUser": {
"description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
"in": "query",
"name": "quotaUser",
"type": "string"
},
"uploadType": {
"description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
"in": "query",
"name": "uploadType",
"type": "string"
},
"upload_protocol": {
"description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
"in": "query",
"name": "upload_protocol",
"type": "string"
}
}
}
}