public sealed class RetryBuildRequest : IMessage<RetryBuildRequest>, IEquatable<RetryBuildRequest>, IDeepCloneable<RetryBuildRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v1 API class RetryBuildRequest.
[[["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."],[[["This webpage provides reference documentation for the `RetryBuildRequest` class within the Google Cloud Build v1 API for .NET, specifically version 2.13.0."],["The `RetryBuildRequest` class allows users to specify a build to retry, including essential properties such as `Id`, `Name`, and `ProjectId`, necessary for identifying the target build."],["The page details the implementation of the `RetryBuildRequest` class, highlighting that it inherits from `object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists all available versions of the `RetryBuildRequest` class from 1.0.0 to 2.15.0, allowing users to browse through different versions."],["The documentation provides information on the constructors and properties such as `BuildName` which is a typed view of the name property."]]],[]]