Skip to content

Commit

Permalink
feat(apphub): update the api
Browse files Browse the repository at this point in the history
#### apphub:v1

The following keys were added:
- schemas.ReconciliationOperationMetadata (Total Keys: 5)
  • Loading branch information
yoshi-automation committed Jan 23, 2024
1 parent 358a880 commit d485079
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
33 changes: 32 additions & 1 deletion googleapiclient/discovery_cache/documents/apphub.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@
}
}
},
"revision": "20240104",
"revision": "20240116",
"rootUrl": "https://apphub.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -640,6 +640,37 @@
},
"type": "object"
},
"ReconciliationOperationMetadata": {
"description": "Operation metadata returned by the CLH during resource state reconciliation.",
"id": "ReconciliationOperationMetadata",
"properties": {
"deleteResource": {
"deprecated": true,
"description": "DEPRECATED. Use exclusive_action instead.",
"type": "boolean"
},
"exclusiveAction": {
"description": "Excluisive action returned by the CLH.",
"enum": [
"UNKNOWN_REPAIR_ACTION",
"DELETE",
"RETRY"
],
"enumDeprecated": [
false,
true,
false
],
"enumDescriptions": [
"Unknown repair action.",
"The resource has to be deleted. When using this bit, the CLH should fail the operation. DEPRECATED. Instead use DELETE_RESOURCE OperationSignal in SideChannel.",
"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."
],
"type": "string"
}
},
"type": "object"
},
"SetIamPolicyRequest": {
"description": "Request message for `SetIamPolicy` method.",
"id": "SetIamPolicyRequest",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1378,7 +1378,7 @@
}
}
},
"revision": "20240104",
"revision": "20240116",
"rootUrl": "https://apphub.googleapis.com/",
"schemas": {
"Application": {
Expand Down

0 comments on commit d485079

Please sign in to comment.