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 0b9b8fa

Browse files
committedOct 25, 2022
feat(redis): update the api
#### redis:v1 The following keys were added: - schemas.ReconciliationOperationMetadata (Total Keys: 4) #### redis:v1beta1 The following keys were added: - schemas.ReconciliationOperationMetadata (Total Keys: 4)
1 parent 2ae379c commit 0b9b8fa

File tree

2 files changed

+52
-2
lines changed

2 files changed

+52
-2
lines changed
 

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

+26-1
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@
624624
}
625625
}
626626
},
627-
"revision": "20220922",
627+
"revision": "20221007",
628628
"rootUrl": "https://redis.googleapis.com/",
629629
"schemas": {
630630
"Empty": {
@@ -1286,6 +1286,31 @@
12861286
},
12871287
"type": "object"
12881288
},
1289+
"ReconciliationOperationMetadata": {
1290+
"description": "Operation metadata returned by the CLH during resource state reconciliation.",
1291+
"id": "ReconciliationOperationMetadata",
1292+
"properties": {
1293+
"deleteResource": {
1294+
"description": "DEPRECATED. Use exclusive_action instead.",
1295+
"type": "boolean"
1296+
},
1297+
"exclusiveAction": {
1298+
"description": "Excluisive action returned by the CLH.",
1299+
"enum": [
1300+
"UNKNOWN_REPAIR_ACTION",
1301+
"DELETE",
1302+
"RETRY"
1303+
],
1304+
"enumDescriptions": [
1305+
"Unknown repair action.",
1306+
"The resource has to be deleted. When using this bit, the CLH should fail the operation. DEPRECATED. Instead use DELETE_RESOURCE OperationSignal in SideChannel. For more information - go/ccfe-delete-on-upsert, go/ccfe-reconciliation-protocol-ug#apply_delete",
1307+
"This resource could not be repaired but the repair should be tried again at a later time. This can happen if there is a dependency that needs to be resolved first- e.g. if a parent resource must be repaired before a child resource."
1308+
],
1309+
"type": "string"
1310+
}
1311+
},
1312+
"type": "object"
1313+
},
12891314
"RescheduleMaintenanceRequest": {
12901315
"description": "Request for RescheduleMaintenance.",
12911316
"id": "RescheduleMaintenanceRequest",

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

+26-1
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@
624624
}
625625
}
626626
},
627-
"revision": "20220922",
627+
"revision": "20221007",
628628
"rootUrl": "https://redis.googleapis.com/",
629629
"schemas": {
630630
"Empty": {
@@ -1304,6 +1304,31 @@
13041304
},
13051305
"type": "object"
13061306
},
1307+
"ReconciliationOperationMetadata": {
1308+
"description": "Operation metadata returned by the CLH during resource state reconciliation.",
1309+
"id": "ReconciliationOperationMetadata",
1310+
"properties": {
1311+
"deleteResource": {
1312+
"description": "DEPRECATED. Use exclusive_action instead.",
1313+
"type": "boolean"
1314+
},
1315+
"exclusiveAction": {
1316+
"description": "Excluisive action returned by the CLH.",
1317+
"enum": [
1318+
"UNKNOWN_REPAIR_ACTION",
1319+
"DELETE",
1320+
"RETRY"
1321+
],
1322+
"enumDescriptions": [
1323+
"Unknown repair action.",
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. For more information - go/ccfe-delete-on-upsert, go/ccfe-reconciliation-protocol-ug#apply_delete",
1325+
"This resource could not be repaired but the repair should be tried again at a later time. This can happen if there is a dependency that needs to be resolved first- e.g. if a parent resource must be repaired before a child resource."
1326+
],
1327+
"type": "string"
1328+
}
1329+
},
1330+
"type": "object"
1331+
},
13071332
"RescheduleMaintenanceRequest": {
13081333
"description": "Request for RescheduleMaintenance.",
13091334
"id": "RescheduleMaintenanceRequest",

0 commit comments

Comments
 (0)
Please sign in to comment.