Skip to content

Commit

Permalink
feat(file): update the api
Browse files Browse the repository at this point in the history
#### file:v1

The following keys were added:
- schemas.GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.properties.canReschedule.deprecated (Total Keys: 1)

#### file:v1beta1

The following keys were added:
- schemas.GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.properties.canReschedule.deprecated (Total Keys: 1)
- schemas.RestoreInstanceRequest.properties.sourceSnapshot.deprecated (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jul 5, 2023
1 parent 26f9d64 commit 898692c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion googleapiclient/discovery_cache/documents/file.v1.json
Expand Up @@ -874,7 +874,7 @@
}
}
},
"revision": "20230614",
"revision": "20230625",
"rootUrl": "https://file.googleapis.com/",
"schemas": {
"Backup": {
Expand Down Expand Up @@ -1211,6 +1211,7 @@
"id": "GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule",
"properties": {
"canReschedule": {
"deprecated": true,
"description": "This field is deprecated, and will be always set to true since reschedule can happen multiple times now. This field should not be removed until all service producers remove this for their customers.",
"type": "boolean"
},
Expand Down
4 changes: 3 additions & 1 deletion googleapiclient/discovery_cache/documents/file.v1beta1.json
Expand Up @@ -1041,7 +1041,7 @@
}
}
},
"revision": "20230614",
"revision": "20230625",
"rootUrl": "https://file.googleapis.com/",
"schemas": {
"Backup": {
Expand Down Expand Up @@ -1389,6 +1389,7 @@
"id": "GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule",
"properties": {
"canReschedule": {
"deprecated": true,
"description": "This field is deprecated, and will be always set to true since reschedule can happen multiple times now. This field should not be removed until all service producers remove this for their customers.",
"type": "boolean"
},
Expand Down Expand Up @@ -2171,6 +2172,7 @@
"type": "string"
},
"sourceSnapshot": {
"deprecated": true,
"description": "The resource name of the snapshot, in the format `projects/{project_id}/locations/{location_id}/snapshots/{snapshot_id}`.",
"type": "string"
}
Expand Down

0 comments on commit 898692c

Please sign in to comment.