public sealed class RetryBuildRequest : IMessage<RetryBuildRequest>, IEquatable<RetryBuildRequest>, IDeepCloneable<RetryBuildRequest>, IBufferMessage, IMessage
[[["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 `RetryBuildRequest` class specifies a build to retry within the Google Cloud Build service, functioning as an object that contains the necessary details for retrying."],["This class supports multiple versions, ranging from the latest `2.15.0` down to `1.0.0`, showing a history of the class and its updates, with `1.4.0` currently selected."],["It implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality within the .NET ecosystem."],["The class includes properties such as `BuildName`, `Id`, `Name`, and `ProjectId` to define and reference a specific build, including the project and name of the build to retry."],["There are two constructors, one default and one that takes an existing `RetryBuildRequest` object, allowing for simple instantiation and copying."]]],[]]