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 latest version available for the Google Cloud Deploy v1 API class RollbackAttempt is 3.4.0, with multiple previous versions available, including 2.19.0, which is this pages version."],["`RollbackAttempt` is a class that represents the action of rolling back a Cloud Deploy 'Target', implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `RollbackAttempt` class has constructors that allow for the creation of new instances, either default or based on existing `RollbackAttempt` objects."],["Key properties of `RollbackAttempt` include `DestinationPhase` (the target rollback phase), `RolloutId` (the ID of the rollback `Rollout`), `State` (the rollback action state), and `StateDesc` (a description of the rollback state)."]]],[]]