Skip to content

Commit

Permalink
fix(memcache): update the API
Browse files Browse the repository at this point in the history
#### memcache:v1beta2
The following keys were changed:
- schemas.GoogleCloudSaasacceleratorManagementProvidersV1Instance.properties.maintenanceSchedules.description
  • Loading branch information
yoshi-automation authored and sofisl committed Oct 20, 2020
1 parent eb4b1e3 commit a4968e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/memcache-v1beta2.json
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@
}
}
},
"revision": "20200928",
"revision": "20201006",
"rootUrl": "https://memcache.googleapis.com/",
"schemas": {
"ApplyParametersRequest": {
Expand Down Expand Up @@ -651,7 +651,7 @@
"additionalProperties": {
"$ref": "GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule"
},
"description": "The MaintenanceSchedule contains the scheduling information of published maintenance schedule.",
"description": "The MaintenanceSchedule contains the scheduling information of published maintenance schedule with same key as software_versions.",
"type": "object"
},
"maintenanceSettings": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/memcache/v1beta2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export namespace memcache_v1beta2 {
*/
maintenancePolicyNames?: {[key: string]: string} | null;
/**
* The MaintenanceSchedule contains the scheduling information of published maintenance schedule.
* The MaintenanceSchedule contains the scheduling information of published maintenance schedule with same key as software_versions.
*/
maintenanceSchedules?: {
[
Expand Down

0 comments on commit a4968e3

Please sign in to comment.