@maxim_mazurok/gapi.client.cloudbilling-v1beta 0.0.20231120 → 0.0.20231201
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1239 -1810
- package/package.json +6 -6
- package/readme.md +26 -21
- package/tests.ts +0 -798
- package/tsconfig.json +0 -18
- package/tslint.json +0 -6
package/index.d.ts
CHANGED
|
@@ -9,1823 +9,1252 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://cloudbilling.googleapis.com/$discovery/rest?version=v1beta
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20231201
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
16
16
|
declare namespace gapi.client {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
17
|
+
/** Load Cloud Billing API v1beta */
|
|
18
|
+
function load(
|
|
19
|
+
urlOrObject: 'https://cloudbilling.googleapis.com/$discovery/rest?version=v1beta'
|
|
20
|
+
): Promise<void>;
|
|
21
|
+
/** @deprecated Please load APIs with discovery documents. */
|
|
22
|
+
function load(name: 'cloudbilling', version: 'v1beta'): Promise<void>;
|
|
23
|
+
/** @deprecated Please load APIs with discovery documents. */
|
|
24
|
+
function load(
|
|
25
|
+
name: 'cloudbilling',
|
|
26
|
+
version: 'v1beta',
|
|
27
|
+
callback: () => any
|
|
28
|
+
): void;
|
|
23
29
|
|
|
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
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
/** Lists SKU groups visible to a billing account. */
|
|
1246
|
-
list(request?: {
|
|
1247
|
-
/** V1 error format. */
|
|
1248
|
-
"$.xgafv"?:
|
|
1249
|
-
string;
|
|
1250
|
-
/** OAuth access token. */
|
|
1251
|
-
access_token?:
|
|
1252
|
-
string;
|
|
1253
|
-
/** Data format for response. */
|
|
1254
|
-
alt?:
|
|
1255
|
-
string;
|
|
1256
|
-
/** JSONP */
|
|
1257
|
-
callback?:
|
|
1258
|
-
string;
|
|
1259
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
1260
|
-
fields?:
|
|
1261
|
-
string;
|
|
1262
|
-
/** 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. */
|
|
1263
|
-
key?:
|
|
1264
|
-
string;
|
|
1265
|
-
/** OAuth 2.0 token for the current user. */
|
|
1266
|
-
oauth_token?:
|
|
1267
|
-
string;
|
|
1268
|
-
/** Maximum number of billing account SKU groups to return. Results may return fewer than this value. Default value is 50 and maximum value is 5000. */
|
|
1269
|
-
pageSize?:
|
|
1270
|
-
number;
|
|
1271
|
-
/** Page token received from a previous ListBillingAccountSkuGroups call to retrieve the next page of results. If this field is empty, the first page is returned. */
|
|
1272
|
-
pageToken?:
|
|
1273
|
-
string;
|
|
1274
|
-
/** Required. The billing account to list billing account SKU groups from. Format: billingAccounts/{billing_account} */
|
|
1275
|
-
parent:
|
|
1276
|
-
string;
|
|
1277
|
-
/** Returns response with indentations and line breaks. */
|
|
1278
|
-
prettyPrint?:
|
|
1279
|
-
boolean;
|
|
1280
|
-
/** 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. */
|
|
1281
|
-
quotaUser?:
|
|
1282
|
-
string;
|
|
1283
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1284
|
-
upload_protocol?:
|
|
1285
|
-
string;
|
|
1286
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1287
|
-
uploadType?:
|
|
1288
|
-
string;
|
|
1289
|
-
}): Request<GoogleCloudBillingBillingaccountskugroupsV1betaListBillingAccountSkuGroupsResponse>;
|
|
1290
|
-
skus:
|
|
1291
|
-
SkusResource;
|
|
1292
|
-
}
|
|
1293
|
-
interface PriceResource {
|
|
1294
|
-
/** Gets the latest price for SKUs available to your Cloud Billing account. */
|
|
1295
|
-
get(request?: {
|
|
1296
|
-
/** V1 error format. */
|
|
1297
|
-
"$.xgafv"?:
|
|
1298
|
-
string;
|
|
1299
|
-
/** OAuth access token. */
|
|
1300
|
-
access_token?:
|
|
1301
|
-
string;
|
|
1302
|
-
/** Data format for response. */
|
|
1303
|
-
alt?:
|
|
1304
|
-
string;
|
|
1305
|
-
/** JSONP */
|
|
1306
|
-
callback?:
|
|
1307
|
-
string;
|
|
1308
|
-
/** Optional. ISO-4217 currency code for the price. If not specified, the currency of the billing account is used. */
|
|
1309
|
-
currencyCode?:
|
|
1310
|
-
string;
|
|
1311
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
1312
|
-
fields?:
|
|
1313
|
-
string;
|
|
1314
|
-
/** 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. */
|
|
1315
|
-
key?:
|
|
1316
|
-
string;
|
|
1317
|
-
/** Required. Name of the billing account price to retrieve. Format: billingAccounts/{billing_account}/skus/{sku}/price */
|
|
1318
|
-
name:
|
|
1319
|
-
string;
|
|
1320
|
-
/** OAuth 2.0 token for the current user. */
|
|
1321
|
-
oauth_token?:
|
|
1322
|
-
string;
|
|
1323
|
-
/** Returns response with indentations and line breaks. */
|
|
1324
|
-
prettyPrint?:
|
|
1325
|
-
boolean;
|
|
1326
|
-
/** 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. */
|
|
1327
|
-
quotaUser?:
|
|
1328
|
-
string;
|
|
1329
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1330
|
-
upload_protocol?:
|
|
1331
|
-
string;
|
|
1332
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1333
|
-
uploadType?:
|
|
1334
|
-
string;
|
|
1335
|
-
}): Request<GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice>;
|
|
1336
|
-
}
|
|
1337
|
-
interface SkusResource {
|
|
1338
|
-
/** Gets a SKU visible to a billing account. */
|
|
1339
|
-
get(request?: {
|
|
1340
|
-
/** V1 error format. */
|
|
1341
|
-
"$.xgafv"?:
|
|
1342
|
-
string;
|
|
1343
|
-
/** OAuth access token. */
|
|
1344
|
-
access_token?:
|
|
1345
|
-
string;
|
|
1346
|
-
/** Data format for response. */
|
|
1347
|
-
alt?:
|
|
1348
|
-
string;
|
|
1349
|
-
/** JSONP */
|
|
1350
|
-
callback?:
|
|
1351
|
-
string;
|
|
1352
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
1353
|
-
fields?:
|
|
1354
|
-
string;
|
|
1355
|
-
/** 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. */
|
|
1356
|
-
key?:
|
|
1357
|
-
string;
|
|
1358
|
-
/** Required. The name of the billing account SKU to retrieve. Format: billingAccounts/{billing_account}/skus/{sku} */
|
|
1359
|
-
name:
|
|
1360
|
-
string;
|
|
1361
|
-
/** OAuth 2.0 token for the current user. */
|
|
1362
|
-
oauth_token?:
|
|
1363
|
-
string;
|
|
1364
|
-
/** Returns response with indentations and line breaks. */
|
|
1365
|
-
prettyPrint?:
|
|
1366
|
-
boolean;
|
|
1367
|
-
/** 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. */
|
|
1368
|
-
quotaUser?:
|
|
1369
|
-
string;
|
|
1370
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1371
|
-
upload_protocol?:
|
|
1372
|
-
string;
|
|
1373
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1374
|
-
uploadType?:
|
|
1375
|
-
string;
|
|
1376
|
-
}): Request<GoogleCloudBillingBillingaccountskusV1betaBillingAccountSku>;
|
|
1377
|
-
/** Lists SKUs visible to a billing account. */
|
|
1378
|
-
list(request?: {
|
|
1379
|
-
/** V1 error format. */
|
|
1380
|
-
"$.xgafv"?:
|
|
1381
|
-
string;
|
|
1382
|
-
/** OAuth access token. */
|
|
1383
|
-
access_token?:
|
|
1384
|
-
string;
|
|
1385
|
-
/** Data format for response. */
|
|
1386
|
-
alt?:
|
|
1387
|
-
string;
|
|
1388
|
-
/** JSONP */
|
|
1389
|
-
callback?:
|
|
1390
|
-
string;
|
|
1391
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
1392
|
-
fields?:
|
|
1393
|
-
string;
|
|
1394
|
-
/**
|
|
1395
|
-
* Options for how to filter the billing account SKUs. Currently, only filter on `billing_account_service` is supported. Only !=, = operators are supported. Examples: -
|
|
1396
|
-
* billing_account_service = "billingAccounts/012345-567890-ABCDEF/services/DA34-426B-A397"
|
|
1397
|
-
*/
|
|
1398
|
-
filter?:
|
|
1399
|
-
string;
|
|
1400
|
-
/** 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. */
|
|
1401
|
-
key?:
|
|
1402
|
-
string;
|
|
1403
|
-
/** OAuth 2.0 token for the current user. */
|
|
1404
|
-
oauth_token?:
|
|
1405
|
-
string;
|
|
1406
|
-
/** Maximum number of billing account SKUs to return. Results may return fewer than this value. Default value is 50 and maximum value is 5000. */
|
|
1407
|
-
pageSize?:
|
|
1408
|
-
number;
|
|
1409
|
-
/** Page token received from a previous ListBillingAccountSkus call to retrieve the next page of results. If this field is empty, the first page is returned. */
|
|
1410
|
-
pageToken?:
|
|
1411
|
-
string;
|
|
1412
|
-
/** Required. The billing account to list billing account SKU from. Format: billingAccounts/{billing_account} */
|
|
1413
|
-
parent:
|
|
1414
|
-
string;
|
|
1415
|
-
/** Returns response with indentations and line breaks. */
|
|
1416
|
-
prettyPrint?:
|
|
1417
|
-
boolean;
|
|
1418
|
-
/** 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. */
|
|
1419
|
-
quotaUser?:
|
|
1420
|
-
string;
|
|
1421
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1422
|
-
upload_protocol?:
|
|
1423
|
-
string;
|
|
1424
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1425
|
-
uploadType?:
|
|
1426
|
-
string;
|
|
1427
|
-
}): Request<GoogleCloudBillingBillingaccountskusV1betaListBillingAccountSkusResponse>;
|
|
1428
|
-
price:
|
|
1429
|
-
PriceResource;
|
|
1430
|
-
}
|
|
1431
|
-
interface BillingAccountsResource {
|
|
1432
|
-
/** Use custom pricing in the estimate, using a `CostScenario` with a defined `billingAccount`. */
|
|
1433
|
-
estimateCostScenario(request: {
|
|
1434
|
-
/** V1 error format. */
|
|
1435
|
-
"$.xgafv"?:
|
|
1436
|
-
string;
|
|
1437
|
-
/** OAuth access token. */
|
|
1438
|
-
access_token?:
|
|
1439
|
-
string;
|
|
1440
|
-
/** Data format for response. */
|
|
1441
|
-
alt?:
|
|
1442
|
-
string;
|
|
1443
|
-
/**
|
|
1444
|
-
* Resource name of the billing account for the cost estimate. The resource name has the form `billingAccounts/{billing_account_id}`. For example,
|
|
1445
|
-
* `billingAccounts/012345-567890-ABCDEF` is the resource name for billing account `012345-567890-ABCDEF`. Must be specified.
|
|
1446
|
-
*/
|
|
1447
|
-
billingAccount:
|
|
1448
|
-
string;
|
|
1449
|
-
/** JSONP */
|
|
1450
|
-
callback?:
|
|
1451
|
-
string;
|
|
1452
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
1453
|
-
fields?:
|
|
1454
|
-
string;
|
|
1455
|
-
/** 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. */
|
|
1456
|
-
key?:
|
|
1457
|
-
string;
|
|
1458
|
-
/** OAuth 2.0 token for the current user. */
|
|
1459
|
-
oauth_token?:
|
|
1460
|
-
string;
|
|
1461
|
-
/** Returns response with indentations and line breaks. */
|
|
1462
|
-
prettyPrint?:
|
|
1463
|
-
boolean;
|
|
1464
|
-
/** 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. */
|
|
1465
|
-
quotaUser?:
|
|
1466
|
-
string;
|
|
1467
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1468
|
-
upload_protocol?:
|
|
1469
|
-
string;
|
|
1470
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1471
|
-
uploadType?:
|
|
1472
|
-
string;
|
|
1473
|
-
/** Request body */
|
|
1474
|
-
resource:
|
|
1475
|
-
EstimateCostScenarioForBillingAccountRequest;
|
|
1476
|
-
}): Request<EstimateCostScenarioForBillingAccountResponse>;
|
|
1477
|
-
estimateCostScenario(request: {
|
|
1478
|
-
/** V1 error format. */
|
|
1479
|
-
"$.xgafv"?:
|
|
1480
|
-
string;
|
|
1481
|
-
/** OAuth access token. */
|
|
1482
|
-
access_token?:
|
|
1483
|
-
string;
|
|
1484
|
-
/** Data format for response. */
|
|
1485
|
-
alt?:
|
|
1486
|
-
string;
|
|
1487
|
-
/**
|
|
1488
|
-
* Resource name of the billing account for the cost estimate. The resource name has the form `billingAccounts/{billing_account_id}`. For example,
|
|
1489
|
-
* `billingAccounts/012345-567890-ABCDEF` is the resource name for billing account `012345-567890-ABCDEF`. Must be specified.
|
|
1490
|
-
*/
|
|
1491
|
-
billingAccount:
|
|
1492
|
-
string;
|
|
1493
|
-
/** JSONP */
|
|
1494
|
-
callback?:
|
|
1495
|
-
string;
|
|
1496
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
1497
|
-
fields?:
|
|
1498
|
-
string;
|
|
1499
|
-
/** 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. */
|
|
1500
|
-
key?:
|
|
1501
|
-
string;
|
|
1502
|
-
/** OAuth 2.0 token for the current user. */
|
|
1503
|
-
oauth_token?:
|
|
1504
|
-
string;
|
|
1505
|
-
/** Returns response with indentations and line breaks. */
|
|
1506
|
-
prettyPrint?:
|
|
1507
|
-
boolean;
|
|
1508
|
-
/** 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. */
|
|
1509
|
-
quotaUser?:
|
|
1510
|
-
string;
|
|
1511
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1512
|
-
upload_protocol?:
|
|
1513
|
-
string;
|
|
1514
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1515
|
-
uploadType?:
|
|
1516
|
-
string;
|
|
1517
|
-
},
|
|
1518
|
-
body: EstimateCostScenarioForBillingAccountRequest): Request<EstimateCostScenarioForBillingAccountResponse>;
|
|
1519
|
-
services:
|
|
1520
|
-
ServicesResource;
|
|
1521
|
-
skuGroups:
|
|
1522
|
-
SkuGroupsResource;
|
|
1523
|
-
skus:
|
|
1524
|
-
SkusResource;
|
|
1525
|
-
}
|
|
1526
|
-
interface SkusResource {
|
|
1527
|
-
/** Gets a publicly listed SKU that is part of a publicly listed SKU group. */
|
|
1528
|
-
get(request?: {
|
|
1529
|
-
/** V1 error format. */
|
|
1530
|
-
"$.xgafv"?:
|
|
1531
|
-
string;
|
|
1532
|
-
/** OAuth access token. */
|
|
1533
|
-
access_token?:
|
|
1534
|
-
string;
|
|
1535
|
-
/** Data format for response. */
|
|
1536
|
-
alt?:
|
|
1537
|
-
string;
|
|
1538
|
-
/** JSONP */
|
|
1539
|
-
callback?:
|
|
1540
|
-
string;
|
|
1541
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
1542
|
-
fields?:
|
|
1543
|
-
string;
|
|
1544
|
-
/** 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. */
|
|
1545
|
-
key?:
|
|
1546
|
-
string;
|
|
1547
|
-
/** Required. The name of the SKU group SKU to retrieve. Format: skuGroups/{sku_group}/skus/{sku} */
|
|
1548
|
-
name:
|
|
1549
|
-
string;
|
|
1550
|
-
/** OAuth 2.0 token for the current user. */
|
|
1551
|
-
oauth_token?:
|
|
1552
|
-
string;
|
|
1553
|
-
/** Returns response with indentations and line breaks. */
|
|
1554
|
-
prettyPrint?:
|
|
1555
|
-
boolean;
|
|
1556
|
-
/** 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. */
|
|
1557
|
-
quotaUser?:
|
|
1558
|
-
string;
|
|
1559
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1560
|
-
upload_protocol?:
|
|
1561
|
-
string;
|
|
1562
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1563
|
-
uploadType?:
|
|
1564
|
-
string;
|
|
1565
|
-
}): Request<GoogleCloudBillingSkugroupskusV1betaSkuGroupSku>;
|
|
1566
|
-
/** Lists all publicly listed SKUs contained by a publicly listed SKU group. */
|
|
1567
|
-
list(request?: {
|
|
1568
|
-
/** V1 error format. */
|
|
1569
|
-
"$.xgafv"?:
|
|
1570
|
-
string;
|
|
1571
|
-
/** OAuth access token. */
|
|
1572
|
-
access_token?:
|
|
1573
|
-
string;
|
|
1574
|
-
/** Data format for response. */
|
|
1575
|
-
alt?:
|
|
1576
|
-
string;
|
|
1577
|
-
/** JSONP */
|
|
1578
|
-
callback?:
|
|
1579
|
-
string;
|
|
1580
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
1581
|
-
fields?:
|
|
1582
|
-
string;
|
|
1583
|
-
/** 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. */
|
|
1584
|
-
key?:
|
|
1585
|
-
string;
|
|
1586
|
-
/** OAuth 2.0 token for the current user. */
|
|
1587
|
-
oauth_token?:
|
|
1588
|
-
string;
|
|
1589
|
-
/** Maximum number of SKU group SKUs to return. Results may return fewer than this value. Default value is 50 and maximum value is 5000. */
|
|
1590
|
-
pageSize?:
|
|
1591
|
-
number;
|
|
1592
|
-
/** Page token received from a previous ListSkuGroupSkus call to retrieve the next page of results. If this field is empty, the first page is returned. */
|
|
1593
|
-
pageToken?:
|
|
1594
|
-
string;
|
|
1595
|
-
/** Required. The SkuGroup to list SkuGroupSku from. Format: skuGroups/{sku_group} */
|
|
1596
|
-
parent:
|
|
1597
|
-
string;
|
|
1598
|
-
/** Returns response with indentations and line breaks. */
|
|
1599
|
-
prettyPrint?:
|
|
1600
|
-
boolean;
|
|
1601
|
-
/** 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. */
|
|
1602
|
-
quotaUser?:
|
|
1603
|
-
string;
|
|
1604
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1605
|
-
upload_protocol?:
|
|
1606
|
-
string;
|
|
1607
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1608
|
-
uploadType?:
|
|
1609
|
-
string;
|
|
1610
|
-
}): Request<GoogleCloudBillingSkugroupskusV1betaListSkuGroupSkusResponse>;
|
|
1611
|
-
}
|
|
1612
|
-
interface SkuGroupsResource {
|
|
1613
|
-
/** Gets a publicly listed SKU group. */
|
|
1614
|
-
get(request?: {
|
|
1615
|
-
/** V1 error format. */
|
|
1616
|
-
"$.xgafv"?:
|
|
1617
|
-
string;
|
|
1618
|
-
/** OAuth access token. */
|
|
1619
|
-
access_token?:
|
|
1620
|
-
string;
|
|
1621
|
-
/** Data format for response. */
|
|
1622
|
-
alt?:
|
|
1623
|
-
string;
|
|
1624
|
-
/** JSONP */
|
|
1625
|
-
callback?:
|
|
1626
|
-
string;
|
|
1627
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
1628
|
-
fields?:
|
|
1629
|
-
string;
|
|
1630
|
-
/** 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. */
|
|
1631
|
-
key?:
|
|
1632
|
-
string;
|
|
1633
|
-
/** Required. The name of the SKU group to retrieve. Format: skuGroups/{sku_group} */
|
|
1634
|
-
name:
|
|
1635
|
-
string;
|
|
1636
|
-
/** OAuth 2.0 token for the current user. */
|
|
1637
|
-
oauth_token?:
|
|
1638
|
-
string;
|
|
1639
|
-
/** Returns response with indentations and line breaks. */
|
|
1640
|
-
prettyPrint?:
|
|
1641
|
-
boolean;
|
|
1642
|
-
/** 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. */
|
|
1643
|
-
quotaUser?:
|
|
1644
|
-
string;
|
|
1645
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1646
|
-
upload_protocol?:
|
|
1647
|
-
string;
|
|
1648
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1649
|
-
uploadType?:
|
|
1650
|
-
string;
|
|
1651
|
-
}): Request<GoogleCloudBillingSkugroupsV1betaSkuGroup>;
|
|
1652
|
-
/** Lists all publicly listed SKU groups. */
|
|
1653
|
-
list(request?: {
|
|
1654
|
-
/** V1 error format. */
|
|
1655
|
-
"$.xgafv"?:
|
|
1656
|
-
string;
|
|
1657
|
-
/** OAuth access token. */
|
|
1658
|
-
access_token?:
|
|
1659
|
-
string;
|
|
1660
|
-
/** Data format for response. */
|
|
1661
|
-
alt?:
|
|
1662
|
-
string;
|
|
1663
|
-
/** JSONP */
|
|
1664
|
-
callback?:
|
|
1665
|
-
string;
|
|
1666
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
1667
|
-
fields?:
|
|
1668
|
-
string;
|
|
1669
|
-
/** 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. */
|
|
1670
|
-
key?:
|
|
1671
|
-
string;
|
|
1672
|
-
/** OAuth 2.0 token for the current user. */
|
|
1673
|
-
oauth_token?:
|
|
1674
|
-
string;
|
|
1675
|
-
/** Maximum number of SKU groups to return. Results may return fewer than this value. Default value is 50 and maximum value is 5000. */
|
|
1676
|
-
pageSize?:
|
|
1677
|
-
number;
|
|
1678
|
-
/** Page token received from a previous ListSkuGroups call to retrieve the next page of results. If this field is empty, the first page is returned. */
|
|
1679
|
-
pageToken?:
|
|
1680
|
-
string;
|
|
1681
|
-
/** Returns response with indentations and line breaks. */
|
|
1682
|
-
prettyPrint?:
|
|
1683
|
-
boolean;
|
|
1684
|
-
/** 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. */
|
|
1685
|
-
quotaUser?:
|
|
1686
|
-
string;
|
|
1687
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1688
|
-
upload_protocol?:
|
|
1689
|
-
string;
|
|
1690
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1691
|
-
uploadType?:
|
|
1692
|
-
string;
|
|
1693
|
-
}): Request<GoogleCloudBillingSkugroupsV1betaListSkuGroupsResponse>;
|
|
1694
|
-
skus:
|
|
1695
|
-
SkusResource;
|
|
1696
|
-
}
|
|
1697
|
-
interface PriceResource {
|
|
1698
|
-
/** Gets the latest price for the given SKU. */
|
|
1699
|
-
get(request?: {
|
|
1700
|
-
/** V1 error format. */
|
|
1701
|
-
"$.xgafv"?:
|
|
1702
|
-
string;
|
|
1703
|
-
/** OAuth access token. */
|
|
1704
|
-
access_token?:
|
|
1705
|
-
string;
|
|
1706
|
-
/** Data format for response. */
|
|
1707
|
-
alt?:
|
|
1708
|
-
string;
|
|
1709
|
-
/** JSONP */
|
|
1710
|
-
callback?:
|
|
1711
|
-
string;
|
|
1712
|
-
/** Optional. ISO-4217 currency code for the price. If not specified, USD will be used. */
|
|
1713
|
-
currencyCode?:
|
|
1714
|
-
string;
|
|
1715
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
1716
|
-
fields?:
|
|
1717
|
-
string;
|
|
1718
|
-
/** 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. */
|
|
1719
|
-
key?:
|
|
1720
|
-
string;
|
|
1721
|
-
/** Required. Name of the latest price to retrieve. Format: skus/{sku}/price */
|
|
1722
|
-
name:
|
|
1723
|
-
string;
|
|
1724
|
-
/** OAuth 2.0 token for the current user. */
|
|
1725
|
-
oauth_token?:
|
|
1726
|
-
string;
|
|
1727
|
-
/** Returns response with indentations and line breaks. */
|
|
1728
|
-
prettyPrint?:
|
|
1729
|
-
boolean;
|
|
1730
|
-
/** 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. */
|
|
1731
|
-
quotaUser?:
|
|
1732
|
-
string;
|
|
1733
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1734
|
-
upload_protocol?:
|
|
1735
|
-
string;
|
|
1736
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1737
|
-
uploadType?:
|
|
1738
|
-
string;
|
|
1739
|
-
}): Request<GoogleCloudBillingPricesV1betaPrice>;
|
|
1740
|
-
}
|
|
1741
|
-
interface SkusResource {
|
|
1742
|
-
price:
|
|
1743
|
-
PriceResource;
|
|
1744
|
-
}
|
|
1745
|
-
interface V1betaResource {
|
|
1746
|
-
/** Estimate list prices using a `CostScenario` without a defined `billingAccount`. */
|
|
1747
|
-
estimateCostScenario(request: {
|
|
1748
|
-
/** V1 error format. */
|
|
1749
|
-
"$.xgafv"?:
|
|
1750
|
-
string;
|
|
1751
|
-
/** OAuth access token. */
|
|
1752
|
-
access_token?:
|
|
1753
|
-
string;
|
|
1754
|
-
/** Data format for response. */
|
|
1755
|
-
alt?:
|
|
1756
|
-
string;
|
|
1757
|
-
/** JSONP */
|
|
1758
|
-
callback?:
|
|
1759
|
-
string;
|
|
1760
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
1761
|
-
fields?:
|
|
1762
|
-
string;
|
|
1763
|
-
/** 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. */
|
|
1764
|
-
key?:
|
|
1765
|
-
string;
|
|
1766
|
-
/** OAuth 2.0 token for the current user. */
|
|
1767
|
-
oauth_token?:
|
|
1768
|
-
string;
|
|
1769
|
-
/** Returns response with indentations and line breaks. */
|
|
1770
|
-
prettyPrint?:
|
|
1771
|
-
boolean;
|
|
1772
|
-
/** 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. */
|
|
1773
|
-
quotaUser?:
|
|
1774
|
-
string;
|
|
1775
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1776
|
-
upload_protocol?:
|
|
1777
|
-
string;
|
|
1778
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1779
|
-
uploadType?:
|
|
1780
|
-
string;
|
|
1781
|
-
/** Request body */
|
|
1782
|
-
resource:
|
|
1783
|
-
EstimateCostScenarioWithListPriceRequest;
|
|
1784
|
-
}): Request<EstimateCostScenarioWithListPriceResponse>;
|
|
1785
|
-
estimateCostScenario(request: {
|
|
1786
|
-
/** V1 error format. */
|
|
1787
|
-
"$.xgafv"?:
|
|
1788
|
-
string;
|
|
1789
|
-
/** OAuth access token. */
|
|
1790
|
-
access_token?:
|
|
1791
|
-
string;
|
|
1792
|
-
/** Data format for response. */
|
|
1793
|
-
alt?:
|
|
1794
|
-
string;
|
|
1795
|
-
/** JSONP */
|
|
1796
|
-
callback?:
|
|
1797
|
-
string;
|
|
1798
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
1799
|
-
fields?:
|
|
1800
|
-
string;
|
|
1801
|
-
/** 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. */
|
|
1802
|
-
key?:
|
|
1803
|
-
string;
|
|
1804
|
-
/** OAuth 2.0 token for the current user. */
|
|
1805
|
-
oauth_token?:
|
|
1806
|
-
string;
|
|
1807
|
-
/** Returns response with indentations and line breaks. */
|
|
1808
|
-
prettyPrint?:
|
|
1809
|
-
boolean;
|
|
1810
|
-
/** 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. */
|
|
1811
|
-
quotaUser?:
|
|
1812
|
-
string;
|
|
1813
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1814
|
-
upload_protocol?:
|
|
1815
|
-
string;
|
|
1816
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1817
|
-
uploadType?:
|
|
1818
|
-
string;
|
|
1819
|
-
},
|
|
1820
|
-
body: EstimateCostScenarioWithListPriceRequest): Request<EstimateCostScenarioWithListPriceResponse>;
|
|
1821
|
-
}
|
|
30
|
+
namespace cloudbilling {
|
|
31
|
+
interface CacheFillRegions {
|
|
32
|
+
/** The destination region for cache fill. */
|
|
33
|
+
destinationRegion?: string;
|
|
34
|
+
/** The source region for cache fill. */
|
|
35
|
+
sourceRegion?: string;
|
|
36
|
+
}
|
|
37
|
+
interface CloudCdnEgressWorkload {
|
|
38
|
+
/** The destination for the cache egress charges. */
|
|
39
|
+
cacheEgressDestination?: string;
|
|
40
|
+
/** Cache egress usage. The rate of data cache egressed in the destination. For example : units such as "GiBy/s" or "TBy/mo". */
|
|
41
|
+
cacheEgressRate?: Usage;
|
|
42
|
+
}
|
|
43
|
+
interface CloudCdnWorkload {
|
|
44
|
+
/** The source service for the cache fill. */
|
|
45
|
+
cacheFillOriginService?: string;
|
|
46
|
+
/** Cache fill usage. The rate of data transferred between cache fill regions. For example: units such as "GiBy/s" or "TBy/mo". */
|
|
47
|
+
cacheFillRate?: Usage;
|
|
48
|
+
/** The regions where data is transferred from Google data locations into Google global cache servers. The SKU prices for cache fill across services are the same. */
|
|
49
|
+
cacheFillRegions?: CacheFillRegions;
|
|
50
|
+
/** Cache look up requests. This is specified to indicate the number of requests. For example: units such as "1/s". */
|
|
51
|
+
cacheLookUpRate?: Usage;
|
|
52
|
+
}
|
|
53
|
+
interface CloudInterconnectEgressWorkload {
|
|
54
|
+
/** Data egress usage. This usage applies when you move or copy data from one Google Cloud service to another service. Expected units such as "GiBy/s, By/s, etc." */
|
|
55
|
+
egressRate?: Usage;
|
|
56
|
+
/** Locations in the [Interconnect connection location table](https://cloud.google.com/vpc/network-pricing#interconnect-pricing). This is the interconnect egress charges. */
|
|
57
|
+
interconnectConnectionLocation?: string;
|
|
58
|
+
}
|
|
59
|
+
interface CloudInterconnectWorkload {
|
|
60
|
+
/** VLAN attachment used for interconnect. */
|
|
61
|
+
interconnectAttachments?: VlanAttachment[];
|
|
62
|
+
/** VLAN attachment type */
|
|
63
|
+
interconnectType?: string;
|
|
64
|
+
/** Interconnect circuit link type. */
|
|
65
|
+
linkType?: string;
|
|
66
|
+
/** Interconnect usage. This is specified as a unitless quantity which indicates the number of circuit provisioned in interconnect. */
|
|
67
|
+
provisionedLinkCount?: Usage;
|
|
68
|
+
}
|
|
69
|
+
interface CloudStorageEgressWorkload {
|
|
70
|
+
/** Where the data is sent to. */
|
|
71
|
+
destinationContinent?: string;
|
|
72
|
+
/** Egress usage rate. This usage applies when you move or copy data from one Cloud Storage bucket to another or when another Google Cloud service accesses data in your Cloud Storage bucket. Expected units such as "GiBy/s, By/s, ..." */
|
|
73
|
+
egressRate?: Usage;
|
|
74
|
+
/** Where the data comes from. */
|
|
75
|
+
sourceContinent?: string;
|
|
76
|
+
}
|
|
77
|
+
interface CloudStorageWorkload {
|
|
78
|
+
/** Data retrieval usage. A retrieval cost applies when data or metadata is read, copied, or rewritten . For example: units such as "GiBy/s" or "By/s". */
|
|
79
|
+
dataRetrieval?: Usage;
|
|
80
|
+
/** Data storage usage. The amount of data stored in buckets. For example: units such as "GiBy/s" or "TBy/mo". */
|
|
81
|
+
dataStored?: Usage;
|
|
82
|
+
/** Specify dual regions. */
|
|
83
|
+
dualRegion?: DualRegional;
|
|
84
|
+
/** Specify multi regions. */
|
|
85
|
+
multiRegion?: MultiRegional;
|
|
86
|
+
/** Class A operation usage in Cloud Storage, such as listing the objects in buckets. See the [operations pricing](https://cloud.google.com/storage/pricing#operations-pricing) tables for a list of which operations fall into each class. For example: units such as "1/s". */
|
|
87
|
+
operationA?: Usage;
|
|
88
|
+
/** Class B operation usage in Cloud Storage, such as `getIamPolicy`. See the [operations pricing](https://cloud.google.com/storage/pricing#operations-pricing) tables for a list of which operations fall into each class. For example: units such as "1/s". */
|
|
89
|
+
operationB?: Usage;
|
|
90
|
+
/** Specify a single region. */
|
|
91
|
+
region?: Regional;
|
|
92
|
+
/** The [storage class](https://cloud.google.com/storage/docs/storage-classes#classes) of the data and operation. For example: "standard" and "nearline". */
|
|
93
|
+
storageClass?: string;
|
|
94
|
+
}
|
|
95
|
+
interface Commitment {
|
|
96
|
+
/** Required. A name for this commitment. All commitments in a CostScenario must have unique names. Each name may be at most 128 characters long. */
|
|
97
|
+
name?: string;
|
|
98
|
+
/** A resource-based committed use discount (CUD). */
|
|
99
|
+
vmResourceBasedCud?: VmResourceBasedCud;
|
|
100
|
+
}
|
|
101
|
+
interface CommitmentCostEstimate {
|
|
102
|
+
/** Total estimated costs for the commitment. */
|
|
103
|
+
commitmentTotalCostEstimate?: CostEstimate;
|
|
104
|
+
/** The name of the commitment, as specified in the `CostScenario`. */
|
|
105
|
+
name?: string;
|
|
106
|
+
/** Estimated costs for each SKU in the commitment. */
|
|
107
|
+
skuCostEstimates?: SkuCostEstimate[];
|
|
108
|
+
}
|
|
109
|
+
interface ComputeVmWorkload {
|
|
110
|
+
/** Defines whether each instance has confidential compute enabled. */
|
|
111
|
+
enableConfidentialCompute?: boolean;
|
|
112
|
+
/** Guest accelerators attached to each machine. */
|
|
113
|
+
guestAccelerator?: GuestAccelerator;
|
|
114
|
+
/** VM usage. This is specified as a unitless quantity which indicates the number of instances running. */
|
|
115
|
+
instancesRunning?: Usage;
|
|
116
|
+
/** Premium image licenses used by each instance. */
|
|
117
|
+
licenses?: string[];
|
|
118
|
+
/** The machine type. */
|
|
119
|
+
machineType?: MachineType;
|
|
120
|
+
/** Persistent disks attached to each instance. Must include a boot disk. */
|
|
121
|
+
persistentDisks?: PersistentDisk[];
|
|
122
|
+
/** Defines whether each instance is preemptible. */
|
|
123
|
+
preemptible?: boolean;
|
|
124
|
+
/** The [region](https://cloud.google.com/compute/docs/regions-zones) where the VMs run. For example: "us-central1". */
|
|
125
|
+
region?: string;
|
|
126
|
+
}
|
|
127
|
+
interface CostEstimate {
|
|
128
|
+
/** The estimated credits applied. */
|
|
129
|
+
creditEstimates?: CreditEstimate[];
|
|
130
|
+
/** The estimated net cost after applying credits. */
|
|
131
|
+
netCostEstimate?: Money;
|
|
132
|
+
/** The estimated cost prior to applying credits. */
|
|
133
|
+
preCreditCostEstimate?: Money;
|
|
134
|
+
}
|
|
135
|
+
interface CostEstimationResult {
|
|
136
|
+
/** Required. The ISO 4217 currency code for the cost estimate. */
|
|
137
|
+
currencyCode?: string;
|
|
138
|
+
/** Required. Estimated costs for each idealized month of a `CostScenario`. */
|
|
139
|
+
segmentCostEstimates?: SegmentCostEstimate[];
|
|
140
|
+
/** Required. Information about SKUs used in the estimate. */
|
|
141
|
+
skus?: Sku[];
|
|
142
|
+
}
|
|
143
|
+
interface CostScenario {
|
|
144
|
+
/** New commitments to estimate the costs for. The cost of the commitments will be included in the estimate result and discounts the commitment entitles will be included in the workload cost estimates. A maximum of 100 workloads can be provided. */
|
|
145
|
+
commitments?: Commitment[];
|
|
146
|
+
/** Configuration for the scenario. */
|
|
147
|
+
scenarioConfig?: ScenarioConfig;
|
|
148
|
+
/** The Google Cloud usage whose costs are estimated. A maximum of 100 workloads can be provided. */
|
|
149
|
+
workloads?: Workload[];
|
|
150
|
+
}
|
|
151
|
+
interface CreditEstimate {
|
|
152
|
+
/** The estimated credit amount. */
|
|
153
|
+
creditAmount?: Money;
|
|
154
|
+
/** The credit description. */
|
|
155
|
+
creditDescription?: string;
|
|
156
|
+
/** The credit type. */
|
|
157
|
+
creditType?: string;
|
|
158
|
+
}
|
|
159
|
+
interface CustomMachineType {
|
|
160
|
+
/** Required. The machine series. Only certain [machine series](https://cloud.google.com/compute/docs/general-purpose-machines#custom_machine_types) support custom configurations. For example: "n1". */
|
|
161
|
+
machineSeries?: string;
|
|
162
|
+
/** Required. Memory size of the VM in GB (2^30 bytes). Must be an increment of 0.25 (256 MB). Each [machine series](https://cloud.google.com/compute/docs/machine-types#machine_type_comparison) has limitations on allowed values for the ratio of memory-to-vCPU count. */
|
|
163
|
+
memorySizeGb?: number;
|
|
164
|
+
/** Required. The number of vCPUs. The allowed values depend on the [machine series](https://cloud.google.com/compute/docs/machine-types#machine_type_comparison). */
|
|
165
|
+
virtualCpuCount?: string;
|
|
166
|
+
}
|
|
167
|
+
interface Decimal {
|
|
168
|
+
/** The decimal value, as a string. The string representation consists of an optional sign, `+` (`U+002B`) or `-` (`U+002D`), followed by a sequence of zero or more decimal digits ("the integer"), optionally followed by a fraction, optionally followed by an exponent. An empty string **should** be interpreted as `0`. The fraction consists of a decimal point followed by zero or more decimal digits. The string must contain at least one digit in either the integer or the fraction. The number formed by the sign, the integer and the fraction is referred to as the significand. The exponent consists of the character `e` (`U+0065`) or `E` (`U+0045`) followed by one or more decimal digits. Services **should** normalize decimal values before storing them by: - Removing an explicitly-provided `+` sign (`+2.5` -> `2.5`). - Replacing a zero-length integer value with `0` (`.5` -> `0.5`). - Coercing the exponent character to upper-case, with explicit sign (`2.5e8` -> `2.5E+8`). - Removing an explicitly-provided zero exponent (`2.5E0` -> `2.5`). Services **may** perform additional normalization based on its own needs and the internal decimal implementation selected, such as shifting the decimal point and exponent value together (example: `2.5E-1` <-> `0.25`). Additionally, services **may** preserve trailing zeroes in the fraction to indicate increased precision, but are not required to do so. Note that only the `.` character is supported to divide the integer and the fraction; `,` **should not** be supported regardless of locale. Additionally, thousand separators **should not** be supported. If a service does support them, values **must** be normalized. The ENBF grammar is: DecimalString = '' | [Sign] Significand [Exponent]; Sign = '+' | '-'; Significand = Digits '.' | [Digits] '.' Digits; Exponent = ('e' | 'E') [Sign] Digits; Digits = { '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' }; Services **should** clearly document the range of supported values, the maximum supported precision (total number of digits), and, if applicable, the scale (number of digits after the decimal point), as well as how it behaves when receiving out-of-bounds values. Services **may** choose to accept values passed as input even when the value has a higher precision or scale than the service supports, and **should** round the value to fit the supported scale. Alternatively, the service **may** error with `400 Bad Request` (`INVALID_ARGUMENT` in gRPC) if precision would be lost. Services **should** error with `400 Bad Request` (`INVALID_ARGUMENT` in gRPC) if the service receives a value outside of the supported range. */
|
|
169
|
+
value?: string;
|
|
170
|
+
}
|
|
171
|
+
interface DualRegional {
|
|
172
|
+
/** The [location name](https://cloud.google.com/storage/docs/locations#available-locations) where the data is stored. For example: "asia1" for dual region. */
|
|
173
|
+
name?: string;
|
|
174
|
+
}
|
|
175
|
+
interface EstimateCostScenarioForBillingAccountRequest {
|
|
176
|
+
/** The scenario to estimate costs for. */
|
|
177
|
+
costScenario?: CostScenario;
|
|
178
|
+
}
|
|
179
|
+
interface EstimateCostScenarioForBillingAccountResponse {
|
|
180
|
+
/** The result of the cost estimation. */
|
|
181
|
+
costEstimationResult?: CostEstimationResult;
|
|
182
|
+
}
|
|
183
|
+
interface EstimateCostScenarioWithListPriceRequest {
|
|
184
|
+
/** The scenario to estimate costs for. */
|
|
185
|
+
costScenario?: CostScenario;
|
|
186
|
+
}
|
|
187
|
+
interface EstimateCostScenarioWithListPriceResponse {
|
|
188
|
+
/** The result of the cost estimation. */
|
|
189
|
+
costEstimationResult?: CostEstimationResult;
|
|
190
|
+
}
|
|
191
|
+
interface EstimationTimePoint {
|
|
192
|
+
/** The point in time, relative to the start of the time frame covered by the cost estimate. */
|
|
193
|
+
estimationTimeFrameOffset?: string;
|
|
194
|
+
}
|
|
195
|
+
interface GoogleCloudBillingBillingaccountpricesV1betaAggregationInfo {
|
|
196
|
+
/** Interval at which usage is aggregated to compute cost. Example: "MONTHLY" interval indicates that usage is aggregated every month. */
|
|
197
|
+
interval?: string;
|
|
198
|
+
/** Level at which usage is aggregated to compute cost. Example: "ACCOUNT" level indicates that usage is aggregated across all projects in a single account. */
|
|
199
|
+
level?: string;
|
|
200
|
+
}
|
|
201
|
+
interface GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice {
|
|
202
|
+
/** ISO-4217 currency code for the price. */
|
|
203
|
+
currencyCode?: string;
|
|
204
|
+
/** Resource name for the latest billing account price. */
|
|
205
|
+
name?: string;
|
|
206
|
+
/** Background information on the origin of the price. */
|
|
207
|
+
priceReason?: GoogleCloudBillingBillingaccountpricesV1betaPriceReason;
|
|
208
|
+
/** Rate price metadata. Billing account SKUs with `Rate` price are offered by pricing tiers. The price can have 1 or more rate pricing tiers. */
|
|
209
|
+
rate?: GoogleCloudBillingBillingaccountpricesV1betaRate;
|
|
210
|
+
/** Type of the price. The possible values are: ["unspecified", "rate"]. */
|
|
211
|
+
valueType?: string;
|
|
212
|
+
}
|
|
213
|
+
interface GoogleCloudBillingBillingaccountpricesV1betaDefaultPrice {}
|
|
214
|
+
interface GoogleCloudBillingBillingaccountpricesV1betaFixedDiscount {
|
|
215
|
+
/** Percentage of the fixed discount. */
|
|
216
|
+
discountPercent?: Decimal;
|
|
217
|
+
/** Type of the fixed discount scope which indicates the source of the discount. It can have values such as 'unspecified' and 'sku-group'. */
|
|
218
|
+
discountScopeType?: string;
|
|
219
|
+
/** Time that the fixed discount is anchored to. */
|
|
220
|
+
fixTime?: string;
|
|
221
|
+
/** SKU group where the fixed discount comes from. */
|
|
222
|
+
skuGroup?: string;
|
|
223
|
+
}
|
|
224
|
+
interface GoogleCloudBillingBillingaccountpricesV1betaFixedPrice {}
|
|
225
|
+
interface GoogleCloudBillingBillingaccountpricesV1betaFloatingDiscount {
|
|
226
|
+
/** Percentage of the floating discount. */
|
|
227
|
+
discountPercent?: Decimal;
|
|
228
|
+
/** Type of the floating discount scope which indicates the source of the discount. It can have values such as 'unspecified' and 'sku-group'. */
|
|
229
|
+
discountScopeType?: string;
|
|
230
|
+
/** SKU group where the floating discount comes from. */
|
|
231
|
+
skuGroup?: string;
|
|
232
|
+
}
|
|
233
|
+
interface GoogleCloudBillingBillingaccountpricesV1betaListPriceAsCeiling {}
|
|
234
|
+
interface GoogleCloudBillingBillingaccountpricesV1betaMergedPrice {}
|
|
235
|
+
interface GoogleCloudBillingBillingaccountpricesV1betaMigratedPrice {
|
|
236
|
+
/** Source SKU where the discount is migrated from. Format: billingAccounts/{billing_account}/skus/{sku} */
|
|
237
|
+
sourceSku?: string;
|
|
238
|
+
}
|
|
239
|
+
interface GoogleCloudBillingBillingaccountpricesV1betaPriceReason {
|
|
240
|
+
/** Default price which is the current list price. */
|
|
241
|
+
defaultPrice?: any;
|
|
242
|
+
/** Discount off the list price, anchored to the list price as of a fixed time. */
|
|
243
|
+
fixedDiscount?: GoogleCloudBillingBillingaccountpricesV1betaFixedDiscount;
|
|
244
|
+
/** Fixed price applicable during the terms of a contract agreement. */
|
|
245
|
+
fixedPrice?: any;
|
|
246
|
+
/** Discount off the current list price, not anchored to any list price as of a fixed time. */
|
|
247
|
+
floatingDiscount?: GoogleCloudBillingBillingaccountpricesV1betaFloatingDiscount;
|
|
248
|
+
/** Contract feature that the list price (DefaultPrice) will be used for the price if the current list price drops lower than the custom fixed price. Available to new contracts after March 21, 2022. Applies to all fixed price SKUs in the contract, including FixedPrice, FixedDiscount, MigratedPrice, and MergedPrice. */
|
|
249
|
+
listPriceAsCeiling?: any;
|
|
250
|
+
/** Price after merging from multiple sources. */
|
|
251
|
+
mergedPrice?: any;
|
|
252
|
+
/** Price migrated from other SKUs. */
|
|
253
|
+
migratedPrice?: GoogleCloudBillingBillingaccountpricesV1betaMigratedPrice;
|
|
254
|
+
/** Type of the price reason. It can have values such as 'unspecified', 'default-price', 'fixed-price', 'fixed-discount', 'floating-discount', 'migrated-price', 'merged-price', 'list-price-as-ceiling'. */
|
|
255
|
+
type?: string;
|
|
256
|
+
}
|
|
257
|
+
interface GoogleCloudBillingBillingaccountpricesV1betaRate {
|
|
258
|
+
/** Aggregation info for tiers such as aggregation level and interval. */
|
|
259
|
+
aggregationInfo?: GoogleCloudBillingBillingaccountpricesV1betaAggregationInfo;
|
|
260
|
+
/** All tiers associated with the `Rate` price. */
|
|
261
|
+
tiers?: GoogleCloudBillingBillingaccountpricesV1betaRateTier[];
|
|
262
|
+
/** Unit info such as name and quantity. */
|
|
263
|
+
unitInfo?: GoogleCloudBillingBillingaccountpricesV1betaUnitInfo;
|
|
264
|
+
}
|
|
265
|
+
interface GoogleCloudBillingBillingaccountpricesV1betaRateTier {
|
|
266
|
+
/** Negotiated contract price specific for a billing account. */
|
|
267
|
+
contractPrice?: Money;
|
|
268
|
+
/** Percentage of effective discount calculated using the current list price per pricing tier. Formula used: effective_discount_percent = (list_price - contract_price) / list_price × 100 If list_price and contract_price are zero, this field is the same as `discount_percent` of FixedDiscount and FloatingDiscount. If your contract does NOT have the feature LIST_PRICE_AS_CEILING enabled, the effective_discount_percent can be negative if the SKU has a FixedDiscount and the current list price is lower than the list price on the date of the contract agreement. See the `FixedDiscount.fix_time` on when the discount was set. If you have questions regarding pricing per SKU, contact your Account team for more details. */
|
|
269
|
+
effectiveDiscountPercent?: Decimal;
|
|
270
|
+
/** List price of one tier. */
|
|
271
|
+
listPrice?: Money;
|
|
272
|
+
/** Lower bound amount for a tier. Tiers 0-100, 100-200 will be represented with two tiers with `start_amount` 0 and 100. */
|
|
273
|
+
startAmount?: Decimal;
|
|
274
|
+
}
|
|
275
|
+
interface GoogleCloudBillingBillingaccountpricesV1betaUnitInfo {
|
|
276
|
+
/** Shorthand for the unit. Example: GiBy.mo. */
|
|
277
|
+
unit?: string;
|
|
278
|
+
/** Human-readable description of the unit. Example: gibibyte month. */
|
|
279
|
+
unitDescription?: string;
|
|
280
|
+
/** Unit quantity for the tier. Example: if the RateTier price is $1 per 1000000 Bytes, then `unit_quantity` is set to 1000000. */
|
|
281
|
+
unitQuantity?: Decimal;
|
|
282
|
+
}
|
|
283
|
+
interface GoogleCloudBillingBillingaccountservicesV1betaBillingAccountService {
|
|
284
|
+
/** Description of the BillingAccountService. Example: "BigQuery", "Compute Engine". */
|
|
285
|
+
displayName?: string;
|
|
286
|
+
/** Resource name for the BillingAccountService. Example: "billingAccounts/012345-567890-ABCDEF/services/DA34-426B-A397". */
|
|
287
|
+
name?: string;
|
|
288
|
+
/** Identifier for the service. It is the string after the collection identifier "services/". Example: "DA34-426B-A397". */
|
|
289
|
+
serviceId?: string;
|
|
290
|
+
}
|
|
291
|
+
interface GoogleCloudBillingBillingaccountservicesV1betaListBillingAccountServicesResponse {
|
|
292
|
+
/** The returned billing account services. */
|
|
293
|
+
billingAccountServices?: GoogleCloudBillingBillingaccountservicesV1betaBillingAccountService[];
|
|
294
|
+
/** Token that can be sent as `page_token` in the subsequent request to retrieve the next page. If this field is empty, there are no subsequent pages. */
|
|
295
|
+
nextPageToken?: string;
|
|
296
|
+
}
|
|
297
|
+
interface GoogleCloudBillingBillingaccountskugroupskusV1betaBillingAccountSkuGroupSku {
|
|
298
|
+
/** BillingAccountService that the BillingAccountSkuGroupSku belongs to. */
|
|
299
|
+
billingAccountService?: string;
|
|
300
|
+
/** Description of the BillingAccountSkuGroupSku. Example: "A2 Instance Core running in Hong Kong". */
|
|
301
|
+
displayName?: string;
|
|
302
|
+
/** Geographic metadata that applies to the BillingAccountSkuGroupSku. */
|
|
303
|
+
geoTaxonomy?: GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomy;
|
|
304
|
+
/** Resource name for the BillingAccountSkuGroupSku. Example: "billingAccounts/012345-567890-ABCDEF/skuGroups/0e6403d1-4694-44d2-a696-7a78b1a69301/skus/AA95-CD31-42FE". */
|
|
305
|
+
name?: string;
|
|
306
|
+
/** List of product categories that apply to the BillingAccountSkuGroupSku. */
|
|
307
|
+
productTaxonomy?: GoogleCloudBillingBillingaccountskugroupskusV1betaProductTaxonomy;
|
|
308
|
+
/** Unique identifier for the SKU. It is the string after the collection identifier "skus/" Example: "AA95-CD31-42FE". */
|
|
309
|
+
skuId?: string;
|
|
310
|
+
}
|
|
311
|
+
interface GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomy {
|
|
312
|
+
/** Global geographic metadata with no regions. */
|
|
313
|
+
globalMetadata?: any;
|
|
314
|
+
/** Multi-regional geographic metadata with 2 or more regions. */
|
|
315
|
+
multiRegionalMetadata?: GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyMultiRegional;
|
|
316
|
+
/** Regional geographic metadata with 1 region. */
|
|
317
|
+
regionalMetadata?: GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyRegional;
|
|
318
|
+
/** Type of geographic taxonomy associated with the billing account SKU group SKU. */
|
|
319
|
+
type?: string;
|
|
320
|
+
}
|
|
321
|
+
interface GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyGlobal {}
|
|
322
|
+
interface GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyMultiRegional {
|
|
323
|
+
/** Google Cloud regions associated with the multi-regional geographic taxonomy. */
|
|
324
|
+
regions?: GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyRegion[];
|
|
325
|
+
}
|
|
326
|
+
interface GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyRegion {
|
|
327
|
+
/** Description of a Google Cloud region. Example: "us-west2". */
|
|
328
|
+
region?: string;
|
|
329
|
+
}
|
|
330
|
+
interface GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyRegional {
|
|
331
|
+
/** Google Cloud region associated with the regional geographic taxonomy. */
|
|
332
|
+
region?: GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyRegion;
|
|
333
|
+
}
|
|
334
|
+
interface GoogleCloudBillingBillingaccountskugroupskusV1betaListBillingAccountSkuGroupSkusResponse {
|
|
335
|
+
/** The returned billing account SKU group SKUs. */
|
|
336
|
+
billingAccountSkuGroupSkus?: GoogleCloudBillingBillingaccountskugroupskusV1betaBillingAccountSkuGroupSku[];
|
|
337
|
+
/** Token that can be sent as `page_token` in the subsequent request to retrieve the next page. If this field is empty, there are no subsequent pages. */
|
|
338
|
+
nextPageToken?: string;
|
|
339
|
+
}
|
|
340
|
+
interface GoogleCloudBillingBillingaccountskugroupskusV1betaProductTaxonomy {
|
|
341
|
+
/** All product categories that the billing account SKU group SKU belong to. */
|
|
342
|
+
taxonomyCategories?: GoogleCloudBillingBillingaccountskugroupskusV1betaTaxonomyCategory[];
|
|
343
|
+
}
|
|
344
|
+
interface GoogleCloudBillingBillingaccountskugroupskusV1betaTaxonomyCategory {
|
|
345
|
+
/** Name of the product category. */
|
|
346
|
+
category?: string;
|
|
347
|
+
}
|
|
348
|
+
interface GoogleCloudBillingBillingaccountskugroupsV1betaBillingAccountSkuGroup {
|
|
349
|
+
/** Description of the BillingAccountSkuGroup. Example: "A2 VMs (1 Year CUD)". */
|
|
350
|
+
displayName?: string;
|
|
351
|
+
/** Resource name for the BillingAccountSkuGroup. Example: "billingAccounts/012345-567890-ABCDEF/skuGroups/0e6403d1-4694-44d2-a696-7a78b1a69301". */
|
|
352
|
+
name?: string;
|
|
353
|
+
}
|
|
354
|
+
interface GoogleCloudBillingBillingaccountskugroupsV1betaListBillingAccountSkuGroupsResponse {
|
|
355
|
+
/** The returned publicly listed billing account SKU groups. */
|
|
356
|
+
billingAccountSkuGroups?: GoogleCloudBillingBillingaccountskugroupsV1betaBillingAccountSkuGroup[];
|
|
357
|
+
/** Token that can be sent as `page_token` in the subsequent request to retrieve the next page. If this field is empty, there are no subsequent pages. */
|
|
358
|
+
nextPageToken?: string;
|
|
359
|
+
}
|
|
360
|
+
interface GoogleCloudBillingBillingaccountskusV1betaBillingAccountSku {
|
|
361
|
+
/** BillingAccountService that the BillingAccountSku belongs to. */
|
|
362
|
+
billingAccountService?: string;
|
|
363
|
+
/** Description of the BillingAccountSku. Example: "A2 Instance Core running in Hong Kong". */
|
|
364
|
+
displayName?: string;
|
|
365
|
+
/** Geographic metadata that applies to the BillingAccountSku. */
|
|
366
|
+
geoTaxonomy?: GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomy;
|
|
367
|
+
/** Resource name for the BillingAccountSku. Example: "billingAccounts/012345-567890-ABCDEF/skus/AA95-CD31-42FE". */
|
|
368
|
+
name?: string;
|
|
369
|
+
/** List of product categories that apply to the BillingAccountSku. */
|
|
370
|
+
productTaxonomy?: GoogleCloudBillingBillingaccountskusV1betaProductTaxonomy;
|
|
371
|
+
/** Unique identifier for the SKU. It is the string after the collection identifier "skus/" Example: "AA95-CD31-42FE". */
|
|
372
|
+
skuId?: string;
|
|
373
|
+
}
|
|
374
|
+
interface GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomy {
|
|
375
|
+
/** Global geographic metadata with no regions. */
|
|
376
|
+
globalMetadata?: any;
|
|
377
|
+
/** Multi-regional geographic metadata with 2 or more regions. */
|
|
378
|
+
multiRegionalMetadata?: GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyMultiRegional;
|
|
379
|
+
/** Regional geographic metadata with 1 region. */
|
|
380
|
+
regionalMetadata?: GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyRegional;
|
|
381
|
+
/** Type of geographic taxonomy associated with the billing account SKU. */
|
|
382
|
+
type?: string;
|
|
383
|
+
}
|
|
384
|
+
interface GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyGlobal {}
|
|
385
|
+
interface GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyMultiRegional {
|
|
386
|
+
/** Google Cloud regions associated with the multi-regional geographic taxonomy. */
|
|
387
|
+
regions?: GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyRegion[];
|
|
388
|
+
}
|
|
389
|
+
interface GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyRegion {
|
|
390
|
+
/** Description of a Google Cloud region. Example: "us-west2". */
|
|
391
|
+
region?: string;
|
|
392
|
+
}
|
|
393
|
+
interface GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyRegional {
|
|
394
|
+
/** Google Cloud region associated with the regional geographic taxonomy. */
|
|
395
|
+
region?: GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyRegion;
|
|
396
|
+
}
|
|
397
|
+
interface GoogleCloudBillingBillingaccountskusV1betaListBillingAccountSkusResponse {
|
|
398
|
+
/** The returned billing account SKUs. */
|
|
399
|
+
billingAccountSkus?: GoogleCloudBillingBillingaccountskusV1betaBillingAccountSku[];
|
|
400
|
+
/** Token that can be sent as `page_token` in the subsequent request to retrieve the next page. If this field is empty, there are no subsequent pages. */
|
|
401
|
+
nextPageToken?: string;
|
|
402
|
+
}
|
|
403
|
+
interface GoogleCloudBillingBillingaccountskusV1betaProductTaxonomy {
|
|
404
|
+
/** All product categories that the billing account SKU belong to. */
|
|
405
|
+
taxonomyCategories?: GoogleCloudBillingBillingaccountskusV1betaTaxonomyCategory[];
|
|
406
|
+
}
|
|
407
|
+
interface GoogleCloudBillingBillingaccountskusV1betaTaxonomyCategory {
|
|
408
|
+
/** Name of the product category. */
|
|
409
|
+
category?: string;
|
|
410
|
+
}
|
|
411
|
+
interface GoogleCloudBillingPricesV1betaAggregationInfo {
|
|
412
|
+
/** Interval at which usage is aggregated to compute cost. Example: "MONTHLY" interval indicates that usage is aggregated every month. */
|
|
413
|
+
interval?: string;
|
|
414
|
+
/** Level at which usage is aggregated to compute cost. Example: "ACCOUNT" level indicates that usage is aggregated across all projects in a single account. */
|
|
415
|
+
level?: string;
|
|
416
|
+
}
|
|
417
|
+
interface GoogleCloudBillingPricesV1betaPrice {
|
|
418
|
+
/** ISO-4217 currency code for the price. */
|
|
419
|
+
currencyCode?: string;
|
|
420
|
+
/** Resource name for the latest price. */
|
|
421
|
+
name?: string;
|
|
422
|
+
/** Rate price metadata. SKUs with `Rate` price are offered by pricing tiers. The price can have 1 or more rate pricing tiers. */
|
|
423
|
+
rate?: GoogleCloudBillingPricesV1betaRate;
|
|
424
|
+
/** Type of the price. It can have values: ["unspecified", "rate"]. */
|
|
425
|
+
valueType?: string;
|
|
426
|
+
}
|
|
427
|
+
interface GoogleCloudBillingPricesV1betaRate {
|
|
428
|
+
/** Aggregation info for tiers such as aggregation level and interval. */
|
|
429
|
+
aggregationInfo?: GoogleCloudBillingPricesV1betaAggregationInfo;
|
|
430
|
+
/** All tiers associated with the `Rate` price. */
|
|
431
|
+
tiers?: GoogleCloudBillingPricesV1betaRateTier[];
|
|
432
|
+
/** Unit info such as name and quantity. */
|
|
433
|
+
unitInfo?: GoogleCloudBillingPricesV1betaUnitInfo;
|
|
434
|
+
}
|
|
435
|
+
interface GoogleCloudBillingPricesV1betaRateTier {
|
|
436
|
+
/** List price of one tier. */
|
|
437
|
+
listPrice?: Money;
|
|
438
|
+
/** Lower bound amount for a tier. Tiers 0-100, 100-200 will be represented with two tiers with `start_amount` 0 and 100. */
|
|
439
|
+
startAmount?: Decimal;
|
|
440
|
+
}
|
|
441
|
+
interface GoogleCloudBillingPricesV1betaUnitInfo {
|
|
442
|
+
/** Shorthand for the unit. Example: GiBy.mo. */
|
|
443
|
+
unit?: string;
|
|
444
|
+
/** Human-readable description of the unit. Example: gibibyte month. */
|
|
445
|
+
unitDescription?: string;
|
|
446
|
+
/** Unit quantity for the tier. Example: if the RateTier price is $1 per 1000000 Bytes, then `unit_quantity` is set to 1000000. */
|
|
447
|
+
unitQuantity?: Decimal;
|
|
448
|
+
}
|
|
449
|
+
interface GoogleCloudBillingSkugroupskusV1betaGeoTaxonomy {
|
|
450
|
+
/** Global geographic metadata with no regions. */
|
|
451
|
+
globalMetadata?: any;
|
|
452
|
+
/** Multi-regional geographic metadata with 2 or more regions. */
|
|
453
|
+
multiRegionalMetadata?: GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyMultiRegional;
|
|
454
|
+
/** Regional geographic metadata with 1 region. */
|
|
455
|
+
regionalMetadata?: GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyRegional;
|
|
456
|
+
/** Type of geographic taxonomy associated with the SKU group SKU. */
|
|
457
|
+
type?: string;
|
|
458
|
+
}
|
|
459
|
+
interface GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyGlobal {}
|
|
460
|
+
interface GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyMultiRegional {
|
|
461
|
+
/** Google Cloud regions associated with the multi-regional geographic taxonomy. */
|
|
462
|
+
regions?: GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyRegion[];
|
|
463
|
+
}
|
|
464
|
+
interface GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyRegion {
|
|
465
|
+
/** Description of a Google Cloud region. Example: "us-west2". */
|
|
466
|
+
region?: string;
|
|
467
|
+
}
|
|
468
|
+
interface GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyRegional {
|
|
469
|
+
/** Google Cloud region associated with the regional geographic taxonomy. */
|
|
470
|
+
region?: GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyRegion;
|
|
471
|
+
}
|
|
472
|
+
interface GoogleCloudBillingSkugroupskusV1betaListSkuGroupSkusResponse {
|
|
473
|
+
/** Token that can be sent as `page_token` in the subsequent request to retrieve the next page. If this field is empty, there are no subsequent pages. */
|
|
474
|
+
nextPageToken?: string;
|
|
475
|
+
/** The returned SKU group SKUs. */
|
|
476
|
+
skuGroupSkus?: GoogleCloudBillingSkugroupskusV1betaSkuGroupSku[];
|
|
477
|
+
}
|
|
478
|
+
interface GoogleCloudBillingSkugroupskusV1betaProductTaxonomy {
|
|
479
|
+
/** All product categories that the SKU group SKU belongs to. */
|
|
480
|
+
taxonomyCategories?: GoogleCloudBillingSkugroupskusV1betaTaxonomyCategory[];
|
|
481
|
+
}
|
|
482
|
+
interface GoogleCloudBillingSkugroupskusV1betaSkuGroupSku {
|
|
483
|
+
/** Description of the SkuGroupSku. Example: "A2 Instance Core running in Hong Kong". */
|
|
484
|
+
displayName?: string;
|
|
485
|
+
/** Geographic metadata that applies to the SkuGroupSku. */
|
|
486
|
+
geoTaxonomy?: GoogleCloudBillingSkugroupskusV1betaGeoTaxonomy;
|
|
487
|
+
/** Resource name for the SkuGroupSku. Example: "skuGroups/0e6403d1-4694-44d2-a696-7a78b1a69301/skus/AA95-CD31-42FE". */
|
|
488
|
+
name?: string;
|
|
489
|
+
/** List of product categories that apply to the SkuGroupSku. */
|
|
490
|
+
productTaxonomy?: GoogleCloudBillingSkugroupskusV1betaProductTaxonomy;
|
|
491
|
+
/** Service that the SkuGroupSku belongs to. */
|
|
492
|
+
service?: string;
|
|
493
|
+
/** Unique identifier for the SKU. It is the string after the collection identifier "skus/" Example: "AA95-CD31-42FE". */
|
|
494
|
+
skuId?: string;
|
|
495
|
+
}
|
|
496
|
+
interface GoogleCloudBillingSkugroupskusV1betaTaxonomyCategory {
|
|
497
|
+
/** Name of the product category. */
|
|
498
|
+
category?: string;
|
|
499
|
+
}
|
|
500
|
+
interface GoogleCloudBillingSkugroupsV1betaListSkuGroupsResponse {
|
|
501
|
+
/** Token that can be sent as `page_token` in the subsequent request to retrieve the next page. If this field is empty, there are no subsequent pages. */
|
|
502
|
+
nextPageToken?: string;
|
|
503
|
+
/** The returned publicly listed SKU groups. */
|
|
504
|
+
skuGroups?: GoogleCloudBillingSkugroupsV1betaSkuGroup[];
|
|
505
|
+
}
|
|
506
|
+
interface GoogleCloudBillingSkugroupsV1betaSkuGroup {
|
|
507
|
+
/** Description of the SKU group. Example: "A2 VMs (1 Year CUD)". */
|
|
508
|
+
displayName?: string;
|
|
509
|
+
/** Resource name for the SKU group. Example: "skuGroups/0e6403d1-4694-44d2-a696-7a78b1a69301". */
|
|
510
|
+
name?: string;
|
|
511
|
+
}
|
|
512
|
+
interface GuestAccelerator {
|
|
513
|
+
/** The number of the guest accelerator cards exposed to each instance. */
|
|
514
|
+
acceleratorCount?: string;
|
|
515
|
+
/** The type of the guest accelerator cards. For example: "nvidia-tesla-t4". */
|
|
516
|
+
acceleratorType?: string;
|
|
517
|
+
}
|
|
518
|
+
interface InterRegionEgress {
|
|
519
|
+
/** Which [region](https://cloud.google.com/compute/docs/regions-zones) the egress data goes to. */
|
|
520
|
+
destinationRegion?: string;
|
|
521
|
+
/** VM to VM egress usage. Expected units such as "GiBy/s, By/s, etc." */
|
|
522
|
+
egressRate?: Usage;
|
|
523
|
+
/** Which [region](https://cloud.google.com/compute/docs/regions-zones) the egress data comes from. */
|
|
524
|
+
sourceRegion?: string;
|
|
525
|
+
}
|
|
526
|
+
interface IntraRegionEgress {
|
|
527
|
+
/** VM to VM egress usage. Expected units such as "GiBy/s, By/s, etc." */
|
|
528
|
+
egressRate?: Usage;
|
|
529
|
+
}
|
|
530
|
+
interface MachineType {
|
|
531
|
+
customMachineType?: CustomMachineType;
|
|
532
|
+
predefinedMachineType?: PredefinedMachineType;
|
|
533
|
+
}
|
|
534
|
+
interface Money {
|
|
535
|
+
/** The three-letter currency code defined in ISO 4217. */
|
|
536
|
+
currencyCode?: string;
|
|
537
|
+
/** 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. */
|
|
538
|
+
nanos?: number;
|
|
539
|
+
/** The whole units of the amount. For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar. */
|
|
540
|
+
units?: string;
|
|
541
|
+
}
|
|
542
|
+
interface MultiRegional {
|
|
543
|
+
/** The [location name](https://cloud.google.com/storage/docs/locations#available-locations) where the data is stored. For example: "us" for multi-region. */
|
|
544
|
+
name?: string;
|
|
545
|
+
}
|
|
546
|
+
interface PersistentDisk {
|
|
547
|
+
/** Specifies the size of disk. Must be at least 10 GB. */
|
|
548
|
+
diskSize?: Usage;
|
|
549
|
+
/** The [disk type](https://cloud.google.com/compute/docs/disks#disk-types). For example: "pd-standard". */
|
|
550
|
+
diskType?: string;
|
|
551
|
+
/** Indicates how many IOPS to provision for the disk for extreme persistent disks. This sets the number of I/O operations per second that the disk can handle. Values must be between 10,000 and 120,000. */
|
|
552
|
+
provisionedIops?: Usage;
|
|
553
|
+
/** The geographic scope of the disk. Defaults to `SCOPE_ZONAL` if not specified. */
|
|
554
|
+
scope?: string;
|
|
555
|
+
}
|
|
556
|
+
interface PredefinedMachineType {
|
|
557
|
+
/** The [machine type](https://cloud.google.com/compute/docs/machine-types). For example: "n1-standard1". */
|
|
558
|
+
machineType?: string;
|
|
559
|
+
}
|
|
560
|
+
interface PremiumTierEgressWorkload {
|
|
561
|
+
/** Where the data is sent to. */
|
|
562
|
+
destinationContinent?: string;
|
|
563
|
+
/** Premium Tier egress usage. Expected units such as "GiBy/s, By/s, etc." */
|
|
564
|
+
egressRate?: Usage;
|
|
565
|
+
/** Which [region](https://cloud.google.com/compute/docs/regions-zones) the egress data comes from. */
|
|
566
|
+
sourceRegion?: string;
|
|
567
|
+
}
|
|
568
|
+
interface Price {
|
|
569
|
+
/** The timestamp within the estimation time frame when the price was set. */
|
|
570
|
+
effectiveTime?: EstimationTimePoint;
|
|
571
|
+
/** The type of price. Possible values: "RATE" */
|
|
572
|
+
priceType?: string;
|
|
573
|
+
/** A set of tiered rates. */
|
|
574
|
+
rate?: Rate;
|
|
575
|
+
}
|
|
576
|
+
interface Rate {
|
|
577
|
+
/** The service tiers. */
|
|
578
|
+
tiers?: RateTier[];
|
|
579
|
+
/** The SKU's pricing unit. For example, if the tier price is $1 per 1000000 Bytes, then this field will show 'By'. The `start_amount` field in each tier will be in this unit. */
|
|
580
|
+
unit?: string;
|
|
581
|
+
/** The SKU's count for the pricing unit. For example, if the tier price is $1 per 1000000 Bytes, then this column will show 1000000. */
|
|
582
|
+
unitCount?: number;
|
|
583
|
+
}
|
|
584
|
+
interface RateTier {
|
|
585
|
+
/** The price for this tier. */
|
|
586
|
+
price?: Money;
|
|
587
|
+
/** The magnitude of usage in which the tier interval begins. Example: "From 100 GiBi the price is $1 per byte" implies `start_amount` = 100 */
|
|
588
|
+
startAmount?: number;
|
|
589
|
+
}
|
|
590
|
+
interface Regional {
|
|
591
|
+
/** The [location name](https://cloud.google.com/storage/docs/locations#available-locations). For example: "us-central1" for region. */
|
|
592
|
+
name?: string;
|
|
593
|
+
}
|
|
594
|
+
interface ScenarioConfig {
|
|
595
|
+
/** Time frame for the estimate. Workloads must specify usage for this duration. Duration must be at least 1 hour (3,600 seconds) and at most 10 years (315,360,000 seconds). The calculations for years and months are based on a 730-hour (2,628,000-second) month. For durations longer than one month (2,628,000 seconds), the duration is rounded up to the next month, so the estimate shows you the costs for full months. For example, a duration of 3,232,800 seconds (roughly 5 weeks) is rounded up to 2 months. */
|
|
596
|
+
estimateDuration?: string;
|
|
597
|
+
}
|
|
598
|
+
interface SegmentCostEstimate {
|
|
599
|
+
/** Estimated costs for each commitment. */
|
|
600
|
+
commitmentCostEstimates?: CommitmentCostEstimate[];
|
|
601
|
+
/** Timestamp for the start of the segment. */
|
|
602
|
+
segmentStartTime?: EstimationTimePoint;
|
|
603
|
+
/** Total estimated costs for the time segment. */
|
|
604
|
+
segmentTotalCostEstimate?: CostEstimate;
|
|
605
|
+
/** Estimated costs for each workload. */
|
|
606
|
+
workloadCostEstimates?: WorkloadCostEstimate[];
|
|
607
|
+
}
|
|
608
|
+
interface Sku {
|
|
609
|
+
/** The display name for the SKU. Example: A2 Instance Core running in Americas */
|
|
610
|
+
displayName?: string;
|
|
611
|
+
/** A timeline of prices for a SKU in chronological order. Note: The API currently only supports using a constant price for the entire estimation time frame so this list will contain a single value. */
|
|
612
|
+
prices?: Price[];
|
|
613
|
+
/** The resource name for the SKU. Example: "services/DA34-426B-A397/skus/AA95-CD31-42FE" */
|
|
614
|
+
sku?: string;
|
|
615
|
+
}
|
|
616
|
+
interface SkuCostEstimate {
|
|
617
|
+
/** The estimated cost for the usage on this SKU. */
|
|
618
|
+
costEstimate?: CostEstimate;
|
|
619
|
+
/** The resource name for the SKU. Example: "services/DA34-426B-A397/skus/AA95-CD31-42FE" More information about the SKU can be found in the `skus` field of the `CostEstimationResult`. */
|
|
620
|
+
sku?: string;
|
|
621
|
+
/** The amount of usage on this SKU. */
|
|
622
|
+
usageAmount?: number;
|
|
623
|
+
/** The unit for the usage on this SKU. */
|
|
624
|
+
usageUnit?: string;
|
|
625
|
+
}
|
|
626
|
+
interface StandardTierEgressWorkload {
|
|
627
|
+
/** Standard tier egress usage. Expected units such as "GiBy/s, By/s, etc." */
|
|
628
|
+
egressRate?: Usage;
|
|
629
|
+
/** Which [region](https://cloud.google.com/compute/docs/regions-zones) the egress data comes from. */
|
|
630
|
+
sourceRegion?: string;
|
|
631
|
+
}
|
|
632
|
+
interface Usage {
|
|
633
|
+
/** A timeline of usage rates over the estimate interval. */
|
|
634
|
+
usageRateTimeline?: UsageRateTimeline;
|
|
635
|
+
}
|
|
636
|
+
interface UsageRateTimeline {
|
|
637
|
+
/** The unit for the usage rate in each timeline entry. If you provide an incorrect unit for an instance, the correct unit is provided in the error message. The supported units are a subset of [The Unified Code for Units of Measure](https://ucum.org/ucum.html) standard: * **Time units (TIME-UNIT)** * `s` second * `min` minute * `h` hour * `d` day * `wk` week * `mo` month * `yr` year * `ms` millisecond * `us` microsecond * `ns` nanosecond * **Basic storage units (BASIC-STORAGE-UNIT)** * `bit` bit * `By` byte * **Count units (COUNT-UNIT)** * `count` count * **Prefixes (PREFIX)** * `k` kilo (10^3) * `M` mega (10^6) * `G` giga (10^9) * `T` tera (10^12) * `P` peta (10^15) * `Ki` kibi (2^10) * `Mi` mebi (2^20) * `Gi` gibi (2^30) * `Ti` tebi (2^40) * `Pi` pebi (2^50) **Grammar** The grammar also includes these connectors: * `/` division or ratio (as an infix operator). For example: `kBy/{email}` or `MiBy/10ms`. * `.` multiplication or composition (as an infix operator). For example: `GBy.d` or `k{watt}.h`. The grammar for a unit is as follows: ``` Expression = Component { "." Component } { "/" Component } ; Component = ( [ PREFIX ] UNIT | "%" ) [ Annotation ] | Annotation | "1" ; UNIT = TIME-UNIT | STORAGE-UNIT | DATA-UNIT | COUNT-UNIT Annotation = "{" NAME "}" ; ``` Examples: * Request per second: `1/s` or `{requests}/s` * GibiBytes: `GiBy` * GibiBytes * seconds: `GiBy.s` */
|
|
638
|
+
unit?: string;
|
|
639
|
+
/** The timeline entries. Each entry has a start time and usage rate. The start time specifies the effective time of the usage rate. The entries must be sorted by start time in an increasing order. */
|
|
640
|
+
usageRateTimelineEntries?: UsageRateTimelineEntry[];
|
|
641
|
+
}
|
|
642
|
+
interface UsageRateTimelineEntry {
|
|
643
|
+
/** The effective time for this entry. The usage rate is in effect starting at this time until the effective time of the subsequent entry in the timeline. The last entry defines the usage rate until the end of the `Usage` time frame. Must correspond to an integer number of hours. */
|
|
644
|
+
effectiveTime?: EstimationTimePoint;
|
|
645
|
+
/** The usage rate. */
|
|
646
|
+
usageRate?: number;
|
|
647
|
+
}
|
|
648
|
+
interface VlanAttachment {
|
|
649
|
+
/** Capacities in the [pricing table](https://cloud.google.com/vpc/network-pricing#interconnect-pricing) Examples of capacity are: 50/100/200/300/400/500-Mbps, 1/2/5/10/20/50-Gbps. */
|
|
650
|
+
bandwidth?: string;
|
|
651
|
+
/** VLAN usage. This is specified as a unitless quantity which indicates the number of VLAN attachment used in interconnect. */
|
|
652
|
+
vlanCount?: Usage;
|
|
653
|
+
}
|
|
654
|
+
interface VmResourceBasedCud {
|
|
655
|
+
/** Guest accelerator, known as GPU. */
|
|
656
|
+
guestAccelerator?: GuestAccelerator;
|
|
657
|
+
/** The machine series for CUD. For example: "n1" for general purpose N1 machine type commitments. "n2" for general purpose N2 machine type commitments. "e2" for general purpose E2 machine type commitments. "n2d" for general purpose N2D machine type commitments. "t2d" for general purpose T2D machine type commitments. "c2"/"c2d" for compute-optimized commitments. "m1"/"m2" for the memory-optimized commitments. "a2' for the accelerator-optimized commitments. */
|
|
658
|
+
machineSeries?: string;
|
|
659
|
+
/** Memory size of the VM in GB (2^30 bytes). Must be an increment of 0.25 (256 MB). */
|
|
660
|
+
memorySizeGb?: number;
|
|
661
|
+
/** Commitment usage plan. */
|
|
662
|
+
plan?: string;
|
|
663
|
+
/** The region where the VM runs. For example: "us-central1" */
|
|
664
|
+
region?: string;
|
|
665
|
+
/** The number of vCPUs. The number of vCPUs must be an integer of 0 or more and can be even or odd. */
|
|
666
|
+
virtualCpuCount?: string;
|
|
667
|
+
}
|
|
668
|
+
interface VmToVmEgressWorkload {
|
|
669
|
+
interRegionEgress?: InterRegionEgress;
|
|
670
|
+
intraRegionEgress?: IntraRegionEgress;
|
|
671
|
+
}
|
|
672
|
+
interface Workload {
|
|
673
|
+
/** Usage on Google Cloud CDN Egress. */
|
|
674
|
+
cloudCdnEgressWorkload?: CloudCdnEgressWorkload;
|
|
675
|
+
/** Usage on Google Cloud CDN. */
|
|
676
|
+
cloudCdnWorkload?: CloudCdnWorkload;
|
|
677
|
+
/** Usage on Google Cloud Interconnect Egress. */
|
|
678
|
+
cloudInterconnectEgressWorkload?: CloudInterconnectEgressWorkload;
|
|
679
|
+
/** Usage on Google Cloud Interconnect. */
|
|
680
|
+
cloudInterconnectWorkload?: CloudInterconnectWorkload;
|
|
681
|
+
/** Usage on a cloud storage egress. */
|
|
682
|
+
cloudStorageEgressWorkload?: CloudStorageEgressWorkload;
|
|
683
|
+
/** Usage on Google Cloud Storage. */
|
|
684
|
+
cloudStorageWorkload?: CloudStorageWorkload;
|
|
685
|
+
/** Usage of a Google Compute Engine Virtual Machine. */
|
|
686
|
+
computeVmWorkload?: ComputeVmWorkload;
|
|
687
|
+
/** Required. A name for this workload. All workloads in a `CostScenario` must have a unique `name`. Each `name` may be at most 128 characters long. */
|
|
688
|
+
name?: string;
|
|
689
|
+
/** Usage on Premium Tier Internet Egress. */
|
|
690
|
+
premiumTierEgressWorkload?: PremiumTierEgressWorkload;
|
|
691
|
+
/** Usage on Standard Tier Internet Egress. */
|
|
692
|
+
standardTierEgressWorkload?: StandardTierEgressWorkload;
|
|
693
|
+
/** Usage on Vm to Vm Egress. */
|
|
694
|
+
vmToVmEgressWorkload?: VmToVmEgressWorkload;
|
|
695
|
+
}
|
|
696
|
+
interface WorkloadCostEstimate {
|
|
697
|
+
/** The name of the workload, as specified in the `CostScenario`. */
|
|
698
|
+
name?: string;
|
|
699
|
+
/** Estimated costs for each SKU in the workload. */
|
|
700
|
+
skuCostEstimates?: SkuCostEstimate[];
|
|
701
|
+
/** Total estimated costs for the workload. */
|
|
702
|
+
workloadTotalCostEstimate?: CostEstimate;
|
|
703
|
+
}
|
|
704
|
+
interface ServicesResource {
|
|
705
|
+
/** Gets a Google Cloud service visible to a billing account. */
|
|
706
|
+
get(request?: {
|
|
707
|
+
/** V1 error format. */
|
|
708
|
+
'$.xgafv'?: string;
|
|
709
|
+
/** OAuth access token. */
|
|
710
|
+
access_token?: string;
|
|
711
|
+
/** Data format for response. */
|
|
712
|
+
alt?: string;
|
|
713
|
+
/** JSONP */
|
|
714
|
+
callback?: string;
|
|
715
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
716
|
+
fields?: string;
|
|
717
|
+
/** 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. */
|
|
718
|
+
key?: string;
|
|
719
|
+
/** Required. The name of the billing account service to retrieve. Format: billingAccounts/{billing_account}/services/{service} */
|
|
720
|
+
name: string;
|
|
721
|
+
/** OAuth 2.0 token for the current user. */
|
|
722
|
+
oauth_token?: string;
|
|
723
|
+
/** Returns response with indentations and line breaks. */
|
|
724
|
+
prettyPrint?: boolean;
|
|
725
|
+
/** 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. */
|
|
726
|
+
quotaUser?: string;
|
|
727
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
728
|
+
upload_protocol?: string;
|
|
729
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
730
|
+
uploadType?: string;
|
|
731
|
+
}): Request<GoogleCloudBillingBillingaccountservicesV1betaBillingAccountService>;
|
|
732
|
+
/** Lists services visible to a billing account. */
|
|
733
|
+
list(request?: {
|
|
734
|
+
/** V1 error format. */
|
|
735
|
+
'$.xgafv'?: string;
|
|
736
|
+
/** OAuth access token. */
|
|
737
|
+
access_token?: string;
|
|
738
|
+
/** Data format for response. */
|
|
739
|
+
alt?: string;
|
|
740
|
+
/** JSONP */
|
|
741
|
+
callback?: string;
|
|
742
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
743
|
+
fields?: string;
|
|
744
|
+
/** 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. */
|
|
745
|
+
key?: string;
|
|
746
|
+
/** OAuth 2.0 token for the current user. */
|
|
747
|
+
oauth_token?: string;
|
|
748
|
+
/** Maximum number of billing account service to return. Results may return fewer than this value. Default value is 50 and maximum value is 5000. */
|
|
749
|
+
pageSize?: number;
|
|
750
|
+
/** Page token received from a previous ListBillingAccountServices call to retrieve the next page of results. If this field is empty, the first page is returned. */
|
|
751
|
+
pageToken?: string;
|
|
752
|
+
/** Required. The billing account to list billing account service from. Format: billingAccounts/{billing_account} */
|
|
753
|
+
parent: string;
|
|
754
|
+
/** Returns response with indentations and line breaks. */
|
|
755
|
+
prettyPrint?: boolean;
|
|
756
|
+
/** 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. */
|
|
757
|
+
quotaUser?: string;
|
|
758
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
759
|
+
upload_protocol?: string;
|
|
760
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
761
|
+
uploadType?: string;
|
|
762
|
+
}): Request<GoogleCloudBillingBillingaccountservicesV1betaListBillingAccountServicesResponse>;
|
|
763
|
+
}
|
|
764
|
+
interface SkusResource {
|
|
765
|
+
/** Gets a SKU that is part of a billing account SKU group. */
|
|
766
|
+
get(request?: {
|
|
767
|
+
/** V1 error format. */
|
|
768
|
+
'$.xgafv'?: string;
|
|
769
|
+
/** OAuth access token. */
|
|
770
|
+
access_token?: string;
|
|
771
|
+
/** Data format for response. */
|
|
772
|
+
alt?: string;
|
|
773
|
+
/** JSONP */
|
|
774
|
+
callback?: string;
|
|
775
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
776
|
+
fields?: string;
|
|
777
|
+
/** 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. */
|
|
778
|
+
key?: string;
|
|
779
|
+
/** Required. The name of the billing account SKU group SKU to retrieve. Format: billingAccounts/{billing_account}/skuGroups/{sku_group}/skus/{sku} */
|
|
780
|
+
name: string;
|
|
781
|
+
/** OAuth 2.0 token for the current user. */
|
|
782
|
+
oauth_token?: string;
|
|
783
|
+
/** Returns response with indentations and line breaks. */
|
|
784
|
+
prettyPrint?: boolean;
|
|
785
|
+
/** 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. */
|
|
786
|
+
quotaUser?: string;
|
|
787
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
788
|
+
upload_protocol?: string;
|
|
789
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
790
|
+
uploadType?: string;
|
|
791
|
+
}): Request<GoogleCloudBillingBillingaccountskugroupskusV1betaBillingAccountSkuGroupSku>;
|
|
792
|
+
/** Lists SKUs that is part of billing account SKU groups. */
|
|
793
|
+
list(request?: {
|
|
794
|
+
/** V1 error format. */
|
|
795
|
+
'$.xgafv'?: string;
|
|
796
|
+
/** OAuth access token. */
|
|
797
|
+
access_token?: string;
|
|
798
|
+
/** Data format for response. */
|
|
799
|
+
alt?: string;
|
|
800
|
+
/** JSONP */
|
|
801
|
+
callback?: string;
|
|
802
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
803
|
+
fields?: string;
|
|
804
|
+
/** 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. */
|
|
805
|
+
key?: string;
|
|
806
|
+
/** OAuth 2.0 token for the current user. */
|
|
807
|
+
oauth_token?: string;
|
|
808
|
+
/** Maximum number of billing account SKU group SKUs to return. Results may return fewer than this value. Default value is 50 and maximum value is 5000. */
|
|
809
|
+
pageSize?: number;
|
|
810
|
+
/** Page token received from a previous ListBillingAccountSkuGroupSkus call to retrieve the next page of results. If this field is empty, the first page is returned. */
|
|
811
|
+
pageToken?: string;
|
|
812
|
+
/** Required. The billing account SKU group to list billing account SKU group SKUs from. Format: billingAccounts/{billing_account}/skuGroups/{sku_group} */
|
|
813
|
+
parent: string;
|
|
814
|
+
/** Returns response with indentations and line breaks. */
|
|
815
|
+
prettyPrint?: boolean;
|
|
816
|
+
/** 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. */
|
|
817
|
+
quotaUser?: string;
|
|
818
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
819
|
+
upload_protocol?: string;
|
|
820
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
821
|
+
uploadType?: string;
|
|
822
|
+
}): Request<GoogleCloudBillingBillingaccountskugroupskusV1betaListBillingAccountSkuGroupSkusResponse>;
|
|
823
|
+
}
|
|
824
|
+
interface SkuGroupsResource {
|
|
825
|
+
/** Gets a SKU group visible to a billing account. */
|
|
826
|
+
get(request?: {
|
|
827
|
+
/** V1 error format. */
|
|
828
|
+
'$.xgafv'?: string;
|
|
829
|
+
/** OAuth access token. */
|
|
830
|
+
access_token?: string;
|
|
831
|
+
/** Data format for response. */
|
|
832
|
+
alt?: string;
|
|
833
|
+
/** JSONP */
|
|
834
|
+
callback?: string;
|
|
835
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
836
|
+
fields?: string;
|
|
837
|
+
/** 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. */
|
|
838
|
+
key?: string;
|
|
839
|
+
/** Required. The name of the BillingAccountSkuGroup to retrieve. Format: billingAccounts/{billing_account}/skuGroups/{sku_group} */
|
|
840
|
+
name: string;
|
|
841
|
+
/** OAuth 2.0 token for the current user. */
|
|
842
|
+
oauth_token?: string;
|
|
843
|
+
/** Returns response with indentations and line breaks. */
|
|
844
|
+
prettyPrint?: boolean;
|
|
845
|
+
/** 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. */
|
|
846
|
+
quotaUser?: string;
|
|
847
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
848
|
+
upload_protocol?: string;
|
|
849
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
850
|
+
uploadType?: string;
|
|
851
|
+
}): Request<GoogleCloudBillingBillingaccountskugroupsV1betaBillingAccountSkuGroup>;
|
|
852
|
+
/** Lists SKU groups visible to a billing account. */
|
|
853
|
+
list(request?: {
|
|
854
|
+
/** V1 error format. */
|
|
855
|
+
'$.xgafv'?: string;
|
|
856
|
+
/** OAuth access token. */
|
|
857
|
+
access_token?: string;
|
|
858
|
+
/** Data format for response. */
|
|
859
|
+
alt?: string;
|
|
860
|
+
/** JSONP */
|
|
861
|
+
callback?: string;
|
|
862
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
863
|
+
fields?: string;
|
|
864
|
+
/** 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. */
|
|
865
|
+
key?: string;
|
|
866
|
+
/** OAuth 2.0 token for the current user. */
|
|
867
|
+
oauth_token?: string;
|
|
868
|
+
/** Maximum number of billing account SKU groups to return. Results may return fewer than this value. Default value is 50 and maximum value is 5000. */
|
|
869
|
+
pageSize?: number;
|
|
870
|
+
/** Page token received from a previous ListBillingAccountSkuGroups call to retrieve the next page of results. If this field is empty, the first page is returned. */
|
|
871
|
+
pageToken?: string;
|
|
872
|
+
/** Required. The billing account to list billing account SKU groups from. Format: billingAccounts/{billing_account} */
|
|
873
|
+
parent: string;
|
|
874
|
+
/** Returns response with indentations and line breaks. */
|
|
875
|
+
prettyPrint?: boolean;
|
|
876
|
+
/** 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. */
|
|
877
|
+
quotaUser?: string;
|
|
878
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
879
|
+
upload_protocol?: string;
|
|
880
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
881
|
+
uploadType?: string;
|
|
882
|
+
}): Request<GoogleCloudBillingBillingaccountskugroupsV1betaListBillingAccountSkuGroupsResponse>;
|
|
883
|
+
skus: SkusResource;
|
|
884
|
+
}
|
|
885
|
+
interface PriceResource {
|
|
886
|
+
/** Gets the latest price for SKUs available to your Cloud Billing account. */
|
|
887
|
+
get(request?: {
|
|
888
|
+
/** V1 error format. */
|
|
889
|
+
'$.xgafv'?: string;
|
|
890
|
+
/** OAuth access token. */
|
|
891
|
+
access_token?: string;
|
|
892
|
+
/** Data format for response. */
|
|
893
|
+
alt?: string;
|
|
894
|
+
/** JSONP */
|
|
895
|
+
callback?: string;
|
|
896
|
+
/** Optional. ISO-4217 currency code for the price. If not specified, the currency of the billing account is used. */
|
|
897
|
+
currencyCode?: string;
|
|
898
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
899
|
+
fields?: string;
|
|
900
|
+
/** 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. */
|
|
901
|
+
key?: string;
|
|
902
|
+
/** Required. Name of the billing account price to retrieve. Format: billingAccounts/{billing_account}/skus/{sku}/price */
|
|
903
|
+
name: string;
|
|
904
|
+
/** OAuth 2.0 token for the current user. */
|
|
905
|
+
oauth_token?: string;
|
|
906
|
+
/** Returns response with indentations and line breaks. */
|
|
907
|
+
prettyPrint?: boolean;
|
|
908
|
+
/** 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. */
|
|
909
|
+
quotaUser?: string;
|
|
910
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
911
|
+
upload_protocol?: string;
|
|
912
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
913
|
+
uploadType?: string;
|
|
914
|
+
}): Request<GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice>;
|
|
915
|
+
}
|
|
916
|
+
interface SkusResource {
|
|
917
|
+
/** Gets a SKU visible to a billing account. */
|
|
918
|
+
get(request?: {
|
|
919
|
+
/** V1 error format. */
|
|
920
|
+
'$.xgafv'?: string;
|
|
921
|
+
/** OAuth access token. */
|
|
922
|
+
access_token?: string;
|
|
923
|
+
/** Data format for response. */
|
|
924
|
+
alt?: string;
|
|
925
|
+
/** JSONP */
|
|
926
|
+
callback?: string;
|
|
927
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
928
|
+
fields?: string;
|
|
929
|
+
/** 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. */
|
|
930
|
+
key?: string;
|
|
931
|
+
/** Required. The name of the billing account SKU to retrieve. Format: billingAccounts/{billing_account}/skus/{sku} */
|
|
932
|
+
name: string;
|
|
933
|
+
/** OAuth 2.0 token for the current user. */
|
|
934
|
+
oauth_token?: string;
|
|
935
|
+
/** Returns response with indentations and line breaks. */
|
|
936
|
+
prettyPrint?: boolean;
|
|
937
|
+
/** 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. */
|
|
938
|
+
quotaUser?: string;
|
|
939
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
940
|
+
upload_protocol?: string;
|
|
941
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
942
|
+
uploadType?: string;
|
|
943
|
+
}): Request<GoogleCloudBillingBillingaccountskusV1betaBillingAccountSku>;
|
|
944
|
+
/** Lists SKUs visible to a billing account. */
|
|
945
|
+
list(request?: {
|
|
946
|
+
/** V1 error format. */
|
|
947
|
+
'$.xgafv'?: string;
|
|
948
|
+
/** OAuth access token. */
|
|
949
|
+
access_token?: string;
|
|
950
|
+
/** Data format for response. */
|
|
951
|
+
alt?: string;
|
|
952
|
+
/** JSONP */
|
|
953
|
+
callback?: string;
|
|
954
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
955
|
+
fields?: string;
|
|
956
|
+
/** Options for how to filter the billing account SKUs. Currently, only filter on `billing_account_service` is supported. Only !=, = operators are supported. Examples: - billing_account_service = "billingAccounts/012345-567890-ABCDEF/services/DA34-426B-A397" */
|
|
957
|
+
filter?: string;
|
|
958
|
+
/** 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. */
|
|
959
|
+
key?: string;
|
|
960
|
+
/** OAuth 2.0 token for the current user. */
|
|
961
|
+
oauth_token?: string;
|
|
962
|
+
/** Maximum number of billing account SKUs to return. Results may return fewer than this value. Default value is 50 and maximum value is 5000. */
|
|
963
|
+
pageSize?: number;
|
|
964
|
+
/** Page token received from a previous ListBillingAccountSkus call to retrieve the next page of results. If this field is empty, the first page is returned. */
|
|
965
|
+
pageToken?: string;
|
|
966
|
+
/** Required. The billing account to list billing account SKU from. Format: billingAccounts/{billing_account} */
|
|
967
|
+
parent: string;
|
|
968
|
+
/** Returns response with indentations and line breaks. */
|
|
969
|
+
prettyPrint?: boolean;
|
|
970
|
+
/** 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. */
|
|
971
|
+
quotaUser?: string;
|
|
972
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
973
|
+
upload_protocol?: string;
|
|
974
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
975
|
+
uploadType?: string;
|
|
976
|
+
}): Request<GoogleCloudBillingBillingaccountskusV1betaListBillingAccountSkusResponse>;
|
|
977
|
+
price: PriceResource;
|
|
978
|
+
}
|
|
979
|
+
interface BillingAccountsResource {
|
|
980
|
+
/** Use custom pricing in the estimate, using a `CostScenario` with a defined `billingAccount`. */
|
|
981
|
+
estimateCostScenario(request: {
|
|
982
|
+
/** V1 error format. */
|
|
983
|
+
'$.xgafv'?: string;
|
|
984
|
+
/** OAuth access token. */
|
|
985
|
+
access_token?: string;
|
|
986
|
+
/** Data format for response. */
|
|
987
|
+
alt?: string;
|
|
988
|
+
/** Resource name of the billing account for the cost estimate. The resource name has the form `billingAccounts/{billing_account_id}`. For example, `billingAccounts/012345-567890-ABCDEF` is the resource name for billing account `012345-567890-ABCDEF`. Must be specified. */
|
|
989
|
+
billingAccount: string;
|
|
990
|
+
/** JSONP */
|
|
991
|
+
callback?: string;
|
|
992
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
993
|
+
fields?: string;
|
|
994
|
+
/** 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. */
|
|
995
|
+
key?: string;
|
|
996
|
+
/** OAuth 2.0 token for the current user. */
|
|
997
|
+
oauth_token?: string;
|
|
998
|
+
/** Returns response with indentations and line breaks. */
|
|
999
|
+
prettyPrint?: boolean;
|
|
1000
|
+
/** 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. */
|
|
1001
|
+
quotaUser?: string;
|
|
1002
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1003
|
+
upload_protocol?: string;
|
|
1004
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1005
|
+
uploadType?: string;
|
|
1006
|
+
/** Request body */
|
|
1007
|
+
resource: EstimateCostScenarioForBillingAccountRequest;
|
|
1008
|
+
}): Request<EstimateCostScenarioForBillingAccountResponse>;
|
|
1009
|
+
estimateCostScenario(
|
|
1010
|
+
request: {
|
|
1011
|
+
/** V1 error format. */
|
|
1012
|
+
'$.xgafv'?: string;
|
|
1013
|
+
/** OAuth access token. */
|
|
1014
|
+
access_token?: string;
|
|
1015
|
+
/** Data format for response. */
|
|
1016
|
+
alt?: string;
|
|
1017
|
+
/** Resource name of the billing account for the cost estimate. The resource name has the form `billingAccounts/{billing_account_id}`. For example, `billingAccounts/012345-567890-ABCDEF` is the resource name for billing account `012345-567890-ABCDEF`. Must be specified. */
|
|
1018
|
+
billingAccount: string;
|
|
1019
|
+
/** JSONP */
|
|
1020
|
+
callback?: string;
|
|
1021
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1022
|
+
fields?: string;
|
|
1023
|
+
/** 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. */
|
|
1024
|
+
key?: string;
|
|
1025
|
+
/** OAuth 2.0 token for the current user. */
|
|
1026
|
+
oauth_token?: string;
|
|
1027
|
+
/** Returns response with indentations and line breaks. */
|
|
1028
|
+
prettyPrint?: boolean;
|
|
1029
|
+
/** 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. */
|
|
1030
|
+
quotaUser?: string;
|
|
1031
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1032
|
+
upload_protocol?: string;
|
|
1033
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1034
|
+
uploadType?: string;
|
|
1035
|
+
},
|
|
1036
|
+
body: EstimateCostScenarioForBillingAccountRequest
|
|
1037
|
+
): Request<EstimateCostScenarioForBillingAccountResponse>;
|
|
1038
|
+
services: ServicesResource;
|
|
1039
|
+
skuGroups: SkuGroupsResource;
|
|
1040
|
+
skus: SkusResource;
|
|
1041
|
+
}
|
|
1042
|
+
interface SkusResource {
|
|
1043
|
+
/** Gets a publicly listed SKU that is part of a publicly listed SKU group. */
|
|
1044
|
+
get(request?: {
|
|
1045
|
+
/** V1 error format. */
|
|
1046
|
+
'$.xgafv'?: string;
|
|
1047
|
+
/** OAuth access token. */
|
|
1048
|
+
access_token?: string;
|
|
1049
|
+
/** Data format for response. */
|
|
1050
|
+
alt?: string;
|
|
1051
|
+
/** JSONP */
|
|
1052
|
+
callback?: string;
|
|
1053
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1054
|
+
fields?: string;
|
|
1055
|
+
/** 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. */
|
|
1056
|
+
key?: string;
|
|
1057
|
+
/** Required. The name of the SKU group SKU to retrieve. Format: skuGroups/{sku_group}/skus/{sku} */
|
|
1058
|
+
name: string;
|
|
1059
|
+
/** OAuth 2.0 token for the current user. */
|
|
1060
|
+
oauth_token?: string;
|
|
1061
|
+
/** Returns response with indentations and line breaks. */
|
|
1062
|
+
prettyPrint?: boolean;
|
|
1063
|
+
/** 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. */
|
|
1064
|
+
quotaUser?: string;
|
|
1065
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1066
|
+
upload_protocol?: string;
|
|
1067
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1068
|
+
uploadType?: string;
|
|
1069
|
+
}): Request<GoogleCloudBillingSkugroupskusV1betaSkuGroupSku>;
|
|
1070
|
+
/** Lists all publicly listed SKUs contained by a publicly listed SKU group. */
|
|
1071
|
+
list(request?: {
|
|
1072
|
+
/** V1 error format. */
|
|
1073
|
+
'$.xgafv'?: string;
|
|
1074
|
+
/** OAuth access token. */
|
|
1075
|
+
access_token?: string;
|
|
1076
|
+
/** Data format for response. */
|
|
1077
|
+
alt?: string;
|
|
1078
|
+
/** JSONP */
|
|
1079
|
+
callback?: string;
|
|
1080
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1081
|
+
fields?: string;
|
|
1082
|
+
/** 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. */
|
|
1083
|
+
key?: string;
|
|
1084
|
+
/** OAuth 2.0 token for the current user. */
|
|
1085
|
+
oauth_token?: string;
|
|
1086
|
+
/** Maximum number of SKU group SKUs to return. Results may return fewer than this value. Default value is 50 and maximum value is 5000. */
|
|
1087
|
+
pageSize?: number;
|
|
1088
|
+
/** Page token received from a previous ListSkuGroupSkus call to retrieve the next page of results. If this field is empty, the first page is returned. */
|
|
1089
|
+
pageToken?: string;
|
|
1090
|
+
/** Required. The SkuGroup to list SkuGroupSku from. Format: skuGroups/{sku_group} */
|
|
1091
|
+
parent: string;
|
|
1092
|
+
/** Returns response with indentations and line breaks. */
|
|
1093
|
+
prettyPrint?: boolean;
|
|
1094
|
+
/** 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. */
|
|
1095
|
+
quotaUser?: string;
|
|
1096
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1097
|
+
upload_protocol?: string;
|
|
1098
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1099
|
+
uploadType?: string;
|
|
1100
|
+
}): Request<GoogleCloudBillingSkugroupskusV1betaListSkuGroupSkusResponse>;
|
|
1101
|
+
}
|
|
1102
|
+
interface SkuGroupsResource {
|
|
1103
|
+
/** Gets a publicly listed SKU group. */
|
|
1104
|
+
get(request?: {
|
|
1105
|
+
/** V1 error format. */
|
|
1106
|
+
'$.xgafv'?: string;
|
|
1107
|
+
/** OAuth access token. */
|
|
1108
|
+
access_token?: string;
|
|
1109
|
+
/** Data format for response. */
|
|
1110
|
+
alt?: string;
|
|
1111
|
+
/** JSONP */
|
|
1112
|
+
callback?: string;
|
|
1113
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1114
|
+
fields?: string;
|
|
1115
|
+
/** 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. */
|
|
1116
|
+
key?: string;
|
|
1117
|
+
/** Required. The name of the SKU group to retrieve. Format: skuGroups/{sku_group} */
|
|
1118
|
+
name: string;
|
|
1119
|
+
/** OAuth 2.0 token for the current user. */
|
|
1120
|
+
oauth_token?: string;
|
|
1121
|
+
/** Returns response with indentations and line breaks. */
|
|
1122
|
+
prettyPrint?: boolean;
|
|
1123
|
+
/** 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. */
|
|
1124
|
+
quotaUser?: string;
|
|
1125
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1126
|
+
upload_protocol?: string;
|
|
1127
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1128
|
+
uploadType?: string;
|
|
1129
|
+
}): Request<GoogleCloudBillingSkugroupsV1betaSkuGroup>;
|
|
1130
|
+
/** Lists all publicly listed SKU groups. */
|
|
1131
|
+
list(request?: {
|
|
1132
|
+
/** V1 error format. */
|
|
1133
|
+
'$.xgafv'?: string;
|
|
1134
|
+
/** OAuth access token. */
|
|
1135
|
+
access_token?: string;
|
|
1136
|
+
/** Data format for response. */
|
|
1137
|
+
alt?: string;
|
|
1138
|
+
/** JSONP */
|
|
1139
|
+
callback?: string;
|
|
1140
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1141
|
+
fields?: string;
|
|
1142
|
+
/** 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. */
|
|
1143
|
+
key?: string;
|
|
1144
|
+
/** OAuth 2.0 token for the current user. */
|
|
1145
|
+
oauth_token?: string;
|
|
1146
|
+
/** Maximum number of SKU groups to return. Results may return fewer than this value. Default value is 50 and maximum value is 5000. */
|
|
1147
|
+
pageSize?: number;
|
|
1148
|
+
/** Page token received from a previous ListSkuGroups call to retrieve the next page of results. If this field is empty, the first page is returned. */
|
|
1149
|
+
pageToken?: string;
|
|
1150
|
+
/** Returns response with indentations and line breaks. */
|
|
1151
|
+
prettyPrint?: boolean;
|
|
1152
|
+
/** 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. */
|
|
1153
|
+
quotaUser?: string;
|
|
1154
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1155
|
+
upload_protocol?: string;
|
|
1156
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1157
|
+
uploadType?: string;
|
|
1158
|
+
}): Request<GoogleCloudBillingSkugroupsV1betaListSkuGroupsResponse>;
|
|
1159
|
+
skus: SkusResource;
|
|
1160
|
+
}
|
|
1161
|
+
interface PriceResource {
|
|
1162
|
+
/** Gets the latest price for the given SKU. */
|
|
1163
|
+
get(request?: {
|
|
1164
|
+
/** V1 error format. */
|
|
1165
|
+
'$.xgafv'?: string;
|
|
1166
|
+
/** OAuth access token. */
|
|
1167
|
+
access_token?: string;
|
|
1168
|
+
/** Data format for response. */
|
|
1169
|
+
alt?: string;
|
|
1170
|
+
/** JSONP */
|
|
1171
|
+
callback?: string;
|
|
1172
|
+
/** Optional. ISO-4217 currency code for the price. If not specified, USD will be used. */
|
|
1173
|
+
currencyCode?: string;
|
|
1174
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1175
|
+
fields?: string;
|
|
1176
|
+
/** 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. */
|
|
1177
|
+
key?: string;
|
|
1178
|
+
/** Required. Name of the latest price to retrieve. Format: skus/{sku}/price */
|
|
1179
|
+
name: string;
|
|
1180
|
+
/** OAuth 2.0 token for the current user. */
|
|
1181
|
+
oauth_token?: string;
|
|
1182
|
+
/** Returns response with indentations and line breaks. */
|
|
1183
|
+
prettyPrint?: boolean;
|
|
1184
|
+
/** 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. */
|
|
1185
|
+
quotaUser?: string;
|
|
1186
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1187
|
+
upload_protocol?: string;
|
|
1188
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1189
|
+
uploadType?: string;
|
|
1190
|
+
}): Request<GoogleCloudBillingPricesV1betaPrice>;
|
|
1191
|
+
}
|
|
1192
|
+
interface SkusResource {
|
|
1193
|
+
price: PriceResource;
|
|
1194
|
+
}
|
|
1195
|
+
interface V1betaResource {
|
|
1196
|
+
/** Estimate list prices using a `CostScenario` without a defined `billingAccount`. */
|
|
1197
|
+
estimateCostScenario(request: {
|
|
1198
|
+
/** V1 error format. */
|
|
1199
|
+
'$.xgafv'?: string;
|
|
1200
|
+
/** OAuth access token. */
|
|
1201
|
+
access_token?: string;
|
|
1202
|
+
/** Data format for response. */
|
|
1203
|
+
alt?: string;
|
|
1204
|
+
/** JSONP */
|
|
1205
|
+
callback?: string;
|
|
1206
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1207
|
+
fields?: string;
|
|
1208
|
+
/** 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. */
|
|
1209
|
+
key?: string;
|
|
1210
|
+
/** OAuth 2.0 token for the current user. */
|
|
1211
|
+
oauth_token?: string;
|
|
1212
|
+
/** Returns response with indentations and line breaks. */
|
|
1213
|
+
prettyPrint?: boolean;
|
|
1214
|
+
/** 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. */
|
|
1215
|
+
quotaUser?: string;
|
|
1216
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1217
|
+
upload_protocol?: string;
|
|
1218
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1219
|
+
uploadType?: string;
|
|
1220
|
+
/** Request body */
|
|
1221
|
+
resource: EstimateCostScenarioWithListPriceRequest;
|
|
1222
|
+
}): Request<EstimateCostScenarioWithListPriceResponse>;
|
|
1223
|
+
estimateCostScenario(
|
|
1224
|
+
request: {
|
|
1225
|
+
/** V1 error format. */
|
|
1226
|
+
'$.xgafv'?: string;
|
|
1227
|
+
/** OAuth access token. */
|
|
1228
|
+
access_token?: string;
|
|
1229
|
+
/** Data format for response. */
|
|
1230
|
+
alt?: string;
|
|
1231
|
+
/** JSONP */
|
|
1232
|
+
callback?: string;
|
|
1233
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1234
|
+
fields?: string;
|
|
1235
|
+
/** 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. */
|
|
1236
|
+
key?: string;
|
|
1237
|
+
/** OAuth 2.0 token for the current user. */
|
|
1238
|
+
oauth_token?: string;
|
|
1239
|
+
/** Returns response with indentations and line breaks. */
|
|
1240
|
+
prettyPrint?: boolean;
|
|
1241
|
+
/** 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. */
|
|
1242
|
+
quotaUser?: string;
|
|
1243
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1244
|
+
upload_protocol?: string;
|
|
1245
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1246
|
+
uploadType?: string;
|
|
1247
|
+
},
|
|
1248
|
+
body: EstimateCostScenarioWithListPriceRequest
|
|
1249
|
+
): Request<EstimateCostScenarioWithListPriceResponse>;
|
|
1250
|
+
}
|
|
1822
1251
|
|
|
1823
|
-
|
|
1252
|
+
const billingAccounts: BillingAccountsResource;
|
|
1824
1253
|
|
|
1825
|
-
|
|
1254
|
+
const skuGroups: SkuGroupsResource;
|
|
1826
1255
|
|
|
1827
|
-
|
|
1256
|
+
const skus: SkusResource;
|
|
1828
1257
|
|
|
1829
|
-
|
|
1830
|
-
|
|
1258
|
+
const v1beta: V1betaResource;
|
|
1259
|
+
}
|
|
1831
1260
|
}
|