Skip to content

Commit d485079

Browse files
feat(apphub): update the api
#### apphub:v1 The following keys were added: - schemas.ReconciliationOperationMetadata (Total Keys: 5)
1 parent 358a880 commit d485079

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

googleapiclient/discovery_cache/documents/apphub.v1.json

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@
396396
}
397397
}
398398
},
399-
"revision": "20240104",
399+
"revision": "20240116",
400400
"rootUrl": "https://apphub.googleapis.com/",
401401
"schemas": {
402402
"AuditConfig": {
@@ -640,6 +640,37 @@
640640
},
641641
"type": "object"
642642
},
643+
"ReconciliationOperationMetadata": {
644+
"description": "Operation metadata returned by the CLH during resource state reconciliation.",
645+
"id": "ReconciliationOperationMetadata",
646+
"properties": {
647+
"deleteResource": {
648+
"deprecated": true,
649+
"description": "DEPRECATED. Use exclusive_action instead.",
650+
"type": "boolean"
651+
},
652+
"exclusiveAction": {
653+
"description": "Excluisive action returned by the CLH.",
654+
"enum": [
655+
"UNKNOWN_REPAIR_ACTION",
656+
"DELETE",
657+
"RETRY"
658+
],
659+
"enumDeprecated": [
660+
false,
661+
true,
662+
false
663+
],
664+
"enumDescriptions": [
665+
"Unknown repair action.",
666+
"The resource has to be deleted. When using this bit, the CLH should fail the operation. DEPRECATED. Instead use DELETE_RESOURCE OperationSignal in SideChannel.",
667+
"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."
668+
],
669+
"type": "string"
670+
}
671+
},
672+
"type": "object"
673+
},
643674
"SetIamPolicyRequest": {
644675
"description": "Request message for `SetIamPolicy` method.",
645676
"id": "SetIamPolicyRequest",

googleapiclient/discovery_cache/documents/apphub.v1alpha.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1378,7 +1378,7 @@
13781378
}
13791379
}
13801380
},
1381-
"revision": "20240104",
1381+
"revision": "20240116",
13821382
"rootUrl": "https://apphub.googleapis.com/",
13831383
"schemas": {
13841384
"Application": {

0 commit comments

Comments
 (0)