You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: googleapiclient/discovery_cache/documents/redis.v1.json
+8-1
Original file line number
Diff line number
Diff line change
@@ -624,7 +624,7 @@
624
624
}
625
625
}
626
626
},
627
-
"revision": "20230608",
627
+
"revision": "20230620",
628
628
"rootUrl": "https://redis.googleapis.com/",
629
629
"schemas": {
630
630
"Empty": {
@@ -1160,6 +1160,7 @@
1160
1160
"id": "MaintenanceSchedule",
1161
1161
"properties": {
1162
1162
"canReschedule": {
1163
+
"deprecated": true,
1163
1164
"description": "If the scheduled maintenance can be rescheduled, default is true.",
1164
1165
"type": "boolean"
1165
1166
},
@@ -1302,6 +1303,7 @@
1302
1303
"id": "ReconciliationOperationMetadata",
1303
1304
"properties": {
1304
1305
"deleteResource": {
1306
+
"deprecated": true,
1305
1307
"description": "DEPRECATED. Use exclusive_action instead.",
1306
1308
"type": "boolean"
1307
1309
},
@@ -1312,6 +1314,11 @@
1312
1314
"DELETE",
1313
1315
"RETRY"
1314
1316
],
1317
+
"enumDeprecated": [
1318
+
false,
1319
+
true,
1320
+
false
1321
+
],
1315
1322
"enumDescriptions": [
1316
1323
"Unknown repair action.",
1317
1324
"The resource has to be deleted. When using this bit, the CLH should fail the operation. DEPRECATED. Instead use DELETE_RESOURCE OperationSignal in SideChannel.",
Copy file name to clipboardexpand all lines: googleapiclient/discovery_cache/documents/redis.v1beta1.json
+8-1
Original file line number
Diff line number
Diff line change
@@ -624,7 +624,7 @@
624
624
}
625
625
}
626
626
},
627
-
"revision": "20230608",
627
+
"revision": "20230620",
628
628
"rootUrl": "https://redis.googleapis.com/",
629
629
"schemas": {
630
630
"Empty": {
@@ -1167,6 +1167,7 @@
1167
1167
"id": "MaintenanceSchedule",
1168
1168
"properties": {
1169
1169
"canReschedule": {
1170
+
"deprecated": true,
1170
1171
"description": "If the scheduled maintenance can be rescheduled, default is true.",
1171
1172
"type": "boolean"
1172
1173
},
@@ -1309,6 +1310,7 @@
1309
1310
"id": "ReconciliationOperationMetadata",
1310
1311
"properties": {
1311
1312
"deleteResource": {
1313
+
"deprecated": true,
1312
1314
"description": "DEPRECATED. Use exclusive_action instead.",
1313
1315
"type": "boolean"
1314
1316
},
@@ -1319,6 +1321,11 @@
1319
1321
"DELETE",
1320
1322
"RETRY"
1321
1323
],
1324
+
"enumDeprecated": [
1325
+
false,
1326
+
true,
1327
+
false
1328
+
],
1322
1329
"enumDescriptions": [
1323
1330
"Unknown repair action.",
1324
1331
"The resource has to be deleted. When using this bit, the CLH should fail the operation. DEPRECATED. Instead use DELETE_RESOURCE OperationSignal in SideChannel.",
0 commit comments