Skip to content

Commit

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

#### file:v1beta1
The following keys were changed:
- schemas.GoogleCloudSaasacceleratorManagementProvidersV1Instance.properties.maintenanceSchedules.description
  • Loading branch information
JustinBeckwith committed Oct 5, 2020
1 parent de29160 commit 91ba390
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions discovery/file-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@
}
}
},
"revision": "20200819",
"revision": "20201001",
"rootUrl": "https://file.googleapis.com/",
"schemas": {
"CancelOperationRequest": {
Expand Down Expand Up @@ -539,7 +539,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
4 changes: 2 additions & 2 deletions discovery/file-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@
}
}
},
"revision": "20200819",
"revision": "20201001",
"rootUrl": "https://file.googleapis.com/",
"schemas": {
"Backup": {
Expand Down Expand Up @@ -840,7 +840,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/file/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export namespace file_v1 {
*/
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
2 changes: 1 addition & 1 deletion src/apis/file/v1beta1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export namespace file_v1beta1 {
*/
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 91ba390

Please sign in to comment.