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 in the `Google.Cloud.CloudBuild.V1` namespace allows for specifying a build to retry, implementing multiple interfaces for message handling and object management."],["This page contains a list of different versions of the `RetryBuildRequest` class for Cloud Build, ranging from the latest version, 2.15.0, back to version 1.0.0."],["`RetryBuildRequest` class includes constructors for creating new instances and for cloning existing instances, along with properties such as `BuildName`, `Id`, `Name`, and `ProjectId` to define the build being retried."],["The `RetryBuildRequest` class inherits from the `Object` class and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for object comparison, deep cloning, and message handling."],["The class allows you to access the required Build ID, project ID and the name of the build to be retried."]]],[]]