Skip to content

Commit

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

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

#### serviceconsumermanagement:v1

The following keys were changed:
- schemas.Service.properties.configVersion.description
  • Loading branch information
yoshi-automation authored and sofisl committed Apr 5, 2021
1 parent 698a940 commit e249b5e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions discovery/serviceconsumermanagement-v1.json
Expand Up @@ -542,7 +542,7 @@
}
}
},
"revision": "20210322",
"revision": "20210331",
"rootUrl": "https://serviceconsumermanagement.googleapis.com/",
"schemas": {
"AddTenantProjectRequest": {
Expand Down Expand Up @@ -2026,7 +2026,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/serviceconsumermanagement-v1beta1.json
Expand Up @@ -500,7 +500,7 @@
}
}
},
"revision": "20210322",
"revision": "20210331",
"rootUrl": "https://serviceconsumermanagement.googleapis.com/",
"schemas": {
"Api": {
Expand Down Expand Up @@ -1813,7 +1813,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/serviceconsumermanagement/v1.ts
Expand Up @@ -1142,7 +1142,7 @@ export namespace serviceconsumermanagement_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/serviceconsumermanagement/v1beta1.ts
Expand Up @@ -1007,7 +1007,7 @@ export namespace serviceconsumermanagement_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 e249b5e

Please sign in to comment.