@maxim_mazurok/gapi.client.serviceusage-v1beta1 0.0.20240822 → 0.0.20240905

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 +9 -1
  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://serviceusage.googleapis.com/$discovery/rest?version=v1beta1
12
- // Revision: 20240822
12
+ // Revision: 20240905
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -392,6 +392,10 @@ declare namespace gapi.client {
392
392
  /** Protocol buffer options. */
393
393
  options?: Option[];
394
394
  }
395
+ interface ExperimentalFeatures {
396
+ /** Enables generation of asynchronous REST clients if `rest` transport is enabled. By default, asynchronous REST clients will not be generated. This feature will be enabled by default 1 month after launching the feature in preview packages. */
397
+ restAsyncIoEnabled?: boolean;
398
+ }
395
399
  interface Field {
396
400
  /** The field cardinality. */
397
401
  cardinality?: string;
@@ -772,6 +776,8 @@ declare namespace gapi.client {
772
776
  launchStage?: string;
773
777
  /** The sampling period of metric data points. For metrics which are written periodically, consecutive data points are stored at this time interval, excluding data loss due to errors. Metrics with a higher granularity have a smaller sampling period. */
774
778
  samplePeriod?: string;
779
+ /** The scope of the timeseries data of the metric. */
780
+ timeSeriesResourceHierarchyLevel?: string[];
775
781
  }
776
782
  interface MetricRule {
777
783
  /** Metrics to update when the selected methods are called, and the associated cost applied to each metric. The key of the map is the metric name, and the values are the amount increased for the metric against which the quota limits are defined. The value must not be negative. */
@@ -898,6 +904,8 @@ declare namespace gapi.client {
898
904
  interface PythonSettings {
899
905
  /** Some settings. */
900
906
  common?: CommonLanguageSettings;
907
+ /** Experimental features to be included during client library generation. */
908
+ experimentalFeatures?: ExperimentalFeatures;
901
909
  }
902
910
  interface Quota {
903
911
  /** List of QuotaLimit definitions for the service. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.serviceusage-v1beta1",
3
- "version": "0.0.20240822",
3
+ "version": "0.0.20240905",
4
4
  "description": "TypeScript typings for Service Usage API v1beta1",
5
5
  "repository": {
6
6
  "type": "git",