@googleapis/serviceusage 15.0.1 → 15.0.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [15.0.2](https://github.com/googleapis/google-api-nodejs-client/compare/serviceusage-v15.0.1...serviceusage-v15.0.2) (2025-05-05)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **serviceusage:** update the API ([f921cb6](https://github.com/googleapis/google-api-nodejs-client/commit/f921cb69d2a4a8b6122f620591c96b57ded1ac8b))
9
+
3
10
  ## [15.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/serviceusage-v15.0.0...serviceusage-v15.0.1) (2025-03-19)
4
11
 
5
12
 
@@ -2819,7 +2819,7 @@ export declare namespace serviceusage_v1beta1 {
2819
2819
  }
2820
2820
  export interface Params$Resource$Services$Consumerquotametrics$Get extends StandardParameters {
2821
2821
  /**
2822
- * The resource name of the quota limit. An example name would be: `projects/123/services/serviceusage.googleapis.com/quotas/metrics/serviceusage.googleapis.com%2Fmutate_requests`
2822
+ * The resource name of the quota. An example name would be: `projects/123/services/serviceusage.googleapis.com/consumerQuotaMetrics/serviceusage.googleapis.com%2Fmutate_requests`
2823
2823
  */
2824
2824
  name?: string;
2825
2825
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/serviceusage",
3
- "version": "15.0.1",
3
+ "version": "15.0.2",
4
4
  "description": "serviceusage",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
package/v1beta1.ts CHANGED
@@ -3742,7 +3742,7 @@ export namespace serviceusage_v1beta1 {
3742
3742
  export interface Params$Resource$Services$Consumerquotametrics$Get
3743
3743
  extends StandardParameters {
3744
3744
  /**
3745
- * The resource name of the quota limit. An example name would be: `projects/123/services/serviceusage.googleapis.com/quotas/metrics/serviceusage.googleapis.com%2Fmutate_requests`
3745
+ * The resource name of the quota. An example name would be: `projects/123/services/serviceusage.googleapis.com/consumerQuotaMetrics/serviceusage.googleapis.com%2Fmutate_requests`
3746
3746
  */
3747
3747
  name?: string;
3748
3748
  /**