Skip to content

Commit bab2099

Browse files
fix(serviceconsumermanagement): update the API
#### serviceconsumermanagement:v1beta1 The following keys were changed: - schemas.Aspect.properties.spec.description #### serviceconsumermanagement:v1 The following keys were changed: - schemas.Aspect.properties.spec.description
1 parent f1adc20 commit bab2099

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

discovery/serviceconsumermanagement-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@
542542
}
543543
}
544544
},
545-
"revision": "20250313",
545+
"revision": "20250504",
546546
"rootUrl": "https://serviceconsumermanagement.googleapis.com/",
547547
"schemas": {
548548
"AddTenantProjectRequest": {
@@ -642,7 +642,7 @@
642642
"description": "Properties of the object.",
643643
"type": "any"
644644
},
645-
"description": "Content of the configuration. The underlying schema should be defined by Aspect owners as protobuf message under `apiserving/configaspects/proto`.",
645+
"description": "Content of the configuration. The underlying schema should be defined by Aspect owners as protobuf message under `google/api/configaspects/proto`.",
646646
"type": "object"
647647
}
648648
},

discovery/serviceconsumermanagement-v1beta1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@
715715
}
716716
}
717717
},
718-
"revision": "20250313",
718+
"revision": "20250504",
719719
"rootUrl": "https://serviceconsumermanagement.googleapis.com/",
720720
"schemas": {
721721
"Api": {
@@ -785,7 +785,7 @@
785785
"description": "Properties of the object.",
786786
"type": "any"
787787
},
788-
"description": "Content of the configuration. The underlying schema should be defined by Aspect owners as protobuf message under `apiserving/configaspects/proto`.",
788+
"description": "Content of the configuration. The underlying schema should be defined by Aspect owners as protobuf message under `google/api/configaspects/proto`.",
789789
"type": "object"
790790
}
791791
},

src/apis/serviceconsumermanagement/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ export namespace serviceconsumermanagement_v1 {
194194
*/
195195
kind?: string | null;
196196
/**
197-
* Content of the configuration. The underlying schema should be defined by Aspect owners as protobuf message under `apiserving/configaspects/proto`.
197+
* Content of the configuration. The underlying schema should be defined by Aspect owners as protobuf message under `google/api/configaspects/proto`.
198198
*/
199199
spec?: {[key: string]: any} | null;
200200
}

src/apis/serviceconsumermanagement/v1beta1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export namespace serviceconsumermanagement_v1beta1 {
168168
*/
169169
kind?: string | null;
170170
/**
171-
* Content of the configuration. The underlying schema should be defined by Aspect owners as protobuf message under `apiserving/configaspects/proto`.
171+
* Content of the configuration. The underlying schema should be defined by Aspect owners as protobuf message under `google/api/configaspects/proto`.
172172
*/
173173
spec?: {[key: string]: any} | null;
174174
}

0 commit comments

Comments
 (0)