Skip to content

Commit

Permalink
fix(serviceconsumermanagement): update the API
Browse files Browse the repository at this point in the history
#### serviceconsumermanagement:v1
The following keys were changed:
- schemas.Service.properties.configVersion.description

#### serviceconsumermanagement:v1beta1
The following keys were changed:
- schemas.Service.properties.configVersion.description
  • Loading branch information
yoshi-automation authored and sofisl committed Oct 21, 2020
1 parent f5d873c commit b9afcd7
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
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@
}
}
},
"revision": "20201016",
"revision": "20201019",
"rootUrl": "https://serviceconsumermanagement.googleapis.com/",
"schemas": {
"AddTenantProjectRequest": {
Expand Down Expand Up @@ -2030,7 +2030,7 @@
"description": "Billing configuration."
},
"configVersion": {
"description": "The semantic version of the service configuration. The config version affects the interpretation of the service configuration. For example, certain features are enabled by default for certain config versions. The latest config version is `3`.",
"description": "This field is obsolete. Its value must be set to `3`.",
"format": "uint32",
"type": "integer"
},
Expand Down
4 changes: 2 additions & 2 deletions discovery/serviceconsumermanagement-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@
}
}
},
"revision": "20201016",
"revision": "20201019",
"rootUrl": "https://serviceconsumermanagement.googleapis.com/",
"schemas": {
"Api": {
Expand Down Expand Up @@ -1769,7 +1769,7 @@
"description": "Billing configuration."
},
"configVersion": {
"description": "The semantic version of the service configuration. The config version affects the interpretation of the service configuration. For example, certain features are enabled by default for certain config versions. The latest config version is `3`.",
"description": "This field is obsolete. Its value must be set to `3`.",
"format": "uint32",
"type": "integer"
},
Expand Down
2 changes: 1 addition & 1 deletion src/apis/serviceconsumermanagement/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1148,7 +1148,7 @@ export namespace serviceconsumermanagement_v1 {
*/
billing?: Schema$Billing;
/**
* The semantic version of the service configuration. The config version affects the interpretation of the service configuration. For example, certain features are enabled by default for certain config versions. The latest config version is `3`.
* This field is obsolete. Its value must be set to `3`.
*/
configVersion?: number | null;
/**
Expand Down
2 changes: 1 addition & 1 deletion src/apis/serviceconsumermanagement/v1beta1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ export namespace serviceconsumermanagement_v1beta1 {
*/
billing?: Schema$Billing;
/**
* The semantic version of the service configuration. The config version affects the interpretation of the service configuration. For example, certain features are enabled by default for certain config versions. The latest config version is `3`.
* This field is obsolete. Its value must be set to `3`.
*/
configVersion?: number | null;
/**
Expand Down

0 comments on commit b9afcd7

Please sign in to comment.