Skip to content

Commit f3c8071

Browse files
fix(serviceusage): update the API
#### serviceusage:v1beta1 The following keys were changed: - schemas.Aspect.properties.spec.description #### serviceusage:v1 The following keys were changed: - schemas.Aspect.properties.spec.description
1 parent 9cab470 commit f3c8071

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

discovery/serviceusage-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@
426426
}
427427
}
428428
},
429-
"revision": "20250313",
429+
"revision": "20250511",
430430
"rootUrl": "https://serviceusage.googleapis.com/",
431431
"schemas": {
432432
"AddEnableRulesMetadata": {
@@ -634,7 +634,7 @@
634634
"description": "Properties of the object.",
635635
"type": "any"
636636
},
637-
"description": "Content of the configuration. The underlying schema should be defined by Aspect owners as protobuf message under `apiserving/configaspects/proto`.",
637+
"description": "Content of the configuration. The underlying schema should be defined by Aspect owners as protobuf message under `google/api/configaspects/proto`.",
638638
"type": "object"
639639
}
640640
},

discovery/serviceusage-v1beta1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@
964964
}
965965
}
966966
},
967-
"revision": "20250417",
967+
"revision": "20250511",
968968
"rootUrl": "https://serviceusage.googleapis.com/",
969969
"schemas": {
970970
"AddEnableRulesMetadata": {
@@ -1172,7 +1172,7 @@
11721172
"description": "Properties of the object.",
11731173
"type": "any"
11741174
},
1175-
"description": "Content of the configuration. The underlying schema should be defined by Aspect owners as protobuf message under `apiserving/configaspects/proto`.",
1175+
"description": "Content of the configuration. The underlying schema should be defined by Aspect owners as protobuf message under `google/api/configaspects/proto`.",
11761176
"type": "object"
11771177
}
11781178
},

src/apis/serviceusage/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ export namespace serviceusage_v1 {
261261
*/
262262
kind?: string | null;
263263
/**
264-
* Content of the configuration. The underlying schema should be defined by Aspect owners as protobuf message under `apiserving/configaspects/proto`.
264+
* Content of the configuration. The underlying schema should be defined by Aspect owners as protobuf message under `google/api/configaspects/proto`.
265265
*/
266266
spec?: {[key: string]: any} | null;
267267
}

src/apis/serviceusage/v1beta1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ export namespace serviceusage_v1beta1 {
261261
*/
262262
kind?: string | null;
263263
/**
264-
* Content of the configuration. The underlying schema should be defined by Aspect owners as protobuf message under `apiserving/configaspects/proto`.
264+
* Content of the configuration. The underlying schema should be defined by Aspect owners as protobuf message under `google/api/configaspects/proto`.
265265
*/
266266
spec?: {[key: string]: any} | null;
267267
}

0 commit comments

Comments
 (0)