Package cloud.control2.shared.operations
Stay organized with collections
Save and categorize content based on your preferences.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-30 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-30 UTC."],[[["\u003cp\u003e\u003ccode\u003eReconciliationOperationMetadata\u003c/code\u003e is the operation metadata returned during resource state reconciliation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eexclusive_action\u003c/code\u003e field within \u003ccode\u003eReconciliationOperationMetadata\u003c/code\u003e indicates a specific action needed for repair, utilizing the \u003ccode\u003eExclusiveRepairActionFlag\u003c/code\u003e enum.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eExclusiveRepairActionFlag\u003c/code\u003e defines exclusive actions for repair, including \u003ccode\u003eUNKNOWN_REPAIR_ACTION\u003c/code\u003e, \u003ccode\u003eDELETE\u003c/code\u003e (deprecated), and \u003ccode\u003eRETRY\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe deprecated \u003ccode\u003edelete_resource\u003c/code\u003e boolean field has been replaced by the \u003ccode\u003eexclusive_action\u003c/code\u003e field, and the \u003ccode\u003eDELETE\u003c/code\u003e action is also deprecated in favor of \u003ccode\u003eDELETE_RESOURCE\u003c/code\u003e OperationSignal.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRETRY\u003c/code\u003e action signifies that a repair attempt failed but should be retried later, often due to unresolved dependencies.\u003c/p\u003e\n"]]],[],null,["# Package cloud.control2.shared.operations\n\nIndex\n-----\n\n- [ReconciliationOperationMetadata](/certificate-authority-service/docs/reference/rpc/cloud.control2.shared.operations#cloud.control2.shared.operations.ReconciliationOperationMetadata) (message)\n- [ReconciliationOperationMetadata.ExclusiveRepairActionFlag](/certificate-authority-service/docs/reference/rpc/cloud.control2.shared.operations#cloud.control2.shared.operations.ReconciliationOperationMetadata.ExclusiveRepairActionFlag) (enum)\n\nReconciliationOperationMetadata\n-------------------------------\n\nOperation metadata returned by the CLH during resource state reconciliation.\n\nExclusiveRepairActionFlag\n-------------------------\n\nSome action that should be performed externally in order to complete this repair. These actions are exclusive meaning only one of them can be selected. If in the future there actions that can be applied in combination, we will add an InclusiveRepairActionFlag enum and an inclusive_actions repeated field."]]