@maxim_mazurok/gapi.client.cloudbilling-v1beta 0.1.20260306 → 0.2.20260313

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.
Files changed (2) hide show
  1. package/index.d.ts +52 -40
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
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: 20260306
12
+ // Revision: 20260313
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -34,9 +34,9 @@ declare namespace gapi.client {
34
34
  }
35
35
  interface GoogleCloudBillingBillingaccountpricesV1betaAggregationInfo {
36
36
  /** Interval at which usage is aggregated to compute cost. Example: "MONTHLY" interval indicates that usage is aggregated every month. */
37
- interval?: string;
37
+ interval?: 'INTERVAL_UNSPECIFIED' | 'INTERVAL_MONTHLY' | 'INTERVAL_DAILY';
38
38
  /** Level at which usage is aggregated to compute cost. Example: "ACCOUNT" level indicates that usage is aggregated across all projects in a single account. */
39
- level?: string;
39
+ level?: 'LEVEL_UNSPECIFIED' | 'LEVEL_ACCOUNT' | 'LEVEL_PROJECT';
40
40
  }
41
41
  interface GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice {
42
42
  /** ISO-4217 currency code for the price. */
@@ -162,7 +162,11 @@ declare namespace gapi.client {
162
162
  /** Regional geographic metadata with 1 region. */
163
163
  regionalMetadata?: GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyRegional;
164
164
  /** Type of geographic taxonomy associated with the billing account SKU group SKU. */
165
- type?: string;
165
+ type?:
166
+ | 'TYPE_UNSPECIFIED'
167
+ | 'TYPE_GLOBAL'
168
+ | 'TYPE_REGIONAL'
169
+ | 'TYPE_MULTI_REGIONAL';
166
170
  }
167
171
  interface GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyGlobal {}
168
172
  interface GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyMultiRegional {
@@ -225,7 +229,11 @@ declare namespace gapi.client {
225
229
  /** Regional geographic metadata with 1 region. */
226
230
  regionalMetadata?: GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyRegional;
227
231
  /** Type of geographic taxonomy associated with the billing account SKU. */
228
- type?: string;
232
+ type?:
233
+ | 'TYPE_UNSPECIFIED'
234
+ | 'TYPE_GLOBAL'
235
+ | 'TYPE_REGIONAL'
236
+ | 'TYPE_MULTI_REGIONAL';
229
237
  }
230
238
  interface GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyGlobal {}
231
239
  interface GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyMultiRegional {
@@ -256,9 +264,9 @@ declare namespace gapi.client {
256
264
  }
257
265
  interface GoogleCloudBillingPricesV1betaAggregationInfo {
258
266
  /** Interval at which usage is aggregated to compute cost. Example: "MONTHLY" interval indicates that usage is aggregated every month. */
259
- interval?: string;
267
+ interval?: 'INTERVAL_UNSPECIFIED' | 'INTERVAL_MONTHLY' | 'INTERVAL_DAILY';
260
268
  /** Level at which usage is aggregated to compute cost. Example: "ACCOUNT" level indicates that usage is aggregated across all projects in a single account. */
261
- level?: string;
269
+ level?: 'LEVEL_UNSPECIFIED' | 'LEVEL_ACCOUNT' | 'LEVEL_PROJECT';
262
270
  }
263
271
  interface GoogleCloudBillingPricesV1betaListPricesResponse {
264
272
  /** 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. */
@@ -306,7 +314,11 @@ declare namespace gapi.client {
306
314
  /** Regional geographic metadata with 1 region. */
307
315
  regionalMetadata?: GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyRegional;
308
316
  /** Type of geographic taxonomy associated with the SKU group SKU. */
309
- type?: string;
317
+ type?:
318
+ | 'TYPE_UNSPECIFIED'
319
+ | 'TYPE_GLOBAL'
320
+ | 'TYPE_REGIONAL'
321
+ | 'TYPE_MULTI_REGIONAL';
310
322
  }
311
323
  interface GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyGlobal {}
312
324
  interface GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyMultiRegional {
@@ -373,11 +385,11 @@ declare namespace gapi.client {
373
385
  /** Gets a Google Cloud service visible to a billing account. */
374
386
  get(request?: {
375
387
  /** V1 error format. */
376
- '$.xgafv'?: string;
388
+ '$.xgafv'?: '1' | '2';
377
389
  /** OAuth access token. */
378
390
  access_token?: string;
379
391
  /** Data format for response. */
380
- alt?: string;
392
+ alt?: 'json' | 'media' | 'proto';
381
393
  /** JSONP */
382
394
  callback?: string;
383
395
  /** Selector specifying which fields to include in a partial response. */
@@ -400,11 +412,11 @@ declare namespace gapi.client {
400
412
  /** Lists services visible to a billing account. */
401
413
  list(request?: {
402
414
  /** V1 error format. */
403
- '$.xgafv'?: string;
415
+ '$.xgafv'?: '1' | '2';
404
416
  /** OAuth access token. */
405
417
  access_token?: string;
406
418
  /** Data format for response. */
407
- alt?: string;
419
+ alt?: 'json' | 'media' | 'proto';
408
420
  /** JSONP */
409
421
  callback?: string;
410
422
  /** Selector specifying which fields to include in a partial response. */
@@ -433,11 +445,11 @@ declare namespace gapi.client {
433
445
  /** Gets a SKU that is part of a billing account SKU group. */
434
446
  get(request?: {
435
447
  /** V1 error format. */
436
- '$.xgafv'?: string;
448
+ '$.xgafv'?: '1' | '2';
437
449
  /** OAuth access token. */
438
450
  access_token?: string;
439
451
  /** Data format for response. */
440
- alt?: string;
452
+ alt?: 'json' | 'media' | 'proto';
441
453
  /** JSONP */
442
454
  callback?: string;
443
455
  /** Selector specifying which fields to include in a partial response. */
@@ -460,11 +472,11 @@ declare namespace gapi.client {
460
472
  /** Lists SKUs that is part of billing account SKU groups. */
461
473
  list(request?: {
462
474
  /** V1 error format. */
463
- '$.xgafv'?: string;
475
+ '$.xgafv'?: '1' | '2';
464
476
  /** OAuth access token. */
465
477
  access_token?: string;
466
478
  /** Data format for response. */
467
- alt?: string;
479
+ alt?: 'json' | 'media' | 'proto';
468
480
  /** JSONP */
469
481
  callback?: string;
470
482
  /** Selector specifying which fields to include in a partial response. */
@@ -493,11 +505,11 @@ declare namespace gapi.client {
493
505
  /** Gets a SKU group visible to a billing account. */
494
506
  get(request?: {
495
507
  /** V1 error format. */
496
- '$.xgafv'?: string;
508
+ '$.xgafv'?: '1' | '2';
497
509
  /** OAuth access token. */
498
510
  access_token?: string;
499
511
  /** Data format for response. */
500
- alt?: string;
512
+ alt?: 'json' | 'media' | 'proto';
501
513
  /** JSONP */
502
514
  callback?: string;
503
515
  /** Selector specifying which fields to include in a partial response. */
@@ -520,11 +532,11 @@ declare namespace gapi.client {
520
532
  /** Lists SKU groups visible to a billing account. */
521
533
  list(request?: {
522
534
  /** V1 error format. */
523
- '$.xgafv'?: string;
535
+ '$.xgafv'?: '1' | '2';
524
536
  /** OAuth access token. */
525
537
  access_token?: string;
526
538
  /** Data format for response. */
527
- alt?: string;
539
+ alt?: 'json' | 'media' | 'proto';
528
540
  /** JSONP */
529
541
  callback?: string;
530
542
  /** Selector specifying which fields to include in a partial response. */
@@ -554,11 +566,11 @@ declare namespace gapi.client {
554
566
  /** Gets the latest price for SKUs available to your Cloud Billing account. */
555
567
  get(request?: {
556
568
  /** V1 error format. */
557
- '$.xgafv'?: string;
569
+ '$.xgafv'?: '1' | '2';
558
570
  /** OAuth access token. */
559
571
  access_token?: string;
560
572
  /** Data format for response. */
561
- alt?: string;
573
+ alt?: 'json' | 'media' | 'proto';
562
574
  /** JSONP */
563
575
  callback?: string;
564
576
  /** Optional. ISO-4217 currency code for the price. If not specified, the currency of the billing account is used. */
@@ -585,11 +597,11 @@ declare namespace gapi.client {
585
597
  /** Lists the latest prices for SKUs available to your Cloud Billing account. */
586
598
  list(request?: {
587
599
  /** V1 error format. */
588
- '$.xgafv'?: string;
600
+ '$.xgafv'?: '1' | '2';
589
601
  /** OAuth access token. */
590
602
  access_token?: string;
591
603
  /** Data format for response. */
592
- alt?: string;
604
+ alt?: 'json' | 'media' | 'proto';
593
605
  /** JSONP */
594
606
  callback?: string;
595
607
  /** Optional. ISO-4217 currency code for the price. If not specified, currency of billing account will be used. */
@@ -620,11 +632,11 @@ declare namespace gapi.client {
620
632
  /** Gets a SKU visible to a billing account. */
621
633
  get(request?: {
622
634
  /** V1 error format. */
623
- '$.xgafv'?: string;
635
+ '$.xgafv'?: '1' | '2';
624
636
  /** OAuth access token. */
625
637
  access_token?: string;
626
638
  /** Data format for response. */
627
- alt?: string;
639
+ alt?: 'json' | 'media' | 'proto';
628
640
  /** JSONP */
629
641
  callback?: string;
630
642
  /** Selector specifying which fields to include in a partial response. */
@@ -647,11 +659,11 @@ declare namespace gapi.client {
647
659
  /** Lists SKUs visible to a billing account. */
648
660
  list(request?: {
649
661
  /** V1 error format. */
650
- '$.xgafv'?: string;
662
+ '$.xgafv'?: '1' | '2';
651
663
  /** OAuth access token. */
652
664
  access_token?: string;
653
665
  /** Data format for response. */
654
- alt?: string;
666
+ alt?: 'json' | 'media' | 'proto';
655
667
  /** JSONP */
656
668
  callback?: string;
657
669
  /** Selector specifying which fields to include in a partial response. */
@@ -689,11 +701,11 @@ declare namespace gapi.client {
689
701
  /** Gets a publicly listed SKU that is part of a publicly listed SKU group. */
690
702
  get(request?: {
691
703
  /** V1 error format. */
692
- '$.xgafv'?: string;
704
+ '$.xgafv'?: '1' | '2';
693
705
  /** OAuth access token. */
694
706
  access_token?: string;
695
707
  /** Data format for response. */
696
- alt?: string;
708
+ alt?: 'json' | 'media' | 'proto';
697
709
  /** JSONP */
698
710
  callback?: string;
699
711
  /** Selector specifying which fields to include in a partial response. */
@@ -716,11 +728,11 @@ declare namespace gapi.client {
716
728
  /** Lists all publicly listed SKUs contained by a publicly listed SKU group. */
717
729
  list(request?: {
718
730
  /** V1 error format. */
719
- '$.xgafv'?: string;
731
+ '$.xgafv'?: '1' | '2';
720
732
  /** OAuth access token. */
721
733
  access_token?: string;
722
734
  /** Data format for response. */
723
- alt?: string;
735
+ alt?: 'json' | 'media' | 'proto';
724
736
  /** JSONP */
725
737
  callback?: string;
726
738
  /** Selector specifying which fields to include in a partial response. */
@@ -749,11 +761,11 @@ declare namespace gapi.client {
749
761
  /** Gets a publicly listed SKU group. */
750
762
  get(request?: {
751
763
  /** V1 error format. */
752
- '$.xgafv'?: string;
764
+ '$.xgafv'?: '1' | '2';
753
765
  /** OAuth access token. */
754
766
  access_token?: string;
755
767
  /** Data format for response. */
756
- alt?: string;
768
+ alt?: 'json' | 'media' | 'proto';
757
769
  /** JSONP */
758
770
  callback?: string;
759
771
  /** Selector specifying which fields to include in a partial response. */
@@ -776,11 +788,11 @@ declare namespace gapi.client {
776
788
  /** Lists all publicly listed SKU groups. */
777
789
  list(request?: {
778
790
  /** V1 error format. */
779
- '$.xgafv'?: string;
791
+ '$.xgafv'?: '1' | '2';
780
792
  /** OAuth access token. */
781
793
  access_token?: string;
782
794
  /** Data format for response. */
783
- alt?: string;
795
+ alt?: 'json' | 'media' | 'proto';
784
796
  /** JSONP */
785
797
  callback?: string;
786
798
  /** Selector specifying which fields to include in a partial response. */
@@ -808,11 +820,11 @@ declare namespace gapi.client {
808
820
  /** Gets the latest price for the given SKU. */
809
821
  get(request?: {
810
822
  /** V1 error format. */
811
- '$.xgafv'?: string;
823
+ '$.xgafv'?: '1' | '2';
812
824
  /** OAuth access token. */
813
825
  access_token?: string;
814
826
  /** Data format for response. */
815
- alt?: string;
827
+ alt?: 'json' | 'media' | 'proto';
816
828
  /** JSONP */
817
829
  callback?: string;
818
830
  /** Optional. ISO-4217 currency code for the price. If not specified, USD will be used. */
@@ -839,11 +851,11 @@ declare namespace gapi.client {
839
851
  /** Lists the latest prices for all SKUs. */
840
852
  list(request?: {
841
853
  /** V1 error format. */
842
- '$.xgafv'?: string;
854
+ '$.xgafv'?: '1' | '2';
843
855
  /** OAuth access token. */
844
856
  access_token?: string;
845
857
  /** Data format for response. */
846
- alt?: string;
858
+ alt?: 'json' | 'media' | 'proto';
847
859
  /** JSONP */
848
860
  callback?: string;
849
861
  /** Optional. ISO-4217 currency code for the price. If not specified, USD will be used. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.cloudbilling-v1beta",
3
- "version": "0.1.20260306",
3
+ "version": "0.2.20260313",
4
4
  "description": "TypeScript typings for Cloud Billing API v1beta",
5
5
  "repository": {
6
6
  "type": "git",