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 page details the `RetryBuildRequest` class, which is used to specify and manage the retrying of builds within the Google Cloud Build service."],["The latest version of the `RetryBuildRequest` is 2.15.0, and the page lists a comprehensive history of versions down to 1.0.0, each linking to its respective documentation."],["The `RetryBuildRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities."],["The class includes properties such as `Id`, `Name`, and `ProjectId`, which are essential for identifying and locating the build to be retried."],["The class offers two constructors: a default one and another one that accepts another `RetryBuildRequest` object as a parameter."]]],[]]