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-17 UTC."],[[["This page provides reference documentation for the `RollbackAttempt` class within the Google Cloud Deploy v1 API for .NET, with the most recent version being 3.4.0 and the current page dedicated to 2.13.0."],["`RollbackAttempt` is a class that represents the action of rolling back a Cloud Deploy 'Target', and is a sealed class implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties like `DestinationPhase`, `RolloutId`, `State`, and `StateDesc`, all of which are output-only and provide details about the rollback action."],["The `RollbackAttempt` class has two constructors: one default and the other accepting another `RollbackAttempt` object as a parameter."],["Multiple versions of the API class are available, ranging from 1.0.0 up to the latest version 3.4.0, which are all accessible through their respective links."]]],[]]