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'."],["Version 3.4.0 is the latest version available, and multiple prior versions are accessible, ranging from 3.3.0 down to 1.0.0."],["The `RollbackAttempt` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["Key properties of the `RollbackAttempt` class include `DestinationPhase`, `RolloutId`, `State`, and `StateDesc`, which describe the details of the rollback operation."],["The `RollbackAttempt` class has public constructors, one default constructor `RollbackAttempt()` and one that takes a `RollbackAttempt` as a parameter `RollbackAttempt(RollbackAttempt other)`."]]],[]]