Skip to content

Commit

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

The following keys were changed:
- schemas.GoogleApiService.properties.configVersion.description

#### serviceusage:v1

The following keys were changed:
- schemas.GoogleApiService.properties.configVersion.description
  • Loading branch information
yoshi-automation authored and sofisl committed Apr 5, 2021
1 parent 63edb25 commit 83bab8c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions discovery/serviceusage-v1.json
Expand Up @@ -426,7 +426,7 @@
}
}
},
"revision": "20210322",
"revision": "20210331",
"rootUrl": "https://serviceusage.googleapis.com/",
"schemas": {
"AdminQuotaPolicy": {
Expand Down Expand Up @@ -1284,7 +1284,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
4 changes: 2 additions & 2 deletions discovery/serviceusage-v1beta1.json
Expand Up @@ -959,7 +959,7 @@
}
}
},
"revision": "20210322",
"revision": "20210331",
"rootUrl": "https://serviceusage.googleapis.com/",
"schemas": {
"AdminQuotaPolicy": {
Expand Down Expand Up @@ -1849,7 +1849,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/serviceusage/v1.ts
Expand Up @@ -709,7 +709,7 @@ export namespace serviceusage_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
2 changes: 1 addition & 1 deletion src/apis/serviceusage/v1beta1.ts
Expand Up @@ -745,7 +745,7 @@ export namespace serviceusage_v1beta1 {
*/
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 83bab8c

Please sign in to comment.