public sealed class RollbackAttempt : IMessage<RollbackAttempt>, IEquatable<RollbackAttempt>, IDeepCloneable<RollbackAttempt>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class RollbackAttempt.
RollbackAttempt represents an action of rolling back a Cloud Deploy 'Target'.
[[["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-04-09 UTC."],[[["The `RollbackAttempt` class in the Google Cloud Deploy v1 API represents an action to roll back a Cloud Deploy 'Target'."],["This class is part of the `Google.Cloud.Deploy.V1` namespace and is implemented in the `Google.Cloud.Deploy.V1.dll` assembly."],["The latest available version is 3.4.0 and the provided page focuses on version 2.18.0."],["Key properties of the `RollbackAttempt` class include `DestinationPhase`, `RolloutId`, `State`, and `StateDesc`, which provide details about the rollback action, such as the phase to rollback to, the ID of the rollback, the rollback's state, and a description of that state."],["The class implements multiple interfaces including `IMessage`, `IEquatable\u003cRollbackAttempt\u003e`, `IDeepCloneable\u003cRollbackAttempt\u003e` and `IBufferMessage`."]]],[]]