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.15.0."],["The `RollbackAttempt` class represents an action for rolling back a Cloud Deploy 'Target', and can be accessed from a list of versions ranging from 1.0.0 all the way to the current latest 3.4.0."],["The class includes properties such as `DestinationPhase`, `RolloutId`, `State`, and `StateDesc`, which provide information about the rollback action, including the target phase, rollback ID, rollback status, and a description of the status."],["The `RollbackAttempt` class also inherits from other interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage`, extending its functionality and providing useful features."],["The Google.Cloud.Deploy.V1 namespace contains the RollbackAttempt class, which is found within the Google.Cloud.Deploy.V1.dll assembly."]]],[]]