Skip to content

Commit 898692c

Browse files
feat(file): update the api
#### 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)
1 parent 26f9d64 commit 898692c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

googleapiclient/discovery_cache/documents/file.v1.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@
874874
}
875875
}
876876
},
877-
"revision": "20230614",
877+
"revision": "20230625",
878878
"rootUrl": "https://file.googleapis.com/",
879879
"schemas": {
880880
"Backup": {
@@ -1211,6 +1211,7 @@
12111211
"id": "GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule",
12121212
"properties": {
12131213
"canReschedule": {
1214+
"deprecated": true,
12141215
"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.",
12151216
"type": "boolean"
12161217
},

googleapiclient/discovery_cache/documents/file.v1beta1.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@
10411041
}
10421042
}
10431043
},
1044-
"revision": "20230614",
1044+
"revision": "20230625",
10451045
"rootUrl": "https://file.googleapis.com/",
10461046
"schemas": {
10471047
"Backup": {
@@ -1389,6 +1389,7 @@
13891389
"id": "GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule",
13901390
"properties": {
13911391
"canReschedule": {
1392+
"deprecated": true,
13921393
"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.",
13931394
"type": "boolean"
13941395
},
@@ -2171,6 +2172,7 @@
21712172
"type": "string"
21722173
},
21732174
"sourceSnapshot": {
2175+
"deprecated": true,
21742176
"description": "The resource name of the snapshot, in the format `projects/{project_id}/locations/{location_id}/snapshots/{snapshot_id}`.",
21752177
"type": "string"
21762178
}

0 commit comments

Comments
 (0)