Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 986a713

Browse files
committedJun 27, 2023
feat(redis): update the api
#### redis:v1 The following keys were added: - schemas.MaintenanceSchedule.properties.canReschedule.deprecated (Total Keys: 1) - schemas.ReconciliationOperationMetadata.properties.deleteResource.deprecated (Total Keys: 1) #### redis:v1beta1 The following keys were added: - schemas.MaintenanceSchedule.properties.canReschedule.deprecated (Total Keys: 1) - schemas.ReconciliationOperationMetadata.properties.deleteResource.deprecated (Total Keys: 1)
1 parent 8d834f6 commit 986a713

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed
 

‎googleapiclient/discovery_cache/documents/redis.v1.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@
624624
}
625625
}
626626
},
627-
"revision": "20230608",
627+
"revision": "20230620",
628628
"rootUrl": "https://redis.googleapis.com/",
629629
"schemas": {
630630
"Empty": {
@@ -1160,6 +1160,7 @@
11601160
"id": "MaintenanceSchedule",
11611161
"properties": {
11621162
"canReschedule": {
1163+
"deprecated": true,
11631164
"description": "If the scheduled maintenance can be rescheduled, default is true.",
11641165
"type": "boolean"
11651166
},
@@ -1302,6 +1303,7 @@
13021303
"id": "ReconciliationOperationMetadata",
13031304
"properties": {
13041305
"deleteResource": {
1306+
"deprecated": true,
13051307
"description": "DEPRECATED. Use exclusive_action instead.",
13061308
"type": "boolean"
13071309
},
@@ -1312,6 +1314,11 @@
13121314
"DELETE",
13131315
"RETRY"
13141316
],
1317+
"enumDeprecated": [
1318+
false,
1319+
true,
1320+
false
1321+
],
13151322
"enumDescriptions": [
13161323
"Unknown repair action.",
13171324
"The resource has to be deleted. When using this bit, the CLH should fail the operation. DEPRECATED. Instead use DELETE_RESOURCE OperationSignal in SideChannel.",

‎googleapiclient/discovery_cache/documents/redis.v1beta1.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@
624624
}
625625
}
626626
},
627-
"revision": "20230608",
627+
"revision": "20230620",
628628
"rootUrl": "https://redis.googleapis.com/",
629629
"schemas": {
630630
"Empty": {
@@ -1167,6 +1167,7 @@
11671167
"id": "MaintenanceSchedule",
11681168
"properties": {
11691169
"canReschedule": {
1170+
"deprecated": true,
11701171
"description": "If the scheduled maintenance can be rescheduled, default is true.",
11711172
"type": "boolean"
11721173
},
@@ -1309,6 +1310,7 @@
13091310
"id": "ReconciliationOperationMetadata",
13101311
"properties": {
13111312
"deleteResource": {
1313+
"deprecated": true,
13121314
"description": "DEPRECATED. Use exclusive_action instead.",
13131315
"type": "boolean"
13141316
},
@@ -1319,6 +1321,11 @@
13191321
"DELETE",
13201322
"RETRY"
13211323
],
1324+
"enumDeprecated": [
1325+
false,
1326+
true,
1327+
false
1328+
],
13221329
"enumDescriptions": [
13231330
"Unknown repair action.",
13241331
"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

Comments
 (0)
Please sign in to comment.