Skip to content

Commit 6696305

Browse files
fix(servicemanagement): update the API
#### servicemanagement:v1 The following keys were changed: - schemas.Aspect.properties.spec.description
1 parent 98ad68d commit 6696305

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

discovery/servicemanagement-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@
830830
}
831831
}
832832
},
833-
"revision": "20250414",
833+
"revision": "20250502",
834834
"rootUrl": "https://servicemanagement.googleapis.com/",
835835
"schemas": {
836836
"Advice": {
@@ -911,7 +911,7 @@
911911
"description": "Properties of the object.",
912912
"type": "any"
913913
},
914-
"description": "Content of the configuration. The underlying schema should be defined by Aspect owners as protobuf message under `apiserving/configaspects/proto`.",
914+
"description": "Content of the configuration. The underlying schema should be defined by Aspect owners as protobuf message under `google/api/configaspects/proto`.",
915915
"type": "object"
916916
}
917917
},

src/apis/servicemanagement/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ export namespace servicemanagement_v1 {
177177
*/
178178
kind?: string | null;
179179
/**
180-
* Content of the configuration. The underlying schema should be defined by Aspect owners as protobuf message under `apiserving/configaspects/proto`.
180+
* Content of the configuration. The underlying schema should be defined by Aspect owners as protobuf message under `google/api/configaspects/proto`.
181181
*/
182182
spec?: {[key: string]: any} | null;
183183
}

0 commit comments

Comments
 (0)