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, found in the `Google.Cloud.CloudBuild.V1` namespace, is used to specify a build for retrying within the Google Cloud Build service."],["The latest version of `RetryBuildRequest` is 2.15.0, and the page lists multiple prior versions down to 1.0.0 for users to navigate through."],["The `RetryBuildRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `RetryBuildRequest` include `Id`, `Name`, `ProjectId`, and `BuildName`, which are used to define and locate the specific build to be retried."],["This class includes two constructors: a default one and another that takes an existing `RetryBuildRequest` instance to create a new one, and it has methods for various operations including getting the hash code, getting the type, memberwise cloning, and string conversion."]]],[]]