Skip to content

Commit bcdf0eb

Browse files
yoshi-automationfeywind
authored andcommitted
fix(servicemanagement): update the API
#### servicemanagement:v1 The following keys were changed: - schemas.Control.properties.environment.description
1 parent f5e6ef0 commit bcdf0eb

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
@@ -835,7 +835,7 @@
835835
}
836836
}
837837
},
838-
"revision": "20251001",
838+
"revision": "20251027",
839839
"rootUrl": "https://servicemanagement.googleapis.com/",
840840
"schemas": {
841841
"Advice": {
@@ -1584,7 +1584,7 @@
15841584
"id": "Control",
15851585
"properties": {
15861586
"environment": {
1587-
"description": "The service controller environment to use. If empty, no control plane feature (like quota and billing) will be enabled. The recommended value for most services is servicecontrol.googleapis.com",
1587+
"description": "The service controller environment to use. If empty, no control plane features (like quota and billing) will be enabled. The recommended value for most services is servicecontrol.googleapis.com.",
15881588
"type": "string"
15891589
},
15901590
"methodPolicies": {

src/apis/servicemanagement/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ export namespace servicemanagement_v1 {
629629
*/
630630
export interface Schema$Control {
631631
/**
632-
* The service controller environment to use. If empty, no control plane feature (like quota and billing) will be enabled. The recommended value for most services is servicecontrol.googleapis.com
632+
* The service controller environment to use. If empty, no control plane features (like quota and billing) will be enabled. The recommended value for most services is servicecontrol.googleapis.com.
633633
*/
634634
environment?: string | null;
635635
/**

0 commit comments

Comments
 (0)