Skip to content

Commit

Permalink
fix(servicemanagement): update the API
Browse files Browse the repository at this point in the history
#### servicemanagement:v1

The following keys were changed:
- auth.oauth2.scopes.https://www.googleapis.com/auth/cloud-platform.description
- schemas.Service.properties.configVersion.description
  • Loading branch information
yoshi-automation authored and sofisl committed Apr 5, 2021
1 parent 086d79e commit 1134cc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions discovery/servicemanagement-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/cloud-platform": {
"description": "View and manage your data across Google Cloud Platform services"
"description": "See, edit, configure, and delete your Google Cloud Platform data"
},
"https://www.googleapis.com/auth/cloud-platform.read-only": {
"description": "View your data across Google Cloud Platform services"
Expand Down Expand Up @@ -829,7 +829,7 @@
}
}
},
"revision": "20210319",
"revision": "20210331",
"rootUrl": "https://servicemanagement.googleapis.com/",
"schemas": {
"Advice": {
Expand Down Expand Up @@ -2708,7 +2708,7 @@
"description": "Billing configuration."
},
"configVersion": {
"description": "Deprecated. The service config compiler always sets this field to `3`.",
"description": "Obsolete. Do not use. This field has no semantic meaning. The service config compiler always sets this field to `3`.",
"format": "uint32",
"type": "integer"
},
Expand Down
2 changes: 1 addition & 1 deletion src/apis/servicemanagement/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1392,7 +1392,7 @@ export namespace servicemanagement_v1 {
*/
billing?: Schema$Billing;
/**
* Deprecated. The service config compiler always sets this field to `3`.
* Obsolete. Do not use. This field has no semantic meaning. The service config compiler always sets this field to `3`.
*/
configVersion?: number | null;
/**
Expand Down

0 comments on commit 1134cc9

Please sign in to comment.