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 document provides reference documentation for the `RetryBuildRequest` class within the Google Cloud Build v1 API for .NET, detailing its usage and properties."],["The `RetryBuildRequest` class is used to specify a build to retry and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors and properties such as `BuildName`, `Id`, `Name`, and `ProjectId`, which are essential for identifying and retrying specific builds."],["There is a list of API versions for the `RetryBuildRequest` ranging from version 1.0.0 up to 2.15.0 with the latter being the latest available version."],["The document states that this class has inherited members such as `GetHashCode()`, `GetType()`, and `ToString()` from the base `object` class, as well as detailing the `RetryBuildRequest()` constructors."]]],[]]