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's RollbackAttempt class is 3.4.0, with multiple other versions available ranging from 1.0.0 to 3.3.0."],["The RollbackAttempt class is used to represent an action of rolling back a Cloud Deploy 'Target' and it implements interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["Key properties of the RollbackAttempt class include `DestinationPhase`, `RolloutId`, `State`, and `StateDesc`, which provide information about the rollback's destination, rollout ID, current state, and state description."],["The RollbackAttempt class is found within the Google.Cloud.Deploy.V1 namespace and its assembly file is Google.Cloud.Deploy.V1.dll."],["The RollbackAttempt class has two constructors, a parameterless constructor, and one that copies the data from another RollbackAttempt instance."]]],[]]