public sealed class RepairRolloutOperation : IMessage<RepairRolloutOperation>, IEquatable<RepairRolloutOperation>, IDeepCloneable<RepairRolloutOperation>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class RepairRolloutOperation.
Contains the information for an automated repair rollout operation.
[[["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-03-21 UTC."],[[["The latest version available for the `RepairRolloutOperation` class in the Google Cloud Deploy v1 API is 3.4.0, with multiple prior versions also available, all the way back to version 1.0.0."],["The `RepairRolloutOperation` class contains information for an automated `repair rollout` operation within the Google Cloud Deploy v1 API, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `RepairRolloutOperation` class include `CurrentRepairModeIndex`, indicating the current repair action index, `RepairPhases`, which details repair attempts, and `Rollout`, representing the rollout's name that initiated the `AutomationRun`."],["The class features two constructors, `RepairRolloutOperation()` and `RepairRolloutOperation(RepairRolloutOperation other)`, facilitating object creation, including creation from another `RepairRolloutOperation`."],["The class falls within the `Google.Cloud.Deploy.V1` namespace and is located in the `Google.Cloud.Deploy.V1.dll` assembly."]]],[]]