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."],[[["This webpage provides documentation for the `RollbackAttempt` class within the Google Cloud Deploy v1 API, specifically for version 2.12.0, with links to other versions of the API."],["`RollbackAttempt` is used to represent the action of rolling back a Cloud Deploy 'Target', and it includes information such as the destination phase, rollout ID, rollback state, and state description."],["The `RollbackAttempt` class inherits from the `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, indicating its role within the .NET framework and Google Cloud environment."],["The page details the constructors, `RollbackAttempt()`, and `RollbackAttempt(RollbackAttempt other)` and properties of the `RollbackAttempt` class, including `DestinationPhase`, `RolloutId`, `State`, and `StateDesc`."],["The latest version of the API available is version 3.4.0."]]],[]]