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-03-21 UTC."],[[["The `RollbackAttempt` class in the Google Cloud Deploy v1 API represents an action to roll back a Cloud Deploy 'Target'."],["This page provides documentation for the `RollbackAttempt` class, with versions ranging from 1.0.0 to the latest 3.4.0, and documentation for each of these versions."],["The `RollbackAttempt` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `RollbackAttempt` class include `DestinationPhase`, `RolloutId`, `State`, and `StateDesc`, which describe the details and status of the rollback."],["The class contains two constructors, `RollbackAttempt()` and `RollbackAttempt(RollbackAttempt other)`, for creating instances of the `RollbackAttempt` class, one being a default and one that copies an existing instance."]]],[]]